Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1234 (bbaa34b41d*) started at 2025-10-01T11:44:37.007 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.64s ################################################################################ # 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.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.99s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_f6j15d/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_f6j15d/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.430802 seconds (4.25 M allocations: 852.102 MiB, 28.13% gc time, 1.94% compilation time) 3.159402 seconds (4.23 M allocations: 851.154 MiB, 28.24% gc time) 2.951446 seconds (4.23 M allocations: 851.148 MiB, 20.45% gc time) 3.186715 seconds (4.23 M allocations: 851.162 MiB, 29.66% gc time) 2.905460 seconds (4.23 M allocations: 851.112 MiB, 21.82% gc time) [ Info: Evaluation of a single point 0.012739 seconds (226 allocations: 6.688 KiB, 98.76% compilation time) 0.000067 seconds (188 allocations: 4.531 KiB) 0.000070 seconds (188 allocations: 4.531 KiB) 0.000066 seconds (188 allocations: 4.531 KiB) 0.000071 seconds (188 allocations: 4.531 KiB) [ Info: Find point closest to all in dataset 33.143083 seconds (279.76 M allocations: 6.998 GiB, 5.85% gc time, 3.09% compilation time) 31.431488 seconds (278.09 M allocations: 6.918 GiB, 5.11% gc time, 0.59% compilation time) 31.246674 seconds (278.09 M allocations: 6.918 GiB, 5.18% gc time, 0.60% compilation time) 31.726103 seconds (278.09 M allocations: 6.918 GiB, 6.03% gc time, 0.56% compilation time) 31.219762 seconds (278.09 M allocations: 6.918 GiB, 5.20% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.218095 seconds (5.54 M allocations: 1020.056 MiB, 21.67% gc time) 3.391463 seconds (5.54 M allocations: 1020.067 MiB, 30.70% gc time) 3.053899 seconds (5.54 M allocations: 1020.060 MiB, 22.92% gc time) 4.248675 seconds (5.54 M allocations: 1020.077 MiB, 33.04% gc time) 3.507988 seconds (5.54 M allocations: 1020.105 MiB, 22.65% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000096 seconds (238 allocations: 6.953 KiB) 0.000090 seconds (238 allocations: 6.953 KiB) 0.000079 seconds (238 allocations: 6.953 KiB) 0.000079 seconds (238 allocations: 6.953 KiB) 0.000092 seconds (238 allocations: 6.953 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 221.09s PkgEval succeeded after 260.8s