Much like bug 2116459, I think this is caused by the coreutils move. The
failing step above is:

4138s [ 17.552799] TEST-87-AUX-UTILS-VM.sh[977]: + timeout 30 bash -c 'while [[ 
$(systemd-run -M TEST-87-AUX-UTILS-VM-container -q --wait --pipe coredumpctl 
list -q --no-legend /usr/bin/sleep | wc -l) -lt 2 ]]; do sleep 1; done'
4138s [ 47.554991] TEST-87-AUX-UTILS-VM.sh[977]: + at_exit

It is clear this is not a timeout, so the command itself is failing.
This is looking for coredumps where `EXE==/usr/bin/sleep` specifically,
but the EXE field will follow symlinks, and therefore the triggered
coredumps will have `EXE==/usr/bin/gnusleep`.

** Changed in: systemd (Ubuntu)
       Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2116465

Title:
  systemd: TEST-87-AUX-UTILS-VMautopkgtest failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2116465/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to