Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.943 (cce193b1aa*) started at 2025-08-02T03:58:27.211 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.43s ################################################################################ # 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.11s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.69s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_WdXKVT/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_WdXKVT/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.447570 seconds (4.25 M allocations: 852.036 MiB, 26.56% gc time, 2.11% compilation time) 3.340667 seconds (4.23 M allocations: 851.053 MiB, 26.69% gc time) 3.135679 seconds (4.23 M allocations: 851.053 MiB, 22.43% gc time) 2.914662 seconds (4.23 M allocations: 851.056 MiB, 20.65% gc time) 3.228711 seconds (4.23 M allocations: 851.134 MiB, 26.83% gc time) [ Info: Evaluation of a single point 0.015028 seconds (266 allocations: 7.406 KiB, 98.66% compilation time) 0.000090 seconds (228 allocations: 5.250 KiB) 0.000087 seconds (228 allocations: 5.250 KiB) 0.000112 seconds (228 allocations: 5.250 KiB) 0.000078 seconds (228 allocations: 5.250 KiB) [ Info: Find point closest to all in dataset 34.151102 seconds (279.74 M allocations: 6.997 GiB, 5.74% gc time, 2.98% compilation time) 32.761835 seconds (278.08 M allocations: 6.917 GiB, 4.91% gc time, 0.56% compilation time) 33.456154 seconds (278.08 M allocations: 6.917 GiB, 5.78% gc time, 0.54% compilation time) 31.022041 seconds (278.08 M allocations: 6.917 GiB, 5.01% gc time, 0.66% compilation time) 33.414884 seconds (278.08 M allocations: 6.917 GiB, 5.67% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.815545 seconds (5.54 M allocations: 1020.087 MiB, 23.05% gc time) 2.815291 seconds (5.54 M allocations: 1020.070 MiB, 30.40% gc time) 3.573887 seconds (5.54 M allocations: 1020.093 MiB, 20.98% gc time) 3.980162 seconds (5.54 M allocations: 1020.193 MiB, 30.82% gc time) 3.622582 seconds (5.54 M allocations: 1020.073 MiB, 22.53% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000378 seconds (354 allocations: 9.391 KiB) 0.000125 seconds (354 allocations: 9.391 KiB) 0.000120 seconds (354 allocations: 9.391 KiB) 0.000123 seconds (354 allocations: 9.391 KiB) 0.000112 seconds (354 allocations: 9.391 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.63s PkgEval succeeded after 265.3s