Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1786 (45ee44a91e*) started at 2026-02-22T12:50:01.948 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.45s ################################################################################ # 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.25s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 915.1 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 18.42s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_R6leCh/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_R6leCh/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.963735 seconds (4.25 M allocations: 852.023 MiB, 31.00% gc time, 1.75% compilation time) 3.923575 seconds (4.23 M allocations: 851.128 MiB, 33.61% gc time) 4.131362 seconds (4.23 M allocations: 851.129 MiB, 35.37% gc time) 3.407289 seconds (4.23 M allocations: 851.106 MiB, 30.80% gc time) 3.479207 seconds (4.23 M allocations: 851.097 MiB, 31.44% gc time) [ Info: Evaluation of a single point 0.012063 seconds (235 allocations: 7.094 KiB, 98.41% compilation time) 0.000100 seconds (194 allocations: 4.641 KiB) 0.000073 seconds (194 allocations: 4.641 KiB) 0.000076 seconds (194 allocations: 4.641 KiB) 0.000071 seconds (194 allocations: 4.641 KiB) [ Info: Find point closest to all in dataset 36.614865 seconds (279.65 M allocations: 6.993 GiB, 6.93% gc time, 2.96% compilation time) 33.834678 seconds (278.07 M allocations: 6.917 GiB, 6.22% gc time, 0.56% compilation time) 32.937534 seconds (278.07 M allocations: 6.917 GiB, 5.13% gc time, 0.62% compilation time) 32.909886 seconds (278.07 M allocations: 6.917 GiB, 4.96% gc time, 0.57% compilation time) 32.807085 seconds (278.07 M allocations: 6.917 GiB, 6.12% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.993247 seconds (5.54 M allocations: 1020.034 MiB, 28.47% gc time) 4.258143 seconds (5.54 M allocations: 1020.035 MiB, 37.09% gc time) 3.665631 seconds (5.54 M allocations: 1020.033 MiB, 21.19% gc time) 4.072341 seconds (5.54 M allocations: 1020.094 MiB, 30.90% gc time) 3.964548 seconds (5.54 M allocations: 1020.068 MiB, 28.89% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000105 seconds (264 allocations: 7.844 KiB) 0.000100 seconds (264 allocations: 7.844 KiB) 0.000090 seconds (264 allocations: 7.844 KiB) 0.000090 seconds (264 allocations: 7.844 KiB) 0.000110 seconds (264 allocations: 7.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 237.82s PkgEval succeeded after 280.05s