-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo-binstall
spuriously fails in CI
#777
Comments
cargo-bininstall
spuriously fails in CIcargo-binstall
spuriously fails in CI
Hmm, that is curious. From the few logs, I believe this is during the resolution process... @NobodyXu correct me if I'm wrong. As we can't really get debug logs in CI, especially for spurious issues, I'm going to see if I can replicate locally by repeatedly trying... might take a while! |
Yes I also believe this happens during the resolution process. Based on the error message 'unexpected EOF during skip' and the fact that cargo-make v0.36.3 provides a zip archive for |
I cannot directly set the This way, we could just set |
Yes! We could also add support for
As a work around, you could use the install-action to install But I think you can just wait until we support specifying log-level via environment and have better error message. |
@indietyp cargo-binstall 0.20.1 released which supports env variable |
@indietyp It turns out that we already has an env called We plan to remove |
I have enabled |
This is the debug log we got from CI |
Thanks @indietyp , the debug log shows that this error occurs when extracting tarball downloads from https://crates.io I'm still confused on where "unexpected EOF during skip" comes from. I might have to add more logging and re-check |
It is from |
Thanks! This could be a bug in |
which would cause the `StreamReadable` to return eof even if the underlying stream is still open and has not sent EOF yet. Fixed #777 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Is there a possibility of a new release soon? I'd love to test the changes on our CI to verify everything works and re-enable |
I am a little busy recently and I might be able to do one next Monday. |
No worries, it isn't urgently needed, I am just very excited to try out the fix :D |
We at HASH have discovered that either
cargo-binstall
orcargo-quickinstall
spuriously fail when trying to installcargo-make
sometimes.The output of binstall (using the
install-action
) is:The text was updated successfully, but these errors were encountered: