Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Stratis runs clevis too early #4796

Open
mvollmer opened this issue May 24, 2023 · 17 comments
Open

Stratis runs clevis too early #4796

mvollmer opened this issue May 24, 2023 · 17 comments

Comments

@mvollmer
Copy link
Member

Upstream: stratis-storage/stratisd#3348

The symptom is that a Stratis pool with clevis binding will not be started during boot, even if it has filesystems on it that are being pulled in by remote-fs.target.

mvollmer added a commit to mvollmer/bots that referenced this issue May 24, 2023
mvollmer added a commit to mvollmer/bots that referenced this issue May 25, 2023
mvollmer added a commit that referenced this issue May 25, 2023
@cockpituous
Copy link
Contributor

cockpituous commented May 25, 2023

rhel-8-9-distropkg
Ooops, it happened again


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

DevTools listening on ws://127.0.0.1:9795/devtools/browser/ec8ee357-4066-4dec-be7b-daa5e7260702
[0525/103236.666254:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/SYWUoxX9E3xWmfNK/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQVR6RGFXWW1OeEpQeFoyVkp0aVFTQnMyNVl5UEM5ZTdKUktxQjk3cXJvakI4WU9sNE9RQTJJazVpRG82TE9UUk1UOC1xMVJsMkZuaVE5bHZqOC1VQzNmSCIsInkiOiJBQXItb1RObTl2emNNT1RobXVNbkFBMGxqb29LcG9SUFdvQ1hibkhrWV9XZGF0S1lqYmstbFd3bWdXQldOQnNvR2M3QURoUHVkZTNQNHExUkhaRHZmbWJYIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBTG93eXRnWkV2eXQ3b2hvaDByd095Y1phcDR1OFhKXzRfLUh1VkEwYWFVdDNNM2VqeDlOSnBPRWtlc0N1TklXTkFFLTExOE82b21qTWxYRG5WVEwzLU16IiwieSI6IkFITzNxNnJPVzRMZTh2NVE4YXZ5dWUyUGV1dVJLVTVYUXVjOHRwN2VvaFMyUjc4bThtMVY1ZGZyQjN0N0RDUVkzRDhQYkducENGeTVpVTM1VlJ0SjNiOGEifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"Af9VUCjgtEH_sEWWk3m7lbSq0WifgZBj9PYDaJ5CgFIYQ6rtBjpdXWlmMyTuuhQaAK_dNf9SJEeBSFfT5mP9UzYGAKqrR3RH94W44hEjuk7BF4MoIqXzws1jr_Xf3taMDvl4Ec7dInC4ewU6pGMbpgpPZHTdIBwiiHR_xLOMScZlYdOj\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 7.7 seconds, which is 51% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: Connection closed by remote host
kex_exchange_identification: read: Connection reset by peer
WARNING: Waiting for ph_is_present("#content") took 8.2 seconds, which is 54% of the timeout.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2202-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [254s on rhos-01-15]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T10:35:43.576208 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b
Times recorded: 1
Latest occurrences:

  • 2023-05-25T10:35:43.576208 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b

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

DevTools listening on ws://127.0.0.1:9573/devtools/browser/e27d0d6a-1e42-4ada-970c-5cb5fbe8dffb
[0525/132859.610287:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 9.1 seconds, which is 60% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/RMdFc8QZUwNCuqP1/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBSWRYNWNhUElPcnppajQ2WnlUSW1tXzdXZ0Q0Q08tSmtLRFFOdy02bU5zeXo3ZnZFaE5DcFJNRl96XzJXQWktVFRTcUtRSDNHMmlPZGJRUS1TRjZ6SjlNIiwieSI6IkFMTEhYYTZjb1FMb0p6a3RLRWZBcGhHLUh0V016OHNDMUx6azl6eWtkSERIVVc3ckYwdDRjM2dOUXNvTGVhcHRqZzJlai1TaG1CWGw2aVJGMU9sR0xBRDcifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBZVZCX1BxTnFiNGJ1S2lHTk45cW5feXlVa3JUQ0VhMHlYREMzcnJoektqT2tNRzlMaEdzSzNMNlBKbHJzd0JCWkF1OW1nNjRaTl90SUVibTdjb3BaYVc0IiwieSI6IkFQcTg4UDFLUnQ0a0c0SzkzVVh5ZUFnc2xRVXFhd2tNTndyQ1RLZzJGcE96aHcwOHZZcmwzMFlaOFQyQXNvYUhoZ3E3Nm00QjFKRmdyUGNGdUNDdFNYMWUifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AX4ZTXCA3docpMjLN4yLKWPO6IfR7mKVb3DTKoR-lieIF2qvzLRNOG5RxFiuJTMRYZrBHwLAl_yuvKTReXShXi_yAC-UQ8LLG7Yp5vUEhIZL-hHmIRm2CGGDBA-6qyeG0s_bWbtUTp7BIbVeUI_ntcS5sAhwIP-uxtLgvFMCjEkpJHKW\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 12.1 seconds, which is 80% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2502-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [195s on 1-ci-srv-02]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T13:31:47.088100 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396
Times recorded: 1
Latest occurrences:

  • 2023-05-25T13:31:47.088100 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396

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

DevTools listening on ws://127.0.0.1:9390/devtools/browser/a115515e-709b-4580-9445-a600f1d8b540
[0526/124308.586426:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/6xcNouwfPffZnpWv/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQU5DTGRuS2k4VldNbUtPeko5TUFQaW1TVVdMSjloUzZJYVVldDB2aG42MHNXR29ETVF0eGJ3RkVFT0FoNC0yd3BCWnB4TTQtQ211bWlIMjRHUjNENEVkNiIsInkiOiJBU245a0JsTkE1YTdQV3JpVUppaUg2NHJOWjZYM3NJNHJaOVJOVzlOWkVKODlTVjAyWGtYZHN4RVdEb2F3UWNhYXhVWHE3ZWJoSktRTWU4MXhMWnNTYkhiIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBV0hVTWNUOG53NmdLMlIwSFR0TDhQeHRnZlJuelVWSGFDd2lWekpxNDBxVmh2WG9Nb1NYRWlHZlUzTnd5R1hRODRTbktrdHYxTVczMlpwdGFucVdsSUF0IiwieSI6IkFVR0RfYmhHZUpCOHVuVGZEUHJwZWJVR0NmOEVzRHJiOW95bUVvMTJxd1B1YXAyNTFmcXNjNTNtV2hMS0NHSi1KVUZpMG9HUldNVk5ubVRld0tjYmR6LVEifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ATKIo57RY9rr8uHem8XwV9VSHbdZTM4OOZc_kfZZBWmMiPa-5iHX-UlhVRFATtax9a2-WEVmAmfRHkVa_oqp0Vm3AUxDSK7NtV6Eci7btAU5Hi5n1Mk9JXcGgIE_IJ_6Th-5qpKP_bDLBEU5fW9XIhCOVy3F1lv79FJ13_Oum7VseSyw\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 8.4 seconds, which is 56% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: Connection closed by remote host
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 665, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2202-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 665, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [224s on 1-ci-srv-06]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-26T12:46:20.919338 | revision c1b55239e10e9c3ec233196bd58dd3c417a7fd32
Times recorded: 1
Latest occurrences:

  • 2023-05-26T12:46:20.919338 | revision c1b55239e10e9c3ec233196bd58dd3c417a7fd32

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

DevTools listening on ws://127.0.0.1:9873/devtools/browser/78624704-e60f-4683-90e3-6e090adbd155
[0530/125609.158335:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/WrxZuVG79Qht2yzC/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQUFqcUw2LWxiSEFYVHVqYm5Rb25qc0MwQW8wYk45Mi1weFBka2xncEM2clcxeVZVRlVMZXloOWlYZlAxeGd4eUpacldoMDhWSXZZMjdrb05XZENMd21XVyIsInkiOiJBTFM3b1EyMHdjemdtT1E5WlNBdUJhS0xFVVhBSWo2Yk9abVo5NU0xQ3JLcWlnakhRZktUb1RlNHpqeThGMXhPek9SelBtcWtVM1hFa0JCa1pzaklBSGtaIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBYXJjS2ltSFZtcUhJRGtzSm56MVpnNnVoMDRTYXlUNmNCUVZHdm94dFlTN2FCbU9GREc2LTBSSU9EdEtjOXR3cjdOWkZsWmFWenlUNmVnSnZLVUtvZEV5IiwieSI6IkFTcEs1LU5hMXpCWlVMcGQ2MDctWWstZ0JZTUlHemxGczBPTXU2dmFkUkdPM25XZHdaR0tyNGM0aGRxaTkyRmo2QXozY0lkcmNVVmpxWEhFUGFWbnRwVUgifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AEMSm4InWy0MYbHi8DS5k46d-2V75QGLlzN9zVuBRNQ6eO4xUAfpItliTBS7_aPyymb0ff-FWlZc-Y7dCKPOyiLUAaihagERezDPhUT0b8_lk-RIcPFYUxxUh7G_WBqf-bI0SQ82mKey6Oer0y31fF9Z_Kv9yNIAL1pbd_znI7KRqPBA\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 13.0 seconds, which is 86% of the timeout.
> log: 
kex_exchange_identification: Connection closed by remote host
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2402-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [248s on rhos-01-9]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-30T12:59:05.865103 | revision 679f24f896545aa9dff78d3df02f9d3690186399
Times recorded: 1
Latest occurrences:

  • 2023-05-30T12:59:05.865103 | revision 679f24f896545aa9dff78d3df02f9d3690186399

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

DevTools listening on ws://127.0.0.1:9502/devtools/browser/0f07a045-4154-4521-b55b-c30eea2f6629
[0531/102526.018745:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 7.9 seconds, which is 52% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/CtVOfnwQaxtjssnm/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBVEZPRUt2WF9oNzhtT2dOZGxNRGNhaGJDdE44M1JzRHN3RHV3N0xPbTZiU3ZHUXVFYTk5cDFKbkdKX1hvQ2NGcTZOMGsxRlBEbXVRd1Fub1hjZS1NTEQtIiwieSI6IkFPVnFRN0loNXVJYkt4RTRHM2w1bDFDUlVSM2ZoZlgzNWJpMzZodDdTRGo0Z2JUenp5UDNVeVNvZGtlcWhERWhBUXhBdXpsejZNWGpPazdZM3ZSRm9FbUEifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBT19hcVdfVmZtU3IycWFRMXV6NzFEQXFUSjNmdnJGMm1LVS1IOGNOenNvRDFQWEc3Z3NzS29zbG1MaEsyUnM4bmY5clc5S29Sa0doUjBEWEF0N0U5NzhwIiwieSI6IkFmY0hTS0xRVFdpRmY3aXIyRHpuZllySHJ2TWtaWXA3anc2YkF6VWhXVXJla2dhaERRd25KVXRKUG5zT1Y2UU5yMmFlY0pxSmFDZ004eWlvem1Id1J4VnQifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ABGuE4tXOqHzrwKAfLpU3zmVB9h1pK8MWM-7DmuVxDK5iXa4Vt21vg04Qk3qiXu-1UU8cH1SKS6HXdOd_Kujj8kRAUwVF8F-581JXY-waPzAK1ubF8CyvU0-5WwKKnXB6H4F_TxqigrXovds6HuuIlb5Wze1tjYktdiWsyc10eHpD146\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 14.7 seconds, which is 97% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: Connection closed by remote host
kex_exchange_identification: read: Connection reset by peer
WARNING: Waiting for ph_is_present("#content") took 7.5 seconds, which is 50% of the timeout.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 711, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-distropkg-127.0.0.2-2802-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 711, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [245s on rhos-01-13]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-31T10:28:30.001938 | revision 5b32f2707e1dd1f11049ca3274989bae4da788a2
Times recorded: 1
Latest occurrences:

  • 2023-05-31T10:28:30.001938 | revision 5b32f2707e1dd1f11049ca3274989bae4da788a2

@cockpituous
Copy link
Contributor

cockpituous commented May 25, 2023

rhel-8-9
Ooops, it happened again


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

DevTools listening on ws://127.0.0.1:10064/devtools/browser/611c2cc3-bfd1-4934-bb47-a13b6ca58154
[0525/105839.359080:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/rcP1M6gorNq4hSAk/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQUhpNDZlTU5SRkM5eTl0clJuS1V1bEFuNzQ1R213SmVsYXRyV1FaVmxFek5zT05ZeGVYSU41UHE0U2FmMmtsZWZYUkluMnpnaFhlSlJDWnN0TU9Hd3A0diIsInkiOiJBVDlLdWtKcXZTZ1Z4ZmFmaUNKd1hKNmtlVUpNSUtsX2tBSWNHaDgwVERVZVRwdThlSmdJcjFsNklqNTJqZlZLRGlpdnhMWUJjRU04V0d3alM5WkFPbDJnIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBV3d3UmYwMjVoVUNfX05jd0t0UHJHVlA2bnh4bXN6b2VUY2VUYk1FZVo1alllNEl3US1zNW9rM3JkSjFUS0lNMzJMNXV6YWFhUUlGekVoT2NWR2JsWUZVIiwieSI6IkFXejdqUV85R3hUQk42TlFwaVlGMFZHZ3E3Wld5V2ZDTURvV2JFVXFMVDl0WjVlX2wxLW9MVk5vX01FTTF2Y2pPWVpNS2dqU3lsbllxczYzaE5jMVhESlkifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ARChknreGJtWxWM_NDFynmW9Y7Ck6_fg91B2ly10_gRTvIDU5eqLoJDw3VdhF_lxg4s75qCutQ7dYvTpMyoToUtAAe2jYJMdbQ3h6WpO7o1y1boYu1CTMAL07eEiff5Kt1ITKZ6A9iBjaXTaNx_O4B_1J17cApfAgGtxtV3GlpPJfqTZ\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 9.1 seconds, which is 60% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2402-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [196s on 1-ci-srv-05]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T11:01:27.700143 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b
Times recorded: 1
Latest occurrences:

  • 2023-05-25T11:01:27.700143 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b

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

DevTools listening on ws://127.0.0.1:10106/devtools/browser/6fc8afad-1599-4e79-b509-ca4ef59fb06d
[0525/140021.490001:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 10.1 seconds, which is 67% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/FWXJ2LYbmz2aTNcC/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQUZWQzVHV1VtY1Y4M1hHUXVRME83MVBRdmhQbTk4REpHVEdSM2ZnTzdaa0NWbHBKMUIwb09hRll5NlhvNnY0VllnX2RkMVJ3SndQT1lSUzRjUHNPWGpGSSIsInkiOiJBZVNGaVFwQjZmLTFweTZFNXpIai1mUTlPZk9TYUVYR252aFdUZmJoeTA3OGhfY0Z6TS1jVHdyd0YtNFcyWG42ZW1nQ0FzenRCNjRCQjM1QzVnekVlMHc0In0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBSHZQbkttX0xSVE4wNGJjYWFfczFKTGMtWEhXbkJiRFBtZ2I4VkxacG1pbnl5aHotQlA3amQwTWFZTXpmdkVVWUJQUzV1S1o3Z1JYSTI3NVMyVzBmaTJJIiwieSI6IkFLU3NsM0hZX0gySXdpVC1UbU5oRndrRFNWbXhTa2VPNHVQRFgzNE9wVW5QanJkd18zU1cxb2RNeGc1OW96ekV1aWVobEtLZU5wclkzZnU4UjJQN0gtbVgifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdB1oEhXjjbtDQC08oI80IDRUs0PH6GP2J25NQKIZu3raHIVQcn0JPW8GuHlLzCr9rzwl0a47y8qOe7F8dH4qLkRAfgF8ZGwEJl8g7F_QYF3pMf433DmUHRM3ldOrI96Btwu5BeWrOfn0CJxGpVhqLsGmzCCJ3NfA96tzFbkontxZHzh\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 10.8 seconds, which is 72% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: Connection closed by remote host
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2802-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [191s on 3-cockpit-8]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T14:03:08.380537 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396
Times recorded: 1
Latest occurrences:

  • 2023-05-25T14:03:08.380537 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396

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

DevTools listening on ws://127.0.0.1:9984/devtools/browser/d1ca1fda-d9fb-4e1b-a967-3fd105925578
[0530/132055.540844:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 9.7 seconds, which is 64% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/ec0djubuDoHeJG0f/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQUFaekxDT3BWY0UwckZQMFVFeHk3eDNhUzJHby1xQm1PU3FpTnhQVkhvQy1ULVgtMkh2Q3l2aURMYWk1YVQ2UTc1QTdxTzI4UnUxQnFfb0hpSEk2aHdvXyIsInkiOiJBS2x5TlMzSzhLS211TWVwNC0yTWtNdVpaYmdZMUpaN0l0YnFlbkVCQTZlcDBSc0tWQVVXUkdfT1lqanAtRy1DZGxRMTRwZm5XQ0VScG5ydHhjTW1VSGNoIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBQmJQdk5ESmRMcUhGYWY2RkpMUWpZWk5tOUNMVXFBUjRYMG5YN2VyamNRTXdaQ2x4SWFwUHFNd1hyNmVMVWN5YVFjNnB3dDhHZ1YwV3NfdnNmMFJTaTIwIiwieSI6IkFRZEJROWN0VmdiUXJ5YU95TTFKQVd6SC1Cb0ppa2hxTmZtd1FScEdHTExLQ25TOXpILS13RXNoMVJVXzZydEg2U2NyT0QwdlF4YW44UnVhbV8zUHRjLXIifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ACG5UZRrH1B37bfAHODRzgjAAUlCmKYURhcZ4YeEB6zMGkHlfF8xBze0VPBa-p-qxBjdeBXfzBKxFZUVjAuCah9wAfSOFTrSIWd7RqZCObFmIaoDU-CULv3jG25wq5gzSWOb0gqFcsYml0OyohNc6hRH9rvQ3FGB8N_getuSyosIgWBc\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 9.7 seconds, which is 64% of the timeout.
> log: 
kex_exchange_identification: Connection closed by remote host
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2302-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [189s on 2-ci-srv-03]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-30T13:23:42.598782 | revision 679f24f896545aa9dff78d3df02f9d3690186399
Times recorded: 1
Latest occurrences:

  • 2023-05-30T13:23:42.598782 | revision 679f24f896545aa9dff78d3df02f9d3690186399

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

DevTools listening on ws://127.0.0.1:9310/devtools/browser/51825d5b-e30b-44df-a1c4-486ed315b272
[0531/110238.047410:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 9.2 seconds, which is 61% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/UGKYWoF7DtElL6cu/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBYWF6dWpRMGo3NTQyVjd5SEoxNWF2Q25uS2xlcVQtRWljZ3pib0E5bVlGY1ZxbmxHck1oalFZMHNoalBrSTdQdm5yU2FsNEZaQWl3aVZQS1FLUGJ1WHptIiwieSI6IkFUMEYtcGVHTkNXendmWTh0YjZLWGpUQU43RXpWSHExemZ2UDVjYkpqN1c5a1FPM2hIMVlGRlJuWmNUTG5MV0dTZU5XdS1pbDNWc3JmeE9xdnh0U0ljMXUifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBZkdHbzBzZkd6WW9jX0NfcjljRGNVSFdvTUc3YS11azhBVlNGWE9PUnhlNzRLalk1ZlNLOXZhMkFxbUNCZzYyOFVxd0c4ZWtRcGU2MmJ6Y0JkZ3RTaVloIiwieSI6IkFQWFJFRmJzMGZmOUFVOWJCd3ZPamlXLXpjSzAyZUZlYlNGNW9MOENJX1hIcllqRHd1RmhCaGplZl9PajVFdHZYelBBY0NHb2xhamg3M3BINmR4TVVwdE0ifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AEUaAsVoeBheqh_A7fuO7Lf0rCXBPW-KpWD8iKvioBTgvyd6d0bNjRAf-VuojE4BSzWdoDV2lPj8Eaq0amh0RF6bAd0GAXIcInj2aJAlWYmdAlLrPiTlL3VIGKFCG0RsMcaIwGJ2K7O9JYisTQBjxl7PrCxnZOokB-9euvT53X_9z2oj\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 9.2 seconds, which is 61% of the timeout.
> log: 
kex_exchange_identification: Connection closed by remote host
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 711, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-8-9-127.0.0.2-2802-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 711, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [250s on rhos-01-1]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-31T11:05:40.237556 | revision 5b32f2707e1dd1f11049ca3274989bae4da788a2
Times recorded: 1
Latest occurrences:

  • 2023-05-31T11:05:40.237556 | revision 5b32f2707e1dd1f11049ca3274989bae4da788a2

@cockpituous
Copy link
Contributor

cockpituous commented May 25, 2023

fedora-37
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9675/devtools/browser/7b126279-0d70-49ac-8803-eea36e17eb28
[0829/223111.876443:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "unlock" "-d" "/dev/sda" "-n" "stratis-1-private-6b3be1ca006648abaa6cf3487bffe1c5-crypt", exit reason: 1 stdout:  stderr: Error communicating with server 10.111.112.5
/dev/sda could not be opened.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBYWRIUXVDWnc4TXNfU1BEOWE2eElRSGFmZlhNTGFEelJwdFYxWjR6ZXZpYzBmUXRUTlhILVR0N3p2MXRCRFdWQkgtQU1JWVYxdmZPMi1QdEJ0UUpybTNJIiwgInkiOiAiQVhsQXU1T0tsTi10UWFvcGVnVlM3QXBPVjRSbWZ2bi0wcE1PTVh2aU5LQ1Q5VVVZZTByeDExdjRKT0Vzb01KNG1yMlFIdE5VbGw2T21XSHlsRHJyZXFneSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFNenJISmtrZkhYWUNnQ1FwVUFrcUVoTnlnRC1ZMU5YNmhFSm5meGlwZThhM3V1alhoMDdteUlHeHhxT1lnMEl5MnFfS0ROaGRZRVBSVlVkMF93Yzgzc2YiLCAieSI6ICJBTWdQT0J6d3NyOGZLTU9sYWJIY3M4SE1UWWFpZWRQREtFTjNRa2dfT2ZsUkJpdm85bjE0bGhuaFUtSnNNM3BTaGZWVEJFWWxCTGZyNC1HOUJ3SDg1Ym92IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AEgxov33tAFVjyV1nILQ2aDXR_w6Png-v7oXfMuQTZlTRt43IM6k9QeR4TlhEMKzyHDs1fnNzZYPeV9p1yV_J4KTAJcf_meI6TSCVG9o6FBRfMsptdLZlKVIK83g54UcUf1npglFLdz7c85RsPBDOz_4OGyIPfUudLsLUIjt-IrTefaC\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 888, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2202-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 888, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [177s on 4-cockpit-11]
not ok 57 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-08-29T22:33:39.034195 | revision 1bbc1672d7c91bf25293e79462fa6f570c8063b9
Times recorded: 1
Latest occurrences:

  • 2023-08-29T22:33:39.034195 | revision 1bbc1672d7c91bf25293e79462fa6f570c8063b9

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:10018/devtools/browser/8064ce76-e0e6-4576-9c4d-59acfb0760b1
[0829/230817.266662:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "unlock" "-d" "/dev/sda" "-n" "stratis-1-private-d09823578e9a4a3cb5b7f35ada40b57a-crypt", exit reason: 1 stdout:  stderr: Error communicating with server 10.111.112.5
/dev/sda could not be opened.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQVViNmptWk5CU0VzOEpaUkFCU0lBeVFRNHFVeE1RNHVkREN4NmJkMXdySU1mbVNaUmI4a3pGa3lKUktTRnlVR2ZxSGlrYUpRcUlvVUowRkhsMzN4cTd0IiwgInkiOiAiQVZDWFR1bjJRRFViUEM0SHUzc1R3WW5FOWJydmExOUwydFQxbmVuOG91ZTEzNnZYaGlibzJqUXp2YnhfelcwNzFYY2djNFhZWXRfQm1EVi1qSUtOSFB5QiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFIZGFMenB0bnFKUk1oRm5QU1dvMjlNSFUxSUZ0Z21ncVFSZThuMXZHNnZPX3hHY21qalMxZEdiVHZkbk55d2dHaFlIT1lTcTlWYmdzSlBBU2JMTHRLQmEiLCAieSI6ICJBTmxybFJNV1JJTXU4TDNkV1FtOUpzbEptRTZ6Z2I0Rm1DMU1aSmdhX1Jrc3REdk5WR2hLYV9pbGppNTNnTGRSS1o0dndiVHFkX1lPNG5KcnJHUmZxOXI3IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHd6M-4k6MiQIvoQppJynC14iNHb13tP_lbFS28MKnuJO3DNWi0XZyN9gsYx3ERivn98YcTUULgl2foZKVuHnolpAXYy101iH6qb7iKxVZg1spXYhhLGZ8RmS2cnX0iEV7BbBciyEH94JTNGZ2qcPu5OX_Tffa6xdLUvfjtldNFzG5M7\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 888, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-37-127.0.0.2-2302-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 888, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [169s on 1-ci-srv-02]
not ok 57 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-08-29T23:10:43.431579 | revision 2496412c7ae1eefb04bcd02cd7c5f11c7adf8d68
Times recorded: 1
Latest occurrences:

  • 2023-08-29T23:10:43.431579 | revision 2496412c7ae1eefb04bcd02cd7c5f11c7adf8d68

@cockpituous
Copy link
Contributor

cockpituous commented May 25, 2023

fedora-38
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9815/devtools/browser/25c99cb4-d295-491c-984d-c20751555938
[0227/102724.096520:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0227/102724.105182:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709029646418.322,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"134993.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709029646421.22,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"134993.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709029646477.989,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709029646478.356,"url":"http://127.0.0.2:9391/storage"}
> warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS1VFYnB2V01VV2lNOUVjeHJBdkpxTl96cnd1eE9PcjlsOUhVXzVFLXVpNEJVUTRNMWhOVnBqcEU3dGYyX0NXSXVLY2hMYmh1TERFa3h6MTlOVUVZdFZKIiwgInkiOiAiQVBNUkJnRlFmbHFocGJQcEhNTXUtcXY1NXdYazUzeXRuSW8tSXFSM09USFZ3V3ZiLTA1SGNuZjZ0TkNaNlQ2SElGeFZBcTI5RDlnLVJnNFVadF9RSk0wbiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmcVp6bkRKTGxLaXlkYlQyWWtmN1pHa0twLUJiejl6TjdITzIzSUhxb1BwblJyel82a3NpYzJxUTVCN0FxWE5jNlBzb05WUUJNZ3pPLXRQcjRlaGF3S1IiLCAieSI6ICJBUTJLNFlPcklxeHVwYktUU29NUUk4eWwybjVkVkxxOU9Xb1pEX0xsSXBJVlNiZ28wMnlKa3E4YzZadC1Qekx6d2pfTDhyYnpMM3ltY05QVS1ldW1PMTVEIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ATQHHlTVIr7huxiIHmDxU2GVHpoimK6WzhTZ0rFdRRjdu521WDTebEqM24V5E8Z4k1Y5N30GIflgXoI-wkjoKkh_AVqMznTkxrKsN7QYpddJDaNatcp1WfffD3747mhmfOqfc-4glx_2bJT6Np_8sJ5NGqhH9fkTxQMIO4BpCWU84lRC\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709029803280.376,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"134993.228"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709029803312.537,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"134993.229"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709029803318.334,"url":"http://127.0.0.2:9391/storage#/pool/f0488b20e637474d8b5544cade16a5f7"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709029803318.601,"url":"http://127.0.0.2:9391/storage#/pool/f0488b20e637474d8b5544cade16a5f7"}
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 975, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 691, in wait_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 639, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709029645313.31, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '134993.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029646418.322, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '134993.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029646421.22, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '134993.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029646477.989, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029646478.356, 'url': 'http://127.0.0.2:9391/storage'}
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS1VFYnB2V01VV2lNOUVjeHJBdkpxTl96cnd1eE9PcjlsOUhVXzVFLXVpNEJVUTRNMWhOVnBqcEU3dGYyX0NXSXVLY2hMYmh1TERFa3h6MTlOVUVZdFZKIiwgInkiOiAiQVBNUkJnRlFmbHFocGJQcEhNTXUtcXY1NXdYazUzeXRuSW8tSXFSM09USFZ3V3ZiLTA1SGNuZjZ0TkNaNlQ2SElGeFZBcTI5RDlnLVJnNFVadF9RSk0wbiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmcVp6bkRKTGxLaXlkYlQyWWtmN1pHa0twLUJiejl6TjdITzIzSUhxb1BwblJyel82a3NpYzJxUTVCN0FxWE5jNlBzb05WUUJNZ3pPLXRQcjRlaGF3S1IiLCAieSI6ICJBUTJLNFlPcklxeHVwYktUU29NUUk4eWwybjVkVkxxOU9Xb1pEX0xsSXBJVlNiZ28wMnlKa3E4YzZadC1Qekx6d2pfTDhyYnpMM3ltY05QVS1ldW1PMTVEIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ATQHHlTVIr7huxiIHmDxU2GVHpoimK6WzhTZ0rFdRRjdu521WDTebEqM24V5E8Z4k1Y5N30GIflgXoI-wkjoKkh_AVqMznTkxrKsN7QYpddJDaNatcp1WfffD3747mhmfOqfc-4glx_2bJT6Np_8sJ5NGqhH9fkTxQMIO4BpCWU84lRC\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709029801327.93, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '134993.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029803280.376, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '134993.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029803312.537, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '134993.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029803318.334, 'url': 'http://127.0.0.2:9391/storage#/pool/f0488b20e637474d8b5544cade16a5f7'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029803318.601, 'url': 'http://127.0.0.2:9391/storage#/pool/f0488b20e637474d8b5544cade16a5f7'}

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2502-FAIL.log.gz
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
[0227/103025.314458:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 975, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 691, in wait_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 639, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709029645313.31, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '134993.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029646418.322, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '134993.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029646421.22, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '134993.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029646477.989, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029646478.356, 'url': 'http://127.0.0.2:9391/storage'}
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS1VFYnB2V01VV2lNOUVjeHJBdkpxTl96cnd1eE9PcjlsOUhVXzVFLXVpNEJVUTRNMWhOVnBqcEU3dGYyX0NXSXVLY2hMYmh1TERFa3h6MTlOVUVZdFZKIiwgInkiOiAiQVBNUkJnRlFmbHFocGJQcEhNTXUtcXY1NXdYazUzeXRuSW8tSXFSM09USFZ3V3ZiLTA1SGNuZjZ0TkNaNlQ2SElGeFZBcTI5RDlnLVJnNFVadF9RSk0wbiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmcVp6bkRKTGxLaXlkYlQyWWtmN1pHa0twLUJiejl6TjdITzIzSUhxb1BwblJyel82a3NpYzJxUTVCN0FxWE5jNlBzb05WUUJNZ3pPLXRQcjRlaGF3S1IiLCAieSI6ICJBUTJLNFlPcklxeHVwYktUU29NUUk4eWwybjVkVkxxOU9Xb1pEX0xsSXBJVlNiZ28wMnlKa3E4YzZadC1Qekx6d2pfTDhyYnpMM3ltY05QVS1ldW1PMTVEIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ATQHHlTVIr7huxiIHmDxU2GVHpoimK6WzhTZ0rFdRRjdu521WDTebEqM24V5E8Z4k1Y5N30GIflgXoI-wkjoKkh_AVqMznTkxrKsN7QYpddJDaNatcp1WfffD3747mhmfOqfc-4glx_2bJT6Np_8sJ5NGqhH9fkTxQMIO4BpCWU84lRC\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709029801327.93, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '134993.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029803280.376, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '134993.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709029803312.537, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '134993.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029803318.334, 'url': 'http://127.0.0.2:9391/storage#/pool/f0488b20e637474d8b5544cade16a5f7'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709029803318.601, 'url': 'http://127.0.0.2:9391/storage#/pool/f0488b20e637474d8b5544cade16a5f7'}

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [206s on 2-ci-srv-02]
not ok 71 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-02-27T10:30:26.823662 | revision 635f2cd7d1c3c927663f5c4ee9af672c592cc7d4
Times recorded: 1
Latest occurrences:

  • 2024-02-27T10:30:26.823662 | revision 635f2cd7d1c3c927663f5c4ee9af672c592cc7d4

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9326/devtools/browser/ebe03178-7b3b-4835-8a58-9b91885a7518
[0227/112234.074212:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709032955839.504,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"71463.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709032955845.351,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"71463.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709032955884.688,"url":"http://127.0.0.2:9091/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709032955884.831,"url":"http://127.0.0.2:9091/storage"}
> warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBU0dTLXhYUmpGM1c1RjZUMmE0eFBPYUdZWUV2UmQ4YW9ORUI1QVlYVHI4cFloa3JWZnp0R2FpSV9YbHVpcldrb1VvakQwbS1yOHlEZVJnMVNheWY5cUFKIiwgInkiOiAiQVllWDdaa3JUY0lKbkJTWXdGZnk2YVE4UWZmVm43R2hHMWhkeXp2T3hGTEhycnM1RFNhSHl6VVpZLVFSajQwWEpDWi1OUmkxMXhnX2lmV1BVWWZrQ3JTcSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFBLWszZXV2MkZCTzQ5SUxMTWdVYlFuTnVsUE8yUkhxWEprWVFEVThieWEwNVRxbmgyV1BZNUNPRVVtTzRzWlZpS25NTEJYVldjUjJ3RXg5elhSNnpiUUEiLCAieSI6ICJBUjBJWGZBX1psYTk1RnBHMnkxMUdTWERIQ1l6NVhReUFqMGlsaV80bURCdXU2RDN0TjU4Y203QkpOQnZaVkpBUXNJN0tENWk0MnpyTERsUFFNMl9VYmd5IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHaAI8qhbUg_UJcd5EUmsIF-EIJabTxN38mXUnxJwcjVyZy4c7D2xg2Lgu4CCwyziyNKxjht7KQseDZn1RmgpluGAb3F6_vByxHzXU8vqhzKkLBEdhD0BuWgAbKw3qfQ5rOhuqvIPSiHk_vlbt29HKtnwQGHjun-Kwjj2ZAiKs1bvfKS\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709033111748.862,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"71463.228"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709033111780.902,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"71463.229"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709033111819.131,"url":"http://127.0.0.2:9091/storage#/pool/72f1437693b649fc99c9e9737bc0e886"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709033111819.365,"url":"http://127.0.0.2:9091/storage#/pool/72f1437693b649fc99c9e9737bc0e886"}
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 975, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 691, in wait_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 639, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709032955075.344, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '71463.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709032955839.504, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '71463.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709032955845.351, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '71463.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709032955884.688, 'url': 'http://127.0.0.2:9091/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709032955884.831, 'url': 'http://127.0.0.2:9091/storage'}
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBU0dTLXhYUmpGM1c1RjZUMmE0eFBPYUdZWUV2UmQ4YW9ORUI1QVlYVHI4cFloa3JWZnp0R2FpSV9YbHVpcldrb1VvakQwbS1yOHlEZVJnMVNheWY5cUFKIiwgInkiOiAiQVllWDdaa3JUY0lKbkJTWXdGZnk2YVE4UWZmVm43R2hHMWhkeXp2T3hGTEhycnM1RFNhSHl6VVpZLVFSajQwWEpDWi1OUmkxMXhnX2lmV1BVWWZrQ3JTcSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFBLWszZXV2MkZCTzQ5SUxMTWdVYlFuTnVsUE8yUkhxWEprWVFEVThieWEwNVRxbmgyV1BZNUNPRVVtTzRzWlZpS25NTEJYVldjUjJ3RXg5elhSNnpiUUEiLCAieSI6ICJBUjBJWGZBX1psYTk1RnBHMnkxMUdTWERIQ1l6NVhReUFqMGlsaV80bURCdXU2RDN0TjU4Y203QkpOQnZaVkpBUXNJN0tENWk0MnpyTERsUFFNMl9VYmd5IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHaAI8qhbUg_UJcd5EUmsIF-EIJabTxN38mXUnxJwcjVyZy4c7D2xg2Lgu4CCwyziyNKxjht7KQseDZn1RmgpluGAb3F6_vByxHzXU8vqhzKkLBEdhD0BuWgAbKw3qfQ5rOhuqvIPSiHk_vlbt29HKtnwQGHjun-Kwjj2ZAiKs1bvfKS\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709033109990.685, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '71463.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709033111748.862, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '71463.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709033111780.902, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '71463.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709033111819.131, 'url': 'http://127.0.0.2:9091/storage#/pool/72f1437693b649fc99c9e9737bc0e886'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709033111819.365, 'url': 'http://127.0.0.2:9091/storage#/pool/72f1437693b649fc99c9e9737bc0e886'}

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2202-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> warning: transport closed: disconnected
[0227/112532.476367:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 975, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 691, in wait_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 639, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709032955075.344, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '71463.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709032955839.504, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '71463.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709032955845.351, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '71463.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709032955884.688, 'url': 'http://127.0.0.2:9091/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709032955884.831, 'url': 'http://127.0.0.2:9091/storage'}
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBU0dTLXhYUmpGM1c1RjZUMmE0eFBPYUdZWUV2UmQ4YW9ORUI1QVlYVHI4cFloa3JWZnp0R2FpSV9YbHVpcldrb1VvakQwbS1yOHlEZVJnMVNheWY5cUFKIiwgInkiOiAiQVllWDdaa3JUY0lKbkJTWXdGZnk2YVE4UWZmVm43R2hHMWhkeXp2T3hGTEhycnM1RFNhSHl6VVpZLVFSajQwWEpDWi1OUmkxMXhnX2lmV1BVWWZrQ3JTcSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFBLWszZXV2MkZCTzQ5SUxMTWdVYlFuTnVsUE8yUkhxWEprWVFEVThieWEwNVRxbmgyV1BZNUNPRVVtTzRzWlZpS25NTEJYVldjUjJ3RXg5elhSNnpiUUEiLCAieSI6ICJBUjBJWGZBX1psYTk1RnBHMnkxMUdTWERIQ1l6NVhReUFqMGlsaV80bURCdXU2RDN0TjU4Y203QkpOQnZaVkpBUXNJN0tENWk0MnpyTERsUFFNMl9VYmd5IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHaAI8qhbUg_UJcd5EUmsIF-EIJabTxN38mXUnxJwcjVyZy4c7D2xg2Lgu4CCwyziyNKxjht7KQseDZn1RmgpluGAb3F6_vByxHzXU8vqhzKkLBEdhD0BuWgAbKw3qfQ5rOhuqvIPSiHk_vlbt29HKtnwQGHjun-Kwjj2ZAiKs1bvfKS\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709033109990.685, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '71463.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709033111748.862, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '71463.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709033111780.902, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '71463.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709033111819.131, 'url': 'http://127.0.0.2:9091/storage#/pool/72f1437693b649fc99c9e9737bc0e886'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709033111819.365, 'url': 'http://127.0.0.2:9091/storage#/pool/72f1437693b649fc99c9e9737bc0e886'}

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [202s on rhos-01-11]
not ok 71 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-02-27T11:25:33.372667 | revision 6f1d7d21a860564add101c477687cc884b51ac25
Times recorded: 1
Latest occurrences:

  • 2024-02-27T11:25:33.372667 | revision 6f1d7d21a860564add101c477687cc884b51ac25

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:10101/devtools/browser/992bd47c-ab25-4f2c-9002-ea5892f7ab0f
[0305/112515.086867:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0305/112515.095276:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709637916712.704,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"144635.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709637916715.369,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"144635.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709637916752.953,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709637916753.055,"url":"http://127.0.0.2:9391/storage"}
> warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUU10ajJUSXE3Nm1ua3BZd1pyMjlYM3lKay1fQjdBVm45YWJBTkRTNWxQbXEyRW1MX2JULXFVdnNUdjQtYlU5NktEVHNhaGFtUzlNRWlZYUZaeWRhQzBjIiwgInkiOiAiQUVveDVsZFRjUEhpWnM3NkI1VTlhWlk3QTVMRmQ3TEZQbnJUTV82VnlDSHNJNHRVWTh2SDBEOEUxUFo4Rlc0QnBMaHNoVzB4WXgyN1E5SGNyYU85R0Q2XyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFYd0VqVGZ6YV8tbVlCOHI4eU5EUlRBT2VONUZ6UFpnbFhVSzhNMVpXcVByMUVERGtXRDRKX3BHNlR0LXB0aGVfVzU5V3AwNmhOZy01QTRyaGNiTEFuVGciLCAieSI6ICJBTGN5TnlKM3BZVU5iU2hWckVBRXNZUFdETURMWWFibG5xejV6Y3JkVFkyZlJFRTFhRTBISkR1eU1QcjV5OUVDLWctdjNqdHZuQzZKblZNSGRmWGVrVXNlIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZfONFzgB-F7kXuruCUMatM20FMs-HKRhXyZX9QZMG6WPtExA1Ymg_TxPdmVndlVJt7CwyC8riAA1iXhocEpWgZTAK_lHzI0wzfYhzaQV-JdaU4Q1wsnMr8K6Oaoq4JDnAVqEPKEDkxodrNLbZgVJ9fRupu2ywWhmGnadq3GDo06xFl3\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709638069009.419,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"144635.228"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1709638069021.437,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"144635.229"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709638069058.53,"url":"http://127.0.0.2:9391/storage#/pool/089278d1177a47d0b46abeaf9c1617c1"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1709638069058.723,"url":"http://127.0.0.2:9391/storage#/pool/089278d1177a47d0b46abeaf9c1617c1"}
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 975, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 691, in wait_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 639, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709637916011.946, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '144635.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709637916712.704, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '144635.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709637916715.369, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '144635.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709637916752.953, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709637916753.055, 'url': 'http://127.0.0.2:9391/storage'}
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUU10ajJUSXE3Nm1ua3BZd1pyMjlYM3lKay1fQjdBVm45YWJBTkRTNWxQbXEyRW1MX2JULXFVdnNUdjQtYlU5NktEVHNhaGFtUzlNRWlZYUZaeWRhQzBjIiwgInkiOiAiQUVveDVsZFRjUEhpWnM3NkI1VTlhWlk3QTVMRmQ3TEZQbnJUTV82VnlDSHNJNHRVWTh2SDBEOEUxUFo4Rlc0QnBMaHNoVzB4WXgyN1E5SGNyYU85R0Q2XyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFYd0VqVGZ6YV8tbVlCOHI4eU5EUlRBT2VONUZ6UFpnbFhVSzhNMVpXcVByMUVERGtXRDRKX3BHNlR0LXB0aGVfVzU5V3AwNmhOZy01QTRyaGNiTEFuVGciLCAieSI6ICJBTGN5TnlKM3BZVU5iU2hWckVBRXNZUFdETURMWWFibG5xejV6Y3JkVFkyZlJFRTFhRTBISkR1eU1QcjV5OUVDLWctdjNqdHZuQzZKblZNSGRmWGVrVXNlIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZfONFzgB-F7kXuruCUMatM20FMs-HKRhXyZX9QZMG6WPtExA1Ymg_TxPdmVndlVJt7CwyC8riAA1iXhocEpWgZTAK_lHzI0wzfYhzaQV-JdaU4Q1wsnMr8K6Oaoq4JDnAVqEPKEDkxodrNLbZgVJ9fRupu2ywWhmGnadq3GDo06xFl3\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709638066912.913, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '144635.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709638069009.419, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '144635.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709638069021.437, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '144635.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709638069058.53, 'url': 'http://127.0.0.2:9391/storage#/pool/089278d1177a47d0b46abeaf9c1617c1'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709638069058.723, 'url': 'http://127.0.0.2:9391/storage#/pool/089278d1177a47d0b46abeaf9c1617c1'}

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-38-127.0.0.2-2502-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 975, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 691, in wait_text
    self.wait_visible(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 648, in wait_visible
    self._wait_present(selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 639, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709637916011.946, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '144635.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709637916712.704, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '144635.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709637916715.369, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '144635.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709637916752.953, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709637916753.055, 'url': 'http://127.0.0.2:9391/storage'}
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUU10ajJUSXE3Nm1ua3BZd1pyMjlYM3lKay1fQjdBVm45YWJBTkRTNWxQbXEyRW1MX2JULXFVdnNUdjQtYlU5NktEVHNhaGFtUzlNRWlZYUZaeWRhQzBjIiwgInkiOiAiQUVveDVsZFRjUEhpWnM3NkI1VTlhWlk3QTVMRmQ3TEZQbnJUTV82VnlDSHNJNHRVWTh2SDBEOEUxUFo4Rlc0QnBMaHNoVzB4WXgyN1E5SGNyYU85R0Q2XyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFYd0VqVGZ6YV8tbVlCOHI4eU5EUlRBT2VONUZ6UFpnbFhVSzhNMVpXcVByMUVERGtXRDRKX3BHNlR0LXB0aGVfVzU5V3AwNmhOZy01QTRyaGNiTEFuVGciLCAieSI6ICJBTGN5TnlKM3BZVU5iU2hWckVBRXNZUFdETURMWWFibG5xejV6Y3JkVFkyZlJFRTFhRTBISkR1eU1QcjV5OUVDLWctdjNqdHZuQzZKblZNSGRmWGVrVXNlIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZfONFzgB-F7kXuruCUMatM20FMs-HKRhXyZX9QZMG6WPtExA1Ymg_TxPdmVndlVJt7CwyC8riAA1iXhocEpWgZTAK_lHzI0wzfYhzaQV-JdaU4Q1wsnMr8K6Oaoq4JDnAVqEPKEDkxodrNLbZgVJ9fRupu2ywWhmGnadq3GDo06xFl3\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1709638066912.913, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '144635.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709638069009.419, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '144635.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1709638069021.437, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '144635.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709638069058.53, 'url': 'http://127.0.0.2:9391/storage#/pool/089278d1177a47d0b46abeaf9c1617c1'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1709638069058.723, 'url': 'http://127.0.0.2:9391/storage#/pool/089278d1177a47d0b46abeaf9c1617c1'}

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [197s on rhos-01-8]
not ok 68 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-03-05T11:28:09.746277 | revision 313b8dd37b30c0258cf7ddd8edbe65b5150c496d
Times recorded: 1
Latest occurrences:

  • 2024-03-05T11:28:09.746277 | revision 313b8dd37b30c0258cf7ddd8edbe65b5150c496d

@cockpituous
Copy link
Contributor

cockpituous commented May 25, 2023

rhel-9-3
Ooops, it happened again


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

DevTools listening on ws://127.0.0.1:9620/devtools/browser/ad898ddd-c5eb-41c5-b9b3-d8c7f51bd3cc
[1231/231339.384252:WARNING:angle_platform_impl.cc(49)] RendererVk.cpp:1962 (initialize): ANGLE VMA version: 2003000
[1231/231339.387769:WARNING:sandbox_linux.cc(400)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704064422374.454,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"18726.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704064422376.009,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"18726.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704064422457.0488,"url":"http://127.0.0.2:9091/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704064422457.406,"url":"http://127.0.0.2:9091/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "unlock" "-d" "/dev/sda" "-n" "stratis-1-private-5e03e96be067466e8c9840d0cef81a73-crypt", exit reason: 1 stdout:  stderr: Error communicating with the server 10.111.112.5
/dev/sda could not be opened.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.9/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTDhRLUlSSFphZVVzWnFWUEx6T0U3cU5Tc2JhNkF4eG9RSHBUN0cxWXdxQ0FwSTBJR0Y5TXQxREpVUkJIaWZhZVo0OTdaYXphZ2dXdlozMXpjcHN3dzVoIiwgInkiOiAiQUNxd0tTaEJPUUtWRVB0amg3bUJKdXhITWVLY2tRU3kxQjNfZjhhbm01SG4xUEoyLTVVN1JhTzRCR0ppX0xLWjNtOFNvV1FLdF8wMDNPbjdrT2g0MzlPaCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFVal8xMUl2Z1BwVGJVTk05bTRMTG5XcXB5dkNUMEJkU01pVE9FUzBmTGpTNU9qN09OWF9DZXZSUkVaOFQ5VGp3aG4wMHVOa05LQ1ZJaktUcEc0bzNzbXMiLCAieSI6ICJBTWlPQ0pGZHNFc3NMb240UW1IX2lfTUQwYnpRTV9keXRSVUxJbmlfV0I3ZnJ5ODJNc1NHa2JYby1mSlpPV2lJbEYyZWVEbHVieVNjc0VuX2g1YXVOc2stIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AXaJDv9tiMPaF1U4Tz1XzKpiHJeN_y2xPHPTOdDeTO-8U7xZN70m_pZQ0d_8WNo1OuqyemSfvJ6RUDBNyzHrxmy6AOYKiRO1QHc2nFHzQHavkE3FUro3xRn-ivmcu7pgg737jVfkDqZBE38PIKrAkR7nmUg_oa6s-edU4twOWfKaymzH\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.9/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704064528250.3691,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"18726.228"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704064528270.594,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"18726.229"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704064528315.0698,"url":"http://127.0.0.2:9091/storage#/pool/06dda41caeea4a8089213acac6c125ea"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704064528315.348,"url":"http://127.0.0.2:9091/storage#/pool/06dda41caeea4a8089213acac6c125ea"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
    at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
    at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
    at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
    at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
    at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521)

Warning: eglChooseConfig returned zero configs
    at Create (../../third_party/dawn/src/dawn/native/opengl/ContextEGL.cpp:52)
    at Create (../../third_party/dawn/src/dawn/native/opengl/PhysicalDeviceGL.cpp:97)

Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2202-FAIL.log.gz
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [170s on 2-cockpit-10]
not ok 58 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-12-31T23:16:07.074295 | revision 779e1f6
Times recorded: 1
Latest occurrences:

  • 2023-12-31T23:16:07.074295 | revision 779e1f6

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

DevTools listening on ws://127.0.0.1:9679/devtools/browser/8e267324-e94e-4cd8-8c90-fe7a3093999e
[0108/230747.697491:WARNING:angle_platform_impl.cc(49)] RendererVk.cpp:1962 (initialize): ANGLE VMA version: 2003000
[0108/230747.702317:WARNING:sandbox_linux.cc(400)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704755270694.128,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"18644.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704755270696.362,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"18644.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704755270772.346,"url":"http://127.0.0.2:9091/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704755270772.6619,"url":"http://127.0.0.2:9091/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "unlock" "-d" "/dev/sda" "-n" "stratis-1-private-11138a2b285c4d3caf4afae093b6b401-crypt", exit reason: 1 stdout:  stderr: Error communicating with the server 10.111.112.5
/dev/sda could not be opened.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.9/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSmY2dms1YVpBcEpDeWZKaFRGNUhRSVROcEtRT1lHc1BuTlNGdEFIRFBZbktUM1NxNGZ4TmlkY2JFRXpsOTVZTDlGcFpvU3NDWU1WX21GbzV4ZmZibnJkIiwgInkiOiAiQU0tc1BCdVczN2Z6OTVEdWFRbTZyTU8ydWdWWi0xX2dnV1E2eXo1Z3JpNGZZRlhfZlVEWUtvUXoweU9XdU4xMVRjNWZUMnU1RS1kVEFWVjlOTFJyaXA5RyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFjN2V5UzVqVFBUYjFSdmg0RHp4dHJpbTlxVHQ2LWgwMUMtRW5PZjVLT2NycUx1Rm9Pa1Q3U3RBNjR2d2JqWldYblZPNVk3V2toXy1YdkVEQ2JMRHFCTTkiLCAieSI6ICJBQ3c5Y21YWUxDazZjU01GbUdwVXBDa3lISjZXR28tbjFqNkhwYzRhTkI1LU04NmYyYjNTei1qemhObG1Cb3ZPVi13U0FBVFFCYUhxZUxiV05tcjNzODV2IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AG6jQws1hw52-DJh5T7iJvAUUW0jIXkykFUQwOcu64-rgj_0LJ9NceS1G23CnXL2Rp4LQDCmGSkzd1AtlA2LRYbxAMXPdH5cbUaAqXYe46eyi0q85DA9Wh3C1ektC4PeEX_deXcOPFQZCML9Hu0EaeowDYO2XBvfnR-k9SVTUmnO7oG2\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.9/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704755383721.942,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"18644.229"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1704755383740.832,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"18644.228"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704755383783.356,"url":"http://127.0.0.2:9091/storage#/pool/17cb09aa535546ff8580c2326f57e85b"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1704755383783.7,"url":"http://127.0.0.2:9091/storage#/pool/17cb09aa535546ff8580c2326f57e85b"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
    at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
    at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
    at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
    at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
    at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521)

Warning: eglChooseConfig returned zero configs
    at Create (../../third_party/dawn/src/dawn/native/opengl/ContextEGL.cpp:52)
    at Create (../../third_party/dawn/src/dawn/native/opengl/PhysicalDeviceGL.cpp:97)

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-3-127.0.0.2-2202-FAIL.log.gz
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [178s on 3-ci-srv-06]
not ok 58 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-01-08T23:10:23.009108 | revision 5cd824c
Times recorded: 1
Latest occurrences:

  • 2024-01-08T23:10:23.009108 | revision 5cd824c

@cockpituous
Copy link
Contributor

cockpituous commented May 25, 2023

centos-8-stream
Ooops, it happened again


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

DevTools listening on ws://127.0.0.1:10206/devtools/browser/151dd4f6-0cb9-4238-a63c-bf3acea8ee44
[0525/110102.212049:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 7.8 seconds, which is 52% of the timeout.
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 8.3 seconds, which is 55% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/nD6xklQxjV58LIzE/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQVNrRWItSGYwZEl3VjJHeWFaQVRYV09vSzUyREtfWnpUYW1DS0NaS1BTaldKeVF6d3NpRE55ZHR6b3lIMS1yeEFCbHlGUEh2RHVaX3V1SUd4Nk9mcU90VCIsInkiOiJBUGVOcTFreEhCS2ozb2M2VC1KUXNhMVdqODhFNjYxUG96NVBuTDFCZVdzZ2hJSmpoWkxhTWpBcTJULV80enZ3RUVmd3hDb3BabGhwWENnLUQzdjJFMzZ5In0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBVGRnWEZ1NnlKanZhN09jX1NIZWZldTNFY2lYWFp5c1lIQWwyY2dmMFNDQ25zSXN2YzVpRlo3eWtPbm44T3g3U1lSWTBJZnh4WF81R3RlOTVLTmt1VTF5IiwieSI6IkFOcEw0R2xXU2RwNHhoalJVa2FmN0JLckdrUWs1SGNnaUhuUWNDUkNYYTNLNVpZakZNZnBvM1MyeTRyU3hHV2xWRUZqRUhOTkZndHd2VmtzQXpkM21JVmYifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdKGP9xcT6l1LNihpVqVzOIBqHY-GQUM-VeFiAUtRNoDpRcfQZ6IwDc--5xCRx6SnxO5O2QxPt-zQOkwGZ9jRp0OAe1qh5Fmlb188XZQgfUs5eb6POeSIXh9l53aSugCUz8N7iZLDYnghK4lWiWOaTKoS6Jr120GBgYsQ_BCMlTJwoO5\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 11.2 seconds, which is 74% of the timeout.
> log: 
kex_exchange_identification: Connection closed by remote host
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2402-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [216s on 3-ci-srv-06]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T11:04:04.709358 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b
Times recorded: 1
Latest occurrences:

  • 2023-05-25T11:04:04.709358 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b

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

DevTools listening on ws://127.0.0.1:9451/devtools/browser/95d9019e-32c7-4e21-9cf8-a648630d78bd
[0525/110639.582681: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":1685012802964.688,"url":"http://127.0.0.2:9091/cockpit/$f0a167564956d2d358aa3203d60e23d67c1bff9b314e4328624101b860b51873/*/po.js","networkRequestId":"78492.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/$f0a167564956d2d358aa3203d60e23d67c1bff9b314e4328624101b860b51873/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685012802969.265,"url":"http://127.0.0.2:9091/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 8.0 seconds, which is 53% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/11aagmt6zafYjvRJ/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQUVqSUF2YmNDWXVTVWJ2cWs5R0NhR1VfREZ3aXVlT25Vb2ltaHY4U3hweldCUVFQdzgtZUFvYjYzUUlpUkFjbDQ1NlJRTVdSQ2U3ajZ3SC0wTGNtUkI1bCIsInkiOiJBTnBPdjdIRnZnMTFGam5lOFVxdFk0UFE3M19kS25zZTVzeml2RktFdERuY0ZxUExVekxjLVV0NDFiTlZhVlpCZDR3Zkc5S3J3WHdEZVdMTEVtTnlKYXZvIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBU2tsdi1vRVRaSFJiUkttM0Z6Y0Y0WDFHUEZWc3JkUUNFWWh4b2ZhanAxcnN0SzM1eGYtMlpTVU1OVDRENUpOQTRPdjlSZFJpTTgyUXM2MkRpMmJyTElFIiwieSI6IkFLdVVraWQ3bkktbXI1c2JvYV9kZWY2WHhlLXd4OWYyNU5JR3l0ME1PY0VNU3ZoelI3ZlpwVE5SN3h2WHB2b3lFMkJOMUd1WUh3TFp4Z1BCcm1tb0FJQkcifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AaX3bQMEvmz-2mnH-8aZuRUz502uK5CA8iUUzmctEWeyzZpIVJxOJ6uR4iTam0NGhN0L1Dy8IvyWi2RkGTpVMPejAaLoAtTlBUIEUxaj0L1YD8N44CNe4L4w0tdfMFUhrtV1RvrFkp1Fsnfk_TiADKCyqxKNX9DY2gnFuvxSqFzbrQvh\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 8.9 seconds, which is 59% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: Connection closed by remote host
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1685012942823.546,"url":"http://127.0.0.2:9091/cockpit/$f0a167564956d2d358aa3203d60e23d67c1bff9b314e4328624101b860b51873/*/po.js","networkRequestId":"78492.225"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/$f0a167564956d2d358aa3203d60e23d67c1bff9b314e4328624101b860b51873/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685012942833.789,"url":"http://127.0.0.2:9091/storage#/pool/136365473f694d43829ad09c6c9a4f79"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2202-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 656, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [217s on 1-cockpit-9]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T11:09:41.921881 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b
Times recorded: 1
Latest occurrences:

  • 2023-05-25T11:09:41.921881 | revision c79bf30c6d3f04c3eb7ba0ec938d3d942f7aac8b

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

DevTools listening on ws://127.0.0.1:10062/devtools/browser/1dafb049-eeb4-455a-8329-1adf2f9e5f7e
[0525/140648.125504:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 9.7 seconds, which is 64% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/HqBT7yoLcep7Rrhy/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBVk14MEtJalNkdkJ3MmN1cnBiaEQwTHl2eGQxZ0h4X3hBamVqbkZIdTlJUTJseEpVNWtFZFhtWjZzbmJMOV9SRHpxV1RacU5nLUl5S1k0S3VmNFhYOFhPIiwieSI6IkFFWXowX3dRZkIyeDJhQWpTb3MxXzVNcTNqV0FGRWRSYmlKZmlvVTFxTEpPaS1IdGdyLWZtVUwwTlJGMWtBdDRHbVFGS0ZfaUlrNWdhRmkxeVo2OEs3UGUifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBQ1lyLUJQSnZLMGliVVJ5Zl9WcWlaNDc1NXdqbnhCNWR6cW1DeHpxUXFYX3RndHNubkpqUlpMUHUtWG40QjBoQnREa3JhTC1WY01tMmFNb0luODJvaEpQIiwieSI6IkFObmlmM2FucnRWTjdzRTJPVGJ3Zmt1ekVoUjdXcVdTUEJFUDRJUGpIUTQzMHF4b3VfUFpKN1U4VUprTXVNMGlkVFBDVEdDcVpxZmFhNWtDNW5xZ0ZsdFgifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AFGnt_SeYtpuQ57XMAv1ngr4IWx6DnIWkzv5gJsd7FQo01_DkoqYJnW7nRk6HwqR8jlt1BFLYanjecDh6BHuZAmrAKGwaVTnfx8vSt2EmAVAEb3pmAuumDkj-BiC9tcpcl58A8ENIEiBiFYSd3A98O_EO-LQab-jM_LCC2MQeD8f8fBn\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 12.8 seconds, which is 85% of the timeout.
> log: 
kex_exchange_identification: Connection closed by remote host
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2802-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [216s on 4-ci-srv-06]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T14:09:50.591900 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396
Times recorded: 1
Latest occurrences:

  • 2023-05-25T14:09:50.591900 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396

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

DevTools listening on ws://127.0.0.1:9738/devtools/browser/a5c75b00-703b-4f24-bf3e-499f6c4b2ece
[0525/140730.454359: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":1685023653792.523,"url":"http://127.0.0.2:9691/cockpit/$090ec4daaaa51ac81f7525d4ab81a168dcb00a0c847b332bc6329addae387d48/*/po.js","networkRequestId":"79073.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/$090ec4daaaa51ac81f7525d4ab81a168dcb00a0c847b332bc6329addae387d48/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685023653795.728,"url":"http://127.0.0.2:9691/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 10.1 seconds, which is 67% of the timeout.
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 10.1 seconds, which is 67% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/H1RG5yexbJedY970/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQU5IUHFXWnNOSHdvOFFmc3RjaUIxZ3o5NFNhMGxwV2pmQzJRT1daLWh0TGRyUmU2SGVuVGVlZHFGWUhIczk5UkhlUXAzNndFYkdUbTE2LWV2UE9rZ0lKcyIsInkiOiJBQVh0SUQ2Uno4TVVDMjBoQk9UbVc3dmd5czR2c2ctRnhHSWFFa1RSZmNFeGZSYkdRTHU2dmZZRlVtdmZadFUwSzB3XzhkR1NtVWFOTHdIWGJOdVZXaFJGIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBUzdOMU1YbzFUUnFIZHZkMno2b3FWNEl6TTRsWlQ5VS04c1NqV3RvaVpxRlhGSVhlcHd0UmtpZ1MzRUVBcTZPbnROSG9xTlA2WlF0V2UyVTMzcUtOcjJOIiwieSI6IkFEektOenh0WG01ZHUzOU1NTy0tclBKM1Y3ZlVlcjhENkNfbWN3TXdTb2E5OEZ2V1o4YUFteERLemhYY2dwRi1KcDFvQ2VBb3VtdVJ6Mi0zeVpSdlVTcjAifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AeF25iPqgUSBp9G542Tlc6fZ1u084tvySkbyGSOdufQGX65e32zTAwArR2ournbsYwLjbJjDCw1EcMMMYGoH072AAHRU95kOro3rlFD1iIvcy6CwjUw6rykGUMejiERb7dFzJ3yMGaMgEWH8qc4MCHOBbaofpgin-sdGcrDxzKnmVHxd\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 11.4 seconds, which is 75% of the timeout.
> log: 
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1685023797980.719,"url":"http://127.0.0.2:9691/cockpit/$090ec4daaaa51ac81f7525d4ab81a168dcb00a0c847b332bc6329addae387d48/*/po.js","networkRequestId":"79073.226"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/$090ec4daaaa51ac81f7525d4ab81a168dcb00a0c847b332bc6329addae387d48/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685023797991.2678,"url":"http://127.0.0.2:9691/storage#/pool/cac683977b4d43fa9b1c9651734e57c5"}
WARNING: Waiting for ph_is_present("#content") took 8.0 seconds, which is 53% of the timeout.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2802-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 575, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [220s on 2-ci-srv-06]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-25T14:10:36.745337 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396
Times recorded: 1
Latest occurrences:

  • 2023-05-25T14:10:36.745337 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396

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

DevTools listening on ws://127.0.0.1:9366/devtools/browser/2b707041-aec7-4580-ada8-2d10b7082651
[0526/113912.763666: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":1685101155323.858,"url":"http://127.0.0.2:9691/cockpit/$3fdf3151c75ec414202f544edd12f01626a28e85dd8722d48cd7b67b2b605325/*/po.js","networkRequestId":"76649.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/$3fdf3151c75ec414202f544edd12f01626a28e85dd8722d48cd7b67b2b605325/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685101155327.101,"url":"http://127.0.0.2:9691/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 9.5 seconds, which is 63% of the timeout.
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 8.5 seconds, which is 56% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/xZGF7b7OlhwjMkBn/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBTnIxMGJEMEV5TkpIMEoybFVQczhRLXhtZmF3WTJPb2taTHFRaC1mTlZUWkl5SVpUQlhVbmRtaUJhT0VEbkNzU1l3ZmhsQkVKcnJ0SFlqVi1UdDNScHJNIiwieSI6IkFRaTBUSnp6b3dzd0lNODVMTWtFanduVkZ1VmFWb0JJYlJBMWpUMG1CenYybko1cVNCNUxCNGkxb2ZEdWx0RHU5QkkxTXpWSFkwbnNOcWtWbDhYSTZSNHoifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBTFA3UmtTRFZNYzNqTGM3UW5TMVlCSXg2TnBWM2tYX25iME4ybVVSSlpBcC1GeHBzYlZvTFVobVZvcEQwSjVuVXpwcWR5S2ZHbVBZSXlYSVAyWWg2OEI4IiwieSI6IkFCODU1MTBZV2dQc05ZODQ5N2NKejBBclFpeHhvZzdfbkdzbHpRZjdTWEJ3U0NPZ1ZrTmY3NzFGTU9HSV9KbERvVnBnem13anBTQTZab2lvM2FjNENWQ0gifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AWnaNeACFLS38biQcTjKktfrlCTunjxU9bbQXcUrgKzzdu8-2L_CVqgsxWP0QmlXSQ4bcxwNMk560VQEVB3Ut_b9AH7p0Q5MLb2qDUvWVl3Jc_IrfyT5HYkYfYdNF_41AVu0kOZ9qQC7X-PymUQ7GQRot0QELyKmnL8dKtDsrxZ5pqe_\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 11.4 seconds, which is 76% of the timeout.
> log: 
kex_exchange_identification: Connection closed by remote host
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1685101288857.87,"url":"http://127.0.0.2:9691/cockpit/$3fdf3151c75ec414202f544edd12f01626a28e85dd8722d48cd7b67b2b605325/*/po.js","networkRequestId":"76649.226"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/$3fdf3151c75ec414202f544edd12f01626a28e85dd8722d48cd7b67b2b605325/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685101288858.0798,"url":"http://127.0.0.2:9691/storage#/pool/539d2f0c62eb42cb86a6b211ba1f78e2"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2802-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 666, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [239s on rhos-01-12]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-26T11:42:06.370786 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396
Times recorded: 1
Latest occurrences:

  • 2023-05-26T11:42:06.370786 | revision ff025d1dd4dd449a1f33e7f59e95b3e2a8c6a396

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

DevTools listening on ws://127.0.0.1:10009/devtools/browser/47563d1e-7027-4b3f-9fc9-4fedf93c48d7
[0526/132349.297962:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 8.1 seconds, which is 54% of the timeout.
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 7.6 seconds, which is 50% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/J8j6ndsAmQkuRzDq/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFUzUxMiIsImNydiI6IlAtNTIxIiwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoiQUhaZ3RGRHdZc3AxQlkyVWwtV0lFSUlhc3pveWc1MkNUdHQta01RVVBKX0t6RFZ1cFFhUjBnTWVQbEQ4aFZ5NGI0OHZobm5BUHM4UkNSMnlFR0JEUUwtQyIsInkiOiJBWloxMWZBYTlubDdMQ1FTNUM2clUyOUZFT0wtS3BRbDA1blFZanAwSGtiZ0xHVFUyVkNUQ2g1YjJzV0tGakEyMnpEeGlIYVFpYnhTazR0aUxOcmRVcnFjIn0seyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBZW16di1DbTZndGZhM19icExMRTU3dnh2enROb0VmbEluWm1rdW1fS1oydDd1N3Z0SWZFT0tETV80QjNpc0dCLWJzZkc2WDdGQmRDX2gyWjFpSGNkOW9yIiwieSI6IkFWd3FsdGNlbjJYYVU5UVpCdXIydFlhS2FBNkZ2N2FpcWV2cFRWQnRGTU9ENThka0JMTGN0UGd4Tk84UUhPSnZrb2U3RmhYcTc3cTRaLU9jSTNMckZSUTMifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AfECqaYczchMQnAFiI3cLY_qyufy4qyRVqB0cJpLGAnRKqUMHRWxBYf3WCBF9yOvtwP1UFOvTEZ1vSB6lyqxhVBZATzPR_glH_w1qN5HDyqtPtCtIePHK_SYRSzfTy2TuT94PZRELe68dWZxEVctE1kVlLfn3F6Vjyc3xR_SVrB94Sq2\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 12.2 seconds, which is 81% of the timeout.
> log: 
> warning: transport closed: disconnected
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 665, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2901-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2901-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2902-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 665, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [211s on 2-cockpit-11]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-26T13:26:46.976458 | revision c1b55239e10e9c3ec233196bd58dd3c417a7fd32
Times recorded: 1
Latest occurrences:

  • 2023-05-26T13:26:46.976458 | revision c1b55239e10e9c3ec233196bd58dd3c417a7fd32

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

DevTools listening on ws://127.0.0.1:9841/devtools/browser/853acda0-e38e-44b8-aa68-c7efa5367ffc
[0526/132550.376705: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":1685107553182.975,"url":"http://127.0.0.2:9591/cockpit/$4cbe382689f055c8118a55cd30f00a744c976312307f0d23422e1efff5bd63a4/*/po.js","networkRequestId":"153158.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/$4cbe382689f055c8118a55cd30f00a744c976312307f0d23422e1efff5bd63a4/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685107553185.3389,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/kj1tvAnaA2RrO54j/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBVjBIQXcyLXlMQ3MyaUEycmZxNUt5VVUzcTJ2NW9EOUt3M1MyRXZlNVdPeXM2WmE5S3d4Rk12WmpJc0dXeDNyVHpIMTZ3TlQ1akZKM2s0bjFXcXFaVzRWIiwieSI6IkFBVWhvTEJQcXBIejhYZmREdGxfUHJqTGlsekVIY1I2VE9YME1Hcm9TVHE0dU14dTg1NFZVRjFmdk9xN3Q0Sm92WEl0VW51anBDR2FkUndLcGs3OUhQUnIifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBTHdsV2ZTcUkzSGJwUkFub280Y0xkLVd1V3I3cnE0N2lsYnVld0ExWUE2TlAwUHFhbWZrNzJsRHN1RUo5ejdDOVpRMk1DOEVWRUhQU09scGxqSFo1Wm5EIiwieSI6IkFVMU5QNzRjdGl5ZU41cjdNTUktRGRwbng1amdoaC1QZFRCakw4MmN3SHVaT3UtdjY4Rkx2dG9TaXNGM08xcS1tUmpYOU5vOUt3b3AyOW8zb191bFFvanQifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AScU-ByeQCT5AOWqfcAICzk-q0EBfrWQverxRDPRhZcx3vWTI78QO2zqUnieqq9aFwtg9T5_UkzXl2zaTxaxbN4MAOovRCBDJiIHE-F-rAPmcGnKl1MlaEgw5sIFERqilpbYvtV6vaxC7-wplGCXWqQnY59KrkLCmpPR4R2I0aHrv5pU\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 10.6 seconds, which is 70% of the timeout.
> log: 
> warning: transport closed: disconnected
kex_exchange_identification: Connection closed by remote host
kex_exchange_identification: read: Connection reset by peer
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1685107686557.2158,"url":"http://127.0.0.2:9591/cockpit/$4cbe382689f055c8118a55cd30f00a744c976312307f0d23422e1efff5bd63a4/*/po.js","networkRequestId":"153158.226"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/$4cbe382689f055c8118a55cd30f00a744c976312307f0d23422e1efff5bd63a4/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685107686566.01,"url":"http://127.0.0.2:9591/storage#/pool/5a0452c2ece94d1d9fc4a807e3dafe2e"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 665, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2702-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 665, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [246s on rhos-01-16]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-26T13:28:44.127812 | revision c1b55239e10e9c3ec233196bd58dd3c417a7fd32
Times recorded: 1
Latest occurrences:

  • 2023-05-26T13:28:44.127812 | revision c1b55239e10e9c3ec233196bd58dd3c417a7fd32

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

DevTools listening on ws://127.0.0.1:9860/devtools/browser/951fa96e-a71d-4c78-8b00-e9c71421654a
[0530/100517.065378:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 10.6 seconds, which is 70% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/HLvbTE5qltO2HcE2/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBWGdFeVdMYTAyXzhMMVgxN3NXWHFSRXY5MzYtNnRxVlQxZV9hZ1dOWHUyODRPWnNOdzVhUVdSbWRhbGNpd20za1MwQlVPbGw5cW9DZVRzeGZqTTh4ZF9VIiwieSI6IkFQRWxzSndWUTh6T2diNFhOMS1selpGMjJzRkhlYkZOMWpFNC1UVW9KZm5PMi1WWHYtQ0RodGpZUEc2Qms1bFBoRGVFd2JybVFab2c2dVYyUTFqTTh2UkcifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBRnl3TEZkMlZzZ3l6RTFHaUdwSVFiWnlCdlhyRlVqZ3p3MDZESUx4S0Vxc1haZGN4UG45OHNCTU1hZ1lGZ3lSSHQxYTJ2WWc4bk5rWE9wNDhFeERVQmZhIiwieSI6IkFXeXd4bXlQV0E5SGNzUHptcEVaa0xVNGZkOG1CVzBxZkIzZjRnT0tzN240SWcwQzZzSDhSR2lObTlrY2M3dVBDN3dhYjZZcWxqaDFDT2xmcDA1RDBLY3QifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHwRgH0I2HnlKpmF5oKAwPuvCXwTinAudLQ2wCnbTDhQltl5TD9OOYoQt46pvelT_LUj6TCUYnRhGu-L0peJ9qRPAfWbfXqEfRpQpkuMyQVLc58o1YWn_9tm80ReeiZaILp-noTMK2EJLxf8HrWAHm7emm8bjunCrXQAMlJYVIQGzsRC\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 13.0 seconds, which is 86% of the timeout.
> log: 
> warning: transport closed: disconnected
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2702-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [211s on 2-ci-srv-02]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-30T10:08:20.358074 | revision 3225cc6474f8e056276cd4d0a01ea8c32e034bda
Times recorded: 1
Latest occurrences:

  • 2023-05-30T10:08:20.358074 | revision 3225cc6474f8e056276cd4d0a01ea8c32e034bda

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

DevTools listening on ws://127.0.0.1:9820/devtools/browser/caba5d83-7e1b-446e-bd7d-2a8c6c3ec965
[0530/121212.204645:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_is_present("#detail-header button:contains(Add):not([disabled]):not([aria-disabled=true])") took 9.8 seconds, which is 65% of the timeout.
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/e3VqHBltSXfkVebz/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBTHNsT3ctQW1vcGhUTHJfbV9QcUQwcjZUNXhDTEVEb01WYjFlS1A0UW5VUjE0MGJQVG1uREFqTVR1VTBtcWUzTDgyZ2Q4RllVQnpfMG0xazNPNi0zRDBEIiwieSI6IkFQTWoyb1lQMl9iTFBKV2NYWUpYN3E1QnhBYzBkVkh6NHl1WEY4TDZuM09nLXMzYXBiT3dRWVJlQjc5WkRuYjVoenlWR2pLMlNqTHBWZzVlYjlyWmZ4RlMifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBYl9mWXZzN0VhMnVQdjB3d0hKdXgxSGJwYmVsd1MwWm1TMWYyN1Y0cVllTUFVN0Y3TlFfTmIxXzE5OUMzNm5XeG1leUFfdkdQU2tQWnMzcTZoVWRBNGdEIiwieSI6IkFkMzkwenpoUWhYQnVhT1hJRjVfQ080bW1ZS1JNUndvMC1jMl9vc2xIUUhCM1FZNlJlTEpYN20xRXNZYldsaS1uVktYeTFnS013R21DUDdsOHBWZ09tYmIifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AakMpXfefbpmtAhM9LQNG0d-T1IeVMickdWR9hRnvxUoCjyY0ENUP4ZhYei7i2cip8hJfSqNggeC9nIl4F0NVFNLAYJIdJlHosPMoMdc6lwquZ0DJUSZR1v3AInxsuqmccB6KYgCHe7oNpBr4NcSmIE9TtHHf2Hpy_SKVdUZe_JCA958\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 11.6 seconds, which is 77% of the timeout.
> log: 
> warning: transport closed: disconnected
> warning: failed to poll tuned 
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2302-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 709, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [208s on 1-ci-srv-03]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-30T12:15:12.971667 | revision 41d1ad662bbead9a34f06dfde10d05cc4c3fa173
Times recorded: 1
Latest occurrences:

  • 2023-05-30T12:15:12.971667 | revision 41d1ad662bbead9a34f06dfde10d05cc4c3fa173

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

DevTools listening on ws://127.0.0.1:9298/devtools/browser/08e40d5d-1884-4a89-9abf-aff5fa6865da
[0531/110616.067892: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":1685531178797.81,"url":"http://127.0.0.2:9591/cockpit/$2a75430bf2739be7b740dd00276e10b6b3be8dd02cf875f8f869016ae750899a/*/po.js","networkRequestId":"76223.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/$2a75430bf2739be7b740dd00276e10b6b3be8dd02cf875f8f869016ae750899a/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685531178821.0571,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 8.3 seconds, which is 55% of the timeout.
/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Error: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-k" "/run/stratisd/keyfiles/NmPk5kVEo4bVvWOE/pool0" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjpbeyJhbGciOiJFQ01SIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbImRlcml2ZUtleSJdLCJrdHkiOiJFQyIsIngiOiJBQWtDY3daQTlQMHhMc3RyMUxLcGtyVnBFYUMwekVjTTBhRFNmbW9vNUZvOC1DaXdoaGZ0bUhZSEQyWWh5endENkhBdzZLU3JTQUZETHVZZmtmaU5mdmI1IiwieSI6IkFMQmhWU1oxbzN4bGhNMFM1eThuVlJTTTJKanZIYjdGOGphYjV0bnh3dDFFa1FLX29qUS15REV3eFVvNXAteTNIS3V6SFRrVU1McEdjYVVVb215cGNxc04ifSx7ImFsZyI6IkVTNTEyIiwiY3J2IjoiUC01MjEiLCJrZXlfb3BzIjpbInZlcmlmeSJdLCJrdHkiOiJFQyIsIngiOiJBY2JWSGlQRFBCWDBDNzRyY2d4QVl2eHNWakhiZk1lbnY0b0dVNGhTczdRcVp1THF0c1VLMWxwaWRFQjFGay1mank0TVhNR2ZxVldhN2t4a2xiQ2ZrTHFlIiwieSI6IkFiUkVNZHBBTlRPdi0zS1FpUDdJbVYyVnVTSmc5NEVPNjNybGd0Sm85RWtfbWxWcDJ0bjRSRWR0R1F6SXhIWHR6bzdzdFdhekN4dkZjenI3NmpLZG40czIifV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AVzeP_6xq7XJBLmwiPQJmA5qveF9ASmoxBRwAesI81Wzket7iHjAR-CDwMwrfPHF0OIa8fCbz0dGTPUlRZT5-wTKADHeqswTIwT5gDchJ6mNX8rVzm8u2sKaJyEuS3M3QtOYdsSHSQk_PRS2-0SwaPfkXPOxf7UmNVRbUiRPD3ZtbggJ\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: No key available with this passphrase.

/usr/lib64/python3.6/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
WARNING: Waiting for ph_in_text("#detail-header","10.111.112.5") took 9.1 seconds, which is 60% of the timeout.
> log: 
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1685531312500.6968,"url":"http://127.0.0.2:9591/cockpit/$2a75430bf2739be7b740dd00276e10b6b3be8dd02cf875f8f869016ae750899a/*/po.js","networkRequestId":"76223.225"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/$2a75430bf2739be7b740dd00276e10b6b3be8dd02cf875f8f869016ae750899a/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1685531312501.781,"url":"http://127.0.0.2:9591/storage#/pool/0cb549384ef74b29a2d5875ac172d6f5"}
> warning: failed to poll tuned 
> warning: failed to poll tuned 
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 711, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-8-stream-127.0.0.2-2702-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 711, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 496, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 224, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 571, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [234s on rhos-01-5]
not ok 341 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-05-31T11:09:10.655346 | revision 5b32f2707e1dd1f11049ca3274989bae4da788a2
Times recorded: 1
Latest occurrences:

  • 2023-05-31T11:09:10.655346 | revision 5b32f2707e1dd1f11049ca3274989bae4da788a2

mvollmer added a commit to mvollmer/bots that referenced this issue Jun 2, 2023
martinpitt pushed a commit that referenced this issue Jun 2, 2023
@cockpituous
Copy link
Contributor

cockpituous commented Jun 2, 2023

arch
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45587
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTEFZRl9sVkFvWTFPSDNDS3pOdy1FV2xydDdOdk9kRTN0NWRMZTVDVTlqLV9qR09GdHJ5M21DVjN1UmVLWUQ5OFV6b0dOOV8xTWpmTElmSDlUYmR5SXBzIiwgInkiOiAiQWM4SXhISUlDcUhBWmRFcV95clpZVzFMOVRydE92MVBfWmd1LUZQSmRsVjhicE94NUZBaTBrQlRwODVUNTJZbTZfandiRE1ROWJyTWlRaHRjcDVkS2pfWSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFkd2R1aGJaZzBkSlo5Vkc5TzFVZUt6Z1VXU1dYT0o0dV95WElUT293UGlDU1ItZ3FWVXVIS2pWR0p4S3UtWWRwdlM4RUtIMkJDZ2xTdHNMZ0dselgxSUYiLCAieSI6ICJBS21yVVEtWWhpeHJUNUFha0NoN0c3Z2tEYlBKdVlOY3ZsaVJwNHpKclI3UDdhNUotYmc1V1h3Mzc5MDhUcklpUmZyWG52bXJQenkyR3dibHN5MmRobFp3IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AfYh3mM0w-i_Oz9a9tiOj5BjqKQgrHgK5yLTTHJRGZFUz2URrQm-Tq55UvQEbPF8WAJdGFvOzwNhC1lArpMTT7EXAYnhAM1_6UdB0yvQyN9pRtswXFwUeFtyfGkz79NlUXBPT7F5yf5zgpCI6kanwTGSYg6FAuVHpTD-4HOFEMUOcRhH\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2202-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [146s on 6beb0a49ebf4]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-03T17:30:35.298861+00:00 | revision de91533fee50d8181596e52f27e8cd5a621abc57
Times recorded: 1
Latest occurrences:

  • 2024-10-03T17:30:35.298861+00:00 | revision de91533fee50d8181596e52f27e8cd5a621abc57

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 46299
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSk9qUlgtUTM4c2N1NjdUc2RvcTlHVkFFNThSVUNjQmdKYkxPc3EyRU5VRkpxZEw0R25vUjZIeC1WY2tZSHR5eVROSVI3V3Y3ZGo0RlhqNXhCMmlkdWQzIiwgInkiOiAiQUZvaE9lcm9nUFlHYnBFaW5WdmxSUElvTGVqMDh2dkFtZXZ6azd2UjNTdS1tbkJXdkgzd1ZQbkFzT3Z1aGV6WnJpUXY2Z2lWVFpTQTZxdlRfQkdFZ0FGTiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFNVEd5bWV2NFhFbGVEdU50ektKVUluZURIaTdIT295dnY5TmZvRllEZ0pNU3Vyc1JQUVpOcmtJaVFkc2pFX1otSWJXZFpYZW41WTM4dk56V3lpWlF4VFQiLCAieSI6ICJBSWdOMi1ieDJLTTZWTFJwOXpjTVRPdVQyU3p0MV9JT0szZzA1aXBhWExfd2VpZnNHS25lc3ZhQUNuc3VsTFVseXh1VWU0TlBtZzE2cHE4RUV4RlhqbXg0IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AQCp9OSbvOcJmKbm60NiZi7_9j_tC8KDJNSMPcaWgsQUuTz32ANOWIsWpwd8xt5h7ND-D90cKZr9Hfc_lf5CSf4HAN-kvYeAacziOLyVINdZkA6mdtnpRQbwJ-iMVYs7IQfq2UmJ6mlSqIRTsjZpX_jK-q74QozCRrdvHFjd6Y4Wm-dX\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2202-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [154s on b5ec16600f19]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T03:44:49.406601+00:00 | revision 994394df39c373afc011df94346718d787f73618
Times recorded: 1
Latest occurrences:

  • 2024-10-06T03:44:49.406601+00:00 | revision 994394df39c373afc011df94346718d787f73618

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 53409
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBT083RS1YVlF3VjBSdGJsYm5HdXFIUXBMeXhjbVVZc3dRV3o0U2ZuYmZvTkJTeWlrS1hBaFpJc2tmMWRnOTlFMExpd01PVmQ0TXRQckwzbHlQNDF4Q3k2IiwgInkiOiAiQVBWMGFTVk1fTzV4dzh4eEc0bTNoVUk4NVZtdVVEYjk4c3VlNW9xWGdmaEptUDFjTEhvai0wTGt5enV0QTBYTnVXR2dTMFhsd0JDZ0lZSmU4cGJIMWk0dCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFFTDRDMHJySVBNd1hEUjNGdG16VlgyaklLaXJjRWM1NjQ4UE14QjFtOFdXZmI2cE52MlpBZmlkQXVnQjdCNXdZQXM3eVU5U3RHbm5lV0lObXQtRXZ2T1UiLCAieSI6ICJBUlkxOFMxaGhTZFRLaXJVMTNsOHR1Z3dQc2Vmbkg1RngzeW96R0V6dnFYRW1jQjBCa1Y1aU1IXzZJcVp3LUZtUWVoY19hdDUwYUdPbm1ORHF1SXdzQkl2IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AA3k3vkX_SgNZB0mr-r0PGRmtYp89euXbp4G9kttFrmCojdsffO2sQmMXqDCd_hhMLoJ_R1rbXZzZCL7iOn2oqw2AHn65qgNBHzeM80zYtJ2IOVp3nX0xczxHGGy1emS-832HlUlX7pKgDy9ZJ9DqZdWQvGN5WCHKS_eq6He7vxmj0ZE\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2402-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [141s on 392c930d0c46]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T04:16:31.953907+00:00 | revision 70f8e60683925eb7ff82b2d46b90682b9a98fd8d
Times recorded: 1
Latest occurrences:

  • 2024-10-06T04:16:31.953907+00:00 | revision 70f8e60683925eb7ff82b2d46b90682b9a98fd8d

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 57475
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTXQ3blJiT3FiSjdoUUVzVkUzb2xYY21kMXVnN0Q3aDh3VVQzdnc1NmRRcmktSERwWWM4TnpuYTJrSzdFSXlkMGhHQmJTc1lfYjVab2UyLUI3S2xzZXdoIiwgInkiOiAiQWVfMmtQakFuUHNrbDk2VmIzSk00V2o4TWd5a0Z2ZFZrcnJXdERKZkhaTDdWTURTcVctTDU1SGhDUjlLckg3Zm1yODFEckVoUmRCX1hPSkI5UGRYZE0zVSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFaT0EtX3pTYWJnZGdUV093RF9sYzVpRngxMjNJY3RlOHNjUTVRRGRleDE4YXA4X25LWk9YZGsxTHk4WEJLOWFXRDU4T19kcElBOXgtS3pKZzU3LWFtYmEiLCAieSI6ICJBVmNFZHRZMlNfRzZwMVozQ2RHemd3QkMybmJ5dHRVZ1pVZEtacGNXNjNsQkMzOHlqbHliTkhTM05ac21XZVM1RDFoLTNNNUk0Tm1VYlpNZWwwTndSVHRLIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AeePjZi5x0lCoFDQvyHFGYg-rJjzmEZJN9a4pxsMjDQS26K4JtGpt-Eiq72YksdS84i4Wjff-oNod8LFBVatb3ptAOcajk3LwEshzH0GmpYA0OOW_Tz_syNbX2twBj_R5s73RvJ5q2-qT24NuOLDEwvIzRmlRe5q5fGotbBgCqrfVe99\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2402-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [155s on 20126f0fe077]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T04:40:39.714745+00:00 | revision aca54b25a56c8aaca8ed9bacec3db891e62ec4d0
Times recorded: 1
Latest occurrences:

  • 2024-10-06T04:40:39.714745+00:00 | revision aca54b25a56c8aaca8ed9bacec3db891e62ec4d0

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 32919
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQk9oN29LaTVIOWFHNzBGTHRETE90SWViT0xRRS1HQXpSdWJQUWpSVmJmR0tFWURDYWxWY2czb0ZkbXlFd2RQN3NGMG00ZTZQWHluZGo0SkhoUGYzd2E2IiwgInkiOiAiQU1xdllwazhodHZpTUlXSjlrblpCZ2JobWlGNm5uekJGZzV4WHdHWFJSeEZuWm5JTkw0MF84bjVjc013bWdiSGhndGpyMU5GQ29ZcjhaelhUNlA2UFlvVyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmRGNlS091LWJfekF3NmxWd1JXWjEyR0N0bC1zX2tGWFBnY1draDVNODUyTms2aFZRLUUtR1ZKVlduZW9uZGpxQkVxcDlHSXZlSTZJbkIzRnZtUUdrLTgiLCAieSI6ICJBUjhyWVJVSzJrUlhvMld3aldXSm1qR0tIMldXODFGZU9mUkR0N19NV2tSV3AtRkF3S1VmOGs4cFRqOUF0eG5LODM1S1liZ0lRNmtkN1d3Y0MtQzExeTc1IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AV-YwXELqI6vFOKV_xDYDK3n_teRZlyR2r8kvjy-qHaXa6iIwL85bL1A-I8_7DY4_3PuQvTbtO3dk0MA1xHGz2LjALrRaWmYVL6bHGZ0k4rcSgOmN18kfD9vTITLTBXExLlIDB10KQpAey107hti6VJQpO6voQLz9ZRBu7unULIRTdhz\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2302-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [144s on b1c6ccff30d2]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T11:01:55.343107+00:00 | revision 196a6a3f139334688b8c77ad4d708b2b689f0305
Times recorded: 1
Latest occurrences:

  • 2024-10-06T11:01:55.343107+00:00 | revision 196a6a3f139334688b8c77ad4d708b2b689f0305

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 49485
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBZXZ2TG0xYTNzTUExRzRLTnlIOWdTZ2hEVHdocHdtaW9DREY4MWJ5cHlsTEpudnJqb1N6c0Z4NC1WbVdFSHFST2xHbEpaVXVqbHlfVVFzc3cyVXBWTWE4IiwgInkiOiAiQVdwQkdIdGxOY3JhZmFPUmFfVW9JRTEtSHRXQ0dZRzYyTzRoUFRnMl9FcUF4dGx0VEl4ME10MzhLaDJ4VU1Hbmlib1pPSnUyOEZPT2FKbHdUdFhSb3RyYiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFLWU1nNXlvQ2VlcThQRVdoZmU1WEhZLWZsZURBcTFuUy00M0RxZzkwSzg4TTZCNXh2QzZ3NDgwSG44dVh3a1FiSjlsR296dGVaa2x4X1ctTTNybGw5eHYiLCAieSI6ICJBR2JaakxnT0NvVUpKcEZVTU94X3RTM2EwVHhLRWZORDgzd1ZtdVQtbnVDcDA5X2V3SkdjMTJLQW95SnpGY0d3bnZhdUtxUUZMd3Zsb0NRTkhqN1AxeGpmIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZNQosqonKiwE6Q81ZuWnIYhrDe_hMfFq7WBo8w_T20cDqHzE8AWFk9Jqfrh3G7Ixvag-hOukjBlItfoJlOq0CiCALpBGbyqSL4jRzEuXSix8hnYZRtp7ZOmHALpb1LaJMC3rCFmoVC3WRKRRkJ0Lz-IGSWNcQamo-H1GaHQ8DZDnEv5\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2302-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [169s on f5e04e8c206a]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-07T07:29:16.791302+00:00 | revision b67c4b2b928137dd8bc660d2feb9e0d079a84aad
Times recorded: 1
Latest occurrences:

  • 2024-10-07T07:29:16.791302+00:00 | revision b67c4b2b928137dd8bc660d2feb9e0d079a84aad

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 51177
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS0NPbzFLLWlKMkhXX3NWRzdsUkhjZFdOVmlxR1hhd0F2TGVoaHhKSWVGcFBGNjhQR1JKbHp5M1VIcVROeEtHWlpKQUZWMVdObmMwa1dWRzJQaXcydElNIiwgInkiOiAiQVRMeEVhbl9kUHoydmlSVV9VZ24wOXJyQ3FIYVFWa1I2emtQS0F5TlpKV2VLN243X25WUnU2Z3NsRzZoQWFMbFo3OVNiMngzc2RoRmROSlAxUmh6cEtBRSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFQTGY1NmhZMldjUDdHWWU1b0hXejFKX0l5dEo5WC1PbmVxT2Z3dnFLV1BJQ1BMTkE5MFFEY2t3ai1saGY5YjhyUDQtRXpLQllIbURyVWVfZnlMLVVhQkciLCAieSI6ICJBRmw4ckY0dU9xQjRvajdKc0hsb1JxRnBfRkh6LXJQdHV3UjdYSGJfZWFzX0d6bTlmVFc4TUxyTjB3QzRSdE42bnJscWtGMFcyb3NNRUg5RmlnUTNKcHk3IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AfYAddV3YSss6lIWdjAzqjpdbxIdonfMQGrOugL58YPtSsAQGhcFbo55VDImd0BJ9AFnW-Pg6KAtGoUjjJxUz4LtAQGWro0Ll7tWEeOF5-s0NS16h2i0juSZRS1BV0c8NrfvpIaibc1Poyik12PA2Tw96cilGsYHonEINiQ3NTsiog14\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2302-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [148s on 6a37b6a7f68d]
not ok 62 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-07T08:45:30.030411+00:00 | revision b1511a7ecd9cfd9920252f59e87b0d4c8c733f35
Times recorded: 1
Latest occurrences:

  • 2024-10-07T08:45:30.030411+00:00 | revision b1511a7ecd9cfd9920252f59e87b0d4c8c733f35

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 47831
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 47831.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Failed to get current crypto policy: not-found ; falling back to /etc/crypto-policies/config
> error: TypeError: Cannot read properties of null (reading 'trim')
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQjZXNkNJYVJMbkVrZEVJS3ZQUFJQcWFFbl8tUExadkstWXR5UHA2dG9JYzltV0x5clJRa1RXLW92UnExWklYakxya2FscUlaYnNGd1p3djhidm5yS2tOIiwgInkiOiAiQWFrNVN0NGZSTGlfQXp3SnBvS3JOUXpXZnR6YUVXVEtCMWYzVUlZLUVGUjVTWS1iX1V1aXBIZElKaVU3eUZHeWpqWGZVRG05NXZxY2owNkdTR0RtUHc4ZCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFNNkRPa05zdzZaRnU5OUlWYzNHeTZ5clF5eFJyS3Zjd3Zlb0JodGE2MTNXRmR5WlBqWkhGTk9sSlFkLVlSWTEyX3hmVE1oT0tzaGFpWldBOXdDMmc4SUEiLCAieSI6ICJBUWNaNWZtQ25maEN3Z0JpQVpadHF1RUdHUVFRblBWY09kaXhhTkRMcTV6S1BYZ09MendHZEhCZUR5RW5jZzdNUEp5dnp5UEJKdmVsLXZ2Wmx3WG0zN3ZlIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AAvcMX46qLY6e-OUKmuuJ1e5w-wpgWL4reDiyiJv3OTKglMr4_Tf0wAMuCtnoqjZXtmG9Xcb_CR9J-lTefIOUs3FANXLLGcHCWy6YGJs-caUrIk72D6jGkWiWg_Q-qF0HKbq5r4h5HLvGqWd52TYHKzL_QqqIOWnLQuRN8AlzBZCsuA3\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Failed to get current crypto policy: not-found ; falling back to /etc/crypto-policies/config
> error: TypeError: Cannot read properties of null (reading 'trim')
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2302-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [149s on 2789ac80ad25]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-11-15T10:03:26.409661+00:00 | revision dae0b2f7c90dea2d1eefcc1c00b651ab882b7826

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 58245
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 58245.
==> WARNING: Skipping dependency checks.
==> WARNING: Skipping all source file integrity checks.
error: config file /etc/pacman.conf could not be read: No such file or directory
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'.
> warn: Failed to get current crypto policy: not-found ; falling back to /etc/crypto-policies/config
> error: TypeError: Cannot read properties of null (reading 'trim')
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/sbin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVGlUcjFibTRCZjByM3JmdmVEdTBaR080LS0xOEh1ZmdKbUZzV3VPNEQwVkgtOVVYY25Ybm56WURjWjN3dlhJS2hmbFdSY2FISkNRVTNsQVpFWmJLYjlxIiwgInkiOiAiQU8tb3luOUd0aUZWc2tfQlVEckdnTThveVJrYWwxeGltZFBGSmIwRVdQRjk4a0ZIWXlKRXBoZFNIMkZDbzBrMjlzcmY2YURqcXFIb2p3UUE3NjZwMUpfZyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFkblhoYy1nSkZubmJYb2NOSnJaTFpxaXFmdVZFSEt6ZGN5RHdvd0hmemRCWF9aNHFJbXp0bzRHNTVrN2g0aGk5SWhucTVfVW82c05JRVNRenZHQW13WTEiLCAieSI6ICJBYzh0dlFMcHpqWXh1OGJqVllDWmtnWFJhczBrRDFZNlk4NGcta1JLRjhCelZ4Qko5Rk1oLXBZMVJpUFNoZFk5MWk2Q3d0REk1UXdYamc4aktnWDlhQ1BjIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AffgXctWY95dRjUzT3rS_sgxBHtVgF3qh6lsuTWsTRc2SXVhXyvNGGd2r1AzAx5GA0RGvlBv4vQxBQZrzjHj8jLdAGwDTsDJcFZ-HDYFDjF45dzMH1VloPMj4CdE4YxSvBYPjB902woVVvpSqsozWVPLg9mZ7BlboxthGKTG9lKzU_6b\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: Failed to get current crypto policy: not-found ; falling back to /etc/crypto-policies/config
> error: TypeError: Cannot read properties of null (reading 'trim')
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged iscsi module Error initializing module 'iscsi': /usr/lib/udisks2/modules/libudisks2_iscsi.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-arch-127.0.0.2-2402-FAIL.log.gz
Removed '/etc/systemd/system/multi-user.target.wants/stratisd.service'.
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: Object(4)
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [145s on 469bbf38bf2c]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:09:31.055001+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:09:31.055001+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

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

Stratis runs clevis too early

Fixes #4796
martinpitt pushed a commit that referenced this issue Jul 30, 2023
Known issue which has not occurred in 22 days

Stratis runs clevis too early

Fixes #4796

Closes #5061
@martinpitt
Copy link
Member

Bump -- leaving this to @mvollmer -- the upstream issue is still open and there's no fix. Possibly our tests got changed to simply avoid the situation?

@cockpituous
Copy link
Contributor

cockpituous commented Aug 10, 2023

fedora-testing
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9977/devtools/browser/8e0c01bd-13eb-40f2-a237-323abd4eb61d
[0909/234522.015522: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":1694303124850.39,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"77518.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1694303124909.905,"url":"http://127.0.0.2:9291/storage"}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "unlock" "-d" "/dev/sda" "-n" "stratis-1-private-9e8a1d9e208a4776989e647590e707f0-crypt", exit reason: 1 stdout:  stderr: Error communicating with server 10.111.112.5
/dev/sda could not be opened.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVlFiWC1vWUtVeTlydHVEVV9GZnF5UkxVRmZKdTUzTGhMNWFRZFBxLXNQcWtWMXBndjh3a09IMWg3UkJNbS0yZTJFMC1BYW54Um95S3MtRmR6MkpsVklLIiwgInkiOiAiQWRMY2lRQ0JnbDJSZ0R1MDJKaXVKYjQwMVNueUNZcE83aFJRdFR0MFB2MFYwQ2V1cEd5MXNaQW4xazRZLXplYmRsbDczZFpDUHl1S1dhdWotVzdQUFhSaCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFBS2VNTjJhR2RNY2Z5Uy1kNnNtQU1DSkJKYVNFQm5yRkhBMkZQWUFod2liS0hETElUQ3o0OFdkZ3o3UVN1LUFqLVAxM2RkcEVWMmhPd1A3aE9OX08wYjciLCAieSI6ICJBZDFmRzdqTnZ5ZG52dEplWW5XMzBCWHE4c2N3TnRvMXFnZm9jLXFJSFVlTzAtM3FQenlEQjFCUkg4Q2VSZ0NIcDVwYlZSRkZfeXdsakw1OW53dWFsc0tRIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ADiiGsQGOUTRXhsu2zBPrtWkQ1Rz-MW_RpqQkvt2xsUcj64WN34Z5-6PMFW6cENVblZOplhiACWyNHZtPGG-L_3_AOsocteFta75QkxeMGgzh83Qw7QX8JaUQNKWCJ5T6RQJKtR1E4znsvy2MZqeDz5HFuLw9yqIgfcyKwVZNn5F45vz\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1694303234949.199,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"77518.224"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1694303235013.574,"url":"http://127.0.0.2:9291/storage#/pool/dbd5de6346164593ac5c209a40ce8c57"}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2402-FAIL.log.gz
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [175s on 1-ci-srv-03]
not ok 233 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-09-09T23:47:54.458511 | revision 6819d84
Times recorded: 1
Latest occurrences:

  • 2023-09-09T23:47:54.458511 | revision 6819d84

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory

DevTools listening on ws://127.0.0.1:9404/devtools/browser/9222538b-ee96-4608-9d6f-59e227bcd3f6
[0909/234644.057884: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":1694303207385.648,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"71301.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1694303207441.5332,"url":"http://127.0.0.2:9091/storage"}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "unlock" "-d" "/dev/sda" "-n" "stratis-1-private-b2eeeb4299974bf6866ae6783c1da6fa-crypt", exit reason: 1 stdout:  stderr: Error communicating with server 10.111.112.5
/dev/sda could not be opened.

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSi02dlptSVdNTVVTb2pkZzZmSGMwN21xR3V3VlQzUUlNWlllRzNNVEJ3RGc2cVlTYnBIU3o2ZFpKQmZVSlpJYkVEVEpuTW10em1YRENkcDBVczhXNXh0IiwgInkiOiAiQVIzdkp0OGh5ZzcwUzhHZk12RXhnM1B1UkFxVG54RExyMDRvY2FhZXVJWUdWdEo5Q0hmX0g2OVlxRVRldDNaSzRBdng0Zl8zUkkza2lRQklBYWpySnZsSCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFNX0tKRDItQm80N3JNVll6X3RFU3lXbk45T1JRdWdsNUg5dDRMUUl1RVBGTHdDZXJCVWZ3Yml6WDVoWDBBa19tUEhXSzhlZWJwRHh3emwyZnBNMHNBWkMiLCAieSI6ICJBUVo0TVJzTjJGbWpfdmpSNWZqQ1lROWp6OUtNVkxCWGd1SER6VEo5MHk0UlFDcC1JNkRub3JRaEZrT01RbTFYbEdHWUg5Z2c0UkJRVlpScWJtMVc1VlN6IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AQN8iu3Wg-RiNiamE2u-eZUu_iXk2eu62iv4JqTQXcwAAMmsi4Sul3QbOGqDyZYTgFZr0XQmj7Bk4ksFpivRsW_FAP4m8eXl4V5GaB2WdPVRXecaqCCbOlh191R-CjrUx7Gh7NES3a7lyeKketAY3_rQlqr7786PCoTjeUlwMSPjDpWT\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
/usr/lib64/python3.11/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter key data followed by the return key: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> log: 
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1694303340176.695,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"71301.224"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1694303340251.166,"url":"http://127.0.0.2:9091/storage#/pool/b0aee6920f134b7483a0274a8ed989ce"}
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
> warning: Selectable only cards should not contain any other actions. If you wish to include additional actions, use a clickable and selectable card.
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-testing-127.0.0.2-2202-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/verify/check-storage-stratis", line 945, in testBasic
    self.wait_mounted(1, 1)  # should be mounted after boot
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 504, in wait_mounted
    self.content_tab_wait_in_info(row, col, "Mount point",
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 229, in content_tab_wait_in_info
    self.retry(setup, check, teardown)
  File "/work/bots/make-checkout-workdir/test/common/storagelib.py", line 46, in retry
    self.browser.wait(step)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 573, in wait
    raise Error('timed out waiting for predicate to become true')
testlib.Error: timed out waiting for predicate to become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [209s on rhos-01-23]
not ok 233 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2023-09-09T23:49:39.298664 | revision 6819d84
Times recorded: 1
Latest occurrences:

  • 2023-09-09T23:49:39.298664 | revision 6819d84

@cockpituous
Copy link
Contributor

cockpituous commented Aug 29, 2023

fedora-39
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 42107
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBYVp6cktnRUZfS2dVNEVyVG92ZjN0M2I4Wm5LTDhMbnFLVEVvMDRHMFNRQ1pjc0gtLVNSdWNoaUlGMEVPS0tnRFVTelhXb0RscWJOaTNYUlFjX0d0VmZOIiwgInkiOiAiQWFNQ2dBYkxVSFZnRzdBdEN2M24xQ2xPZFFxWkhESjdTZ252eUZiS2tfSFFEQTBfcU9zRGNmcm5IaDVzSzhnVjgwMW8wZ1dOY0c2RlJ0MmpJYm5ITnRqUCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFRUGE0ZHg5cV95VFQ0dHI4UGVKQ3Qxd2lQTkppMXRYNGNFLVVmQTlZMTRyT1UxMG85VUx4RGt2d0RkeHJiWjl5bUlRa2R6OEpweEUtbUU2ZHJrWnBsbDUiLCAieSI6ICJBUGx1cXdUaU1jRFhQZUZIVjI5a3ZOUF9PMXlQUFB3ZExJeGNyZ0V5VEZsZWhWR0RUMFJIRVhjWklKbFVrZDR6Uzk5TXBRNkNXTW1qRHVfOWI3US1YcU5sIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AU6ZOcr53xRXeoPMYP-ws4RQLVSZAdWBdnlWK7QbljvtPDi49qGKZk4b4u67HanAwHdOmgmRiHzyPCBDyt8P4nTbAI1s8uk2TpTXWw1IpoaIjZnKL-XREwwPm0Vc0aKbMcvx5Hn4fCG5djq2DbBNx4FrGbZvZGdgVedeymn2YugZGytY\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2202-FAIL.log.gz
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [213s on 630aed6c336e]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-13T11:10:25.022208+00:00 | revision fd489d8e873b62baa1d907fc78035ab4a2cba1f6

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 45447
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBR1NOZUd6d1Z1UEQ1YWwwbHhCQ2lTRFpKeW5kbmJUcW02OU1BMmlTazJ4TXczWDIxMF9qRGVDbHRfTWFJRENWelFZRkxVSmZ3VERVWFludmhfZDc0LThWIiwgInkiOiAiQWVON3NneG1XR29mWVpRV1JGRTA4b2tJNWMtRmRjSmZQdDlLeVFtTFpkcVNlY3ZHZXhNbmRsRlVkNC1uWWRPMjVvMnpoSWYxbTVoNVV6SGI0ODRqdk5YMiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFMTUZIaE9aUzFoRGtvWGlEZVBqanJ6VmV6T2FhTkZXakcxZWMxalpkdVUxWEhSS184d3QyNWJtd0Q1Nmp2QWNvNTNZc01vNGc5QU5wMzJWaWJQVTFTSWEiLCAieSI6ICJBSWQ2czZnS2VzZ01aNkdfclhqdWpOMkFfOUVSdHhHbElGeTAtRG92bXd0ekhMMEM3V1VQb2wzRGlla3JGY05PeHlzUEJpYlo2UDRsa0NINUdsZHExWmdUIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AIRoMtezHYax6raxK2b9nQFOzykCD2sw5N3wBLhe8tTZR4_l7BYd2uhR4U1IkY94xBHqki8LphINLjUFc-xEr_qeAMajxfqaH6gMWtC0_4npdNNLsZ3bLyf9XvWwTisLi1nSFEMK5gh3EcqA_-MfKzgo4jHG7AJ0ED_Yt6AhtEvhrT5B\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [218s on c182014f1393]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-13T11:53:12.597663+00:00 | revision 562ae22dcb050c326b32b8df744746e0c1dd1b67

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 39413
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBYzNxdFF5ZmhvVUJyOVcyNTlMREJOVmxKOFRKSkI5R3NZT0wyWGFsVDc0M3ByYWd1TzU4VXVIZ1NVTzVaTWJMVnowc1J1WE9aSHlqZXpyRnpkRkdaVDBkIiwgInkiOiAiQWQzaWxOM3g5dE5BUlVPNWU5bTI0RkIxR0o2bnF6S3RsVWR5T0dzQklnY3dldFlwLVhOT3B6aGFKT2JtNEFERVNPSl9Ubm80MTFPYWdTYzBjTnJhQnhGTSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFiWHg1dF9QOFFOTVdabVNNNkpmV3ZjVUxJNkl3b3lwNHhlQmVtdDlKTlM0OVpBYVVqaFFwRjhlT0hZWlUxUzlsNlI3N1NLZ1lablhDYmNDdUVYUy13M20iLCAieSI6ICJBTE44VVl4NmpkTEpDT19KMzRnQmN4MHRRTDdpSFUta0tNYzl0MDRTOXZxbnZjeXRlMVdCSktoeUE0SVJvRU0zbC1IRUQ5YkdOWU9RakQtNW83eGFITHRzIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AOahRdGlQU4TRK1qR4TKKpRruy8n_3m52UHKDd_NcWAVmHE1CnPb_h8SYIwf7gSutiNZxkXXrKjEupml97pWPtyeALYIdyorhjjd-Fl7kjQS49GQzKIwBnzhqcqcBSBNWPTSmg-awWYBioa8ecO7pZo3iOVHRcRF1zBYSTp4r5pODKir\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [207s on eebda33669a1]
not ok 85 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-13T12:19:02.215661+00:00 | revision 1dd4eca50ee6304fcb683543a6bbb2b4844fe797

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 40493
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUldtaW9oR0JuLVhsVVI0Z29vVGFVMzhDQi1mTXFEX3F1QWtzS0VKdFVlOE5jbG5DVURHOG0yUzJyVDlaWGlJN0pnY3YtYWNOdHNWdWZyU2tQVUpNcXhaIiwgInkiOiAiQWVxNkwtbmJycXpoRmFNRlVnS1RURDJOYjlYbmdiOFp5ZjdEQXlkRTVnaldmeXpNRzFQaHdMSEQydkFZaVk3cmg5MjFFOUEzV1hjZjExbEdEb2VmNG82SyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFPN2pNZmRzQ2U3TjlVZE5mVlJieURycmdFQXpFdVFhbFAwVUQ2ZjRzX2g0YUpaYzJlRURuYS1XNVpWQXdoT2JQaDJINVdSaVhrNzZ0ZUNaTHhIUkVkb2QiLCAieSI6ICJBTjItQ1hiTTZiNWM1bndGTEg2aVYwdHFlN2dtWjNlcDVjaFZEUHIwRjI5cUJ2UjBmTGtGZGtVcDJvakM3LVY1Mk5udU0ydFJLa3pCcWlzN2Z0TjJDeC1uIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZzhgRIcLtpQa6cvOeYKbX-_-cyjcdB0oKiXLm-FTZBlOJtqNmF2_Fxy0c81VnJ5NJ5tV8UM40or2MCaeCkf6DauAayzAS00KVKUIoN_taL836_v_c0EVG6oaZlIP-nqJ5OLK4bfkoHGvnWhLextRzQJXtcGCY-6dhnbKYxFxw7ef5wG\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [217s on f346c98f4b0e]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-13T14:25:30.437667+00:00 | revision 357f6f3ecaa77b82010635d80551ed16abd6296b

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 51847
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBZF9XbTBjY0E4bzQtdkQ4ZmtPSHpOb2dSamlEOEFjQU5LSU5tSXFWUlV2a3BOazBEVWtqTV9CZl9VVVJObk1ERjkwNmloTlJSVDB3MkxWeG1Qb1llVEstIiwgInkiOiAiQUlsR3FLQ3FOYlJrb2JrVEFKd1d3cnB5RWZIQ2o4WXpZOWpMNGlQUUcwaktjSENuMUJ2aVpnbnZnR05fZHpDMXRITGRtLUxsNGpCbml5YUszaERWc2RwNCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFWZmZWS0U4Qy1kVjhqM2U4aENLb1NCdkhfUjJXcjF3VzdRT3pWSU00blhXOEVYX2dGQzZldUVIZjE5YUNTeGF5UzIxaUlfbHBRaDhVYlhFd3I0dHNWenoiLCAieSI6ICJBVjZsWHlxaXVuZEdnYmJJQm9ZUnYtV2hxZjdIUUZKNW9tR0lfTU5fZUVNOWhNbTBUQ2NfT052X2hPdFl5dkVoakpuV3FzOXdfWGxUaWp0d2VEalpRcFB1IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AQ5vfkLoE9io_Sbmp8mVtFpaII2f2HcHpWu_tqxLX4zTKKWNK7HXqlavyryvIYFISn-vsDu5v8HeXx8KWj53Wu_-AXarJF6drYdASqRaTAAn2trsR_3Pk_1KCE3RC5klp6zgc1qibmlQEUSTCPbow6m0QlxhR_d-FFVQatgAkva-U4xc\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 793, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 750, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 741, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 735, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 712, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {e.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [210s on 5caa4c0f283b]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-13T14:49:20.995900+00:00 | revision f0a6c56c3935bfbdff1bb2c662964a1106f82423

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 60113
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQXg2M0RnTjJqQUp4Y0xQdEt6aW10dFlWdWJmX0QzRGNkTktKczhjb3JULV8yTm9QQUZQR3psb0p0UVFZc094a21SVlZYMjBUempxN3V0Mk94VFZvdkZTIiwgInkiOiAiQUdaWm1qVGY4RmFoWU1WTmRiM1AyOU1jZlFIcUFBdGN1RHktU3pPNEc1aEtqMFNFVy12X2lLUFRMVDRYakltZmJtZVlCMmctUVBNbzVfbGJtdWtVdHFnTSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFCSUZRYU9lMTVZQ1kzaEpoWkhPeDR3NEFWeXRlRi01UkU2R3c5UzJSU3N1NndvUS1lNDVmM3ZJSE4xdzFqdVhtMnZTaWVkemI0eGRHWklTbWUxLURBLVQiLCAieSI6ICJBU0dORmJqa2RrSXpaemJXVmN3aDhSZXV0VlZSM2MwQUJVaktxeHJsc1Nka29pMXVzbzREcFllbnJMMGRwNklvRE8wUElFamE5VHB0MjVVQ01XTXVYME9IIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AG8AbpgRcU1egecbGGx1N6SOnS8_7ODuOBw9bVxu2T5x5mPJRaDpv0Z7wUBuJdD2NHnVhhFbfqSzXOQUNCbIEPUOAJl_1VEhRJXyTG-q0xM2l9wTy35KwjRobKOrHeAdjkOv3R3UX-YtV8VIhiufDkWWW9fQFCY9lWYzwju_A8pTlxyB\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [215s on fa675f2cb9ca]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-13T15:11:12.561897+00:00 | revision 1283ea73d5fd07df1d3f5dd9038c74f4f7142165

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 51259
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBV0kyRDNOdkY3cWlCR01ycm55cXlJZm9kcVB3N1lMdkstQlZhcHloYlJYQy0yYjU3SzZHTWNiOFBfYndPUnkyQTZIUHFIUDRacGVaTm1vYjFFZWJlVzBmIiwgInkiOiAiQWVGTVJ1b1JCS0wzTXBTdFBzRWxNcWlPZVo2ZTYyeDdXTEdUUy1KNHEtWG1waTlzallxc3hFTGx4MWJJd0xjRVRCcXNBVXBfTlJJaV9LeVdVTVlHSlkwayIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFDZjZ4STktUmpscUl4T0J6amZjM1p1YkRodnZTYngtUVo0enNscmEyc1J2TTlwbWJ3YW4wb0ZDa21QUDFYeVVLQTRGRnhGRlZjb3E5cHUyZkxDejlhUl8iLCAieSI6ICJBZFdmbkxVdGpYX1lLNXFWSWd6VWtlSXJQRE5FLThzUlVRQVZvd3lRZmFQWVkzZmxFOWpnTVVvVFo3QTFFTkowd05sUDhXYXdYOVY1QUZCelNsOGlUdXdfIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AJX_UEuzmOtzCbGmKQpHGvN0QgMLF38SE4xnwHtT-jX-8b6fHrvxLuYJ6iQOEfhDrI_gDPI-ayIhfVd9KceNQ6mSAJ3gSJ80cYnCVXUhikzu5FzX9f6vNLn5CZeDsGwEn7-yNJMCrRjSeajofNbHvRhXNQH47DqHoHM6g10ebr5XQPzS\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [213s on 5acbd59b87eb]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-14T10:40:36.254604+00:00 | revision 8d3e27b656b0725ef44e49e8a6b9822f6b616cf9

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 59879
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBR29Ea3FNUVhsYlpjQzduV1VPM21kQmpyV3ByLTRYemZnSk1ZaTJHbFpmeDN2d2xrcUNXVk9qVkFoUUhSTjcxYVRZVUt3QWFpWTIzdjdEUm56R1ZGazJvIiwgInkiOiAiQUNjQlR2SExYbWtTZ3JYTHBBOUNub0hmRjB6RXpSY1dmZVpFdWxHRDZ2cWVfdkYtbDZDWlN1QlRrN3ljS1E3V3JfSHhnZ0JPZXN3OFZPVVdncVN5WWFOeCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFWNlcwZGdXRUxiRVVTWFdwSHRXWDJiNDh6NW9oZFMwTWh1c0g0NUpGWG02TGtXcEtHcWJzZ0V4a2o3cXRPODI1WXBXSDJEb1JxUXprWHdkc3o4R3VYWV8iLCAieSI6ICJBT2JzUHBZdWtDNTJfdFJVWmN2X2wtUEdHLUFIblFwa1c0ZVB1dFg5OEFIejNLXzBCZ1lYVF9rcVRtbmdIT09qajY1alRJSWV3T1RzWjZYZXNseHp1cW9QIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"Aay_7js4xKOf-Fm5QYSie7mq-xDQWkOijgCZAY7ojF8LrrhLsMUk8t3HaFouwF9FnEEKqG1Vku_spOSTMEEPep-8ANQQE-xWmAkU3OlITCVXIDKqqmSbFqIr6rJVkATf8SjvZVh6Z1gLP_oppdNreu81PUi2iMe4-gkLU9reJYAjrokX\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [208s on 65a313717e91]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-08-14T11:16:43.628358+00:00 | revision e18b2d376b31cdcbd0f14d2b8736ffa86203b76a
Times recorded: 1
Latest occurrences:

  • 2024-08-14T11:16:43.628358+00:00 | revision e18b2d376b31cdcbd0f14d2b8736ffa86203b76a

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 41405
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUU9yVUpTRjFTSXZZS25oODMyY2R4VXJkTkpLeFJzNmhPOHFRS2g2Y202Q0xjQVdDSU51NFRYZ29ISUhoUnVFQjNhdHpRd3ZOYWFnM2NoczV4RjZiZ1NNIiwgInkiOiAiQU1NcDF5d3luWUdTNjhKRndMdTV6Y3lweTAzLU9ldEloUF9tdkJMUVNueDI3RncyZDZLNkZ3Wk8zWGl3S2w1dkEzTThDVHlXRDFDV1VvUzEwNE9sWUt1YiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFEX2lGa040c1M1Z0UzeXBNRWJBa0xGUXlJcXhCT09idElvQ2daTW84UXhnelRWQnB6UUhMUko3R3BaSTViVzhVdkhqTTNySno2djFSdGRSYVFscFRsVjMiLCAieSI6ICJBSFBmQV94ckdNU2N3VjlqZFJLLXJSd28xUEthdG1LeVBscUlQaEdqUlRSOVpsaDZrUTJ4dG0xMXVnMnM1eUdrLTVlZm5JTGl3Uk5JUkNiVlZQSjdkMW1pIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ALwK7aKcVz_tKRmb40ZMGOm6JpTYHO_7Ly7PjoO_bBt6lCeHpqKGIOPE3OSffQ9vfLnSg8OCoEE0FeBqhkAJnSMwAMu1XS31j_64nCP9xj_aP3brtv6X7HquskdiSooUC1nqZBBW0qZD3RF14TdPA3_KTRS3HQ8RhnZAt2xDE5XC6w5s\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [220s on 2659bbfe21f7]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-08-14T12:36:39.381782+00:00 | revision f25063d280b2fdf4e3badca48fb9a480ae6e158c
Times recorded: 1
Latest occurrences:

  • 2024-08-14T12:36:39.381782+00:00 | revision f25063d280b2fdf4e3badca48fb9a480ae6e158c

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 58513
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWEdhVFE1bkRPYzJib3NvbkJDWUxKWWczbUN4Y3ZMb0JTeWhsR2hRbTJKRGw0VVUxOGF0eDctRFNBandfUDN5c0FoZXN2X1RzV1l5NFM2WnhzUlNHQUxJIiwgInkiOiAiQVhxRjdVelJhTDRLeWtUal9fRkZpVW4yTm1oQnI3RTc3MkxyWnFRZkJWVS1QYzA2aFRBYmtBRi1faVpFX0V0SjFxZFJubHRxMGdVZ2djZDRLQS03RmZfbCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFVN1BCRTJWVWVpMmZVajVNTkxoam5rbDJlRkJ0eHViaWY3TFhzT1h0X3oyRzI4bVFyQ1otRUZSaElaemZlNXhQdVJtSmRhdVRQeGpMbERDQzBqQ1h0YXoiLCAieSI6ICJBQThMaXlNOU92RHBxTE10M0lJaUhhRUhFRERPNVNfbFVRQkdHcFpUbWRwWGVMM0JsVDM3UU9TenBkelM5VFpqSUF6aWtpVG53elczRUFvU21zczFqSUZ6IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AVqcGgSyb6b-6O7pcJvYT0tZtBqzZ_Ynkv6duhkFcxrH2Zn7-Q_xzs-UqJr5dKHxxoWoALIL0bW-ICEej0F7aDBkADqLvciC0znB8nTf7mYkbUZAKLYUYGWEEeHPs-DRRnRzNtfdJpH4FNMw7uSmug-c0600oE4y71AjLrwk3Rw9OL_M\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-39-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 791, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 748, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 739, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [184s on 9be36888b5ae]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-08-19T14:17:43.629391+00:00 | revision 30f149174ef4890e94242b0e0c1d3bf1ad379a9c

@cockpituous
Copy link
Contributor

cockpituous commented Sep 22, 2023

rhel-9-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
[0806/181344.450558:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9571/devtools/browser/6511a9e7-e753-4b74-b061-1fbed575ce6b
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722968028536.51,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"20846.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722968028538.947,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20846.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722968028582.638,"url":"http://127.0.0.2:9591/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722968028582.786,"url":"http://127.0.0.2:9591/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWTFjbnJHR0ZPZ0Z4TmFacE9wYklvZURKb3JKMWJJdGl0dk8wYkNNWXI2U2RsdFZSLTUzMWtRQS0xWmtMTmg5MHpLMlBSbURWOEk5Q0pUYTJ1U3EyaFAyIiwgInkiOiAiQVVRU3pNVEtSUXlaZ3NsS2JyNWN0UXVWR1RTTUZwZ0tCaHY0d1B0SURBZGNuUFROOEI2VEhjdUNGODdjU2haYkk4MVQ3S2VjeE9VbnVUbENuQ1ZSRDEyYSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFKYktfUG5VNHZwcGZsTmw4NmJpdFRmZmhscTRyQnlmVTVGZVgzRnJRZGRwV0FJZC1TQ1ZneEJBTXk4aG9xVUNXVzI2ZDdFRzdiaVlOdzJKVFdEU01ZUEsiLCAieSI6ICJBRGlvMlZsU1ZTUHZHcE1lcTRxa0swbHFfU1NFWlU1WG1qZW1GX01JM0UtSHVyVkhadDdTT0lrRVFLSWs0OEpvQXJTZ0EteTctSm5YeUNtblhMVlhKRFlHIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdCCG6rb16A3J26E_6CmGDOe8RDQVHWwaVXFDrTI_4bnjcOnae1KHQN4zcAU-1HUZPPgjwCpW5okweTIdEIkneUVAbvCGppc9p_F0lMTKAcJ5EgQ4IJPM104wXCe1-O22aYgyaXiBWMmAEQC6mXnFRyb2otEBNsN3QdAGZ9n2CzjXjlz\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722968135158.252,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20846.228"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722968135169.108,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"20846.229"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722968135193.715,"url":"http://127.0.0.2:9591/storage#/pool/93c1713626e64e839e3b9392ddd2506e"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722968135193.824,"url":"http://127.0.0.2:9591/storage#/pool/93c1713626e64e839e3b9392ddd2506e"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 336, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1722968027829.09, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '20846.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968028536.51, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '20846.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968028538.947, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20846.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968028582.638, 'url': 'http://127.0.0.2:9591/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968028582.786, 'url': 'http://127.0.0.2:9591/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWTFjbnJHR0ZPZ0Z4TmFacE9wYklvZURKb3JKMWJJdGl0dk8wYkNNWXI2U2RsdFZSLTUzMWtRQS0xWmtMTmg5MHpLMlBSbURWOEk5Q0pUYTJ1U3EyaFAyIiwgInkiOiAiQVVRU3pNVEtSUXlaZ3NsS2JyNWN0UXVWR1RTTUZwZ0tCaHY0d1B0SURBZGNuUFROOEI2VEhjdUNGODdjU2haYkk4MVQ3S2VjeE9VbnVUbENuQ1ZSRDEyYSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFKYktfUG5VNHZwcGZsTmw4NmJpdFRmZmhscTRyQnlmVTVGZVgzRnJRZGRwV0FJZC1TQ1ZneEJBTXk4aG9xVUNXVzI2ZDdFRzdiaVlOdzJKVFdEU01ZUEsiLCAieSI6ICJBRGlvMlZsU1ZTUHZHcE1lcTRxa0swbHFfU1NFWlU1WG1qZW1GX01JM0UtSHVyVkhadDdTT0lrRVFLSWs0OEpvQXJTZ0EteTctSm5YeUNtblhMVlhKRFlHIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdCCG6rb16A3J26E_6CmGDOe8RDQVHWwaVXFDrTI_4bnjcOnae1KHQN4zcAU-1HUZPPgjwCpW5okweTIdEIkneUVAbvCGppc9p_F0lMTKAcJ5EgQ4IJPM104wXCe1-O22aYgyaXiBWMmAEQC6mXnFRyb2otEBNsN3QdAGZ9n2CzjXjlz\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1722968133290.94, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '20846.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968135158.252, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20846.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968135169.108, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '20846.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968135193.715, 'url': 'http://127.0.0.2:9591/storage#/pool/93c1713626e64e839e3b9392ddd2506e'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968135193.824, 'url': 'http://127.0.0.2:9591/storage#/pool/93c1713626e64e839e3b9392ddd2506e'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2702-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 336, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1722968027829.09, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '20846.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968028536.51, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '20846.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968028538.947, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20846.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968028582.638, 'url': 'http://127.0.0.2:9591/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968028582.786, 'url': 'http://127.0.0.2:9591/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWTFjbnJHR0ZPZ0Z4TmFacE9wYklvZURKb3JKMWJJdGl0dk8wYkNNWXI2U2RsdFZSLTUzMWtRQS0xWmtMTmg5MHpLMlBSbURWOEk5Q0pUYTJ1U3EyaFAyIiwgInkiOiAiQVVRU3pNVEtSUXlaZ3NsS2JyNWN0UXVWR1RTTUZwZ0tCaHY0d1B0SURBZGNuUFROOEI2VEhjdUNGODdjU2haYkk4MVQ3S2VjeE9VbnVUbENuQ1ZSRDEyYSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFKYktfUG5VNHZwcGZsTmw4NmJpdFRmZmhscTRyQnlmVTVGZVgzRnJRZGRwV0FJZC1TQ1ZneEJBTXk4aG9xVUNXVzI2ZDdFRzdiaVlOdzJKVFdEU01ZUEsiLCAieSI6ICJBRGlvMlZsU1ZTUHZHcE1lcTRxa0swbHFfU1NFWlU1WG1qZW1GX01JM0UtSHVyVkhadDdTT0lrRVFLSWs0OEpvQXJTZ0EteTctSm5YeUNtblhMVlhKRFlHIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdCCG6rb16A3J26E_6CmGDOe8RDQVHWwaVXFDrTI_4bnjcOnae1KHQN4zcAU-1HUZPPgjwCpW5okweTIdEIkneUVAbvCGppc9p_F0lMTKAcJ5EgQ4IJPM104wXCe1-O22aYgyaXiBWMmAEQC6mXnFRyb2otEBNsN3QdAGZ9n2CzjXjlz\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1722968133290.94, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '20846.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968135158.252, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20846.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1722968135169.108, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '20846.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968135193.715, 'url': 'http://127.0.0.2:9591/storage#/pool/93c1713626e64e839e3b9392ddd2506e'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1722968135193.824, 'url': 'http://127.0.0.2:9591/storage#/pool/93c1713626e64e839e3b9392ddd2506e'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [153s on 854a75ea5f46]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-08-06T18:15:58.044482+00:00 | revision e68ef0fc4757899cbbe3e4cdf389d32765867d68
Times recorded: 1
Latest occurrences:

  • 2024-08-06T18:15:58.044482+00:00 | revision e68ef0fc4757899cbbe3e4cdf389d32765867d68

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
[0807/035530.610588:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9404/devtools/browser/b7310139-bb16-467b-8dec-1c2b1803cb2e
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723002934682.644,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"20977.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723002934683.937,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20977.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723002934734.385,"url":"http://127.0.0.2:9191/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723002934734.529,"url":"http://127.0.0.2:9191/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVGdJOTR5VXNYbEUta0dOUmM1dWJreDJtOXVVbnBxMHJIN0oxY3V5SG5tRnNUSzUyQWNWa2lZalgwUGJRUDRrSmdKamZlWm1adHh0QXhzVmxFSHdqaGowIiwgInkiOiAiQVdhS3RWT0FIMlVJRmtNTjl2UlN2VXlnLTRZcjNUWFdIVWdnTnhPa0tLa1RLRUF2V3lNQnpaSzBnT3g0WVFRMEV3UW55ZjhOZjBhTzdLRW0xekw2c1RTZSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFRamszQkR3VnYwWGxtbFZ3bEtmMXlaclpxN1hDQ0tpZDFhTk0waXBhQTFtUFVHZXBQc0hCbzdsaGFfbHI5THpJYUE3R3MySFB2c0Mzc056dDItaVc0QkgiLCAieSI6ICJBSm41bFNDSTdYWTg4cHMyTkZsSVJvSnJmekhFcHE4ZlJFWEg4V3ZDS2JiRXVYOHY4a19PMlFvQUdWTkRrSHU2OFpQRGs4SFF2elZqbTktTFBERW1tam0wIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AUnvx5uj-80MdfJuNrrQ4M2ZxRCqBtlNj7sh_QX9I3BXu1hWT2R_ca3Yn1R1UExVvcsBcZFFaY4uevRMFtsojJkIADIPMnB1pYK5Kex8oPAeIBJU5dSAogYl2XiKgorvUjgY-cv3xKkYKvoZlqXA3wNg9nEsLNp2Q7YA_NjmcStpzoHa\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723003044020.533,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20977.228"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723003044036.165,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"20977.229"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723003044063.735,"url":"http://127.0.0.2:9191/storage#/pool/e2338a3bebc34089abc0d2019cb578b1"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723003044063.881,"url":"http://127.0.0.2:9191/storage#/pool/e2338a3bebc34089abc0d2019cb578b1"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 336, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723002933959.573, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '20977.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723002934682.644, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '20977.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723002934683.937, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20977.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723002934734.385, 'url': 'http://127.0.0.2:9191/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723002934734.529, 'url': 'http://127.0.0.2:9191/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVGdJOTR5VXNYbEUta0dOUmM1dWJreDJtOXVVbnBxMHJIN0oxY3V5SG5tRnNUSzUyQWNWa2lZalgwUGJRUDRrSmdKamZlWm1adHh0QXhzVmxFSHdqaGowIiwgInkiOiAiQVdhS3RWT0FIMlVJRmtNTjl2UlN2VXlnLTRZcjNUWFdIVWdnTnhPa0tLa1RLRUF2V3lNQnpaSzBnT3g0WVFRMEV3UW55ZjhOZjBhTzdLRW0xekw2c1RTZSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFRamszQkR3VnYwWGxtbFZ3bEtmMXlaclpxN1hDQ0tpZDFhTk0waXBhQTFtUFVHZXBQc0hCbzdsaGFfbHI5THpJYUE3R3MySFB2c0Mzc056dDItaVc0QkgiLCAieSI6ICJBSm41bFNDSTdYWTg4cHMyTkZsSVJvSnJmekhFcHE4ZlJFWEg4V3ZDS2JiRXVYOHY4a19PMlFvQUdWTkRrSHU2OFpQRGs4SFF2elZqbTktTFBERW1tam0wIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AUnvx5uj-80MdfJuNrrQ4M2ZxRCqBtlNj7sh_QX9I3BXu1hWT2R_ca3Yn1R1UExVvcsBcZFFaY4uevRMFtsojJkIADIPMnB1pYK5Kex8oPAeIBJU5dSAogYl2XiKgorvUjgY-cv3xKkYKvoZlqXA3wNg9nEsLNp2Q7YA_NjmcStpzoHa\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723003042094.498, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '20977.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723003044020.533, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20977.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723003044036.165, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '20977.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723003044063.735, 'url': 'http://127.0.0.2:9191/storage#/pool/e2338a3bebc34089abc0d2019cb578b1'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723003044063.881, 'url': 'http://127.0.0.2:9191/storage#/pool/e2338a3bebc34089abc0d2019cb578b1'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2302-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 336, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723002933959.573, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '20977.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723002934682.644, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '20977.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723002934683.937, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20977.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723002934734.385, 'url': 'http://127.0.0.2:9191/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723002934734.529, 'url': 'http://127.0.0.2:9191/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVGdJOTR5VXNYbEUta0dOUmM1dWJreDJtOXVVbnBxMHJIN0oxY3V5SG5tRnNUSzUyQWNWa2lZalgwUGJRUDRrSmdKamZlWm1adHh0QXhzVmxFSHdqaGowIiwgInkiOiAiQVdhS3RWT0FIMlVJRmtNTjl2UlN2VXlnLTRZcjNUWFdIVWdnTnhPa0tLa1RLRUF2V3lNQnpaSzBnT3g0WVFRMEV3UW55ZjhOZjBhTzdLRW0xekw2c1RTZSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFRamszQkR3VnYwWGxtbFZ3bEtmMXlaclpxN1hDQ0tpZDFhTk0waXBhQTFtUFVHZXBQc0hCbzdsaGFfbHI5THpJYUE3R3MySFB2c0Mzc056dDItaVc0QkgiLCAieSI6ICJBSm41bFNDSTdYWTg4cHMyTkZsSVJvSnJmekhFcHE4ZlJFWEg4V3ZDS2JiRXVYOHY4a19PMlFvQUdWTkRrSHU2OFpQRGs4SFF2elZqbTktTFBERW1tam0wIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AUnvx5uj-80MdfJuNrrQ4M2ZxRCqBtlNj7sh_QX9I3BXu1hWT2R_ca3Yn1R1UExVvcsBcZFFaY4uevRMFtsojJkIADIPMnB1pYK5Kex8oPAeIBJU5dSAogYl2XiKgorvUjgY-cv3xKkYKvoZlqXA3wNg9nEsLNp2Q7YA_NjmcStpzoHa\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723003042094.498, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '20977.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723003044020.533, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20977.228'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723003044036.165, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '20977.229'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723003044063.735, 'url': 'http://127.0.0.2:9191/storage#/pool/e2338a3bebc34089abc0d2019cb578b1'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723003044063.881, 'url': 'http://127.0.0.2:9191/storage#/pool/e2338a3bebc34089abc0d2019cb578b1'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [156s on 4150bb670105]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-08-07T03:57:47.417351+00:00 | revision b1e5a11ce41a1b9452145e6a0022aa3e1ae2841f
Times recorded: 1
Latest occurrences:

  • 2024-08-07T03:57:47.417351+00:00 | revision b1e5a11ce41a1b9452145e6a0022aa3e1ae2841f

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
[0807/191940.658313:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9462/devtools/browser/172f516a-fc65-4a09-bda4-4fc655c3bbd5
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723058384865.306,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20927.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723058384866.633,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"20927.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723058384912.897,"url":"http://127.0.0.2:9391/storage"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723058384913.012,"url":"http://127.0.0.2:9391/storage"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTS0tcDBwd2tQQjNxbW5tT3pNOWM3SDNsWEVQWWJOLTNIUm9mTG5lSDR6dE5QckVOejBUOUhjOEJ4QTFwUUhkdzF1eEFqNXZtQnJRYzRQUFEyMDBLU3JBIiwgInkiOiAiQUNsc2VieXNGRnpKaHpreHo4NUpzWEI3ejhNd0RJVTIybFBESExRWm1KRmUtMzZzbUFncmoxQlpKMnJvZF9yd3UtU1NhTTNYVjBpTk9KaGEyNDBsZzVUayIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmcG51d0tjS0FFYlVERkFaeGhxY0YwMDRING5wai1xSE12Q2dZc0RtaFNvUlFhLUZmRkFpT0lodVlOQ195c2NkU1VYX3VqMkQzaUN0VHZEQldWQmhKdWgiLCAieSI6ICJBYWNZZF9XRDROeEwyTFcwaWVUb2lkR0doRGV0Q2tQYWhUWnVYeTJFdVZKYXFESndDWjg1WFZGUzhORXNrRFdLNWNjaVhwWFRBd2xJOXk0U2FKRnN0clVYIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AREgi582Gk_po0FaQF-1SgRhB1QrqbHVI8l85ctKXCfeoKNaTT-5yfH1jYFuKHC5tq68GOe7qyVOi1C8C4L0USmfAOBW_WAG8d6axIKqK34SwsZIqtvzfWVFRJyO_FJ0I-em0RqBZYvOoGDs9xk5Swy-nuJLUeaoQ5Yo1piWWOoZquwx\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723058498919.401,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"20927.229"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723058498935.337,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20927.228"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723058498960.4,"url":"http://127.0.0.2:9391/storage#/pool/6d094fcd99cd4969ae1be23502bbedd0"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723058498960.505,"url":"http://127.0.0.2:9391/storage#/pool/6d094fcd99cd4969ae1be23502bbedd0"}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 336, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723058384089.091, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '20927.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058384865.306, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20927.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058384866.633, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '20927.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058384912.897, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058384913.012, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTS0tcDBwd2tQQjNxbW5tT3pNOWM3SDNsWEVQWWJOLTNIUm9mTG5lSDR6dE5QckVOejBUOUhjOEJ4QTFwUUhkdzF1eEFqNXZtQnJRYzRQUFEyMDBLU3JBIiwgInkiOiAiQUNsc2VieXNGRnpKaHpreHo4NUpzWEI3ejhNd0RJVTIybFBESExRWm1KRmUtMzZzbUFncmoxQlpKMnJvZF9yd3UtU1NhTTNYVjBpTk9KaGEyNDBsZzVUayIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmcG51d0tjS0FFYlVERkFaeGhxY0YwMDRING5wai1xSE12Q2dZc0RtaFNvUlFhLUZmRkFpT0lodVlOQ195c2NkU1VYX3VqMkQzaUN0VHZEQldWQmhKdWgiLCAieSI6ICJBYWNZZF9XRDROeEwyTFcwaWVUb2lkR0doRGV0Q2tQYWhUWnVYeTJFdVZKYXFESndDWjg1WFZGUzhORXNrRFdLNWNjaVhwWFRBd2xJOXk0U2FKRnN0clVYIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AREgi582Gk_po0FaQF-1SgRhB1QrqbHVI8l85ctKXCfeoKNaTT-5yfH1jYFuKHC5tq68GOe7qyVOi1C8C4L0USmfAOBW_WAG8d6axIKqK34SwsZIqtvzfWVFRJyO_FJ0I-em0RqBZYvOoGDs9xk5Swy-nuJLUeaoQ5Yo1piWWOoZquwx\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723058497048.139, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '20927.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058498919.401, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '20927.229'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058498935.337, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20927.228'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058498960.4, 'url': 'http://127.0.0.2:9391/storage#/pool/6d094fcd99cd4969ae1be23502bbedd0'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058498960.505, 'url': 'http://127.0.0.2:9391/storage#/pool/6d094fcd99cd4969ae1be23502bbedd0'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-4-127.0.0.2-2502-FAIL.log.gz
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
> log: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 969, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 715, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 672, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 663, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 657, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 336, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723058384089.091, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '20927.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058384865.306, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20927.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058384866.633, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '20927.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058384912.897, 'url': 'http://127.0.0.2:9391/storage'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058384913.012, 'url': 'http://127.0.0.2:9391/storage'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
warning: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
warning: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
warning: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTS0tcDBwd2tQQjNxbW5tT3pNOWM3SDNsWEVQWWJOLTNIUm9mTG5lSDR6dE5QckVOejBUOUhjOEJ4QTFwUUhkdzF1eEFqNXZtQnJRYzRQUFEyMDBLU3JBIiwgInkiOiAiQUNsc2VieXNGRnpKaHpreHo4NUpzWEI3ejhNd0RJVTIybFBESExRWm1KRmUtMzZzbUFncmoxQlpKMnJvZF9yd3UtU1NhTTNYVjBpTk9KaGEyNDBsZzVUayIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmcG51d0tjS0FFYlVERkFaeGhxY0YwMDRING5wai1xSE12Q2dZc0RtaFNvUlFhLUZmRkFpT0lodVlOQ195c2NkU1VYX3VqMkQzaUN0VHZEQldWQmhKdWgiLCAieSI6ICJBYWNZZF9XRDROeEwyTFcwaWVUb2lkR0doRGV0Q2tQYWhUWnVYeTJFdVZKYXFESndDWjg1WFZGUzhORXNrRFdLNWNjaVhwWFRBd2xJOXk0U2FKRnN0clVYIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AREgi582Gk_po0FaQF-1SgRhB1QrqbHVI8l85ctKXCfeoKNaTT-5yfH1jYFuKHC5tq68GOe7qyVOi1C8C4L0USmfAOBW_WAG8d6axIKqK34SwsZIqtvzfWVFRJyO_FJ0I-em0RqBZYvOoGDs9xk5Swy-nuJLUeaoQ5Yo1piWWOoZquwx\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723058497048.139, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '20927.221'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058498919.401, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '20927.229'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723058498935.337, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20927.228'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058498960.4, 'url': 'http://127.0.0.2:9391/storage#/pool/6d094fcd99cd4969ae1be23502bbedd0'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723058498960.505, 'url': 'http://127.0.0.2:9391/storage#/pool/6d094fcd99cd4969ae1be23502bbedd0'}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
warning: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [161s on 8252d92bb2d6]
not ok 86 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-08-07T19:22:01.682538+00:00 | revision a9c4390
Times recorded: 1
Latest occurrences:

  • 2024-08-07T19:22:01.682538+00:00 | revision a9c4390

@cockpituous
Copy link
Contributor

cockpituous commented Feb 27, 2024

fedora-40
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 35549
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 35549.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS2s3b2pNWGZWZDBrcU1ic0xPOWM2dTJJS3BNREJGeTBmaDVlMkM0N3ZHMGVJaW9jMEltbHViUXNkdkJLOXJ0WDdwdG5KSEhsSXNxcmlTWUlyZDViaXV3IiwgInkiOiAiQVBtb3F1SEREMkpWY3IwT0FkSEs3YTg4eU9Id0ExUnFvbXhkc2RjMnkzZGZJZXdON1EyQTlHc0FiMVVQZkNXOTJSZGhVOUplZGgtQ0twYzZyVFQ1d2pjMyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFieDM4UGpLMUZuVGhidmhyZDB5aUkzNldHQmNENjVJZlJGNUxuY0o4LVY3eGpoUnd0TjFPRjV2SGpjNzlXWGtGbV8tR1g2TUk3RU9VbFNGWWlnalJ1YWoiLCAieSI6ICJBRHZ2cDhOMThGQ2FsUnlOWmRDMEFnRkVCakJza2FrQTh1eTVaSERjLXpDbnQ1Rk56c3N1eUhpcFV3ZXFlQjA4RnA1czE3UVVlX0ZVbVZBcjFzSnlDNTFpIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AOLwGJ6E0bZJthLPqJTGoJKBPl_EYGep97VxV75v0o1n_Eh7LL5Hv17hswXCm8f0UQGLJBaeVQ9KBYLJLcfDN9qGASSo0zZ5rXYKPVujNlYTGK0P2fsioyQIAccxF9NWKy9qk4qUg8r4COjlFi2w2qCgIfdw0rHi7WExlNfVwcinQF39\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [208s on 049242030a2d]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:25:10.838268+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:25:10.838268+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:36645
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBZGxsUzR4WGZXRWpnM1NOWXp4T0lrOUJacTRJS3dyNEI3amEwVG1hYUw2R2RuR19ydWZKQUdGQjZXdFpfVHFGOG5UeFUxRUg0SEkzTUlETVlidFJBRTMwIiwgInkiOiAiQVF4OGIxcjM3MmVnOGRhZzRZRG9wbW5WNU1BRHBpNkJucTRZQ3YzdFE0TE5kTkFrQ0NfVXprVDZkSS1NNTE0WnE0MGtfcXZDNE5QTTJNOWl1SVQ4TERsaCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFLOEJCZE05dExTUHdVMkRGbi13MnNWRnJZNjRqc01CMWY5MVhSMWZ5Q3V3cHJxM2xXUVRuQkhuYlk1ZTJzekc0U0M1cmNoQmxrMTdBdzY1U2tFajRMdVoiLCAieSI6ICJBZUQwSGJyR0lkdE5yMmFBWXh2cmlyOFZtZUh6RkxobW9nbE9mbHM0WkZRWXRtNTN0cDUtOEVhNWJjMGZSbGQwOV9wTE42X0cxVWdPM0lHRm96QzVza2tqIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AK1BdvKp4IWbF5ICCaY0MIHlHCueVUnvyzfaPNHrh89cYCehT62TTjWNky0phBBqTM1EDqoq1b0i1_MwD2UpT5vpATKYeaqfe9AF4LDlqrpDAnTua_aIDtezz3XXqpOdMcN7iwfkesf1f3VQnwEuYE3xs68bH9LqiKEEU6xKmWhc0QP2\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: [object Object]
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [215s on 8f8b8f450415]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:30:30.206005+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:30:30.206005+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 37685
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 37685.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Warning: Cannot update a component (`SvgPlot`) while rendering a different component (`Application`). To locate the bad setState() call inside `Application`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
    at Application (http://127.0.0.2:9691/cockpit/@localhost/storage/storaged.js:54465:7)
> error: Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> error: Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it.
> error: Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it.
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBZEhzeWdUWEtid2tsY19SbnhBd01OMTFKWWNUSDZGcVN6bll2WDNTU0VqeExCTGR3WTl4WUZad05uS1VhVzkxVGhDZE8zYWVXVWF3QWNzOE9RZ1l1ZXdMIiwgInkiOiAiQU1mcVlOX1lIRTZGSHlZSm1NSkNWTVluQzFPTXFCNlBtZ2ViOFBLWTd6WGs3RGJPNHBYWEFjLWNKWG9YRklZb1AyQnRZVDdxTzEyWlpBRU8xc0otZjRESSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFEYTlZZjZyQ2Q1YU5MVWh1bGhHNUxIS2loZHdJRGdEbzVJMm5yQVRQRnlmbGVZdUJac0g1R0NLdllYbUVLQWtkclM4Yk90aG5pWUpUR2pCYWpJMEhlaS0iLCAieSI6ICJBZmJHTlJrRU1CSkg3NG9sVDRBRnNDUS1aNTNWd3hmZHRjSFM2V05JVXhOY0VvemVOX3FqaEpRem8wbGFROHhxSlp0LU12M181bW5HbHlJTmNuV2RTbTBCIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ADyePJQovEUIv3VpF23WbrEmBsbecS4G-mvrfAS8JCnpPmrY7nIVcluWJ-nndd6U2yQ8UjtXK1ff3W1vM9v25-17AIj3HSv33CdCKD1Jx06J9lB3gYrAxQwoWQiRF_x_TIZb7LFt-IDxTYxdY7AruhEzngaN_HiH4Yt3TaB27LWHdJVx\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2802-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestStorageStratisNBDE-testBasic.info.gz
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [224s on 5871939ca50d]
not ok 237 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:37:53.558334+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:37:53.558334+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:40195
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSWgtZ3FOell4NTkzc3gtZHEwc190NnRhQm5keXZDV3diU0RBdEVMTE1JeUNmY0o1Ujhhc1hRR3pNZmlFc0tWakdQVGZ2ZFY4M2xDM2haVmFmUkNFYU4tIiwgInkiOiAiQU05cHF2N3BqMXU0Z0ZpSXFyTWxkei1DNXdIZk9TdEc5anI1TjcyWTdYS1VxenoyNTBsTDkzZE5MMUF0XzFhUHpuU1pnRUxlemIwVFYzZTc5SmlIU2xtbCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFCeEFNMVZJOWgwdExTSEJTMWEwM1NmMnM0YXY0Y1B3ZzBGU1dUVm9hcDNUaDMzaXlzOUJKS0JNNDZCRVJ5MHdkWU55VG5UazZKYWxUeGNLQ3BOY2FsMFAiLCAieSI6ICJBWTR5U2Q4SVZoNnhNMTIzeFRBM3ZINktOczVGYzRLLWJZVjNxMHh4LXo3cHV1YzJvOG9tcndCYWtkY0YwdlZkeW8zMlFkRWhmd2ZVMG9ZLWY5SDlocndTIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AFv0sVDGbXdPluKQYHSeuHjfO65FWG8RE5P5tAcs_MptzUC184Imn5rItEiPCWUusw4IbCVDOY_MYUkN_qRkxUMcAeqmERDqaIoMSqM53Mg2I50dCqBSAEQR3OqrogWoS0UDg1Sm0Fs7S9LaH7mwavtA_3x3h_sxhczQkI0YUA19vVeD\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: [object Object]
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [216s on efb5d3d9301d]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T23:25:48.663843+00:00 | revision adc08b4
Times recorded: 1
Latest occurrences:

  • 2024-11-15T23:25:48.663843+00:00 | revision adc08b4

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 47719
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 47719.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQ0N2OXN5UlkzR01iczBSR05VWGhuTkF1UE5EOU1VRGhveWFnelZwS3VPRDVSRTRtTW4xVkFfclBqU3dBR3ZfeXJjRmM1WWtLdzIwRTE5bDU4MWN1Y19qIiwgInkiOiAiQVF3TS1SSFpkUGQwLVl3VDd4MkRZRHZRMmljNVM1Uzk2bWdBSlFJSWNKbnBwTGpHS2N6aFFORkdhTVFyS3pUREMtZDFnY2pwQmsxZTJHZUxoMTBBa0xNMiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFBa0gtOW96dGlBWExBMjF6UndpMHlWTDVacE1sYmRTcG5FRDBoRmhJR29nbmlUVFVmeWhaSTZuUW5EdE5BZl8tWGM5YjJ6eXo5SmREWHA2QU0zdmpkSGEiLCAieSI6ICJBS21GZDJBeHF0aVNmY3FKblE5eTgxYUtMX3RWRm1XeWI5bU9pX1pqTE9CeWpWTWtKQXFnZDFmRFEtaXhHd1VfWlRHWDN4Q1pTZjNDemFnbmhJSjM5QjdMIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AGpEcofUYTQqlJt8EMb2kq8SzLoo4oyxhaOwFo7Avoh2Fe2-PIYcu-U190G7PCGVrpkDAbN6DcCs3rMm4xa3wskVAFaBRdImSXJbfhqtNE-s6aG8wluDEdoies388jhvPhz5iUuvvpxhNmWfNYwjAztyc6jba3PAfBE-E8jE6O6ODRlt\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [227s on cf6ebb8e1ea0]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T23:26:14.274297+00:00 | revision adc08b4
Times recorded: 1
Latest occurrences:

  • 2024-11-15T23:26:14.274297+00:00 | revision adc08b4

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 52053
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 52053.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> error: Warning: Cannot update a component (`SvgPlot`) while rendering a different component (`Application`). To locate the bad setState() call inside `Application`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
    at Application (http://127.0.0.2:9291/cockpit/@localhost/storage/storaged.js:54465:7)
> error: Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> error: Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it.
> error: Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it.
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWDllNndsTlVsbUNodk5Fc21Gd3M3b2ZxNGlnUDdVNFdZN01qekY2dUpOV0RhNFlsS3NmTXo0QlN4QnlKTUZiTWNBUVJmQkY3cHUwMU5FYUlHb09Rc3B3IiwgInkiOiAiQVlLY05GMk5JWm9jN29qOENkSDRjcXAwRk5oMU5SYmc0ZEY5RjJWZ2dndXlHTXVwb3JIVURXeFJTaHZqb0paQlJRN1ZWR3BqcmV2d19Oc0xJdEhMOUpsUCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFhdGJaWlRFd1RwOVEyc2F0R25CbVZOcFdzSHBPS3k5ZWpCbkdmaEhTV0JjUUxiTjFEVEFzNGx2NG5ucTJHajJnNWYwMzJWMUJVQ1ZjSzFmUkh1ZC1hS2UiLCAieSI6ICJBUWNRanN1WEFnQ1kxVnBSWEZyS2RJZElHcWdkZzFJeDlyZ0pzbDJLa29IdGlfLXl1eXVUVkQzbDNnVWVwbEFEeFVHRGp0TE9GSnBKTjlybHBjYnNUdjQ4IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ATWjQ8rX5rBzIg3JRbFIifWaxyM51P1Q1ntx8U7g9hcC4xvOcn_vWOvKVAWylLM7wbaIRZWRks1gDz2yuK5NlTPcAVVPgEOagd3U9UNrLenwN5gH7lrdpA3_Czamaddp2xhhnpAMszzx7PLYsIxKxIQ2S2oRRiYXUM2WwYMl6G-7oPAc\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> warn: transport closed: disconnected
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2402-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestStorageStratisNBDE-testBasic.info.gz
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [207s on 8c1ddf4f590d]
not ok 283 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T23:47:53.906277+00:00 | revision adc08b4
Times recorded: 1
Latest occurrences:

  • 2024-11-15T23:47:53.906277+00:00 | revision adc08b4

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 51565
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 51565.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSE0zUlduRkdIbzlUUy1WNnZmR3pMWVVjR0ZyVklNZTNrcmdBa1dBVFpoNzN4OWNvU1hjUVZ4dmFaVXhqSXJBemFrV25aazlTcHV0LUZUVHVsMmtUZ1QwIiwgInkiOiAiQUE0dnUxRnA3bU1GemlsMWQ1MTUwNl82QmtZdHVkZHl4VjFkQy0zeElpZWpyazJHM1VDNkZuSVVxRkw4czc1eDM4SGpIUHRZWmhjT1hmQk1xTlhLYk1tRSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFLYjFVRGxuSjFjQzY3TWpqajRNN2ZxeWxQWk1KVWdJVzlib09aR2pFS2w5MmZkdlpLMVhLWTQ0ZEhzR1VucEtDTHFYY3hUcG4tdEVNX0NjYmp4V2xyeGYiLCAieSI6ICJBUUEyNmRSc1AwOF9Zd0hjTWdsbHhfWm1CVnIyOEZLYTNQZFFnVHpyZkk4X0Rld29kU2tGR0wzLVpUdTVnYmZHaFdxc2RueDVkNjJ4Qk42bm9qZ1lhUV9pIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ASws_6dEYhJXJPZlHI69RQik189AjpVo3KMwwgDxbpJRXG2vXaGxRV5pso4xz65TeXBv9cwFOGRwHyYwlg-cVFE3AeD5IpqsUlAoGUnOUTRIRCW_N6k7EEvwlRkve5PTjHzsv25xoHx2xXfP7RwrJCRrRMxuWPAASTqU_Z2N5tXW7i5J\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [217s on 5c6dc940f570]
not ok 283 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-16T02:18:06.060829+00:00 | revision a5c3cf2a025292494dec7d393418f8f92ba252f1
Times recorded: 1
Latest occurrences:

  • 2024-11-16T02:18:06.060829+00:00 | revision a5c3cf2a025292494dec7d393418f8f92ba252f1

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 42327
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 42327.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBY2ZoQUtfWVN6N1JGOEg0bUlLaVBWRnJiUF9CSmhWYVJZRUl4VThVOGYzR1BiV3dVcmd6bkdCZ1pmbnE1SnYxbUtNYUdqMXB5a21nZDN6cm54WlJLN0tFIiwgInkiOiAiQVc2SFhoelcxemY5MllXZDBicnlsM0pjUzNKTFEwOGREUkVyMHUzZ2JPcHBRc1VfbERDblc3cWVidlE2NEtNMXQ2TFNnX0tpb2tDUHh6SGRtNndSdUM2QSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFWSVhVLVFyZ1ZPUXh2NDZPZ2hTaFNMYXdEU1lna2hHRWhiR3Y2b2pqcEo1YnJQUmNHZFRJemFuaFp3bjRFVVRObVkxc1duZkF0SkhrWmJKN0dCR1F2cUEiLCAieSI6ICJBWmlZRnBJVG9pNjB5VnRPbmh4TlJtQkgtbDJTT0tNZDFWRlJPWGNCTWtTRXR5VjRkVXlTUnR4WFpvUDZkcWxGb29kSExZWUppWDlVcW1NWk4zMk9FX09MIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZDO0mNa3HZj8AwWIU-ZFwaEq8VcajMSveBuUwnkc9zLZVevPGH3KOdcYar_dQ18SVRBe8std8cg8Mf8Fu59LnzTALXhKtsSkkoTtv1Qi5iVPgc9karzDSckuYQmREqTmekiFmn0HNen_pmBbkooKRkN3ke6-1nwrN6WXzS-ry1na1nw\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2402-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [221s on 94e1871702ee]
not ok 283 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-16T02:18:27.412720+00:00 | revision a5c3cf2a025292494dec7d393418f8f92ba252f1
Times recorded: 1
Latest occurrences:

  • 2024-11-16T02:18:27.412720+00:00 | revision a5c3cf2a025292494dec7d393418f8f92ba252f1

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 34609
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 34609.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQ3d4UVlIM2V1cUZNNHVrcGpYY0kzaWxDWHFiRnNXQ1BJWWl1OXYwVnhHMjZKdXVNRUxlS0RleWdNWThjeGRvRkM2bk1RdlpjNDhwUng1VVhHc3FzRzQ3IiwgInkiOiAiQVFBWlBwdkZoYllLcTdvZXpaM2ZybVpxQXhSRWFQT1hOa1pWYlJJbmo0TDhzcnFOWDVBV0t1aXV4dlNKVnJjRlo2Ui05RnZpRWNORGRwQTJacS1FbWEyZCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFRV05BSHI1aHVnTDQ2YjMzSG41RlNseXdaWVA1Y28yaUNYXzVNRHFVbnJ4YTRqRG1FdTc1WDAtaHlmLVUyd3lIRlBvZC1hbGVxWXNBMll1REF4ald3N3EiLCAieSI6ICJBV1p0RkNhYTMxNDM5YWNlTXRseGp0MnBsVkFGOWRPSEV6NjMzN3B0MUJsaXFvb2RWbGZkdVFzaUhTLUFoMWY0NjMtak1qbWFkZldDbWE0NVR2MjN4R3dFIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AKfrRHPxBkzIYPIVdaewbGgX8sEUzkdS4ttA1pmNDc3uPaY0DK_EknbtlmlQFg6zLtwUfA8JaqSdwwJAyAI00FvPAKXijf8ln5JggO1kt6TeGMmDcvwnfOp3uB_u6SFvmLdFpsFQI8iX5IDpNVgpZtOhQuHTlGZH73yedMames1CZu4s\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [215s on 16bd88deec95]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-16T09:29:44.889565+00:00 | revision 0b38c3faff887507a71ba6249ae16c2393a136a9
Times recorded: 1
Latest occurrences:

  • 2024-11-16T09:29:44.889565+00:00 | revision 0b38c3faff887507a71ba6249ae16c2393a136a9

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 47047
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 47047.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVV9YRnpZMkRGT2FnOHhRdzI5SEl2WGZmLTF2cEtuRjV4aUpzSVlTMEVzREhGeF9adC1zU3ROR0F2MzhxZlFmNk1RVko2ZWNVUExsMHdHbUhobXJlREw4IiwgInkiOiAiQVR5ZmhaTEdvT1Y3ZUxQbld4WmVNWHNSS2x0cGR5ZUR6S0gxa1lDTktSSmZucEdQUFoteWI3a1dJOGw1NnV5TVdSZUg3THFmd2h4blRETEFXcVZrYnFycCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFCbFZudTZkZDEyZmdobG9SQ0ttZmN3NFdTV1cyNDNnbXBQRHRBSVpzMlNJWkRtQXNLSGpHaXIwODByMWRRZUFzdmhhNFh1aW5fSS13cW00RUthcXBObmQiLCAieSI6ICJBU01DY3NGcml4cGs1V0hRbHNhZi1GcTNNamMwTWZsWHV4dWFlOWozaU0wNzdHUTNOSHFLc2R2RW9vSDgwdmFnMnNfZHkxejEtNHBDaGlQZ3FTazZSMGl1IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AInjGqU7c_uG1-3L88S1sTNpNJx37yi-Tg2Ey0dmqMuNEJEB4J2Lghuvlu1yElNqnj9Vd8HWKgO7UJTG2S8rfo83ATDOIif-Cikf0_sjcomZ0MEauAQ4jlQZ-NqgIKBsuFOrOwvoPLdozGHm7_nGK3TbmNMM2OE9SZVt6sTz5ZBrLWzk\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-40-127.0.0.2-2402-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [215s on 267c42552188]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-16T09:30:31.328533+00:00 | revision 0b38c3faff887507a71ba6249ae16c2393a136a9
Times recorded: 1
Latest occurrences:

  • 2024-11-16T09:30:31.328533+00:00 | revision 0b38c3faff887507a71ba6249ae16c2393a136a9

@cockpituous
Copy link
Contributor

cockpituous commented Apr 17, 2024

centos-10
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 52091
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTUJ6cDRXSlcza1JNNi15Z0pCYThFVG1wLXNKZXlka2NqNlBiR0JTMDUxSThmbnM0cHd2M09sYXhkcWVvZE9iVGV6cVFYUWdnNm1JQXJqRml2VkhfVC04IiwgInkiOiAiQUJXa3BzdEloTl85ZTFZX1JWNnBTeWxrM0hBV2hNT19QMmdhME9hT1pDckRhZ0ZjeXlOT0xIQmkyN1NOZkhWZmh5RGdudlBqNTVTOEJSbnhFWnluNWh6aCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFIZ0ItTzNKTTQ0aTFWLWNuZWQ3RzhtTlZ4ZVZCUHhWVFRQb1AwUmRuZVF2OWFJZ19VaTFRWW1wbEJiUWRtREM1MnlZbldvZngxWjYyMnJUTjBFWnZvN1IiLCAieSI6ICJBUk5LazJjQk56RV84VmY4S19jQ0wzWVpiVk5lRXRwQTBqa1l4VURLSDJIOGRvM2RfSlRSTGdEWm9acHduVGJGWlJNYlJLQ2VFZXA4Y2dpOWprZGllVjdTIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AMP9dR8zrPWVoxSnc-lB-lVzANZIcNjQas22lXHmst3iEvjpVZWosI_a343n3DJRKNN_BX6QvwIj7zi7-RGOlyJEAT4D8bNw_GG0dOevwCMx9u-vnMW0hatFPmwzl2-23YBWlIxuZRm3TnehBB7osWu6S4h3x37SJRlVdLTndYVJwj5_\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2402-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [241s on b383eda51a43]
not ok 62 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-03T13:48:20.390200+00:00 | revision e692d9df834cfee1c3cb66e12c4275efbb16eea2
Times recorded: 1
Latest occurrences:

  • 2024-10-03T13:48:20.390200+00:00 | revision e692d9df834cfee1c3cb66e12c4275efbb16eea2

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 50099
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVlItQWpqc0VGQmRfRi1XOGY1QjA4N1NRdGxXNUx0NV9QUFJhRnBLLW5zbjFRajNmZVFYWFQ4Mjd4Nl9OdVk4cEZaMS0zRklZcDhVcTkzVWZLWldSSWJVIiwgInkiOiAiQVYwMWhQQ1p4YnBoY2p6dlpXdVBfY2NFQVBVaVAxNW9wcFgyeW9tLWw3cFhpbi1MaXdCd3NtYkZhMlB0MXNPZ0FZSjZ6M1lIVWhwd2dTUEc3NTRlRjhBOSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFjdmlnOTdFRGwtalcybzZjV1lwR2NLaWpuQTRseFZFSXZPSzBmUGlUenpSSWpjVVlQenU2MVFTN0VuOGFmNDJ3eUZhcUZOS2NsZGpPZ2lDWWtSZGt1dHoiLCAieSI6ICJBQ1ZWdmlKbXlRUl9xU1ZIeU9DRHVKdUN0eFZvTEJXUjJjY3VGN2hucDE3ZHRrZndha21HRmtEUXNOMFFaSDhaaUE4NHAyRm81TjN2NnNiSDZsdmhzQzB6IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AIiFn2H_TY_vSCf5g6kWTv49xJUqnDjYG8sXeCN8Ue6EUOtt7Yu4okk3-gfr_CtwfBbhDxR12VPH0WzD8qMsjpp2APKhAPW7KCyiSmcJJaLf0Puduyj_uRxarxSHCWzp-SO1Yaa0lMkDoFYH5Mv4Zdi7b-lIXOQ99wvY6GWvqHBovHuF\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [246s on 04929b4b9676]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-03T17:32:18.868126+00:00 | revision 7b4772e197cbc3e151a761400f0cf5f362f4ee79
Times recorded: 1
Latest occurrences:

  • 2024-10-03T17:32:18.868126+00:00 | revision 7b4772e197cbc3e151a761400f0cf5f362f4ee79

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 42785
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBY0JZWUJsS0xaaHJyMlhyQlFnUGE3LWcySWRoNmFoS1lDOHZMd2l4QzQzZDJKN3ZUNElQejNhZ1lob0pGYmlrS2pBVzQ5NERrUk9BX3JiYzk0emNxb2xNIiwgInkiOiAiQUFka3ZyaEh6ZnViX1lIeFJKZTAzLV9mT09CVnp4Z0tEUmRkOXo4dGlXNkd2dGFVcFNTSnlMaWxjdlFseHQ1bEc5R1FLRmNyVl9MWENlQnFRTXhhbmFNciIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFTeDQ3VEF3VDIyZnRFeUNadWNIZ1QxT0YxV1VvbFNTN0NSa3pPMndiWDF2UENzNkxrNHQ2UlloQmg1ZE9RbVA3NVFZamxTUFdfeGZseFdkeVhmNXJJS2wiLCAieSI6ICJBQjQxR1RPc1pzNzdxYzgwbmJQcjV2NWJUQ3JfMnlnX29LVkNGc2tXcDdYakllYVVEOTA4Sm1FVGgtN2FBLUw2c2h0S2JLaDctYnFBb0xNcUpPNVNkTnY3IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ATXSX5Xyr_AL1wg648da3GWs83oZ2Lv4sw96tRhucd8ns7YTMm0tsrFb1GYRAd7TxS2o1wy1AcDt91HI25f_-RtLAZYtt5t9tri8HluEPw9GFWC37NT0X4D6o9gQy1ddi9_v7qdzBAHYDEAfQQBXYQiXEZj3FJwo3HM937mmLk9wcGDF\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2702-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [240s on f40fdb62d9b1]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-03T17:48:42.848740+00:00 | revision de91533fee50d8181596e52f27e8cd5a621abc57
Times recorded: 1
Latest occurrences:

  • 2024-10-03T17:48:42.848740+00:00 | revision de91533fee50d8181596e52f27e8cd5a621abc57

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 34157
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVV8yZ3g2NTZ6V1pTeHJWQVRRcXVDekdNOG1hYzRpLU56NDJoN2RsRGVTNndPdVpHMHF0bEU5ZkxLVFdBX01ZSHlzQ2RBemstRjAyVnJjRFA0ZzI4c2FRIiwgInkiOiAiQVFoR3Bva1FWSUpIcVlrX1hpNWlhdE1SNWtCblJRbWFGaEQyNG41elRHcUZJemRvUTFSYWxDcHhocWFoLTlPbHRIc1ZqUkZHQXlCT0hRNWNoWWRwdDJrViIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFDR08zRHc4d2cteFhiVmEtUkZnOEl3MlJjdUpGMHRyRXNkaTFvQlEzMlVneUhaQk5fa3JrelQ4bVg0NTQyeFBUM1NGRHhRWnRfQ2M0cDlidERhbDFiMlUiLCAieSI6ICJBSXRjZlhrb2RmX0lxVzUxWEFkeGQ4WjE0RzAwd0U5eUpYbmZVZ2dYLXdpbURncHZsQUZTTzdNWldrVEpNV1JwMmotVXJVTG5GMkRzZjhtM2gtT0x0dTV2IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdhWEUNYvv-iLKQWnqa8bfm3jWG43QiF2MB3tjpPYZq6dNSDhztP_RrS-IJ8AE8hZ5MJ-lT8gyb61tuFkL9syUSvAQkYVmcPZR7RXkeUqUqWvuxzAWB4CTTKBLaVA6x-lppr8EsuaF8sIra9p6-Rqe-uX3GXVBl3UvW-gJ7qiRAB2yaF\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [242s on a3bac0d5b145]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T04:14:48.469830+00:00 | revision 994394df39c373afc011df94346718d787f73618
Times recorded: 1
Latest occurrences:

  • 2024-10-06T04:14:48.469830+00:00 | revision 994394df39c373afc011df94346718d787f73618

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 42901
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSkVpTkotVUhGWEdQdnkyZWVOb0xvSTRQRktwS0pMT2Y0ZFR2RG1rNG1VRlJJMjRNYi13a0d2MGVmVVVTWTFwbFVzRzN6Y1hVMVhCUjFvUkkydmhIbVV0IiwgInkiOiAiQVVFOFI2YjRmcGNWMU90MXBDc3lrYzMxNVNkaXExNUx2ZVFud0tfQVZjYnQ1b1IzYWxmR0k0WW9oR0pzN1Z5U0hPUUx5bm5oblZnS3F5ZVF1UFZ2Q3NSdyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFlaEdEeUFTd0U1TE1MQ0wtX3ZOSGNaRzBicU9BaENFd3d5ZlRLLVhpc3pRNzhLUVFhNU53Y3FHMUc1V2JhUm9tZndGdURoNEgtdTJDYndQVnFIaTlBcTYiLCAieSI6ICJBS0tqWkQ2T2thSmROTVdqd0Y3Wjc1X21TdzNSUUZoR2tCZ21pMzAyQmY0Q19VOUc3aW1WSTdhQUxReXFMODRfQUkxaUxqaVpuTzdZRU9vajM1eWtIV0t5IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AOVDlM4hKoYfdWrZds3WV-X6lYd37gf7ldCa30arhfz__Mg5IBnu34t-R-ckQnhHhN3pIgzG3tCQ6OZP3sMfb-kRAHcYM9l77lB1TM9uuQz-Gb6Vxbhf9jzokHrU_eeSBJ_91_sOid2ddajRf_iuDOK1BIYK2Go4Jzm4yj2YvMzwsVon\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [247s on 267e16a766d1]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T04:40:08.930702+00:00 | revision 70f8e60683925eb7ff82b2d46b90682b9a98fd8d
Times recorded: 1
Latest occurrences:

  • 2024-10-06T04:40:08.930702+00:00 | revision 70f8e60683925eb7ff82b2d46b90682b9a98fd8d

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44483
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUFdTS1owSXBfcUJOSEhWalN4T0tta1ZQX0g1bVdhSmUxYV9wSmJpbDQ5NzZCVm5Wckh5WjIxbXp2QjBYa1kxR09EMi02UFp4REVjdmxwTjJHY2VGTjFlIiwgInkiOiAiQUxCaFF2VWZmWUFXS041RDZYUzM4REUwMzdXZVFZWC1XeGwwZ1BLa3lsMXphb0RzZmtEQkR0MXE5VzdHbFQ4eHNkVkI0c0pXYkIyM25udEZoY1JsU01BbSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFTQ1RTMUUwY0ZrQXhRRDliQW5pZjZIUld4dTUxVWYtcmR6T29sTmp0eUF6TzFRaV92NW85Mm1fTkpDTG5PVHU3cEhrODZ4VWlsNVJkVC1lSGNXMDNiLVkiLCAieSI6ICJBY0RuczdhNmV1eVdoVzBWWkNLSzVfdHR4M2F1OUlQUUdtenlqUlpTNmlkb0dIdjBfbnZkN3JGYWxqLWNxMmRjbjBRZnB3Y05UMkgtcXNiSkQ3aHBobDlZIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AVuetceJKUOP_omvFkIgmn9Vw9OatPVaSauYeW7UTCNNjKagkrEpFpWyY0zk3XOEpUXT8NiyzVsn4FlqlM0eKgehAHAit6jYKSJRtFEn33UQbCuAD0nnp-1k3dGKr1khJXCvc3ffQmfVVlBiAhl5sgPfpwTg7bru5KqReIMiEnDV7wfD\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [250s on 661ee41fe052]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T05:01:23.695613+00:00 | revision aca54b25a56c8aaca8ed9bacec3db891e62ec4d0
Times recorded: 1
Latest occurrences:

  • 2024-10-06T05:01:23.695613+00:00 | revision aca54b25a56c8aaca8ed9bacec3db891e62ec4d0

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 49127
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSnZaVTNYX0dCY2kxQTVIMTVJTVg0LUtHbmFwdzhpRV9tVndISUVXODRNV3lLRWxEaktTWUhGemNyRDE2SkIyd3VwZVpRM0FXNUR3MzJFTU5wYmM5N01NIiwgInkiOiAiQUVvZGp0ZVRVZ1ExS1k3cEtJRDM5RWhjS3EzOFVIVUl5bm5GRFFZd25fR05DajlnSWJVMkJtWnRWZnREajFhNVBZS1I4aUMtRlRTdXFITnA5bjZZNHJCQyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFaS29TRkRUV2RRbE5iS0lmRndaTE9uYkVqdjU0MmQ0eG9qYU12NE1ISVZGcS1kRlZPUWdFZzUyUkJpY01vWHJUY01RU21rM0hOeWdYaVoxbVhIVUI3cngiLCAieSI6ICJBUmljaWVBZ3d2Y084S2x4UGFpdGFTSGFmWEdBOEh5MDl6TjMtRlo0cHNzTWd0MUpDbVdqQk5NbzlBY3htc0YtMXdpYjFwOTV1N2RSM2dCc0tSbGxaVmpLIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ABD0K0GEf4C_MSYEfGa9FGMJxp5lPWWnm0L3artRgZ0MGChkIFK3FhwOS8xXzQywGwhQMkJgt4JmtfpDt1i-BHx2AUkCKyheWiegnNiZktw-4ipK9Be73_EDbb97MXQ33YT1FUGNokrWGQcKiZsKk6Q9bPhGB26y2QfwZ87CXh8Iqu8i\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [245s on cbdd93c26dfb]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-06T11:40:50.323107+00:00 | revision 196a6a3f139334688b8c77ad4d708b2b689f0305
Times recorded: 1
Latest occurrences:

  • 2024-10-06T11:40:50.323107+00:00 | revision 196a6a3f139334688b8c77ad4d708b2b689f0305

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 55635
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUW03U2lkQnFlQmp0MHFtWUNJUDV0VlJjZnNQMUVlcnBXT2pqWWpMbWpMU1pWNlJYejZaaG5yUEs5UE5CSXpMWXVLMEpzWXc3VU9PRVIwSEYteVRIdkwxIiwgInkiOiAiQVRXY1FIZF9tOGNIaEZKdGZGa2U4eWxuc3F1UmdCaTVud3pwbFpYMWFrU1lZbThEVjVXaUxaS3A0MnJIZ1dCZE1oTjZzTUI2OHB4MjNUd1g2MGl0TGsxNiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFlNlBmd3JOaTJDb3RRUnE1aExVS3dwNlprZjMtSEVNQlpqX2oyUnhTcmwtVUpQYVk3R3Z5U055RVJtXzR5a1lkbVhqaGFPeGo0VWYyaGdfT2h1UHNfUVUiLCAieSI6ICJBTDUtTWZ6WWtlMlpLalNWeVRHTzVQWlhHTjBtaDlDV0p5RFVaZHR5RE54em5tdEhNVEJIWlRFY0dKVU9URjhoeXV6LVFEZWhmbldkc29UTTF0MzNlTi00IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AKDPWzBPw30tsfYE7vMC7cDm-6euHCWeLh4VncMMKEz-3e58xuaFVYwOKffGLgKRorLc0KckDZ8U4DO9wvH7B7PxACzidjWnVYxXE3zJFvx6RQCEneWUihDlDV5HC4ZCrHVWzKuq8TrvyMiLw5vatVg_IoN7GpwNrtOkcoWlBgh7D2NX\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2702-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [242s on 640b63ddb33d]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-07T07:49:30.461640+00:00 | revision b67c4b2b928137dd8bc660d2feb9e0d079a84aad
Times recorded: 1
Latest occurrences:

  • 2024-10-07T07:49:30.461640+00:00 | revision b67c4b2b928137dd8bc660d2feb9e0d079a84aad

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 48161
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSTE0QkFpSmJSMTJvQjQ1NE1jUzZueUgyeXhxUjdxZHYwbTdLNWNudUY0NWRYWTBidFJXeWZ1LVlxaFNDOG9OQ2lhZGUtZnJJRlFPT0NxUWdseF9wa0FyIiwgInkiOiAiQUNkdDNCNURzNzNRM01WWFBoMWlkQ3NNSEZJUU53Mndwa2pPaWJPQnBzSmZWVHZMMU1CR2pBQkdYY0FUaGRZTUswdFNfY2R3ODRFVVI4T0RIRmVrZE1JeCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFNdVFtWFdBaURsVGdaMHNiS0VidzZlUEhOTDdjTHFISlloRzRRMkNtNXUxOEFiOGtzN0VGdklDSC14YWx0azV4dHk0aFd5RzBsS0c0NWJEdTI5UFozX0oiLCAieSI6ICJBVTJMaVctcHpSQWMwLVdQX3VaRTlxakpqd18wNGZBS0ZpQ0NqU2RSLWNhSGhRQTcwQkRwbnNVdDhlUmZ5UDUyV3hyYmZoc3NhWDZFXzR3MEZKWTNFNElxIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AGU4URfCngU9qZGF-Tv2Ks4Jk-a1idPKUhID3uyuESykOXfcbjP74rMaA7wwreHGAeqhsZuDVwAN1GLInzu1h6s5AMz_uwIag0FxItTmEylF5QLv7tlmQ5QQF2Lv1wdQ048x9eEyv9GAbhh5CoRJQ4CCoZFLXB8nWs63JFLPLlBS41Uw\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [247s on c6d7c0b39793]
not ok 62 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-07T09:09:21.553365+00:00 | revision b1511a7ecd9cfd9920252f59e87b0d4c8c733f35
Times recorded: 1
Latest occurrences:

  • 2024-10-07T09:09:21.553365+00:00 | revision b1511a7ecd9cfd9920252f59e87b0d4c8c733f35

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 47949
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 47949.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBRnZ5S3ZNbGVBVl8zU0lwQUx3NEk0ZHpCQTJHRzBRT1I0NDZnSE9Ub2lSelI1eURZMkxzVHZIVGdGSnlTaGNxc191XzRQWHVSQkc0UDd5UjVRYUZTNXY2IiwgInkiOiAiQVM4WW1fQm5zdFN1S1BmdGQ5VlF0QWtiVzFaMXZpeVg4VC1DNmoyUkJWR0Nsam5LS0RmX3lSYkR0X1R3Ykx3M1pBRTY5OEpNTDVzS1hwVkoxeFFRbFZNNiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFlbFhUNkFhTTlBWGFBMzg2YkN2ZF9lSEZQcE1IbUlVX3lLMnAtQnhPVUgwRWJuTk4tSWJBcV9OM0hqV3YtaDgxbGpvbEZlb3FiNnM3UkRfSW1KQkJyNmkiLCAieSI6ICJBRi1teHoxSzZBRHBBN2VXaVd4U0JCdjhoREdUOHh2ZGJORDNNTkhLMmpLaXdmcXdnQlZLNVgway10WlJfMG9tRXk4UkUwbzZFWjFxc1BWYlR4cE54eldKIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ANa9_ClglMC2ABb3rIve_nuCpIfEPenwJSuoiR84J78n6djhW25ALmDQPi95Ho4loCxUw1Q1c-Ce0aaaL_GWGAtSAe1erRwBNNuSKY8xzV0VDTUpDmq_o9sjOHaVCr1xL35sWcqTeHbf5mEx6iiZrTlTWZwl4KDAfB3GqjTQQU9WHOhu\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout: Warning: keyslot operation could fail as it requires more than available memory.
Warning: keyslot operation could fail as it requires more than available memory.
 stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-centos-10-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [242s on 7a6e0c16dd5f]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:30:29.781856+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:30:29.781856+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

@cockpituous
Copy link
Contributor

cockpituous commented Apr 17, 2024

rhel-9-5
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 58003
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVWh6amk2YVVUTHRTNU10dC1DeTNweHc5WG43Q256YzRERzB2RmpZbWM0Nnd6Rnh1emY1V3NUdGlobzZraGVvQVdOM1JyZVNxa3k1MmtKR3V3NTF6UnNxIiwgInkiOiAiQVllVzNaV1NWSFFNdkxuTzNKY0t0NzdrbE1TYnNIRFZqQ3ZldmJodFRBbXljRUdVQnkxaGs4NXNqLThId29iajhsb3d4am10VC1lbGh3TUdjWHV6TDM3dSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFWT294ODZsRnR3TGV0cEVRdGI0VENZY2hzNnVEa0wyVEFsWUtzbGlRRkZMQXFzQ3pjX05EZmtoZmx5LUUwQUNLMmtNVEdGalFnOWJlS3RteDR5YnZqWUciLCAieSI6ICJBZUY3QUhZVjZpTDFaZzJVQ3hYcmEyaENkRE9mYnd4VHNYRVNwXzNkaDl4V3JGdWlLcFpSbG5Jc2F3VDlSQW5mN1UtZjJJNEJnSjAtbGZfNEZZTUNSTEU1IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AVVpdAY97NRmDj3LuCdaaGSsqIt8PcQ3hzm4Y3kf4_2mkC0mj9Igm91ItJjZsptPlFJn00cUr8DBcvWhzzkDjSICATbC9yQQm_vW-xU4YT02eAxQ6zVzxHBsGNNfTp0vTEgLHhnCj4rx-e3ZIQo0iRx5aYeHoptyBTXvqyssy4BaLVu2\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2702-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [253s on b2e7ac68c4a2]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

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

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 55063
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBRkk2ZllTNnhQQXhnZm9KX3FFaFhmT3U2a1I1QVNyUXUwZktaOHBaYXFVNG1uZElRRkZ0Wm94OTVsa1lHc19vN0oxeGMwU3Z2bVdxWXVqdUE5ZUVRYkxsIiwgInkiOiAiQWZZMFFGTkJlMm9BZnlmaGVDN0RkUDBjdjRrYk1sOGtDZVFvX2lIZ19LSzE0b3BCOG13WlVFdC1DZUxRZEw4WHp4ZWFFUWNoczlUOHU3a3JXc2djY2xXNCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFMaHhGLUVHMkZZSUlmVzcyb3RRM0JNS1dxWDhQaVAwZmdPZ0xweGc2VmZlemhsTTJuQ0lUcThGU3lDXzJBOHZtb2pkOW0tSUtQMWthR1IzZVNoN21UTG8iLCAieSI6ICJBYkFTdE1leXhXajF5dXhsS1Y5RzRPMXhPMVJ2Wkw4bHR4cUpwb1dXU0hRejJ5TXJWbWZNay0yMm1iT0hFNmN2OEp3YUw3OE91NmZoNzJlUUpDWjljVWNZIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHGxv_XEfNwhKhKFGVAPbJZbu-w3ogd4YroiqCK-oy7GUgb62tdDK4UfwJSMTnaiwrAX0WsZyj3MWapRm-F13ceWAH9g5yk-JYAiothAVKfNroTSECAbxqwCfaFsCgbcwfwi0KgaPQGvj7gXdREYIOJg4A3XVvLgxZaHBY-o9j5p4ToA\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [266s on 9d1ac674819a]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-07T15:14:39.302893+00:00 | revision f90684d3d0539fa0ae919a2167043d5108f44f5f

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 51769
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQVYtbm9SMXJvcWplVmFfVUl4Znh4ZFZxbjhfY0NBUU8tZ3ZLdkZudlprVDBJLWFCWm83R3d0Uk4wYVkwRmpRWGpvbkxucGVYTUNFOVRVZjctcWVTOURvIiwgInkiOiAiQUlXQjY0MGdHTVIxQXJCLW9xMGhSdDIza2o3RUJRLXNCMzdfQXNDdU9fSFZELXFDY0ZhWkttTklaLWw0V0ZGdTlub0pqN3c2azhuaUI3UnpmLXRLSjNoQSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFLT1ZhLWw3NHZFR3AwOFlCdUhKenNQYllIdGJuWTVZT3d3cklWWThPZ2ZMNENPUnFqeGFYM0FzXy01c0NkaEZiZ1lqakxJdjBFQmlEZ1dJQlAtRUpNSk4iLCAieSI6ICJBSHVXWXppNkExUGRESFVlamZFazlwRW9QaTgtWWloWXRkWUJZSzFpVVgteWhmWWo0YVV3dG1QUUJoNkJnS1RaLW8yelVKcHVQcnVxcmZDNHAtV2dvbVNHIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"APd9bIcKXS-0vya08fPQWyelHGksxsoXwenIBp8ZJqXZ9a9nS_qTADWF1KYjJECUbtI0s9weC5ugdXOl-bguH-wsASkWdmCyNC0msZFuJajV50OeLvZCg8w024lGXVKisPRspjlh5-oIrl8lK4AcY97IRRUA6klpCulIL5tM-03jdtBd\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2402-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [251s on f21446f927e7]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-07T15:58:28.822279+00:00 | revision 94c12f78700536a5d2bd2195be53bccf857cd746

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 34979
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBRlVUM2h3eHZ2NWNYUXRuUVBpTHJWcXB1MVhTVVQ5NkJUYkl0SGpCRkRCZFBxZkR1RjhuUi1kVXdjRGFRYkZGNjVlTlJLeGNGOGRJUnBzRWVuRXY3RXcwIiwgInkiOiAiQVFBR3ZxX3BhdWFhX0l2Q0RTRWtMWmlBNkQxNDQwaWF3Tmx2dG8zTVUzMXBTMWU1Q2dzXzdQaS15dld0VmgzTXl6cWFKNGFMX2FmMzhTMk5nNUxMQ09PUSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFFQmpfYXJRWWVvZlFNRkppSWdYaHpvbmtKZG1TLWRvSXlIdEtwckoyMTdFWmtjV2FqOUo1SEVQUWlmaUs2LTZ2bExTTjh1dFVhdjFGWEF3LWJkNVByY1kiLCAieSI6ICJBWGRJWjRfc2Z3UFFqWXFfN043WW85UHRGc0pqeXFaQnQzS19MbkE5bEdCVnlBdGlsbHMzRDFpUTFUZ0pBYkZSMlFTeUFWN2pmcTcwT1Zqb2czbTk3WExHIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ASVkMcp9dAso4u-WcG0ZK5UDB_d6EEntsGBCSg1oeS9j2kfOjV4FJUSgq-8_vJzRNiLmhJIS91vjFGGWuAertXxbAeEwktcs5qjHXFoGqdKshghl-7Lnkx508W6FH1658ouxRrm4PM61Usjk6QlqsPEmd6fQE4zMaZKGuuK6JLy5nINs\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2402-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [265s on f98ae0dac89e]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-07T17:28:42.850981+00:00 | revision 05a60be146e34c7e0efd0bbfeba32d19be186b0b

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 38609
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQXNXM2plRERXb2NoWlFNMUUxbXVXajI3Sl9tNDFobVpZaXE5NldIN3cyZWF2a2dFbTBnTDNIOFgtM3lsdjlLSGdYWjRKZ3Y1SERSNTdYWDZJcUxvR3F2IiwgInkiOiAiQVpJRnRkZEduMkR2emU5WlQ4SDJSZkQxUUVkYld1NjNZUnFHWUlLUzVGT2s4bVdDYmlYT1RFOVFkNjdWZS1Rci1SWUc0Zkw0TDBPSmZEMFFEdXNiQ3FaeSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFmeU9vS1FDb0kzVWNGaGdlVTdLY3MwMi1nSnZJNXRiRFVKRFBJOEc2ZUM2NDBjc2xXaGFXek9mMHBuSlpIejU2dldfYnI2cmplanh2Y2x5bV85bGVIZVkiLCAieSI6ICJBUDNBNlgwYmxlZE4tcjFTX1A2YmFNU24zMmg4SnJKLVRGWGxzdHYxZGoxa1ZYaW9HLVhDWE9iRU1MVkhqVmpJN2JyWjJQa2JLRlJkNHhsVks2NEJiQ3JZIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AP3WIsnYyOwQsc9wtswC8CiiNJ7nzxNY3runRD9PrwfryIK90XxZNHUuZ_rtlYEXpMyQ-ntHhmGTX6XjFKhhS0pmAJ-N7gu8mPFtdMasgDKJV8XFVz4DsLJYYkO8MMqluTNyeKIYlxh6M5TLJttnPg0cCTNE_x4NrVRrBxz-77MS-iWU\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [252s on 0d08ff182bc2]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-07T23:15:04.488652+00:00 | revision e2c8b09
Times recorded: 1
Latest occurrences:

  • 2024-10-07T23:15:04.488652+00:00 | revision e2c8b09

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 59947
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUV9FbTh2WjlLTVZzT2Rfbkc0Vm1WV1JNdGxzd19xZG1xZVlyZHlfODM1TXpud01sVk5oUlFybHg3cmtJelZsX3dBbTJkcExLeWtwazNteWtoS0xLR09KIiwgInkiOiAiQVdFdmdkN2VEZ0gzdEVEX2pKNDhVblZ2T0UzT1lFSlhmNzRhek13cVhQZHNGOXdVbVAycjBiUEtUbTlSaHNmUjBwN1hSMnpKYUlGQklyZV9MbGEtLW1HYSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFGQUpvWHlQTkdFUU5uQjdrVXBQeEpBNnptdlVFU3E2U2owTzZOeDJNVnVRMmNCS2VKMWxxeGtjVWpubDhpM0JNZ3pUSDBwNUItUV9UY2g4VENDRHlyaXUiLCAieSI6ICJBRDFrN1p5RW8tNUxfTWVvM1dFUFZoaExCQ2ppV1FlWWlUNzRMaVNZNWlvOE5LS083TzhJR3hURTVDWENMaWNHMVlpd2toRmM0SDBjUW0xXzA2TDcydFgwIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AGSL5Pg5em4clV7w0_R_KqJMI-b4M-TBvSTde8QvRrT1DDZp1Vuhw_5vlk1ZB6ntRg4mKW8l6b60F2hos95QM0aDAcaQmyLR4FUYhaYUYS9R9dxCdjjcANu0pRsIFHsW_HtaqNVewkgDgk6Hg88I8cZyjqwL19DCcZtokiyLayFyIVW5\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2601-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2601-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2601-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2602-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [261s on 923a1e014e64]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T07:48:09.291402+00:00 | revision 17bd0ad4d08fe0552453e1b84e6bcf564431e6d4
Times recorded: 1
Latest occurrences:

  • 2024-10-08T07:48:09.291402+00:00 | revision 17bd0ad4d08fe0552453e1b84e6bcf564431e6d4

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 34135
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBR2JVV3Fia2dIdFpFMWpOb2pJRi1PZ09IcG15ZU5ENzhjZWJZYnhFNzRybEVQcmhSUTdGS0VwLUprbHByV3FIZDJ3bVR6dWdZU2lJLWFadWdCZHg1R1FMIiwgInkiOiAiQWEybExiUTRHeE9GSndjdXRnWHlWVUR4NmNVWmRCS09CVVQtbGV5QV8wdHFEUW9kUFUxdnloWU5ZZEFFWnowWWV2aWNRVUpNWVlTMXhyNlJsTXhCQTJLaiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFPcFRQWjh3ZzFnc2VqM3BPdG5CMV9DTy1SOGR2WWJTdjdsd2JjcE5POS01bVlaandhS1pIOEpJSkNmNlBkeGNVaVc2VW91bnN2NWRCaXhKWUc5TkZrLWwiLCAieSI6ICJBYjNOYm5McU1qdmpaM1hfSWVIWXMxemt4TEg3MWNNdzlEa2IxQlJDcTBMODNMeXM1Q0VtbVhZNnA5ZlVEald5ajZZWkR5Um10WDUyNWl5endqbkIzZVVuIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AY8TQpBgcSxVlKVrotmTWutvo10_-9SofhKANQ3-OfMWyR7DGaBxpeL1xmiMAN7gWqNF3BMSGa7HfFYlz_qDBZf_AHqWdOkNNC05FheHG3QdXNGqfrJkdwB-8o1_CxEMzcjYiaPq1-q_Z5iwHujlDvrNRknq2U_ZFrROZOByz9qXWPrc\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [249s on 0d07ee5adf31]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T08:12:26.032807+00:00 | revision 48b961cac96811dfe824c47a999e44118fba7991
Times recorded: 1
Latest occurrences:

  • 2024-10-08T08:12:26.032807+00:00 | revision 48b961cac96811dfe824c47a999e44118fba7991

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 50321
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBYVJyTXRjaWdDcHUxUzdfQUZGaTM5NmVqeVprMlNzckNSZHJjR3VRT3pXSnZVN0dpWTNSUGlXSTdLSGdFNDhxYWtnTlhoMzU1U1NjckphM0FuUGRPUkI2IiwgInkiOiAiQVF5YnVrdzdwd0RxdEYtRkRDb0xXVTRycm5YeDVIOTIwSUliaVVwOUZyYWJQR0hwajVGTktISnNiZVJ4aFNLbHVKWWV1bnVhcGoybW1xbTNrYzVYMGJ3SiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFVTDhqM2F0aWhMY3ZtRk41R2pPUGlEVDlaNFhTNTAzNUdibTlFQklEZzdxVUhwVDV4U3oyMmJ0ZTNKUVl4OGFFcVNHMFNkc0lGdmdxSkFWRWt0U1BPMGUiLCAieSI6ICJBZGJsUkRPd2Y5RGVMbGI1QkRmZU9TbS1nbE1hZUFOdncwbVdyZlB3dFFfMWpZQkoxc2JETUhVeU84d29sV2F3dkNmcWJMb2tTb1NQM1JZLU9hazBmZjIyIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"APFDg30RFWPCSq0O131r1-b7qQTXBp-PMegyhjE-age3E0G5L8bbNCeZ0AXlaM-FVknjdzXR4CzZkDsc4_8sk3WAAeLH3jwsGAlfDHM1glROS78h_1YOj5vvVKiT2HqSAsNXZD5-0-yNZbUFViNnPRbJC6xsT6PI_vfLzUk2WofXJXg_\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [248s on 56fce9f09c6a]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T08:21:55.907989+00:00 | revision 2c46a08588436524cbe4fbb5265973a151729e6a
Times recorded: 1
Latest occurrences:

  • 2024-10-08T08:21:55.907989+00:00 | revision 2c46a08588436524cbe4fbb5265973a151729e6a

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 52745
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBZnVvMFRtUjZESXREdlpOd1ZDdW9LdkRob2p0WjktWXhVNXN1cTl4MU9kSzZKcDExNkNXLUFBQjFUbkV6dGw2azRLUFZ2SHhyX0JWYXlEZ2dLcEJiYmg5IiwgInkiOiAiQWMwZk44UUhRLXJXMC1FRTNtUC1sbnF5RjhTTTlZRXkxMVA2QXhJdUxVZjc2X0wwZTh5MGEyQjgxcmwxTHRFT01idWdCWVVZOVFHbkxCNkhEclJ4azV0TSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFLTExTaHplMnB6cThVcTFCazhxRHduR29VNjJBenJ3T1ZOc3dvWnoyQTRiV3NRcTBlZFVkMFZEaU9DZnJ5NndDRGlxRnFkOFRHT0hSRk8xMklOZXplZHciLCAieSI6ICJBWTBUVERTcFdXem9hWEZxc3lmRnp0WVNNVVNPVk9Sa1dLZ2xNNlpTTWtLOHBxM2lLN05mcG92YXdUenNaQ2d4RzNYVkQtdnVTVzZ1TzQ5QzhpMXpscURzIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"Ae6IYwoqC4y09vXmSpGfzMZeriSTXo86n1eznLJHBYLKhyN2D7B_dh6pjeMubdLMoETFljbD1JP9XA1baqwoRf_2AJxffqs4Q5taA-Eo8UbQ0k7TV0AbrkiBB2bXy2oXiL3zpU0oO6CV96_jbP6udbhaiz9nWfHCOR4z-5SN5qbSX2oD\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2302-FAIL.log.gz
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [257s on f9c0493a9214]
not ok 101 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T10:42:16.079003+00:00 | revision 95d5a35d6d8dfb3a5834bda43dfbde460e5c8d81
Times recorded: 1
Latest occurrences:

  • 2024-10-08T10:42:16.079003+00:00 | revision 95d5a35d6d8dfb3a5834bda43dfbde460e5c8d81

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 38789
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 38789.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWkpFTGlJUVNoRU5vRGlXcUt3RUN4ZUdnYndCdy1yckVZQVFTcHNYQ2stQkZPZ2lYZEdnTWFVVENzeFN1dGZzRVJrekpOR1BXTWwxeEtsd2o4NDl1Y0tPIiwgInkiOiAiQVo0SmpIOEItOFA5TlM2ZDJpQUduWGozM2doOEMzY3NhVThGZXdTQmVwWEsyS3BCb3NoX2NjSGdWTmR6WE1fNU9tM0U5WVRsQzZ1VHVNdzRGRDg1Y3d1bSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFEd3RmLUpiZy1oSkNkdlpKLXF5bUJkODQ4eExjM3d6eWd0OWJLZnBjU0IwM3lPeFNVOERmRlFQZW42eXFqbTU5XzVHZF9FdExpT0oydVcxa2lSS0VfSkkiLCAieSI6ICJBUmFxb2NaYXA5dUFNeXgzOTBGM2szMHRIc2NZbC1qYnBYNXdHTHZRTDNIYnJYZ2xqbTFYQjFjRzdJcXF5MzJUdC1GU3hILWlFclUzSXBnUkpXaHNCZmR2IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AH7nVZoMhd4zjeH9A_o2oE8tqq5952f6Nh9gssGVCh7ssXp3G_3KI2_yEzu57nzwxAeMtHWSJqVSIp850-A_sAUlAWv7JC30AFm1ej37IqlP_Sn9hkmTiUi426nQ0tS0diOMAqzBvC18QjjTbbkQvrMX-ruiv6nl-NE6qc7U1svL4ueE\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-5-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [262s on 302cb3effcd0]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-11T10:30:55.995699+00:00 | revision 08a78037a6c66646d862234a75100d324fbaea13

@cockpituous
Copy link
Contributor

cockpituous commented Aug 8, 2024

rhel-10-0
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 43801
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWkJ4ZlJUemtqbURWSUM1cHltempzUzFmOF93VUNzTEN5ZElGcmlyaVBaSFFXcVUzc1BkNVpwWG5hZ3o5V2dPVFIwb2xIUGQ4SXhMMXpBOVExWG94UHREIiwgInkiOiAiQUNrT2dRNW9nd2tUdnRYbUJvQjUwNUU5LWFESHdlZ2x0aWNrSmw2MEJ5MHNIRTZrNEllc1BVaUFiNU5ja2dNWHk2d1F0T3BUeWwtSm1Tb2F3d3ZQLXB0NCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFPaG5xQWpVWml1NmxHM01uR2N2eUdDdW9fQW5NZU9WeVAyWU13MERHY2ZIczFISlhQSktQTFBKd3NJTm9wSC1lendUcm43NENlckRwMy1LSXZ2Q05yaFkiLCAieSI6ICJBYkM5UHJ4UGdVdmR1TTB5Mk1yR0VvZXZFU3VCVDVjNk9COHlZVUMybXBROE9zNGh6dTN3bTRybnZJZV9OUE5NQTlGYkpEN051emlrek9DdWRWclpFWUM2IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ACic_0IJgE4SB8y4a5q__Yrs1R2eGprt-DMT6l9IYzZMZQKac0G0p2H6h1dftJNwcHgrYXXUvObEAkm3ouVaFtqtAd9_3smIGgoRsjDRQ9ZsxEqUOpL45ulVenMPzlKGWJOYOjxkj-LxM8UDlAnetrbQs1xF1Neq_z7xANHjf9iwE9vw\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2702-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [256s on 60c0f8ee92c5]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-07T15:14:00.884016+00:00 | revision 69289fb1774248cedbadd0eca6591a548e09afb6

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 38383
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVUZkSjNscjRtY1hIVDJZUXh0T1hYM29UN21mcjJZUWFHTFRlY2FRVHFTZU1GSkJIMTlPQXN1YVhna3hhYjU3OWR3a0JDMFZtRUN0R29FVUVWckFfN0FKIiwgInkiOiAiQVVacXZYS2tVOFZBNGt1N29yS2lGb3lOdXN2MHgxcnlyQUdwa1daQ3Q5bUQzeFMwWmpFLUFkTExLa0lNWkZGN05JUHJqdGdXRUhoZ0k4djNuelJOT3pMVSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFWbF8wamtXSmRmN1hmQXhmU2lwYW14c2tPZGY5b0FtNXpQRHhlVzJrc29CakxmcElPdWFUWU9fYnN3Z204ak9LNnZLeDdrN0cycXRSb2dvblBVcl9ua00iLCAieSI6ICJBU1lpRFJuODlkZU91ODFVZkUya0lya05ZN2oxUGVNb08zTDI4UVFrTmlUdnkzSnR4Nl9QOFdMZFBzZmRGREdMYjlxdHloNk43bWNQM1Z6UFVWdmIzbnh5IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ARGoxuM_G1h7MNDkyn9bIklM__9PZCMXmRnGORb18mZa23b9VzQ_yUOfnieCGkxtzYzyxV_RPihmh11J5HIN6nUJAREZyOT3guO0hJ6LH8G6TnqDx-Mr_wpu2R7qhL3bkM4ZxoK6FNqUeczO_kHlYKKkSzM52iTUDLv0tnqUVN9cDGw-\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [252s on 9c009ab27c0a]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-07T15:16:49.835049+00:00 | revision f90684d3d0539fa0ae919a2167043d5108f44f5f

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45521
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBV3dhR2FpcnlZdlpfdmExSG82Q0taMnZOSlFmTFZVeEFfNFJ1bFZPSTMxcWJ0VkxRYkhqbGhjYTZ4bnFYcVI3SVVYbUM0WmxrMERieDZSX01lXzZJa3k5IiwgInkiOiAiQVFmcDFfZG1qNl9XYWNrelhKRE9TZnIteENMSnBMSEpMUm9xaUowYmEtYl9VNzluX3dkWHpiRjZVQzhfZ0lxcm1SM1NacUFIaERZZVRNMGF0RlFpQkJWZSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFaWWdRa0JfbWN0UVNGd0ZEam5mUFFEOEdrMm9BdHRIcG5EZ19pS0ZENl80VVlXSVZsZDFBSGoyaEVVZ0xDeG9JT3JLdlFzOTZTRTFUOF9PRjBsU3VUSmYiLCAieSI6ICJBTm1UX3hyeWVpMnUyS0c5dDFSd19OWWN3Z0FCM2FEVGZJcHV5ZzEyMUNVMXhaY3U3RnBBeThYbFdvMjd1QmQ0SlN5NWpaV1Q5ekJzWG5lV0NNd0Vwb0l2IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AbOINkQkzBSpVFG2AAfPetfy2VMDC0MAsAOjW4x3zyh6b7SwG651sNZX1NCt8CV5ClshB08xfsgO0TXZ5w_b4HKqAXU7Emc2bIRlfKlWgZQbU9_a_m_s3DNVWmvIBuMQS7uAF-SAQGh2YjCsH61hB531tR38B1OhaBSQ8rcUxZwwU8Cx\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2402-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [251s on 667f2e96d7d1]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-07T16:15:12.079737+00:00 | revision 94c12f78700536a5d2bd2195be53bccf857cd746
Times recorded: 1
Latest occurrences:

  • 2024-10-07T16:15:12.079737+00:00 | revision 94c12f78700536a5d2bd2195be53bccf857cd746

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 36399
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBZFNXNDBQd3l0cXFTbEdaUlRIaFRCT3RGSlYxZHBsUzhHdFFKVkFvWFVIQTVpMnpwcVlKT0xnSGZWN2xDUS1oaUZCMV9Bc3htX1A4Q0lwSEdHN0ItcXFUIiwgInkiOiAiQVJYMjBUQS1sbzZpMzNmYUNpTTRfTjIwelNFa0c4SkYxQ3RzYVJpM1BXZ2FOMktnZ2FZdXVObWMwazlzV2ZqbkJMNUt6RlNsclQ2a0h4Q25ZY25JN3EwaSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFjT2ZFMWo0T3h6NXJwZVllWVFianlDY3E2S3I0NmlybXl1Y0FwUm5ZM1otLVA0UW0tajduUll0U2JJN1JoeVEwNDFMcnkya09uZ3M1TWJtWlFYSEtETUUiLCAieSI6ICJBWjd6cTlHRHVZZUlnc1ZMSU1zdEZXOVZVYjUxVVNfWW4tRzh0ZXlqdEExeDFROG5vNUZObVprSm0zeC0tUmtGWDdlVkdxUVBRTWNNTzlUZHg3SlFxQ1NpIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AeCnQGoNwhiIAfTPoCKhG9OjEuYtEwK7_k2s2mJytk5yOUzVZf0I7TYwJLQ6ZuJExgvbjxsfdNGowsKMMVWEgN-JAVhLEPe99zOjusrLop6OjSlKXJz4SsQqcNJ_fVybP0wdVWNz9lgkhQGGy7wW2KmgjMoCv4KHaoFEEsfJFJ4UX7jj\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2802-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [269s on 82eb1c0b3fbb]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

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

  • 2024-10-07T17:33:15.218761+00:00 | revision 05a60be146e34c7e0efd0bbfeba32d19be186b0b

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 53249
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQ01WSnotOFlhd3JnT19qX0RneHVNd1hVRTZQTFZpU01pekxGTEFNSm1EUnNjMW1XY3JMUy11Q2FpMFREVUswMkpNXzVtVTZ6enJkNXA1ajU0RFlvUXl1IiwgInkiOiAiQUZqTjU3MWdOS3FZZF90bkhkV0haZXNHRnRFQ0dzNm8zSWhmbG5tMU41R2pDS19ndTQ3NldlTGJvekRNb09xYmk4a3hkRnB0SzJudXhqTEhYQmlWT1h3OCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFXWFRzSmRNelhfSkpFVmZuT1B3U2pQZnBRbzBwZ3g0aGxTU2ZxVG9Pci1Xak5YVmtBNEVFZ1p5OVc3M3NrLUxWUUpDcmVyUVlKUlNWc21oSDR4ZmUwcDIiLCAieSI6ICJBTnJKVHdyNm1FMHc0bkl5Z0otTWJGODBfOEdxckhrU2MtTTZGQVNMVm5kWDd0UGRSOVlfNmR0b2tWTTZWTFZMeEViVDBQWGVMQy1uOXpDenNxNGZIMC1vIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"Aeahi8H1zqr0-YbUMk72vpIja4Y7cz3G3whExA-QMxwOzwlw49-v9mXcMMeU3LE_WzD7nM9eH9N7_pQDd9LyCOqFAbYln0r8YTVH_Sssh2glJqMJIIXdbse85RxdqNxYR1xSHWmRPZooXX3RXPCJQAFgFA5Sw3o2fl0d_z9KHqccL1Ah\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [262s on 18af804e32b5]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T07:49:25.568804+00:00 | revision 17bd0ad4d08fe0552453e1b84e6bcf564431e6d4
Times recorded: 1
Latest occurrences:

  • 2024-10-08T07:49:25.568804+00:00 | revision 17bd0ad4d08fe0552453e1b84e6bcf564431e6d4

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 38837
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWXlxT0ZGUUZkbDdSQXc1N2NzY2Q3N2Q3Y1ZsajFhTTVKZFhMTjJ2dU9tbDdJOTBhdjdYMEtYNFhFckJMVzRnZmlGNGZlSUxyTHk4bkxFeUw4WHQ2VlprIiwgInkiOiAiQVoxODdYQWcwS2g0QWo4eC1ndVJaS25ncVNBWEU5ZDlmUXc5RjFwTzc0clE4QjNIX1BoN2tDd09tZGh1N3N3elRXaTZoY2hGVlZ1VUIzSDhjYUNBT3N5MCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFCcngxSHo3QXJGTGRKcjhuSGh4RDgtZUUxenNBSElIckNBd1F5TXFQR1JrSmxBQnJScW53MUhqRU9OeGhlODBmOUM3UWxqU29HV0ZVNEVGRXBMYzEzLXMiLCAieSI6ICJBSUVKUEhBUDJYME9RVS1TZ1JtV0pUMDh1bUZwXy1haU5hVGsxTjJnX3kzRlp2QmVsX3lGcUVsSW9BN1ZJN0lnZlNqLUpJWmRKeU0yN3ctNUQ3YjU0bVp6IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AZN7r8tCrwAGLSINPIQro4l43vzI_tnEUrMI20pKQmoYSwCZrD2mFH0m2xgc4Wx5Hrl2KEp7s0KOYPqfrtifN3EYAMUFjS9FIE2cL3YvU2LUXxWAlqCYOqenceJgr9Oty2PU_lWSD-JL_QILg3aL8EmygweHpLkdS0FUFDAmkDQoMGQq\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [250s on e90ef3b01334]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T08:16:21.061231+00:00 | revision 48b961cac96811dfe824c47a999e44118fba7991
Times recorded: 1
Latest occurrences:

  • 2024-10-08T08:16:21.061231+00:00 | revision 48b961cac96811dfe824c47a999e44118fba7991

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44541
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBU29JTE00Y1JNc3JycWpFMkktcjlCU0xPQmlNSnZiVHlaeVZpc3QyMEtOemVGMmFPODlxV2daVUwzZGlyMGYxeUdGbmxzNlVxc21yZTBRcTM1TVFleDJ2IiwgInkiOiAiQUJiamRRWnNqcEM3ZURzaHB4UnYyRnBhRFNkX2ctSmhrNzc0NGVtYlE3a1NfM2dqQkJzc2NZdlFsV3hSdUdVVnZQc241OGRFMTFNbGx1V19QLVFoREdVciIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFPNllsUHFURDdhUVBCVUc2YnRfa1ZsaXhXSXZvQlNBUS1iS25JV1oxMHVDNDB4b2tEUjQ4WXYxcndYSGZTYTQtM0pnbnlEOWdJQTV6dmtQQWVPM2s2dHAiLCAieSI6ICJBZGlEZDZBS25GeWVUNDBoaVN4LTByaW5iYlhLMlBZdFZ2WkdYZnFvR0RfT05iM01uencyb2FGb1BYSnBaem5FTTk0Z2czeWZwQXJiMG9xbUc5QWd4b1AzIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AVHFa2tdOOZYiICyKtaXqOdSiXYQHkOQYA0jozVqbVpRCN6wca5HkV87jgQaKj0BMtrJXNSE_sBbCAteEtBj75dPAViajMbAtdL_NCRZ-OfcUKMQqBR1vtkd8Rg00bXZTrOf-RzCCbU0exiTybdu8iFcFH0EWIjlrjhI5hG28B6PwkPc\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [249s on ee943dc283a8]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T08:26:17.834053+00:00 | revision 2c46a08588436524cbe4fbb5265973a151729e6a
Times recorded: 1
Latest occurrences:

  • 2024-10-08T08:26:17.834053+00:00 | revision 2c46a08588436524cbe4fbb5265973a151729e6a

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 57185
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBR3B0Q3dBanlEa2JpUEQ3d0xMNm5DcjN5Tmdlc056QnNmLTIyNnhVY3BMT3QteHNjcVdyUEluelZ1R1BENFRoUVhoZDg5akluMTlaZ0FtWVhVMjlHbGExIiwgInkiOiAiQVY5WVQ5SHBVX2xFRncwOWFfdmsxN1RrR3NzTGJqWGVRckhFZ1hGOEIxWUtudlBNaTRRSmVrclFTdUlCaU01WEFjRTRaSVNrY0E2VmhtR2l0VXpSRlF4eCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFLYzgzcXI3QW9GVWRFdWJKQzBGWTNseE9Fc0tXUnF3LTZUX3dQSEVQQ25SR0lvcmI5OVk0U3JsdGZGVkFvLXlRa1dPMUxWZ1h6YkVoblR1R0FfdEZSaW4iLCAieSI6ICJBR3VoOU5OamVtMW1oUDdkcGNWYkdoWXN5MzNWSmo3TzV5QjlNamxYRzlSMVJhRGdiS08zQmVUcFBOLWJ1MnlOVlZaRjhhSUVmdGxXOENHMGRUaWY3enRkIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AFCddgvAPNV57pWsqH2apzoY7796sZGQR_4IhdBOMtlZZZeTiF5QrPIr0GoIZFLEfOMXtwW1gbDOiwbjAjGK1Mv7Ack9cdMmxmD_0TPVYrkT46lWh5bAaecudhsJ0ooP2qvhieDpvPTNcYpgGlsJ60avAaXCK4Tn4UMVZMH7Zk1dMN8z\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [245s on 22922a29bc19]
not ok 101 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T10:46:21.208404+00:00 | revision 95d5a35d6d8dfb3a5834bda43dfbde460e5c8d81
Times recorded: 1
Latest occurrences:

  • 2024-10-08T10:46:21.208404+00:00 | revision 95d5a35d6d8dfb3a5834bda43dfbde460e5c8d81

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 60917
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 60917.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWkZkR0I1UEp0QmlycGZ2YXl3Rk5qR2dMaUJEcEhBT0hrRzdTRUFBaXpESlIxaks1VG9JOVhRTXI3WUZpNVZKN2RDakZfNTZJUTRjVUlNbXdmRjZ0WXNWIiwgInkiOiAiQVpRTEY3VEw0bmJLcHU5S2laQ05jaGdvZjRQM0R0OGd0LVNoSnFHR0ZESEc1UlFUNlJDQzR1bzVxQnl0S25MZEhsbHBYV29ZcE1NZmtPZjM2YThrSVhscyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFXeFRPNFdyc3BrNU5JcC1sQjc2Y1RlcTlZREd1S1lxSHk1VTJFN0JpWjJRSmlWYkYwbnVUWHRnbG1LZ2VPZGxPOGpjVm0tYjhCMnI4SkU5dmd1Um9BUVMiLCAieSI6ICJBRjBCbWpEQ3JKUUtlTEhMSzBvQ0dPX1Q3VTQtVWFtZmlJZlhIa21BYjRtWE1Iek9fSzFab3ctbXpXbElnUnMxU1JqbXFzR0ZJQU1ZbUE2eGJfNHd2U01mIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ADrUKuXk0ynRm9D25JthBzGH-0xzAuhtHWLeqbnYwHK75eXuOCgQiToOg1WDdUspniG_XPPNZcvO2om7EvuyGxAHACQxkGSbyToek0FNWw2y2VunlGhMO-afvFlqoSwDd2kWcC0q9CMhsWPWdvqhPMUSL1xdBEf0ZprPtxabvzCGSREZ\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [259s on f993de62519b]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T12:25:57.251006+00:00 | revision 9d6ee223c1465ba6fd6c532d106d40cdfd3ccc56
Times recorded: 1
Latest occurrences:

  • 2024-10-08T12:25:57.251006+00:00 | revision 9d6ee223c1465ba6fd6c532d106d40cdfd3ccc56

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 53811
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 53811.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWlM3ZWZmay1hb3BWcWtTMUJOaUdhTEE3YlU0RzNiUFJBS25qNW9odUI3TnQ1RmZFbkFPaUNiY3Z5b0VtLXJBZGxFVmlJMW9GX0V4VlNFMl92OUttem9RIiwgInkiOiAiQVd0U29MdFVaNEVVbDRYbGVmRGQ0YVlqT0tLemJ2RGdHWU02TXk1OVdIRTJUekMyakswdWpqWkNyWU5jYlJBeEZ1ai1sSEtodnFTd01JSFFpMlgzY2RJOCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFjNjVHd0lBdU5BTzI0ZDVlaktQZUlTZUxUQmVoM2tsTXZtZkIzOUhJalJQU1ZsSThlSXdOMjVkM1lVbFZFYzVpTUtIS1dUeVY5eGtGd2xZU2p1OVpCWWgiLCAieSI6ICJBS1M4MjhpOGZXd0VDdUlRZ1Q5bGl0SDR3OU1CdGpjdmh4WXlqR3dYYkZKZXc2VEFqSFFjT3ZoMkUyOUdFaFh1X0xmdF9GQU9PM2lwV1VyX2ctN3hzQktKIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AaclrDblaHKEFZzWAoTh37nEtqx1GWbnG3UmcIs5r5e4r0xEEBgaB9_Dca7DQ3SnZZPoMO3LiCV2Qvge9CO-fOywAcUtwLPrdasXS-JiPxzdFlENgRuf_BUqPUZOyLGU7AcPrx_-RDJFphyFAwuw2p-w345e0EsJlGz-YpVdtAliNRFr\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-10-0-127.0.0.2-2702-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [239s on 81df35c6c6d4]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:15:20.774621+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:15:20.774621+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

@cockpituous
Copy link
Contributor

cockpituous commented Aug 20, 2024

fedora-41
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 55499
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 55499.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBU0ZVYUQtcWY1c0Npb3dGb3JUbm45VmVzYURhT1JENVB5bVZvZHQ1aUFRSzAtYy1Hb2NwUjZQd2lITlBMWWlpRGZzVzV6ZXZNbXNHdFIyb1NVZTI5ajFIIiwgInkiOiAiQVJETjNuUURtTFkySUt6bm9OdHltTkswTVQ5QmFHRjdOT2JiLTRLRWMwZTJjaW13a2tsZFU2TC03SW1maEd5dlZGQWpqbVh0Q0JPSDRtRV9feVJSQUtiRCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFZTGJBN3pRamxIWFJveWtnQzhON1g5MlZtYS1MSDVRdFB6akRuMVd6TlJocU1VT19GS0V0d2ZoUk04eF9xRzJDM1ZtZUFTajBMUGZOZHhiSnpXajdtc2YiLCAieSI6ICJBY1BYYVRzWkhTOVBNNHYtcXU3YWlqS0hGbUF5cEk0ZDZVeWhVYXR0OGRXdFQ5TWpoZVNVbFZpOGpyRXlXTmU4dUJVUFFBdU1pVkEwODdQVVktNjBaZFpOIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AFV0lq1whSsWaNNecpQ6_0utuEBbkNKGL-nA783g5PPd8ZdVJ77hccOnJ3qCKXkgPbzKB0OiYJHs_R-RJnxtTTC_ACtdj6taC3qDOHixeT981NtMIIpkEIF3fEun_MhQT4vyKT-SiSXZt4SoY6l85L-c8SiqgnbvRHaP3BSZJ1fp2XOk\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2502-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [210s on ceea9552d5a1]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-01T19:41:18.072797+00:00 | revision 7c7d0057afe2ac7cd549528f4c97d4bf5c99c6e3
Times recorded: 1
Latest occurrences:

  • 2024-11-01T19:41:18.072797+00:00 | revision 7c7d0057afe2ac7cd549528f4c97d4bf5c99c6e3

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 38879
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 38879.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBU1Zsc3JuV0pPUWRxZnBXYjlfeUJ6RU9td2pWTUs4bmdQTGZ1bU1MS3N3UDZoTHlpXzZDWGE5SC1CTV9scktUYzhmdFNELWpJQU85bTdjeXlFbWpZUllsIiwgInkiOiAiQWJfTUR2ZVYxUUhnNEREaVFsS241N3lpdDFUZTQyM3dmV0gxbVFxYmwxVEpzcm14R0x4MnVXZlZJV0o4c1ViQldwZWJ5d3pQY0hvVEVQU1FSVTQ0Z3laZSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFaangxV1JvdWRJWlA3STdWZHAzSzFPWXczMDVyNWFXZlJEY3REUlB1a0dlOXVqdkVubm9sekhrRkFJalp4UUlCUUhMZ1YyeUpQMXdzY2xuR0x4aFJjSEciLCAieSI6ICJBRnY3aFBGOEE5SkxobEpiemNDNXZtYVlDaU1tU3o4bm1DeXdDS09rQVFDR3I0MGRQRTNOd3hweTBvc3BmNTZZSlJfNFlodE1iMkR0R19nbVF0Z2huaHo0IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AWY34SV2a0pAxKzcepaHJtYaRgM52l_c7aWwO2-qOuCx_EAGs5gXWkygbtkIr7Ekgg0krHagpXL4bEf8KZjWnEfyAEkYwrpT28iI7dpkEBr9HNx60vv9CumOj_jHOZh-FVH0bQgLZjf0oM4xut0OpaXDnjIi_Sphmcn30v-Hh02a_V1M\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2202-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [219s on a032cc6efb96]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-03T05:17:13.684729+00:00 | revision 382138932c44b29457554319dc5f5290b82be3ed
Times recorded: 1
Latest occurrences:

  • 2024-11-03T05:17:13.684729+00:00 | revision 382138932c44b29457554319dc5f5290b82be3ed

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 47033
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 47033.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS3JHSkRYNlIybFdWaXAyc1NkWXdaX2FGNE5HNHptdk9HcklJR0t4bnNlOGFIaUZKZGVnaU5rY0UwbWNzVnQ3VEItVXQzQzNSMHE3V2dtbmZmdXZqUWtDIiwgInkiOiAiQVpTaDNJWW51SUR4TUF5cUZ4U0FGYzNDWGhaMlN4bHNWTjhvSGdvc25FYk9sQVY1a0FJd2luNlA4QWpuUGlmMU5nTk9NUkFhSjh2dW1Fd0hEOXNJZVRuUSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFDM1VxQ2Z5bVNqajhwVTEwN3VzZnFDYU05VTZvcUdieG1CN2s2ZGYzQ3c1WGtRdUExNldVdzE5RHZ1YUJvSzc3UmpQdzNHbEdaVTkxTkZPaE1PdmhESmQiLCAieSI6ICJBV2Vibi1XSk9mXy11STNkblBrajBocWVSaGxvMkJvZGNWeEtIMkJPREpndG1KMm9IZlFWMzc3YmozaGFvR3JFaG9jZkFhaEN3Sjg1Q1ljeUtQcUdqTVhiIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AJ5YignBROs_h09WESHyHqLooMZ5Dr1PAYA030LuEcS0nmzXg1r8PhOBcTJmmVj1b4esALYBSjMb4-iAKVOg4tWoAQp6CYxo0Lf2QGJch7ziWayAznaL2AWk6FXuasY6ibKAdDLzTzZJJ56CvElr727ONfvOQHg3rWhcHFoUv7lUozbB\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2202-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [219s on 4ae646ad8112]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-03T05:41:43.402419+00:00 | revision 5262c95fae424c73ffab3374e77d693cf39f690a
Times recorded: 1
Latest occurrences:

  • 2024-11-03T05:41:43.402419+00:00 | revision 5262c95fae424c73ffab3374e77d693cf39f690a

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 37633
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 37633.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBRnBVNmhzQUlRQXgyZjE3ZHFPdXhDMjdUS2Jad1ZvdzdEWjAyZkhPdl8xaFNETGtVNHh3YWk1emtPaGZKRlJpYVRCNnN4UUlYdDRmT0tJSmVPUFhBTmU4IiwgInkiOiAiQUo1V21pQWRWWEdnUU9kWVJSZWhEUVBLRWhBTHY5d1JYQmxELTdaTHJrV0NJa29ZdWEwLW0wMkVuQnBpWjFDazNrc0FCMTg1UnlfbThwbmRlNHdvYW9qZyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFBSmI1Q1JVYkUydVpyM1pCRDlfRlpEU01HbUxIRmx2RWJhaGJ1by1YaGlCRTN3VmR6eU0zUzBEUDE0Nm9DUlM4cVhjWXgxNnBRRERMVjFUaXFsWEtPZ0YiLCAieSI6ICJBWGtTTW1aamxTUUVBSDJtbzY1cndfenVmRHY1NmNqekN6NWU5dDBqR2RVdE10N2dPc082YmJXR2Z0cWJySUVZRnZlenFpb3JfZE9xRms4ejY2Z2ZVY0dwIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AXDtPCnUc2J66L0DzzDIdF7EEV-IIEf1dNArOjtoWy11OD5giTcuNouTel8xlkJDHHd38A4GNdnwilL91vLJx4_YAf-HOYkD9N3jo0uO6IfjRaiznuIblL23cdityTnDofyjb8jlc4Nql-aML7wlNY4f2C27zVtCb3fAaGqzunpu7yHp\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2402-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [221s on eed48ba7b1f5]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-04T09:55:05.936468+00:00 | revision 6788f0de753c9d7885a7d3caa0a8ec9721a2d055
Times recorded: 1
Latest occurrences:

  • 2024-11-04T09:55:05.936468+00:00 | revision 6788f0de753c9d7885a7d3caa0a8ec9721a2d055

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 38263
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 38263.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBS1RvVUh5Nzc1V2dPODVUWVphanlFSGF0N3U1WFJlNktxUEZpNGxJaUNab05majZxcG1kcHgzcHp3SXpoNkdzTFd4VE9zZ3dLTU5WTlB0cktqaThiTWNnIiwgInkiOiAiQVFGa3E5SFcxMXBqLUhwXzhhYUl5T1lFcHdvRUw5NnRNWi1OZE9FbVlBVXhmMk40NE5sWGx1d19NaWhpRDkyeGlyekhfdGRYMV85eDE5N2c5YmZVNTl6NSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFSU2JOWm5JQlNfcGFuMV83WExfNDU1UDVSZDUzQW5sMnJlV1NqbmdjZDRWTHVETHJPNjhDdWI0ZGwxQkVoOF9xejdTY1c4SmVNTmFMa3FFZ1hEd1NSRjAiLCAieSI6ICJBYlJ1eTA2SWg1c1dLQUowUnRUWUNQRUNUY0MwbWdTNWE2ci1QeDRnSl9LeUlGaGlCaktkUnpPanB0eF9NUElOSWdLSzNuanlpclpvQzgtazV5U3R3Z3VaIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ALSHNqKz8PTSZkKA8_oBwW5NFjm59iBy3QxCtm5mfoJBGLP9KqLq1Q9pR4p7LxdzwBKD1ngsjddzL2LFIM5Qvx-yAK0L6SfdrpGxWc54O-EVvaVv5GL6uhl1lj8Njt4m8vDIyx3Q8eC1Bb_GMr7iRf0v9iLpMX3biZ-7ES94KdciZLUi\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2502-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [207s on c036641a3c97]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-04T11:32:13.184196+00:00 | revision 0fa2174780a71c872ddef33274ca675eb5b612e1
Times recorded: 1
Latest occurrences:

  • 2024-11-04T11:32:13.184196+00:00 | revision 0fa2174780a71c872ddef33274ca675eb5b612e1

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 48813
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 48813.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBYXpiVloxVy1yUHZRWU1SMFliVmM4enF4LW1zaF9vTjdob2NsZDlZUHE2N0hPZHF1TkVoTUZGajJXVjJUWEswZHc5dHItNEFlZ2dRZWF5eHM4OUhEdk1MIiwgInkiOiAiQVBsOHZKa0Y0SVBwZ0E1RmxSbHlhM2dNWmJTRnV1ZFNXMTJSYmcwcm96RkdOYXpYdmlSY3hadXRoc2Fnai1NYTRYTjU2Y094d3NGTGRNbEVndk5oNW9GSSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFEN09YcFFldHRIQTVEeFMxOENkeXJhS0tfb28tc0JNc1BTUDRaVHRWQy1UNVhncDFTRXRFeC1VMU15LUpGSXFBQTlfMGdBNUYtQTI5bS13YWtYYzVtSk8iLCAieSI6ICJBQzU2cFgyVUt5TDJjbjBUM0lraEFyVnp3UktXSVZNdXZfTFJocUFsaUI4dDJUa3R2c1BiTmRRSE5pcDBwdFI2NXYwTDMxeWQ1eWZXYlJBaFkxRE9TUzBDIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ADaKBDnjUYyJiu15-INDFy6veM9dw_UyNekswduyPLOR52UVB_IJSQNsCmeQASleZLftK27an4FCNHQeqD8aHMwQAKfcesJKl716PZvnfMCTaL9jZjsK4jRdtipYKDyHUpDREDMBl5I6E_6atTeQt3pTTmTA50dw8-nlW-rX_83KhoQQ\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2402-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [217s on 09059e44d56b]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-05T16:44:18.909925+00:00 | revision 93616dc0b316dc9948332c84addb2711dcce447e
Times recorded: 1
Latest occurrences:

  • 2024-11-05T16:44:18.909925+00:00 | revision 93616dc0b316dc9948332c84addb2711dcce447e

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 48739
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 48739.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBUThJUWlGMkRxTVdNNWZocGV6ZXNVWW9Id1hfTlh2VklPaGFYMWdLbFRvZWJjelpfNDNJOHo4Y1N1Mkh2SHRRMzdBTlAzNFRWVzhVcEwyRU5hdTRLODZDIiwgInkiOiAiQVM5ek1FMExaTWVxMUpzY0ZwajJVYUtvOEJBQW5jbUR6WmMyejd1ZmVwbUYxdktPUkhqZ2NoWmI0b0pJSFdsNEhXMFBfQ3h4VVV1MlB3Y0pIRzVwN0s1MiIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFMbzkzZm1iR0F3T3ZUOXBDUjRZeUlLQnlJdjUzd3NHc2I1anAwaXBYakZJekRvOFFTWnd5RTFIZTN1LWZTNjJuelZfSW9HLU1FZnhyVVBtOGtPdklhRTEiLCAieSI6ICJBZHNTb2w3bjU4a0lLbkVCeHdEejJBcm9kdk83NVNmdnFPaDdsMXQtSUFzcnBKaUI5ZnBkd2pPOVhjdmJTXzJmNkcyOUtDWU5UakhuaGNkUzZnSklKU21WIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AYfID0ZNlmroypSc8yTyOx53mitiTKSYWADgPtPDehwMIzYC2_OSMVeishgQsJ03V5Tfkz8_ZWv-aolQ99OBE-qkATK3TQ2CWNI0u-cMbUh6YXzjiv-RPqJx2wTBNsFAmbp5cg4VqBTbwy0CcmGaFwUtRPtHbXovjs_mpy_mULAC2Hcv\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2801-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2802-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [215s on e62c74c5bfb0]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-05T17:20:23.002535+00:00 | revision f6d5c54e860425a71ec3e7046f4f4c97ad7ba7e8
Times recorded: 1
Latest occurrences:

  • 2024-11-05T17:20:23.002535+00:00 | revision f6d5c54e860425a71ec3e7046f4f4c97ad7ba7e8

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 56253
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 56253.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBQVN5RUVyNC1rM3hXNHZIVmtsSW9WZ3h2RU4wTlZ5SjhnRGZheUtESTMtNGFjR1pMWjNTY0VVSm93Z25yelI2VEhxcS1IQk9kWmdMTEU1Z0FuMy1xUjNOIiwgInkiOiAiQVFhSTFabk1uaDNCQmU0dDIwbnJnS2dHREo4ZUlMemE2aVRIbnBJdm9JMzYwNFpOTDdTS3pYR0VIdWlDRU5lRDhWYnZ2OFhOWkZzUHJkZ2VKV2Y5dS14ZyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFISUVvMXZBcHdDTTRfU3dvS2ZkMXRTU0libHU2SmxWVy1KRGN4V2w5TW8zWXlHUTdDeTZoUG03WEM0RkFya0VGOFhfWjI1aTRxNGR4YV90aXhEMkpHelIiLCAieSI6ICJBV194cFZUbFBtVEV6Z1RxYWJkbVQ5dTVtelE0Q2hzSFNhU3VqS01NTTY2TkZ0WHBweFBzSVBxWUhKRnRsSG9SYUpPczJya1o1TEtoRGVpdGpoamdUc0R1IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AGXPnOOdb6PHF0EwnY83PLOulhW_Q1RaFcJ1z1WcMcc5OhAVo-vN7_Gc-q-_MPtqdZOcN2frHY9qhFKKcHTU1Eb7AB9aPSyrWPPHeb--jHC8VIV-Y7tTZyBdEb5shn3l24wGOm7UJyTrsrYxF28DU58QsTkNjsBd4PhnfyhF4-kjajPS\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2502-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [206s on 1f06c9afc932]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-06T05:27:27.211491+00:00 | revision e67f606fc9d91e386c9d10ac46d0eb92cc949f65
Times recorded: 1
Latest occurrences:

  • 2024-11-06T05:27:27.211491+00:00 | revision e67f606fc9d91e386c9d10ac46d0eb92cc949f65

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 51473
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 51473.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBRzJQbnhhd1QtVGtRZ3NiNkxGRlpSUXg3S3B1R1dHTkVlWWpfYnBHN1dfZUhUSHpyWG5qV0FXbElmYkYxY09KOFE0NldXQjJmeFJfM3JIZjVmclpDY1NpIiwgInkiOiAiQVJuWUp0azlSWTBRRzBRbHRWV0Y3YXI0ZERSZWdZVlRZRDJMLWJsaDJuTXhESmh3cTJsNlhTdVZlRlhienc0NFVUT1lja08wTVZrSHliMmtQVUd4dFlfYyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFiNnJEaEgzZDlURXh1TVVaYllEdE94MkVJbUZUcVJGajhHaVNmb2l2V0czQ1Rfa09STE9leG9yQWpzNm5ydW96NThSV0lJSW1lTVNiekw0LXQ2bHVaT2IiLCAieSI6ICJBZUZ4MkhPLXo4RTNZNi04aUd6UnJuY1M0XzV4bW4tak5Jei1PT0p4bmFZQUxXMEdIZm5XdFRJMFJRQUFkODAyZXVYbGJqTUJ6eUNTTmlRQU9yTUZjNmdvIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AP2MECTQRsQL5wS3uuUNd_Cz8elYDhk3KHNUOzLexxmhgVXJhYN93_0uSqjJWF4Vgs-dx52Yc3L8DNa5Fnb2q_yqAeMz7-m8jXEkrn-pVWSDkOMVUtwi39kFrQB2EbjxaTR1mecV2Skft49vDJyLTi0oJmh05vg2ikWxK87qZRjwW43G\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2202-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [221s on 14174590a15c]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-06T11:54:56.779163+00:00 | revision cbeaadc0ef4cec5e95727027a8453871c2d8278c
Times recorded: 1
Latest occurrences:

  • 2024-11-06T11:54:56.779163+00:00 | revision cbeaadc0ef4cec5e95727027a8453871c2d8278c

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Error: unknown connection 'ens15'.
Error: cannot delete unknown connection(s): 'ens15'.
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 41803
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 41803.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
> info: failed to fetch lastlog2: Object(5)
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTHpWNDFqblF5TnFiYXpLdU5fYVZYbnBMd0dXUThPbDFyTXZCbWZqaGtjd0ZKRnUwRFZNMHphcnpQeWZobG5jN3F1aUdqVWFvV3ZxMHl5UkZlZWJDWFEtIiwgInkiOiAiQWNhNHRhdmJQOXhlVTFNZkhRbHVRdmRrRmNybU1obm1jWVVSUFBiRWZLLXBIdzJNN0pQZW8yOEJDektKU1JKalBzQWtTcGpKUXRHa2ZDVmpHV0dvSG5xQyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFCZ2dyUk9MOFhod3M4VDVZMjE0Y3U0eUJNRGZsNm5GcGVqYk9Gd3lDa1dSYU4wcEk0RUh2UW8zd3NvN2p0aXh3cVFoTnZ3RkNWUl9Mems3MjU1LXI4akIiLCAieSI6ICJBSDR2Q2xRcDV4UEZRZ3dmOWRtR0JUdW1tSXZfbG00RGhsbzNKUHVaS1BEYnFvaGE5YVNBRXlfbmduY0Y5VHpvb1BFZ05wQU9QdXNqR0l0alNHeDNlWEg0IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AHBQNo8BdHEWDxixeQdrWoml-1sXrh4oKzUJlUPUyZMVQahdvXfX7_zEREtcyRD_I7b0cW0KIGy3tl7nuFt_HBIRAMysPcjHx4E85hrCICxbzRnPvMHZEejZPB9mLHksEcHRcZfS1To4cWhwG-aVRdEKA1SnAZI2IzlVCU_u0Dk2gpg2\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-fedora-41-127.0.0.2-2702-FAIL.log.gz
rm: cannot remove '/etc/systemd/system/dnf5-automatic*.d': No such file or directory
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [214s on e8c61c0f3c91]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:28:02.062798+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:28:02.062798+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

@cockpituous
Copy link
Contributor

cockpituous commented Sep 26, 2024

rhel-9-6
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 48785
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 48785.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBWnBjX1Q1STZaYWs1a1VpSi1yVHNhal80RU5HRVhYV0NwSllPR04wNnNIaFdmRFhJRVJTa3Z0Rlp3S2tTN1A2a0dEWVlHa3hVbEVYQnNmdnpqcWlDRUdtIiwgInkiOiAiQVBDeDVMZnllc3BnUFQ0dXFDUnNVQXBnUXROVjBDQjFHdXVQQVRrUnlwOUlTU28yaU9rQ2dlOFk2eVFTaXZoWXp2N3BscFdvRDJYdFROQUduYWx5eElqayIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFIU0lOMkM5dTRlTEFIaXU0Y1VCMDZlV05JR2JZMmlDZ2lZVDh2SHJUd0loWHFwMGdfZkwtZXRTck90eG01UWxkVHFBSlpHVzhiVjl6MEJfdGY4UzI5Z1kiLCAieSI6ICJBUDMtekZVXzdncGdhOVEyZVBFYWZQM3hqV1c5ZGZMSXlsZW4tZmJqLTE3Sk1fdTd5d2p4anpKVWx6RnRYUzZ5VlFFVGw4YXg2X1pYR0xqckVnbVkxTThoIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AW3SowiDF4knogvhP6LSjoY7fGQOihzrfC7z_hwi9WSv53TyGpAK3EXfZXMXHHJWoPRI9ZJgZzzKwFINLqxQriN2AHYWfBUld-M0SnNZ2V6CJjtsJNWzdOZlRMAbSCiSnCmslq3IgTn-WHWaNwO-ptFQyRgoPHS5nqqp1k7eywRLEoIM\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
> warn: failed to poll tuned Object(4)
> warn: failed to poll tuned Object(4)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1033, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 858, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 815, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 806, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 800, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 797, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [248s on dff2f42edc40]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-10-08T12:23:20.839073+00:00 | revision 9d6ee223c1465ba6fd6c532d106d40cdfd3ccc56
Times recorded: 1
Latest occurrences:

  • 2024-10-08T12:23:20.839073+00:00 | revision 9d6ee223c1465ba6fd6c532d106d40cdfd3ccc56

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 52183
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 52183.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSmVUN1hhckRmUUpIcmt1Si1OZVU4TWNxS0pfTTRuTzlKNHUtbVRLbUNzb2V6dUs1eFpWNmN0ZVo3MDJhZklrd01XTE12VmRYdlVjQjRNdEQ1emdFZURjIiwgInkiOiAiQVVJRHhsU1B5WHVadEctUUJVYnRkSWdpTlZlemMtRkU3Tlpid2wyT1BYNm1OM2EwVkl0Ukx3NTJCVWM5dVVYb0tvWUxkSnNoeUxFcjJvODdfTzBEUmJkRSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFRMFFhcDJOOE04RzktRVpVcGZVdFpMUlpDSXgzLUJ3N2JvMFhrclhjNXRNRldudWk0Y18yemRUeHVYZ0hzY0NEaXh2Yk8zWUwtWWNaT1pQVUVGNDNQTTgiLCAieSI6ICJBWC1SUFZmREpucmtkRE9sdmdjQW1GbGthcWJFeUUtUWJVSHc3cUxkQ0g3Y3IxWEE3OVlXX01vWktCeGNLd2xoYzlaYXBpdmFrdXZzRHNPRXBjdGF1SkFlIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AW2_-2d4DljhxvbfQOXxiCE4k1SgvWvgLpTgMRsIBkS9VoW837wZp5X413F4sIYpVF2tQGo_bNr4eNCMe8nqtE_SALLCGPNVcGEfoLSzK7QaFCzon6s_fIEyFJfhNSGXqLS7sftMRd47T5Rtctzutd8NR7A1nv9pBfRUyqovxubxiNNt\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [342s on 3634b8f5d5b0]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-12T15:58:30.239143+00:00 | revision d986656e53e17462333b7ca8496ffa2fdb23fc5a
Times recorded: 1
Latest occurrences:

  • 2024-11-12T15:58:30.239143+00:00 | revision d986656e53e17462333b7ca8496ffa2fdb23fc5a

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 52599
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 52599.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTmZkdDNmdW9rNURteG9VMUlCY3VXRUJjaTMydXJ1R01UaWU0OTQ5OXYxenlWRjhrMW5zNzd4bUZKVjU0ejVTSGdPb3JtaG5QcGgyMzNYc0pJeVNIejFVIiwgInkiOiAiQWNYMHN2WnFSZ2VoaFlWZjRSc0s0aUZiNFc3NzRoX2RIaGh2MUFDNk1uMUUwUV8tc0ZFaGpjVFIxVS1GbDY2TnNiQzFYV3h4d3hYTnZWY2piM0JHQ2htZCIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFjNDUxZ3hXazU2OFBjVl9scmtmQkMzNFUwT3ctcENWT05qRFFVeTIxSFg1a3huWEN0UHBGYktBSkVkbTBFcnlOOFhzMGpnTXhFeGNpT1ZWUGpGeVhYQ18iLCAieSI6ICJBZTEzM1l2UlhlN1JYOUVKWWZsYWhQN2RwejAwWWl4ZE9LYnNQOWRzV0VrUWtBaUxIaXBmN205a3I3ZjIzSjg2M3NYRDNHbHkwMXhobEg0UUpkTVAxcFJWIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ASGiBt55DFQbTtX6IqFnX4HJNqZTOdj7izN3hEv6hMjEG0TOqTIQByWBKTVkOHSz7VJA6WSB5G1q9lgs8QEKGga3AJhYSn2Uk4j1jgRSK1dXJqAmkzv8gmQA3WcqiVqds7x8zqw_DQzyNl2tvPpsrvsy5-21vzcB19EdVRkQBiRMlp36\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [265s on fb245d5d52f8]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-12T16:28:48.620227+00:00 | revision 1e3eccd8916b3b1e66cfb8b701c15ca421f3ea64
Times recorded: 1
Latest occurrences:

  • 2024-11-12T16:28:48.620227+00:00 | revision 1e3eccd8916b3b1e66cfb8b701c15ca421f3ea64

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 46173
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 46173.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBSTAxa0tFU0pxazI2UDl2MlZXMzgxSlNJTTVTUEFXeWpneDhYOUdvVTl6Q0R4SFNpYjVsdkNzWGZlT2oyVklLc2NuaWlxRl91VnlWOVNwRkNwYzIzdFlJIiwgInkiOiAiQVJDbTRYN3B1X1daTGkxV21peVJmSE8zV2tWMWxZRWFTWVNDNVQxYk1KYWUwUFpja3hPdWVLNlVlM1ZfNkQ5OVVLOUw0YkpmNVFDRk1NXzZMeFd1a3lPVSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFQQ0NXU2loQnJhNnJRSlB4dm1sV0hkQmhLbXpZelhGakRTUEVHVHI1a2t1UXNLYlBWb1NzUTV4Q25XM3Y3OWdaYVgyWE0zdEVNSWJqM0F6dVc4V0F6b3giLCAieSI6ICJBWXF4SW95dFc1Wi1hY294NkRuWWw1Q25hNVZxZXJVNnB0YlVxRkZQeC1qdGxKS0ViR3dDblFzZ0I2bF9jZ2paaU5JMHdlZEpZTVVCeE5fR2hkSXFfVUNJIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AXtfiMzn8-sjZpONrOhrHv3kNRVp5usnwDco5L1putzzTJrcODPYPU6Qn6OjQQXcUd8OzseN9YE1EECDojblCV19AdG9kTcIUlTGmumEHsqVHuV5yqer0kkkZLFfZTq_2rNkUY_Abf5bdqYhtSpAfLRiJo4aN92_Fwk0CC7cpoHsoXG7\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2701-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2701-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2702-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [258s on 962430b2a0a0]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-12T18:20:21.570832+00:00 | revision 928d4299fccf9bab15a0446d2dac2acee2340daf
Times recorded: 1
Latest occurrences:

  • 2024-11-12T18:20:21.570832+00:00 | revision 928d4299fccf9bab15a0446d2dac2acee2340daf

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 49771
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 49771.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVTg3OHlCSkhmY1c3U1FoX2JvNTNjWEpkX2ozaUF3OEhEY3h2MWR1ci1BUlAxT0ZRUjk1TExFRE0wT19PLXMxbFZGRHN6Y0VVRm5Tc2QySDRVbGRZeV9vIiwgInkiOiAiQVE1N2xLV19vNkNTLXI1WTF1X2dneGkxZThpX0c0QlZSVEVuTzJSNEZfc0o4X2N5R1ZOdlRneUc5TVlkWjRfRzdoajFiMTZ5XzVVWXhXWGdJX3RfVy11byIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFTQjJUajFpaTl4OG4wRDhYVkdpbjRjeW1SUWE0V0REQ1l4Y1R0SEwtZXBVZnowbkVrOFlsN0ZrUng1azlMVVlHN2ZGdEVibWpqLWZrWU1mTnlYa0c2eFoiLCAieSI6ICJBSnltQVpONXYtMnl0N1pGZmlXUnZ6bjdxMkNPck5OLWlPdnNCOTNqMlV5QUxwRHRrRHZGUEE1UkdQZkpKTFZwamlhd3BfRFhuTWg2c1plektFV19wVGVzIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ANAJ9qt-o_mBrT2llhbg5As2I4LoAop_GLjQ0zPSzcxb9-X3AIgd0VdVPV0GO3x5RO9jFU1tcj6cnnrbhERIWtfkAQ1xFM5PZTWMwNfuJaBAGks9Zy08UyK_qqHzOm5LFBN76fj27qagks8cqO6eXebK2_c3-cTzGytQh4CLoIdXcHuA\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [251s on a4e7ed1280bd]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-12T20:07:32.535606+00:00 | revision 24ddd166789bafdb023d5920609f6a4a7e001fe1
Times recorded: 1
Latest occurrences:

  • 2024-11-12T20:07:32.535606+00:00 | revision 24ddd166789bafdb023d5920609f6a4a7e001fe1

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 50419
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 50419.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBV0tiXzM5dFNtODBhYkUycDN4YXhXRGVwQ3pwcFZzSzVvOGVMazl1d0RpX1JNd3lOQ3AwSG9MY2IyZjdack1vUTlKc3NPbk1Yd0dITEoxR0JwQU1XUUx0IiwgInkiOiAiQUZfb1pHemhvN19QZThkb0Vwc3RhaHRMRURMcnAxZ09mWVZPeXRPNERLS1l1S1ZHZDhjZjM0d29xTTlhbUtsdkUwZXBxR3hJU0RjU1d6ZmgzZTd6bXp1dSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFEaFVzMEt1OUtoc0swQlN2TzhPbGVEa3NWX2Z3UGVWVktxek9KdkV2NTNhWVNNRW9rcU5zY2pqRkFWek1BSFdJQ2JOQkJLNDFxUjZRcUtZZ1Q3TnF2dF8iLCAieSI6ICJBUlZUOGxNWDVDcUx5ZU5zU1VaM3B6MkNvR1diOVhnSW1pMW1Ld0VwOGoySUlQTWJTVkpXTTE0VlVBVWVRd25GbFh4VWdOUGtmUWhqektvVEVVS2RnSnp0IiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AdUFKW1UpIgepPiDM44Li3WqsvmLdtB9x9gZnFUMHm2PTyvJm-SpSfKpwiUwGnR1reEJ5rD51PEJeLZvGgrJy4gFAFmesD_JcXZQJ2vZIj43YTDl7NVamrDqMrArZXy31KRkYgAxcDQw-laC6CVprJlhEWeUuhI6wHOrhhuBmCHuUdlI\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2301-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2302-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [260s on d71970c59cd3]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-12T20:20:04.902962+00:00 | revision 5256c01a566caa99731dcd03e43d29b0cd5f609c
Times recorded: 1
Latest occurrences:

  • 2024-11-12T20:20:04.902962+00:00 | revision 5256c01a566caa99731dcd03e43d29b0cd5f609c

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 53199
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 53199.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVENpSVpheVZDaU9ZckEwUXF6YksxMkd0T1FVRndwTktDaE4zMUhVWTFacERPOXZvdGxKREVjUUF4c1JqZFIxVDRSTjhOcHpnWklPMTFiNkcxUVNWcVhQIiwgInkiOiAiQWJSbkNjbE9vSDA1Tl9yVlRCV0hlSnl1aEJlai1oak5IOGhNVHMzaUdpOEFvME13N1g3UUo1bGhhVDZUVEdvcHZiaG5lcER1S0VIWTZKNV9VODNVQ3RDbSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFTRTdlaXljbl9NZ244UGlCb0hYUGxkN0thQVNYaG5oUGxZMDlmV2ZPemczdXZIU0lfQ1VFM21MOW44eWZ4VGo4eHpySGNWRVVPWmY1LXQ0R2lMZVZ6d0wiLCAieSI6ICJBV1BpQVljcjhscGE1eVU4YnJWUUlIbXg5b2VpVTZpeWpMbHItQ2hLMC1udmV6dnpKRGNGXzhaRkczQXlKMkh6aEt3QVJtdVZCdTlnWWxZWTByOFdsa0dhIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"ACqZHe7T3yI_Lx1hEfB3YKqSzDuebS1rjRA0tayFEcldnt0npIaRNWZ49P2echq41vvOPCUCopb5PEH1123Sq-s6ALirtgH108OeGeAIH3S6lliQq3B3L2k1CqyF4DqCOpMkFm-yklBTGB5sb-Kyj4CjWtrjAKpHr9M9o-ULIG-ch0wI\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [262s on 22bfb515aeef]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-13T05:43:51.619925+00:00 | revision e1d965fb77c0317b3bdafdfe75b57bf40d62cbe8
Times recorded: 1
Latest occurrences:

  • 2024-11-13T05:43:51.619925+00:00 | revision e1d965fb77c0317b3bdafdfe75b57bf40d62cbe8

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 36351
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 36351.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBVGV4TUZKWUhKNzhRbkV1anlnQlk1N3ViakNWU3lsTFQ2VUNZQnZ2UTJ6YVNYdl9BdFlNSXd3QmhWcGNPRVpGTVQyRFhUQzQ3alFjLXV0eWZvQjRyNFY3IiwgInkiOiAiQWZKYW50Z1k5ZnVVbHp5QnprY25NbHRTRTlJX0hpcm1ldjZnRTZxRXJjMzZEajB0MDF5V2F3bVpjUDdLMnM0OW1oWDZFcnJCdG4wQmtTUDlaaUItV2o1ZyIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFFWVp3b3hNZmFZWkphTGI1WUh6SnRPaHY4UVpGZ2Nid2Z1ellWeWpqUVI1ZEwzQnIxZUkzZ3c2X2dTM0RJRWRLSzJySDJWZFNfOUhDcUtEekJJSU13Mm0iLCAieSI6ICJBYUZETC1ybERmTWlFLW1ScHZKS3pVRjkzSHZZYVUxLUQyRFRiRXFtTllWUlEyYUJFVE9Sa0NMc0NfSkdieVYtVkNENHU3UVRSZVlxMFpKZlNTTTlLRjJoIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AGAPlOGO5EQr0rQbOYkewuROsk0oOxrk77v61quIz2xtCC_asN-j-5pBo0C_p1Q86FyIfu7bfAkd2yb4bON9SxtdAHDRUQSrk_oX7t70sxCy5HJMHcyFdyb_My2CbZPijQzw83ZQ7uD7hsbYJ2E_FVTAiaCRKPyNUcRf2WhuJ0Bcm2dO\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2202-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [279s on a5408fda0acf]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-13T14:40:26.169731+00:00 | revision dbe034be53a2f68ab572fb496b6d33e8a65ca13f
Times recorded: 1
Latest occurrences:

  • 2024-11-13T14:40:26.169731+00:00 | revision dbe034be53a2f68ab572fb496b6d33e8a65ca13f

# ----------------------------------------------------------------------
# testBasic (__main__.TestStorageStratisNBDE.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 33891
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 33891.
Failed to kill unit packagekit.service: Unit packagekit.service not loaded.
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
rm: cannot remove '/etc/systemd/system/dnf-automatic*': No such file or directory
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
> warn: cockpit.format_{bytes,bits}[_per_sec](..., 1024, true) is deprecated.
> warn: Cryptsetup error: IO error occurred: Operation not permitted (os error 1)
> warn: Command failed: cmd: "/usr/bin/clevis" "luks" "bind" "-d" "/dev/sda" "-e" "1" "-t" "2" "tang" "{\"adv\":{\"payload\":\"eyJrZXlzIjogW3siYWxnIjogIkVTNTEyIiwgImt0eSI6ICJFQyIsICJjcnYiOiAiUC01MjEiLCAieCI6ICJBTG1kY081ckhvbEpHTVRXYl9CNi1fUXU4SDlqQU81dXppY1dKY1RISHdnMU5Nb2hwMzB1N3dsY0l3ZDFiU0NNc0t1eENZd0xoMS1rLWZ1akNocElrMEREIiwgInkiOiAiQVZieV84SU96dTdxOGJGNW5TUFVaUnNQcElReE5UYXFiWU9ROFVZMXJsVkZNRnFsdWg2NDF5OWZmU2U0eXhXSWtlU0FaQVphc3c1aG5rcHQ3dVFYMzhwNSIsICJrZXlfb3BzIjogWyJ2ZXJpZnkiXX0sIHsiYWxnIjogIkVDTVIiLCAia3R5IjogIkVDIiwgImNydiI6ICJQLTUyMSIsICJ4IjogIkFiT1lBNjZxUFF3YklJOUFWd3o4TVVGU0paTmJ6WHlra3J5VmdrOWdXYlZUMFhmcFdzWE9TdnM4ZDN4YjlpSklzOTRSV3pvNmFfZ3JPcHFaQ05uNTRsTloiLCAieSI6ICJBWE05MzM2cGR2X0hpT3hHVkQxN2N1SnFMV05MMUFXZk1oZ3dUY0RKZl9QRmF3TzdDajZsaktLZGVHVFdlZWMzTVVaZXpiOVpiTzRIbThLUmZUN25GT2tsIiwgImtleV9vcHMiOiBbImRlcml2ZUtleSJdfV19\",\"protected\":\"eyJhbGciOiJFUzUxMiIsImN0eSI6Imp3ay1zZXQranNvbiJ9\",\"signature\":\"AUMf7L6bBIi1QL4uUURkbO0tDoUJsSJi8oOVf0wvWqrnxTTdTjFV_l1E2tHkhNmtSkf_qKQl4ORg1Ziji2Yqtg1nAJPrAS9PQbZqMscv72-qjUu5oHQWLZ3204l4jg_0_ZDaNFQX2nfWPQJfw6lTP8PJYgfeL_Yyudqf7ieO65BLIavf\"},\"url\":\"10.111.112.5\"}", exit reason: 1 stdout:  stderr: Nothing to read on input.

Error adding new binding to /dev/sda

> info: Object(4)
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

Wrote screenshot to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.html
Wrote JS log to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestStorageStratisNBDE-testBasic-rhel-9-6-127.0.0.2-2502-FAIL.log.gz
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
> info: PackageKit went away from D-Bus
Failed to reset failed state of unit packagekit.service: Unit packagekit.service not loaded.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-storage-stratis", line 1035, in testBasic
    b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1")  # should be started after boot
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/make-checkout-workdir/test/common/testlib.py", line 859, in wait_text
    self.wait_visible(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present("[data-test-card-title='Stratis filesystems'] tbody tr:nth-child(1) td:nth-child(1)")): Error: condition did not become true

# Result testBasic (__main__.TestStorageStratisNBDE.testBasic) failed
# 1 TEST FAILED [251s on ac98de35e005]
not ok 89 test/verify/check-storage-stratis TestStorageStratisNBDE.testBasic $2

First occurrence: 2024-11-15T12:12:36.817185+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb
Times recorded: 1
Latest occurrences:

  • 2024-11-15T12:12:36.817185+00:00 | revision c6c1d4d7630ddc01f55c82ba5be14e8ee0a6dadb

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

Successfully merging a pull request may close this issue.

3 participants