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

Update GH actions to update packages for ubuntu debug regression test #971

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

bjonkman
Copy link
Contributor

For the past week, the OpenFAST GH actions for the ubuntu debug regression tests were failing with this error:

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/lxml/python3-lxml_4.5.0-1ubuntu0.3_amd64.deb 404 Not Found [IP: 52.250.76.244 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


Error: Process completed with exit code 100.

The requested package version wasn't available, but a newer one was. This PR adds the apt-get update command to the workflow to fix the problem.

@rafmudaf
Copy link
Collaborator

Was it always failing for you @bjonkman or just intermittently? Those two cases passed here but I'm wondering if this really fixed it.

@andrew-platt
Copy link
Collaborator

Failing here this morning with same error: https://github.com/OpenFAST/openfast/runs/4871964256?check_suite_focus=true

@bjonkman
Copy link
Contributor Author

It always failed with exit code 100. It was looking for version 0.3 of that file (python3-lxml_4.5.0-1ubuntu0.3_amd64.deb), which no longer exists in the two places it was looking (If I'm reading the messages correctly, it checked both http://azure.archive.ubuntu.com/ubuntu and http://security.ubuntu.com/ubuntu previously). It is now looking for version 0.5 of that file (python3-lxml_4.5.0-1ubuntu0.5_amd64.deb) and finding it.

@rafmudaf
Copy link
Collaborator

Ok great, then it looks like this is a fix. Thanks @bjonkman!

@rafmudaf rafmudaf merged commit 5e25d5d into OpenFAST:dev Jan 19, 2022
@bjonkman bjonkman deleted the b/GHactions_update branch January 19, 2022 19:52
@rafmudaf rafmudaf mentioned this pull request Mar 2, 2022
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants