xd009642 / tarpaulin

A code coverage tool for Rust projects
https://crates.io/crates/cargo-tarpaulin
Apache License 2.0
2.5k stars 180 forks source link

The process '/usr/share/rust/.cargo/bin/cargo' failed with exit code 101 #783

Closed GopherJ closed 3 years ago

GopherJ commented 3 years ago

https://github.com/parallel-finance/parallel/runs/2937715563?check_suite_focus=true

xd009642 commented 3 years ago

So looks like semver requires rustc 1.53 now, I raised an issue to see if they'll change the lines that cause it and if they do I'll push a new release. Otherwise I'll look into alternatives or patches https://github.com/dtolnay/semver/issues/249

xd009642 commented 3 years ago

you could also resort to the docker image or downloading the prebuilt version off github releases via bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh) in the meantime

xd009642 commented 3 years ago

https://github.com/dtolnay/semver/issues/249 If you are pinning an old nightly I'd just recommend upgrading or pinning tarpaulin to 0.16.0.