Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.582 (c0a1728d50*) started at 2025-05-14T09:54:26.232 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.57s ################################################################################ # 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.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.81s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_RsZ1rX/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_RsZ1rX/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.534812 seconds (4.25 M allocations: 852.062 MiB, 29.67% gc time, 1.91% compilation time) 3.286332 seconds (4.23 M allocations: 851.034 MiB, 29.48% gc time) 3.079259 seconds (4.23 M allocations: 851.028 MiB, 21.65% gc time) 3.176692 seconds (4.23 M allocations: 851.030 MiB, 27.86% gc time) 2.871104 seconds (4.23 M allocations: 851.029 MiB, 21.55% gc time) [ Info: Evaluation of a single point 0.011078 seconds (539 allocations: 13.516 KiB, 98.21% compilation time) 0.000103 seconds (501 allocations: 11.359 KiB) 0.000100 seconds (501 allocations: 11.359 KiB) 0.000100 seconds (501 allocations: 11.359 KiB) 0.000101 seconds (501 allocations: 11.359 KiB) [ Info: Find point closest to all in dataset 33.722461 seconds (279.75 M allocations: 6.998 GiB, 5.86% gc time, 2.96% compilation time) 32.414933 seconds (278.04 M allocations: 6.917 GiB, 4.96% gc time, 0.56% compilation time) 31.684463 seconds (278.04 M allocations: 6.917 GiB, 4.91% gc time, 0.64% compilation time) 32.191545 seconds (278.04 M allocations: 6.917 GiB, 5.76% gc time, 0.61% compilation time) 30.930897 seconds (278.04 M allocations: 6.917 GiB, 5.05% gc time, 0.66% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.510941 seconds (5.54 M allocations: 1020.205 MiB, 21.99% gc time) 3.618730 seconds (5.54 M allocations: 1020.191 MiB, 27.99% gc time) 3.510418 seconds (5.54 M allocations: 1020.172 MiB, 23.01% gc time) 3.436932 seconds (5.54 M allocations: 1020.154 MiB, 20.23% gc time) 3.456258 seconds (5.54 M allocations: 1020.178 MiB, 23.13% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000097 seconds (237 allocations: 6.891 KiB) 0.000083 seconds (237 allocations: 6.891 KiB) 0.000123 seconds (237 allocations: 6.891 KiB) 0.000084 seconds (237 allocations: 6.891 KiB) 0.000121 seconds (237 allocations: 6.891 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 224.67s PkgEval succeeded after 258.04s