Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1601 (79ea5eb99c*) started at 2026-01-24T09:30:15.981 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.18s ################################################################################ # 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.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 900.0 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 14.33s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_mDZBfp/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_mDZBfp/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.737968 seconds (4.25 M allocations: 851.934 MiB, 37.85% gc time, 2.03% compilation time) 2.820847 seconds (4.23 M allocations: 851.049 MiB, 41.46% gc time) 2.643100 seconds (4.23 M allocations: 851.025 MiB, 34.71% gc time) 2.550781 seconds (4.23 M allocations: 851.042 MiB, 36.20% gc time) 2.630602 seconds (4.23 M allocations: 851.052 MiB, 38.34% gc time) [ Info: Evaluation of a single point 0.000112 seconds (153 allocations: 3.516 KiB) 0.000074 seconds (153 allocations: 3.516 KiB) 0.000070 seconds (153 allocations: 3.516 KiB) 0.000078 seconds (153 allocations: 3.516 KiB) 0.000093 seconds (153 allocations: 3.516 KiB) [ Info: Find point closest to all in dataset 31.122183 seconds (279.71 M allocations: 6.994 GiB, 6.69% gc time, 2.47% compilation time) 29.659834 seconds (278.12 M allocations: 6.918 GiB, 5.57% gc time, 0.56% compilation time) 29.780860 seconds (278.12 M allocations: 6.918 GiB, 5.46% gc time, 0.55% compilation time) 29.832163 seconds (278.12 M allocations: 6.918 GiB, 6.48% gc time, 0.56% compilation time) 29.297157 seconds (278.12 M allocations: 6.918 GiB, 5.57% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.827907 seconds (5.54 M allocations: 1020.148 MiB, 40.75% gc time) 2.700189 seconds (5.54 M allocations: 1020.161 MiB, 25.71% gc time) 2.594789 seconds (5.54 M allocations: 1020.160 MiB, 42.03% gc time) 2.644003 seconds (5.54 M allocations: 1020.151 MiB, 40.49% gc time) 2.679591 seconds (5.54 M allocations: 1020.144 MiB, 39.32% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000107 seconds (206 allocations: 5.938 KiB) 0.000075 seconds (206 allocations: 5.938 KiB) 0.000077 seconds (206 allocations: 5.938 KiB) 0.000079 seconds (206 allocations: 5.938 KiB) 0.000077 seconds (206 allocations: 5.938 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 200.02s PkgEval succeeded after 237.53s