adoptium / adoptium/infrastructure
Various UNIX playbook failures in AWX
- Dominant language
- Python
- Stars
- 96
- Forks
- 106
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 12
Description
Alibaba machines are unreachable in awx. This is being discussed with a member of the alibaba team in Slack
test-alibaba-ubuntu1804-armv8-1
test-alibaba-ubuntu1804-armv8-2
build-alibaba-ubuntu1804-armv8-2
build-alibaba-ubuntu1804-armv8-1
Creating a jdk11 symlink on build-digitalocean-centos69-x64-2
```
fatal: [build-digitalocean-centos69-x64-2]: FAILED! => {"changed": false, "msg": "src file does not exist, use \"force=yes\" if you
really want to create the link: /usr/lib/jvm/jdk-11.0.1+13\n/usr/lib/jvm/jdk-11.0.12+1.j9nightly\n/usr/lib/jvm/jdk-
11.0.20.1+1\n/usr/lib/jvm/jdk-11.0.21+9", "path": "/usr/lib/jvm/jdk-11", "src": "/usr/lib/jvm/jdk-11.0.1+13\n/usr/lib/jvm/jdk-
11.0.12+1.j9nightly\n/usr/lib/jvm/jdk-11.0.20.1+1\n/usr/lib/jvm/jdk-11.0.21+9"}
```
build-osuosl-ubuntu2204-aarch64-1 is unreachable
test-aws-rhel8-x64-1 fails to install `texinfo`
```
failed: [test-aws-rhel8-x64-1] (item=texinfo) => {"ansible_loop_var": "item", "changed": false, "failures": ["No package texinfo
available."], "item": "texinfo", "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
```
test-aws-rhel76-armv8-1 fails to install docker
```
fatal: [test-aws-rhel76-armv8-1]: FAILED! => {"changed": false, "msg": "No package matching 'docker-ce' found available,
installed or updated", "rc": 126, "results": ["No package matching 'docker-ce' found available, installed or updated"]}
```
test-equinix_esxi-ubuntu2204-x64-1 and -2
```
fatal: [test-equinix_esxi-ubuntu2204-x64-1]: FAILED! => {"changed": false, "msg": "Command failed rc=1, out=, err=Hint: static
hostname is already set, so the specified transient hostname will not be used.\nCould not set transient hostname: Invalid hostname
'test-equinix_esxi-ubuntu2204-x64-1.adoptopenjdk.net'\n"}
```
From a quick glance I think this is because of the _ in the hostname
test-ibmcloud-rhel6-x64-1
```
fatal: [test-ibmcloud-rhel6-x64-1]: FAILED! => {"changed": true, "cmd": "rpm -U openssl-1.0.2k-21.el6.x86_64.rpm openssl-
libs-1.0.2k-21.el6.x86_64.rpm openssl-devel-1.0.2k-21.el6.x86_64.rpm", "delta": "0:00:00.061341", "end": "2024-01-03
18:17:26.672516", "msg": "non-zero return code", "rc": 3, "start": "2024-01-03 18:17:26.611175", "stderr": "error: open of
openssl-1.0.2k-21.el6.x86_64.rpm failed: No such file or directory\nerror: open of openssl-libs-1.0.2k-21.el6.x86_64.rpm failed:
No such file or directory\nerror: open of openssl-devel-1.0.2k-21.el6.x86_64.rpm failed: No such file or directory", "stderr_lines":
["error: open of openssl-1.0.2k-21.el6.x86_64.rpm failed: No such file or directory", "error: open of openssl-libs-1.0.2k-
21.el6.x86_64.rpm failed: No such file or directory", "error: open of openssl-devel-1.0.2k-21.el6.x86_64.rpm failed: No such file
or directory"], "stdout": "", "stdout_lines": []}
```
Fails to install openssl-1.0.2k library
test-marist-sles12-s390x-2 and test-marist-sles15-s390x-2 fail at zypper upgrade
```
fatal: [test-marist-sles12-s390x-2]: FAILED! => {"changed": false, "cmd": ["/usr/bin/zypper", "--quiet", "--non-interactive", "--
xmlout", "refresh"], "msg": "Zypper run command failed with return code 4.", "rc": 4, "stderr": "", "stderr_lines": [], "stdout": "\n\n\nFile 'repomd.xml' from repository 'Docker CE
Stable - s390x' is signed with an unknown key 'C52FEB6B621E9F35'. Continue?\n\n\n\nRepository
'Docker CE Stable - s390x' is invalid.\n[docker-ce-stable|https://download.docker.com/linux/sles/15/s390x/stable]
Valid metadata not found at specified URL\nPlease check if the URIs defined for this repository are pointing to a valid
repository.\n\nSkipping repository 'Docker CE Stable - s390x' because of the
above error.\n
Contributor guide
Assessment
This issue has not been assessed yet.