Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.896 (efa4faf9a4*) started at 2025-07-25T10:45:45.268 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.53s ################################################################################ # 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.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.08s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_3pW1TL/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_3pW1TL/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.944087 seconds (7.51 M allocations: 919.117 MiB, 23.70% gc time, 0.51% compilation time) 3.828111 seconds (7.51 M allocations: 919.092 MiB, 25.79% gc time) 3.572138 seconds (7.51 M allocations: 919.056 MiB, 19.70% gc time) 3.768682 seconds (7.51 M allocations: 919.128 MiB, 26.26% gc time) 3.494832 seconds (7.51 M allocations: 919.280 MiB, 18.18% gc time) [ Info: Evaluation of a single point 0.000157 seconds (586 allocations: 13.750 KiB) 0.000123 seconds (586 allocations: 13.750 KiB) 0.000136 seconds (586 allocations: 13.750 KiB) 0.000125 seconds (586 allocations: 13.750 KiB) 0.000122 seconds (586 allocations: 13.750 KiB) [ Info: Find point closest to all in dataset 80.187392 seconds (779.22 M allocations: 18.843 GiB, 5.67% gc time, 1.23% compilation time) 79.148880 seconds (778.80 M allocations: 18.819 GiB, 5.19% gc time, 0.24% compilation time) 81.306951 seconds (778.80 M allocations: 18.819 GiB, 5.13% gc time, 0.20% compilation time) 83.061599 seconds (778.80 M allocations: 18.819 GiB, 5.57% gc time, 0.22% compilation time) 79.409577 seconds (778.80 M allocations: 18.819 GiB, 5.15% gc time, 0.24% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 4.013697 seconds (8.82 M allocations: 1.063 GiB, 19.40% gc time) 4.227157 seconds (8.82 M allocations: 1.063 GiB, 24.32% gc time) 4.172899 seconds (8.82 M allocations: 1.063 GiB, 19.62% gc time) 4.046945 seconds (8.82 M allocations: 1.063 GiB, 20.23% gc time) 4.332479 seconds (8.82 M allocations: 1.063 GiB, 25.78% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000216 seconds (859 allocations: 23.672 KiB) 0.000166 seconds (859 allocations: 23.672 KiB) 0.000166 seconds (859 allocations: 23.672 KiB) 0.000162 seconds (859 allocations: 23.672 KiB) 0.000166 seconds (859 allocations: 23.672 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 473.85s PkgEval succeeded after 510.07s