-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Many centos7_docker_image_updater failures #2760
Comments
I've just merged #2736 |
The Alpine failures are due to my changes here https://github.com/adoptium/infrastructure/pull/2751/files#diff-cdadf2592f693c4816b592c519b913084ed2de4a238be6dbf42f75464798334bL7. I'll revert those specific changes as they were not needed for that pr, since I found that I could pass the SHA as a parameter |
@sxa gcc-7 and g++7 arent installing onto ubuntu16 armv7.
I believe this is due to not adding the ubuntu toolchain repo onto our armv7 machines infrastructure/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Common/tasks/Ubuntu.yml Line 25 in d0da682
On build-sxa-armv7l-ubuntu1604-pi4, could you test to see if adding this repo allows gcc7 and g++7 to be installed? I'd do it myself but I can't connect to the machine |
The pi4 hasn't been online for a while (It's not plugged in - I'm not even sure if it has an SD card in it just now). We should look at whether we can migrate those to run on the 64-bit hosts as it's REALLY not ideal for them to be running on the ones in my office :-) |
We could really do with #2121 being resolved to help with this stuff. I'll look at getting that fixed since it shouldn't be pulling in anything other than |
Once #2780 is in, the git sha will get passed to each of the docker images in this job |
The centos7 x64 job is still failing intermittently
Need to investigate |
That failure has been seen before: #2626 |
Moving to November target as we're still getting regular failures on this, although we got a full run on October 21st |
Last four had problems (look to be all different) |
Related: updater job is not being scheduled: #3083 |
It's mostly been ok recently, but the latest one has some failures which don't seem directly related to the changes so I'll keep this open. |
Related: #3211 |
This is more reliable now, but we should evaluate the failures we're seeing since it still seems to be about a 50% overall success rate at the moment. |
I'm going to close this now as we have not had any failures in the last 9 runs. |
Currently all but CentOS7 ppc64le is failing:
CentOS7 x64 - Fails at the docker push stage, started failing since sep 16. Failed intermittently before that
CentOS7 aarch64 - Most recent failure is first in a while
Ubuntu16.04 armv7l - Consistently failing at build stage
Alpine3 x64 - Fails intermittently
Alpine3 aarch64 - Recent failure is first in a while
Docker Manifest stage will not run if any of the builds fail. Needs to be moved into each build stage so at least the builds that pass can run docker manifest stage
The text was updated successfully, but these errors were encountered: