Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.640 (0a970d81aa*) started at 2025-05-27T11:34:15.255 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.77s ################################################################################ # 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.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.86s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_eHI8KX/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_eHI8KX/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.668238 seconds (4.25 M allocations: 852.051 MiB, 27.81% gc time, 1.82% compilation time) 3.622663 seconds (4.23 M allocations: 851.013 MiB, 30.27% gc time) 3.275959 seconds (4.23 M allocations: 851.048 MiB, 20.85% gc time) 3.141639 seconds (4.23 M allocations: 851.116 MiB, 23.25% gc time) 3.410254 seconds (4.23 M allocations: 851.045 MiB, 26.45% gc time) [ Info: Evaluation of a single point 0.000185 seconds (125 allocations: 2.625 KiB) 0.000057 seconds (125 allocations: 2.625 KiB) 0.000058 seconds (125 allocations: 2.625 KiB) 0.000057 seconds (125 allocations: 2.625 KiB) 0.000076 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 34.984499 seconds (279.66 M allocations: 6.995 GiB, 6.12% gc time, 3.37% compilation time) 34.278066 seconds (277.95 M allocations: 6.913 GiB, 4.86% gc time, 0.55% compilation time) 34.121161 seconds (277.95 M allocations: 6.913 GiB, 4.72% gc time, 0.55% compilation time) 35.517672 seconds (277.95 M allocations: 6.913 GiB, 5.80% gc time, 0.55% compilation time) 33.867222 seconds (277.95 M allocations: 6.913 GiB, 5.00% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.723170 seconds (5.54 M allocations: 1020.107 MiB, 20.84% gc time) 3.761515 seconds (5.54 M allocations: 1020.112 MiB, 22.86% gc time) 3.815286 seconds (5.54 M allocations: 1020.128 MiB, 29.74% gc time) 3.752333 seconds (5.54 M allocations: 1020.118 MiB, 21.52% gc time) 3.871948 seconds (5.54 M allocations: 1020.120 MiB, 21.74% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000115 seconds (211 allocations: 5.844 KiB) 0.000090 seconds (211 allocations: 5.844 KiB) 0.000113 seconds (211 allocations: 5.844 KiB) 0.000115 seconds (211 allocations: 5.844 KiB) 0.000092 seconds (211 allocations: 5.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 238.74s PkgEval succeeded after 272.17s