Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1039 (6568124d5b*) started at 2025-08-26T11:38:01.859 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.91s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.13/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.13.1+0 Installation completed after 1.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.97s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_odfz5S/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_odfz5S/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.645218 seconds (4.25 M allocations: 852.059 MiB, 27.95% gc time, 1.89% compilation time) 3.434931 seconds (4.23 M allocations: 851.071 MiB, 29.02% gc time) 3.199474 seconds (4.23 M allocations: 851.064 MiB, 22.56% gc time) 2.954356 seconds (4.23 M allocations: 851.129 MiB, 21.93% gc time) 3.346124 seconds (4.23 M allocations: 851.073 MiB, 30.71% gc time) [ Info: Evaluation of a single point 0.000100 seconds (152 allocations: 3.500 KiB) 0.000063 seconds (152 allocations: 3.500 KiB) 0.000060 seconds (152 allocations: 3.500 KiB) 0.000064 seconds (152 allocations: 3.500 KiB) 0.000059 seconds (152 allocations: 3.500 KiB) [ Info: Find point closest to all in dataset 36.655492 seconds (279.60 M allocations: 6.994 GiB, 6.93% gc time, 2.81% compilation time) 33.643260 seconds (277.94 M allocations: 6.914 GiB, 6.09% gc time, 0.58% compilation time) 33.596900 seconds (277.94 M allocations: 6.914 GiB, 4.90% gc time, 0.59% compilation time) 32.801171 seconds (277.94 M allocations: 6.914 GiB, 4.76% gc time, 0.59% compilation time) 33.185175 seconds (277.94 M allocations: 6.914 GiB, 5.83% gc time, 0.54% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.571309 seconds (5.54 M allocations: 1020.116 MiB, 21.22% gc time) 3.601062 seconds (5.54 M allocations: 1020.116 MiB, 21.18% gc time) 3.771176 seconds (5.54 M allocations: 1020.175 MiB, 26.08% gc time) 3.670263 seconds (5.54 M allocations: 1020.192 MiB, 24.85% gc time) 3.552663 seconds (5.54 M allocations: 1020.127 MiB, 21.43% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.068982 seconds (18.80 k allocations: 1.021 MiB, 99.63% compilation time) 0.000095 seconds (291 allocations: 8.219 KiB) 0.000095 seconds (291 allocations: 8.219 KiB) 0.000096 seconds (291 allocations: 8.219 KiB) 0.000093 seconds (291 allocations: 8.219 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 235.08s PkgEval succeeded after 273.79s