Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1584 (ac5fadde9b*) started at 2026-01-18T12:48:06.538 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.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.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 0.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 898.6 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 14.13s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_5Vge06/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_5Vge06/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.29+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 2.795490 seconds (4.25 M allocations: 851.909 MiB, 37.20% gc time, 2.02% compilation time) 2.842269 seconds (4.23 M allocations: 850.999 MiB, 42.08% gc time) 2.560709 seconds (4.23 M allocations: 851.018 MiB, 34.27% gc time) 2.571397 seconds (4.23 M allocations: 851.042 MiB, 37.96% gc time) 2.632189 seconds (4.23 M allocations: 851.006 MiB, 37.36% gc time) [ Info: Evaluation of a single point 0.000091 seconds (125 allocations: 2.625 KiB) 0.000055 seconds (125 allocations: 2.625 KiB) 0.000071 seconds (125 allocations: 2.625 KiB) 0.000083 seconds (125 allocations: 2.625 KiB) 0.000110 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 31.064972 seconds (279.80 M allocations: 6.997 GiB, 6.33% gc time, 2.17% compilation time) 30.627632 seconds (278.22 M allocations: 6.921 GiB, 5.33% gc time, 0.58% compilation time) 30.388679 seconds (278.22 M allocations: 6.921 GiB, 5.14% gc time, 0.62% compilation time) 31.594091 seconds (278.22 M allocations: 6.921 GiB, 6.07% gc time, 0.50% compilation time) 31.378228 seconds (278.22 M allocations: 6.921 GiB, 5.14% gc time, 0.63% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.083511 seconds (5.54 M allocations: 1020.198 MiB, 42.80% gc time) 2.562476 seconds (5.54 M allocations: 1020.253 MiB, 34.18% gc time) 2.473156 seconds (5.54 M allocations: 1020.231 MiB, 41.07% gc time) 2.677406 seconds (5.54 M allocations: 1020.210 MiB, 41.97% gc time) 2.628526 seconds (5.54 M allocations: 1020.228 MiB, 41.27% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000085 seconds (286 allocations: 8.359 KiB) 0.000089 seconds (286 allocations: 8.359 KiB) 0.000107 seconds (286 allocations: 8.359 KiB) 0.000091 seconds (286 allocations: 8.359 KiB) 0.000092 seconds (286 allocations: 8.359 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 203.62s PkgEval succeeded after 240.78s