Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.123 (e910e6fb06*) started at 2025-03-01T14:18:57.561 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.09s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.13/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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.79s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_fVoUod/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_fVoUod/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.344661 seconds (4.25 M allocations: 851.932 MiB, 28.24% gc time, 1.47% compilation time) 3.294055 seconds (4.23 M allocations: 851.178 MiB, 31.29% gc time) 2.882634 seconds (4.23 M allocations: 851.073 MiB, 23.08% gc time) 3.212219 seconds (4.23 M allocations: 851.031 MiB, 32.07% gc time) 2.904395 seconds (4.23 M allocations: 851.114 MiB, 21.17% gc time) [ Info: Evaluation of a single point 0.020777 seconds (313 allocations: 10.125 KiB, 98.75% compilation time) 0.000106 seconds (237 allocations: 5.812 KiB) 0.000086 seconds (237 allocations: 5.812 KiB) 0.000082 seconds (237 allocations: 5.812 KiB) 0.000090 seconds (237 allocations: 5.812 KiB) [ Info: Find point closest to all in dataset 32.571705 seconds (269.32 M allocations: 6.741 GiB, 5.78% gc time, 3.63% compilation time) 31.159317 seconds (268.68 M allocations: 6.707 GiB, 4.88% gc time, 0.62% compilation time) 32.269394 seconds (268.68 M allocations: 6.707 GiB, 4.69% gc time, 0.64% compilation time) 32.179346 seconds (268.68 M allocations: 6.707 GiB, 5.62% gc time, 0.65% compilation time) 31.639922 seconds (268.68 M allocations: 6.707 GiB, 4.83% gc time, 0.71% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.320764 seconds (5.54 M allocations: 1020.114 MiB, 20.67% gc time) 3.636184 seconds (5.54 M allocations: 1020.105 MiB, 29.15% gc time) 3.235478 seconds (5.54 M allocations: 1020.128 MiB, 21.00% gc time) 3.390524 seconds (5.54 M allocations: 1020.126 MiB, 23.72% gc time) 3.659276 seconds (5.54 M allocations: 1020.120 MiB, 26.75% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000120 seconds (173 allocations: 5.000 KiB) 0.000069 seconds (173 allocations: 5.000 KiB) 0.000072 seconds (173 allocations: 5.000 KiB) 0.000081 seconds (173 allocations: 5.000 KiB) 0.000088 seconds (173 allocations: 5.000 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 223.59s PkgEval succeeded after 260.63s