cockpit-project / bots

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

dosfstools-4.2 breaks vfat formatting of entire device #1733

Closed allisonkarlitskaya closed 1 year ago

allisonkarlitskaya commented 3 years ago

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983751

cockpituous commented 3 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0328/101404.595615:ERROR:bus.cc(393)] 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:9352/devtools/browser/fcbb5f4b-7f92-487c-93d8-1426198b5e69
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616926445816.193,"url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-8987074033609549602.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616926445098.339, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '63193.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-8987074033609549602.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616926445098.339, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '63193.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [86s on 1-cockpit-8]
not ok 316 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-28T10:15:18.945994 | revision 018b496c572bbe9dc632591ed5437c40a5e44e69 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0328/150306.986570:ERROR:bus.cc(393)] 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:10141/devtools/browser/8f696b0c-729f-4515-8cab-0ae9fc3a1f54
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:9291\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616943788478.137,"url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '6969630795018024592.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616943787660.646, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '63387.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '6969630795018024592.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616943787660.646, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '63387.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [90s on 4-cockpit-11]
not ok 312 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-28T15:04:22.765230 | revision 5308336b7641399f5023c70c0b5f04b735ba29ac Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0328/172249.262624:ERROR:bus.cc(393)] 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:9601/devtools/browser/1dbf2af8-ce43-4725-a911-11b9572c10ec
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616952170701.4092,"url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '8594364531310179258.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616952169977.0269, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '61830.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '8594364531310179258.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616952169977.0269, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '61830.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$78a7b6f2a9f3d85007ea18f21340931357dd3cdf464a094330179432638f4a5b/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [86s on 2-ci-srv-04]
not ok 312 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-28T17:24:04.157061 | revision a0bf65b2bf485b3848b7a2ec279aa67978add8c7 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0329/033405.687132:ERROR:bus.cc(393)] 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:9667/devtools/browser/1e82707d-f7d7-4886-891a-6effea3a3f34
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:9491\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616988847240.657,"url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-7780434668805488652.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616988846453.704, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '3468.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-7780434668805488652.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616988846453.704, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '3468.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$3882481afb7066bdf4047580f075bae6c3150e0978afda7c774b6de863eceaa6/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<stdin>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [87s on 2-ci-srv-03]
not ok 213 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-29T03:35:20.508395 | revision 76378db3cab10a3c4592f8f873850c40aa9e9102 Times recorded: 1 Latest occurrences:

cockpituous commented 3 years ago

verify/fedora-34 Ooops, it happened again


# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0328/102855.229414:ERROR:bus.cc(393)] 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:9319/devtools/browser/e606ad3e-a159-4e07-b939-337663ed2eb0
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616927337656.1921,"url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-2254105506567423167.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616927336633.2751, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '72228.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-2254105506567423167.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616927336633.2751, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '72228.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [94s on 4-ci-srv-06]
not ok 316 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-28T10:30:11.488809 | revision 61c78766bdfd68d15c847d38b76ee7d57afd54b5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0328/151419.953750:ERROR:bus.cc(393)] 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:9301/devtools/browser/5bc0dcae-1f5a-4fbc-aa54-81bb6dde0583
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616944462712.606,"url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-3948603665719430796.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616944461730.844, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '76973.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-3948603665719430796.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616944461730.844, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '76973.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [94s on 1-ci-srv-04]
not ok 312 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-28T15:15:36.340595 | revision 119a77a6b012988fa4192c05b052291996364ef7 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0328/174923.190937:ERROR:bus.cc(393)] 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:9895/devtools/browser/e034a241-fb43-4126-8832-742c3bcfa872
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:9591\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616953765521.614,"url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '583143563232261647.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616953764573.878, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '3119.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:9591". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '583143563232261647.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616953764573.878, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '3119.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:9591". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9591/cockpit/$bff40b3416ac4f8a4c53089e322961c785f54fbbe76eb3d9780c600071733ef2/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [96s on 4-ci-srv-02]
not ok 312 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-28T17:50:39.964041 | revision 79fe9eadee06cceeddd7e0b16a1e84d4ff9af9a2 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0329/034339.145876:ERROR:bus.cc(393)] 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:9257/devtools/browser/60340651-1be4-489c-a852-667834fff8f0
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1616989422505.053,"url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":63,"columnNumber":64858},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":63,"columnNumber":74054},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '785236217094463945.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616989421468.14, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '41675.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 397, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 388, 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 385, 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 179, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '785236217094463945.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1616989421468.14, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '41675.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 63, 'columnNumber': 64858}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 63, 'columnNumber': 74054}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a93abce35a99765995eac5e63deb04c43d92f5557221c6bc717efa1962659d1a/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [95s on 2-cockpit-11]
not ok 213 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-03-29T03:44:56.563680 | revision 76378db3cab10a3c4592f8f873850c40aa9e9102 Times recorded: 1 Latest occurrences:

cockpituous commented 3 years ago

fedora-34 Ooops, it happened again


# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0405/134129.518842:ERROR:bus.cc(393)] 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:9854/devtools/browser/529d9df7-f190-44ee-a083-01eb2d8b7762
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:9291\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1617630092470.638,"url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":63,"columnNumber":64878},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":63,"columnNumber":74074},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-2530342619449318137.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1617630091388.9028, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '107604.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 64878}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 74074}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-2530342619449318137.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1617630091388.9028, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '107604.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 64878}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 74074}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [97s on 3-cockpit-9]
not ok 213 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-05T13:42:45.043737 | revision 356815a26859dc16f9b2e7062edd90c56f7c1930 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0405/160011.429543:ERROR:bus.cc(393)] 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:9756/devtools/browser/34e515e3-44b4-40be-b1d9-4cd74e17f965
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1617638413902.375,"url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":63,"columnNumber":64878},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":63,"columnNumber":74074},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-3600667318253197056.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1617638413023.345, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '30910.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 64878}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 74074}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-3600667318253197056.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1617638413023.345, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '30910.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 64878}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 74074}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [88s on 1-ci-srv-01]
not ok 176 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-05T16:01:23.434914 | revision 02b999737877e6d058609caba3e640621ac36678 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0405/163947.840105:ERROR:bus.cc(393)] 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:9338/devtools/browser/0aa4d283-85a1-4881-9ff8-f5b7b99c61c6
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:9491\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1617640790909.167,"url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"Ee","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":35353},{"functionName":"$e","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":44390},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":24,"columnNumber":46071},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":63,"columnNumber":64878},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":63,"columnNumber":74074},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":33,"columnNumber":18514},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-5828834825832439089.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1617640789997.612, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '15608.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 64878}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 74074}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-5828834825832439089.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1617640789997.612, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '15608.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'Ee', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 35353}, {'functionName': '$e', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 44390}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 24, 'columnNumber': 46071}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 64878}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 63, 'columnNumber': 74074}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 33, 'columnNumber': 18514}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$de84ec330deb70fa75e9e271f62ea9925b8d30e4d3b2bd780fdabce5331e90e7/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing-modular': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [94s on 4-ci-srv-02]
not ok 176 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-05T16:41:02.172872 | revision eaeb78face22aed5457748204db430d80e28f688 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0426/105114.085027:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0426/105114.087104:WARNING:headless_browser_main_parts.cc(83)] Cannot create Pref Service with no user data dir.

DevTools listening on ws://127.0.0.1:9980/devtools/browser/7d8864cb-db1b-452d-8a8d-49c13375925e
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:9491\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1619434276879.556,"url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":24,"columnNumber":35691},{"functionName":"Be","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":24,"columnNumber":44728},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":24,"columnNumber":46409},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":63,"columnNumber":64880},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":63,"columnNumber":74078},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":33,"columnNumber":18719},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> warning: loading available updates failed: {"detail":"cannot update repo 'fedora': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 405, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 396, 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 393, 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 187, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '8447333408083379833.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619434275990.763, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '227134.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'fedora': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-fedora-34-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 405, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 396, 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 393, 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 187, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '8447333408083379833.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619434275990.763, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '227134.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$6b6881eaa7592b3c7573648792d9a36dff8525cab7677756bf779a3a8a5e8de5/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: loading available updates failed: {"detail":"cannot update repo 'fedora': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [87s on 2-cockpit-8]
not ok 112 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-26T10:52:27.260206 | revision 3301f5e4eac32f39a5bb8bd75769ff3a913b1553 Times recorded: 1 Latest occurrences:

cockpituous commented 3 years ago

debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)

DevTools listening on ws://127.0.0.1:10126/devtools/browser/d016eba5-110d-448f-b802-a9a5d84a83f8
[1015/054646.290688: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
[1015/054646.294998:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization
[1015/054646.304458: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:9291\". 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":1634276808503.467,"url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":121721},{"functionName":"Ze","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":130758},{"functionName":"append","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":132439},{"functionName":"D","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":349379},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":358581},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":643600},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":643604}]}}
> 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: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634276807187.084, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '890.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:9291". 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:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/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.
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.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634276807187.084, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '890.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:9291". 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:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9291/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/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.
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.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [95s on 4-cockpit-7]
not ok 174 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-10-15T05:48:02.600260 | revision 61ade897dc1fc64435e3947e63a41339315f3494 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)

DevTools listening on ws://127.0.0.1:9813/devtools/browser/941b207e-2eae-4aaa-8e9e-320f42c9a9df
[1015/060525.049292:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 33259: Permission denied (13)
[1015/060525.050830:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 33260: Permission denied (13)
[1015/060525.051641: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
[1015/060525.054695:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization
[1015/060525.058637:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 33273: Permission denied (13)
[1015/060525.059109:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is disabled
[1015/060525.328176:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 33307: Permission denied (13)
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:9591\". 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":1634277926552.422,"url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":121721},{"functionName":"Ze","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":130758},{"functionName":"append","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":132439},{"functionName":"D","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":349379},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":358581},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":643600},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js","lineNumber":1,"columnNumber":643604}]}}
> 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: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634277925652.72, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '33307.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:9591". 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:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/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.
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.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634277925652.72, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '33307.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:9591". 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:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9591/cockpit/$00c79f38baa5909b396e0c3c59437ab4b6cf02b153485e3bd431282f5fbfc8ba/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.
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.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [85s on centosci-tasks-4tw78]
not ok 174 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-10-15T06:06:37.636684 | revision 6b3e9f1616e246954915148f832f2b636145f2fa Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)

DevTools listening on ws://127.0.0.1:9348/devtools/browser/9bf1f366-cf20-47d3-9411-a96e4d7358a3
[1015/073742.306914:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 32782: Permission denied (13)
[1015/073742.308639:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 32783: Permission denied (13)
[1015/073742.309340: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
[1015/073742.312105:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization
[1015/073742.315129:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 32796: Permission denied (13)
[1015/073742.315550:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is disabled
[1015/073742.583095:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 32827: Permission denied (13)
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:9391\". 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":1634283463677.584,"url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":121721},{"functionName":"Ze","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":130758},{"functionName":"append","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":132439},{"functionName":"D","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":349379},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":358581},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":643600},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js","lineNumber":1,"columnNumber":643604}]}}
> 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: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634283462910.936, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '32827.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:9391". 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:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/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.
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.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634283462910.936, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '32827.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:9391". 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:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 121721}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 130758}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 132439}, {'functionName': 'D', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 349379}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 358581}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/shell/index.js', 'lineNumber': 1, 'columnNumber': 643600}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$dd418cb12b88d359602507d13117fb88f0975148784ac2c76a4b17f54e3533ed/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.
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.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [84s on centosci-tasks-6dvg6]
not ok 174 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-10-15T07:38:53.878833 | revision b84d197ed20fa12ebfe99d6b61ebaa7e74d8e843 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)

DevTools listening on ws://127.0.0.1:9244/devtools/browser/9c8192fb-8285-40f4-85a7-79dfef5d3e84
[1015/075801.435217: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
[1015/075801.441568:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization
[1015/075801.445400: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:9391\". 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":1634284683244.302,"url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"stackTrace":{"callFrames":[{"functionName":"Ce","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":154522},{"functionName":"Ze","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":163559},{"functionName":"append","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":165240},{"functionName":"P","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":400072},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":409274},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":711965},{"functionName":"","scriptId":"24","url":"http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js","lineNumber":1,"columnNumber":711969}]}}
> 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: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
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/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634284682280.247, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '102620.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:9391". 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:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'Ce', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 154522}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 163559}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 165240}, {'functionName': 'P', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 400072}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 409274}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 711965}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 711969}]}}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
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

error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Wrote screenshot to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-testing-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 311, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 421, in wait_not_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("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1634284682280.247, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '102620.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:9391". 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:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'stackTrace': {'callFrames': [{'functionName': 'Ce', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 154522}, {'functionName': 'Ze', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 163559}, {'functionName': 'append', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 165240}, {'functionName': 'P', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 400072}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 409274}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 711965}, {'functionName': '', 'scriptId': '24', 'url': 'http://127.0.0.2:9391/cockpit/$87d3afcde87baf70256ec02f32caf3d754319bb53f4e34eb6032dabe68e70fe8/shell/index.js', 'lineNumber': 1, 'columnNumber': 711969}]}}
error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
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

error: Modal: Specify at least one of: title, aria-label, aria-labelledby.
warning: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'tracer'

error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [89s on 3-cockpit-8]
not ok 172 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-10-15T07:59:16.003166 | revision 3077cd6f185ffbc00efdb7a4f7448f8cc72eccf5 Times recorded: 1 Latest occurrences:

cockpituous commented 3 years ago

rhel-9-0 Ooops, it happened again


# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0422/165035.230579:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0422/165035.231523:WARNING:headless_browser_main_parts.cc(83)] Cannot create Pref Service with no user data dir.

DevTools listening on ws://127.0.0.1:9424/devtools/browser/6140d88a-dc22-42a2-880d-e52a1f709823
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:9291\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1619110237745.781,"url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"columnNumber":35691},{"functionName":"Be","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"columnNumber":44728},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"columnNumber":46409},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":63,"columnNumber":64880},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":63,"columnNumber":74078},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":33,"columnNumber":18719},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Traceback (most recent call last):
  File "/usr/lib64/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '3003737144458378609.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619110236807.843, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '58493.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Wrote screenshot to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '3003737144458378609.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619110236807.843, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '58493.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [84s on 2-cockpit-11]
not ok 259 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-22T16:51:46.837054 | revision ad9e76e532e557028d7afb77456657f6faac77bf Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0423/074643.748814:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0423/074643.751517:WARNING:headless_browser_main_parts.cc(83)] Cannot create Pref Service with no user data dir.

DevTools listening on ws://127.0.0.1:10039/devtools/browser/4cd7844c-2a17-4bc7-803b-80129d9ea539
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:9291\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1619164007483.287,"url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":24,"columnNumber":35691},{"functionName":"Be","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":24,"columnNumber":44728},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":24,"columnNumber":46409},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":63,"columnNumber":64880},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":63,"columnNumber":74078},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":33,"columnNumber":18719},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Traceback (most recent call last):
  File "/usr/lib64/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-1388071975429912256.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619164006423.099, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '40798.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Wrote screenshot to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-1388071975429912256.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619164006423.099, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '40798.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:9291". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9291/cockpit/$644297c83d99d5c4eb969f79fed5a9d1f4dd2c08a1b6714ecb446073971dcfdd/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [93s on 4-ci-srv-04]
not ok 162 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-23T07:47:58.055771 | revision 3ca4a5fc2c8015456027ea5a4aa0b971c1742701 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0423/083413.063146:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0423/083413.065432:WARNING:headless_browser_main_parts.cc(83)] Cannot create Pref Service with no user data dir.

DevTools listening on ws://127.0.0.1:9400/devtools/browser/c8911f09-2977-47ac-8e80-586f20779d41
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:9491\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1619166854684.15,"url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"columnNumber":35691},{"functionName":"Be","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"columnNumber":44728},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":24,"columnNumber":46409},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":63,"columnNumber":64880},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":63,"columnNumber":74078},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":33,"columnNumber":18719},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Traceback (most recent call last):
  File "/usr/lib64/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-8612950466582871343.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619166853681.99, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '118613.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Wrote screenshot to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-8612950466582871343.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619166853681.99, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '118613.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:9491". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9491/cockpit/$c95ab63db2bcfc9af20370ac84cb16e99505009b84d121ce28b70fa7b2082fae/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [90s on 1-ci-srv-05]
not ok 259 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-23T08:35:24.806820 | revision 4746c68ed031125229f20c63e841a00da036bcf8 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat)
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[0423/093018.960226:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0423/093018.961592:WARNING:headless_browser_main_parts.cc(83)] Cannot create Pref Service with no user data dir.

DevTools listening on ws://127.0.0.1:10184/devtools/browser/8dd885ff-55bd-4d2d-9a01-0655314268ff
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:9391\". Either the 'unsafe-inline' keyword, a hash ('sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.\n","timestamp":1619170221901.8608,"url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":24,"stackTrace":{"callFrames":[{"functionName":"ke","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":24,"columnNumber":35691},{"functionName":"Be","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":24,"columnNumber":44728},{"functionName":"append","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":24,"columnNumber":46409},{"functionName":"S","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":63,"columnNumber":64880},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":63,"columnNumber":74078},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":33,"columnNumber":18719},{"functionName":"n","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"21","url":"http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js","lineNumber":0,"columnNumber":912}]}}
> warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

> warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
> warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Traceback (most recent call last):
  File "/usr/lib64/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-2404921411475059380.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619170220831.116, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '118996.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}
Wrote screenshot to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-rhel-9-0-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 86, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 74, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/verify/storagelib.py", line 315, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 398, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 389, 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 386, 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 180, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): {'exceptionId': 1, 'text': 'Uncaught (in promise) Error: condition did not become true', 'lineNumber': 233, 'columnNumber': 9, 'scriptId': '3', 'stackTrace': {'callFrames': [{'functionName': 'PhWaitCondTimeout', 'scriptId': '3', 'url': '', 'lineNumber': 232, 'columnNumber': 8}, {'functionName': '', 'scriptId': '3', 'url': '', 'lineNumber': 244, 'columnNumber': 23}]}, 'exception': {'type': 'object', 'subtype': 'error', 'className': 'PhWaitCondTimeout', 'description': 'Error: condition did not become true\n    at <anonymous>:245:24', 'objectId': '-2404921411475059380.8.2'}}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1619170220831.116, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '118996.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:9391". Either the \'unsafe-inline\' keyword, a hash (\'sha256-BMIkowAqVEI88ibUJ1NtYB8ByZOuS4MTi73eGoFo2+Q=\'), or a nonce (\'nonce-...\') is required to enable inline execution. Note also that \'style-src\' was not explicitly set, so \'default-src\' is used as a fallback.\n', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'stackTrace': {'callFrames': [{'functionName': 'ke', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'columnNumber': 35691}, {'functionName': 'Be', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'columnNumber': 44728}, {'functionName': 'append', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 24, 'columnNumber': 46409}, {'functionName': 'S', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 63, 'columnNumber': 64880}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 63, 'columnNumber': 74078}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 33, 'columnNumber': 18719}, {'functionName': 'n', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 109}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 901}, {'functionName': '', 'scriptId': '21', 'url': 'http://127.0.0.2:9391/cockpit/$a357d25a95ae88c78becb73e69a138db8e06f620b1babc9b5566d04112edd10a/shell/index.js', 'lineNumber': 0, 'columnNumber': 912}]}}
warning: grep: /sys/class/dmi/id/power/autosuspend_delay_ms: Input/output error

warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
warning: One of aria-label or aria-labelledby properties should be passed when using the progress component without a title.
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
warning: loading available updates failed: {"detail":"cannot update repo 'RHEL-NIGHTLY-BaseOS': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Curl error (6): Couldn't resolve host name for http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: download.devel.redhat.com]","code":64}

# Result testFormatTypes (__main__.TestStorageFormat) failed
# 1 TEST FAILED [91s on 2-cockpit-8]
not ok 259 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2021-04-23T09:31:31.863534 | revision b2fbf76005a3333b709c1e1bf721e97bafa6a1b8 Times recorded: 1 Latest occurrences:

cockpituous commented 3 years ago

debian-stable Ooops, it happened again


# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9679/devtools/browser/eb15e011-1808-48c6-ae57-d203d39ef109
[0327/101238.310542: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
[0327/101238.321075:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0327/101238.328954:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (Not Found)","timestamp":1679911962592.419,"url":"http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/performance/performance.js","networkRequestId":"98978.60"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/performance/performance.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1679911964144.9739,"url":"http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/system/index.html#/"}
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679911960084.402, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '98978.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'timestamp': 1679911962592.419, 'url': 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/performance/performance.js', 'networkRequestId': '98978.60'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/performance/performance.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1679911964144.9739, 'url': 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/system/index.html#/'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
[0327/101404.364553:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679911960084.402, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '98978.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (Not Found)', 'timestamp': 1679911962592.419, 'url': 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/performance/performance.js', 'networkRequestId': '98978.60'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/performance/performance.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1679911964144.9739, 'url': 'http://127.0.0.2:9691/cockpit/$f6877b50fa1c3af0f6cff5a22b8a5572af9b9abe30d3950dfdf6b658a46fb77d/system/index.html#/'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [107s on 4-ci-srv-04]
not ok 193 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-27T10:14:05.082562 | revision 5a8707e594a1cb66a4844187f85e49867321c5f9 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:10068/devtools/browser/86a45619-18cb-41a3-89dd-8ebd8b5e3bcf
[0327/103558.540067: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
[0327/103558.543446:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0327/103558.549220:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679913359494.321, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '124918.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679913359494.321, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '124918.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [96s on rhos-01-9]
not ok 193 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-27T10:37:15.690724 | revision 8ad87a37c92f15035a1b5b1d26f52262b1113262 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9780/devtools/browser/b32b54dd-666e-4c78-9f89-f4e8b0c7c4ba
[0327/140926.936311: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
[0327/140926.940850:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0327/140926.952590:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679926168312.773, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '57512.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679926168312.773, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '57512.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [94s on rhos-01-16]
not ok 161 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-27T14:10:42.884869 | revision 84e4cfe0c65ec4a31f5fa8044a42130a3f4a29e2 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9991/devtools/browser/69e23887-033b-4cb0-9189-57247ac4cf52
[0327/190039.766012: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
[0327/190039.773101:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0327/190039.778469:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679943641038.688, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '52748.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679943641038.688, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '52748.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [97s on rhos-01-8]
not ok 161 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-27T19:01:57.128031 | revision 185a87d6b4cb4235493f3d72b35765c5b56be923 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:10039/devtools/browser/7d295a5b-1707-4a9e-97e5-f338bc752156
[0327/201036.625534: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
[0327/201036.653651:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0327/201036.661891:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679947837816.918, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '59393.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1679947837816.918, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '59393.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [98s on rhos-01-15]
not ok 161 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-27T20:11:55.095270 | revision 3a7d00ddfd97a6ce271ca495a18c951e6254cb61 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9278/devtools/browser/86aa4fca-9131-424f-a591-5906f1bc762e
[0330/200143.211819: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
[0330/200143.213683:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0330/200143.219503: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
[0330/200143.221783:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0330/200143.225013:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680206504376.7031, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '60191.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
[0330/200259.325976:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680206504376.7031, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '60191.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [90s on 2-cockpit-7]
not ok 193 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-30T20:02:59.940349 | revision 0757f475b13b06e6be1462dacd5d4a01ee2d1244 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9979/devtools/browser/109f21c3-3c4f-4e5c-bf6e-5c5b74b14bd0
[0330/232446.351721: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
[0330/232446.353496:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0330/232446.359169: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
[0330/232446.360890:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[0330/232446.364439:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is 
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680218687512.24, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '58720.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 613, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 604, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 590, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 296, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1680218687512.24, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '58720.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [89s on 1-ci-srv-05]
not ok 193 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-03-30T23:26:02.872640 | revision 57fc50931bb05d5d2c195cd76c953dfbe8ccee94 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9606/devtools/browser/aecbf223-6ae5-4397-8cb5-35651066c566
[0506/081436.116567:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1683360878830.483,"url":"http://127.0.0.2:9491/cockpit/$4be17ee79fd0a0c1091a3a8a76623f7285dbd358fba46fe85b0bbd0e461989ee/*/po.js","networkRequestId":"72693.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9491/cockpit/$4be17ee79fd0a0c1091a3a8a76623f7285dbd358fba46fe85b0bbd0e461989ee/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1683360878837.585,"url":"http://127.0.0.2:9491/storage"}
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 598, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 589, 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 575, 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 294, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1683360877152.643, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '72693.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1683360878830.483, 'url': 'http://127.0.0.2:9491/cockpit/$4be17ee79fd0a0c1091a3a8a76623f7285dbd358fba46fe85b0bbd0e461989ee/*/po.js', 'networkRequestId': '72693.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9491/cockpit/$4be17ee79fd0a0c1091a3a8a76623f7285dbd358fba46fe85b0bbd0e461989ee/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1683360878837.585, 'url': 'http://127.0.0.2:9491/storage'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2601-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 598, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 589, 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 575, 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 294, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1683360877152.643, 'url': 'http://127.0.0.2:9491/cockpit/login', 'networkRequestId': '72693.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1683360878830.483, 'url': 'http://127.0.0.2:9491/cockpit/$4be17ee79fd0a0c1091a3a8a76623f7285dbd358fba46fe85b0bbd0e461989ee/*/po.js', 'networkRequestId': '72693.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9491/cockpit/$4be17ee79fd0a0c1091a3a8a76623f7285dbd358fba46fe85b0bbd0e461989ee/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1683360878837.585, 'url': 'http://127.0.0.2:9491/storage'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 2, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [88s on 1-ci-srv-01]
not ok 190 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-05-06T08:15:51.212376 | revision ecbac7094edce496e6e7e22ec4252c98fcdf8309 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9467/devtools/browser/04a506e2-f0ae-439e-bd1b-d1d5e3c6f3af
[0620/071529.667901:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 3, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 611, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 602, 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 588, 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 294, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1687245330570.514, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '60154.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 3, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 611, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 602, 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 588, 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 294, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1687245330570.514, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '60154.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 3, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [88s on 2-ci-srv-03]
not ok 172 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-06-20T07:16:44.393361 | revision a418074992e9f59e6d9150e086cb3ab104b880db Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testFormatTypes (__main__.TestStorageFormat.testFormatTypes)

DevTools listening on ws://127.0.0.1:9940/devtools/browser/67c97c75-bd8a-4319-a416-3efa34df61ca
[0620/152522.778069:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 3, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
> log: 
> log: 
> log: 
> log: 
> log: 
> warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 611, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 602, 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 588, 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 294, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1687274723762.727, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '292310.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 3, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

Wrote screenshot to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageFormat-testFormatTypes-debian-stable-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 84, in testFormatTypes
    check_type("vfat", 11)
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-format", line 72, in check_type
    self.dialog_wait_close()
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 336, in dialog_wait_close
    self.browser.wait_not_present('#dialog')
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 611, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 602, 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 588, 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 294, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1687274723762.727, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '292310.12'}
error: Tracer failed: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"Traceback (most recent call last):\n  File \"<string>\", line 3, in <module>\nModuleNotFoundError: No module named 'tracer'"}", data: """"
log: 
log: 
log: 
log: 
log: 
warning: Error synchronizing after formatting with type `vfat': Timed out waiting for object

# Result testFormatTypes (__main__.TestStorageFormat.testFormatTypes) failed
# 1 TEST FAILED [88s on 3-ci-srv-05]
not ok 189 test/verify/check-storage-format TestStorageFormat.testFormatTypes

First occurrence: 2023-06-20T15:26:37.709899 | revision 075a58fe807ae97fc92f51e17854e0f3fb91293b Times recorded: 1 Latest occurrences: