Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1730 (9c1e1fa299*) started at 2026-02-17T12:48:54.567 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.52s ################################################################################ # 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.28s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 963.0 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 17.74s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_MUXDqu/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_MUXDqu/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 4.012529 seconds (4.25 M allocations: 851.971 MiB, 29.51% gc time, 1.67% compilation time) 3.626938 seconds (4.23 M allocations: 851.032 MiB, 33.08% gc time) 3.967897 seconds (4.23 M allocations: 851.045 MiB, 30.77% gc time) 3.597815 seconds (4.23 M allocations: 851.048 MiB, 27.64% gc time) 3.342786 seconds (4.23 M allocations: 851.024 MiB, 26.73% gc time) [ Info: Evaluation of a single point 0.012824 seconds (254 allocations: 7.781 KiB, 98.57% compilation time) 0.000085 seconds (213 allocations: 5.328 KiB) 0.000067 seconds (213 allocations: 5.328 KiB) 0.000079 seconds (213 allocations: 5.328 KiB) 0.000079 seconds (213 allocations: 5.328 KiB) [ Info: Find point closest to all in dataset 33.112232 seconds (279.89 M allocations: 7.000 GiB, 5.90% gc time, 3.41% compilation time) 30.622681 seconds (278.31 M allocations: 6.925 GiB, 4.97% gc time, 0.56% compilation time) 31.705840 seconds (278.31 M allocations: 6.924 GiB, 5.82% gc time, 0.56% compilation time) 31.332403 seconds (278.31 M allocations: 6.924 GiB, 4.95% gc time, 0.62% compilation time) 31.734501 seconds (278.31 M allocations: 6.924 GiB, 4.77% gc time, 0.55% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.536560 seconds (5.54 M allocations: 1020.080 MiB, 30.37% gc time) 3.276550 seconds (5.54 M allocations: 1020.073 MiB, 22.62% gc time) 3.607670 seconds (5.54 M allocations: 1020.086 MiB, 30.11% gc time) 3.573185 seconds (5.54 M allocations: 1020.078 MiB, 31.96% gc time) 3.566869 seconds (5.54 M allocations: 1020.102 MiB, 31.68% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000095 seconds (261 allocations: 7.703 KiB) 0.000079 seconds (261 allocations: 7.703 KiB) 0.000092 seconds (261 allocations: 7.703 KiB) 0.000080 seconds (261 allocations: 7.703 KiB) 0.000120 seconds (261 allocations: 7.703 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 223.29s PkgEval succeeded after 264.25s