action #110983
closed
Wrong signatures auto_review:"Too.*arguments for subroutine":retry
Added by okurz over 2 years ago.
Updated over 2 years ago.
Category:
Regressions/Crashes
Description
Observation¶
https://openqa.opensuse.org/tests/2340073 shows
[2022-05-12T08:36:20.324072+02:00] [warn] !!! autotest::loadtest: error on tests/console/system_prepare.pm: Too many arguments for subroutine 'basetest::import' at opensuse/tests/console/system_prepare.pm line 23.
- Related to action #99663: Use more perl signatures - os-autoinst size:M added
- Subject changed from Wrong signatures auto_review:"Too.*arguments for subroutine 'basetest::import'":retry to Wrong signatures auto_review:"Too.*arguments for subroutine":retry
I recorded the issue, applied a patch and am currently retriggering all affected jobs.
https://github.com/os-autoinst/os-autoinst/pull/2053
sudo salt --no-color --state-output=changes -C 'G@roles:worker' cmd.run 'curl -sS https://patch-diff.githubusercontent.com/raw/os-autoinst/os-autoinst/pull/2053.patch | patch -p1 --directory=/usr/lib/os-autoinst'
on O3 with
for i in openqaworker1 openqaworker4 openqaworker7 imagetester rebel; do echo $i && ssh root@$i "transactional-update run /bin/sh -c 'mount -o rw,remount / && curl -sS https://patch-diff.githubusercontent.com/raw/os-autoinst/os-autoinst/pull/2053.patch | patch -p1 --directory=/usr/lib/os-autoinst'" ; done
- Status changed from In Progress to Resolved
Had quite some problems applying the patch or later the fixed package on o3. One mistake I made was calling t-u dup reboot
which would simply inform rebootmgr to plan a reboot during the next night. Later I needed to quite rather long for the package to be built in OBS and then triggered t-u dup; reboot
Also available in: Atom
PDF