rust-fuzz / targets

🎯 A collection of fuzzing targets written in Rust.
Creative Commons Zero v1.0 Universal
104 stars 21 forks source link

Failed to run list-targets on fresh check out #131

Closed stusmall closed 4 years ago

stusmall commented 5 years ago
$ cargo run list-targets
    Updating git repository `https://github.com/dropbox/rust-brotli`
    Updating git repository `https://github.com/zonyitoo/bson-rs`
    Updating git repository `https://github.com/chronotope/chrono`
...
    Updating git repository `https://github.com/alexcrichton/toml-rs`
    Updating git repository `https://github.com/servo/rust-url`
    Updating git repository `https://github.com/RazrFalcon/usvg`
error: failed to load source for a dependency on `usvg`

Caused by:
  Unable to update https://github.com/RazrFalcon/usvg#9b248e6f

Caused by:
  failed to clone into: /home/stusmall/.cargo/git/db/usvg-91b2c264f2c5b922

Caused by:
  failed to authenticate when downloading repository
attempted to find username/password via git's `credential.helper` support, but failed

Caused by:
  failed to acquire username/password from local configuration

Looks like either the repo isn't there anymore or it was renamed.

frewsxcv commented 5 years ago

hmm, it was maybe renamed? https://github.com/RazrFalcon/resvg

stusmall commented 5 years ago

Looks like it. I took a quick pass the other evening trying to get it building again with that url but ran into a few other dependency issues and haven't had a chance to pick it back up again.

divergentdave commented 4 years ago

This has been fixed, Cargo.lock now reflects that usvg is inside https://github.com/RazrFalcon/resvg