Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2033 (8c59e8e9f1*) started at 2026-04-14T11:52:02.406 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.89s ################################################################################ # 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.37s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 0.9 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 23.38s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_dm7YFE/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_dm7YFE/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 4.026237 seconds (4.25 M allocations: 851.923 MiB, 27.45% gc time, 1.74% compilation time) 3.714295 seconds (4.23 M allocations: 851.042 MiB, 33.87% gc time) 3.536610 seconds (4.23 M allocations: 851.052 MiB, 34.73% gc time) 3.074027 seconds (4.23 M allocations: 851.025 MiB, 30.95% gc time) 3.064726 seconds (4.23 M allocations: 851.008 MiB, 30.80% gc time) [ Info: Evaluation of a single point 0.008933 seconds (194 allocations: 5.969 KiB, 98.09% compilation time) 0.000071 seconds (153 allocations: 3.516 KiB) 0.000068 seconds (153 allocations: 3.516 KiB) 0.000062 seconds (153 allocations: 3.516 KiB) 0.000071 seconds (153 allocations: 3.516 KiB) [ Info: Find point closest to all in dataset 33.780351 seconds (279.67 M allocations: 6.995 GiB, 5.91% gc time, 2.70% compilation time) 32.297017 seconds (278.06 M allocations: 6.917 GiB, 4.79% gc time, 0.66% compilation time) 32.373804 seconds (278.06 M allocations: 6.917 GiB, 4.71% gc time, 0.65% compilation time) 32.626048 seconds (278.06 M allocations: 6.917 GiB, 5.74% gc time, 0.65% compilation time) 32.177923 seconds (278.06 M allocations: 6.917 GiB, 4.75% gc time, 0.68% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.982198 seconds (5.54 M allocations: 1020.104 MiB, 33.81% gc time) 3.638023 seconds (5.54 M allocations: 1020.104 MiB, 22.04% gc time) 3.364525 seconds (5.54 M allocations: 1020.122 MiB, 29.46% gc time) 3.445679 seconds (5.54 M allocations: 1020.106 MiB, 30.63% gc time) 3.509189 seconds (5.54 M allocations: 1020.104 MiB, 29.26% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000094 seconds (176 allocations: 5.172 KiB) 0.000078 seconds (176 allocations: 5.172 KiB) 0.000080 seconds (176 allocations: 5.172 KiB) 0.000079 seconds (176 allocations: 5.172 KiB) 0.000078 seconds (176 allocations: 5.172 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.31s PkgEval succeeded after 281.5s