-
Notifications
You must be signed in to change notification settings - Fork 30
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
error waiting for container: unexpected EOF
failing builds
#702
Comments
Container EOF error statistics
|
job_name | last_fail | first_fail | build_count | failure_count | failure_percentage |
---|---|---|---|---|---|
nightly_linux_debug | 2023-05-19 | 2023-05-10 | 16 | 5 | 31.25 |
nightly_linux_foxy_coverage | 2023-05-18 | 2023-05-07 | 16 | 2 | 12.5 |
nightly_linux-rhel_repeated | 2023-05-18 | 2023-05-06 | 21 | 5 | 23.81 |
nightly_linux-rhel_release | 2023-05-18 | 2023-05-12 | 15 | 4 | 26.67 |
nightly_linux-rhel_debug | 2023-05-18 | 2023-05-06 | 15 | 3 | 20.0 |
Humble cyclonedds | 2023-05-18 | 2023-05-09 | 6 | 2 | 33.33 |
Humble connext | 2023-05-18 | 2023-05-06 | 5 | 2 | 40.0 |
Foxy connext | 2023-05-14 | 2023-05-14 | 5 | 1 | 20.0 |
Rolling cyclonedds | 2023-05-13 | 2023-05-13 | 17 | 1 | 5.88 |
Rolling connext | 2023-05-13 | 2023-05-13 | 16 | 1 | 6.25 |
nightly_linux_release | 2023-05-12 | 2023-05-12 | 24 | 1 | 4.17 |
nightly_linux-aarch64_release | 2023-05-11 | 2023-05-10 | 15 | 2 | 13.33 |
nightly_linux-aarch64_repeated | 2023-05-10 | 2023-05-10 | 15 | 1 | 6.67 |
5 days
job_name | last_fail | first_fail | build_count | failure_count | failure_percentage |
---|---|---|---|---|---|
nightly_linux_debug | 2023-05-19 | 2023-05-18 | 6 | 2 | 33.33 |
nightly_linux_foxy_coverage | 2023-05-18 | 2023-05-18 | 6 | 1 | 16.67 |
nightly_linux-rhel_repeated | 2023-05-18 | 2023-05-17 | 6 | 2 | 33.33 |
nightly_linux-rhel_release | 2023-05-18 | 2023-05-16 | 5 | 3 | 60.0 |
nightly_linux-rhel_debug | 2023-05-18 | 2023-05-18 | 5 | 1 | 20.0 |
Humble cyclonedds | 2023-05-18 | 2023-05-18 | 2 | 1 | 50.0 |
Humble connext | 2023-05-18 | 2023-05-18 | 2 | 1 | 50.0 |
Foxy connext | 2023-05-14 | 2023-05-14 | 2 | 1 | 50.0 |
Today two aarch64 nightlies failed with this issue: nightly_linux-aarch64_debug #2384 and nightly_linux-aarch64_repeated #2371. Since the agent didn't get destroyed afterwards the logs were preserved and a detailed investigation was possible. Investigation1. Rule out OOM killer stopping the docker container. 2. Check docker.service logs to have a better indication of what was happening
3. Check journalctl logs in general
Which triggers a restart of most daemons by systemd. This ConclusionIt would seem that the latest issues with Further investigation / Not answered questions
|
Today another nightly failed with this error nightly_linux-rhel_debug
If we ssh into the instance we see that the unnatended upgrade was run during that time as well
|
aarch builds have been green since the weekend. |
Waiting for: https://github.com/osrf/chef-osrf/pull/204 |
This issue has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/ros-infrastructure-updates-from-june-2023/32258/1 |
I have encountered the similar issue that says error waiting for container: unexpected EOF. |
@wep21 thanks for reporting! The PR to fix has gotten lost in the weeds of other things but given that the error is appearing again I have re-prioritized it and added to my backlog for this week. |
Fixing this issue in https://github.com/osrf/chef-osrf/pull/212 |
This is not completely closed. As we are still missing the new images for build.ros2.org |
Finally fixed by: https://github.com/osrf/osrf-terraform/pull/147 |
Description
We have been encountering the error of
error waiting for container: unexpected EOF
frequently on ci.ros2.org. Seems to be an issue with memory availability for the container.Example build
https://ci.ros2.org/view/nightly/job/nightly_linux_debug/2664/console
Statistics on the issue for the first two weeks of May:
nightly_linux_debug: 20% of the times
nightly_linux-aarch64_release: 13.33% of the times
nightly_linux-aarch64_repeated: 13.33% of the times
nightly_linux_release: 7.14% of the times
The text was updated successfully, but these errors were encountered: