Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1072 (de815ed1fa*) started at 2025-09-03T10:25:04.879 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.22s ################################################################################ # 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 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.39s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Unxwsj/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Unxwsj/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 4.006899 seconds (4.25 M allocations: 852.037 MiB, 31.20% gc time, 1.73% compilation time) 3.829910 seconds (4.23 M allocations: 851.114 MiB, 32.45% gc time) 3.418750 seconds (4.23 M allocations: 851.186 MiB, 22.66% gc time) 3.139618 seconds (4.23 M allocations: 851.044 MiB, 24.05% gc time) 3.621518 seconds (4.23 M allocations: 851.033 MiB, 31.04% gc time) [ Info: Evaluation of a single point 0.000111 seconds (125 allocations: 2.625 KiB) 0.000071 seconds (125 allocations: 2.625 KiB) 0.000071 seconds (125 allocations: 2.625 KiB) 0.000076 seconds (125 allocations: 2.625 KiB) 0.000074 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 37.984582 seconds (279.92 M allocations: 7.002 GiB, 6.15% gc time, 2.63% compilation time) 37.044325 seconds (278.26 M allocations: 6.922 GiB, 5.10% gc time, 0.46% compilation time) 39.790941 seconds (278.26 M allocations: 6.922 GiB, 5.11% gc time, 0.55% compilation time) 40.501491 seconds (278.26 M allocations: 6.922 GiB, 6.37% gc time, 0.51% compilation time) 39.982197 seconds (278.26 M allocations: 6.922 GiB, 5.18% gc time, 0.50% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.896183 seconds (5.54 M allocations: 1020.164 MiB, 24.35% gc time) 3.967659 seconds (5.54 M allocations: 1020.196 MiB, 27.98% gc time) 4.059523 seconds (5.54 M allocations: 1020.203 MiB, 30.09% gc time) 3.986133 seconds (5.54 M allocations: 1020.180 MiB, 25.77% gc time) 3.842090 seconds (5.54 M allocations: 1020.237 MiB, 25.32% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000135 seconds (215 allocations: 6.062 KiB) 0.000128 seconds (215 allocations: 6.062 KiB) 0.000137 seconds (215 allocations: 6.062 KiB) 0.000123 seconds (215 allocations: 6.062 KiB) 0.000132 seconds (215 allocations: 6.062 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 263.91s PkgEval succeeded after 304.07s