Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1613 (8dab3f0623*) started at 2026-01-25T12:46:58.953 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.12s ################################################################################ # 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.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1025.6 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 15.37s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_DecoTG/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_DecoTG/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 2.850386 seconds (4.25 M allocations: 851.912 MiB, 38.04% gc time, 1.92% compilation time) 3.070199 seconds (4.23 M allocations: 851.012 MiB, 42.46% gc time) 2.610999 seconds (4.23 M allocations: 851.013 MiB, 38.98% gc time) 2.586633 seconds (4.23 M allocations: 851.012 MiB, 39.38% gc time) 2.471245 seconds (4.23 M allocations: 850.994 MiB, 29.68% gc time) [ Info: Evaluation of a single point 0.018916 seconds (292 allocations: 9.641 KiB, 98.79% compilation time) 0.000073 seconds (216 allocations: 5.422 KiB) 0.000069 seconds (216 allocations: 5.422 KiB) 0.000067 seconds (216 allocations: 5.422 KiB) 0.000066 seconds (216 allocations: 5.422 KiB) [ Info: Find point closest to all in dataset 32.433080 seconds (279.47 M allocations: 6.989 GiB, 6.27% gc time, 2.32% compilation time) 31.379387 seconds (277.89 M allocations: 6.915 GiB, 6.34% gc time, 0.59% compilation time) 30.507979 seconds (277.89 M allocations: 6.913 GiB, 5.38% gc time, 0.51% compilation time) 30.457637 seconds (277.89 M allocations: 6.913 GiB, 5.25% gc time, 0.55% compilation time) 29.715555 seconds (277.89 M allocations: 6.913 GiB, 6.67% gc time, 0.52% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.466278 seconds (5.54 M allocations: 1020.144 MiB, 29.32% gc time) 2.727270 seconds (5.54 M allocations: 1020.151 MiB, 40.33% gc time) 2.818850 seconds (5.54 M allocations: 1020.145 MiB, 40.88% gc time) 2.773807 seconds (5.54 M allocations: 1020.144 MiB, 42.80% gc time) 2.635135 seconds (5.54 M allocations: 1020.144 MiB, 41.68% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000098 seconds (280 allocations: 8.312 KiB) 0.000085 seconds (280 allocations: 8.312 KiB) 0.000085 seconds (280 allocations: 8.312 KiB) 0.000096 seconds (280 allocations: 8.312 KiB) 0.000093 seconds (280 allocations: 8.312 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 205.06s PkgEval succeeded after 243.4s