Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2082 (4fdd12e277*) started at 2026-04-26T11:55:36.718 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.16s ################################################################################ # 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.4.0+0 [4536629a] + OpenBLAS_jll v0.3.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.41s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.1 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 22.97s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_JvC1L6/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_JvC1L6/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.4.0+0 [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.538821 seconds (4.25 M allocations: 852.014 MiB, 34.31% gc time, 2.04% compilation time) 3.538404 seconds (4.23 M allocations: 851.089 MiB, 37.65% gc time) 3.213721 seconds (4.23 M allocations: 851.082 MiB, 29.29% gc time) 3.035674 seconds (4.23 M allocations: 851.085 MiB, 29.99% gc time) 3.010003 seconds (4.23 M allocations: 851.078 MiB, 29.43% gc time) [ Info: Evaluation of a single point 0.021547 seconds (447 allocations: 13.672 KiB, 98.60% compilation time) 0.000110 seconds (365 allocations: 8.766 KiB) 0.000094 seconds (365 allocations: 8.766 KiB) 0.000092 seconds (365 allocations: 8.766 KiB) 0.000104 seconds (365 allocations: 8.766 KiB) [ Info: Find point closest to all in dataset 33.953506 seconds (279.82 M allocations: 6.997 GiB, 5.87% gc time, 2.73% compilation time) 32.367609 seconds (278.21 M allocations: 6.920 GiB, 6.07% gc time, 0.66% compilation time) 31.631347 seconds (278.21 M allocations: 6.920 GiB, 5.07% gc time, 0.64% compilation time) 31.797180 seconds (278.21 M allocations: 6.920 GiB, 5.03% gc time, 0.64% compilation time) 32.510179 seconds (278.21 M allocations: 6.920 GiB, 5.98% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.767074 seconds (5.54 M allocations: 1020.112 MiB, 30.29% gc time) 3.624503 seconds (5.54 M allocations: 1020.090 MiB, 32.47% gc time) 3.088512 seconds (5.54 M allocations: 1020.084 MiB, 23.14% gc time) 3.521991 seconds (5.54 M allocations: 1020.069 MiB, 31.31% gc time) 3.453062 seconds (5.54 M allocations: 1020.071 MiB, 30.38% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000138 seconds (358 allocations: 10.844 KiB) 0.000111 seconds (358 allocations: 10.844 KiB) 0.000112 seconds (358 allocations: 10.844 KiB) 0.000105 seconds (358 allocations: 10.844 KiB) 0.000112 seconds (358 allocations: 10.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 226.67s PkgEval succeeded after 278.43s