Closed
Description
I've seen a failure like https://travis-ci.org/rust-lang/rust/jobs/191773475 twice now where it looks like:
- The initial submodule clone fails due to a standard error we've been seeing a lot spuriously on Travis.
- The submodule clone was auto-retried due to us wrapping it in
travis_retry
- 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...