cockpit-project / bots

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

No events reported when creating pod with --infra=false #2463

Open marusak opened 2 years ago

marusak commented 2 years ago

Downstream report https://bugzilla.redhat.com/show_bug.cgi?id=2009296

cockpituous commented 2 years ago

rhel-8-6 Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0930/105107.316645:ERROR:bus.cc(392)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9846/devtools/browser/8232d369-77a1-4e24-a726-a5022a099a0a
[0930/105107.327703:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is swiftshader
CDP: {"source":"security","level":"error","text":"Refused to apply inline style because it violates the following Content Security Policy directive: \"default-src 'self' http://127.0.0.2:9091\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1632999069311.247,"url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":120315},{"functionName":"Ze","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":129352},{"functionName":"append","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":131033},{"functionName":"D","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":347890},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":357088},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":630305},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js","lineNumber":1,"columnNumber":630309}]}}
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1632999069544.438,"url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/podman/po.js","networkRequestId":"25442.67"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1632999069607.6292,"url":"http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/podman/po.js","networkRequestId":"25442.73"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> log: 
> error: Image name is required
> error: Failed to commit container test-sh4: CommitFailure: repository name must be lowercase: Internal Server Error
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 230, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 427, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 418, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 412, 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 409, 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 199, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1632999068515.2732, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '25442.12'}
cdp: {'source': 'security', 'level': 'error', 'text': 'Refused to apply inline style because it violates the following Content Security Policy directive: "default-src \'self\' http://127.0.0.2:9091". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the \'unsafe-hashes\' keyword is present. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 120315}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 129352}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 131033}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 347890}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 357088}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 630305}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 630309}]}}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/podman/po.js', 'networkRequestId': '25442.67'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/podman/po.js', 'networkRequestId': '25442.73'}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
log: 
log: 
error: Image name is required
error: Failed to commit container test-sh4: CommitFailure: repository name must be lowercase: Internal Server Error
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-rhel-8-6-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-rhel-8-6-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-rhel-8-6-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-rhel-8-6-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 230, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 427, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 418, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 412, 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 409, 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 199, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1632999068515.2732, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '25442.12'}
cdp: {'source': 'security', 'level': 'error', 'text': 'Refused to apply inline style because it violates the following Content Security Policy directive: "default-src \'self\' http://127.0.0.2:9091". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the \'unsafe-hashes\' keyword is present. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 120315}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 129352}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 131033}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 347890}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 357088}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 630305}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 630309}]}}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/podman/po.js', 'networkRequestId': '25442.67'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$03710f77c43dd9876c3ddb4b95a6c0f6087d7e0bb100f914ba8053b8f597c2ba/podman/po.js', 'networkRequestId': '25442.73'}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
log: 
log: 
error: Image name is required
error: Failed to commit container test-sh4: CommitFailure: repository name must be lowercase: Internal Server Error
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [144s on 1-ci-srv-02]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2021-09-30T10:53:13.374739 | revision 02707dd731ec117f3bb31ac7225caf30b0b8acff Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

rhel-8-6 Ooops, it happened again


# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10188/devtools/browser/40a29064-229b-4a10-8f12-7c9739f138b4
[0222/181857.282837:ERROR:egl_util.cc(74)] 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
[0222/181857.285560:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0222/181857.297388:ERROR:egl_util.cc(74)] 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
[0222/181857.302174:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0222/181857.312518:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645553943580.066,"url":"http://127.0.0.2:9691/cockpit/$23d9ed1c84c419e026df669e6eee22231b7adcafc1cb29e2393f3174f3f1546b/podman/po.js","networkRequestId":"4202.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645553943882.3062,"url":"http://127.0.0.2:9691/cockpit/$23d9ed1c84c419e026df669e6eee22231b7adcafc1cb29e2393f3174f3f1546b/podman/po.js","networkRequestId":"4202.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645553941772.584, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '4202.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$23d9ed1c84c419e026df669e6eee22231b7adcafc1cb29e2393f3174f3f1546b/podman/po.js', 'networkRequestId': '4202.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$23d9ed1c84c419e026df669e6eee22231b7adcafc1cb29e2393f3174f3f1546b/podman/po.js', 'networkRequestId': '4202.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645553941772.584, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '4202.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$23d9ed1c84c419e026df669e6eee22231b7adcafc1cb29e2393f3174f3f1546b/podman/po.js', 'networkRequestId': '4202.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$23d9ed1c84c419e026df669e6eee22231b7adcafc1cb29e2393f3174f3f1546b/podman/po.js', 'networkRequestId': '4202.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [74s on 3-cockpit-10]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-02-22T18:20:12.184929 | revision b92bf552cb7732f85b7fd1ff97506cb47d613947 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9265/devtools/browser/1009f910-a625-4a6b-a466-9f5131783a6c
[0223/023624.676220:ERROR:egl_util.cc(74)] 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
[0223/023624.677842:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/023624.684333:ERROR:egl_util.cc(74)] 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
[0223/023624.685976:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/023624.688693:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645583788987.657,"url":"http://127.0.0.2:9191/cockpit/$ff5004cbcb9d81ad9078551c794fc395978133a267515c25030c32d47f5b0cca/podman/po.js","networkRequestId":"4308.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645583789209.1738,"url":"http://127.0.0.2:9191/cockpit/$ff5004cbcb9d81ad9078551c794fc395978133a267515c25030c32d47f5b0cca/podman/po.js","networkRequestId":"4308.85"}
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645583787391.4448, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '4308.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ff5004cbcb9d81ad9078551c794fc395978133a267515c25030c32d47f5b0cca/podman/po.js', 'networkRequestId': '4308.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ff5004cbcb9d81ad9078551c794fc395978133a267515c25030c32d47f5b0cca/podman/po.js', 'networkRequestId': '4308.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645583787391.4448, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '4308.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ff5004cbcb9d81ad9078551c794fc395978133a267515c25030c32d47f5b0cca/podman/po.js', 'networkRequestId': '4308.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ff5004cbcb9d81ad9078551c794fc395978133a267515c25030c32d47f5b0cca/podman/po.js', 'networkRequestId': '4308.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [71s on 2-ci-srv-02]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-02-23T02:37:36.450825 | revision d68f5772f4fe886c7e3d7999755c289216e59900 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9833/devtools/browser/3ca8ff10-6a4a-457e-a115-096ba746cad1
[0223/073239.989826:ERROR:egl_util.cc(74)] 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
[0223/073239.991614:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/073239.999044:ERROR:egl_util.cc(74)] 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
[0223/073240.000708:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/073240.003876:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645601565172.569,"url":"http://127.0.0.2:9392/cockpit/$f5865f59b9fd1e80f2eaa87e1a56358908b9aca93ca1fc9374aee4afb885d7f9/podman/po.js","networkRequestId":"13240.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645601565459.258,"url":"http://127.0.0.2:9392/cockpit/$f5865f59b9fd1e80f2eaa87e1a56358908b9aca93ca1fc9374aee4afb885d7f9/podman/po.js","networkRequestId":"13240.85"}
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645601563403.3042, 'url': 'http://127.0.0.2:9392/cockpit/login', 'networkRequestId': '13240.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9392/cockpit/$f5865f59b9fd1e80f2eaa87e1a56358908b9aca93ca1fc9374aee4afb885d7f9/podman/po.js', 'networkRequestId': '13240.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9392/cockpit/$f5865f59b9fd1e80f2eaa87e1a56358908b9aca93ca1fc9374aee4afb885d7f9/podman/po.js', 'networkRequestId': '13240.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645601563403.3042, 'url': 'http://127.0.0.2:9392/cockpit/login', 'networkRequestId': '13240.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9392/cockpit/$f5865f59b9fd1e80f2eaa87e1a56358908b9aca93ca1fc9374aee4afb885d7f9/podman/po.js', 'networkRequestId': '13240.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9392/cockpit/$f5865f59b9fd1e80f2eaa87e1a56358908b9aca93ca1fc9374aee4afb885d7f9/podman/po.js', 'networkRequestId': '13240.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [73s on 2-cockpit-8]
not ok 21 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@3]

First occurrence: 2022-02-23T07:33:53.659971 | revision 6509f400377015fc3ed51c957305591ffd75a9e6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9656/devtools/browser/896b3f92-9d06-46a4-8f11-15255a2348d1
[0223/105220.119580:ERROR:egl_util.cc(74)] 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
[0223/105220.121662:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/105220.128265:ERROR:egl_util.cc(74)] 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
[0223/105220.130183:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/105220.132906:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645613544449.7969,"url":"http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js","networkRequestId":"15444.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645613544633.914,"url":"http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js","networkRequestId":"15444.85"}
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645613542733.96, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '15444.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '15444.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '15444.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645613542733.96, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '15444.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '15444.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '15444.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [71s on 4-cockpit-7]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@2]

First occurrence: 2022-02-23T10:53:31.975557 | revision 4934e3f7ac69506acc609eb4c0863fcfc1260e8c Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9854/devtools/browser/67e58a52-8817-46df-80c6-d67295863f3a
[0223/173933.111276:ERROR:egl_util.cc(74)] 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
[0223/173933.113081:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/173933.119386:ERROR:egl_util.cc(74)] 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
[0223/173933.120987:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0223/173933.123721:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645637977645.318,"url":"http://127.0.0.2:9191/cockpit/$a2583b7e2c05a4a33d02a9e2aaf00ae19c7767ce9d341a160bd8ed82a3950248/podman/po.js","networkRequestId":"4349.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645637977870.858,"url":"http://127.0.0.2:9191/cockpit/$a2583b7e2c05a4a33d02a9e2aaf00ae19c7767ce9d341a160bd8ed82a3950248/podman/po.js","networkRequestId":"4349.103"}
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645637975994.984, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '4349.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$a2583b7e2c05a4a33d02a9e2aaf00ae19c7767ce9d341a160bd8ed82a3950248/podman/po.js', 'networkRequestId': '4349.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$a2583b7e2c05a4a33d02a9e2aaf00ae19c7767ce9d341a160bd8ed82a3950248/podman/po.js', 'networkRequestId': '4349.103'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645637975994.984, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '4349.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$a2583b7e2c05a4a33d02a9e2aaf00ae19c7767ce9d341a160bd8ed82a3950248/podman/po.js', 'networkRequestId': '4349.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$a2583b7e2c05a4a33d02a9e2aaf00ae19c7767ce9d341a160bd8ed82a3950248/podman/po.js', 'networkRequestId': '4349.103'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [72s on 1-ci-srv-04]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-02-23T17:40:45.379117 | revision 9553424a5702b134b8b240802b3fe8300b45d429 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9850/devtools/browser/9e470276-05a5-4205-8d7b-4b0d59d5efd7
[0224/023835.041947:ERROR:egl_util.cc(74)] 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
[0224/023835.043608:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0224/023835.050678:ERROR:egl_util.cc(74)] 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
[0224/023835.052240:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0224/023835.054909:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645670319315.6992,"url":"http://127.0.0.2:9391/cockpit/$0cb703ca78e30b6c273ee868839ce2677b2affd831135b9442a4a4145de8d651/podman/po.js","networkRequestId":"3444.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645670319483.469,"url":"http://127.0.0.2:9391/cockpit/$0cb703ca78e30b6c273ee868839ce2677b2affd831135b9442a4a4145de8d651/podman/po.js","networkRequestId":"3444.85"}
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645670317716.322, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '3444.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9391/cockpit/$0cb703ca78e30b6c273ee868839ce2677b2affd831135b9442a4a4145de8d651/podman/po.js', 'networkRequestId': '3444.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9391/cockpit/$0cb703ca78e30b6c273ee868839ce2677b2affd831135b9442a4a4145de8d651/podman/po.js', 'networkRequestId': '3444.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2501-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645670317716.322, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '3444.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9391/cockpit/$0cb703ca78e30b6c273ee868839ce2677b2affd831135b9442a4a4145de8d651/podman/po.js', 'networkRequestId': '3444.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9391/cockpit/$0cb703ca78e30b6c273ee868839ce2677b2affd831135b9442a4a4145de8d651/podman/po.js', 'networkRequestId': '3444.85'}
log: This OS does not support CgroupsV2. Some information may be missing.
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [71s on 3-ci-srv-06]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@3]

First occurrence: 2022-02-24T02:39:47.044013 | revision b5894a35102f1752cc77d25a6994734ee1dd5f89 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10171/devtools/browser/a8469e72-27f5-45c7-8c5b-2f7de6798ab4
[0224/105103.870104:ERROR:egl_util.cc(74)] 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
[0224/105103.872824:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0224/105103.881354:ERROR:egl_util.cc(74)] 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
[0224/105103.886392:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0224/105103.891649:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645699870398.4539,"url":"http://127.0.0.2:9691/cockpit/$78d35b0da8fbfef5c2aa92c559e5be51c8add741ccf500d6e9d4bacc64c439ef/podman/po.js","networkRequestId":"30890.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645699870842.4822,"url":"http://127.0.0.2:9691/cockpit/$78d35b0da8fbfef5c2aa92c559e5be51c8add741ccf500d6e9d4bacc64c439ef/podman/po.js","networkRequestId":"30890.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645699868553.5469, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '30890.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$78d35b0da8fbfef5c2aa92c559e5be51c8add741ccf500d6e9d4bacc64c439ef/podman/po.js', 'networkRequestId': '30890.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$78d35b0da8fbfef5c2aa92c559e5be51c8add741ccf500d6e9d4bacc64c439ef/podman/po.js', 'networkRequestId': '30890.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2801-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645699868553.5469, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '30890.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$78d35b0da8fbfef5c2aa92c559e5be51c8add741ccf500d6e9d4bacc64c439ef/podman/po.js', 'networkRequestId': '30890.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9691/cockpit/$78d35b0da8fbfef5c2aa92c559e5be51c8add741ccf500d6e9d4bacc64c439ef/podman/po.js', 'networkRequestId': '30890.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [77s on 4-ci-srv-01]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-02-24T10:52:20.898194 | revision 807c38ec7542be180287fea486c54db8e9644079 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9793/devtools/browser/3816dfec-f930-4e9e-a9cc-20a4326476e8
[0224/154316.375455:ERROR:egl_util.cc(74)] 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
[0224/154316.377297:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0224/154316.384711:ERROR:egl_util.cc(74)] 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
[0224/154316.386454:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0224/154316.389240:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645717401740.993,"url":"http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js","networkRequestId":"3414.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645717402075.4958,"url":"http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js","networkRequestId":"3414.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645717399883.834, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '3414.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '3414.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '3414.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-8-6-127.0.0.2-2401-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645717399883.834, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '3414.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '3414.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9291/cockpit/$f6d295d3245e6ae8c615ca1c2d27384881179ddf5401d2cf17c5a578786a96bf/podman/po.js', 'networkRequestId': '3414.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [74s on 4-cockpit-11]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@2]

First occurrence: 2022-02-24T15:44:30.425458 | revision 83b4a3905d5b160a8faee58fd7ff65b59162996f Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

fedora-35 Ooops, it happened again


# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1004/165815.401226:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1004/165815.401343:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9870/devtools/browser/580dc29f-ea67-4d7e-a8e6-90bbc348afd6
[1004/165815.404468:ERROR:egl_util.cc(55)] 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
[1004/165815.404786:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1004/165815.406125:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/165815.411706:ERROR:egl_util.cc(55)] 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
[1004/165815.413222:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/165815.416020:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1004/165816.102267:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664902697372.605, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2393.12'}
Wrote screenshot to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664902697372.605, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2393.12'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [60s on 1-ci-srv-04]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-10-04T16:58:54.578192 | revision 9f1293aca8388e61d605729aa51cbfca83b43730 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1004/170317.272875:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1004/170317.273042:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9617/devtools/browser/6c7db3b9-947b-4777-bc51-601aeeec1597
[1004/170317.275940:ERROR:egl_util.cc(55)] 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
[1004/170317.276308:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1004/170317.277718:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/170317.283820:ERROR:egl_util.cc(55)] 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
[1004/170317.285530:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/170317.288602:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1004/170317.971378:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 2209, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2203, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664902998730.722, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14312.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.log.gz
[1004/170405.701571:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
[0100/000000.702031:ERROR:child_process_sandbox_support_impl_linux.cc(108)] GetRenderStyleForStrike did not receive a response for family and size: sans-serif, 20
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2209, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2203, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664902998730.722, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14312.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication) failed
# 1 TEST FAILED [70s on 1-ci-srv-04]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-10-04T17:04:06.552699 | revision 9f1293aca8388e61d605729aa51cbfca83b43730 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1004/192827.626711:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1004/192827.626866:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:10058/devtools/browser/313f267e-dab7-45a7-8512-79cc6f020fb2
[1004/192827.629709:ERROR:egl_util.cc(55)] 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
[1004/192827.630277:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1004/192827.631524:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/192827.640243:ERROR:egl_util.cc(55)] 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
[1004/192827.642128:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/192827.645313:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1004/192828.326736:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664911709913.861, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2907.12'}
Wrote screenshot to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664911709913.861, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2907.12'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [60s on 2-cockpit-9]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-10-04T19:29:06.669365 | revision 2a5e825fd7581c20d07bad7e57672095f0c17e30 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1004/193329.635378:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1004/193329.635467:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9698/devtools/browser/c2a4b88b-cf08-426c-8d1f-29690bbf0b6b
[1004/193329.637725:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1004/193329.639186:ERROR:egl_util.cc(55)] 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
[1004/193329.641025:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/193329.646800:ERROR:egl_util.cc(55)] 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
[1004/193329.648443:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1004/193329.651545:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1004/193330.339827:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664912011213.9248, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14848.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.log.gz
[1004/193418.184145:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
[0100/000000.184613:ERROR:child_process_sandbox_support_impl_linux.cc(108)] GetRenderStyleForStrike did not receive a response for family and size: sans-serif, 20
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664912011213.9248, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14848.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication) failed
# 1 TEST FAILED [71s on 2-cockpit-9]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-10-04T19:34:18.921156 | revision 2a5e825fd7581c20d07bad7e57672095f0c17e30 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1005/061956.111140:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1005/061956.111268:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9727/devtools/browser/1be0456c-88a3-49ec-a0b0-6bbd3bfa54e7
[1005/061956.114149:ERROR:egl_util.cc(55)] 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
[1005/061956.114416:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1005/061956.116073:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/061956.121688:ERROR:egl_util.cc(55)] 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
[1005/061956.123823:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/061956.127309:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1005/061956.825981:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664950799340.006, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2680.12'}
Wrote screenshot to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664950799340.006, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2680.12'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [61s on 3-ci-srv-01]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-10-05T06:20:36.552841 | revision 2a5e825fd7581c20d07bad7e57672095f0c17e30 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1005/062501.780282:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1005/062501.780370:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9726/devtools/browser/9f4a0397-5f2f-4bc1-abc0-1acc78b320d9
[1005/062501.783374:ERROR:egl_util.cc(55)] 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
[1005/062501.784093:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1005/062501.784976:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/062501.791247:ERROR:egl_util.cc(55)] 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
[1005/062501.793032:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/062501.795444:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1005/062502.487656:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664951104597.719, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14877.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.log.gz
[1005/062551.208382:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
[0100/000000.208856:ERROR:child_process_sandbox_support_impl_linux.cc(108)] GetRenderStyleForStrike did not receive a response for family and size: sans-serif, 20
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664951104597.719, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14877.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication) failed
# 1 TEST FAILED [72s on 3-ci-srv-01]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-10-05T06:25:51.722570 | revision 2a5e825fd7581c20d07bad7e57672095f0c17e30 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1005/070423.870482:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1005/070423.870663:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9585/devtools/browser/f73b1b2d-8641-45f0-adf6-1f23ce53fd40
[1005/070423.874329:ERROR:egl_util.cc(55)] 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
[1005/070423.875499:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1005/070423.876412:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/070423.884462:ERROR:egl_util.cc(55)] 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
[1005/070423.886405:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/070423.889173:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1005/070424.648706:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664953467888.357, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2294.12'}
Wrote screenshot to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664953467888.357, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2294.12'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [63s on 3-cockpit-8]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-10-05T07:05:05.406832 | revision b5a8961db63ae16ad4ab56d101bf7953c3f3bbf8 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1005/070932.393970:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1005/070932.394164:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9236/devtools/browser/b41cdd16-d50e-456c-b59b-963305671802
[1005/070932.397072:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1005/070932.397063:ERROR:egl_util.cc(55)] 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
[1005/070932.398736:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/070932.404018:ERROR:egl_util.cc(55)] 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
[1005/070932.405560:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/070932.408515:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1005/070933.123640:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664953774911.274, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14240.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.log.gz
[1005/071022.509315:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664953774911.274, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14240.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication) failed
# 1 TEST FAILED [73s on 3-cockpit-8]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-10-05T07:10:23.077807 | revision b5a8961db63ae16ad4ab56d101bf7953c3f3bbf8 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1005/073630.412139:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1005/073630.412331:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:10007/devtools/browser/df3674c9-1fd8-49f9-a369-a41b2301e394
[1005/073630.415122:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1005/073630.416423:ERROR:egl_util.cc(55)] 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
[1005/073630.418520:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/073630.424837:ERROR:egl_util.cc(55)] 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
[1005/073630.426233:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/073630.429315:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1005/073631.131385:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664955392949.089, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2227.12'}
Wrote screenshot to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-35-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1664955392949.089, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2227.12'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [61s on 4-ci-srv-04]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-10-05T07:37:10.486447 | revision b5a8961db63ae16ad4ab56d101bf7953c3f3bbf8 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
[1005/074136.694651:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1005/074136.694865:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:10066/devtools/browser/1c11309e-e8c7-472e-a7cc-5f08e5ebedc9
[1005/074136.697952:ERROR:egl_util.cc(55)] 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
[1005/074136.698657:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1005/074136.699822:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/074136.709807:ERROR:egl_util.cc(55)] 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
[1005/074136.712036:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1005/074136.716039:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1005/074137.429223:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664955700211.3699, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14210.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-fedora-35-127.0.0.2-2301-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2206, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2200, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 349, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 341, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1664955700211.3699, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '14210.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication) failed
# 1 TEST FAILED [74s on 4-ci-srv-04]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-10-05T07:42:34.588551 | revision b5a8961db63ae16ad4ab56d101bf7953c3f3bbf8 Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

arch Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9917/devtools/browser/2957d6a6-b9be-4fe2-94f8-c0b3c083dde9
[0315/084410.292248:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 1120: Permission denied (13)
[0315/084410.293374:ERROR:egl_util.cc(74)] 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
[0315/084410.294928:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/084410.297162:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 1127: Permission denied (13)
[0315/084410.299942:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 1132: Permission denied (13)
[0315/084410.300826:ERROR:egl_util.cc(74)] 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
[0315/084410.302320:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/084410.304739:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 1140: Permission denied (13)
[0315/084410.305373:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
[0315/084410.613458:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 1196: Permission denied (13)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647333855003.399,"url":"http://127.0.0.2:9091/cockpit/$8da05689e14d1d78279d9b904ed53c849e4e30a0ae9f3aad99a0654615ede6cb/podman/po.js","networkRequestId":"1196.63"}
> warning: Unhandled event type  container history
> warning: Failed to do Update Images: {"status":500,"reason":"Internal Server Error","message":"runtime error: invalid memory address or nil pointer dereference","problem":null,"cause":"runtime error: invalid memory address or nil pointer dereference","response":500}
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647333852890.646, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1196.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$8da05689e14d1d78279d9b904ed53c849e4e30a0ae9f3aad99a0654615ede6cb/podman/po.js', 'networkRequestId': '1196.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":500,"reason":"Internal Server Error","message":"runtime error: invalid memory address or nil pointer dereference","problem":null,"cause":"runtime error: invalid memory address or nil pointer dereference","response":500}
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647333852890.646, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1196.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$8da05689e14d1d78279d9b904ed53c849e4e30a0ae9f3aad99a0654615ede6cb/podman/po.js', 'networkRequestId': '1196.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":500,"reason":"Internal Server Error","message":"runtime error: invalid memory address or nil pointer dereference","problem":null,"cause":"runtime error: invalid memory address or nil pointer dereference","response":500}
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [125s on centosci-tasks-qdpxv]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-15T08:46:09.813644 | revision b1f799214d88c08c179681cb1a8c5e40757ef541 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9473/devtools/browser/f1f15034-21f4-400b-902d-7ee8de6e9cca
[0315/084642.017179:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7463: Permission denied (13)
[0315/084642.018112:ERROR:egl_util.cc(74)] 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
[0315/084642.019553:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/084642.022003:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7470: Permission denied (13)
[0315/084642.024762:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7476: Permission denied (13)
[0315/084642.025571:ERROR:egl_util.cc(74)] 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
[0315/084642.026993:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/084642.029214:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7483: Permission denied (13)
[0315/084642.029895:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
[0315/084642.257958:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7515: Permission denied (13)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647334005666.958,"url":"http://127.0.0.2:9191/cockpit/$8da05689e14d1d78279d9b904ed53c849e4e30a0ae9f3aad99a0654615ede6cb/podman/po.js","networkRequestId":"7515.63"}
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647334004039.771, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '7515.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$8da05689e14d1d78279d9b904ed53c849e4e30a0ae9f3aad99a0654615ede6cb/podman/po.js', 'networkRequestId': '7515.63'}
Wrote screenshot to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '30' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647334004039.771, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '7515.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$8da05689e14d1d78279d9b904ed53c849e4e30a0ae9f3aad99a0654615ede6cb/podman/po.js', 'networkRequestId': '7515.63'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [71s on centosci-tasks-qdpxv]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-03-15T08:47:53.246840 | revision b1f799214d88c08c179681cb1a8c5e40757ef541 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9600/devtools/browser/a54081e0-a8d0-4b26-8bbe-a7f1778078f5
[0315/100343.836526:ERROR:egl_util.cc(74)] 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
[0315/100343.839036:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/100343.844903:ERROR:egl_util.cc(74)] 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
[0315/100343.846797:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/100343.849877:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647338628143.75,"url":"http://127.0.0.2:9191/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js","networkRequestId":"68091.63"}
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647338626447.746, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '68091.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '68091.63'}
Wrote screenshot to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-arch-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647338626447.746, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '68091.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '68091.63'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [73s on 2-cockpit-8]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-03-15T10:04:56.758340 | revision 14343b71ff108bc554a25f93990b43e1cc378643 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9881/devtools/browser/bc9b3e7f-83a8-459a-bb82-aeab5769741f
[0315/101120.419490:ERROR:egl_util.cc(74)] 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
[0315/101120.422800:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/101120.430952:ERROR:egl_util.cc(74)] 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
[0315/101120.434259:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/101120.437895:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647339084695.314,"url":"http://127.0.0.2:9591/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js","networkRequestId":"30294.63"}
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647339082937.342, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '30294.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9591/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '30294.63'}
Wrote screenshot to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.html
Wrote JS log to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647339082937.342, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '30294.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9591/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '30294.63'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [72s on 2-ci-srv-03]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@4]

First occurrence: 2022-03-15T10:12:33.292032 | revision 556260c4a290f08cbeca4ec06598403e6849abd0 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
[0315/103205.996842:ERROR:egl_util.cc(74)] 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

DevTools listening on ws://127.0.0.1:9698/devtools/browser/1608ae37-7831-4b3d-add5-1d6b7778caed
[0315/103206.027237:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/103206.032738:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647340331505.73,"url":"http://127.0.0.2:9591/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js","networkRequestId":"6248.63"}
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647340329525.28, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '6248.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9591/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '6248.63'}
Wrote screenshot to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.html
Wrote JS log to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestApplication-testPods-arch-127.0.0.2-2701-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647340329525.28, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '6248.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9591/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '6248.63'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [75s on 2-ci-srv-04]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@4]

First occurrence: 2022-03-15T10:33:21.371609 | revision 30cab7f625411954efdcf941de781c42b657dcd9 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9257/devtools/browser/b6cdb98e-d8ed-4925-9fee-419aec914c86
[0315/124952.783572:ERROR:egl_util.cc(74)] 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
[0315/124952.785978:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/124952.795692:ERROR:egl_util.cc(74)] 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
[0315/124952.798169:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/124952.801941:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647348596866.954,"url":"http://127.0.0.2:9091/cockpit/$349a11cb685825943359b43bf199d4048464d85f96d27524c4dbd4faf6f02f71/podman/po.js","networkRequestId":"22866.63"}
> warning: Unhandled event type  container history
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
> log: 
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647348595085.1108, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '22866.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$349a11cb685825943359b43bf199d4048464d85f96d27524c4dbd4faf6f02f71/podman/po.js', 'networkRequestId': '22866.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647348595085.1108, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '22866.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$349a11cb685825943359b43bf199d4048464d85f96d27524c4dbd4faf6f02f71/podman/po.js', 'networkRequestId': '22866.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [122s on 3-ci-srv-01]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-15T12:51:49.869210 | revision c0b019375781431a738ece2712ba582330bc6286 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
[0317/070318.103438:ERROR:egl_util.cc(74)] 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
[0317/070318.150849:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/070318.169634:ERROR:egl_util.cc(74)] 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
[0317/070318.171495:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization

DevTools listening on ws://127.0.0.1:9736/devtools/browser/1335decd-dabe-4422-ad78-7333ffc50726
[0317/070318.441548:ERROR:egl_util.cc(74)] 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
[0317/070318.444884:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/070318.450083:ERROR:egl_util.cc(74)] 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
[0317/070318.452128:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/070318.454994:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647500603307.386,"url":"http://127.0.0.2:9091/cockpit/$fe78e1ee69d8613e82d900774a14d3ec9f749dbf968e52ff516c50a75841efd4/podman/po.js","networkRequestId":"2336.63"}
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647500601454.456, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '2336.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$fe78e1ee69d8613e82d900774a14d3ec9f749dbf968e52ff516c50a75841efd4/podman/po.js', 'networkRequestId': '2336.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647500601454.456, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '2336.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$fe78e1ee69d8613e82d900774a14d3ec9f749dbf968e52ff516c50a75841efd4/podman/po.js', 'networkRequestId': '2336.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [125s on 3-cockpit-10]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-17T07:05:17.272963 | revision fd9e74e17c48faff3a0d22f1d216761118b60d0c Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10023/devtools/browser/922cb105-f36d-4f74-841f-3e02bea9545d
[0317/162934.572443:ERROR:egl_util.cc(74)] 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
[0317/162934.574510:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/162934.582423:ERROR:egl_util.cc(74)] 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
[0317/162934.584297:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/162934.589481:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647534578814.6948,"url":"http://127.0.0.2:9091/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js","networkRequestId":"5885.63"}
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647534577037.074, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5885.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '5885.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-arch-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647534577037.074, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5885.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0eccb16b59ed82b5097350c53137f6367211cbad5f01c0b0cd5412d7640c1f2d/podman/po.js', 'networkRequestId': '5885.63'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [122s on 3-ci-srv-04]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-17T16:31:31.960331 | revision 127262a814770d56a5b831e6fa65c8d4d716ab4d Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

fedora-34 Ooops, it happened again


# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9883/devtools/browser/3a7ffb34-4e9c-4e86-a59d-9f1e58acdfd5
[0215/181732.145628:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[0215/181732.147446:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0215/181732.153181:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644949056151.7551,"url":"http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"4701.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644949056412.707,"url":"http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"4701.85"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644949055413.4878, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '4701.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4701.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4701.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

Wrote screenshot to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '22' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644949055413.4878, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '4701.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4701.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4701.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [68s on 4-cockpit-10]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2022-02-15T18:18:40.563747 | revision 95192d55339762ac5f1ac7122c9394a1185c86a4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9671/devtools/browser/51358480-fc81-4b99-9d02-9254ae9f96ae
[0215/181925.006433:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[0215/181925.008251:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0215/181925.011023:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644949168680.654,"url":"http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"5829.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644949168915.241,"url":"http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"5829.85"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644949168013.177, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '5829.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5829.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5829.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '34' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644949168013.177, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '5829.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5829.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5829.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [112s on 4-cockpit-10]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@1]

First occurrence: 2022-02-15T18:21:17.627899 | revision 95192d55339762ac5f1ac7122c9394a1185c86a4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9918/devtools/browser/d637c0af-6791-42a1-8e4c-1e9d396fc4b2
[0216/061533.269731:ERROR:egl_util.cc(74)] 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
[0216/061533.271799:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/061533.279093:ERROR:egl_util.cc(74)] 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
[0216/061533.281043:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/061533.284222:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644992137312.5552,"url":"http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"4743.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644992137531.388,"url":"http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"4743.85"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644992136602.99, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '4743.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4743.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4743.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

Wrote screenshot to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '22' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644992136602.99, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '4743.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4743.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4743.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [68s on 2-cockpit-8]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2022-02-16T06:16:41.692747 | revision 2d3f5803a27ce822e4f46e3b022f5566616691bb Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9383/devtools/browser/5fb1d8a6-ddaf-41aa-9cae-c0b436582518
[0216/061727.381419:ERROR:egl_util.cc(74)] 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
[0216/061727.383216:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/061727.389019:ERROR:egl_util.cc(74)] 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
[0216/061727.390666:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/061727.393185:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644992251494.267,"url":"http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"5914.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644992251757.598,"url":"http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"5914.85"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644992250737.98, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '5914.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5914.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5914.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '34' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644992250737.98, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '5914.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5914.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '5914.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [115s on 2-cockpit-8]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@1]

First occurrence: 2022-02-16T06:19:22.291466 | revision 2d3f5803a27ce822e4f46e3b022f5566616691bb Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9251/devtools/browser/17465ff1-1dae-4e5a-bd6c-be6cbafcfca1
[0216/063757.313025:ERROR:egl_util.cc(74)] 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
[0216/063757.314816:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/063757.322660:ERROR:egl_util.cc(74)] 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
[0216/063757.324677:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/063757.327751:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644993482325.694,"url":"http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"4893.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644993482628.915,"url":"http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"4893.85"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644993481455.883, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '4893.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4893.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4893.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

Wrote screenshot to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '22' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644993481455.883, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '4893.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4893.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '4893.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [70s on 3-cockpit-9]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2022-02-16T06:39:07.273659 | revision 3cd1ad5336008ad4e96b02ca6c89ffacba0f97fd Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9875/devtools/browser/2e069f95-6634-489f-999c-17fb697ad92e
[0216/064002.438139:ERROR:egl_util.cc(74)] 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
[0216/064002.439877:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/064002.447630:ERROR:egl_util.cc(74)] 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
[0216/064002.449592:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0216/064002.452852:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644993607237.05,"url":"http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"6051.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644993607531.791,"url":"http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js","networkRequestId":"6051.85"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> log: 
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644993606252.486, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '6051.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '6051.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '6051.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '34' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644993606252.486, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '6051.12'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '6051.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$ae1b2a33482c2639192a16568dead09000b0a24c63d2749637d5564bad1f5a7e/podman/po.js', 'networkRequestId': '6051.85'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [117s on 3-cockpit-9]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@1]

First occurrence: 2022-02-16T06:41:59.982203 | revision 3cd1ad5336008ad4e96b02ca6c89ffacba0f97fd Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9368/devtools/browser/9a3f3e47-062b-4bb6-aeeb-2f31423d019f
[0217/053436.583515:ERROR:egl_util.cc(74)] 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
[0217/053436.585769:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/053436.594341:ERROR:egl_util.cc(74)] 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
[0217/053436.596675:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/053436.600039:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645076081780.886,"url":"http://127.0.0.2:9091/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js","networkRequestId":"5309.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645076082060.501,"url":"http://127.0.0.2:9091/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js","networkRequestId":"5309.85"}
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645076081031.929, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5309.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '5309.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '5309.85'}
Wrote screenshot to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-34-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '22' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645076081031.929, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5309.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '5309.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '5309.85'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [69s on 1-cockpit-10]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2022-02-17T05:35:46.402208 | revision 00a89da342d8ed1c1b6df625b66cae32172cc78b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9659/devtools/browser/49382809-9c9b-41cf-aff4-70812c7687a4
[0217/053636.652519:ERROR:egl_util.cc(74)] 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
[0217/053636.654434:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/053636.661609:ERROR:egl_util.cc(74)] 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
[0217/053636.663156:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/053636.666478:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645076201332.8281,"url":"http://127.0.0.2:9191/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js","networkRequestId":"6590.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645076201618.609,"url":"http://127.0.0.2:9191/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js","networkRequestId":"6590.85"}
> log: 
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1645076200535.422, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '6590.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '6590.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '6590.85'}
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-fedora-34-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '34' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1645076200535.422, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '6590.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '6590.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$18918e537efa48016e9395e2c945b5abea7278eef4d66c7c24cc00af3d60c88f/podman/po.js', 'networkRequestId': '6590.85'}
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [115s on 1-cockpit-10]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@1]

First occurrence: 2022-02-17T05:38:32.064857 | revision 00a89da342d8ed1c1b6df625b66cae32172cc78b Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1129/102110.689991:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1129/102110.690115:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1129/102110.694171:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1129/102110.699441: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

DevTools listening on ws://127.0.0.1:9279/devtools/browser/a0dd94d2-37ef-47f9-934d-d8a667c28500
[1129/102110.705789:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1129/102110.713059: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
[1129/102110.718132:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1129/102110.727562:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1129/102111.528987:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669717280717.132, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '1972.12'}

Wrote screenshot to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669717280717.132, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '1972.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [74s on 4-cockpit-8]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-11-29T10:21:58.895551 | revision bcf7380bd9938a74c4c59f31e3abc555c942082f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1129/102611.011613:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1129/102611.011692:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:10204/devtools/browser/03aa8d9a-4e5e-4e08-8ba5-f0383ab7da20
[1129/102611.014450:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1129/102611.015904: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
[1129/102611.019632:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1129/102611.028709: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
[1129/102611.033178:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1129/102611.040801:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1129/102611.780281:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2205, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2199, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 363, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 355, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1669717580632.784, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12844.12'}
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2901-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2901-FAIL.log.gz
[1129/102708.953452:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2205, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2199, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 363, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 355, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1669717580632.784, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '12844.12'}
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem) failed
# 1 TEST FAILED [81s on 4-cockpit-8]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-11-29T10:27:10.857336 | revision bcf7380bd9938a74c4c59f31e3abc555c942082f Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1129/124741.736256:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1129/124741.736341:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1129/124741.739392: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

DevTools listening on ws://127.0.0.1:9859/devtools/browser/eeb49286-be66-4568-b77e-866c4564678e
[1129/124741.740862:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1129/124741.741690:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1129/124741.749601: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
[1129/124741.754665:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1129/124741.758744:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1129/124742.456067:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669726065552.636, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '77260.12'}

Wrote screenshot to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669726065552.636, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '77260.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [79s on rhos-01-1]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-11-29T12:48:22.905313 | revision 60e3490fccb3102231f94d4a24c91fd3b9c937a3 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
[1130/135725.160495:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1130/135725.161223:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:10070/devtools/browser/8d6610b1-ce97-465a-b5ef-a38991683679
[1130/135725.164419: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
[1130/135725.166221:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1130/135725.169236:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1130/135725.179140: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
[1130/135725.181749:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1130/135725.186570:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1130/135725.995931:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image 961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4: 961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4: image not known","problem":null,"cause":"image not known","response":404}
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 325, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1669816646540.144, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '269274.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image 961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4: 961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2501-FAIL.log.gz
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> log: 
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 325, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1669816646540.144, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '269274.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image 961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4: 961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [100s on 4-cockpit-8]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@3]

First occurrence: 2022-11-30T13:59:00.672306 | revision 205df97db3352570c89fc187636dbc2b57fd1017 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1130/140300.484689:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1130/140300.484919:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9920/devtools/browser/ead384d1-cd06-452d-815c-c392b4eaaab5
[1130/140300.487190:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1130/140300.499063: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
[1130/140300.508643:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1130/140300.513661:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1130/140301.152610:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669816986789.2239, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '1827.12'}

Wrote screenshot to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669816986789.2239, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '1827.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [73s on rhos-01-5]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-11-30T14:03:42.354991 | revision d858b1463de849a97a3c5ef9146479897d2f4969 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1130/140453.477377:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1130/140453.477561:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9761/devtools/browser/1a6e561d-af88-4680-9a44-b41fbbb72279
[1130/140453.480688:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1130/140453.481972: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
[1130/140453.489799:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1130/140453.498342:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1130/140454.191335:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2204, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2198, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 363, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 355, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1669817097922.683, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '5163.12'}
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-debian-testing-127.0.0.2-2301-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2204, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2198, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 363, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 355, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1669817097922.683, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '5163.12'}
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem) failed
# 1 TEST FAILED [77s on rhos-01-5]
not ok 7 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem

First occurrence: 2022-11-30T14:05:44.853306 | revision d858b1463de849a97a3c5ef9146479897d2f4969 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.

DevTools listening on ws://127.0.0.1:9361/devtools/browser/0f601585-0c68-48b8-90b7-584168f5fc9c
[1130/144512.538640: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
[1130/144512.541547:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1130/144512.542385:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1130/144512.542480:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1130/144512.545458:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1130/144512.546922: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
[1130/144512.549155:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1130/144512.553449:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1130/144513.204821:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669819519225.014, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '96067.12'}

Wrote screenshot to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1669819519225.014, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '96067.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [74s on rhos-01-7]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-11-30T14:45:55.403935 | revision d858b1463de849a97a3c5ef9146479897d2f4969 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
[1201/230111.419736:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1201/230111.419983:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9865/devtools/browser/1548d868-8c70-4e40-9456-bfee064426d6
[1201/230111.423099: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
[1201/230111.423950:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1201/230111.425148:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1201/230111.430899: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
[1201/230111.432612:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1201/230111.435843:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1201/230112.101579:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 325, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1669935672360.093, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5712.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-debian-testing-127.0.0.2-2201-FAIL.log.gz
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> log: 
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 325, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1669935672360.093, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5712.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [84s on rhos-01-10]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-12-01T23:02:33.581631 | revision 6b5231846c7390f4c589aa01edf8cace531b0c3d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1205/024705.568042:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[1205/024705.568110:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

DevTools listening on ws://127.0.0.1:9839/devtools/browser/981b7306-9cdb-4ffc-97d5-929ce64d7d49
[1205/024705.570653: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
[1205/024705.571480:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1205/024705.572944:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1205/024705.578114: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
[1205/024705.579739:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1205/024705.583498:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is 
[1205/024706.230414:ERROR:devtools_http_handler.cc(636)] Using unsafe HTTP verb GET to invoke /json/new. This action will stop supporting GET and POST verbs in future versions.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1670208428455.837, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2702.12'}

Wrote screenshot to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testPods-debian-testing-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 224, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 190, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 634, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 603, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 594, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 588, 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 578, 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 286, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1670208428455.837, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '2702.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [70s on rhos-01-14]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@5]

First occurrence: 2022-12-05T02:47:44.476547 | revision fe2d7186f59fcd69ecc6731ddf48e8fa8b1f4d88 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:10192/devtools/browser/498c191a-2db1-4d8e-8ab7-afd96e982657
[0601/052943.700222:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 236, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 203, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 645, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 614, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 599, 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 585, 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 291, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1685597386845.572, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '3950.12'}

Wrote screenshot to TestApplication-testPods-debian-testing-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-debian-testing-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-debian-testing-127.0.0.2-2201-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 236, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 203, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 645, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 614, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 599, 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 585, 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 291, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1685597386845.572, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '3950.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [37s on rhos-01-2]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2023-06-01T05:30:18.485192 | revision 7ca6cf831e173f6cff81fd9474780bbb8ded8264 Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

rhel-9-0 Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
[1104/160331.334560:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory

DevTools listening on ws://127.0.0.1:9446/devtools/browser/1e8ca45d-a1b2-4051-ad9a-e674172256b0
[1104/160331.737647:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization
[1104/160333.112669:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is disabled
CDP: {"source":"security","level":"error","text":"Refused to apply inline style because it violates the following Content Security Policy directive: \"default-src 'self' http://127.0.0.2:9091\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1636041827442.7,"url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":121721},{"functionName":"Ze","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":130758},{"functionName":"append","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":132439},{"functionName":"D","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":349379},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":358581},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":643600},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js","lineNumber":1,"columnNumber":643604}]}}
> error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1636041828673.51,"url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/podman/po.js","networkRequestId":"1261.67"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1636041829908.956,"url":"http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/podman/po.js","networkRequestId":"1261.94"}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> log: 
> error: Image name is required
> error: Failed to commit container test-sh4: CommitFailure: repository name must be lowercase: Internal Server Error
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 230, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 427, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 418, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 412, 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 409, 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 199, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1636041825484.679, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1261.12'}
cdp: {'source': 'security', 'level': 'error', 'text': 'Refused to apply inline style because it violates the following Content Security Policy directive: "default-src \'self\' http://127.0.0.2:9091". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the \'unsafe-hashes\' keyword is present. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 643604}]}}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/podman/po.js', 'networkRequestId': '1261.67'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/podman/po.js', 'networkRequestId': '1261.94'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

log: 
log: 
error: Image name is required
error: Failed to commit container test-sh4: CommitFailure: repository name must be lowercase: Internal Server Error
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 230, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 427, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 418, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 412, 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 409, 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 199, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1636041825484.679, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1261.12'}
cdp: {'source': 'security', 'level': 'error', 'text': 'Refused to apply inline style because it violates the following Content Security Policy directive: "default-src \'self\' http://127.0.0.2:9091". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the \'unsafe-hashes\' keyword is present. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/shell/index.js', 'lineNumber': 1, 'columnNumber': 643604}]}}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/podman/po.js', 'networkRequestId': '1261.67'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$17bd18df2b6f346b13792088115b231a6cb248d58ffa64ba15c5efca66c64df3/podman/po.js', 'networkRequestId': '1261.94'}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

log: 
log: 
error: Image name is required
error: Failed to commit container test-sh4: CommitFailure: repository name must be lowercase: Internal Server Error
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [185s on 2-ci-srv-04]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2021-11-04T16:06:12.295473 | revision 1ce7a161819fdfbb2e89a55fe2f253c12f294901 Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

rhel-9-0 Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9540/devtools/browser/c936e71c-4fa0-48e6-acf2-bf7d016ace60
[0310/161344.329665:ERROR:egl_util.cc(74)] 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
[0310/161344.332448:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0310/161344.342111:ERROR:egl_util.cc(74)] 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
[0310/161344.354271:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0310/161344.363898:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1646928842109.326,"url":"http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js","networkRequestId":"5086.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1646928842496.603,"url":"http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js","networkRequestId":"5086.85"}
> warning: failed to poll tuned 
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1646928839647.732, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5086.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '5086.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '5086.85'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1646928839647.732, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '5086.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '5086.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '5086.85'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [152s on 2-ci-srv-03]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-10T16:16:05.109233 | revision 51ba5b64f2f54675b09026b7f0dc2b8d0b09f5cd Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
[0311/065954.008075:ERROR:egl_util.cc(74)] 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
[0311/065954.063468:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization

DevTools listening on ws://127.0.0.1:10148/devtools/browser/e9926824-c5c0-4708-9171-f5404d250105
[0311/065954.107147:ERROR:egl_util.cc(74)] 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
[0311/065954.109204:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0311/065954.349838:ERROR:egl_util.cc(74)] 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
[0311/065954.351962:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0311/065954.365859:ERROR:egl_util.cc(74)] 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
[0311/065954.368342:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0311/065954.371471:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1646982001960.4011,"url":"http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js","networkRequestId":"1114.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1646982002273.0989,"url":"http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js","networkRequestId":"1114.103"}
> warning: failed to poll tuned 
> warning: Unhandled event type  container history
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1646982000165.61, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1114.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '1114.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '1114.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1646982000165.61, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1114.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '1114.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$faef1198e6a2ed1cc16beba363f131e4d729de2bc7edde255873d79706c2f2ce/podman/po.js', 'networkRequestId': '1114.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [128s on 1-ci-srv-03]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-11T07:01:55.930030 | revision 33e5130525ec940ddfad14fd5d6febf1693d5993 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9630/devtools/browser/e6267896-91f5-455f-be6b-7fef3f907779
[0315/084708.358916:ERROR:egl_util.cc(74)] 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
[0315/084708.360820:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/084708.368550:ERROR:egl_util.cc(74)] 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
[0315/084708.370451:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/084708.373291:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647334032881.03,"url":"http://127.0.0.2:9191/cockpit/$b463019a4d42ee84e50c70d05f29c0864152494e4e62af5ab271dd8284964075/podman/po.js","networkRequestId":"18522.58"}
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647334031223.125, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '18522.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$b463019a4d42ee84e50c70d05f29c0864152494e4e62af5ab271dd8284964075/podman/po.js', 'networkRequestId': '18522.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to issue method call: No session '18' known
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647334031223.125, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '18522.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$b463019a4d42ee84e50c70d05f29c0864152494e4e62af5ab271dd8284964075/podman/po.js', 'networkRequestId': '18522.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [72s on 3-cockpit-7]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-03-15T08:48:20.803111 | revision f723208e44bcd6cda7ca68e084858c81d9a08db1 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9555/devtools/browser/4919a11d-6ee6-4b52-ab06-0ad1a973b4b8
[0315/100310.059412:ERROR:egl_util.cc(74)] 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
[0315/100310.061125:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/100310.067970:ERROR:egl_util.cc(74)] 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
[0315/100310.069760:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/100310.072513:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647338594404.064,"url":"http://127.0.0.2:9191/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js","networkRequestId":"102025.58"}
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647338592674.799, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '102025.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js', 'networkRequestId': '102025.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to issue method call: No session '18' known
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647338592674.799, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '102025.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js', 'networkRequestId': '102025.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [72s on 1-cockpit-9]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-03-15T10:04:22.366586 | revision 51df1376bb01d82799866b693f4dd500163d139b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10202/devtools/browser/f1380aaa-1033-489e-843a-6e0361d1f029
[0315/101036.305409:ERROR:egl_util.cc(74)] 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
[0315/101036.310638:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/101036.317049:ERROR:egl_util.cc(74)] 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
[0315/101036.319369:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/101036.323679:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647339041527.15,"url":"http://127.0.0.2:9391/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js","networkRequestId":"7452.58"}
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647339039704.346, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '7452.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9391/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js', 'networkRequestId': '7452.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-9-0-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-9-0-127.0.0.2-2501-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-9-0-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-9-0-127.0.0.2-2501-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to issue method call: No session '18' known
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647339039704.346, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '7452.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9391/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js', 'networkRequestId': '7452.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [74s on 3-ci-srv-03]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@3]

First occurrence: 2022-03-15T10:11:50.425190 | revision 556260c4a290f08cbeca4ec06598403e6849abd0 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9965/devtools/browser/b5112993-c5b2-4965-962f-f2ce417f074d
[0315/102958.256429:ERROR:egl_util.cc(74)] 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
[0315/102958.258661:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/102958.269106:ERROR:egl_util.cc(74)] 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
[0315/102958.272465:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/102958.275981:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647340203714.0352,"url":"http://127.0.0.2:9191/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js","networkRequestId":"7031.58"}
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647340201811.467, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '7031.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js', 'networkRequestId': '7031.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
Wrote screenshot to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-rhel-9-0-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to issue method call: No session '18' known
Failed to get session path: No session '18' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 513, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1647340201811.467, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '7031.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$e35ced8f45abd9d09d10963c967acd54ceb8d7198586a8a7c4e4b6a6e10eb5ab/podman/po.js', 'networkRequestId': '7031.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [74s on 1-ci-srv-06]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-03-15T10:31:13.035046 | revision 30cab7f625411954efdcf941de781c42b657dcd9 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10044/devtools/browser/5cf80361-e6b6-4d10-837e-8ed33b3ef4c5
[0315/123355.184917:ERROR:egl_util.cc(74)] 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
[0315/123355.186748:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/123355.192342:ERROR:egl_util.cc(74)] 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
[0315/123355.194123:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0315/123355.198780:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647347641853.2358,"url":"http://127.0.0.2:9091/cockpit/$a0c349bda53b23abf5936babf3af71ebd71afd55c3eb6d10b04b3e6e2daba828/podman/po.js","networkRequestId":"67486.58"}
> warning: failed to poll tuned 
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647347639993.42, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '67486.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$a0c349bda53b23abf5936babf3af71ebd71afd55c3eb6d10b04b3e6e2daba828/podman/po.js', 'networkRequestId': '67486.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647347639993.42, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '67486.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$a0c349bda53b23abf5936babf3af71ebd71afd55c3eb6d10b04b3e6e2daba828/podman/po.js', 'networkRequestId': '67486.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [133s on 2-cockpit-11]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-15T12:35:57.081945 | revision c0b019375781431a738ece2712ba582330bc6286 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
[0317/070301.126676:ERROR:egl_util.cc(74)] 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

DevTools listening on ws://127.0.0.1:10029/devtools/browser/cc2a4e19-08a9-4fb8-8a32-d98ae653094b
[0317/070301.290324:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/070301.458788:ERROR:egl_util.cc(74)] 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
[0317/070301.460973:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/070301.467284:ERROR:egl_util.cc(74)] 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
[0317/070301.469321:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0317/070301.472868:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1647500590683.28,"url":"http://127.0.0.2:9091/cockpit/$93392b7d1a35a31a8a038e177ccaa6ab6ddb6486510bbedc0e5c3f8abfccd4ed/podman/po.js","networkRequestId":"1171.58"}
> warning: failed to poll tuned 
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647500588630.437, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1171.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$93392b7d1a35a31a8a038e177ccaa6ab6ddb6486510bbedc0e5c3f8abfccd4ed/podman/po.js', 'networkRequestId': '1171.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-rhel-9-0-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Failed to get session path: No session '6' known
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 482, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 473, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 467, 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 457, 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 241, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1647500588630.437, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1171.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$93392b7d1a35a31a8a038e177ccaa6ab6ddb6486510bbedc0e5c3f8abfccd4ed/podman/po.js', 'networkRequestId': '1171.58'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [140s on 1-cockpit-8]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-03-17T07:05:08.762742 | revision fd9e74e17c48faff3a0d22f1d216761118b60d0c Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

centos-8-stream Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
[0203/111643.411388:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory

DevTools listening on ws://127.0.0.1:10101/devtools/browser/474067b9-95cd-48a0-9a13-4e653d2db286
[0203/111643.480442:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0203/111643.684713:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643887018576.7268,"url":"http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"1372.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643887018914.549,"url":"http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"1372.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
> log: 
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1643887017653.583, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1372.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '1372.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '1372.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1643887017653.583, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1372.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '1372.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '1372.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [146s on 4-cockpit-10]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-02-03T11:18:50.596426 | revision d58ffa3ea365782af9414a7ab3b4a150339ba0fb Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9298/devtools/browser/ec0d135c-ecd5-4973-87cd-28a1a6046282
[0203/111912.873393:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[0203/111912.875135:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0203/111912.880753:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643887156874.56,"url":"http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"4219.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643887157134.757,"url":"http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"4219.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1643887156180.958, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '4219.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '4219.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '4219.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1643887156180.958, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '4219.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '4219.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '4219.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [69s on 4-cockpit-10]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-02-03T11:20:22.457064 | revision d58ffa3ea365782af9414a7ab3b4a150339ba0fb Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
[0204/050816.859258:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory

DevTools listening on ws://127.0.0.1:9301/devtools/browser/92c19974-d028-4da1-b1c1-1d0de893cc8c
[0204/050816.922176:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0204/050817.098851:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643951309829.936,"url":"http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"767.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643951310124.971,"url":"http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"767.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1643951308135.7998, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '767.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '767.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '767.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1643951308135.7998, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '767.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '767.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '767.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [142s on 1-cockpit-10]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-02-04T05:10:19.722592 | revision a832486aef4c132809f8e347ea370975bfb93c95 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9604/devtools/browser/0af9d046-04bf-4c31-9d5a-31e399caedbc
[0204/051037.931404:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[0204/051037.933221:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0204/051037.936591:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643951441453.626,"url":"http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"3466.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1643951441718.105,"url":"http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js","networkRequestId":"3466.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1643951440793.787, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '3466.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '3466.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '3466.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1643951440793.787, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '3466.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '3466.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$2180c05468ab09d48a559bfc516243406a709b045f2a2a7bbaed973ca2404e4f/podman/po.js', 'networkRequestId': '3466.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [68s on 1-cockpit-10]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-02-04T05:11:46.086029 | revision a832486aef4c132809f8e347ea370975bfb93c95 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:9309/devtools/browser/d17d0015-faf0-4455-bb38-a273495020b9
[0207/074231.541571:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 78682: Permission denied (13)
[0207/074231.542488:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[0207/074231.543944:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0207/074231.545134:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 78689: Permission denied (13)
[0207/074231.546199:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 78690: Permission denied (13)
[0207/074231.546711:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
[0207/074231.827766:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 78782: Permission denied (13)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644219765121.367,"url":"http://127.0.0.2:9091/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js","networkRequestId":"78782.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644219765445.686,"url":"http://127.0.0.2:9091/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js","networkRequestId":"78782.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644219764203.105, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '78782.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '78782.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '78782.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1644219764203.105, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '78782.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '78782.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '78782.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: f0b02e9d092d905d0d87a8455a1ae3e9bb47b4aa3dc125125ca5cd10d6441c9f: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [144s on centosci-tasks-kzq44]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-02-07T07:44:37.732897 | revision dc6baca69b2f1298dbbec0263d225ccce510d49d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10084/devtools/browser/1fa00698-854c-4d5f-a258-d4f292f3c2d4
[0207/074503.403954:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 81469: Permission denied (13)
[0207/074503.404864:ERROR:egl_util.cc(74)] Failed to load GLES library: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: /usr/lib64/chromium-browser/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[0207/074503.406541:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0207/074503.407838:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 81476: Permission denied (13)
[0207/074503.409085:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 81477: Permission denied (13)
[0207/074503.409701:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is 
[0207/074503.690512:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 81521: Permission denied (13)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644219907573.172,"url":"http://127.0.0.2:9191/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js","networkRequestId":"81521.62"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1644219907949.79,"url":"http://127.0.0.2:9191/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js","networkRequestId":"81521.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644219906766.8171, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '81521.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '81521.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '81521.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1644219906766.8171, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '81521.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '81521.62'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$1d73f80ed49c9b156ffafebba01ada9cf17e6eec091f553f26e2bf90184ddd07/podman/po.js', 'networkRequestId': '81521.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [69s on centosci-tasks-kzq44]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-02-07T07:46:12.979318 | revision dc6baca69b2f1298dbbec0263d225ccce510d49d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
[0217/071647.457570:ERROR:egl_util.cc(74)] 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
[0217/071647.744088:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization

DevTools listening on ws://127.0.0.1:9844/devtools/browser/fc7eaa60-f51c-446b-b527-ea6a56988537
[0217/071648.076437:ERROR:egl_util.cc(74)] 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
[0217/071648.078318:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071650.609662:ERROR:egl_util.cc(74)] 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
[0217/071650.611258:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071650.623637:ERROR:egl_util.cc(74)] 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
[0217/071650.625523:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071650.636674:ERROR:egl_util.cc(74)] 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
[0217/071650.638378:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071650.659186:ERROR:egl_util.cc(74)] 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
[0217/071650.660779:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071650.666538:ERROR:egl_util.cc(74)] 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
[0217/071650.668367:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071650.671557:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645082222298.207,"url":"http://127.0.0.2:9091/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js","networkRequestId":"1167.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645082223513.7898,"url":"http://127.0.0.2:9091/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js","networkRequestId":"1167.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1645082221237.356, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1167.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '1167.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '1167.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
Wrote screenshot to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-centos-8-stream-127.0.0.2-2201-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 242, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1645082221237.356, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1167.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '1167.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '1167.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  volume

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [157s on 4-ci-srv-02]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-02-17T07:18:54.564386 | revision 00a89da342d8ed1c1b6df625b66cae32172cc78b Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)

DevTools listening on ws://127.0.0.1:10219/devtools/browser/08707d48-e218-45e6-8238-c86bcfbabea5
[0217/071914.059959:ERROR:egl_util.cc(74)] 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
[0217/071914.061780:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071914.067984:ERROR:egl_util.cc(74)] 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
[0217/071914.069744:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[0217/071914.072340:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is 
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645082357280.8088,"url":"http://127.0.0.2:9191/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js","networkRequestId":"3753.58"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1645082357548.596,"url":"http://127.0.0.2:9191/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js","networkRequestId":"3753.103"}
> warning: failed to poll tuned 
> log: This OS does not support CgroupsV2. Some information may be missing.
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645082356656.7559, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '3753.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '3753.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '3753.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.
Wrote screenshot to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-centos-8-stream-127.0.0.2-2301-FAIL.log.gz
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 192, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 160, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 516, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 485, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 476, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 470, 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 467, 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 255, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1645082356656.7559, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '3753.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '3753.58'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$4dfd4a822d51a294763006c6c3266a1f5c4df290226414e93dc44a640dfe4b11/podman/po.js', 'networkRequestId': '3753.103'}
warning: failed to poll tuned 
warning: failed to poll tuned 
log: This OS does not support CgroupsV2. Some information may be missing.

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [67s on 4-ci-srv-02]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-02-17T07:20:22.249951 | revision 00a89da342d8ed1c1b6df625b66cae32172cc78b Times recorded: 1 Latest occurrences:

martinpitt commented 2 years ago

ubuntu-2204 Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45317
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
Getting image source signatures
Copying blob sha256:dee215ffc666313e1381d3e6e4299a4455503735b8df31c3fa161d2df50860a8
Copying config sha256:ed210e3e4a5bae1237f1bb44d72a05a2f1e5c6bfe7a7e73da179e2534269c459
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:7e60f6c289e24851487ab430d624139c43e90805f87c0d48816725c96b468e47
Copying blob sha256:56bfbe9d4dae850dc6cf1de7f90ed9ec3848bfcbcc030917566bdb81cb057003
Copying config sha256:5f20a898a29353bd8827f0a8014f45438f249d75176262c058b586a49e9183f2
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33
Copying blob sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed
Copying config sha256:56a9b5a744a674481a5c034fec45ebf470a58ab844cd0da4d26b89bd27df5e36
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:4bc1ddfc34abe57103cf30d7d295e8ea920689ea9992000fb33c29b3fa11b50c
Copying blob sha256:a1c01e366b99afb656cec4b16561b6ab299fa471011b4414826407af3a5884f8
Copying blob sha256:414fa8d4b08681291f1df5d79769b70f8e0836fd0f3a86fa7e11f7ab9ddc4ce0
Copying blob sha256:e5dfe2b43270bc5eb6ac9021609a90c2beacae1eebc90db5b96c2b3997448511
Copying blob sha256:44bce369696406a99f5d433a09943b787a28b3912bb5b693c77345a18401e3ea
Copying config sha256:d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631
Writing manifest to image destination
Storing signatures
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
Removed /etc/systemd/user/sockets.target.wants/podman.socket.
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  container history
> warn: Unhandled event type  container history
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  container history
> warn: Unhandled event type  container history
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> info: Object(8)
> info: Object(8)
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Unhandled event type  volume
> warn: Unhandled event type  container history
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
----- user containers -----
CONTAINER ID  IMAGE                           COMMAND     CREATED         STATUS                     PORTS       NAMES
8c80846ee859  localhost/test-registry:latest  sh          21 seconds ago  Exited (0) 21 seconds ago              b
6617ab3a741e  localhost/test-registry:latest  sh          20 seconds ago  Exited (0) 21 seconds ago              doremi
---- 8c80846ee859 ----
---- 6617ab3a741e ----
----- system containers -----
CONTAINER ID  IMAGE                           COMMAND     CREATED         STATUS                     PORTS       NAMES
f2aa2f6b76b8  localhost/test-registry:latest  sh          23 seconds ago  Exited (0) 23 seconds ago              c
30b7ad77c87a  localhost/test-registry:latest  sh          22 seconds ago  Exited (0) 22 seconds ago              a
---- f2aa2f6b76b8 ----
---- 30b7ad77c87a ----
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-application", line 419, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): Error: condition did not become true

> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
> warn: Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
Wrote screenshot to TestApplication-testBasicSystem-ubuntu-2204-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-2204-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-2204-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-2204-127.0.0.2-2201-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-application", line 419, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): Error: condition did not become true

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [74s on c0ce5782a0e6]
not ok 1 /work/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2024-09-05T14:26:27.166768+00:00 | revision 28224e6e837a9604e5940042bc4266a3860cd251 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 42113
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Getting image source signatures
Copying blob sha256:dee215ffc666313e1381d3e6e4299a4455503735b8df31c3fa161d2df50860a8
Copying config sha256:ed210e3e4a5bae1237f1bb44d72a05a2f1e5c6bfe7a7e73da179e2534269c459
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:7e60f6c289e24851487ab430d624139c43e90805f87c0d48816725c96b468e47
Copying blob sha256:56bfbe9d4dae850dc6cf1de7f90ed9ec3848bfcbcc030917566bdb81cb057003
Copying config sha256:5f20a898a29353bd8827f0a8014f45438f249d75176262c058b586a49e9183f2
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed
Copying blob sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33
Copying config sha256:56a9b5a744a674481a5c034fec45ebf470a58ab844cd0da4d26b89bd27df5e36
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:4bc1ddfc34abe57103cf30d7d295e8ea920689ea9992000fb33c29b3fa11b50c
Copying blob sha256:a1c01e366b99afb656cec4b16561b6ab299fa471011b4414826407af3a5884f8
Copying blob sha256:414fa8d4b08681291f1df5d79769b70f8e0836fd0f3a86fa7e11f7ab9ddc4ce0
Copying blob sha256:e5dfe2b43270bc5eb6ac9021609a90c2beacae1eebc90db5b96c2b3997448511
Copying blob sha256:44bce369696406a99f5d433a09943b787a28b3912bb5b693c77345a18401e3ea
Copying config sha256:d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631
Writing manifest to image destination
Storing signatures
----- user containers -----
CONTAINER ID  IMAGE       COMMAND     CREATED     STATUS      PORTS       NAMES
----- system containers -----
CONTAINER ID  IMAGE       COMMAND     CREATED     STATUS      PORTS       NAMES
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-application", line 296, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/make-checkout-workdir/test/check-application", line 236, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-v5-c-empty-state", "No containers in this pod")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-v5-c-empty-state")): Error: condition did not become true

Wrote screenshot to TestApplication-testPods-ubuntu-2204-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-ubuntu-2204-127.0.0.2-2301-FAIL.html
Journal extracted to TestApplication-testPods-ubuntu-2204-127.0.0.2-2301-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-application", line 296, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/make-checkout-workdir/test/check-application", line 236, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-v5-c-empty-state", "No containers in this pod")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 814, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 805, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 799, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-v5-c-empty-state")): Error: condition did not become true

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [31s on c0ce5782a0e6]
not ok 26 /work/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2024-09-05T14:29:19.190950+00:00 | revision 28224e6e837a9604e5940042bc4266a3860cd251 Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

fedora-coreos Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /var/home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.

DevTools listening on ws://127.0.0.1:10212/devtools/browser/6952491b-4770-47fc-8ab6-62ff86ea998e
[0504/133801.210354:ERROR:egl_util.cc(74)] 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
[0504/133801.211883:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0504/133801.218926:ERROR:egl_util.cc(74)] 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
[0504/133801.220743:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0504/133801.223355:ERROR:gpu_init.cc(440)] 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":1651671483698.521,"url":"http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js","networkRequestId":"1922.48"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651671483698.7888,"url":"http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js","networkRequestId":"1922.50"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651671483751.253,"url":"http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/podman/po.js","networkRequestId":"1922.60"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651671483994.921,"url":"http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js","networkRequestId":"1922.55"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651671483995.576,"url":"http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js","networkRequestId":"1922.57"}
> debug: no crypto policies support:  not-found
> warning: Unhandled event type  system
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 258, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 489, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 480, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 474, 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 464, 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 248, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1651671481710.37, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1922.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '1922.48'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '1922.50'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/podman/po.js', 'networkRequestId': '1922.60'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '1922.55'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '1922.57'}
debug: no crypto policies support:  not-found
warning: Unhandled event type  system
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
Wrote screenshot to TestApplication-testBasicSystem-fedora-coreos-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-fedora-coreos-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-fedora-coreos-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-fedora-coreos-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
podman: no process found
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 258, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 489, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 480, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 474, 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 464, 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 248, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1651671481710.37, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '1922.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '1922.48'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '1922.50'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/podman/po.js', 'networkRequestId': '1922.60'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '1922.55'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9091/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '1922.57'}
debug: no crypto policies support:  not-found
warning: Unhandled event type  system
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication) failed
# 1 TEST FAILED [101s on 3-ci-srv-05]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2022-05-04T13:39:22.413903 | revision 17fd555ffcc3330027003b69a554f01115312425 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9815/devtools/browser/62056b12-2be0-4f41-9f39-98c8b620966c
[0504/141014.322679:ERROR:egl_util.cc(74)] 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
[0504/141014.326759:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0504/141014.330864:ERROR:egl_util.cc(74)] 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
[0504/141014.332796:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0504/141014.335853:ERROR:gpu_init.cc(440)] 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":1651673416780.3918,"url":"http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js","networkRequestId":"8902.48"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651673416783.484,"url":"http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js","networkRequestId":"8902.50"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651673416869.318,"url":"http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/podman/po.js","networkRequestId":"8902.60"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651673417189.737,"url":"http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js","networkRequestId":"8902.55"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1651673417190.388,"url":"http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js","networkRequestId":"8902.57"}
> debug: no crypto policies support:  not-found
> warning: Unhandled event type  system
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 209, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 176, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 520, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 489, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 480, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 474, 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 464, 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 248, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1651673414861.048, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '8902.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '8902.48'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '8902.50'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/podman/po.js', 'networkRequestId': '8902.60'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '8902.55'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '8902.57'}
debug: no crypto policies support:  not-found
warning: Unhandled event type  system
Wrote screenshot to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
podman: no process found
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 209, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 176, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 520, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 489, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 480, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 474, 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 464, 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 248, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1651673414861.048, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '8902.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '8902.48'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '8902.50'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/podman/po.js', 'networkRequestId': '8902.60'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/base1/po.js', 'networkRequestId': '8902.55'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$0926effcdf8c874e40bd1050dffb65acdcc3f4eb0517bb271f55fb5557113535/system/po.js', 'networkRequestId': '8902.57'}
debug: no crypto policies support:  not-found
warning: Unhandled event type  system

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [37s on 2-cockpit-7]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-05-04T14:10:47.728741 | revision 90baf3ed964769238ae6e5e51628b440df5b0bd3 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket
[0509/070007.713174:ERROR:egl_util.cc(74)] 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

DevTools listening on ws://127.0.0.1:9272/devtools/browser/900f5038-e6b5-454d-a752-003f4415e171
[0509/070007.716855:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0509/070007.731468:ERROR:gpu_init.cc(440)] 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":1652079610396.477,"url":"http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/system/po.js","networkRequestId":"7261.50"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1652079610396.815,"url":"http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/base1/po.js","networkRequestId":"7261.48"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1652079610471.729,"url":"http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/podman/po.js","networkRequestId":"7261.60"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1652079610912.724,"url":"http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/base1/po.js","networkRequestId":"7261.55"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1652079610913.552,"url":"http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/system/po.js","networkRequestId":"7261.57"}
> debug: no crypto policies support:  not-found
> warning: Unhandled event type  system
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 209, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 176, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 520, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 489, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 480, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 474, 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 464, 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 248, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1652079608366.582, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '7261.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/system/po.js', 'networkRequestId': '7261.50'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/base1/po.js', 'networkRequestId': '7261.48'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/podman/po.js', 'networkRequestId': '7261.60'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/base1/po.js', 'networkRequestId': '7261.55'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/system/po.js', 'networkRequestId': '7261.57'}
debug: no crypto policies support:  not-found
warning: Unhandled event type  system
Wrote screenshot to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-coreos-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
podman: no process found
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 209, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 176, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 520, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 489, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 480, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 474, 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 464, 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 248, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1652079608366.582, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '7261.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/system/po.js', 'networkRequestId': '7261.50'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/base1/po.js', 'networkRequestId': '7261.48'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/podman/po.js', 'networkRequestId': '7261.60'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/base1/po.js', 'networkRequestId': '7261.55'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'url': 'http://127.0.0.2:9191/cockpit/$31e5d95183f075124cf94b59d49c876650a71efdc74b24e07c6843ab45e9c390/system/po.js', 'networkRequestId': '7261.57'}
debug: no crypto policies support:  not-found
warning: Unhandled event type  system

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [41s on 1-ci-srv-06]
not ok 19 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@1]

First occurrence: 2022-05-09T07:00:42.591203 | revision 7b482269d47824cec380dc3265fdc5d949fecbb1 Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

fedora-36 Ooops, it happened again


# ----------------------------------------------------------------------
# testPods (__main__.TestApplication)
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket -> /usr/lib/systemd/system/podman.socket.
Created symlink /home/admin/.config/systemd/user/sockets.target.wants/podman.socket -> /usr/lib/systemd/user/podman.socket.

DevTools listening on ws://127.0.0.1:9280/devtools/browser/08e429d0-bb8d-4363-8858-cd051e728486
[0711/090956.502296:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 2013: Permission denied (13)
[0711/090956.503155:ERROR:egl_util.cc(74)] 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
[0711/090956.504724:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0711/090956.506950:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 2020: Permission denied (13)
[0711/090956.509084:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 2025: Permission denied (13)
[0711/090956.509782:ERROR:egl_util.cc(74)] 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
[0711/090956.511175:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0711/090956.512850:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 2033: Permission denied (13)
[0711/090956.513454:ERROR:gpu_init.cc(446)] Passthrough is not supported, GL is disabled, ANGLE is 
[0711/090957.180190:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 2108: Permission denied (13)
Traceback (most recent call last):
  File "/usr/lib64/python3.10/unittest/case.py", line 549, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/check-application", line 209, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 176, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1657530598937.5032, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '2108.12'}
Wrote screenshot to TestApplication-testPods-fedora-36-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestApplication-testPods-fedora-36-127.0.0.2-2701-FAIL.html
Wrote JS log to TestApplication-testPods-fedora-36-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestApplication-testPods-fedora-36-127.0.0.2-2701-FAIL.log.gz
podman: no process found
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 209, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 176, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 576, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 545, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 536, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 530, 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 520, 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 270, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1657530598937.5032, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '2108.12'}

# Result testPods (__main__.TestApplication) failed
# 1 TEST FAILED [49s on centosci-tasks-dbxc7]
not ok 22 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@4]

First occurrence: 2022-07-11T09:10:30.370621 | revision 25339c208f4027c336ed5cd4ef169138d1b5dc92 Times recorded: 1 Latest occurrences:

cockpituous commented 2 years ago

ubuntu-stable Ooops, it happened again


# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9909/devtools/browser/abf98b09-701d-424a-85fb-2f83d448b8d4
[0421/110234.442798:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 619, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in _wait_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("#containers-containers .pod-name:contains('pod_user')")): 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': 1682074955421.835, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '174791.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2501-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2501-FAIL.log.gz
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> log: 
> log: 
> warning: transport closed: disconnected
Connection to 127.0.0.2 closed by remote host.
umount: /run/user/1000: no mount point specified.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 619, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in _wait_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("#containers-containers .pod-name:contains('pod_user')")): 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': 1682074955421.835, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '174791.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [54s on 2-ci-srv-02]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@3]

First occurrence: 2023-04-21T11:03:25.319651 | revision 8a0fb4032fbdae54acb1cc2f74e28ea0a1ed6bc7 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9720/devtools/browser/61bd92e2-dcd3-49ee-b17d-799f47e01ac9
[0421/111545.802848:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 243, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 210, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 650, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 619, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in _wait_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("#table-pod-1 .pf-c-empty-state")): 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': 1682075746678.041, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '6241.12'}

Wrote screenshot to TestApplication-testPods-ubuntu-stable-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestApplication-testPods-ubuntu-stable-127.0.0.2-2401-FAIL.html
Wrote JS log to TestApplication-testPods-ubuntu-stable-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestApplication-testPods-ubuntu-stable-127.0.0.2-2401-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 243, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 210, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 650, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 619, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in _wait_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("#table-pod-1 .pf-c-empty-state")): 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': 1682075746678.041, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '6241.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [36s on rhos-01-10]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@2]

First occurrence: 2023-04-21T11:16:19.326950 | revision f970f9735dcac11512f10a6d50c956e75b0db7f5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9789/devtools/browser/40cf7017-beac-4b31-9e20-62af0e8f6839
[0424/063053.434322:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> log: 
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> log: 
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: image not known","problem":null,"cause":"image not known","response":404}
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 619, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in _wait_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("#containers-containers .pod-name:contains('pod_user')")): 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': 1682317854417.0261, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '22081.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2701-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 619, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 610, in _wait_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("#containers-containers .pod-name:contains('pod_user')")): 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': 1682317854417.0261, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '22081.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [52s on 1-ci-srv-01]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@4]

First occurrence: 2023-04-24T06:31:41.692482 | revision 96d2ec938724ca8034419eaa72ff3b6530c95138 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9590/devtools/browser/bd4f7f8c-ec5c-4d9d-ab0f-f205b343db97
[0427/023434.770371:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1682562879574.7112, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '8372.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-3001-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-3001-FAIL.log.gz
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> log: 
> log: 
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1682562879574.7112, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '8372.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [55s on rhos-01-12]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@7]

First occurrence: 2023-04-27T02:35:26.859623 | revision a6544c9872baf37e6c3e892ed00176b74f6c42c3 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9457/devtools/browser/d0f5c005-dc28-42ac-98ea-1252c3b871b7
[0427/095428.203540:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> log: 
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> log: 
> log: 
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1682589272645.008, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '63803.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2301-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2301-FAIL.log.gz
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> log: 
> log: 
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1682589272645.008, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '63803.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
log: 
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [63s on 1-ci-srv-03]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@1]

First occurrence: 2023-04-27T09:55:26.711680 | revision eee5b00c5e84a51db1caf4ccc0d4de72fa1e23cb Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:10011/devtools/browser/b0f0ba85-bfea-417e-91c5-6706b93e2205
[0428/082434.596569:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 243, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 210, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 636, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1682670280453.773, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '86016.12'}

Wrote screenshot to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 243, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 210, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 636, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1682670280453.773, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '86016.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [44s on 2-ci-srv-04]
not ok 27 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2023-04-28T08:25:14.284380 | revision ac2abc63c5cd54a7b005b50df1d3d6fae7e44d34 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9653/devtools/browser/b21bd2d6-e383-4383-9b25-c469d646f1c7
[0428/082829.296994:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1682670513264.281, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '98333.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2901-FAIL.log.gz
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> warning: Failed to do Update Pods: {"problem":"disconnected","message":"Server has closed the connection."}
> log: 
> log: 
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1682670513264.281, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '98333.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [63s on 2-ci-srv-04]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@6]

First occurrence: 2023-04-28T08:29:28.121852 | revision ac2abc63c5cd54a7b005b50df1d3d6fae7e44d34 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9428/devtools/browser/e8a6c124-4678-41a2-aa97-83b142370912
[0428/093444.365076:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2286, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2280, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 372, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 364, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1682674489708.8872, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '20813.12'}
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testCreateContainerInPodSystem-ubuntu-stable-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-ubuntu-stable-127.0.0.2-2801-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-ubuntu-stable-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-ubuntu-stable-127.0.0.2-2801-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2286, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2280, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 372, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 364, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1682674489708.8872, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '20813.12'}
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem) failed
# 1 TEST FAILED [54s on 1-cockpit-7]
not ok 6 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem [ND@5]

First occurrence: 2023-04-28T09:35:34.698809 | revision 01fd85dbbab55f0610d7a697dc49c2094fabdde7 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasicSystem (__main__.TestApplication.testBasicSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:10083/devtools/browser/5e3a1052-f7b7-4a9e-993e-a67a20b155d3
[0502/181717.004912:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> warning: Unhandled event type  container history
> log: 
> log: 
> log: 
> warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: image not known","problem":null,"cause":"image not known","response":404}
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
> warning: Unhandled event type  volume
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1683051441368.5032, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '192802.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
log: 
log: 
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testBasicSystem-ubuntu-stable-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Connection to 127.0.0.2 closed by remote host.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 343, in testBasicSystem
    b.wait_visible("#containers-containers .pod-name:contains('pod_user')")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 596, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, 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 576, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#containers-containers .pod-name:contains('pod_user')")): 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': 1683051441368.5032, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '192802.12'}
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
warning: Unhandled event type  container history
log: 
log: 
log: 
warning: Failed to do Update Images: {"status":404,"reason":"Not Found","message":"failed to find image e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: e36e8b9d9be9afa8e4ac017f75185192db445d4aa94ac09934798a5c351460d0: image not known","problem":null,"cause":"image not known","response":404}
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history
warning: Unhandled event type  volume
warning: Unhandled event type  container history

# Result testBasicSystem (__main__.TestApplication.testBasicSystem) failed
# 1 TEST FAILED [60s on 4-ci-srv-02]
not ok 1 /work/bots/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0]

First occurrence: 2023-05-02T18:18:13.305867 | revision 0221b1ce4284db79a6ec29eb436e69d9984d3e87 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testPods (__main__.TestApplication.testPods)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9751/devtools/browser/846d650d-d6d9-4128-a611-063d04f930a0
[0601/053057.832561:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 236, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 203, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 645, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 614, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 599, 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 585, 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 291, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1685597461644.191, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '3926.12'}

Wrote screenshot to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.html
Wrote JS log to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestApplication-testPods-ubuntu-stable-127.0.0.2-2201-FAIL.log.gz
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 236, in testPods
    self.waitPodContainer("pod-1", [])
  File "/work/bots/make-checkout-workdir/test/check-application", line 203, in waitPodContainer
    self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 645, in wait_in_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 614, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 605, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 599, 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 585, 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 291, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-pod-1 .pf-c-empty-state")): 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': 1685597461644.191, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '3926.12'}

# Result testPods (__main__.TestApplication.testPods) failed
# 1 TEST FAILED [41s on 1-ci-srv-05]
not ok 25 /work/bots/make-checkout-workdir/test/check-application TestApplication.testPods [ND@0]

First occurrence: 2023-06-01T05:31:34.540286 | revision 7ca6cf831e173f6cff81fd9474780bbb8ded8264 Times recorded: 1 Latest occurrences:

cockpituous commented 1 year ago

debian-stable Ooops, it happened again


# ----------------------------------------------------------------------
# testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem)
Warning: Stopping podman.service, but it can still be activated by:
  podman.socket

DevTools listening on ws://127.0.0.1:9882/devtools/browser/883c4f73-0cf6-442b-bbd7-9d74f187264c
[0627/230708.821287:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Unhandled event type  
> log: 
> warning: Unhandled event type  container history
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2467, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2461, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 402, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 394, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 632, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 623, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 617, 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 603, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1687907237761.6328, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '9065.12'}
warning: Unhandled event type  
log: 
warning: Unhandled event type  container history

Wrote screenshot to TestApplication-testCreateContainerInPodSystem-debian-stable-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-debian-stable-127.0.0.2-2501-FAIL.html
Wrote JS log to TestApplication-testCreateContainerInPodSystem-debian-stable-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestApplication-testCreateContainerInPodSystem-debian-stable-127.0.0.2-2501-FAIL.log.gz
time="2023-06-27T23:07:59Z" level=warning msg="StopSignal SIGTERM failed to stop container containerinpod in 10 seconds, resorting to SIGKILL"
Connection to 127.0.0.2 closed by remote host.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-application", line 2467, in testCreateContainerInPodSystem
    self._testCreateContainerInPod(True)
  File "/work/bots/make-checkout-workdir/test/check-application", line 2461, in _testCreateContainerInPod
    b.click("#table-system_pod .create-container-in-pod")
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 402, in click
    self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click", 0, 0, 0)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 394, in mouse
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 632, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 623, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 617, 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 603, 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 295, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("#table-system_pod .create-container-in-pod:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1687907237761.6328, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '9065.12'}
warning: Unhandled event type  
log: 
warning: Unhandled event type  container history

# Result testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem) failed
# 1 TEST FAILED [58s on 3-ci-srv-02]
not ok 6 /work/bots/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem [ND@3]

First occurrence: 2023-06-27T23:08:02.353837 | revision 16579893676b4a9fe362f7fedf84e89ee5001038 Times recorded: 1 Latest occurrences: