Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2114 (cccbcd9611*) started at 2026-05-05T08:45:45.971 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.47s ################################################################################ # 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.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.0 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 23.91s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_yhuUql/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_yhuUql/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.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+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.864532 seconds (4.25 M allocations: 851.889 MiB, 31.70% gc time, 1.79% compilation time) 3.864799 seconds (4.23 M allocations: 850.989 MiB, 32.62% gc time) 3.895273 seconds (4.23 M allocations: 850.980 MiB, 34.38% gc time) 3.572557 seconds (4.23 M allocations: 850.981 MiB, 28.99% gc time) 3.151638 seconds (4.23 M allocations: 850.986 MiB, 20.22% gc time) [ Info: Evaluation of a single point 0.013129 seconds (412 allocations: 11.828 KiB, 98.27% compilation time) 0.000088 seconds (367 allocations: 9.219 KiB) 0.000090 seconds (367 allocations: 9.219 KiB) 0.000092 seconds (367 allocations: 9.219 KiB) 0.000090 seconds (367 allocations: 9.219 KiB) [ Info: Find point closest to all in dataset 34.269545 seconds (279.54 M allocations: 6.991 GiB, 5.73% gc time, 2.61% compilation time) 33.707562 seconds (277.93 M allocations: 6.915 GiB, 5.89% gc time, 0.72% compilation time) 33.256539 seconds (277.93 M allocations: 6.913 GiB, 4.99% gc time, 0.64% compilation time) 33.461506 seconds (277.93 M allocations: 6.913 GiB, 4.87% gc time, 0.62% compilation time) 33.973926 seconds (277.93 M allocations: 6.913 GiB, 6.01% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.654037 seconds (5.54 M allocations: 1020.073 MiB, 32.33% gc time) 3.513100 seconds (5.54 M allocations: 1020.072 MiB, 24.00% gc time) 3.626423 seconds (5.54 M allocations: 1020.078 MiB, 31.09% gc time) 3.624004 seconds (5.54 M allocations: 1020.078 MiB, 31.48% gc time) 3.567279 seconds (5.54 M allocations: 1020.079 MiB, 31.62% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000110 seconds (239 allocations: 6.531 KiB) 0.000096 seconds (239 allocations: 6.531 KiB) 0.000097 seconds (239 allocations: 6.531 KiB) 0.000112 seconds (239 allocations: 6.531 KiB) 0.000099 seconds (239 allocations: 6.531 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 236.51s PkgEval succeeded after 290.78s