cockpit-project / bots

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

udisks2: broken lvm2 logical volume structure #5434

Open mvollmer opened 10 months ago

mvollmer commented 10 months ago

Upstream: https://github.com/storaged-project/udisks/pull/1206

This happens with udisks2 2.10, currently in arch, debian-testing, and fedora-39.

Cockpit has a workaround to avoid the worst UX, but the test is written as if the bug is fixed and the workaround is removed.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-lvm2", line 878, in testLvmOnLuks
    self.content_tab_wait_in_info(1, 1, "Physical volumes", bn(disk))
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry_in_content_tab(row_index, tab_index, func)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 199, in retry_in_content_tab
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 574, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true
cockpituous commented 10 months ago

fedora-39 Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/081610.013799:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9755/devtools/browser/c04e7b94-fbf5-47c5-9108-afa9b9a59c60
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536974773.166,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11795.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536974788.176,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"11795.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":1723536974833.422,"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":1723536974833.592,"url":"http://127.0.0.2:9091/storage"}
losetup: /var/tmp/loop.csUr: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> 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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536973804.696, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '11795.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536974773.166, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11795.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536974788.176, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '11795.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': 1723536974833.422, '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': 1723536974833.592, '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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536973804.696, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '11795.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536974773.166, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11795.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536974788.176, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '11795.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': 1723536974833.422, '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': 1723536974833.592, '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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 1b452dd2c67a]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/085822.352941:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9763/devtools/browser/b05c4e40-bf66-4aec-a571-c3ade3245d6e
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539506919.473,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11677.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539506920.747,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"11677.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":1723539506982.552,"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":1723539506983.853,"url":"http://127.0.0.2:9591/storage"}
losetup: /var/tmp/loop.L0Jg: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> 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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539505876.667, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '11677.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539506919.473, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11677.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539506920.747, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '11677.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': 1723539506982.552, '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': 1723539506983.853, 'url': 'http://127.0.0.2:9591/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.

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539505876.667, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '11677.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539506919.473, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11677.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539506920.747, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '11677.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': 1723539506982.552, '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': 1723539506983.853, 'url': 'http://127.0.0.2:9591/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.

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 9178ddad9c4a]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 37969
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.hcZW: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on 630aed6c336e]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T11:00:49.458255+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 49797
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.8Fs9: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on c182014f1393]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-08-13T11:43:58.949196+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 54117
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.WI1y: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: not mounted.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on eebda33669a1]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T12:10:16.498979+00:00 | revision 1dd4eca50ee6304fcb683543a6bbb2b4844fe797 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 33683
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.S759: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2401-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on f346c98f4b0e]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

First occurrence: 2024-08-13T14:16:15.224848+00:00 | revision 357f6f3ecaa77b82010635d80551ed16abd6296b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 40851
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.d11r: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on 5caa4c0f283b]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-13T14:40:04.263461+00:00 | revision f0a6c56c3935bfbdff1bb2c662964a1106f82423 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 60277
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.ANFp: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on fa675f2cb9ca]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-08-13T15:01:48.049455+00:00 | revision 1283ea73d5fd07df1d3f5dd9038c74f4f7142165 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 33467
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.f9es: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on 5acbd59b87eb]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-14T10:31:28.435835+00:00 | revision 8d3e27b656b0725ef44e49e8a6b9822f6b616cf9 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 53125
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.sRqO: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: 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}
> warn: 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}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-39-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [34s on 9be36888b5ae]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-19T14:10:19.181434+00:00 | revision 30f149174ef4890e94242b0e0c1d3bf1ad379a9c Times recorded: 1 Latest occurrences:

cockpituous commented 10 months ago

arch Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0812/121538.363002:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9282/devtools/browser/37e90874-69a6-4846-8eed-66f791d8f571
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723464941738.922,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"11333.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723464941747.053,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11333.19"}
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":1723464941799.845,"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":1723464941800.233,"url":"http://127.0.0.2:9891/storage"}
losetup: /var/tmp/loop.m4wY: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723464941009.469, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '11333.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723464941738.922, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '11333.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723464941747.053, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11333.19'}
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': 1723464941799.845, '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': 1723464941800.233, '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 TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723464941009.469, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '11333.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723464941738.922, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '11333.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723464941747.053, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11333.19'}
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': 1723464941799.845, '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': 1723464941800.233, '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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on 015a0b9518c9]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0812/131529.817946:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9618/devtools/browser/c1977a4a-09ad-4fb4-8194-0e714afa916c
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723468532637.576,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11341.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723468532644.785,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"11341.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":1723468532695.407,"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":1723468532695.571,"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
losetup: /var/tmp/loop.2HPX: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723468531986.703, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '11341.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468532637.576, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11341.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468532644.785, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '11341.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': 1723468532695.407, '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': 1723468532695.571, '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 TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723468531986.703, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '11341.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468532637.576, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11341.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468532644.785, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '11341.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': 1723468532695.407, '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': 1723468532695.571, '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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [30s on 9efd24f10fbc]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@3]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 48707
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
losetup: /var/tmp/loop.i6U4: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.png
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

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

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [30s on 9dd1dab392b3]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 52203
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
losetup: /var/tmp/loop.CLQ3: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [30s on e4428c2f7e01]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 59499
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
losetup: /var/tmp/loop.A1qk: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [31s on 52173d3b1bd5]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@3]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/073010.362612:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9921/devtools/browser/8341bd76-a464-4eff-9c3b-3ee49ecbfb36
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534213188.532,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"11363.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534213191.876,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11363.19"}
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":1723534213238.979,"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":1723534213239.14,"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
losetup: /var/tmp/loop.1s3s: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723534212471.506, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '11363.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534213188.532, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '11363.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534213191.876, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11363.19'}
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': 1723534213238.979, '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': 1723534213239.14, '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 TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723534212471.506, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '11363.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534213188.532, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '11363.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534213191.876, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11363.19'}
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': 1723534213238.979, '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': 1723534213239.14, '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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [30s on ce7be3ad0f6f]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/080613.263047:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9698/devtools/browser/ac33859e-93c1-4877-902c-cf19ef74680d
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536375991.542,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11335.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536375995.589,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"11335.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":1723536376032.662,"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":1723536376032.832,"url":"http://127.0.0.2:9591/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
losetup: /var/tmp/loop.TmIW: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536375355.527, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '11335.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536375991.542, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11335.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536375995.589, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '11335.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': 1723536376032.662, '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': 1723536376032.832, 'url': 'http://127.0.0.2:9591/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 TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-arch-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536375355.527, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '11335.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536375991.542, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11335.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536375995.589, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '11335.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': 1723536376032.662, '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': 1723536376032.832, 'url': 'http://127.0.0.2:9591/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [30s on 5e76af689160]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/084915.327383:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9938/devtools/browser/394c3ad3-90a3-4a46-addc-8242c661abc4
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723538958090.436,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"11310.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723538958091.196,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11310.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":1723538958136.291,"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":1723538958137.388,"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
losetup: /var/tmp/loop.LAPP: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723538957429.224, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '11310.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723538958090.436, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '11310.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723538958091.196, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11310.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': 1723538958136.291, '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': 1723538958137.388, '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 TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723538957429.224, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '11310.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723538958090.436, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '11310.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723538958091.196, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '11310.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': 1723538958136.291, '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': 1723538958137.388, '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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [30s on 3715dd226dac]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@3]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 37983
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
losetup: /var/tmp/loop.FtYT: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [31s on ee5519983bc2]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-08-13T10:49:12.424614+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44113
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
losetup: /var/tmp/loop.XdtB: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-arch-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [31s on fe7699154e7d]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-09-06T07:03:38.602655+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 10 months ago

debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 38617
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to try-restart sssd.service: Unit sssd.service not found.
losetup: /var/tmp/loop.Tvm1: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2401-FAIL.png
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

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

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on c9b5596c2802]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 37187
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to try-restart sssd.service: Unit sssd.service not found.
losetup: /var/tmp/loop.y3o3: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on 4d7c82a5bb0f]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0812/225909.732362:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9264/devtools/browser/8e107b96-0636-4ada-a6c5-fe07eab9b658
Failed to try-restart sssd.service: Unit sssd.service not found.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723503553397.947,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12219.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723503553407.491,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"12219.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":1723503553465.427,"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":1723503553465.569,"url":"http://127.0.0.2:9391/storage"}
losetup: /var/tmp/loop.F4Sc: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723503552296.44, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '12219.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723503553397.947, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12219.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723503553407.491, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '12219.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': 1723503553465.427, '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': 1723503553465.569, 'url': 'http://127.0.0.2:9391/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723503552296.44, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '12219.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723503553397.947, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12219.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723503553407.491, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '12219.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': 1723503553465.427, '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': 1723503553465.569, 'url': 'http://127.0.0.2:9391/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on 45efc7274f05]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@3]

First occurrence: 2024-08-12T22:59:42.248824+00:00 | revision 54fd8f078b930788ce20b70e8e37efb3263c6438 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 35129
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to try-restart sssd.service: Unit sssd.service not found.
losetup: /var/tmp/loop.dGm9: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on a2a077ddb4e1]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T03:37:50.344539+00:00 | revision 04ad622a5d85d2d22fe8f97646b400d43c6a7807 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/042648.728939:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9602/devtools/browser/c1aaf5a3-ef21-4651-ba90-c7994d740bd6
Failed to try-restart sssd.service: Unit sssd.service not found.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723523212189.491,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12255.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723523212195.983,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"12255.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":1723523212262.717,"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":1723523212262.861,"url":"http://127.0.0.2:9791/storage"}
losetup: /var/tmp/loop.lwnL: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723523211108.533, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12255.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723523212189.491, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12255.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723523212195.983, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12255.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': 1723523212262.717, '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': 1723523212262.861, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723523211108.533, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12255.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723523212189.491, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12255.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723523212195.983, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12255.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': 1723523212262.717, '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': 1723523212262.861, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on 4d621d111662]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-08-13T04:27:21.109935+00:00 | revision dee48a5fc6c2ea518972576af36e65532b408dbc Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/073432.726832:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9502/devtools/browser/c525ed74-b652-4d1b-944f-93c2addc42d3
Failed to try-restart sssd.service: Unit sssd.service not found.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534476504.985,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12261.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534476507.809,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"12261.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":1723534476590.139,"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":1723534476590.373,"url":"http://127.0.0.2:9791/storage"}
losetup: /var/tmp/loop.RtkW: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723534475408.232, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12261.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534476504.985, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12261.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534476507.809, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12261.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': 1723534476590.139, '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': 1723534476590.373, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723534475408.232, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12261.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534476504.985, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12261.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534476507.809, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12261.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': 1723534476590.139, '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': 1723534476590.373, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [33s on 651b18d73605]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/081006.879344:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9770/devtools/browser/7c2e0ddf-835a-4f66-81c6-0d1b959e20e7
Failed to try-restart sssd.service: Unit sssd.service not found.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536610719.061,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"12150.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536610722.19,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12150.19"}
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":1723536610805.065,"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":1723536610805.191,"url":"http://127.0.0.2:9891/storage"}
losetup: /var/tmp/loop.4dVk: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536609508.12, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '12150.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536610719.061, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '12150.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536610722.19, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12150.19'}
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': 1723536610805.065, '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': 1723536610805.191, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536609508.12, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '12150.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536610719.061, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '12150.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536610722.19, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12150.19'}
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': 1723536610805.065, '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': 1723536610805.191, 'url': 'http://127.0.0.2:9891/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [33s on 237ede5f963a]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/085245.382212:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9938/devtools/browser/b9c5a7b7-94b4-40b9-8ef8-eb1938289843
Failed to try-restart sssd.service: Unit sssd.service not found.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539169404.581,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12239.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539169406.336,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"12239.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":1723539169467.128,"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":1723539169467.436,"url":"http://127.0.0.2:9291/storage"}
losetup: /var/tmp/loop.p4FW: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539168070.401, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '12239.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539169404.581, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12239.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539169406.336, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '12239.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': 1723539169467.128, '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': 1723539169467.436, 'url': 'http://127.0.0.2:9291/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539168070.401, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '12239.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539169404.581, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12239.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539169406.336, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '12239.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': 1723539169467.128, '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': 1723539169467.436, 'url': 'http://127.0.0.2:9291/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [33s on d0d954f2f90d]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 38561
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to try-restart sssd.service: Unit sssd.service not found.
losetup: /var/tmp/loop.DDRI: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [31s on 73e916a7dbed]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-13T09:11:15.867993+00:00 | revision c4028e092c2a63465721b37c532cbebe4f8b205d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44415
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to try-restart sssd.service: Unit sssd.service not found.
losetup: /var/tmp/loop.b5Hx: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-debian-testing-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [34s on 0db5b28f2df6]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-09-06T07:07:18.354700+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 9 months ago

ubuntu-stable Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 41073
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.yCO7: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 775, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 744, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 729, 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 706, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 775, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 744, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 729, 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 706, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on f3ac72b69ca1]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

First occurrence: 2024-08-12T04:18:51.583004+00:00 | revision 7e655ef0bea1a1a63e199fcead3ab1c5ba8f77df Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0812/122212.231025:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10191/devtools/browser/8c4cf831-d605-4eb5-b785-1d7f9d4afbc9
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723465335510.18,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12328.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723465335517.134,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"12328.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":1723465335554.908,"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":1723465335555.031,"url":"http://127.0.0.2:9691/storage"}
losetup: /var/tmp/loop.V4q6: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723465334627.334, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '12328.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723465335510.18, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12328.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723465335517.134, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '12328.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': 1723465335554.908, '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': 1723465335555.031, 'url': 'http://127.0.0.2:9691/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723465334627.334, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '12328.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723465335510.18, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12328.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723465335517.134, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '12328.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': 1723465335554.908, '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': 1723465335555.031, 'url': 'http://127.0.0.2:9691/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [33s on 5fd66f70ef12]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0812/132156.523276:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9327/devtools/browser/fb10cf80-1f4f-4179-a25f-3a09081ce5de
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723468920476.125,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12059.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723468920479.58,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"12059.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":1723468920532.102,"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":1723468920532.269,"url":"http://127.0.0.2:9791/storage"}
losetup: /var/tmp/loop.eG1s: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723468919333.067, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12059.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468920476.125, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12059.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468920479.58, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12059.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': 1723468920532.102, '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': 1723468920532.269, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723468919333.067, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12059.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468920476.125, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12059.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723468920479.58, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12059.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': 1723468920532.102, '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': 1723468920532.269, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on d7f3a2b6a688]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 38799
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.We6I: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2301-FAIL.png
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

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

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [33s on 38813363db9b]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 34891
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.46dy: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2401-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [32s on f947001371a0]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 58681
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.QCMD: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on c47f046c9a15]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-13T03:41:44.587546+00:00 | revision 04ad622a5d85d2d22fe8f97646b400d43c6a7807 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/073739.987054:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9608/devtools/browser/26301348-c96c-4e55-af63-553c6dd9c142
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534663655.374,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12014.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723534663656.267,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"12014.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":1723534663697.109,"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":1723534663697.529,"url":"http://127.0.0.2:9791/storage"}
losetup: /var/tmp/loop.DYVT: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723534662717.477, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12014.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534663655.374, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12014.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534663656.267, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12014.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': 1723534663697.109, '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': 1723534663697.529, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723534662717.477, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12014.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534663655.374, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12014.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723534663656.267, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12014.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': 1723534663697.109, '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': 1723534663697.529, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on 58918f511989]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/081532.286908:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9811/devtools/browser/759d2c0a-5776-4181-a1d9-80a4f8dd7e7f
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536936123.708,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"12270.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536936128.605,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12270.19"}
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":1723536936159.53,"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":1723536936159.656,"url":"http://127.0.0.2:9591/storage"}
losetup: /var/tmp/loop.YOl5: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536935222.446, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '12270.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536936123.708, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '12270.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536936128.605, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12270.19'}
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': 1723536936159.53, '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': 1723536936159.656, 'url': 'http://127.0.0.2:9591/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536935222.446, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '12270.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536936123.708, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '12270.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536936128.605, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12270.19'}
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': 1723536936159.53, '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': 1723536936159.656, 'url': 'http://127.0.0.2:9591/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on b45dfdd157f7]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/085718.050126:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9431/devtools/browser/3da1b6fe-6407-4c23-9455-02189ffb9ca4
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539441683.972,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12120.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539441689.525,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"12120.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":1723539441730.89,"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":1723539441731.016,"url":"http://127.0.0.2:9791/storage"}
losetup: /var/tmp/loop.SReK: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539440779.715, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12120.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539441683.972, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12120.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539441689.525, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12120.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': 1723539441730.89, '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': 1723539441731.016, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539440779.715, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12120.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539441683.972, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12120.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539441689.525, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '12120.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': 1723539441730.89, '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': 1723539441731.016, 'url': 'http://127.0.0.2:9791/storage'}
warning: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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 testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [34s on a5be47063de4]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 40323
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.yyzc: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-stable-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on 0a1149e752a0]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-09-06T07:11:15.121328+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 6 months ago

fedora-40 Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/090232.692215:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9449/devtools/browser/e412a313-4bc1-4478-bc23-36e1a03e5590
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539756711.221,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"12798.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539756712.439,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"12798.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":1723539756741.349,"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":1723539756741.486,"url":"http://127.0.0.2:9691/storage"}
losetup: /var/tmp/loop.wHdu: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-f40&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-f40&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-f40&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-f40&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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539755841.007, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '12798.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539756711.221, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12798.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539756712.439, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '12798.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': 1723539756741.349, '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': 1723539756741.486, 'url': 'http://127.0.0.2:9691/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-f40&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-f40&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-f40&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-f40&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 TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539755841.007, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '12798.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539756711.221, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '12798.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539756712.439, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '12798.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': 1723539756741.349, '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': 1723539756741.486, 'url': 'http://127.0.0.2:9691/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-f40&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-f40&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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 23c67e0e6184]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T09:03:11.089468+00:00 | revision 51e0c02dff0f89bcf7f8a0d3b78c045e7edd547b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:60661
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
DevTools listening on ws://127.0.0.1:60661/devtools/browser/11dea918-dd88-4d12-8443-3757da2e2f68
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
losetup: /var/tmp/loop.46pV: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [44s on ea767e98db94]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-08-13T10:48:17.685186+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 56895
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
losetup: /var/tmp/loop.pCKw: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Warning: Cannot update a component (`SvgPlot`) while rendering a different component (`Application`). To locate the bad setState() call inside `Application`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
    at Application (http://127.0.0.2:9691/cockpit/@localhost/storage/storaged.js:56132:7)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestStorageLvm2-testLvmOnLuks.info.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [43s on 5e07295cd1c6]
not ok 230 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T10:53:08.414488+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 49143
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.QQ2a: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on 944875d2b523]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-13T11:01:48.289927+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:43503
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
DevTools listening on ws://127.0.0.1:43503/devtools/browser/0ae52f35-758b-480b-9852-0a0b09a9595f
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
losetup: /var/tmp/loop.4UNe: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on e2aff5137041]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-08-13T11:35:54.111092+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 39449
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
losetup: /var/tmp/loop.a8tZ: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Warning: Cannot update a component (`SvgPlot`) while rendering a different component (`Application`). To locate the bad setState() call inside `Application`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
    at Application (http://127.0.0.2:9191/cockpit/@localhost/storage/storaged.js:56132:7)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestStorageLvm2-testLvmOnLuks.info.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on b5b331ac1570]
not ok 230 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-08-13T11:38:28.569759+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 51831
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.wMmb: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on de9428aa569b]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-08-13T11:46:56.637470+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:36765
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
DevTools listening on ws://127.0.0.1:36765/devtools/browser/c59c1388-36a9-4e2b-9cbf-bb0832e68c0a
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
losetup: /var/tmp/loop.7BYP: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [40s on 8c035c344660]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T11:50:18.806853+00:00 | revision 1dd4eca50ee6304fcb683543a6bbb2b4844fe797 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:35811
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9791/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
losetup: /var/tmp/loop.6ibW: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [42s on a41b9d57ef35]
not ok 22 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-09-04T07:03:43.935964+00:00 | revision 17d64479c8811dcc2da3ca6249b2bfd660f19141 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:52123
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
losetup: /var/tmp/loop.pp4V: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: 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-f40&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-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-40-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [41s on e405faf2cc2a]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-09-06T07:20:27.277273+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 4 months ago

centos-10 Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/090627.713612:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10148/devtools/browser/4b19f787-2b08-4489-88f3-6ae786ed0110
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539991910.126,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9592.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539992009.71,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"9592.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":1723539992049.596,"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":1723539992049.737,"url":"http://127.0.0.2:9791/storage"}
losetup: /var/tmp/loop.Xhsn: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: 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: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539991144.704, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '9592.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539991910.126, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '9592.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539992009.71, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '9592.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': 1723539992049.596, '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': 1723539992049.737, 'url': 'http://127.0.0.2:9791/storage'}
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: 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: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539991144.704, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '9592.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539991910.126, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '9592.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539992009.71, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '9592.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': 1723539992049.596, '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': 1723539992049.737, 'url': 'http://127.0.0.2:9791/storage'}
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: 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: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on a44b34a11e87]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-08-13T09:07:07.136596+00:00 | revision 51e0c02dff0f89bcf7f8a0d3b78c045e7edd547b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 44033
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.yg3s: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on 8c4d82f52b56]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T11:04:12.999968+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 42579
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.BzoU: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on e133b1bfc73b]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T11:50:39.305548+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 49833
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 btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
losetup: /var/tmp/loop.GZK6: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on b38cebf5435b]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T12:12:36.304736+00:00 | revision 1dd4eca50ee6304fcb683543a6bbb2b4844fe797 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 52997
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.GQYn: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on 12b4e6ef3ab2]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T14:23:29.067623+00:00 | revision 357f6f3ecaa77b82010635d80551ed16abd6296b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 56471
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.938z: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on 7f62d7ca5886]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-13T14:47:33.587933+00:00 | revision f0a6c56c3935bfbdff1bb2c662964a1106f82423 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 50277
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.YjS9: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2401-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on 1c1d2d7b5575]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

First occurrence: 2024-08-13T15:06:04.383476+00:00 | revision 1283ea73d5fd07df1d3f5dd9038c74f4f7142165 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 53693
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.Z4Ys: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on 031826d627dd]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-14T10:36:49.804758+00:00 | revision 8d3e27b656b0725ef44e49e8a6b9822f6b616cf9 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 38825
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 btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
losetup: /var/tmp/loop.XvWj: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 21f5f901b2bc]
not ok 31 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-22T12:06:31.075507+00:00 | revision cf76f141722d64ef67099e4c9b6410fdd0a62910 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 50377
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 btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
losetup: /var/tmp/loop.zD9e: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=x86_64&protocol=https,http [Could not resolve host: mirrors.centos.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-centos-10-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on 835b4560b3a8]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-09-06T07:23:13.578155+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 4 weeks ago

rhel-10-0 Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/081042.542696:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10149/devtools/browser/87705a2f-e5ae-47e8-abbf-8624daafb4de
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536646270.628,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9485.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723536646273.355,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"9485.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":1723536646312.341,"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":1723536646312.46,"url":"http://127.0.0.2:9591/storage"}
losetup: /var/tmp/loop.bS2M: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536645515.656, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '9485.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536646270.628, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '9485.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536646273.355, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '9485.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': 1723536646312.341, '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': 1723536646312.46, '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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723536645515.656, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '9485.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536646270.628, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '9485.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723536646273.355, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '9485.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': 1723536646312.341, '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': 1723536646312.46, '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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on b4cfe1304e76]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
[0813/085248.671895:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9891/devtools/browser/23ef6e9d-713c-4ac7-bc6e-918184abe58e
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539172845.045,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9594.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723539172846.319,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"9594.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":1723539172890.98,"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":1723539172891.39,"url":"http://127.0.0.2:9691/storage"}
losetup: /var/tmp/loop.PQ12: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539172032.886, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '9594.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539172845.045, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '9594.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539172846.319, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '9594.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': 1723539172890.98, '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': 1723539172891.39, '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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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 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 336, 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 volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): 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': 1723539172032.886, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '9594.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539172845.045, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '9594.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723539172846.319, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '9594.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': 1723539172890.98, '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': 1723539172891.39, '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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on 5ff26a85fe5d]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

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

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 47187
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.L7sz: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 359cce6f6b3f]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T10:53:31.580493+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 54699
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.4bMS: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on b7033b76f5f0]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T11:38:29.557968+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 50271
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.EAHk: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 80f20d28a8ea]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T11:55:36.102884+00:00 | revision 1dd4eca50ee6304fcb683543a6bbb2b4844fe797 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 54565
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.Br6B: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on b99cc972693d]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T14:07:04.464590+00:00 | revision 357f6f3ecaa77b82010635d80551ed16abd6296b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 35067
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.85OA: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 9193d3456fcf]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-08-13T14:25:15.164863+00:00 | revision f0a6c56c3935bfbdff1bb2c662964a1106f82423 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 57181
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.qfYn: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on f68ab196aa97]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-13T14:43:18.207244+00:00 | revision 1283ea73d5fd07df1d3f5dd9038c74f4f7142165 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 57747
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.wbFQ: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 781, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='LVM2 logical volume'] [data-test-desc-title='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [36s on 04fe5ec20e69]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-08-13T18:09:46.255208+00:00 | revision 97bd11901e5c8622f92f2aa0328ec50757ba5046 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 59955
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.IJ8v: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> 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): Could not resolve hostname for http://download.devel.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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): Could not resolve hostname for http://download.devel.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.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.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [37s on d6873e77811d]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-09-06T07:09:28.133643+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 2 weeks ago

fedora-41 Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 58625
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.Z2pU: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [40s on c72a9bc23dcf]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-19T07:54:22.428342+00:00 | revision 89baa8f9ec9663b340d7a9af285711acbf9e182b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 56065
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.HI1Z: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on c1deb1a70f46]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-19T11:33:28.858083+00:00 | revision f0dddd48f488e3cf2677857fe7f5249faa5bbf7f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 38367
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.wfnX: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [40s on cef4dfe738f1]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-19T12:21:20.094398+00:00 | revision 0374164c21722cde6d22bab6f5fc3804f23b6de1 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 45589
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)
losetup: /var/tmp/loop.6mXA: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [34s on e989517a52de]
not ok 32 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-19T14:30:23.093363+00:00 | revision 5f2355e1798eb47a5414e4bb6f175efe484f8fe4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 58839
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.lkN4: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on 607b4b01d3f9]
not ok 32 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-19T17:33:57.083115+00:00 | revision cfc49a2be81daa9aeb2928137f4d20d4d0d0fd8c Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 59139
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.BY4L: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2401-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 779, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, 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 730, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [45s on ee4918bf7083]
not ok 32 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@2]

First occurrence: 2024-08-19T17:34:04.008712+00:00 | revision cfc49a2be81daa9aeb2928137f4d20d4d0d0fd8c Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 49173
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.oFkB: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 782, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 751, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 742, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 736, 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 733, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: not mounted.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 782, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 751, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 742, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 736, 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 733, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on 1e6568c8ca40]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-20T07:49:14.255804+00:00 | revision 94829bfea445aa5e015c3376dcff77c413bd3944 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 41043
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.HHh6: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 838, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 792, 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 789, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 838, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 792, 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 789, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on c066cb726a3e]
not ok 32 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-20T09:40:30.847726+00:00 | revision cfc49a2be81daa9aeb2928137f4d20d4d0d0fd8c Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45039
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.6SEH: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: failed to poll tuned Object(4)
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [40s on 0866b14c8813]
not ok 32 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-20T17:07:57.947752+00:00 | revision 6449b1382f23814b05c6f3e0cc61bf754878c129 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 46515
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.hQ2U: Warning: file does not end on a 512-byte sector boundary; the remaining end of the file will be ignored.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> 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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-fedora-41-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [40s on d6783f107237]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@4]

First occurrence: 2024-09-06T07:19:57.848518+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences:

cockpituous commented 1 week ago

ubuntu-2404 Ooops, it happened again


# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 55751
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.7Alq: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on fd0f4093df56]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-27T13:11:54.714298+00:00 | revision 95450f4a31d3816991037d785ac56068e85a9f5a Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 35267
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.7EPw: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on 0aa5e3753d3d]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@3]

First occurrence: 2024-08-27T15:32:12.969202+00:00 | revision 231a32dfea54ea226f228b53a7c4f5ca1b480ab4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 57711
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.UUgp: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [34s on 3a9d0c301e5f]
not ok 22 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-28T08:00:03.200981+00:00 | revision 2062f54078159e866f3ba6ce8318c4bb19a5827d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 42645
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.2GyC: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [34s on a09cb66a5586]
not ok 14 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@7]

First occurrence: 2024-08-28T09:48:04.641999+00:00 | revision 37ba9ce7ca3bdeea1de03a0652087c829b3d0c28 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 58573
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.S6am: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on 5408ac60d853]
not ok 23 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-28T10:33:15.435259+00:00 | revision 12e61ba7ac6fe3959c7e2a1c713d9ee857dbc372 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44133
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.9CAU: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [39s on ffd91696396b]
not ok 32 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@1]

First occurrence: 2024-08-28T11:01:28.303989+00:00 | revision 5c34083be7826fb160356d5642a1970fe60ca633 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 48675
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.mAgF: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [35s on 10bfe77c370f]
not ok 40 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@5]

First occurrence: 2024-08-28T11:37:59.591187+00:00 | revision f3121e09b1df0f100cd9e0194cf68455551576b1 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 36959
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.3pns: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2501-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [33s on 4857da18081e]
not ok 14 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@3]

First occurrence: 2024-08-28T13:53:04.481016+00:00 | revision 1a21f0422c1a07c41e7c4cf6eee59ed9401c0e1d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 56637
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.Ep2F: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2201-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 844, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, 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 795, 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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [38s on aec7e231ebf1]
not ok 14 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@0]

First occurrence: 2024-08-29T07:07:47.689947+00:00 | revision 58c912f5908914a2e4a4cb36153381adde7fa79f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 38545
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
losetup: /var/tmp/loop.JXdk: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/x86_64-linux-gnu/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-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

Wrote screenshot to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageLvm2-testLvmOnLuks-ubuntu-2404-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-lvm2", line 810, in testLvmOnLuks
    b.wait_in_text(self.card_desc("LVM2 logical volume", "Physical volumes"), bn(disk))
  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='Physical volumes'] [data-test-value=true]")): Error: condition did not become true

# Result testLvmOnLuks (__main__.TestStorageLvm2.testLvmOnLuks) failed
# 1 TEST FAILED [46s on 04550d796e06]
not ok 41 test/verify/check-storage-lvm2 TestStorageLvm2.testLvmOnLuks [ND@6]

First occurrence: 2024-09-06T07:11:42.615009+00:00 | revision e07a69a69f7615ccafcc840e2189189f912f55eb Times recorded: 1 Latest occurrences: