Skip to content
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

Fix CI issues and cut a release #6

Closed
declanvk opened this issue May 16, 2023 · 1 comment · Fixed by #7
Closed

Fix CI issues and cut a release #6

declanvk opened this issue May 16, 2023 · 1 comment · Fixed by #7
Assignees

Comments

@declanvk
Copy link
Owner

CI is failing due to an issue with Zlib:

/home/runner/.cargo/bin/cargo test
    Updating crates.io index
warning: spurious network error (2 tries remaining): bad packet length; class=Net (12)
Warning: warning: spurious network error (1 tries remaining): bad packet length; class=Net (12)
error: failed to get `bumpalo` as a dependency of package `dancing-links v0.2.0 (/home/runner/work/dancing-links/dancing-links)`
Error: failed to get `bumpalo` as a dependency of package `dancing-links v0.2.0 (/home/runner/work/dancing-links/dancing-links)`
Caused by:
  failed to load source for dependency `bumpalo`

Caused by:
  Unable to update registry `[https://github.com/rust-lang/crates.io-index`](https://github.com/rust-lang/crates.io-index%60)

Caused by:
  failed to fetch `[https://github.com/rust-lang/crates.io-index`](https://github.com/rust-lang/crates.io-index%60)

Caused by:
  error reading from the zlib stream; class=Zlib (5)
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101

src


Searching for the issue turned up rust-lang/cargo#10303, which is an open issue. The work around seems to be adding CARGO_NET_GIT_FETCH_WITH_CLI=true to the environment variables.

Its not clear to me if this issue would also be fixed with a newer version of rust?

@declanvk declanvk self-assigned this May 16, 2023
@declanvk declanvk mentioned this issue May 16, 2023
@declanvk declanvk linked a pull request May 16, 2023 that will close this issue
@declanvk
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant