Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2079 (c0c9a57cb6*) started at 2026-04-22T22:18:02.148 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.68s ################################################################################ # 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.57s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.0 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 23.94s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_j1RHAM/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_j1RHAM/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.510143 seconds (4.25 M allocations: 851.889 MiB, 34.16% gc time, 1.96% compilation time) 3.484171 seconds (4.23 M allocations: 851.011 MiB, 36.06% gc time) 3.316816 seconds (4.23 M allocations: 850.993 MiB, 30.25% gc time) 3.483556 seconds (4.23 M allocations: 850.995 MiB, 37.68% gc time) 3.218207 seconds (4.23 M allocations: 851.001 MiB, 30.86% gc time) [ Info: Evaluation of a single point 0.013878 seconds (418 allocations: 11.547 KiB, 98.61% compilation time) 0.000076 seconds (377 allocations: 9.094 KiB) 0.000084 seconds (377 allocations: 9.094 KiB) 0.000081 seconds (377 allocations: 9.094 KiB) 0.000068 seconds (377 allocations: 9.094 KiB) [ Info: Find point closest to all in dataset 35.111252 seconds (279.46 M allocations: 6.988 GiB, 7.00% gc time, 2.30% compilation time) 33.273186 seconds (277.86 M allocations: 6.911 GiB, 5.83% gc time, 0.64% compilation time) 32.310067 seconds (277.86 M allocations: 6.911 GiB, 5.08% gc time, 0.56% compilation time) 31.752383 seconds (277.86 M allocations: 6.911 GiB, 5.10% gc time, 0.68% compilation time) 32.187735 seconds (277.86 M allocations: 6.911 GiB, 6.27% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.708603 seconds (5.54 M allocations: 1020.169 MiB, 33.40% gc time) 3.420105 seconds (5.54 M allocations: 1020.169 MiB, 24.93% gc time) 3.759753 seconds (5.54 M allocations: 1020.169 MiB, 32.41% gc time) 3.346328 seconds (5.54 M allocations: 1020.170 MiB, 29.30% gc time) 3.588214 seconds (5.54 M allocations: 1020.172 MiB, 31.57% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000142 seconds (495 allocations: 13.797 KiB) 0.000125 seconds (495 allocations: 13.797 KiB) 0.000142 seconds (495 allocations: 13.797 KiB) 0.000132 seconds (495 allocations: 13.797 KiB) 0.000133 seconds (495 allocations: 13.797 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.73s PkgEval succeeded after 282.23s