Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1893 (b4aba01002*) started at 2026-03-15T12:45:11.343 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.77s ################################################################################ # 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.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 984.3 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 19.83s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_K768Si/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_K768Si/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.971401 seconds (4.25 M allocations: 851.877 MiB, 28.55% gc time, 1.71% compilation time) 3.866224 seconds (4.23 M allocations: 850.969 MiB, 30.88% gc time) 3.878345 seconds (4.23 M allocations: 850.980 MiB, 35.04% gc time) 3.403369 seconds (4.23 M allocations: 850.969 MiB, 29.82% gc time) 3.037619 seconds (4.23 M allocations: 850.972 MiB, 20.81% gc time) [ Info: Evaluation of a single point 0.012830 seconds (508 allocations: 14.594 KiB, 98.12% compilation time) 0.000110 seconds (467 allocations: 12.141 KiB) 0.000110 seconds (467 allocations: 12.141 KiB) 0.000111 seconds (467 allocations: 12.141 KiB) 0.000109 seconds (467 allocations: 12.141 KiB) [ Info: Find point closest to all in dataset 33.594766 seconds (279.69 M allocations: 6.995 GiB, 5.57% gc time, 3.29% compilation time) 33.798571 seconds (278.09 M allocations: 6.918 GiB, 5.69% gc time, 0.63% compilation time) 32.764190 seconds (278.09 M allocations: 6.918 GiB, 4.76% gc time, 0.65% compilation time) 32.293728 seconds (278.09 M allocations: 6.918 GiB, 4.72% gc time, 0.60% compilation time) 33.365405 seconds (278.09 M allocations: 6.918 GiB, 5.56% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.724606 seconds (5.54 M allocations: 1020.077 MiB, 28.69% gc time) 3.775506 seconds (5.54 M allocations: 1020.077 MiB, 31.84% gc time) 3.833924 seconds (5.54 M allocations: 1020.092 MiB, 31.05% gc time) 3.323993 seconds (5.54 M allocations: 1020.077 MiB, 22.55% gc time) 3.520348 seconds (5.54 M allocations: 1020.077 MiB, 30.31% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000127 seconds (415 allocations: 12.688 KiB) 0.000109 seconds (415 allocations: 12.688 KiB) 0.000109 seconds (415 allocations: 12.688 KiB) 0.000118 seconds (415 allocations: 12.688 KiB) 0.000121 seconds (415 allocations: 12.688 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.23s PkgEval succeeded after 278.96s