Closed
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: