Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1826 (44c835795b*) started at 2026-03-02T09:57:41.159 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.39s ################################################################################ # 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.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 970.2 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 19.05s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_e6WDTz/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_e6WDTz/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.783947 seconds (4.25 M allocations: 851.956 MiB, 24.79% gc time, 1.85% compilation time) 3.968478 seconds (4.23 M allocations: 851.078 MiB, 30.35% gc time) 3.564428 seconds (4.23 M allocations: 851.072 MiB, 35.25% gc time) 3.215542 seconds (4.23 M allocations: 851.044 MiB, 29.10% gc time) 3.174669 seconds (4.23 M allocations: 851.032 MiB, 30.78% gc time) [ Info: Evaluation of a single point 0.000076 seconds (125 allocations: 2.625 KiB) 0.000056 seconds (125 allocations: 2.625 KiB) 0.000059 seconds (125 allocations: 2.625 KiB) 0.000053 seconds (125 allocations: 2.625 KiB) 0.000059 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 33.485374 seconds (279.77 M allocations: 6.997 GiB, 5.89% gc time, 3.18% compilation time) 31.746598 seconds (278.17 M allocations: 6.920 GiB, 5.00% gc time, 0.69% compilation time) 31.811591 seconds (278.17 M allocations: 6.920 GiB, 4.85% gc time, 0.71% compilation time) 32.103014 seconds (278.17 M allocations: 6.920 GiB, 5.84% gc time, 0.61% compilation time) 31.770004 seconds (278.17 M allocations: 6.920 GiB, 4.96% gc time, 0.68% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.927178 seconds (5.54 M allocations: 1020.048 MiB, 29.16% gc time) 3.731920 seconds (5.54 M allocations: 1020.047 MiB, 30.11% gc time) 3.366378 seconds (5.54 M allocations: 1020.047 MiB, 23.38% gc time) 3.582003 seconds (5.54 M allocations: 1020.050 MiB, 30.79% gc time) 3.590059 seconds (5.54 M allocations: 1020.046 MiB, 30.17% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000129 seconds (261 allocations: 7.797 KiB) 0.000120 seconds (261 allocations: 7.797 KiB) 0.000121 seconds (261 allocations: 7.797 KiB) 0.000122 seconds (261 allocations: 7.797 KiB) 0.000125 seconds (261 allocations: 7.797 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 228.7s PkgEval succeeded after 270.56s