Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1741 (f7ebeb5678*) started at 2026-02-19T12:49:57.382 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.44s ################################################################################ # 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.3s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 899.5 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 18.19s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Ej8XP2/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Ej8XP2/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.590836 seconds (4.25 M allocations: 851.935 MiB, 27.18% gc time, 1.77% compilation time) 3.743708 seconds (4.23 M allocations: 851.020 MiB, 32.14% gc time) 4.067995 seconds (4.23 M allocations: 850.996 MiB, 35.10% gc time) 3.654437 seconds (4.23 M allocations: 850.992 MiB, 28.53% gc time) 3.603795 seconds (4.23 M allocations: 850.992 MiB, 28.03% gc time) [ Info: Evaluation of a single point 0.011349 seconds (418 allocations: 11.172 KiB, 98.19% compilation time) 0.000088 seconds (377 allocations: 8.719 KiB) 0.000092 seconds (377 allocations: 8.719 KiB) 0.000101 seconds (377 allocations: 8.719 KiB) 0.000099 seconds (377 allocations: 8.719 KiB) [ Info: Find point closest to all in dataset 34.532706 seconds (279.50 M allocations: 6.989 GiB, 5.87% gc time, 2.90% compilation time) 33.015973 seconds (277.92 M allocations: 6.913 GiB, 4.90% gc time, 0.58% compilation time) 31.910920 seconds (277.92 M allocations: 6.913 GiB, 4.98% gc time, 0.62% compilation time) 32.749724 seconds (277.92 M allocations: 6.913 GiB, 6.01% gc time, 0.54% compilation time) 32.792921 seconds (277.92 M allocations: 6.913 GiB, 4.96% gc time, 0.54% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.692574 seconds (5.54 M allocations: 1020.122 MiB, 30.74% gc time) 4.056033 seconds (5.54 M allocations: 1020.049 MiB, 39.87% gc time) 3.708453 seconds (5.54 M allocations: 1020.091 MiB, 23.61% gc time) 3.917410 seconds (5.54 M allocations: 1020.051 MiB, 30.92% gc time) 3.874297 seconds (5.54 M allocations: 1020.099 MiB, 31.51% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000142 seconds (420 allocations: 12.812 KiB) 0.000108 seconds (420 allocations: 12.812 KiB) 0.000112 seconds (420 allocations: 12.812 KiB) 0.000109 seconds (420 allocations: 12.812 KiB) 0.000111 seconds (420 allocations: 12.812 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 232.93s PkgEval succeeded after 276.6s