Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2028 (45a2de3f7a*) started at 2026-04-12T14:29:32.119 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.74s ################################################################################ # 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.3s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 973.6 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 23.04s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_h7vR0Z/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_h7vR0Z/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.939501 seconds (4.25 M allocations: 851.940 MiB, 28.77% gc time, 1.71% compilation time) 3.785887 seconds (4.23 M allocations: 851.032 MiB, 31.10% gc time) 3.999737 seconds (4.23 M allocations: 851.026 MiB, 32.57% gc time) 3.380647 seconds (4.23 M allocations: 851.025 MiB, 27.00% gc time) 3.133026 seconds (4.23 M allocations: 851.038 MiB, 30.67% gc time) [ Info: Evaluation of a single point 0.013864 seconds (237 allocations: 7.172 KiB, 98.53% compilation time) 0.000072 seconds (196 allocations: 4.719 KiB) 0.000068 seconds (196 allocations: 4.719 KiB) 0.000069 seconds (196 allocations: 4.719 KiB) 0.000065 seconds (196 allocations: 4.719 KiB) [ Info: Find point closest to all in dataset 33.578012 seconds (279.66 M allocations: 6.994 GiB, 6.15% gc time, 2.74% compilation time) 31.642257 seconds (278.06 M allocations: 6.917 GiB, 4.92% gc time, 0.68% compilation time) 31.700134 seconds (278.06 M allocations: 6.917 GiB, 4.92% gc time, 0.66% compilation time) 31.922873 seconds (278.06 M allocations: 6.917 GiB, 5.77% gc time, 0.65% compilation time) 32.045442 seconds (278.06 M allocations: 6.917 GiB, 4.88% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.722753 seconds (5.54 M allocations: 1020.012 MiB, 28.43% gc time) 3.876565 seconds (5.54 M allocations: 1020.018 MiB, 38.12% gc time) 3.305776 seconds (5.54 M allocations: 1020.030 MiB, 21.53% gc time) 3.414392 seconds (5.54 M allocations: 1020.013 MiB, 32.52% gc time) 3.404458 seconds (5.54 M allocations: 1020.013 MiB, 31.74% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000125 seconds (359 allocations: 10.766 KiB) 0.000122 seconds (359 allocations: 10.766 KiB) 0.000117 seconds (359 allocations: 10.766 KiB) 0.000105 seconds (359 allocations: 10.766 KiB) 0.000123 seconds (359 allocations: 10.766 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 226.45s PkgEval succeeded after 276.84s