Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2071 (559ec66647*) started at 2026-04-23T14:21:53.180 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.92s ################################################################################ # 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.41s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 0.9 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 23.54s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_afjtAY/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_afjtAY/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.813054 seconds (4.25 M allocations: 851.899 MiB, 30.82% gc time, 1.79% compilation time) 3.829699 seconds (4.23 M allocations: 850.981 MiB, 34.95% gc time) 3.733223 seconds (4.23 M allocations: 850.960 MiB, 34.82% gc time) 3.309832 seconds (4.23 M allocations: 850.965 MiB, 30.64% gc time) 3.350432 seconds (4.23 M allocations: 850.964 MiB, 29.46% gc time) [ Info: Evaluation of a single point 0.013497 seconds (488 allocations: 14.219 KiB, 98.45% compilation time) 0.000096 seconds (447 allocations: 11.766 KiB) 0.000097 seconds (447 allocations: 11.766 KiB) 0.000100 seconds (447 allocations: 11.766 KiB) 0.000116 seconds (447 allocations: 11.766 KiB) [ Info: Find point closest to all in dataset 34.261677 seconds (279.63 M allocations: 6.993 GiB, 5.91% gc time, 2.61% compilation time) 32.700773 seconds (278.02 M allocations: 6.916 GiB, 4.85% gc time, 0.66% compilation time) 32.823844 seconds (278.02 M allocations: 6.916 GiB, 4.76% gc time, 0.67% compilation time) 33.050182 seconds (278.02 M allocations: 6.916 GiB, 5.84% gc time, 0.62% compilation time) 32.480743 seconds (278.02 M allocations: 6.916 GiB, 4.88% gc time, 0.65% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.748577 seconds (5.54 M allocations: 1020.176 MiB, 29.43% gc time) 3.726370 seconds (5.54 M allocations: 1020.162 MiB, 28.03% gc time) 3.623793 seconds (5.54 M allocations: 1020.166 MiB, 30.15% gc time) 3.583743 seconds (5.54 M allocations: 1020.162 MiB, 30.12% gc time) 3.581428 seconds (5.54 M allocations: 1020.226 MiB, 30.62% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000121 seconds (378 allocations: 11.641 KiB) 0.000103 seconds (378 allocations: 11.641 KiB) 0.000131 seconds (378 allocations: 11.641 KiB) 0.000117 seconds (378 allocations: 11.641 KiB) 0.000113 seconds (378 allocations: 11.641 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 232.65s PkgEval succeeded after 285.2s