Skip to content

[6.14.z] ISS refactor - batch 4 (#13028) #1126

[6.14.z] ISS refactor - batch 4 (#13028)

[6.14.z] ISS refactor - batch 4 (#13028) #1126

Triggered via push November 1, 2023 20:53
Status Failure
Total duration 2m 19s
Artifacts
Update Robottelo container image on Quay.
2m 8s
Update Robottelo container image on Quay.
Fit to window
Zoom out
Zoom in

Annotations

1 error
Update Robottelo container image on Quay.
Error: buildah exited with code 2 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:latest... Getting image source signatures Copying blob sha256:b30887322388a8cac2870fb8c3967da520319cb02219923e87b60ca980ccb572 Copying blob sha256:b30887322388a8cac2870fb8c3967da520319cb02219923e87b60ca980ccb572 Copying config sha256:a1cd3cbf8adaa422629f2fcdc629fd9297138910a467b11c66e5ddb2c2753dff Writing manifest to image destination Storing signatures % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1924 100 1924 0 0 10364 0 --:--:-- --:--:-- --:--:-- 10400 Running command git clone --filter=blob:none --quiet https://github.com/SatelliteQE/airgun.git /tmp/pip-install-uria0av9/airgun_60b1369968454c06bde12dcb13fcb503 Running command git checkout -b 6.14.z --track origin/6.14.z Switched to a new branch '6.14.z' branch '6.14.z' set up to track 'origin/6.14.z'. Running command git clone --filter=blob:none --quiet https://github.com/SatelliteQE/nailgun.git /tmp/pip-install-uria0av9/nailgun_820d4a2b25a5459381e4fbe85a522f57 Running command git checkout -b 6.14.z --track origin/6.14.z Switched to a new branch '6.14.z' branch '6.14.z' set up to track 'origin/6.14.z'. ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 437, in _error_catcher yield File "/usr/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 560, in read data = self._fp_read(amt) if not fp_closed else b"" ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 526, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 90, in read data = self.__fp.read(amt) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/http/client.py", line 466, in read s = self.fp.read(amt) ^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/socket.py", line 706, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/ssl.py", line 1311, in recv_into return self.read(nbytes, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/ssl.py", line 1167, in read return self._sslobj.read(len, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 400, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve result = self._result = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 373, in resolve failure_causes = self._attempt_to_pin_criterion(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pip/_vendor/resolvelib/resol