Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jelly opened this issue Aug 8, 2023 · 7 comments

Comments

@jelly
Copy link
Member

jelly commented Aug 8, 2023

Downstream issue: lvmteam/lvm2#123
Fixed by: storaged-project/libblockdev#952

@cockpituous
Copy link
Contributor

cockpituous commented Aug 11, 2023

arch
Ooops, it happened again


# ----------------------------------------------------------------------
# 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:

  • 2024-05-16T11:42:27.710956+00:00 | revision de52b45fb11d4d5b0711d2254beab46816618f7b

# ----------------------------------------------------------------------
# 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:

  • 2024-05-16T14:24:11.628649+00:00 | revision ba78f28bb2203c1a21198583a2b237a94ac4ca78

# ----------------------------------------------------------------------
# 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:

  • 2024-05-22T05:49:45.342273+00:00 | revision cc1f51834e6c06860c598955a3ba0726d066f69a

# ----------------------------------------------------------------------
# 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:

  • 2024-06-05T08:09:46.507311+00:00 | revision f2749d04a58a291d2266319ddd24bd47b6ecda1f

# ----------------------------------------------------------------------
# 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:

  • 2024-09-09T09:40:03.842974+00:00 | revision 1282fd7bc1a5ed02d5fec9d57eeb7d283c54c743

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 56545
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: NEW INDEX
> info: style auto
> info: style auto
> info: style auto
> info: style auto
> info: style auto
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> info: REGISTER window
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> info: REGISTER window
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> info: REGISTER window
> info: REGISTER window
> info: REGISTER window
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> info: SHELL frames Array(5)
> info: SHELL nav localhost storage
> 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
> warn: 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 43, in checkResize
    self.login_and_go("/storage")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1952, in login_and_go
    self.browser.login_and_go(path, user=user, password=password, host=host, superuser=superuser,
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1002, in login_and_go
    self.enter_page(path.split("#")[0], host=host)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 910, in enter_page
    self.wait_not_visible(".curtains-ct")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 842, in wait_not_visible
    self.wait_js_func('!ph_is_visible', 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_visible(".curtains-ct")): Error: .curtains-ct not found

Wrote screenshot to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageResize-testResizeNtfs-arch-127.0.0.2-2801-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 43, in checkResize
    self.login_and_go("/storage")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1952, in login_and_go
    self.browser.login_and_go(path, user=user, password=password, host=host, superuser=superuser,
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1002, in login_and_go
    self.enter_page(path.split("#")[0], host=host)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 910, in enter_page
    self.wait_not_visible(".curtains-ct")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 842, in wait_not_visible
    self.wait_js_func('!ph_is_visible', 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_visible(".curtains-ct")): Error: .curtains-ct not found

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

First occurrence: 2024-09-16T13:57:13.151313+00:00 | revision c06e5df0abb07304c5217f4981c576d9ca5a088c
Times recorded: 1
Latest occurrences:

  • 2024-09-16T13:57:13.151313+00:00 | revision c06e5df0abb07304c5217f4981c576d9ca5a088c

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 56479
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: REAL SOCKET
> info: CONNECTING local
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: NEW IFRAME cockpit1:localhost/system
> error: error
> error: TypeError: Cannot read properties of undefined (reading 'setAttribute')
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 43, in checkResize
    self.login_and_go("/storage")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1958, in login_and_go
    self.browser.login_and_go(path, user=user, password=password, host=host, superuser=superuser,
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1006, in login_and_go
    self.wait_visible('#content')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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("#content")): Error: condition did not become true

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
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 43, in checkResize
    self.login_and_go("/storage")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1958, in login_and_go
    self.browser.login_and_go(path, user=user, password=password, host=host, superuser=superuser,
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1006, in login_and_go
    self.wait_visible('#content')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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("#content")): Error: condition did not become true

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

First occurrence: 2024-10-03T11:16:30.017965+00:00 | revision 5e94aa41e1ee199555d365a44c39c50f2245ee18
Times recorded: 1
Latest occurrences:

  • 2024-10-03T11:16:30.017965+00:00 | revision 5e94aa41e1ee199555d365a44c39c50f2245ee18

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 43959
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 43959.
> 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
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: error
> error: error
> error: error
> error: error
> error: error
> error: error
> error: error
> error: ReferenceError: tag is not defined
> error: error
> error: error
> error: error
> error: error
> error: error
> error: error
> error: error
> error: ReferenceError: tag is not defined
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 58, in checkResize
    self.dialog_wait_open()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 137, in dialog_wait_open
    self.browser.wait_visible('#dialog')
  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("#dialog")): Error: condition did not become true

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
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 58, in checkResize
    self.dialog_wait_open()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 137, in dialog_wait_open
    self.browser.wait_visible('#dialog')
  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("#dialog")): Error: condition did not become true

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

First occurrence: 2024-10-23T08:27:41.072444+00:00 | revision ccf398efe6eb4f6bddaf85c2fff98a04027ce753
Times recorded: 1
Latest occurrences:

  • 2024-10-23T08:27:41.072444+00:00 | revision ccf398efe6eb4f6bddaf85c2fff98a04027ce753

# ----------------------------------------------------------------------
# testResizeNtfs (__main__.TestStorageResize.testResizeNtfs)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 40545
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 40545.
> warn: Failed to get current crypto policy: not-found ; falling back to /etc/crypto-policies/config
> error: TypeError: Cannot read properties of null (reading 'trim')
> info: failed to fetch lastlog2: Object(5)
> 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
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> info: Object(4)
> info: Object(4)
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: 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.
> warn: 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.
> warn: 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.
> warn: 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 85, in checkResize
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, 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 798, 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("#dialog")): Error: condition did not become true

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
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 85, in checkResize
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, 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 798, 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("#dialog")): Error: condition did not become true

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [87s on 2789ac80ad25]
not ok 79 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-11-15T10:01:53.194457+00:00 | revision dae0b2f7c90dea2d1eefcc1c00b651ab882b7826
Times recorded: 1
Latest occurrences:

  • 2024-11-15T10:01:53.194457+00:00 | revision dae0b2f7c90dea2d1eefcc1c00b651ab882b7826

testlib.Error: timeout
wait_js_cond(ph_is_present("#content")): Error: condition did not become true

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
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 43, in checkResize
    self.login_and_go("/storage")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1986, in login_and_go
    self.browser.login_and_go(path, user=user, password=password, host=host, superuser=superuser,
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1028, in login_and_go
    self.wait_visible('#content')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 837, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 828, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 822, 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 819, 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("#content")): Error: condition did not become true

# Result testResizeNtfs (__main__.TestStorageResize.testResizeNtfs) failed
# 1 TEST FAILED [53s on 4932fe3f44f1]
not ok 79 test/verify/check-storage-resize TestStorageResize.testResizeNtfs

First occurrence: 2024-12-03T16:04:09.051835+00:00 | revision 11abf111a255ca77c0cede38f7e90939f6ddc3f7
Times recorded: 1
Latest occurrences:

  • 2024-12-03T16:04:09.051835+00:00 | revision 11abf111a255ca77c0cede38f7e90939f6ddc3f7

@mvollmer mvollmer changed the title resizing a logical volume with ntfs fails resizing a logical volume with content unknown to libblkid (such as ntfs) fails Aug 23, 2023
mvollmer added a commit to mvollmer/bots that referenced this issue Aug 23, 2023
@cockpituous
Copy link
Contributor

cockpituous commented Aug 23, 2023

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 5cd824c
Times recorded: 1
Latest occurrences:

  • 2024-01-08T23:07:37.735699 | revision 5cd824c

mvollmer added a commit to mvollmer/bots that referenced this issue Aug 25, 2023
The message is not triggered by the function in the backtrace, but
sometime earlier.
mvollmer added a commit that referenced this issue Aug 25, 2023
The message is not triggered by the function in the backtrace, but
sometime earlier.
@cockpituous
Copy link
Contributor

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 e468c31
Times recorded: 1
Latest occurrences:

  • 2023-08-29T19:20:53.819192 | revision e468c31

@cockpituous
Copy link
Contributor

cockpituous commented Aug 29, 2023

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:

  • 2024-05-16T14:40:51.622045+00:00 | revision ba78f28bb2203c1a21198583a2b237a94ac4ca78

# ----------------------------------------------------------------------
# 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:

  • 2024-05-22T06:08:52.034808+00:00 | revision cc1f51834e6c06860c598955a3ba0726d066f69a

# ----------------------------------------------------------------------
# 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:

  • 2024-06-05T08:21:47.560638+00:00 | revision f2749d04a58a291d2266319ddd24bd47b6ecda1f

# ----------------------------------------------------------------------
# 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:

  • 2024-06-24T07:40:37.000377+00:00 | revision f11b8cd0c8bfb24d11ef515a19c28d07004f9dda

@cockpituous
Copy link
Contributor

cockpituous commented Sep 22, 2023

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:

  • 2024-08-06T11:30:46.900062+00:00 | revision 32065bb22ee6b48e14669af0ce5353d148102592

# ----------------------------------------------------------------------
# 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:

  • 2024-08-06T12:14:53.002057+00:00 | revision 3cd0e8ca6a73176dcb8f310f5296507148ac5dc4

# ----------------------------------------------------------------------
# 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:

  • 2024-08-06T12:38:10.639982+00:00 | revision 8873e764bbd86bd4f92e4bfcebb2f8d079de8d05

# ----------------------------------------------------------------------
# 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:

  • 2024-08-06T14:19:01.522270+00:00 | revision 2473d845dfe77bbfcd4e736732ce9a598af2de0c

# ----------------------------------------------------------------------
# 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:

  • 2024-08-06T14:48:43.373174+00:00 | revision 9337d68e9beda240d2837ae9fb1c99650f34b912

# ----------------------------------------------------------------------
# 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:

  • 2024-08-06T15:03:41.049411+00:00 | revision 4da6e66a52810e047702ec20ea601842672cf1c2

# ----------------------------------------------------------------------
# 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:

  • 2024-08-06T18:14:55.915500+00:00 | revision e68ef0fc4757899cbbe3e4cdf389d32765867d68

# ----------------------------------------------------------------------
# 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:

  • 2024-08-07T03:56:30.840103+00:00 | revision b1e5a11ce41a1b9452145e6a0022aa3e1ae2841f

# ----------------------------------------------------------------------
# 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 a9c4390
Times recorded: 1
Latest occurrences:

  • 2024-08-07T19:20:48.415926+00:00 | revision a9c4390

@cockpituous
Copy link
Contributor

cockpituous commented Apr 17, 2024

rhel-9-5
Ooops, it happened again


# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 34501
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: REAL SOCKET
> info: CONNECTING local
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: NEW IFRAME cockpit1:localhost/system
> info: SRC cockpit1:localhost/system null -> ../../@localhost/system/index.html#/
> info: NEW IFRAME cockpit1:localhost/system/services
> info: SRC cockpit1:localhost/system/services null -> ../../@localhost/system/services.html#/
> info: NEW IFRAME cockpit1:localhost/updates
> info: SRC cockpit1:localhost/updates null -> ../../@localhost/updates/index.html#/
> info: NEW IFRAME cockpit1:localhost/playground/preloaded
> info: SRC cockpit1:localhost/playground/preloaded null -> ../../@localhost/playground/preloaded.html#/
> info: NEW IFRAME cockpit1:localhost/storage
> info: SRC cockpit1:localhost/storage null -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: FRAME INITIALIZED cockpit1:localhost/system
> info: HIDDEN HINT cockpit1:localhost/system true
> info: FRAME INITIALIZED cockpit1:localhost/system/services
> info: HIDDEN HINT cockpit1:localhost/system/services true
> info: PARENT SOCKET
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: FRAME INITIALIZED cockpit1:localhost/updates
> info: HIDDEN HINT cockpit1:localhost/updates true
> info: FRAME INITIALIZED cockpit1:localhost/storage
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: FRAME INITIALIZED cockpit1:localhost/playground/preloaded
> info: HIDDEN HINT cockpit1:localhost/playground/preloaded true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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}
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> error: Text input: Text input requires either an id or aria-label to be specified
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/vg/vgroup0/lvol0 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/pool/f4116ecb82514485b40dc51836f64ecd","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/pool/f4116ecb82514485b40dc51836f64ecd
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/pool/f4116ecb82514485b40dc51836f64ecd -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-2901-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2901-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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [52s on ae854bf431e8]
not ok 65 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-03T07:17:22.244433+00:00 | revision 8d6214e7f5df0acc788225d9d8971c81a076ff84
Times recorded: 1
Latest occurrences:

  • 2024-10-03T07:17:22.244433+00:00 | revision 8d6214e7f5df0acc788225d9d8971c81a076ff84

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44331
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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [73s on 89d89b3c15fe]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-03T08:19:26.575867+00:00 | revision b1ec94fe20474f713d9a83b238cbcca6e04b64df
Times recorded: 1
Latest occurrences:

  • 2024-10-03T08:19:26.575867+00:00 | revision b1ec94fe20474f713d9a83b238cbcca6e04b64df

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 37741
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: REAL SOCKET
> info: CONNECTING local
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: NEW IFRAME cockpit1:localhost/system
> info: SRC cockpit1:localhost/system null -> ../../@localhost/system/index.html#/
> info: NEW IFRAME cockpit1:localhost/system/services
> info: SRC cockpit1:localhost/system/services null -> ../../@localhost/system/services.html#/
> info: NEW IFRAME cockpit1:localhost/updates
> info: SRC cockpit1:localhost/updates null -> ../../@localhost/updates/index.html#/
> info: NEW IFRAME cockpit1:localhost/playground/preloaded
> info: SRC cockpit1:localhost/playground/preloaded null -> ../../@localhost/playground/preloaded.html#/
> info: NEW IFRAME cockpit1:localhost/storage
> info: SRC cockpit1:localhost/storage null -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: FRAME INITIALIZED cockpit1:localhost/system
> info: HIDDEN HINT cockpit1:localhost/system true
> info: FRAME INITIALIZED cockpit1:localhost/system/services
> info: HIDDEN HINT cockpit1:localhost/system/services true
> info: PARENT SOCKET
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: FRAME INITIALIZED cockpit1:localhost/updates
> info: HIDDEN HINT cockpit1:localhost/updates true
> info: FRAME INITIALIZED cockpit1:localhost/storage
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: FRAME INITIALIZED cockpit1:localhost/playground/preloaded
> info: HIDDEN HINT cockpit1:localhost/playground/preloaded true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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}
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> error: Text input: Text input requires either an id or aria-label to be specified
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/vg/vgroup0/lvol0 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/pool/d337736563ac45899188fb456d33ca40","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/pool/d337736563ac45899188fb456d33ca40
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/pool/d337736563ac45899188fb456d33ca40 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [50s on b0cb0e37351b]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-03T08:52:22.782409+00:00 | revision d4b329725a728a27c263587a8ea1670edd66c484
Times recorded: 1
Latest occurrences:

  • 2024-10-03T08:52:22.782409+00:00 | revision d4b329725a728a27c263587a8ea1670edd66c484

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 52211
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: REAL SOCKET
> info: CONNECTING local
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: NEW IFRAME cockpit1:localhost/system
> info: SRC cockpit1:localhost/system null -> ../../@localhost/system/index.html#/
> info: NEW IFRAME cockpit1:localhost/system/services
> info: SRC cockpit1:localhost/system/services null -> ../../@localhost/system/services.html#/
> info: NEW IFRAME cockpit1:localhost/updates
> info: SRC cockpit1:localhost/updates null -> ../../@localhost/updates/index.html#/
> info: NEW IFRAME cockpit1:localhost/playground/preloaded
> info: SRC cockpit1:localhost/playground/preloaded null -> ../../@localhost/playground/preloaded.html#/
> info: NEW IFRAME cockpit1:localhost/storage
> info: SRC cockpit1:localhost/storage null -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: FRAME INITIALIZED cockpit1:localhost/system
> info: HIDDEN HINT cockpit1:localhost/system true
> info: FRAME INITIALIZED cockpit1:localhost/system/services
> info: HIDDEN HINT cockpit1:localhost/system/services true
> info: FRAME INITIALIZED cockpit1:localhost/updates
> info: HIDDEN HINT cockpit1:localhost/updates true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: FRAME INITIALIZED cockpit1:localhost/storage
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: FRAME INITIALIZED cockpit1:localhost/playground/preloaded
> info: HIDDEN HINT cockpit1:localhost/playground/preloaded true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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}
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> error: Text input: Text input requires either an id or aria-label to be specified
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/vg/vgroup0/lvol0 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/pool/380457dcf0a34a7d8e0b2b75a0c845d7","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/pool/380457dcf0a34a7d8e0b2b75a0c845d7
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/pool/380457dcf0a34a7d8e0b2b75a0c845d7 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [51s on 606481be1b0f]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-03T12:53:47.796679+00:00 | revision 0ae60196c5782e0c6aea478a548f59e9b9164cfc
Times recorded: 1
Latest occurrences:

  • 2024-10-03T12:53:47.796679+00:00 | revision 0ae60196c5782e0c6aea478a548f59e9b9164cfc

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 38781
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: REAL SOCKET
> info: CONNECTING local
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: NEW IFRAME cockpit1:localhost/system
> info: SRC cockpit1:localhost/system null -> ../../@localhost/system/index.html#/
> info: NEW IFRAME cockpit1:localhost/system/services
> info: SRC cockpit1:localhost/system/services null -> ../../@localhost/system/services.html#/
> info: NEW IFRAME cockpit1:localhost/updates
> info: SRC cockpit1:localhost/updates null -> ../../@localhost/updates/index.html#/
> info: NEW IFRAME cockpit1:localhost/playground/preloaded
> info: SRC cockpit1:localhost/playground/preloaded null -> ../../@localhost/playground/preloaded.html#/
> info: NEW IFRAME cockpit1:localhost/storage
> info: SRC cockpit1:localhost/storage null -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: FRAME INITIALIZED cockpit1:localhost/system
> info: HIDDEN HINT cockpit1:localhost/system true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: PARENT SOCKET
> info: PARENT SOCKET
> info: FRAME INITIALIZED cockpit1:localhost/system/services
> info: HIDDEN HINT cockpit1:localhost/system/services true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: PARENT SOCKET
> info: FRAME INITIALIZED cockpit1:localhost/updates
> info: HIDDEN HINT cockpit1:localhost/updates true
> info: FRAME INITIALIZED cockpit1:localhost/storage
> info: HIDDEN HINT cockpit1:localhost/storage false
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: FRAME INITIALIZED cockpit1:localhost/playground/preloaded
> info: HIDDEN HINT cockpit1:localhost/playground/preloaded true
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> 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}
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> error: Text input: Text input requires either an id or aria-label to be specified
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/vg/vgroup0/lvol0 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/pool/4d1a83bbba134a5db0b4d49e12d7fae4","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/pool/4d1a83bbba134a5db0b4d49e12d7fae4
> info: SHELL {"hash":"","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/pool/4d1a83bbba134a5db0b4d49e12d7fae4 -> ../../@localhost/storage/index.html#/
> info: SHELL {"hash":"/vg/vgroup0/lvol0","host":"localhost","path":"storage"} localhost null
> info: SRC cockpit1:localhost/storage ../../@localhost/storage/index.html#/ -> ../../@localhost/storage/index.html#/vg/vgroup0/lvol0
> 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [51s on 73ff98a7cd2b]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-07T14:09:47.917476+00:00 | revision 321314d8b4fa4c6d8543daeadab47a3be133caac
Times recorded: 1
Latest occurrences:

  • 2024-10-07T14:09:47.917476+00:00 | revision 321314d8b4fa4c6d8543daeadab47a3be133caac

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 36391
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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-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
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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [52s on b2e7ac68c4a2]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-07T15:08:00.972308+00:00 | revision 69289fb1774248cedbadd0eca6591a548e09afb6
Times recorded: 1
Latest occurrences:

  • 2024-10-07T15:08:00.972308+00:00 | revision 69289fb1774248cedbadd0eca6591a548e09afb6

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 46875
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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-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
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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [54s on 9d1ac674819a]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-07T15:11:40.945572+00:00 | revision f90684d3d0539fa0ae919a2167043d5108f44f5f
Times recorded: 1
Latest occurrences:

  • 2024-10-07T15:11:40.945572+00:00 | revision f90684d3d0539fa0ae919a2167043d5108f44f5f

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 49135
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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [52s on f21446f927e7]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-07T15:55:45.305414+00:00 | revision 94c12f78700536a5d2bd2195be53bccf857cd746
Times recorded: 1
Latest occurrences:

  • 2024-10-07T15:55:45.305414+00:00 | revision 94c12f78700536a5d2bd2195be53bccf857cd746

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 43191
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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [58s on f98ae0dac89e]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-07T17:25:53.356661+00:00 | revision 05a60be146e34c7e0efd0bbfeba32d19be186b0b
Times recorded: 1
Latest occurrences:

  • 2024-10-07T17:25:53.356661+00:00 | revision 05a60be146e34c7e0efd0bbfeba32d19be186b0b

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 47411
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 47411.
> 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 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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-5-127.0.0.2-2401-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 846, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, 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 797, 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 [53s on 302cb3effcd0]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-10-11T10:28:03.455126+00:00 | revision 08a78037a6c66646d862234a75100d324fbaea13
Times recorded: 1
Latest occurrences:

  • 2024-10-11T10:28:03.455126+00:00 | revision 08a78037a6c66646d862234a75100d324fbaea13

@cockpituous
Copy link
Contributor

cockpituous commented Sep 26, 2024

rhel-9-6
Ooops, it happened again


# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 58611
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.6.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.6.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 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-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2501-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 [44s on 7e2f1ddb8e21]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-26T10:18:25.077603+00:00 | revision a13b495
Times recorded: 1
Latest occurrences:

  • 2024-09-26T10:18:25.077603+00:00 | revision a13b495

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 38139
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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> 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.6.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.6.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-6-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2201-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 [44s on ef780cf6bdf7]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-26T10:43:13.359173+00:00 | revision f473b81
Times recorded: 1
Latest occurrences:

  • 2024-09-26T10:43:13.359173+00:00 | revision f473b81

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45503
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.6.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.6.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 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-6-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-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 [51s on c8fffac0ffd6]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-26T14:38:01.596667+00:00 | revision 5a0c357eb5369aae9c9f2c71c5a223c9daf325c1
Times recorded: 1
Latest occurrences:

  • 2024-09-26T14:38:01.596667+00:00 | revision 5a0c357eb5369aae9c9f2c71c5a223c9daf325c1

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 54211
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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> 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.6.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.6.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-6-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2401-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 [45s on 30f33369124d]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-26T16:03:46.659876+00:00 | revision 8cbaa22f7787ce118e15beb9cc336bbdc7450528
Times recorded: 1
Latest occurrences:

  • 2024-09-26T16:03:46.659876+00:00 | revision 8cbaa22f7787ce118e15beb9cc336bbdc7450528

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 46779
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.6.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.6.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 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-6-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2301-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 [52s on cadea2bf13f4]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-27T05:11:39.067805+00:00 | revision 1ca735c9616a971592f60a729add1997c90ab5fd
Times recorded: 1
Latest occurrences:

  • 2024-09-27T05:11:39.067805+00:00 | revision 1ca735c9616a971592f60a729add1997c90ab5fd

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 49477
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.6.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.6.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 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-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-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 [44s on acaa3b222fef]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-27T05:40:00.269062+00:00 | revision 5719a2c276ad797634ed67ab414c5b61a6294864
Times recorded: 1
Latest occurrences:

  • 2024-09-27T05:40:00.269062+00:00 | revision 5719a2c276ad797634ed67ab414c5b61a6294864

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45453
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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> 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.6.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.6.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-6-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2401-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 [45s on 29286a7294e8]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-09-27T06:23:01.980765+00:00 | revision 244dd128030ebb06af8a5845cc7c11699c34ba87
Times recorded: 1
Latest occurrences:

  • 2024-09-27T06:23:01.980765+00:00 | revision 244dd128030ebb06af8a5845cc7c11699c34ba87

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 53391
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 53391.
> info: href 
> info: result pre Array(1)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: href /
> info: result pre Array(2)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: href /
> info: result pre Array(2)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: failed to fetch lastlog2: Object(5)
> 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.6.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.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> info: href /vg/vgroup0/lvol0
> info: result pre Array(4)
> info: result post Array(3)
> info: result pre Array(2)
> info: result post Array(1)
> info: href /vg/vgroup0/lvol0
> info: result pre Array(4)
> info: result post Array(3)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> error: Text input: Text input requires either an id or aria-label to be specified
> info: href /
> info: result pre Array(2)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: href 
> info: result pre Array(1)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: href /pool/b456985d16f748d18acf67b449c0273b
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: href /pool/b456985d16f748d18acf67b449c0273b
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: href /
> info: result pre Array(2)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: href 
> info: result pre Array(1)
> info: result post Array(0)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: href /vg/vgroup0/lvol0
> info: result pre Array(4)
> info: result post Array(3)
> info: result pre Array(2)
> info: result post Array(1)
> info: href /vg/vgroup0/lvol0
> info: result pre Array(4)
> info: result post Array(3)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(2)
> info: result post Array(1)
> info: result pre Array(3)
> info: result post Array(2)
> 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 819, 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 852, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 821, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 812, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, 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 803, 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-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 819, 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 852, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 821, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 812, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, 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 803, 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 [52s on 5cb7ff11ad5c]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-11-26T16:47:26.984521+00:00 | revision 9860d1cd4f0cff7cd2118fb44d4b861df574aecb
Times recorded: 1
Latest occurrences:

  • 2024-11-26T16:47:26.984521+00:00 | revision 9860d1cd4f0cff7cd2118fb44d4b861df574aecb

# ----------------------------------------------------------------------
# testPoolResize (__main__.TestStorageStratisReboot.testPoolResize)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 41969
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 41969.
> info: failed to fetch lastlog2: Object(5)
> 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.6.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.6.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 819, 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 852, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 821, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 812, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, 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 803, 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-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 819, 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 852, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 821, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 812, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, 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 803, 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 [60s on dc1f4055637d]
not ok 82 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-11-26T19:26:43.743150+00:00 | revision b48d732cd88bd142779e39b7499e1df562fd2b6e
Times recorded: 1
Latest occurrences:

  • 2024-11-26T19:26:43.743150+00:00 | revision b48d732cd88bd142779e39b7499e1df562fd2b6e

File "/work/make-checkout-workdir/test/common/testlib.py", line 822, 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 819, 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-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisReboot-testPoolResize-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 819, 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 868, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 837, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 828, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 822, 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 819, 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 [58s on d153656036a5]
not ok 92 test/verify/check-storage-stratis TestStorageStratisReboot.testPoolResize

First occurrence: 2024-12-04T23:41:44.211546+00:00 | revision acae03572c01587d83b6cb2f29555fbc4716df10
Times recorded: 1
Latest occurrences:

  • 2024-12-04T23:41:44.211546+00:00 | revision acae03572c01587d83b6cb2f29555fbc4716df10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants