Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.873 (be59b3b2f4*) started at 2025-07-17T16:09:18.643 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.94s ################################################################################ # 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.13.1+0 Installation completed after 1.09s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.99s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_L9ogMr/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_L9ogMr/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.599286 seconds (4.25 M allocations: 852.028 MiB, 28.10% gc time, 1.81% compilation time) 3.358163 seconds (4.23 M allocations: 851.056 MiB, 29.21% gc time) 2.684308 seconds (4.23 M allocations: 851.029 MiB, 26.25% gc time) 2.900016 seconds (4.23 M allocations: 851.058 MiB, 21.65% gc time) 2.943732 seconds (4.23 M allocations: 851.077 MiB, 23.00% gc time) [ Info: Evaluation of a single point 0.011512 seconds (252 allocations: 7.203 KiB, 98.53% compilation time) 0.000081 seconds (214 allocations: 5.047 KiB) 0.000076 seconds (214 allocations: 5.047 KiB) 0.000080 seconds (214 allocations: 5.047 KiB) 0.000075 seconds (214 allocations: 5.047 KiB) [ Info: Find point closest to all in dataset 34.410978 seconds (279.87 M allocations: 7.001 GiB, 5.69% gc time, 2.92% compilation time) 34.179059 seconds (278.21 M allocations: 6.921 GiB, 5.85% gc time, 0.52% compilation time) 33.612981 seconds (278.21 M allocations: 6.921 GiB, 4.87% gc time, 0.61% compilation time) 33.870292 seconds (278.21 M allocations: 6.921 GiB, 4.68% gc time, 0.60% compilation time) 33.820042 seconds (278.21 M allocations: 6.921 GiB, 5.75% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.669234 seconds (5.54 M allocations: 1020.105 MiB, 21.64% gc time) 3.558445 seconds (5.54 M allocations: 1020.113 MiB, 21.45% gc time) 3.926456 seconds (5.54 M allocations: 1020.106 MiB, 30.44% gc time) 3.747301 seconds (5.54 M allocations: 1020.115 MiB, 21.69% gc time) 3.614713 seconds (5.54 M allocations: 1020.124 MiB, 23.27% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000123 seconds (169 allocations: 4.797 KiB) 0.000087 seconds (169 allocations: 4.797 KiB) 0.000092 seconds (169 allocations: 4.797 KiB) 0.000095 seconds (169 allocations: 4.797 KiB) 0.000096 seconds (169 allocations: 4.797 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.77s PkgEval succeeded after 271.19s