Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.843 (7634fdf1d6*) started at 2025-07-10T11:36:03.494 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.89s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.13.1+0 Installation completed after 0.93s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.65s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_yCynTs/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_yCynTs/Manifest.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.743094 seconds (4.25 M allocations: 852.051 MiB, 27.35% gc time, 1.76% compilation time) 3.627315 seconds (4.23 M allocations: 851.024 MiB, 29.03% gc time) 3.249033 seconds (4.23 M allocations: 851.026 MiB, 19.49% gc time) 3.045708 seconds (4.23 M allocations: 851.041 MiB, 21.15% gc time) 3.513103 seconds (4.23 M allocations: 851.085 MiB, 29.74% gc time) [ Info: Evaluation of a single point 0.017754 seconds (361 allocations: 11.359 KiB, 98.71% compilation time) 0.000082 seconds (285 allocations: 7.047 KiB) 0.000081 seconds (285 allocations: 7.047 KiB) 0.000077 seconds (285 allocations: 7.047 KiB) 0.000072 seconds (285 allocations: 7.047 KiB) [ Info: Find point closest to all in dataset 36.562952 seconds (279.89 M allocations: 7.002 GiB, 7.01% gc time, 2.94% compilation time) 33.938046 seconds (278.18 M allocations: 6.920 GiB, 5.95% gc time, 0.57% compilation time) 33.019572 seconds (278.18 M allocations: 6.920 GiB, 4.89% gc time, 0.55% compilation time) 32.723693 seconds (278.18 M allocations: 6.920 GiB, 4.83% gc time, 0.52% compilation time) 29.302457 seconds (278.18 M allocations: 6.920 GiB, 6.40% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.709107 seconds (5.54 M allocations: 1020.158 MiB, 20.97% gc time) 3.916185 seconds (5.54 M allocations: 1020.170 MiB, 21.77% gc time) 3.891899 seconds (5.54 M allocations: 1020.156 MiB, 23.31% gc time) 3.731959 seconds (5.54 M allocations: 1020.305 MiB, 22.74% gc time) 3.784577 seconds (5.54 M allocations: 1020.175 MiB, 27.14% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000117 seconds (357 allocations: 10.344 KiB) 0.000102 seconds (357 allocations: 10.344 KiB) 0.000105 seconds (357 allocations: 10.344 KiB) 0.000105 seconds (357 allocations: 10.344 KiB) 0.000111 seconds (357 allocations: 10.344 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 231.02s PkgEval succeeded after 262.78s