[Bug 2113983] [NEW] psmisc 23.7-2 FTBFS on questing
Renan Rodrigo
2113983 at bugs.launchpad.net
Wed Jun 11 17:50:40 UTC 2025
Public bug reported:
The current version of psmisc is FTBFS on questing with proposed
enabled.
The dh_auto_test step is failing, because the test suite is checking for specific regexes in the command outputs. For example, see this killall test:
```
set test "killall list signals"
spawn $killall -l
expect_pass "$test" "^(\[A-Z12\]+\\s*)+$"
```
All commands (killall, fuser, etc) are presenting an error message
before the output, which is causing the regex to fail, as seen in the
test log snippet below:
```
spawn /build/reproducible-path/psmisc-23.7/src/killall -l
/bin/stty: invalid argument 'sane'
HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT
CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH POLL PWR SYS
FAIL: killall list signals
```
This seems to be related to
https://github.com/uutils/coreutils/issues/3860, so I am adding rust-
coreutils as a target for this bug.
** Affects: psmisc (Ubuntu)
Importance: Undecided
Status: New
** Affects: rust-coreutils (Ubuntu)
Importance: Undecided
Status: New
** Also affects: rust-coreutils (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rust-coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/2113983
Title:
psmisc 23.7-2 FTBFS on questing
Status in psmisc package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
New
Bug description:
The current version of psmisc is FTBFS on questing with proposed
enabled.
The dh_auto_test step is failing, because the test suite is checking for specific regexes in the command outputs. For example, see this killall test:
```
set test "killall list signals"
spawn $killall -l
expect_pass "$test" "^(\[A-Z12\]+\\s*)+$"
```
All commands (killall, fuser, etc) are presenting an error message
before the output, which is causing the regex to fail, as seen in the
test log snippet below:
```
spawn /build/reproducible-path/psmisc-23.7/src/killall -l
/bin/stty: invalid argument 'sane'
HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT
CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH POLL PWR SYS
FAIL: killall list signals
```
This seems to be related to
https://github.com/uutils/coreutils/issues/3860, so I am adding rust-
coreutils as a target for this bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psmisc/+bug/2113983/+subscriptions
More information about the foundations-bugs
mailing list