Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.725 (d6294ba973*) started at 2025-06-10T11:55:44.772 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.41s ################################################################################ # 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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.57s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_gbzTgf/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_gbzTgf/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.488632 seconds (4.25 M allocations: 852.059 MiB, 22.61% gc time, 1.94% compilation time) 3.744024 seconds (4.23 M allocations: 851.147 MiB, 32.69% gc time) 3.295944 seconds (4.23 M allocations: 851.115 MiB, 20.88% gc time) 3.447093 seconds (4.23 M allocations: 851.086 MiB, 29.48% gc time) 3.165660 seconds (4.23 M allocations: 851.281 MiB, 19.80% gc time) [ Info: Evaluation of a single point 0.014462 seconds (211 allocations: 6.031 KiB, 98.87% compilation time) 0.000067 seconds (173 allocations: 3.875 KiB) 0.000066 seconds (173 allocations: 3.875 KiB) 0.000087 seconds (173 allocations: 3.875 KiB) 0.000068 seconds (173 allocations: 3.875 KiB) [ Info: Find point closest to all in dataset 34.712629 seconds (279.61 M allocations: 6.994 GiB, 5.77% gc time, 2.96% compilation time) 33.087306 seconds (277.91 M allocations: 6.912 GiB, 4.87% gc time, 0.63% compilation time) 33.505993 seconds (277.91 M allocations: 6.912 GiB, 4.78% gc time, 0.63% compilation time) 34.037992 seconds (277.91 M allocations: 6.912 GiB, 5.71% gc time, 0.59% compilation time) 33.209868 seconds (277.91 M allocations: 6.912 GiB, 4.89% gc time, 0.66% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.713142 seconds (5.54 M allocations: 1020.149 MiB, 19.89% gc time) 3.562170 seconds (5.54 M allocations: 1020.149 MiB, 21.04% gc time) 3.867486 seconds (5.54 M allocations: 1020.133 MiB, 27.11% gc time) 3.889036 seconds (5.54 M allocations: 1020.124 MiB, 21.89% gc time) 3.087873 seconds (5.54 M allocations: 1020.147 MiB, 24.32% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000096 seconds (169 allocations: 4.844 KiB) 0.000091 seconds (169 allocations: 4.844 KiB) 0.000091 seconds (169 allocations: 4.844 KiB) 0.000091 seconds (169 allocations: 4.844 KiB) 0.000088 seconds (169 allocations: 4.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.68s PkgEval succeeded after 267.26s