At main branch: ``` $ seq 999999 2>err2 | head -n1 $ cat err2 seq: write error: Broken pipe ``` https://github.com/uutils/coreutils/pull/9471 does not solve the issue.