Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1080 (ed57414aec*) started at 2025-09-04T11:38:32.724 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.59s ################################################################################ # 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.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.44s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_bSy8S6/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_bSy8S6/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.571708 seconds (4.25 M allocations: 852.023 MiB, 26.60% gc time, 1.89% compilation time) 3.301216 seconds (4.23 M allocations: 851.037 MiB, 28.04% gc time) 3.160805 seconds (4.23 M allocations: 851.175 MiB, 22.53% gc time) 3.306768 seconds (4.23 M allocations: 851.096 MiB, 29.20% gc time) 3.082182 seconds (4.23 M allocations: 851.027 MiB, 20.23% gc time) [ Info: Evaluation of a single point 0.013537 seconds (329 allocations: 8.938 KiB, 98.52% compilation time) 0.000082 seconds (291 allocations: 6.781 KiB) 0.000078 seconds (291 allocations: 6.781 KiB) 0.000096 seconds (291 allocations: 6.781 KiB) 0.000074 seconds (291 allocations: 6.781 KiB) [ Info: Find point closest to all in dataset 33.618504 seconds (279.84 M allocations: 7.000 GiB, 5.85% gc time, 2.98% compilation time) 31.209732 seconds (278.17 M allocations: 6.920 GiB, 4.85% gc time, 0.61% compilation time) 31.842838 seconds (278.17 M allocations: 6.920 GiB, 4.70% gc time, 0.65% compilation time) 32.488427 seconds (278.17 M allocations: 6.920 GiB, 5.66% gc time, 0.53% compilation time) 29.939205 seconds (278.17 M allocations: 6.920 GiB, 4.96% gc time, 0.68% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.450954 seconds (5.54 M allocations: 1020.198 MiB, 20.16% gc time) 3.622543 seconds (5.54 M allocations: 1020.193 MiB, 21.71% gc time) 4.094918 seconds (5.54 M allocations: 1020.200 MiB, 29.54% gc time) 3.740966 seconds (5.54 M allocations: 1020.204 MiB, 22.38% gc time) 3.462450 seconds (5.54 M allocations: 1020.210 MiB, 23.37% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000139 seconds (385 allocations: 11.438 KiB) 0.000110 seconds (385 allocations: 11.438 KiB) 0.000108 seconds (385 allocations: 11.438 KiB) 0.000117 seconds (385 allocations: 11.438 KiB) 0.000099 seconds (385 allocations: 11.438 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 221.47s PkgEval succeeded after 260.59s