Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

modprobe kvdo fails on rhel-9-* #4545

Open
KKoukiou opened this issue Mar 20, 2023 · 23 comments · Fixed by #5867, #6372 or #6861
Open

modprobe kvdo fails on rhel-9-* #4545

KKoukiou opened this issue Mar 20, 2023 · 23 comments · Fixed by #5867, #6372 or #6861

Comments

@KKoukiou
Copy link
Contributor

KKoukiou commented Mar 20, 2023

@cockpituous
Copy link
Contributor

rhel-9-2
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9318/devtools/browser/2b18a1fc-b148-485c-8464-86fb5b23494a
[0320/175306.083330:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0320/175306.085213:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0320/175306.090800:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0320/175306.092913:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0320/175306.096135:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1679334790693.209,"url":"http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/performance/performance.js","networkRequestId":"68122.60"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/performance/performance.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1679334791387.2012,"url":"http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/system/index.html#/"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
  Creating devices file /etc/lvm/devices/system.devices
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error: vdo is not available from any repository.
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 441, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 651, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679334788509.803, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '68122.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'timestamp': 1679334790693.209, 'url': 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/performance/performance.js', 'networkRequestId': '68122.60'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/performance/performance.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1679334791387.2012, 'url': 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/system/index.html#/'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-2-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-2-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-2-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-2-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 441, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 651, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679334788509.803, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '68122.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'timestamp': 1679334790693.209, 'url': 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/performance/performance.js', 'networkRequestId': '68122.60'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/performance/performance.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1679334791387.2012, 'url': 'http://127.0.0.2:9291/cockpit/$deb1c454659899d4796e819c1f557805c39f014f00c22ecf0915df3a4bd181c1/system/index.html#/'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [54s on 4-ci-srv-06]
not ok 248 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

First occurrence: 2023-03-20T17:53:38.518971 | revision 2ea8374
Times recorded: 1
Latest occurrences:

  • 2023-03-20T17:53:38.518971 | revision 2ea8374

@cockpituous
Copy link
Contributor

cockpituous commented Mar 20, 2023

rhel-9-2
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9986/devtools/browser/f54e3563-43c9-4c24-a971-2564f82c0419
[0328/092032.590725:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/092032.593140:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/092032.602247:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/092032.604413:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/092032.609313:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679995237037.6538, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '96099.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679995237037.6538, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '96099.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [103s on 1-cockpit-10]
not ok 250 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T09:21:51.097214 | revision 1bd67a0d79ba0204e660bf919860adb4b1b676ce
Times recorded: 1
Latest occurrences:

  • 2023-03-28T09:21:51.097214 | revision 1bd67a0d79ba0204e660bf919860adb4b1b676ce

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9690/devtools/browser/dd4e19f1-44d3-4b86-8823-2684250d656b
[0328/094217.838435:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/094217.840231:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/094217.845076:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/094217.846744:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/094217.849967:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679996539981.941, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '101110.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679996539981.941, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '101110.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [92s on 2-cockpit-11]
not ok 250 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T09:43:31.666162 | revision bec631ba37d18501a016f2128874c09d8666b3f9
Times recorded: 1
Latest occurrences:

  • 2023-03-28T09:43:31.666162 | revision bec631ba37d18501a016f2128874c09d8666b3f9

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9886/devtools/browser/c6380bea-7191-4fd1-a74c-24a3ca14a5ae
[0328/104435.926375:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/104435.941452:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/104435.951142:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680000279420.034, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '65079.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-3001-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680000279420.034, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '65079.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [141s on rhos-01-1]
not ok 250 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T10:45:53.828762 | revision 78d2bd6e41b78296df150424637bbd7674c500c1
Times recorded: 1
Latest occurrences:

  • 2023-03-28T10:45:53.828762 | revision 78d2bd6e41b78296df150424637bbd7674c500c1

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9776/devtools/browser/bbfc31b6-ccad-43c7-a3f5-6edb9b363814
[0328/104852.795940:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/104852.797498:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/104852.803180:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/104852.805751:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/104852.809741:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680000539121.958, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '159325.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680000539121.958, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '159325.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [98s on 4-cockpit-10]
not ok 250 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T10:50:11.608587 | revision d7e34129230bd36b2642973c33a8ac6b26a39667
Times recorded: 1
Latest occurrences:

  • 2023-03-28T10:50:11.608587 | revision d7e34129230bd36b2642973c33a8ac6b26a39667

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:10117/devtools/browser/5b276871-fdff-4b2c-80fa-33950455fc1d
[0328/110746.423535:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/110746.425622:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/110746.431031:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/110746.433158:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/110746.436731:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680001670256.257, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '72265.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680001670256.257, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '72265.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [94s on 3-cockpit-8]
not ok 237 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T11:09:02.301754 | revision 6a2dc6d937cabadae218c7a17be950cfd2a8b603
Times recorded: 1
Latest occurrences:

  • 2023-03-28T11:09:02.301754 | revision 6a2dc6d937cabadae218c7a17be950cfd2a8b603

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9694/devtools/browser/0c10fb6a-c5f0-4f52-93b5-ab095037b6b7
[0328/114146.688814:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/114146.690868:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/114146.696876:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/114146.698876:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/114146.702810:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680003712097.5671, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '194294.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
[0328/114303.346234:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680003712097.5671, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '194294.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [96s on 4-cockpit-7]
not ok 250 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T11:43:03.870753 | revision 56373f25c9ad59521877c73abfef42412ef41cde
Times recorded: 1
Latest occurrences:

  • 2023-03-28T11:43:03.870753 | revision 56373f25c9ad59521877c73abfef42412ef41cde

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9489/devtools/browser/2b2f934e-7a02-40c4-a7a7-01ea926cee46
[0328/120009.552716:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/120009.554697:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/120009.559985:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0328/120009.561924:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0328/120009.565267:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
  Creating devices file /etc/lvm/devices/system.devices
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680004813265.866, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '68599.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-2-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 66, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680004813265.866, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '68599.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/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-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.2/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [94s on 4-ci-srv-03]
not ok 250 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-03-28T12:01:25.114866 | revision 78d2bd6e41b78296df150424637bbd7674c500c1
Times recorded: 1
Latest occurrences:

  • 2023-03-28T12:01:25.114866 | revision 78d2bd6e41b78296df150424637bbd7674c500c1

@martinpitt martinpitt changed the title modprobe kvdo fails on rhel-9-2 modprobe kvdo fails on rhel-9-* Apr 7, 2023
@martinpitt
Copy link
Member

As this happens with every RHEL, generalizing the title. I added the rhel-9-3 bugzilla to the description.

martinpitt added a commit that referenced this issue Apr 7, 2023
This happens for every RHEL unfortunately, so #4545 is a standing
naughty. Apply it to all RHEL 9 kernels.
@cockpituous
Copy link
Contributor

rhel-9-3
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9935/devtools/browser/0457dc5c-b5a5-44b3-9ff9-b9cdfda10524
[0407/055834.649958:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0407/055834.651688:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0407/055834.656900:ERROR:egl_util.cc(44)] Failed to load GLES library: /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot open shared object file: No such file or directory
[0407/055834.658580:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0407/055834.661600:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
  Creating devices file /etc/lvm/devices/system.devices
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error: vdo is not available from any repository.
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-295.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 441, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-295.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680847117186.127, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '68926.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-295.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-3-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-3-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-3-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-3-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 441, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-295.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680847117186.127, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '68926.12'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-295.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [54s on 1-cockpit-11]
not ok 249 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

First occurrence: 2023-04-07T05:59:07.234715 | revision 2bc19e4
Times recorded: 1
Latest occurrences:

  • 2023-04-07T05:59:07.234715 | revision 2bc19e4

@cockpituous
Copy link
Contributor

cockpituous commented Apr 7, 2023

rhel-9-3
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9719/devtools/browser/07877154-b48c-4287-9ee5-35d543978561
[0808/181656.173541:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1691518618534.948,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"29860.19"}
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":1691518618668.811,"url":"http://127.0.0.2:9791/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
  Creating devices file /etc/lvm/devices/system.devices
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-347.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 62, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 341, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 601, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1691518616570.353, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '29860.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1691518618534.948, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '29860.19'}
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': 1691518618668.811, 'url': 'http://127.0.0.2:9791/storage'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-347.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

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

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 62, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 341, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 601, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1691518616570.353, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '29860.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1691518618534.948, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '29860.19'}
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': 1691518618668.811, 'url': 'http://127.0.0.2:9791/storage'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-347.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

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

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [116s on rhos-01-3]
not ok 63 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-08-08T18:18:10.015083 | revision fda0252fef317f714a2d8eebf8e0a7504dea4495
Times recorded: 1
Latest occurrences:

  • 2023-08-08T18:18:10.015083 | revision fda0252fef317f714a2d8eebf8e0a7504dea4495

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:10036/devtools/browser/81f6c5d4-72f0-4990-8524-4d6681c251e9
[0809/070526.345499:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1691564729522.5898,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"14471.19"}
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":1691564729596.174,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
  Creating devices file /etc/lvm/devices/system.devices
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-347.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 62, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 342, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 601, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1691564727386.988, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '14471.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1691564729522.5898, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '14471.19'}
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': 1691564729596.174, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-347.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

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

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-3-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 62, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 342, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 601, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 587, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 293, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1691564727386.988, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '14471.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1691564729522.5898, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '14471.19'}
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': 1691564729596.174, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.3.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-347.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

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

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [98s on 4-cockpit-10]
not ok 54 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2023-08-09T07:06:40.088463 | revision cb12000fa4520a35759228ef9ffa18084b75fb5c
Times recorded: 1
Latest occurrences:

  • 2023-08-09T07:06:40.088463 | revision cb12000fa4520a35759228ef9ffa18084b75fb5c

martinpitt added a commit that referenced this issue Apr 7, 2023
This happens for every RHEL unfortunately, so #4545 is a standing
naughty. Apply it to all RHEL 9 kernels.
martinpitt pushed a commit that referenced this issue Jun 25, 2023
Known issue which has not occurred in 23 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
martinpitt pushed a commit that referenced this issue Jun 25, 2023
Known issue which has not occurred in 23 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #4922
@martinpitt
Copy link
Member

Let's keep this open. This is bound to happen again, and the RHEL bug is being kept open throughout development.

martinpitt pushed a commit that referenced this issue Jul 23, 2023
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
martinpitt pushed a commit that referenced this issue Jul 23, 2023
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #5037
@martinpitt
Copy link
Member

Bump.

martinpitt pushed a commit that referenced this issue Sep 3, 2023
Known issue which has not occurred in 24 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
martinpitt pushed a commit that referenced this issue Sep 3, 2023
Known issue which has not occurred in 24 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #5202
@martinpitt
Copy link
Member

Bump

@cockpituous
Copy link
Contributor

rhel-9-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9358/devtools/browser/4f389919-b3bc-424a-ae54-f92654d6c040
[0926/134842.646122:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1695736125257.098,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"58720.22"}
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":1695736125306.0679,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
  Creating devices file /etc/lvm/devices/system.devices
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Error: vdo is not available from any repository.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-368.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 440, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 586, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 292, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-368.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1695736123523.684, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '58720.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1695736125257.098, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '58720.22'}
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': 1695736125306.0679, 'url': 'http://127.0.0.2:9591/storage'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Error: vdo is not available from any repository.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-368.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

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

Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2701-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 440, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 586, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 292, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-368.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1695736123523.684, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '58720.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1695736125257.098, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '58720.22'}
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': 1695736125306.0679, 'url': 'http://127.0.0.2:9591/storage'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Error: vdo is not available from any repository.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-368.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

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

# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [85s on rhos-01-19]
not ok 66 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

First occurrence: 2023-09-26T13:49:15.118306 | revision 93bba3c
Times recorded: 1
Latest occurrences:

  • 2023-09-26T13:49:15.118306 | revision 93bba3c

@cockpituous
Copy link
Contributor

cockpituous commented Sep 26, 2023

rhel-9-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9339/devtools/browser/70afa092-d80a-40c2-bae2-24563d4a7667
[0221/115709.718023:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0221/115709.724559:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708516631799.317,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"96218.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708516631831.453,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"96218.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":1708516631881.208,"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":1708516631881.372,"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: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708516630889.532, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '96218.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708516631799.317, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '96218.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708516631831.453, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '96218.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': 1708516631881.208, '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': 1708516631881.372, '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: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
[0221/115820.443934:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708516630889.532, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '96218.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708516631799.317, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '96218.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708516631831.453, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '96218.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': 1708516631881.208, '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': 1708516631881.372, '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: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [90s on 2-ci-srv-03]
not ok 99 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-02-21T11:58:21.129577 | revision 9bf547b24265d7143134a56d7842361755615b3c
Times recorded: 1
Latest occurrences:

  • 2024-02-21T11:58:21.129577 | revision 9bf547b24265d7143134a56d7842361755615b3c

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:10108/devtools/browser/35e76e6e-9373-42b1-a5ec-70be456d3b64
[0221/122502.775170:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708518304860.138,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"51591.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708518304861.771,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"51591.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":1708518304930.771,"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":1708518304931.191,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708518304008.753, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '51591.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708518304860.138, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '51591.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708518304861.771, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '51591.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': 1708518304930.771, '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': 1708518304931.191, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
[0221/122612.653239:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708518304008.753, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '51591.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708518304860.138, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '51591.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708518304861.771, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '51591.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': 1708518304930.771, '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': 1708518304931.191, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [89s on 2-cockpit-10]
not ok 99 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-02-21T12:26:13.189017 | revision 4948c3c59332045cb3b8b5d39db0ed9cc6c809d4
Times recorded: 1
Latest occurrences:

  • 2024-02-21T12:26:13.189017 | revision 4948c3c59332045cb3b8b5d39db0ed9cc6c809d4

# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:10083/devtools/browser/ee8c494d-acb1-4c20-a12d-cb3d3290f469
[0221/153240.281079:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0221/153240.287955:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708529562268.013,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21803.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708529562270.173,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"21803.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":1708529562339.377,"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":1708529562339.702,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error: vdo is not available from any repository.
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 427, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 680, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708529561412.95, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '21803.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529562268.013, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21803.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529562270.173, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '21803.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': 1708529562339.377, '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': 1708529562339.702, 'url': 'http://127.0.0.2:9291/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-4-127.0.0.2-2401-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
[0221/153313.448147:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 427, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 680, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708529561412.95, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '21803.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529562268.013, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21803.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529562270.173, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '21803.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': 1708529562339.377, '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': 1708529562339.702, 'url': 'http://127.0.0.2:9291/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [55s on 1-ci-srv-01]
not ok 98 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

First occurrence: 2024-02-21T15:33:13.911559 | revision fdb65858c05b6b5cd7129a71c44f857f3e4f6742
Times recorded: 1
Latest occurrences:

  • 2024-02-21T15:33:13.911559 | revision fdb65858c05b6b5cd7129a71c44f857f3e4f6742

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9300/devtools/browser/d2ffdfb3-3ed0-4550-822e-1477a994d8aa
[0221/153322.465375:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0221/153322.473678:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708529604449.715,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22055.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708529604451.01,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"22055.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":1708529604520.775,"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":1708529604521.055,"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: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708529603668.795, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '22055.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529604449.715, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22055.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529604451.01, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '22055.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': 1708529604520.775, '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': 1708529604521.055, '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: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
[0221/153432.854950:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708529603668.795, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '22055.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529604449.715, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22055.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708529604451.01, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '22055.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': 1708529604520.775, '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': 1708529604521.055, '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: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [90s on 1-ci-srv-01]
not ok 99 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-02-21T15:34:33.559675 | revision fdb65858c05b6b5cd7129a71c44f857f3e4f6742
Times recorded: 1
Latest occurrences:

  • 2024-02-21T15:34:33.559675 | revision fdb65858c05b6b5cd7129a71c44f857f3e4f6742

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)

DevTools listening on ws://127.0.0.1:9582/devtools/browser/2fc90888-d594-406d-bd2c-0aaf7cdea5d3
[0221/214729.886629:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708552051577.685,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22127.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1708552051580.481,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"22127.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":1708552051630.135,"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":1708552051630.246,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708552050850.313, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '22127.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708552051577.685, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22127.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708552051580.481, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '22127.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': 1708552051630.135, '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': 1708552051630.246, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-4-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
[0221/214838.953803:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line 59, in testVdo
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 242, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1708552050850.313, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '22127.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708552051577.685, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22127.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1708552051580.481, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '22127.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': 1708552051630.135, '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': 1708552051630.246, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.4.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-419.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [93s on rhos-01-22]
not ok 99 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-02-21T21:48:39.388817 | revision b2d3df017536722c0a09eb5ad5b639885ed99dac
Times recorded: 1
Latest occurrences:

  • 2024-02-21T21:48:39.388817 | revision b2d3df017536722c0a09eb5ad5b639885ed99dac

martinpitt pushed a commit that referenced this issue Nov 19, 2023
Known issue which has not occurred in 22 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
martinpitt pushed a commit that referenced this issue Nov 19, 2023
Known issue which has not occurred in 22 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #5565
martinpitt pushed a commit that referenced this issue Apr 14, 2024
Known issue which has not occurred in 26 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6215
@martinpitt
Copy link
Member

Bump

martinpitt pushed a commit that referenced this issue May 12, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
martinpitt pushed a commit that referenced this issue May 12, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6372
allisonkarlitskaya pushed a commit that referenced this issue May 13, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6372
@martinpitt
Copy link
Member

So, we closed it and now it happens again -- this really needs to be an "eternally open" thing.

@martinpitt martinpitt reopened this May 29, 2024
@martinpitt
Copy link
Member

I filed a new Jira issue for 9.5.

@cockpituous
Copy link
Contributor

rhel-9-5
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
[0529/075811.800677:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9934/devtools/browser/4b6998ca-bb8b-49ba-87d8-65e5cc4875c1
[0529/075811.820742:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0529/075812.478646:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716969493631.491,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21175.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716969493653.603,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"21175.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":1716969493703.578,"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":1716969493703.721,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error: vdo is not available from any repository.
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-452.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 641, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-452.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716969492909.277, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '21175.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716969493631.491, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21175.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716969493653.603, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '21175.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': 1716969493703.578, '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': 1716969493703.721, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-452.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2501-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 703, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 641, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-452.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716969492909.277, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '21175.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716969493631.491, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21175.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716969493653.603, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '21175.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': 1716969493703.578, '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': 1716969493703.721, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-452.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [54s on a492ed9864e1]
not ok 100 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

First occurrence: 2024-05-29T07:58:44.090782+00:00 | revision 26f5687
Times recorded: 1
Latest occurrences:

  • 2024-05-29T07:58:44.090782+00:00 | revision 26f5687

@cockpituous
Copy link
Contributor

cockpituous commented May 29, 2024

rhel-9-5
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
[0624/054518.792430:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9434/devtools/browser/1d1ef8d1-e3d3-4d69-802e-bf5362daf1f4
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719207920603.306,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21491.22"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719207920609.661,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"21491.23"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1719207920649.142,"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":1719207920649.294,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719207919812.448, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '21491.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719207920603.306, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21491.22'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719207920609.661, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '21491.23'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719207920649.142, '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': 1719207920649.294, 'url': 'http://127.0.0.2:9291/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-5-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-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719207919812.448, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '21491.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719207920603.306, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21491.22'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719207920609.661, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '21491.23'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719207920649.142, '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': 1719207920649.294, 'url': 'http://127.0.0.2:9291/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [87s on 5d9932a5c54c]
not ok 103 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-06-24T05:46:27.365047+00:00 | revision 5581e5d05d5eca69ab864108be576151ac196924
Times recorded: 1
Latest occurrences:

  • 2024-06-24T05:46:27.365047+00:00 | revision 5581e5d05d5eca69ab864108be576151ac196924

# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
[0624/074317.718690:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9405/devtools/browser/255f1b08-a475-4193-966e-612b25167752
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719215000628.963,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"22555.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719215000631.256,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22555.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":1719215000714.016,"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":1719215000714.327,"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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
WARNING: Waiting for ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']") took 8.3 seconds, which is 55% of the timeout.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error: vdo is not available from any repository.
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 690, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719214999258.383, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '22555.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215000628.963, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '22555.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215000631.256, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22555.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': 1719215000714.016, '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': 1719215000714.327, '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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-5-127.0.0.2-2701-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 690, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719214999258.383, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '22555.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215000628.963, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '22555.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215000631.256, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22555.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': 1719215000714.016, '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': 1719215000714.327, '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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error: vdo is not available from any repository.
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [87s on 8624b3fc126e]
not ok 102 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

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

  • 2024-06-24T07:43:59.789674+00:00 | revision f11b8cd0c8bfb24d11ef515a19c28d07004f9dda

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
[0624/074338.164818:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9435/devtools/browser/5299ce0b-a913-4cf3-948c-13093506e541
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719215021070.778,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22740.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719215021073.645,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"22740.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":1719215021155.915,"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":1719215021156.108,"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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
WARNING: Waiting for ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']") took 9.7 seconds, which is 64% of the timeout.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719215019620.539, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '22740.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215021070.778, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22740.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215021073.645, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '22740.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': 1719215021155.915, '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': 1719215021156.108, '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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719215019620.539, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '22740.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215021070.778, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22740.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719215021073.645, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '22740.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': 1719215021155.915, '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': 1719215021156.108, '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: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [121s on 8624b3fc126e]
not ok 103 test/verify/check-storage-vdo TestStorageVDO.testVdo

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

  • 2024-06-24T07:45:00.234254+00:00 | revision f11b8cd0c8bfb24d11ef515a19c28d07004f9dda

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
[0624/080811.168841:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9771/devtools/browser/997b3506-f1e3-49ff-8030-f8e2a362739e
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719216493608.502,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"21512.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719216493609.49,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21512.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1719216493692.615,"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":1719216493692.91,"url":"http://127.0.0.2:9291/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
WARNING: Waiting for ph_is_present("[data-test-card-title='Storage'] tbody [data-test-row-name='sda']") took 8.3 seconds, which is 55% of the timeout.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719216492203.11, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '21512.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719216493608.502, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '21512.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719216493609.49, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21512.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719216493692.615, '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': 1719216493692.91, 'url': 'http://127.0.0.2:9291/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-5-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-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719216492203.11, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '21512.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719216493608.502, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '21512.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719216493609.49, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21512.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1719216493692.615, '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': 1719216493692.91, 'url': 'http://127.0.0.2:9291/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [102s on c54697b37913]
not ok 103 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-06-24T08:09:26.429391+00:00 | revision 3a88ccf38fe319c653e7e37fdca6d334626b7ab9
Times recorded: 1
Latest occurrences:

  • 2024-06-24T08:09:26.429391+00:00 | revision 3a88ccf38fe319c653e7e37fdca6d334626b7ab9

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
[0624/120006.218848:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9535/devtools/browser/3855e629-5b5c-40fe-a2c0-82758a562d3b
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719230408108.354,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"21748.23"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1719230408131.482,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21748.22"}
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":1719230408175.279,"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":1719230408175.416,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719230407225.776, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '21748.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719230408108.354, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '21748.23'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719230408131.482, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21748.22'}
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': 1719230408175.279, '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': 1719230408175.416, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-5-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 245, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 652, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 643, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1719230407225.776, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '21748.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719230408108.354, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '21748.23'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1719230408131.482, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21748.22'}
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': 1719230408175.279, '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': 1719230408175.416, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
error: Text input: Text input requires either an id or aria-label to be specified
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-460.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [89s on 3ae60be7b9a8]
not ok 103 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-06-24T12:01:16.104569+00:00 | revision 91cb80e9ffabeca4069ecffff36235813110bb75
Times recorded: 1
Latest occurrences:

  • 2024-06-24T12:01:16.104569+00:00 | revision 91cb80e9ffabeca4069ecffff36235813110bb75

allisonkarlitskaya pushed a commit that referenced this issue Jul 21, 2024
Known issue which has not occurred in 26 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
allisonkarlitskaya pushed a commit that referenced this issue Jul 21, 2024
Known issue which has not occurred in 26 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6646
@martinpitt
Copy link
Member

Bump, this is bound to happen again.

allisonkarlitskaya pushed a commit that referenced this issue Aug 18, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
allisonkarlitskaya pushed a commit that referenced this issue Aug 18, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6751
@martinpitt
Copy link
Member

Bump

allisonkarlitskaya pushed a commit that referenced this issue Sep 15, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545
allisonkarlitskaya pushed a commit that referenced this issue Sep 15, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6861
jelly pushed a commit that referenced this issue Sep 16, 2024
Known issue which has not occurred in 27 days

modprobe kvdo fails on rhel-9-*

Fixes #4545

Closes #6861
@martinpitt
Copy link
Member

Reopening for 9.6 -- we should really keep this open all the time, it's bound to happen again with every kernel update.

@cockpituous
Copy link
Contributor

rhel-9-6
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 33435
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 kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error: vdo is not available from any repository.
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2501-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [52s on ef780cf6bdf7]
not ok 104 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

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

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

@cockpituous
Copy link
Contributor

cockpituous commented Sep 26, 2024

rhel-9-6
Ooops, it happened again


# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 56827
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2201-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [94s on ef780cf6bdf7]
not ok 105 test/verify/check-storage-vdo TestStorageVDO.testVdo

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

  • 2024-09-26T10:44:49.177930+00:00 | revision f473b81

# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 59609
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 kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error: vdo is not available from any repository.
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2401-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [52s on c8fffac0ffd6]
not ok 104 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

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

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

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 33995
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [87s on c8fffac0ffd6]
not ok 105 test/verify/check-storage-vdo TestStorageVDO.testVdo

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

  • 2024-09-26T14:39:30.358040+00:00 | revision 5a0c357eb5369aae9c9f2c71c5a223c9daf325c1

# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 50507
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 kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error: vdo is not available from any repository.
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [64s on 30f33369124d]
not ok 104 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

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

  • 2024-09-26T16:04:23.832757+00:00 | revision 8cbaa22f7787ce118e15beb9cc336bbdc7450528

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 54529
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [101s on 30f33369124d]
not ok 105 test/verify/check-storage-vdo TestStorageVDO.testVdo

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

  • 2024-09-26T16:05:30.158041+00:00 | revision 8cbaa22f7787ce118e15beb9cc336bbdc7450528

# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 53931
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 kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error: vdo is not available from any repository.
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
> info: PackageKit went away from D-Bus
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [58s on cadea2bf13f4]
not ok 104 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

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

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

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 36471
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2301-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [94s on cadea2bf13f4]
not ok 105 test/verify/check-storage-vdo TestStorageVDO.testVdo

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

  • 2024-09-27T05:13:15.071091+00:00 | revision 1ca735c9616a971592f60a729add1997c90ab5fd

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 48189
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [88s on acaa3b222fef]
not ok 105 test/verify/check-storage-vdo TestStorageVDO.testVdo

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

  • 2024-09-27T05:41:30.401685+00:00 | revision 5719a2c276ad797634ed67ab414c5b61a6294864

# ----------------------------------------------------------------------
# testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 34635
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 kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error: vdo is not available from any repository.
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


Wrote screenshot to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStoragePackagesVDO-testVdoMissingPackages-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 429, in testVdoMissingPackages
    b.wait_in_text("#dialog .pf-v5-c-alert.pf-m-danger", "vdoformat")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#dialog .pf-v5-c-alert.pf-m-danger","vdoformat")): Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.


# Result testVdoMissingPackages (__main__.TestStoragePackagesVDO.testVdoMissingPackages) failed
# 1 TEST FAILED [54s on 29286a7294e8]
not ok 104 test/verify/check-storage-vdo TestStoragePackagesVDO.testVdoMissingPackages

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

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

# ----------------------------------------------------------------------
# testVdo (__main__.TestStorageVDO.testVdo)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 36949
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'RHEL-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> error: Text input: Text input requires either an id or aria-label to be specified
> warn: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-512.el9.x86_64
  /usr/sbin/modprobe failed: 1
  vdo: Required device-mapper target(s) not detected in your kernel.
  Run `lvcreate --help' for more information.

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

Wrote screenshot to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageVDO-testVdo-rhel-9-6-127.0.0.2-2801-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-vdo", line 60, in testVdo
    self.dialog_wait_close()
  File "/work/make-checkout-workdir/test/common/storagelib.py", line 247, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/make-checkout-workdir/test/common/testlib.py", line 808, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Error: condition did not become true

# Result testVdo (__main__.TestStorageVDO.testVdo) failed
# 1 TEST FAILED [87s on 60026167f42a]
not ok 105 test/verify/check-storage-vdo TestStorageVDO.testVdo

First occurrence: 2024-09-27T14:14:18.156738+00:00 | revision f16216bb84314d0a2289691d4e1a068491142894
Times recorded: 1
Latest occurrences:

  • 2024-09-27T14:14:18.156738+00:00 | revision f16216bb84314d0a2289691d4e1a068491142894

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