Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1162 (f0ece4ad9a*) started at 2025-09-18T11:43:39.900 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.91s ################################################################################ # 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.94s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.54s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_6q7WBB/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_6q7WBB/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.452981 seconds (4.25 M allocations: 852.018 MiB, 30.52% gc time, 1.77% compilation time) 3.536455 seconds (4.23 M allocations: 851.035 MiB, 34.55% gc time) 3.038847 seconds (4.23 M allocations: 851.029 MiB, 23.14% gc time) 2.911029 seconds (4.23 M allocations: 851.036 MiB, 23.08% gc time) 2.864311 seconds (4.23 M allocations: 851.039 MiB, 22.82% gc time) [ Info: Evaluation of a single point 0.020188 seconds (312 allocations: 10.094 KiB, 98.47% compilation time) 0.000091 seconds (236 allocations: 5.781 KiB) 0.000085 seconds (236 allocations: 5.781 KiB) 0.000087 seconds (236 allocations: 5.781 KiB) 0.000109 seconds (236 allocations: 5.781 KiB) [ Info: Find point closest to all in dataset 34.026435 seconds (279.92 M allocations: 7.002 GiB, 5.89% gc time, 2.97% compilation time) 32.585821 seconds (278.25 M allocations: 6.922 GiB, 5.93% gc time, 0.54% compilation time) 32.913525 seconds (278.25 M allocations: 6.922 GiB, 5.01% gc time, 0.52% compilation time) 32.915429 seconds (278.25 M allocations: 6.922 GiB, 4.81% gc time, 0.56% compilation time) 32.451725 seconds (278.25 M allocations: 6.922 GiB, 6.07% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.540264 seconds (5.54 M allocations: 1020.207 MiB, 22.17% gc time) 3.607624 seconds (5.54 M allocations: 1020.205 MiB, 22.55% gc time) 3.180192 seconds (5.54 M allocations: 1020.227 MiB, 22.86% gc time) 3.631520 seconds (5.54 M allocations: 1020.213 MiB, 21.65% gc time) 4.090448 seconds (5.54 M allocations: 1020.223 MiB, 30.21% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000193 seconds (494 allocations: 13.391 KiB) 0.000184 seconds (494 allocations: 13.391 KiB) 0.000171 seconds (494 allocations: 13.391 KiB) 0.000170 seconds (494 allocations: 13.391 KiB) 0.000172 seconds (494 allocations: 13.391 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 228.33s PkgEval succeeded after 265.83s