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

github: fix failing vagrant CI job #2593

Closed
wants to merge 3 commits into from
Closed

Conversation

gdams
Copy link
Member

@gdams gdams commented Jun 6, 2022

Checklist
  • commit message has one of the standard prefixes
  • faq.md updated if appropriate
  • other documentation is changed or added (if applicable)
  • playbook changes run through VPC or QPC (if you have access)
  • for inventory.yml changes, bastillion/nagios/jenkins updated accordingly

fixes: #2425

This PR fixes the long-term failing Solaris Vagrant GH actions job. This was broken when we decided to switch to a custom vagrant image that was not available in the environment of the action. This PR switches that logic back to the public image for GH actions CI runs

@github-actions github-actions bot added ghActions GitHub Actions Vagrant labels Jun 6, 2022
@github-actions github-actions bot added Vagrant and removed Vagrant labels Jun 6, 2022
@github-actions github-actions bot added Vagrant and removed Vagrant labels Jun 6, 2022
@gdams gdams requested a review from sxa June 6, 2022 16:16
@gdams
Copy link
Member Author

gdams commented Jun 6, 2022

@sxa any idea what the sudo error is complaining about? Looks like a missing library?

failed: [127.0.0.1] (item=nano) => {"ansible_loop_var": "item", "changed": false, "item": "nano", "module_stderr": "Shared connection to 127.0.0.1 closed.\r\n", "module_stdout": "ld.so.1: sudo: fatal: libpool.so.1: open failed: No such file or directory\r\nld.so.1: sudo: fatal: libpool.so.1: open failed: No such file or directory\r\nld.so.1: sudo: fatal: relocation error: file /usr/lib/libproject.so.1: symbol pool_conf_alloc: referenced symbol not found\r\nKilled\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 137}

@sxa
Copy link
Member

sxa commented Jun 6, 2022

It does indeed but I've not seen it before.

run: |
cd ansible
# Temporary fix as the Adopt vagrant vm image is not available on the GitHub Actions executors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this probably is not needed after change done for getting solaris box file from /userContent

@@ -8,6 +8,11 @@ on:
branches:
- master

# Cancel existing runs if user makes another push.
concurrency:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to have this part

@karianna
Copy link
Contributor

@gdams Vagrant build is still failing?

@gdams gdams closed this Sep 16, 2022
@gdams gdams deleted the vagrant branch September 16, 2022 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ghActions GitHub Actions Vagrant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GHActions: Solaris10 is failing
4 participants