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

rust-lang / cargo / 7003 / 8
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2019 02:26AM UTC
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

18 Apr 2017 04:26AM UTC coverage: 38.359% (-60.9%) from 99.271%
TARGET=arm-unknown-linux-gnueabihf IMAGE=cross

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

Source Files on job 7003.8 (TARGET=arm-unknown-linux-gnueabihf IMAGE=cross)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3935
  • Travis Job 7003.8
  • 01d403f3 on github
  • Prev Job for TARGET=arm-unknown-linux-gnueabihf IMAGE=cross on master (#6144.7)
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