Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2058 (afc71c255e*) started at 2026-04-19T11:56:51.066 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.28s ################################################################################ # 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.43s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.0 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 22.91s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_7F8iv3/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_7F8iv3/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.222164 seconds (4.25 M allocations: 851.951 MiB, 30.18% gc time, 1.85% compilation time) 3.675853 seconds (4.23 M allocations: 851.014 MiB, 37.71% gc time) 3.380879 seconds (4.23 M allocations: 851.050 MiB, 28.24% gc time) 3.189880 seconds (4.23 M allocations: 851.012 MiB, 30.89% gc time) 2.936718 seconds (4.23 M allocations: 851.029 MiB, 22.44% gc time) [ Info: Evaluation of a single point 0.013875 seconds (278 allocations: 8.250 KiB, 98.64% compilation time) 0.000077 seconds (237 allocations: 5.797 KiB) 0.000071 seconds (237 allocations: 5.797 KiB) 0.000109 seconds (237 allocations: 5.797 KiB) 0.000073 seconds (237 allocations: 5.797 KiB) [ Info: Find point closest to all in dataset 33.852821 seconds (279.66 M allocations: 6.994 GiB, 5.77% gc time, 2.70% compilation time) 32.658662 seconds (278.05 M allocations: 6.917 GiB, 5.93% gc time, 0.54% compilation time) 32.433361 seconds (278.05 M allocations: 6.917 GiB, 4.76% gc time, 0.61% compilation time) 31.316462 seconds (278.05 M allocations: 6.917 GiB, 4.89% gc time, 0.61% compilation time) 32.728169 seconds (278.05 M allocations: 6.917 GiB, 5.81% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.638618 seconds (5.54 M allocations: 1020.106 MiB, 31.01% gc time) 3.225967 seconds (5.54 M allocations: 1020.104 MiB, 24.86% gc time) 3.761648 seconds (5.54 M allocations: 1020.101 MiB, 29.38% gc time) 3.443236 seconds (5.54 M allocations: 1020.105 MiB, 32.18% gc time) 3.599564 seconds (5.54 M allocations: 1020.115 MiB, 33.53% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000141 seconds (332 allocations: 10.297 KiB) 0.000112 seconds (332 allocations: 10.297 KiB) 0.000101 seconds (332 allocations: 10.297 KiB) 0.000115 seconds (332 allocations: 10.297 KiB) 0.000098 seconds (332 allocations: 10.297 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.79s PkgEval succeeded after 278.44s