-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I can reliable get uv to panic by toggling network on and off during publishing a large wheel.
$ UV_HTTP_TIMEOUT=3 uv publish debug/dist/* --token ferris
Publishing 2 files to https://upload.pypi.org/legacy/
Uploading debug-0.0.4-py3-none-any.whl (854.7MiB)
warning: Transient failure while handling response for https://upload.pypi.org/legacy/; retrying after 0s...
thread 'main2' (501447) panicked at crates/uv/src/commands/reporters.rs:300:35:
no entry found for key
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main2' (501447) panicked at crates/uv/src/commands/reporters.rs:221:38:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread 'main' (501446) panicked at /home/runner/work/uv/uv/crates/uv/src/lib.rs:2540:10:
Tokio executor failed, was there a panic?: Any { .. }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working