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

Ansible request for ansible CentOS6 execution #3126

Closed
sxa opened this issue Jul 7, 2023 · 3 comments · Fixed by #3196
Closed

Ansible request for ansible CentOS6 execution #3126

sxa opened this issue Jul 7, 2023 · 3 comments · Fixed by #3196

Comments

@sxa
Copy link
Member

sxa commented Jul 7, 2023

Please put the name of the software product (and affected platforms if relevant) in the title of this issue

Delete as appropriate from this list:

  • Bug in ansible playbook

Details:

Looks like the CentOS6 role that installs openssl from the CentOS7 source may not be working any more. I've seen failures in the github actions check (e.g. https://github.com/adoptium/infrastructure/actions/runs/5476991398/jobs/9975362812?pr=3119) and also when trying to run the CentOS6 dockerfile to test changes.

@sxa sxa added this to the 2023-07 (July) milestone Jul 7, 2023
@sxa sxa changed the title Ansible request for ansible CentOS6 executino Ansible request for ansible CentOS6 execution Jul 9, 2023
@sxa sxa modified the milestones: 2023-07 (July), 2023-08 (August) Aug 8, 2023
@sxa
Copy link
Member Author

sxa commented Sep 22, 2023

The docker action is also showing additional issues potentially relating to some of the proposed changes for cross-building on macos.

0.773 ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
0.773 
0.773 The error appears to have been in '/ansible/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Homebrew_intel/tasks/main.yml': line 11, column 3, but may
0.773 be elsewhere in the file depending on the exact syntax problem.
0.773 
0.773 The offending line appears to be:
0.773 
0.773 
0.773 - name: Run Homebrew install script in a Rosetta shell
0.773   ^ here
------

@steelhead31 steelhead31 self-assigned this Sep 25, 2023
@steelhead31
Copy link
Contributor

steelhead31 commented Sep 25, 2023

Results of investigations so far..

On CentOS6, the installation of openssl 1.0.2k_21 fails from source, in the test_cms check

perl cms-test.pl
CMS => PKCS#7 compatibility tests
signed content DER format, RSA key: verify error
make: Leaving directory `/builddir/build/BUILD/openssl-1.0.1e/test'
make: *** [test_cms] Error 1

The root cause of the failure is the smime certificates expiring.

@sxa
Copy link
Member Author

sxa commented Sep 25, 2023

Ref: #2342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants