Closed Cryolitia closed 1 month ago
Thank you!
That's wired...I can't reproduce the unit test failure in CI on both my x86_64 and riscv64 device. I tried both cargo test
and cargo nextest run
The CI failure is on this line, where we try to fetch private repository information and failed.
I suspect it's because you don't have permission to access our secrets because it's from a fork.
cc @Cryolitia can you rebase against main please?
I've merged in a PR that should fix this error.
cc @Cryolitia can you rebase against main please?
of course sure
Thanks, now the CI is green 🎉
The client pool contains connections associated with a runtime when the runtime closes, the client may panic at seeing the connection disappear "abruptly".
Reported-by: https://archriscv.felixc.at/.status/log.htm?url=logs/cargo-binstall/cargo-binstall-1.8.0-1.log Link: https://github.com/seanmonstar/reqwest/issues/1148