Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1216 (bcb9a929e5*) started at 2025-09-28T11:43:06.200 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.48s ################################################################################ # 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 0.97s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.17s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_8QDVlR/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_8QDVlR/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.442589 seconds (4.25 M allocations: 852.009 MiB, 26.96% gc time, 1.93% compilation time) 3.227942 seconds (4.23 M allocations: 851.030 MiB, 28.98% gc time) 3.235046 seconds (4.23 M allocations: 850.989 MiB, 21.83% gc time) 3.200931 seconds (4.23 M allocations: 851.190 MiB, 29.77% gc time) 2.947034 seconds (4.23 M allocations: 851.142 MiB, 21.22% gc time) [ Info: Evaluation of a single point 0.011937 seconds (543 allocations: 15.047 KiB, 98.08% compilation time) 0.000113 seconds (505 allocations: 12.891 KiB) 0.000116 seconds (505 allocations: 12.891 KiB) 0.000110 seconds (505 allocations: 12.891 KiB) 0.000107 seconds (505 allocations: 12.891 KiB) [ Info: Find point closest to all in dataset 33.169187 seconds (279.75 M allocations: 6.998 GiB, 6.07% gc time, 2.82% compilation time) 31.940321 seconds (278.08 M allocations: 6.918 GiB, 5.28% gc time, 0.67% compilation time) 32.096843 seconds (278.08 M allocations: 6.918 GiB, 5.12% gc time, 0.60% compilation time) 32.328731 seconds (278.08 M allocations: 6.918 GiB, 6.09% gc time, 0.55% compilation time) 32.281467 seconds (278.08 M allocations: 6.918 GiB, 5.15% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.140743 seconds (5.54 M allocations: 1020.140 MiB, 20.92% gc time) 3.577785 seconds (5.54 M allocations: 1020.228 MiB, 30.07% gc time) 3.297329 seconds (5.54 M allocations: 1020.161 MiB, 24.06% gc time) 3.358367 seconds (5.54 M allocations: 1020.238 MiB, 21.65% gc time) 3.916200 seconds (5.54 M allocations: 1020.155 MiB, 33.65% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000089 seconds (168 allocations: 4.812 KiB) 0.000075 seconds (168 allocations: 4.812 KiB) 0.000072 seconds (168 allocations: 4.812 KiB) 0.000073 seconds (168 allocations: 4.812 KiB) 0.000070 seconds (168 allocations: 4.812 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 223.75s PkgEval succeeded after 260.12s