Activity log for bug #1829347

Date Who What changed Old value New value Message
2019-05-16 08:24:20 Dan Streetman bug added bug
2019-05-16 10:07:28 Dan Streetman nominated for series Ubuntu Cosmic
2019-05-16 10:07:28 Dan Streetman bug task added systemd (Ubuntu Cosmic)
2019-05-16 10:07:28 Dan Streetman nominated for series Ubuntu Eoan
2019-05-16 10:07:28 Dan Streetman bug task added systemd (Ubuntu Eoan)
2019-05-16 10:07:28 Dan Streetman nominated for series Ubuntu Bionic
2019-05-16 10:07:28 Dan Streetman bug task added systemd (Ubuntu Bionic)
2019-05-16 10:07:28 Dan Streetman nominated for series Ubuntu Disco
2019-05-16 10:07:28 Dan Streetman bug task added systemd (Ubuntu Disco)
2019-05-16 10:27:02 Dan Streetman systemd (Ubuntu Eoan): assignee Dan Streetman (ddstreet)
2019-05-16 10:27:03 Dan Streetman systemd (Ubuntu Disco): assignee Dan Streetman (ddstreet)
2019-05-16 10:27:05 Dan Streetman systemd (Ubuntu Cosmic): assignee Dan Streetman (ddstreet)
2019-05-16 10:27:07 Dan Streetman systemd (Ubuntu Bionic): assignee Dan Streetman (ddstreet)
2019-05-16 10:27:10 Dan Streetman systemd (Ubuntu Eoan): status New In Progress
2019-05-16 10:27:16 Dan Streetman systemd (Ubuntu Disco): status New In Progress
2019-05-16 10:27:18 Dan Streetman systemd (Ubuntu Cosmic): status New In Progress
2019-05-16 10:27:19 Dan Streetman systemd (Ubuntu Bionic): status New In Progress
2019-05-16 10:27:21 Dan Streetman systemd (Ubuntu Eoan): importance Undecided Medium
2019-05-16 10:27:23 Dan Streetman systemd (Ubuntu Disco): importance Undecided Medium
2019-05-16 10:27:25 Dan Streetman systemd (Ubuntu Cosmic): importance Undecided Medium
2019-05-16 10:27:26 Dan Streetman systemd (Ubuntu Bionic): importance Undecided Medium
2019-05-16 10:31:06 Dan Streetman description [impact] systemd autopkgtest fails [test case] run systemd autopkgtest, check for output like: LUKS device with "tmp" option ... rmmod: ERROR: Module scsi_debug is in use FAIL ====================================================================== FAIL: test_luks_tmp (__main__.CryptsetupTest) LUKS device with "tmp" option ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/autopkgtest.It858Q/build.e7O/src/debian/tests/storage", line 59, in setUp self.fail('%s exists already' % self.plaintext_dev) AssertionError: /dev/mapper/testcrypt1 exists already this has attempted to be fixed in various ways so the output is a bit different across different releases, but all of them have the common point of failing to modprobe or rmmod the scsi_debug module, which by itself doesn't indicate a failure. [regression potential] low; this is fixing a testcase only. [impact] systemd autopkgtest fails [test case] run systemd autopkgtest, check for output like: LUKS device with "tmp" option ... rmmod: ERROR: Module scsi_debug is in use FAIL ====================================================================== FAIL: test_luks_tmp (__main__.CryptsetupTest) LUKS device with "tmp" option ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.It858Q/build.e7O/src/debian/tests/storage", line 59, in setUp     self.fail('%s exists already' % self.plaintext_dev) AssertionError: /dev/mapper/testcrypt1 exists already or for older releases something like: autopkgtest [19:27:26]: test storage: [----------------------- modprobe: FATAL: Module scsi_debug not found in directory /lib/modules/4.18.0-1011-kvm ERROR ====================================================================== ERROR: setUpClass (__main__.CryptsetupTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/autopkgtest.azsL0q/build.Hbd/src/debian/tests/storage", line 21, in setUpClass subprocess.check_call(['modprobe', 'scsi_debug']) File "/usr/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['modprobe', 'scsi_debug']' returned non-zero exit status 1. this has attempted to be fixed in disco/eoan so the output is a bit different across different releases, but all of them have the common point of failing to modprobe or rmmod the scsi_debug module, which by itself doesn't indicate a failure. [regression potential] low; this is fixing a testcase only.
2019-05-16 10:31:16 Dan Streetman tags ddstreet-next
2019-05-20 13:47:18 Balint Reczey bug added subscriber Balint Reczey
2019-05-21 12:38:02 Francis Ginther tags ddstreet-next ddstreet-next id-5ccb0d8d44da805739b5de37
2019-05-29 16:07:21 Dan Streetman bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929728
2019-05-29 16:07:21 Dan Streetman bug task added systemd (Debian)
2019-05-29 18:07:02 Dimitri John Ledkov systemd (Ubuntu Eoan): status In Progress Won't Fix
2019-05-29 18:26:12 Dan Streetman systemd (Ubuntu Eoan): assignee Dan Streetman (ddstreet)
2019-05-29 18:26:13 Dan Streetman systemd (Ubuntu Disco): assignee Dan Streetman (ddstreet)
2019-05-29 18:26:15 Dan Streetman systemd (Ubuntu Cosmic): assignee Dan Streetman (ddstreet)
2019-05-29 18:26:20 Dan Streetman systemd (Ubuntu Bionic): assignee Dan Streetman (ddstreet)
2019-05-29 18:26:22 Dan Streetman systemd (Ubuntu): assignee Dan Streetman (ddstreet)
2019-05-29 18:26:29 Dan Streetman systemd (Ubuntu): status In Progress New
2019-05-29 18:26:31 Dan Streetman systemd (Ubuntu Bionic): status In Progress New
2019-05-29 18:26:32 Dan Streetman systemd (Ubuntu Cosmic): status In Progress New
2019-05-29 18:26:34 Dan Streetman systemd (Ubuntu Disco): status In Progress New
2019-05-29 18:27:14 Dan Streetman tags ddstreet-next id-5ccb0d8d44da805739b5de37 id-5ccb0d8d44da805739b5de37
2019-05-29 18:27:42 Dan Streetman systemd (Ubuntu Disco): status New Incomplete
2019-05-29 18:27:45 Dan Streetman systemd (Ubuntu Cosmic): status New Incomplete
2019-05-29 18:27:48 Dan Streetman systemd (Ubuntu Bionic): status New Incomplete
2019-06-03 14:04:33 Dan Streetman description [impact] systemd autopkgtest fails [test case] run systemd autopkgtest, check for output like: LUKS device with "tmp" option ... rmmod: ERROR: Module scsi_debug is in use FAIL ====================================================================== FAIL: test_luks_tmp (__main__.CryptsetupTest) LUKS device with "tmp" option ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.It858Q/build.e7O/src/debian/tests/storage", line 59, in setUp     self.fail('%s exists already' % self.plaintext_dev) AssertionError: /dev/mapper/testcrypt1 exists already or for older releases something like: autopkgtest [19:27:26]: test storage: [----------------------- modprobe: FATAL: Module scsi_debug not found in directory /lib/modules/4.18.0-1011-kvm ERROR ====================================================================== ERROR: setUpClass (__main__.CryptsetupTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/autopkgtest.azsL0q/build.Hbd/src/debian/tests/storage", line 21, in setUpClass subprocess.check_call(['modprobe', 'scsi_debug']) File "/usr/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['modprobe', 'scsi_debug']' returned non-zero exit status 1. this has attempted to be fixed in disco/eoan so the output is a bit different across different releases, but all of them have the common point of failing to modprobe or rmmod the scsi_debug module, which by itself doesn't indicate a failure. [regression potential] low; this is fixing a testcase only. [impact] systemd autopkgtest fails [test case] run systemd autopkgtest, check for output like: LUKS device with "tmp" option ... rmmod: ERROR: Module scsi_debug is in use FAIL ====================================================================== FAIL: test_luks_tmp (__main__.CryptsetupTest) LUKS device with "tmp" option ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.It858Q/build.e7O/src/debian/tests/storage", line 59, in setUp     self.fail('%s exists already' % self.plaintext_dev) AssertionError: /dev/mapper/testcrypt1 exists already or for older releases something like: autopkgtest [19:27:26]: test storage: [----------------------- modprobe: FATAL: Module scsi_debug not found in directory /lib/modules/4.18.0-1011-kvm ERROR ====================================================================== ERROR: setUpClass (__main__.CryptsetupTest) ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.azsL0q/build.Hbd/src/debian/tests/storage", line 21, in setUpClass     subprocess.check_call(['modprobe', 'scsi_debug'])   File "/usr/lib/python3.6/subprocess.py", line 291, in check_call     raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['modprobe', 'scsi_debug']' returned non-zero exit status 1. this has attempted to be fixed in disco/eoan so the output is a bit different across different releases, but all of them have the common point of failing to modprobe or rmmod the scsi_debug module, which by itself doesn't indicate a failure. [regression potential] low; this is fixing a testcase only. [other info] fixing test case that generally causes the failed rmmod in bug 1831459
2019-06-19 17:53:51 Bug Watch Updater systemd (Debian): status Unknown New
2019-07-23 21:50:29 Dan Streetman removed subscriber Dan Streetman
2019-07-31 13:16:12 Dan Streetman systemd (Ubuntu Disco): status Incomplete Won't Fix
2019-07-31 13:16:14 Dan Streetman systemd (Ubuntu Cosmic): status Incomplete Won't Fix
2019-07-31 13:16:17 Dan Streetman systemd (Ubuntu Bionic): status Incomplete Won't Fix
2019-07-31 13:16:20 Dan Streetman systemd (Ubuntu): status New Won't Fix
2019-09-02 21:51:45 Bug Watch Updater systemd (Debian): status New Fix Released