Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T11:44:06.118 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.25s ################################################################################ # 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.15.0+0 Installation completed after 1.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.68s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_nQbKmE/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_nQbKmE/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 3.755116 seconds (4.25 M allocations: 851.955 MiB, 29.75% gc time, 1.77% compilation time) 3.720401 seconds (4.23 M allocations: 850.985 MiB, 30.16% gc time) 3.458622 seconds (4.23 M allocations: 851.023 MiB, 22.23% gc time) 3.654265 seconds (4.23 M allocations: 850.978 MiB, 29.60% gc time) 3.381662 seconds (4.23 M allocations: 850.979 MiB, 22.81% gc time) [ Info: Evaluation of a single point 0.013571 seconds (253 allocations: 7.516 KiB, 98.42% compilation time) 0.000082 seconds (215 allocations: 5.406 KiB) 0.000090 seconds (215 allocations: 5.406 KiB) 0.000095 seconds (215 allocations: 5.406 KiB) 0.000113 seconds (215 allocations: 5.406 KiB) [ Info: Find point closest to all in dataset 37.947227 seconds (279.74 M allocations: 6.995 GiB, 5.92% gc time, 3.23% compilation time) 36.069231 seconds (278.06 M allocations: 6.916 GiB, 4.96% gc time, 0.62% compilation time) 32.800483 seconds (278.06 M allocations: 6.916 GiB, 4.99% gc time, 0.72% compilation time) 31.781221 seconds (278.06 M allocations: 6.916 GiB, 6.22% gc time, 0.65% compilation time) 33.365294 seconds (278.06 M allocations: 6.917 GiB, 5.06% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.617500 seconds (5.54 M allocations: 1020.056 MiB, 22.28% gc time) 4.210583 seconds (5.54 M allocations: 1020.072 MiB, 32.93% gc time) 3.519601 seconds (5.54 M allocations: 1020.076 MiB, 22.81% gc time) 3.082925 seconds (5.54 M allocations: 1020.056 MiB, 23.34% gc time) 3.027738 seconds (5.54 M allocations: 1020.057 MiB, 24.37% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000113 seconds (356 allocations: 10.578 KiB) 0.000100 seconds (356 allocations: 10.578 KiB) 0.000093 seconds (356 allocations: 10.578 KiB) 0.000118 seconds (356 allocations: 10.578 KiB) 0.000098 seconds (356 allocations: 10.578 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 238.41s PkgEval succeeded after 279.0s