Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1141 (aecb173ae6*) started at 2025-09-16T20:25:51.954 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.05s ################################################################################ # 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 0.74s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.87s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_eiaiS9/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_eiaiS9/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.816875 seconds (4.25 M allocations: 851.960 MiB, 27.25% gc time, 1.70% compilation time) 3.727265 seconds (4.23 M allocations: 851.088 MiB, 28.05% gc time) 3.431004 seconds (4.23 M allocations: 851.008 MiB, 21.31% gc time) 3.148145 seconds (4.23 M allocations: 851.023 MiB, 19.86% gc time) 3.263248 seconds (4.23 M allocations: 850.980 MiB, 20.80% gc time) [ Info: Evaluation of a single point 0.018364 seconds (404 allocations: 12.109 KiB, 98.21% compilation time) 0.000100 seconds (328 allocations: 7.797 KiB) 0.000103 seconds (328 allocations: 7.797 KiB) 0.000085 seconds (328 allocations: 7.797 KiB) 0.000099 seconds (328 allocations: 7.797 KiB) [ Info: Find point closest to all in dataset 33.654718 seconds (279.64 M allocations: 6.995 GiB, 5.75% gc time, 3.04% compilation time) 32.610156 seconds (277.98 M allocations: 6.914 GiB, 5.97% gc time, 0.60% compilation time) 31.912996 seconds (277.98 M allocations: 6.914 GiB, 5.03% gc time, 0.67% compilation time) 32.772384 seconds (277.98 M allocations: 6.914 GiB, 4.81% gc time, 0.56% compilation time) 33.632662 seconds (277.98 M allocations: 6.914 GiB, 5.74% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.560713 seconds (5.54 M allocations: 1020.186 MiB, 20.94% gc time) 3.559669 seconds (5.54 M allocations: 1020.172 MiB, 22.24% gc time) 3.538325 seconds (5.54 M allocations: 1020.185 MiB, 29.76% gc time) 2.835538 seconds (5.54 M allocations: 1020.177 MiB, 25.17% gc time) 2.873458 seconds (5.54 M allocations: 1020.171 MiB, 21.05% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000121 seconds (325 allocations: 8.844 KiB) 0.000116 seconds (325 allocations: 8.844 KiB) 0.000105 seconds (325 allocations: 8.844 KiB) 0.000102 seconds (325 allocations: 8.844 KiB) 0.000098 seconds (325 allocations: 8.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.75s PkgEval succeeded after 266.03s