Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1918 (78a0dc1151*) started at 2026-03-19T12:02:13.316 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.86s ################################################################################ # 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.59s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 2473.5 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 3 seconds. 1 already precompiled. Precompilation completed after 22.93s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Fp4OHp/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Fp4OHp/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 8.281334 seconds (4.25 M allocations: 851.991 MiB, 25.66% gc time, 2.03% compilation time) 5.798976 seconds (4.23 M allocations: 851.058 MiB, 34.15% gc time) 4.809971 seconds (4.23 M allocations: 851.058 MiB, 30.63% gc time) 4.804882 seconds (4.23 M allocations: 851.065 MiB, 31.37% gc time) 7.109482 seconds (4.23 M allocations: 851.049 MiB, 24.07% gc time) [ Info: Evaluation of a single point 0.013662 seconds (274 allocations: 8.188 KiB, 98.60% compilation time) 0.000085 seconds (233 allocations: 5.734 KiB) 0.000081 seconds (233 allocations: 5.734 KiB) 0.000090 seconds (233 allocations: 5.734 KiB) 0.000085 seconds (233 allocations: 5.734 KiB) [ Info: Find point closest to all in dataset 65.291612 seconds (279.79 M allocations: 6.997 GiB, 6.42% gc time, 4.35% compilation time) 55.240247 seconds (278.19 M allocations: 6.920 GiB, 5.69% gc time, 0.39% compilation time) 68.091388 seconds (278.19 M allocations: 6.920 GiB, 4.26% gc time, 0.31% compilation time) 50.254569 seconds (278.19 M allocations: 6.920 GiB, 4.63% gc time, 0.66% compilation time) 47.772783 seconds (278.19 M allocations: 6.920 GiB, 5.38% gc time, 0.47% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 5.696518 seconds (5.54 M allocations: 1020.059 MiB, 26.41% gc time) 4.725437 seconds (5.54 M allocations: 1020.093 MiB, 19.75% gc time) 5.026965 seconds (5.54 M allocations: 1020.058 MiB, 36.48% gc time) 4.558518 seconds (5.54 M allocations: 1020.058 MiB, 22.13% gc time) 4.732857 seconds (5.54 M allocations: 1020.058 MiB, 25.24% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000155 seconds (245 allocations: 6.625 KiB) 0.000148 seconds (245 allocations: 6.625 KiB) 0.000137 seconds (245 allocations: 6.625 KiB) 0.000134 seconds (245 allocations: 6.625 KiB) 0.000160 seconds (245 allocations: 6.625 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 276.92s PkgEval succeeded after 488.34s