-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)
Description
I've seen this error a number of times when docker is starting on Travis:
The command "if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
echo skipping, not a full build;
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
travis_retry git submodule update --init &&
src/ci/run.sh;
else
travis_retry git submodule update --init &&
src/ci/docker/run.sh $IMAGE;
fi
" exited with 129.
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:
Metadata
Metadata
Assignees
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)