Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1808 (1cd77b505e*) started at 2026-02-26T12:48:19.628 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.57s ################################################################################ # 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.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 936.2 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 20.25s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_bSXsrw/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_bSXsrw/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.30+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 3.403102 seconds (4.25 M allocations: 851.981 MiB, 28.36% gc time, 2.16% compilation time) 3.650049 seconds (4.23 M allocations: 851.053 MiB, 36.15% gc time) 3.436412 seconds (4.23 M allocations: 851.074 MiB, 34.10% gc time) 3.331541 seconds (4.23 M allocations: 851.049 MiB, 28.19% gc time) 3.095158 seconds (4.23 M allocations: 851.047 MiB, 31.13% gc time) [ Info: Evaluation of a single point 0.022049 seconds (330 allocations: 10.906 KiB, 98.85% compilation time) 0.000071 seconds (248 allocations: 6.000 KiB) 0.000069 seconds (248 allocations: 6.000 KiB) 0.000075 seconds (248 allocations: 6.000 KiB) 0.000077 seconds (248 allocations: 6.000 KiB) [ Info: Find point closest to all in dataset 33.004180 seconds (279.38 M allocations: 6.986 GiB, 6.11% gc time, 3.70% compilation time) 32.228115 seconds (277.79 M allocations: 6.910 GiB, 4.97% gc time, 0.70% compilation time) 32.764904 seconds (277.79 M allocations: 6.912 GiB, 5.74% gc time, 0.65% compilation time) 31.701442 seconds (277.79 M allocations: 6.910 GiB, 4.94% gc time, 0.66% compilation time) 32.372279 seconds (277.79 M allocations: 6.910 GiB, 4.82% gc time, 0.63% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.732951 seconds (5.54 M allocations: 1020.067 MiB, 31.46% gc time) 3.254931 seconds (5.54 M allocations: 1020.058 MiB, 24.19% gc time) 3.590704 seconds (5.54 M allocations: 1020.058 MiB, 30.91% gc time) 3.520394 seconds (5.54 M allocations: 1020.057 MiB, 30.20% gc time) 3.481199 seconds (5.54 M allocations: 1020.057 MiB, 31.05% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000134 seconds (384 allocations: 11.719 KiB) 0.000095 seconds (384 allocations: 11.719 KiB) 0.000104 seconds (384 allocations: 11.719 KiB) 0.000101 seconds (384 allocations: 11.719 KiB) 0.000097 seconds (384 allocations: 11.719 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.68s PkgEval succeeded after 275.08s