-
Notifications
You must be signed in to change notification settings - Fork 99
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
Failure to catch known apt-get error #170
Comments
The same happens for the new known error |
…_issue170 add debug message for #170
PR #213 adds some debug output to the wrapper script. As soon as the problem happens again this should provide more insight why it failed. |
I just noticed this job doesn't seem to retry: http://build.ros.org/job/Idev__geometry_experimental__ubuntu_trusty_amd64/7/console |
The following jobs contain
The problem here is that ros_buildfarm/scripts/wrapper/apt-get.py Line 75 in f1efad1
|
The following jobs contain
The problem here is that ros_buildfarm/scripts/wrapper/apt-get.py Lines 52 to 53 in f1efad1
|
All cases should be addressed by #232. |
I will keep this ticket for a bit. If the problem doesn't appear again the debug output added with #213 should be removed. |
I just saw a job that was "Unable to locate package" and retried multiple times but still failed. I restarted it, and it made it past that point, so it seems like a spurious failure. Is that relevant to this issue or should I report it elsewhere? |
@scpeters The problem is in
From the wrapper script point of view The question is if it should retry |
So you're saying this is a bug in |
Yes, I think |
The problem in #287 has the same origin from what I see. |
This should have been addressed by the referenced PRs. I will close it for now. If you see another build failing due to this please comment here and it can be reopened. |
We've seen a failure of the apt-get.py wrapper where it's supposed to retrigger based on strings but did not do so.
http://build.ros.org/view/All/job/Ibin_arm_uThf__pr2_camera_synchronizer__ubuntu_trusty_armhf__binary/3/console
The
apt-get.py update
call outputs a warning which the script is supposed to catch:is not what the server reported
but somehow it doesn’t and I fail to see why / how that could be
The text was updated successfully, but these errors were encountered: