When using https://github.com/astral-sh/uv, the library that they use (and probably others in the Rust ecosystem) to create executable stubs on Windows interacts poorly with busybox such that the stubs exit abnormally early.
observe regardless of the packages you try to install (I chose one that is guaranteed to run for a long time), the .exe stubs that uv and only uv creates seem to exit abnormally early only in sh. Stubs exit normally in powershell and batch.
When using https://github.com/astral-sh/uv, the library that they use (and probably others in the Rust ecosystem) to create executable stubs on Windows interacts poorly with busybox such that the stubs exit abnormally early.
Reproduction (requires python)
prereqs:
repro:
observe regardless of the packages you try to install (I chose one that is guaranteed to run for a long time), the .exe stubs that uv and only uv creates seem to exit abnormally early only in
sh
. Stubs exit normally in powershell and batch.