Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1563 (14ca1abc72*) started at 2026-01-15T12:47:54.479 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.83s ################################################################################ # 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.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 997.5 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 14.61s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_hV6KtK/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_hV6KtK/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.698292 seconds (4.25 M allocations: 851.951 MiB, 39.16% gc time, 2.13% compilation time) 2.849931 seconds (4.23 M allocations: 851.069 MiB, 44.44% gc time) 2.578318 seconds (4.23 M allocations: 851.045 MiB, 37.24% gc time) 2.566387 seconds (4.23 M allocations: 851.040 MiB, 38.34% gc time) 2.388002 seconds (4.23 M allocations: 851.037 MiB, 30.01% gc time) [ Info: Evaluation of a single point 0.000081 seconds (127 allocations: 2.703 KiB) 0.000067 seconds (127 allocations: 2.703 KiB) 0.000064 seconds (127 allocations: 2.703 KiB) 0.000072 seconds (127 allocations: 2.703 KiB) 0.000064 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 34.022425 seconds (279.64 M allocations: 6.993 GiB, 5.94% gc time, 2.31% compilation time) 33.951450 seconds (278.06 M allocations: 6.917 GiB, 5.86% gc time, 0.55% compilation time) 34.197370 seconds (278.06 M allocations: 6.917 GiB, 4.82% gc time, 0.54% compilation time) 33.222575 seconds (278.06 M allocations: 6.917 GiB, 4.93% gc time, 0.48% compilation time) 34.775814 seconds (278.06 M allocations: 6.917 GiB, 5.72% gc time, 0.52% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.521284 seconds (5.54 M allocations: 1020.112 MiB, 32.17% gc time) 2.881080 seconds (5.54 M allocations: 1020.109 MiB, 41.45% gc time) 2.927774 seconds (5.54 M allocations: 1020.107 MiB, 40.85% gc time) 2.736381 seconds (5.54 M allocations: 1020.120 MiB, 41.59% gc time) 2.735854 seconds (5.54 M allocations: 1020.107 MiB, 41.78% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000156 seconds (439 allocations: 12.625 KiB) 0.000122 seconds (439 allocations: 12.625 KiB) 0.000121 seconds (439 allocations: 12.625 KiB) 0.000176 seconds (439 allocations: 12.625 KiB) 0.000126 seconds (439 allocations: 12.625 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 220.51s PkgEval succeeded after 258.03s