Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.417 (813bcf3aa6*) started at 2025-04-21T22:10:45.321 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.54s ################################################################################ # 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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.47s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_0mtIza/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_0mtIza/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.490794 seconds (4.25 M allocations: 852.142 MiB, 28.92% gc time, 2.03% compilation time) 3.261279 seconds (4.23 M allocations: 851.001 MiB, 29.10% gc time) 3.081979 seconds (4.23 M allocations: 851.039 MiB, 22.37% gc time) 2.859531 seconds (4.23 M allocations: 851.089 MiB, 22.83% gc time) 3.179070 seconds (4.23 M allocations: 851.003 MiB, 28.23% gc time) [ Info: Evaluation of a single point 0.017993 seconds (369 allocations: 11.797 KiB, 98.48% compilation time) 0.000084 seconds (287 allocations: 6.984 KiB) 0.000095 seconds (287 allocations: 6.984 KiB) 0.000076 seconds (287 allocations: 6.984 KiB) 0.000075 seconds (287 allocations: 6.984 KiB) [ Info: Find point closest to all in dataset 33.516228 seconds (269.53 M allocations: 6.749 GiB, 5.86% gc time, 3.66% compilation time) 32.168134 seconds (268.80 M allocations: 6.710 GiB, 4.85% gc time, 0.64% compilation time) 32.061143 seconds (268.80 M allocations: 6.710 GiB, 4.77% gc time, 0.66% compilation time) 32.309213 seconds (268.80 M allocations: 6.710 GiB, 5.77% gc time, 0.60% compilation time) 31.898080 seconds (268.80 M allocations: 6.710 GiB, 4.85% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.410155 seconds (5.54 M allocations: 1020.208 MiB, 21.24% gc time) 3.397319 seconds (5.54 M allocations: 1020.186 MiB, 22.07% gc time) 3.688222 seconds (5.54 M allocations: 1020.214 MiB, 28.96% gc time) 3.473082 seconds (5.54 M allocations: 1020.231 MiB, 24.25% gc time) 3.464382 seconds (5.54 M allocations: 1020.274 MiB, 25.28% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000166 seconds (352 allocations: 10.156 KiB) 0.000125 seconds (352 allocations: 10.156 KiB) 0.000125 seconds (352 allocations: 10.156 KiB) 0.000128 seconds (352 allocations: 10.156 KiB) 0.000124 seconds (352 allocations: 10.156 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 226.41s PkgEval succeeded after 263.71s