Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
It seems we sometimes time out when installing some dependencies:
+ dnf install -y --enablerepo=powertools arrow9-libs Last metadata expiration check: 0:00:05 ago on Thu Oct 13 10:45:07 2022. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: arrow9-libs aarch64 9.0.0-1.el8 apache-arrow-centos-stream 6.3 M Transaction Summary ================================================================================ Install 1 Package Total download size: 6.3 M Installed size: 26 M Downloading Packages: [MIRROR] arrow9-libs-9.0.0-1.el8.aarch64.rpm: Curl error (28): Timeout was reached for https://apache.jfrog.io/artifactory/arrow/centos/8-stream/aarch64/Packages/arrow9-libs-9.0.0-1.el8.aarch64.rpm [Operation timed out after 30000 milliseconds with 0 out of 0 bytes received] [MIRROR] arrow9-libs-9.0.0-1.el8.aarch64.rpm: Curl error (35): SSL connect error for https://apache.jfrog.io/artifactory/arrow/centos/8-stream/aarch64/Packages/arrow9-libs-9.0.0-1.el8.aarch64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to apache.jfrog.io:443 ] [MIRROR] arrow9-libs-9.0.0-1.el8.aarch64.rpm: Curl error (35): SSL connect error for https://apache.jfrog.io/artifactory/arrow/centos/8-stream/aarch64/Packages/arrow9-libs-9.0.0-1.el8.aarch64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to apache.jfrog.io:443 ] [MIRROR] arrow9-libs-9.0.0-1.el8.aarch64.rpm: Curl error (28): Timeout was reached for https://apache.jfrog.io/artifactory/arrow/centos/8-stream/aarch64/Packages/arrow9-libs-9.0.0-1.el8.aarch64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds] [FAILED] arrow9-libs-9.0.0-1.el8.aarch64.rpm: No more mirrors to try - All mirrors were already tried without success
This is the job that failed:
we should probably retry or try to find if there is a way to override the default timeout as the library is available.