Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.464 (abc56fde89*) started at 2025-05-01T13:55:04.383 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: HTTP/2 301 (Connection timed out after 30006 milliseconds) while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Registry/Registry.jl:77 Set-up completed after 4.97s ################################################################################ # 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.59s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 8.47s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_lTCJ00/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_lTCJ00/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 1.937333 seconds (4.25 M allocations: 851.988 MiB, 32.07% gc time, 2.08% compilation time) 1.864382 seconds (4.23 M allocations: 851.048 MiB, 31.34% gc time) 1.601397 seconds (4.23 M allocations: 851.050 MiB, 22.91% gc time) 1.755030 seconds (4.23 M allocations: 850.991 MiB, 32.56% gc time) 1.588476 seconds (4.23 M allocations: 851.007 MiB, 25.02% gc time) [ Info: Evaluation of a single point 0.004558 seconds (237 allocations: 6.812 KiB, 97.28% compilation time) 0.000043 seconds (199 allocations: 4.656 KiB) 0.000055 seconds (199 allocations: 4.656 KiB) 0.000045 seconds (199 allocations: 4.656 KiB) 0.000048 seconds (199 allocations: 4.656 KiB) [ Info: Find point closest to all in dataset 17.503404 seconds (269.22 M allocations: 6.738 GiB, 7.59% gc time, 3.49% compilation time) 17.770398 seconds (268.54 M allocations: 6.703 GiB, 6.50% gc time, 0.64% compilation time) 17.042047 seconds (268.54 M allocations: 6.703 GiB, 6.58% gc time, 0.69% compilation time) 21.579449 seconds (268.54 M allocations: 6.703 GiB, 6.68% gc time, 0.52% compilation time) 26.244985 seconds (268.54 M allocations: 6.703 GiB, 5.15% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.896077 seconds (5.54 M allocations: 1020.179 MiB, 29.47% gc time) 2.176302 seconds (5.54 M allocations: 1020.166 MiB, 23.30% gc time) 2.009778 seconds (5.54 M allocations: 1020.175 MiB, 25.75% gc time) 2.011123 seconds (5.54 M allocations: 1020.172 MiB, 26.59% gc time) 1.923265 seconds (5.54 M allocations: 1020.174 MiB, 24.26% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000083 seconds (262 allocations: 7.625 KiB) 0.000077 seconds (262 allocations: 7.625 KiB) 0.000076 seconds (262 allocations: 7.625 KiB) 0.000082 seconds (262 allocations: 7.625 KiB) 0.000076 seconds (262 allocations: 7.625 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 139.56s PkgEval succeeded after 281.94s