Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1555 (0c48c4942b*) started at 2026-01-13T18:31:02.302 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.96s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.14/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.15.0+0 Installation completed after 1.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 938.0 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 14.34s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_7ZKVVw/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_7ZKVVw/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.15.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 2.798866 seconds (4.25 M allocations: 851.981 MiB, 44.94% gc time, 2.01% compilation time) 2.756183 seconds (4.23 M allocations: 851.098 MiB, 45.53% gc time) 2.412177 seconds (4.23 M allocations: 851.095 MiB, 38.59% gc time) 2.038434 seconds (4.23 M allocations: 851.076 MiB, 30.67% gc time) 2.753145 seconds (4.23 M allocations: 851.066 MiB, 48.48% gc time) [ Info: Evaluation of a single point 0.013487 seconds (364 allocations: 9.531 KiB, 98.71% compilation time) 0.000076 seconds (326 allocations: 7.422 KiB) 0.000163 seconds (326 allocations: 7.422 KiB) 0.000084 seconds (326 allocations: 7.422 KiB) 0.000078 seconds (326 allocations: 7.422 KiB) [ Info: Find point closest to all in dataset 30.862191 seconds (279.79 M allocations: 6.997 GiB, 6.50% gc time, 2.43% compilation time) 29.347750 seconds (278.20 M allocations: 6.921 GiB, 5.34% gc time, 0.60% compilation time) 29.675071 seconds (278.20 M allocations: 6.921 GiB, 5.19% gc time, 0.58% compilation time) 29.791560 seconds (278.20 M allocations: 6.921 GiB, 6.43% gc time, 0.61% compilation time) 30.460671 seconds (278.20 M allocations: 6.921 GiB, 5.26% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.853115 seconds (5.54 M allocations: 1020.096 MiB, 40.28% gc time) 2.743309 seconds (5.54 M allocations: 1020.100 MiB, 31.57% gc time) 2.745870 seconds (5.54 M allocations: 1020.154 MiB, 37.96% gc time) 2.764174 seconds (5.54 M allocations: 1020.094 MiB, 40.84% gc time) 2.919350 seconds (5.54 M allocations: 1020.107 MiB, 40.06% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000145 seconds (491 allocations: 14.516 KiB) 0.000139 seconds (491 allocations: 14.516 KiB) 0.000120 seconds (491 allocations: 14.516 KiB) 0.000117 seconds (491 allocations: 14.516 KiB) 0.000115 seconds (491 allocations: 14.516 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 200.37s PkgEval succeeded after 236.4s