Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.791 (d5209bd37d*) started at 2025-07-04T10:31:57.724 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.4s ################################################################################ # 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.03s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.02s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_CCZqOG/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_CCZqOG/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.696405 seconds (4.25 M allocations: 852.008 MiB, 26.31% gc time, 2.00% compilation time) 3.524665 seconds (4.23 M allocations: 851.019 MiB, 27.35% gc time) 3.345029 seconds (4.23 M allocations: 851.060 MiB, 21.05% gc time) 3.408391 seconds (4.23 M allocations: 851.012 MiB, 27.20% gc time) 3.146847 seconds (4.23 M allocations: 851.080 MiB, 19.76% gc time) [ Info: Evaluation of a single point 0.012943 seconds (238 allocations: 6.859 KiB, 98.37% compilation time) 0.000072 seconds (200 allocations: 4.703 KiB) 0.000070 seconds (200 allocations: 4.703 KiB) 0.000084 seconds (200 allocations: 4.703 KiB) 0.000085 seconds (200 allocations: 4.703 KiB) [ Info: Find point closest to all in dataset 34.331692 seconds (279.66 M allocations: 6.996 GiB, 5.72% gc time, 3.19% compilation time) 32.855229 seconds (277.95 M allocations: 6.914 GiB, 4.94% gc time, 0.65% compilation time) 33.096908 seconds (277.95 M allocations: 6.914 GiB, 4.89% gc time, 0.61% compilation time) 33.527349 seconds (277.95 M allocations: 6.914 GiB, 5.79% gc time, 0.63% compilation time) 33.071279 seconds (277.95 M allocations: 6.914 GiB, 4.93% gc time, 0.63% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.720230 seconds (5.54 M allocations: 1020.385 MiB, 20.05% gc time) 3.642946 seconds (5.54 M allocations: 1020.277 MiB, 20.26% gc time) 3.980938 seconds (5.54 M allocations: 1020.217 MiB, 28.32% gc time) 3.717291 seconds (5.54 M allocations: 1020.177 MiB, 19.23% gc time) 3.820337 seconds (5.54 M allocations: 1020.175 MiB, 23.02% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000156 seconds (505 allocations: 15.266 KiB) 0.000133 seconds (505 allocations: 15.266 KiB) 0.000140 seconds (505 allocations: 15.266 KiB) 0.000142 seconds (505 allocations: 15.266 KiB) 0.000143 seconds (505 allocations: 15.266 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.82s PkgEval succeeded after 266.81s