Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.111 (ce76dbf07d*) started at 2025-02-27T21:06:19.655 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.05s ################################################################################ # 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 0.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.23s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_tKS34W/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_tKS34W/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.386187 seconds (4.25 M allocations: 852.016 MiB, 28.21% gc time, 1.48% compilation time) 3.336509 seconds (4.23 M allocations: 851.020 MiB, 30.94% gc time) 3.028913 seconds (4.23 M allocations: 851.030 MiB, 20.70% gc time) 2.994779 seconds (4.23 M allocations: 851.062 MiB, 30.98% gc time) 2.915305 seconds (4.23 M allocations: 851.045 MiB, 22.49% gc time) [ Info: Evaluation of a single point 0.007767 seconds (470 allocations: 13.016 KiB, 97.02% compilation time) 0.000094 seconds (432 allocations: 10.859 KiB) 0.000095 seconds (432 allocations: 10.859 KiB) 0.000106 seconds (432 allocations: 10.859 KiB) 0.000102 seconds (432 allocations: 10.859 KiB) [ Info: Find point closest to all in dataset 33.541883 seconds (269.47 M allocations: 6.744 GiB, 5.86% gc time, 3.26% compilation time) 31.318022 seconds (268.83 M allocations: 6.711 GiB, 5.15% gc time, 0.68% compilation time) 31.183736 seconds (268.83 M allocations: 6.711 GiB, 5.08% gc time, 0.67% compilation time) 31.344298 seconds (268.83 M allocations: 6.711 GiB, 6.01% gc time, 0.63% compilation time) 30.809447 seconds (268.83 M allocations: 6.711 GiB, 5.22% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.285323 seconds (5.54 M allocations: 1020.112 MiB, 21.64% gc time) 3.580947 seconds (5.54 M allocations: 1020.116 MiB, 29.39% gc time) 3.429744 seconds (5.54 M allocations: 1020.125 MiB, 24.35% gc time) 3.395493 seconds (5.54 M allocations: 1020.114 MiB, 21.73% gc time) 3.361679 seconds (5.54 M allocations: 1020.167 MiB, 25.27% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000122 seconds (185 allocations: 5.156 KiB) 0.000084 seconds (185 allocations: 5.156 KiB) 0.000085 seconds (185 allocations: 5.156 KiB) 0.000085 seconds (185 allocations: 5.156 KiB) 0.000087 seconds (185 allocations: 5.156 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 221.0s PkgEval succeeded after 257.38s