Skip to content

Spurious failure when starting docker on Travis #39035

Closed
@alexcrichton

Description

@alexcrichton

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

No one assigned

    Labels

    A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions