Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python errors from the VagrantPlaybookCheck job runs #3867

Closed
sxa opened this issue Feb 5, 2025 · 4 comments
Closed

python errors from the VagrantPlaybookCheck job runs #3867

sxa opened this issue Feb 5, 2025 · 4 comments
Assignees

Comments

@sxa
Copy link
Member

sxa commented Feb 5, 2025

VPC does not look happy at the moment. Many jobs are failing with an error such as this:

12:33:02 ++ ansible-playbook -i playbooks/AdoptOpenJDK_Unix_Playbook/hosts.unx -u vagrant -b --skip-tags adoptopenjdk,jenkins,nvidia_cuda_toolkit,MSVS_2013,MSVS_2017,MSVS_2019,MSVS_2010,VS2010_SP1,MSVS_2013,MSVS_2017,MSVS_2019 playbooks/AdoptOpenJDK_Unix_Playbook/main.yml
12:33:02 Traceback (most recent call last):
12:33:02   File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
12:33:02     return next(cls.discover(name=name))
12:33:02            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:02 StopIteration
12:33:02 
12:33:02 During handling of the above exception, another exception occurred:

(Example from Ubuntu 20.04 but that's not the only one that's failing)

@steelhead31
Copy link
Contributor

steelhead31 commented Feb 6, 2025

Python error related to apt install python3-jinja2 & python3-winrm packages not being present, installed with

apt install python3-jinja2 python3-winrm

@steelhead31
Copy link
Contributor

@sxa
Copy link
Member Author

sxa commented Feb 7, 2025

@steelhead31 I see you're still running some VPCs this morning so I won't kick one off, but if you're able to schedule/test with #3870 (which is branch uptime_diff from the sxa fork of infrastructure) including a build test that would be appreciated to verify that removing curl isn't going to break any "installed from scratch" machines.
Only the RPM based distros should be affected by this one.

@steelhead31
Copy link
Contributor

All the below have been run on your #3870 branch..

✔ Centos 8 : https://ci.adoptium.net/job/VagrantPlaybookCheck/2051/OS=CentOS8,label=vagrant/
✔ Centos 7 : https://ci.adoptium.net/job/VagrantPlaybookCheck/2051/OS=CentOS7,label=vagrant/

Vagrant Playbook Check technical issues have been resolved. I'll investigate issues that are specific to certain platforms.

@github-project-automation github-project-automation bot moved this from Todo to Done in 2025 Adoptium Plan Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants