Source: udisks2 Version: 2.10.1-11 Severity: important Usertags: util-linux-2.41
Dear udisks2 Maintainers, your package has autopkgtests, great. However they fail with util-linux 2.41~rc1 available in experimental. I want to get util-linux 2.41 into trixie. Please investigate and/or fix the tests. Thank, Chris Log: https://ci.debian.net/packages/u/udisks2/unstable/amd64/57993867/ Hopefully relevant part: 625s ====================================================================== 625s FAIL: test_ext4 (__main__.FS.test_ext4) 625s fs: ext4 625s ---------------------------------------------------------------------- 625s Traceback (most recent call last): 625s File "/tmp/autopkgtest.d6pwx7/build.qip/src/src/tests/integration-test", line 1111, in _do_udisks_check 625s cd_fs.call_mount_sync(ro_options, None) 625s ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 625s gi.repository.GLib.GError: udisks-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/sr1 at /media/root/702d4ff0-e154-4099-b01b-8f1b578ad23a: fsconfig() failed: /dev/sr1: Can't open blockdev (0) 625s 625s During handling of the above exception, another exception occurred: 625s 625s Traceback (most recent call last): 625s File "/tmp/autopkgtest.d6pwx7/build.qip/src/src/tests/integration-test", line 725, in test_ext4 625s self._do_fs_check('ext4') 625s ~~~~~~~~~~~~~~~~~^^^^^^^^ 625s File "/tmp/autopkgtest.d6pwx7/build.qip/src/src/tests/integration-test", line 894, in _do_fs_check 625s self._do_udisks_check(fs_type) 625s ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ 625s File "/tmp/autopkgtest.d6pwx7/build.qip/src/src/tests/integration-test", line 1117, in _do_udisks_check 625s self.fail('Mounting read-only device with \'rw\' option failed ' 625s ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 625s 'with an unexpected error.\nGot: %s\nExpected: \'%s\'' 625s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 625s % (str(e), msg)) 625s ^^^^^^^^^^^^^^^^ 625s AssertionError: Mounting read-only device with 'rw' option failed with an unexpected error. 625s Got: udisks-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/sr1 at /media/root/702d4ff0-e154-4099-b01b-8f1b578ad23a: fsconfig() failed: /dev/sr1: Can't open blockdev (0) 625s Expected: '(is write-protected but `rw' option given|is write-protected but explicit read-write mode requested|fsconfig system call failed: /dev/sr.*: Can't open blockdev)' 625s