-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
Description of problem:
CI errors on temporary CDN outages causing sos failures
Version-Release number of selected component (if applicable):
All
How reproducible:
Occasionally in CI
Steps to Reproduce:
1. CI
Actual results:
+ 01:27:35.334211525 /tmp/install.sh:14 hash git /tmp/install.sh: line 14: hash: git: not found + 01:27:35.335383010 /tmp/install.sh:14 sudo dnf install -y git-core Updating Subscription Management repositories. Waiting for process with pid 15092 to finish. Last metadata expiration check: 0:00:01 ago on Sun 24 Dec 2023 01:27:45 AM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: git-core x86_64 2.39.3-1.el9_2 rhel-9-appstream-rhui-rpms 4.3 M Transaction Summary ================================================================================ Install 1 Package Total download size: 4.3 M Installed size: 19 M Downloading Packages: Waiting for process with pid 15092 to finish. [SKIPPED] git-core-2.39.3-1.el9_2.x86_64.rpm: Already downloaded Running transaction check Waiting for process with pid 15092 to finish. The downloaded packages were saved in cache until the next successful transaction. [Errno 2] No such file or directory: '/var/cache/dnf/rhel-9-appstream-rhui-rpms-593a6f6fbc0c8b14/packages/git-core-2.39.3-1.el9_2.x86_64.rpm' You can remove cached packages by executing 'dnf clean packages'. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ++ cat /tmp/secret/public_address + IP_ADDRESS=35.93.80.204 ++ cat /tmp/secret/ssh_user + HOST_USER=ec2-user + INSTANCE_PREFIX=ec2-user@35.93.80.204 + echo 'Using Host 35.93.80.204' Using Host 35.93.80.204 + mkdir -p /tmp/secret/.ssh + cat + chmod 0600 /tmp/secret/.ssh/config + plugin_list=container,network + ssh ec2-user@35.93.80.204 'sudo sos report --list-plugins | grep '\''microshift.*inactive'\''' Warning: Permanently added '35.93.80.204' (ED25519) to the list of known hosts. sudo: sos: command not found + plugin_list+=,microshift + ssh ec2-user@35.93.80.204 'sudo sos report --batch --all-logs --tmp-dir /tmp -p container,network,microshift -o logs && sudo chmod +r /tmp/sosreport*' sudo: sos: command not found {"component":"entrypoint","error":"wrapped process failed: exit status 1","file":"k8s.io/test-infra/prow/entrypoint/run.go:84","func":"k8s.io/test-infra/prow/entrypoint.Options.internalRun","level":"error","msg":"Error executing test process","severity":"error","time":"2023-12-24T01:28:05Z"} time="2023-12-24T01:28:05Z" level=warning msg="skipped directory \".ssh\" when creating secret from directory \"/tmp/secret\"" error: failed to execute wrapped command: exit status 1
Expected results:
No errors
Additional info:
- is blocked by
-
USHIFT-2123 Implement dnf_retry helper script
- Closed
- links to