-
Notifications
You must be signed in to change notification settings - Fork 130
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
setup_rosdep is unstable #364
Comments
I've added a ticket here as well for rosdep ci builds: ros-infrastructure/rosdep#677 |
A bit of a "me too", but I just ran into this as well. Do we have any mitigation in place? |
We could increase the number of retries. it works on my laptop, so I guess it is a Travis connectivity issue |
Yes, I've restarted a build a large nr of times as well and no change.
hm. That is interesting info actually. |
Same problem here, I sometimes need to restart so many times until something works. |
This has been happening on Gitlab CI too :/
Running Python version is different? Just a guess. |
We (seems like a community effort) have posted support issues with travis and they have come up with a workaround as they investigate the failures. https://www.traviscistatus.com/incidents/kyf149kl6bvp?u=3g7kt113nmgs See discussion here: |
@ross-desmond: Thanks for pushing this! According to the incident description it should help to switch to switch to host network mode, e.g. It seems to work. |
|
Include host network to avoid rosdep issue * ros-industrial/industrial_ci#364 (comment) * https://www.traviscistatus.com/incidents/kyf149kl6bvp?u=3g7kt113nmgs
I have now deployed the hotfix for Travis. |
thanks for the efforts done so far...seems like the handshake issue is indeed resolved with the hotfix...
Never mind! It is a particular issue with |
|
Apparently the hotfix is not needed anymore (#366). |
I don't know what was the fix, but on some of our Gitlab repo where we had this issue we added the same things as #365 and the issue stopped (haven't tried without that change since then). |
It would be great if you (or somebody else) could test this again. |
Seems to be resolved |
Currently,
rosdep update
seems to fail a lot with messages like this:At the moment, I would suggest to monitor this issue and restart jobs a lot :-/
We can't do much except for increasing the number of retries (currently just 2 tries in total).
The text was updated successfully, but these errors were encountered: