Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.745 (a23ce4bcbb*) started at 2025-06-15T11:56:03.392 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.24s ################################################################################ # 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.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.45s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_PEeyAA/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_PEeyAA/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 2.979480 seconds (4.25 M allocations: 852.069 MiB, 30.34% gc time, 1.77% compilation time) 3.454528 seconds (4.23 M allocations: 851.106 MiB, 29.00% gc time) 3.147016 seconds (4.23 M allocations: 851.278 MiB, 19.83% gc time) 3.077066 seconds (4.23 M allocations: 851.106 MiB, 23.26% gc time) 2.827608 seconds (4.23 M allocations: 851.066 MiB, 20.66% gc time) [ Info: Evaluation of a single point 0.012758 seconds (324 allocations: 9.141 KiB, 98.19% compilation time) 0.000078 seconds (286 allocations: 6.984 KiB) 0.000082 seconds (286 allocations: 6.984 KiB) 0.000097 seconds (286 allocations: 6.984 KiB) 0.000081 seconds (286 allocations: 6.984 KiB) [ Info: Find point closest to all in dataset 30.008568 seconds (279.54 M allocations: 6.992 GiB, 6.30% gc time, 4.27% compilation time) 26.443119 seconds (277.84 M allocations: 6.910 GiB, 6.68% gc time, 0.54% compilation time) 25.263497 seconds (277.84 M allocations: 6.910 GiB, 5.95% gc time, 0.60% compilation time) 24.610538 seconds (277.84 M allocations: 6.910 GiB, 5.92% gc time, 0.57% compilation time) 30.129198 seconds (277.84 M allocations: 6.910 GiB, 6.41% gc time, 0.52% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.749112 seconds (5.54 M allocations: 1020.102 MiB, 21.62% gc time) 3.715935 seconds (5.54 M allocations: 1020.125 MiB, 22.91% gc time) 3.694915 seconds (5.54 M allocations: 1020.126 MiB, 27.53% gc time) 3.672579 seconds (5.54 M allocations: 1020.098 MiB, 21.39% gc time) 4.275192 seconds (5.54 M allocations: 1020.145 MiB, 32.10% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000145 seconds (278 allocations: 8.062 KiB) 0.000121 seconds (278 allocations: 8.062 KiB) 0.000117 seconds (278 allocations: 8.062 KiB) 0.000106 seconds (278 allocations: 8.062 KiB) 0.000106 seconds (278 allocations: 8.062 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 198.56s PkgEval succeeded after 232.58s