Sergey "Shnatsel" Davidoff

Results 445 comments of Sergey "Shnatsel" Davidoff

This is fixed in `sccache` git master; closing.

Thank you for the report! For a start, could you clone the repository locally, drop the `"native-certs",` part from this line in Cargo.toml, and see if it works then? https://github.com/rust-secure-code/cargo-supply-chain/blob/77812b1fd591dc05723795a61b68d1ed8c9e2286/Cargo.toml#L18...

I suspect this is an issue with https://github.com/ctz/rustls-native-certs; if the above steps resolve it, we'll need to report the issue to the maintainers of rustls-native-certs.

Looks like https://github.com/ctz/rustls-native-certs is the culprit, could you report this issue to them as well?

We would need to clear higher request rate with the crates.io team. Right now the documentation explicitly mentions one request per second for _crawlers_ but says nothing about other uses....

@Owez could you post the output of `time cargo supply-chain crates` so we could see if it's abnormally high? 80 * 2 = 160 seconds is the expected time to...

Such granular caching would add complexity, and I am not eager to do so. Although I fear we will have to go down that road sooner or later, at least...

As of right now this is not actionable because there is nothing to configure.

Thank you for the report! That's not the kind of error I expected :sweat_smile: Maybe we mess up some paths somewhere? I'll try to spin up a Windows VM and...

Okay, so plain rustup installation without msys2 works with `cargo auditable` just fine. And `cargo auditable` doesn't have any C dependencies, so it doesn't need cygwin/msys2. `cargo geiger` with its...