cockpit-project / bots

*beep* *boop* *beep*
GNU Lesser General Public License v2.1
24 stars 33 forks source link

resizing a logical volume with content unknown to libblkid (such as ntfs) fails #5090

Open jelly opened 1 year ago

jelly commented 1 year ago

Downstream issue: https://github.com/lvmteam/lvm2/issues/123 Fixed by: https://github.com/storaged-project/libblockdev/pull/952

cockpituous commented 1 year ago

arch Ooops, it happened again


# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)

DevTools listening on ws://127.0.0.1:9813/devtools/browser/12b510ac-9565-486a-a8ee-c7976b9f368d
[0410/091145.078012:WARNING:runtime_features.cc(728)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0410/091145.088207:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0410/091145.750154:WARNING:runtime_features.cc(728)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1712740306739.189,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"50039.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1712740306740.521,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"50039.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1712740306773.854,"url":"http://127.0.0.2:9891/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1712740306773.98,"url":"http://127.0.0.2:9891/storage"}
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> error: Text input: Text input requires either an id or aria-label to be specified
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 80, in checkResize
    b.wait_in_text("#dialog", "unmount, grow")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 685, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 623, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog","unmount, grow")): Uncaught (in promise) Error: actual text: Grow logical volumeSize MBGBTBGrowCancel
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1712740305991.645, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '50039.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1712740306739.189, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '50039.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1712740306740.521, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '50039.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1712740306773.854, 'url': 'http://127.0.0.2:9891/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1712740306773.98, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
error: Text input: Text input requires either an id or aria-label to be specified

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 80, in checkResize
    b.wait_in_text("#dialog", "unmount, grow")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 685, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 623, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog","unmount, grow")): Uncaught (in promise) Error: actual text: Grow logical volumeSize MBGBTBGrowCancel
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1712740305991.645, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '50039.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1712740306739.189, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '50039.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1712740306740.521, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '50039.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1712740306773.854, 'url': 'http://127.0.0.2:9891/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1712740306773.98, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
error: Text input: Text input requires either an id or aria-label to be specified

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [42s on 5a7ac9ffc353]
not ok 68 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-04-10T09:12:08.897044 | revision 8b6f3355b093937ac718c192f267ee08547dcf3b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0515/152924.627648:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9335/devtools/browser/5594aa39-bd92-4b4f-bc0c-137d163f8949
[0515/152924.652336:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0515/152925.325840:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715786966401.94,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"35333.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715786966403.089,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"35333.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715786966452.393,"url":"http://127.0.0.2:9091/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715786966452.576,"url":"http://127.0.0.2:9091/storage"}
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715786965605.32, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '35333.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715786966401.94, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '35333.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715786966403.089, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '35333.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715786966452.393, 'url': 'http://127.0.0.2:9091/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715786966452.576, 'url': 'http://127.0.0.2:9091/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715786965605.32, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '35333.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715786966401.94, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '35333.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715786966403.089, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '35333.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715786966452.393, 'url': 'http://127.0.0.2:9091/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715786966452.576, 'url': 'http://127.0.0.2:9091/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [40s on 8fead16fd720]
not ok 76 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-05-15T15:29:46.872896+00:00 | revision 74a6d5f047095cbbbbe5fb5fddbe2b2e800f0334 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0516/114206.180788:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9541/devtools/browser/e4aef5b5-61ce-48d6-96e9-7282530d9bcf
[0516/114206.198127:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0516/114206.903907:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715859728081.974,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"36149.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715859728084.022,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"36149.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715859728131.034,"url":"http://127.0.0.2:9191/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715859728131.189,"url":"http://127.0.0.2:9191/storage"}
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715859727230.512, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '36149.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715859728081.974, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '36149.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715859728084.022, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '36149.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715859728131.034, 'url': 'http://127.0.0.2:9191/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715859728131.189, 'url': 'http://127.0.0.2:9191/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715859727230.512, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '36149.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715859728081.974, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '36149.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715859728084.022, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '36149.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715859728131.034, 'url': 'http://127.0.0.2:9191/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715859728131.189, 'url': 'http://127.0.0.2:9191/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [39s on 7074ced40510]
not ok 76 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-05-16T11:42:27.710956+00:00 | revision de52b45fb11d4d5b0711d2254beab46816618f7b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0516/142350.300834:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9685/devtools/browser/202abd5c-f1f5-47ae-baf8-5bce8f417f39
[0516/142350.320226:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0516/142350.949830:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715869432091.341,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"35971.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715869432092.34,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"35971.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715869432129.713,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715869432129.883,"url":"http://127.0.0.2:9391/storage"}
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715869431230.279, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '35971.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715869432091.341, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '35971.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715869432092.34, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '35971.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715869432129.713, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715869432129.883, 'url': 'http://127.0.0.2:9391/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715869431230.279, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '35971.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715869432091.341, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '35971.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715869432092.34, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '35971.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715869432129.713, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715869432129.883, 'url': 'http://127.0.0.2:9391/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [39s on d1650efcaffe]
not ok 76 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-05-16T14:24:11.628649+00:00 | revision ba78f28bb2203c1a21198583a2b237a94ac4ca78 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0522/054923.787464:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10074/devtools/browser/2749d647-ca90-4563-96d2-28db0b47fc49
[0522/054923.805157:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0522/054924.469009:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716356965786.01,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"35625.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716356965787.222,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"35625.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1716356965821.174,"url":"http://127.0.0.2:9891/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1716356965821.342,"url":"http://127.0.0.2:9891/storage"}
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716356964821.817, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '35625.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716356965786.01, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '35625.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716356965787.222, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '35625.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716356965821.174, 'url': 'http://127.0.0.2:9891/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716356965821.342, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716356964821.817, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '35625.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716356965786.01, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '35625.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716356965787.222, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '35625.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716356965821.174, 'url': 'http://127.0.0.2:9891/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716356965821.342, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [40s on 0e0186b088a3]
not ok 76 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-05-22T05:49:45.342273+00:00 | revision cc1f51834e6c06860c598955a3ba0726d066f69a Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0605/080926.376992:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10144/devtools/browser/375f1509-55e2-46e5-86ea-3c71fa1b9f9f
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1717574968468.571,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"54355.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1717574968469.847,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"54355.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1717574968523.277,"url":"http://127.0.0.2:9891/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1717574968523.467,"url":"http://127.0.0.2:9891/storage"}
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 45, in checkResize
    b.wait_visible(self.card_row("Storage", name=f"/dev/{disk['dev']}"))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 671, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 662, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 656, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 641, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1717574967405.016, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '54355.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717574968468.571, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '54355.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717574968469.847, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '54355.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717574968523.277, 'url': 'http://127.0.0.2:9891/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717574968523.467, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-3001-FAIL.log.gz
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 45, in checkResize
    b.wait_visible(self.card_row("Storage", name=f"/dev/{disk['dev']}"))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 671, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 662, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 656, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 641, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1717574967405.016, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '54355.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717574968468.571, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '54355.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717574968469.847, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '54355.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717574968523.277, 'url': 'http://127.0.0.2:9891/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717574968523.467, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [38s on e7d777c1f1d5]
not ok 77 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-06-05T08:09:46.507311+00:00 | revision f2749d04a58a291d2266319ddd24bd47b6ecda1f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 54967
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> error: TypeError: M.startsWith is not a function
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 45, in checkResize
    b.wait_visible(self.card_row("Storage", name=f"/dev/{disk['dev']}"))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']")): Error: condition did not become true

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 45, in checkResize
    b.wait_visible(self.card_row("Storage", name=f"/dev/{disk['dev']}"))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']")): Error: condition did not become true

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [38s on 4556a7770ad9]
not ok 52 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-09-09T09:40:03.842974+00:00 | revision 1282fd7bc1a5ed02d5fec9d57eeb7d283c54c743 Times recorded: 1 Latest occurrences:

cockpituous commented 1 year ago

rhel-9-3 Ooops, it happened again


# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratis.testPoolResize)

DevTools listening on ws://127.0.0.1:9388/devtools/browser/775fe682-3d28-4c00-9fcf-775e21f057d1
[0108/230708.100163:WARNING:angle_platform_impl.cc(49)] RendererVk.cpp:1962 (initialize): ANGLE VMA version: 2003000
[0108/230708.103742:WARNING:sandbox_linux.cc(400)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704755231066.3792,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"18079.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704755231069.0269,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"18079.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704755231137.072,"url":"http://127.0.0.2:9791/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704755231137.441,"url":"http://127.0.0.2:9791/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
  Creating devices file /etc/lvm/devices/system.devices
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9791/cockpit/@localhost/storage/index.html#/vg/vgroup0","exception":{"type":"object","className":"be","description":"be","objectId":"4257267192965253246.8.1","preview":{"type":"object","description":"be","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":8}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 729, in testPoolResize
    b.wait_in_text("#detail-content td[data-label=Size]", "1.70 GB")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 598, in wait_js_cond
    raise e
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 582, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/cdp.py", line 205, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/cdp.py", line 232, in command
    raise RuntimeError(res["error"])
RuntimeError: be

Wrote screenshot to TestStorageStratis-testPoolResize-rhel-9-3-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageStratis-testPoolResize-rhel-9-3-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageStratis-testPoolResize-rhel-9-3-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageStratis-testPoolResize-rhel-9-3-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 729, in testPoolResize
    b.wait_in_text("#detail-content td[data-label=Size]", "1.70 GB")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 598, in wait_js_cond
    raise e
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 582, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/cdp.py", line 205, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/cdp.py", line 232, in command
    raise RuntimeError(res["error"])
RuntimeError: be

# Result testPoolResize (__main__.TestStorageStratis.testPoolResize) failed
# 1 TEST FAILED [49s on 3-ci-srv-06]
not ok 56 test/verify/check-storage-stratis TestStorageStratis.testPoolResize

First occurrence: 2024-01-08T23:07:37.735699 | revision 5cd824cec05531064ecfbb358f3c953d6158e91c Times recorded: 1 Latest occurrences:

cockpituous commented 1 year ago

fedora-39 Ooops, it happened again


# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)

DevTools listening on ws://127.0.0.1:9587/devtools/browser/1e906faf-8e42-4b1c-bece-3d2a09a9746e
[0829/191931.133403:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1693336774111.479,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"42051.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1693336774180.01,"url":"http://127.0.0.2:9091/storage"}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
  Creating devices file /etc/lvm/devices/system.devices
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> log: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-resize", line 123, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-resize", line 100, in checkResize
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 342, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 601, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1693336772173.974, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '42051.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1693336774111.479, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '42051.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1693336774180.01, 'url': 'http://127.0.0.2:9091/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
log: 
log: 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
log: 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
log: 
error: Text input: Text input requires either an id or aria-label to be specified
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.

Wrote screenshot to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-resize", line 123, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-resize", line 100, in checkResize
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 342, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 601, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1693336772173.974, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '42051.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1693336774111.479, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '42051.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1693336774180.01, 'url': 'http://127.0.0.2:9091/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
log: 
log: 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
log: 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
log: 
error: Text input: Text input requires either an id or aria-label to be specified
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [102s on 2-ci-srv-03]
not ok 46 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2023-08-29T19:20:53.819192 | revision e468c31b47e5a7004f4a7d383e4839ac5df791e8 Times recorded: 1 Latest occurrences:

cockpituous commented 1 year ago

fedora-39 Ooops, it happened again


# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0516/144027.483550:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10022/devtools/browser/800b4318-7d07-4439-a4bc-1bbe0fdf5039
[0516/144027.503219:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0516/144028.159859:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715870429496.171,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"37362.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1715870429504.381,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"37362.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715870429542.95,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1715870429543.068,"url":"http://127.0.0.2:9391/storage"}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715870428526.751, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '37362.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715870429496.171, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '37362.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715870429504.381, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '37362.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715870429542.95, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715870429543.068, 'url': 'http://127.0.0.2:9391/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1715870428526.751, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '37362.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715870429496.171, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '37362.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1715870429504.381, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '37362.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715870429542.95, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1715870429543.068, 'url': 'http://127.0.0.2:9391/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [48s on cd799125c6cc]
not ok 76 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-05-16T14:40:51.622045+00:00 | revision ba78f28bb2203c1a21198583a2b237a94ac4ca78 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0522/060826.706856:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9575/devtools/browser/f79e8d49-3b8d-4cfa-b6f9-268bc23e8792
[0522/060826.725446:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0522/060827.368241:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716358108648.178,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"37021.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716358108655.187,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"37021.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1716358108686.304,"url":"http://127.0.0.2:9291/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1716358108686.494,"url":"http://127.0.0.2:9291/storage"}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716358107736.416, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '37021.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716358108648.178, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '37021.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716358108655.187, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '37021.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716358108686.304, 'url': 'http://127.0.0.2:9291/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716358108686.494, 'url': 'http://127.0.0.2:9291/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 55, in checkResize
    b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 1), "vol")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volumes'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716358107736.416, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '37021.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716358108648.178, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '37021.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716358108655.187, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '37021.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716358108686.304, 'url': 'http://127.0.0.2:9291/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1716358108686.494, 'url': 'http://127.0.0.2:9291/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [49s on d7dfb059a465]
not ok 76 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-05-22T06:08:52.034808+00:00 | revision cc1f51834e6c06860c598955a3ba0726d066f69a Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0605/082127.400247:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9550/devtools/browser/1ec27ebc-e0e1-4585-8cba-720631b1dfb7
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1717575689487.49,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"57479.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1717575689491.254,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"57479.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1717575689537.219,"url":"http://127.0.0.2:9091/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1717575689537.328,"url":"http://127.0.0.2:9091/storage"}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
> warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
> warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 45, in checkResize
    b.wait_visible(self.card_row("Storage", name=f"/dev/{disk['dev']}"))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 671, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 662, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 656, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 641, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1717575688451.742, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '57479.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717575689487.49, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '57479.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717575689491.254, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '57479.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717575689537.219, 'url': 'http://127.0.0.2:9091/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717575689537.328, 'url': 'http://127.0.0.2:9091/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}

Wrote screenshot to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 45, in checkResize
    b.wait_visible(self.card_row("Storage", name=f"/dev/{disk['dev']}"))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 671, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 662, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 656, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 641, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1717575688451.742, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '57479.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717575689487.49, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '57479.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1717575689491.254, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '57479.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717575689537.219, 'url': 'http://127.0.0.2:9091/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1717575689537.328, 'url': 'http://127.0.0.2:9091/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}
warning: unable to obtain subvolumes for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory\nERROR: can't access 'THdBPQ=='","toString":""}
warning: unable to obtain default subvolume for mount point THdBPQ== {"problem":"null","exit_status":"1","exit_signal":"null","message":"ERROR: cannot access 'THdBPQ==': No such file or directory","toString":""}

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [45s on 27cc4aeedce5]
not ok 77 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-06-05T08:21:47.560638+00:00 | revision f2749d04a58a291d2266319ddd24bd47b6ecda1f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
[0624/073922.613724:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9796/devtools/browser/31c19e7e-bdab-491b-a1ae-aa9ff4103622
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719214764656.472,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"23373.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719214764657.595,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"23373.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1719214764707.833,"url":"http://127.0.0.2:9791/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1719214764707.955,"url":"http://127.0.0.2:9791/storage"}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warning: umount: /run/foo: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 104, in checkResize
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719214763695.52, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '23373.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719214764656.472, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '23373.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719214764657.595, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '23373.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719214764707.833, 'url': 'http://127.0.0.2:9791/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719214764707.955, 'url': 'http://127.0.0.2:9791/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
error: Text input: Text input requires either an id or aria-label to be specified
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
error: Text input: Text input requires either an id or aria-label to be specified
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: umount: /run/foo: target is busy.

Wrote screenshot to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-fedora-39-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 124, in testResizeNtfs
    self.checkResize("ntfs", crypto=False,
  File "/work/make-checkout-workdir/test/verify/check-storage-resize", line 104, in checkResize
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719214763695.52, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '23373.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719214764656.472, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '23373.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719214764657.595, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '23373.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719214764707.833, 'url': 'http://127.0.0.2:9791/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719214764707.955, 'url': 'http://127.0.0.2:9791/storage'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f39&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
error: Text input: Text input requires either an id or aria-label to be specified
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
error: Text input: Text input requires either an id or aria-label to be specified
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
warning: umount: /run/foo: target is busy.

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [98s on f9452646bcfb]
not ok 78 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-06-24T07:40:37.000377+00:00 | revision f11b8cd0c8bfb24d11ef515a19c28d07004f9dda Times recorded: 1 Latest occurrences:

cockpituous commented 11 months ago

rhel-9-4 Ooops, it happened again


# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/113018.818208:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9230/devtools/browser/206eef63-f6d4-42bd-aab5-aa86a1c583cd
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722943820637.447,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21072.22"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722943820639.789,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"21072.23"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722943820696.332,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722943820696.444,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9391/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"214749407529186182.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [52s on a9808b65284b]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T11:30:46.900062+00:00 | revision 32065bb22ee6b48e14669af0ce5353d148102592 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/121426.312461:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10027/devtools/browser/28e2a5b7-50f4-4e28-81d6-bae51c78b6b2
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722946468068.612,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20922.22"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722946468070.701,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"20922.23"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722946468119.469,"url":"http://127.0.0.2:9291/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722946468119.755,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9291/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-7647231363810581708.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [46s on 5aece28ae145]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T12:14:53.002057+00:00 | revision 3cd0e8ca6a73176dcb8f310f5296507148ac5dc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/123744.075733:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9443/devtools/browser/16464c97-856b-4db0-8120-244cbdc7799c
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722947865891.48,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21007.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722947865892.668,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"21007.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722947865940.505,"url":"http://127.0.0.2:9291/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722947865940.809,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9291/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"3151821792925678962.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [50s on 0091f5443872]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T12:38:10.639982+00:00 | revision 8873e764bbd86bd4f92e4bfcebb2f8d079de8d05 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/141833.844314:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9595/devtools/browser/9709d2cb-e7d2-4432-9cf0-d3ebf3b521ec
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722953915662.658,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21006.22"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722953915665.578,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"21006.23"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722953915707.185,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722953915707.298,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9391/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"4239708422910212134.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 698, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 667, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 658, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 649, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 629, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [51s on 78d903b3e219]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T14:19:01.522270+00:00 | revision 2473d845dfe77bbfcd4e736732ce9a598af2de0c Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/144815.254752:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9750/devtools/browser/dbfa090c-58ab-4033-a166-1c766a541512
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722955698078.317,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21645.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722955698078.78,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"21645.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722955698120.559,"url":"http://127.0.0.2:9591/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722955698120.703,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9591/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-7583543690185201751.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 701, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 670, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 661, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 655, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 632, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 701, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 670, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 661, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 655, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 632, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [50s on 90fcb30c4174]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T14:48:43.373174+00:00 | revision 9337d68e9beda240d2837ae9fb1c99650f34b912 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/150312.909815:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10167/devtools/browser/32a4d771-b176-46e1-9814-1daaf2e40fdd
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722956596106.459,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"21480.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722956596110.536,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21480.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722956596173.898,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722956596174.06,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9391/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"6286140996884783050.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [45s on 4aefe96e0eb7]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T15:03:41.049411+00:00 | revision 4da6e66a52810e047702ec20ea601842672cf1c2 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0806/181427.892534:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9827/devtools/browser/f5e5183e-59eb-499a-ab4d-5a586e4a78d8
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722968070596.554,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21511.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722968070624.93,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"21511.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722968070673.596,"url":"http://127.0.0.2:9291/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722968070673.752,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9291/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-776088551495647686.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [51s on 854a75ea5f46]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-06T18:14:55.915500+00:00 | revision e68ef0fc4757899cbbe3e4cdf389d32765867d68 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0807/035602.213590:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9597/devtools/browser/3990025d-60dd-4e85-b412-ae3b0ee2a3c8
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723002965023.909,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"21576.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723002965024.982,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21576.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723002965085.72,"url":"http://127.0.0.2:9291/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723002965085.968,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9291/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-3167050666687414121.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [51s on 4150bb670105]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-07T03:56:30.840103+00:00 | revision b1e5a11ce41a1b9452145e6a0022aa3e1ae2841f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0807/192019.634338:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10164/devtools/browser/1de40263-d9e2-4e0c-9442-0abefc1e034a
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723058422630.776,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21547.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723058422632.214,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"21547.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723058422701.647,"url":"http://127.0.0.2:9691/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723058422701.815,"url":"http://127.0.0.2:9691/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/rel-eng/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9691/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"1052418501850557082.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-4-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [51s on 8252d92bb2d6]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-07T19:20:48.415926+00:00 | revision a9c4390b6243ec458e44acbec3225bc843b71670 Times recorded: 1 Latest occurrences:

cockpituous commented 4 months ago

rhel-9-5 Ooops, it happened again


# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0812/122437.991112:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9769/devtools/browser/b970f319-41f9-4027-8a22-ff004e2c4458
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723465480947.154,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21641.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723465480948.041,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"21641.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723465480985.734,"url":"http://127.0.0.2:9691/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723465480985.881,"url":"http://127.0.0.2:9691/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9691/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"4113392081122112126.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [51s on 59bfeaf9f8d7]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-12T12:25:06.922575+00:00 | revision 6e0d5090baed9c7dbb9038332a6154d3586ecd7a Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0812/132037.723492:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9237/devtools/browser/fca5a684-7548-4895-a011-4591baff56e8
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723468840400.028,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21522.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723468840401.381,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"21522.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723468840456.277,"url":"http://127.0.0.2:9591/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723468840456.649,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9591/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-6260181282899497487.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [50s on a002c878439f]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-12T13:21:05.412630+00:00 | revision 769d46ce11c355865c876cd16203e9fca3419194 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 45897
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

> error: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2201-FAIL.png
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1817, in tearDown
    self.snapshot("FAIL")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2129, in snapshot
    self.browser.snapshot(title, label)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1128, in snapshot
    f.write(html["result"].encode())
            ~~~~^^^^^^^^^^
TypeError: string indices must be integers, not 'str'

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [51s on 9646544182ab]
not ok 89 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-12T14:53:27.073838+00:00 | revision c19f4c69e8eacfc0482181c8ee469bc3372a5b80 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 44027
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

> error: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [52s on e0847f4bfd70]
not ok 89 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-12T19:59:15.920675+00:00 | revision 505fc458c08802455442d0fa2bcdd3e262981aac Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 42239
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

> error: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [50s on 29868f8f7e21]
not ok 89 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-12T20:30:48.962450+00:00 | revision f05b9509fce86992470a8faba234c8831c887242 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0812/230900.776632:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10077/devtools/browser/b839183a-792c-4823-9f2d-6a7bd91bb64e
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723504143438.792,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21542.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723504143439.962,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"21542.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723504143495.841,"url":"http://127.0.0.2:9591/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723504143495.98,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9591/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-6828310886350978955.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [50s on ce014ae888a3]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-12T23:09:28.431773+00:00 | revision 55e92b617f4f340f7a5299c68659bfc5b1b17f80 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0813/073715.805872:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9623/devtools/browser/dba063f7-73fc-4dbc-83b2-f1e32b1d24b3
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534638981.625,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21466.22"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534638984.487,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"21466.23"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723534639038.164,"url":"http://127.0.0.2:9091/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723534639038.324,"url":"http://127.0.0.2:9091/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9091/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"7588431412737560373.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [45s on cf79505b7e2c]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-13T07:37:43.973767+00:00 | revision 38a681eb9cc238389ed6c8b3d7a2219e6a8f5d92 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0813/081656.929863:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10000/devtools/browser/d05b7223-85e5-403e-8557-1e696b661cc2
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723537019683.015,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21698.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723537019684.571,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"21698.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723537019750.491,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723537019750.686,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9391/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-5237609547822321855.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [50s on 3f89c74a0724]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-13T08:17:24.890018+00:00 | revision f239942b315be981f0ec10f5cbc3972fac178f05 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
[0813/085542.032504:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9504/devtools/browser/58c54300-e1fb-4485-aede-a79a8a46f9ae
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539345228.635,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21671.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539345234.886,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"21671.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723539345271.829,"url":"http://127.0.0.2:9191/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723539345271.96,"url":"http://127.0.0.2:9191/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

{"exceptionId":1,"text":"Uncaught (in promise)","lineNumber":0,"columnNumber":0,"scriptId":"1","url":"http://127.0.0.2:9191/cockpit/@localhost/storage/index.html#/vg/vgroup0/lvol0","exception":{"type":"object","className":"ge","description":"ge","objectId":"-6981951868592552451.9.1","preview":{"type":"object","description":"ge","overflow":false,"properties":[{"name":"problem","type":"object","value":"null","subtype":"null"},{"name":"name","type":"string","value":"org.freedesktop.UDisks2.Error.Failed"},{"name":"message","type":"string","value":"Error resizing logical volume: Process reported ex…tem device usage is not available from libblkid.\n"},{"name":"toString","type":"function","value":""}]}},"executionContextId":9}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 753, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 654, in wait_js_cond
    raise e
  File "/work/make-checkout-workdir/test/common/testlib.py", line 634, in wait_js_cond
    result = self.cdp.invoke("Runtime.evaluate",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 235, in invoke
    res = self.command(cmd)
          ^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/cdp.py", line 272, in command
    raise RuntimeError(res["error"])
RuntimeError: ge

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [45s on ec6062c72fc3]
not ok 90 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-08-13T08:56:09.857199+00:00 | revision 51e0c02dff0f89bcf7f8a0d3b78c045e7edd547b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 48293
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
WARNING: Waiting for ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']") took 11.7 seconds, which is 77% of the timeout.
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

> error: Error resizing logical volume: Process reported exit code 5:   File system device usage is not available from libblkid.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 817, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 817, in testPoolResize
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Size"), "1.70 GB")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Size'] [data-test-value=true]")): Error: condition did not become true

# Result testPoolResize (__main__.TestStorageStratisReboot.testPoolResize) failed
# 1 TEST FAILED [69s on 3ae23c161ef5]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-12T09:51:43.024425+00:00 | revision 9c2d13fee80439560c40fd7998af9c9861c77593 Times recorded: 1 Latest occurrences: