Skip to content

Retry-on-failure for submodule doesn't seem to work #39051

Closed
@alexcrichton

Description

@alexcrichton

I've seen a failure like https://travis-ci.org/rust-lang/rust/jobs/191773475 twice now where it looks like:

  1. The initial submodule clone fails due to a standard error we've been seeing a lot spuriously on Travis.
  2. The submodule clone was auto-retried due to us wrapping it in travis_retry
  3. Later on the build fails because the rust-installer submodule wasn't actually checked out

I have no idea why git submodule update --init doesn't seem to be updating the rust-installer submodule. It even seems to be cloning it, just not checking it out.

Presumably all other submodules succeeded to get cloned because the whole build succeeded otherwise...

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