Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1851 (d64c0da64c*) started at 2026-03-05T12:46:49.395 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.27s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.14/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.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.37s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 950.6 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 19.83s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_x11lqs/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_x11lqs/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.13.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.557971 seconds (4.25 M allocations: 851.901 MiB, 32.84% gc time, 2.08% compilation time) 3.549986 seconds (4.23 M allocations: 850.979 MiB, 35.00% gc time) 3.582082 seconds (4.23 M allocations: 850.981 MiB, 35.00% gc time) 3.224766 seconds (4.23 M allocations: 850.975 MiB, 30.43% gc time) 3.245363 seconds (4.23 M allocations: 850.974 MiB, 30.28% gc time) [ Info: Evaluation of a single point 0.011259 seconds (425 allocations: 11.172 KiB, 98.08% compilation time) 0.000090 seconds (384 allocations: 8.719 KiB) 0.000084 seconds (384 allocations: 8.719 KiB) 0.000091 seconds (384 allocations: 8.719 KiB) 0.000101 seconds (384 allocations: 8.719 KiB) [ Info: Find point closest to all in dataset 35.260053 seconds (279.77 M allocations: 6.996 GiB, 7.04% gc time, 2.95% compilation time) 33.789800 seconds (278.17 M allocations: 6.919 GiB, 6.04% gc time, 0.61% compilation time) 33.121953 seconds (278.17 M allocations: 6.919 GiB, 4.93% gc time, 0.60% compilation time) 32.928893 seconds (278.17 M allocations: 6.919 GiB, 4.80% gc time, 0.65% compilation time) 33.797308 seconds (278.17 M allocations: 6.919 GiB, 5.88% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.692435 seconds (5.54 M allocations: 1020.078 MiB, 30.45% gc time) 3.400267 seconds (5.54 M allocations: 1020.058 MiB, 24.50% gc time) 3.676320 seconds (5.54 M allocations: 1020.058 MiB, 32.87% gc time) 3.644894 seconds (5.54 M allocations: 1020.130 MiB, 31.83% gc time) 3.639021 seconds (5.54 M allocations: 1020.058 MiB, 31.00% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000144 seconds (429 allocations: 12.547 KiB) 0.000120 seconds (429 allocations: 12.547 KiB) 0.000123 seconds (429 allocations: 12.547 KiB) 0.000140 seconds (429 allocations: 12.547 KiB) 0.000162 seconds (429 allocations: 12.547 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 235.26s PkgEval succeeded after 281.45s