-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Spurious failure when starting docker on Travis #39035
Comments
Worth trying to remove --tty? Not sure what requires it in the rust build. It's a little odd because all these users are talking about docker exec, so might also be worth adding |
Interesting! My guess (don't know for sure) is that this is what's failing -- Lines 41 to 54 in b0c52c5
We could try removing |
Attempted PR to fix this is at #39036, let's wait awhile and see if this error still pops up after that merges. |
Remove strictly-unnecessary flags for docker cc #39035 In addition to `--tty` I've removed `--interactive` as I don't think there's any reason for it to be there (it only hooks up stdin, which shouldn't be used anyway). If this looks like it's working over a few days then I'll also alter the libc scripts. r? @alexcrichton
@alexcrichton seen it recently? |
Nope! |
Thanks! |
I've seen this error a number of times when docker is starting on Travis:
notably the "exited with 129"
This looks similar to moby/moby#18948, but I haven't been able to figure out a fix for this...
Example logs:
The text was updated successfully, but these errors were encountered: