Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.853 (3e868b27cf*) started at 2025-07-16T22:38:47.238 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.41s ################################################################################ # 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.13.1+0 Installation completed after 1.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.14s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_GMSnjf/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_GMSnjf/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.256874 seconds (4.25 M allocations: 852.030 MiB, 23.73% gc time, 2.01% compilation time) 3.790109 seconds (4.23 M allocations: 851.213 MiB, 34.22% gc time) 3.272348 seconds (4.23 M allocations: 851.165 MiB, 22.94% gc time) 3.381289 seconds (4.23 M allocations: 851.149 MiB, 30.47% gc time) 3.085258 seconds (4.23 M allocations: 851.075 MiB, 21.04% gc time) [ Info: Evaluation of a single point 0.013441 seconds (353 allocations: 10.094 KiB, 98.46% compilation time) 0.000093 seconds (315 allocations: 7.938 KiB) 0.000123 seconds (315 allocations: 7.938 KiB) 0.000106 seconds (315 allocations: 7.938 KiB) 0.000085 seconds (315 allocations: 7.938 KiB) [ Info: Find point closest to all in dataset 34.029327 seconds (280.05 M allocations: 7.006 GiB, 5.98% gc time, 3.13% compilation time) 32.076112 seconds (278.38 M allocations: 6.926 GiB, 5.04% gc time, 0.56% compilation time) 32.376405 seconds (278.38 M allocations: 6.926 GiB, 4.93% gc time, 0.61% compilation time) 32.967155 seconds (278.38 M allocations: 6.926 GiB, 5.81% gc time, 0.53% compilation time) 31.456293 seconds (278.38 M allocations: 6.926 GiB, 5.04% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.599767 seconds (5.54 M allocations: 1020.126 MiB, 21.22% gc time) 3.964865 seconds (5.54 M allocations: 1020.130 MiB, 28.68% gc time) 3.536172 seconds (5.54 M allocations: 1020.126 MiB, 20.80% gc time) 3.956171 seconds (5.54 M allocations: 1020.139 MiB, 29.38% gc time) 3.676182 seconds (5.54 M allocations: 1020.138 MiB, 23.92% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000126 seconds (390 allocations: 11.438 KiB) 0.000117 seconds (390 allocations: 11.438 KiB) 0.000114 seconds (390 allocations: 11.438 KiB) 0.000132 seconds (390 allocations: 11.438 KiB) 0.000125 seconds (390 allocations: 11.438 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.49s PkgEval succeeded after 261.12s