Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.922 (90e3c1a568*) started at 2025-07-29T11:37:38.846 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.3s ################################################################################ # 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.13s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.42s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_yHqGmR/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_yHqGmR/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.341476 seconds (4.25 M allocations: 851.983 MiB, 28.41% gc time, 2.09% compilation time) 3.192080 seconds (4.23 M allocations: 851.071 MiB, 28.49% gc time) 2.962772 seconds (4.23 M allocations: 851.037 MiB, 21.76% gc time) 3.159085 seconds (4.23 M allocations: 851.089 MiB, 30.62% gc time) 2.901942 seconds (4.23 M allocations: 851.071 MiB, 20.56% gc time) [ Info: Evaluation of a single point 0.014246 seconds (537 allocations: 14.141 KiB, 98.39% compilation time) 0.000123 seconds (499 allocations: 11.984 KiB) 0.000115 seconds (499 allocations: 11.984 KiB) 0.000121 seconds (499 allocations: 11.984 KiB) 0.000120 seconds (499 allocations: 11.984 KiB) [ Info: Find point closest to all in dataset 34.974459 seconds (279.58 M allocations: 6.993 GiB, 5.85% gc time, 3.27% compilation time) 33.919133 seconds (277.92 M allocations: 6.912 GiB, 4.90% gc time, 0.60% compilation time) 34.140198 seconds (277.92 M allocations: 6.912 GiB, 4.78% gc time, 0.56% compilation time) 33.818969 seconds (277.92 M allocations: 6.912 GiB, 5.84% gc time, 0.61% compilation time) 31.354548 seconds (277.92 M allocations: 6.912 GiB, 5.00% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.312599 seconds (5.54 M allocations: 1020.194 MiB, 20.43% gc time) 3.803301 seconds (5.54 M allocations: 1020.159 MiB, 28.97% gc time) 3.453841 seconds (5.54 M allocations: 1020.203 MiB, 23.14% gc time) 3.500809 seconds (5.54 M allocations: 1020.154 MiB, 20.81% gc time) 3.848928 seconds (5.54 M allocations: 1020.205 MiB, 31.27% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.067281 seconds (18.72 k allocations: 1.020 MiB, 99.55% compilation time) 0.000103 seconds (209 allocations: 5.922 KiB) 0.000087 seconds (209 allocations: 5.922 KiB) 0.000086 seconds (209 allocations: 5.922 KiB) 0.000086 seconds (209 allocations: 5.922 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 231.81s PkgEval succeeded after 268.36s