You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6 │+thread 'uv-resolver' panicked at [WORKSPACE]/crates/uv-resolver/src/resolver/mod.rs:274:33:
7 │+called `Result::unwrap()` on an `Err` value: Err(ChannelClosed)
8 │+note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
…6182)
Closes#6167
We've been seeing intermittent failures in CI, which we thought were
unexpected HTTP 401s but it actually looks like a panic when handling an
expected HTTP error. I believe the problem is that an early client error
can cause the channel to close and we crash when we unwrap the `send`.
We're seeing intermittent HTTP 401 Unauthorized errors in our test suite.
The text was updated successfully, but these errors were encountered: