• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rust-lang / cargo / 7003
95%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2019 02:26AM UTC
Jobs 1
Files 380
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
7003

Pull #4377

travis-ci

bors
Auto merge of #3924 - koivunej:issue_3922, r=alexcrichton

Adjust submodule updating failure reporting

This PR changes output of cargo when updating a dependency fails because of it's submodules cannot be loaded. In my original example this was caused by submodule pointing to a revision which was deleted by force pushing. Fixes #3922.

Before:

```
$ cargo check
    Updating git repository `<foo-url>`
error: failed to load source for a dependency on `foo`
Caused by:
  Unable to update <foo-url>?rev=hash
To learn more, run the command again with --verbose.
```

After:

```
$ cargo check
    Updating git repository `<foo-url>`
error: failed to load source for a dependency on `foo`
Caused by:
  Unable to update <foo-url>?rev=hash
Caused by:
  Failed to update submodule `submodule`
To learn more, run the command again with --verbose.
```

`--verbose` showing an additional `[9/-3] object not found - no match for id (hash)` has not been changed.

@alexcrichton since we have this nice timezone difference there was no chance of mentoring so far but any comments/suggestions are highly welcome. I'll likely check back on this next week.
Pull Request #4377:

9915 of 25848 relevant lines covered (38.36%)

0.38 hits per line

Jobs
ID Job ID Ran Files Coverage
8 7003.8 (TARGET=arm-unknown-linux-gnueabihf IMAGE=cross) 07 Aug 2019 02:26AM UTC 0
38.36
Travis Job 7003.8
Source Files on build 7003
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7003
  • Pull Request #4377
  • Prev Build on master (#6144)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc