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

DBus call to org.libvirt.Domain GetStats times out #4915

Closed
jelly opened this issue Jun 23, 2023 · 5 comments · Fixed by #7038
Closed

DBus call to org.libvirt.Domain GetStats times out #4915

jelly opened this issue Jun 23, 2023 · 5 comments · Fixed by #7038

Comments

@jelly
Copy link
Member

jelly commented Jun 23, 2023

Downstream: https://bugzilla.redhat.com/show_bug.cgi?id=2216915#c1

allisonkarlitskaya pushed a commit that referenced this issue Jul 5, 2023
We copy naughty #4915 from fedora-39.
@cockpituous
Copy link
Contributor

cockpituous commented Jul 6, 2023

arch
Ooops, it happened again


# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/133223.768170:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9437/devtools/browser/e80cebb3-bbc4-479f-9204-2262bcb4fefa
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721395945390.481,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"24812.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721395945393.299,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"24812.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721395945438.649,"url":"http://127.0.0.2:9291/machines"}
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":1721395945438.893,"url":"http://127.0.0.2:9291/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 699, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 637, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721395944792.178, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '24812.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721395945390.481, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '24812.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721395945393.299, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '24812.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721395945438.649, 'url': 'http://127.0.0.2:9291/machines'}
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': 1721395945438.893, 'url': 'http://127.0.0.2:9291/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-arch-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 699, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 637, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721395944792.178, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '24812.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721395945390.481, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '24812.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721395945393.299, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '24812.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721395945438.649, 'url': 'http://127.0.0.2:9291/machines'}
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': 1721395945438.893, 'url': 'http://127.0.0.2:9291/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 393, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2401', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-24630', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [138s on f7f87efb3246]
not ok 70 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@2]

First occurrence: 2024-07-19T13:34:38.789217+00:00 | revision c6f87ac6c48586856d32bd73c2d9ac170f343f13
Times recorded: 1
Latest occurrences:

  • 2024-07-19T13:34:38.789217+00:00 | revision c6f87ac6c48586856d32bd73c2d9ac170f343f13

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/134245.855203:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9510/devtools/browser/096cd289-0429-458d-a054-a49247f892fd
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721396567640.118,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21010.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721396567644.779,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"21010.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721396567696.328,"url":"http://127.0.0.2:9791/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721396567696.505,"url":"http://127.0.0.2:9791/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721396566975.656, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '21010.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396567640.118, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21010.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396567644.779, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '21010.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396567696.328, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396567696.505, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721396566975.656, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '21010.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396567640.118, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21010.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396567644.779, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '21010.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396567696.328, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396567696.505, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 393, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2901', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-20727', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [140s on ec3fe508cdb7]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@6]

First occurrence: 2024-07-19T13:45:02.250752+00:00 | revision e2fdd3c491ac1bf79b628887048862362a2ade58
Times recorded: 1
Latest occurrences:

  • 2024-07-19T13:45:02.250752+00:00 | revision e2fdd3c491ac1bf79b628887048862362a2ade58

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0721/075846.810067:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9874/devtools/browser/b2f3e753-60d5-4fd3-b75a-f14d84aac5d5
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721548728357.857,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"20894.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721548728469.29,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"20894.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":1721548728647.915,"url":"http://127.0.0.2:9091/machines"}
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":1721548728648.02,"url":"http://127.0.0.2:9091/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721548727866.863, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '20894.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548728357.857, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20894.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548728469.29, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '20894.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': 1721548728647.915, 'url': 'http://127.0.0.2:9091/machines'}
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': 1721548728648.02, 'url': 'http://127.0.0.2:9091/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-arch-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd.socket, libvirtd-ro.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721548727866.863, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '20894.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548728357.857, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '20894.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548728469.29, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '20894.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': 1721548728647.915, 'url': 'http://127.0.0.2:9091/machines'}
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': 1721548728648.02, 'url': 'http://127.0.0.2:9091/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 393, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2201', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-20511', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [139s on b59c482ef0d5]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@0]

First occurrence: 2024-07-21T08:01:02.928579+00:00 | revision d24feff4e296899d4d92ed8d20f7f92516d5835a
Times recorded: 1
Latest occurrences:

  • 2024-07-21T08:01:02.928579+00:00 | revision d24feff4e296899d4d92ed8d20f7f92516d5835a

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0721/080217.254356:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9362/devtools/browser/bc4408de-de2c-40f6-900c-98c1b3840890
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721548939225.275,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21026.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721548939231.798,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"21026.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721548939283.649,"url":"http://127.0.0.2:9691/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721548939283.821,"url":"http://127.0.0.2:9691/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GET_VM failed for /org/libvirt/QEMU/domain/_046529f1_86f5_4197_b814_7c364e18d7ba, undefining: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721548938476.099, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '21026.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548939225.275, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21026.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548939231.798, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '21026.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721548939283.649, 'url': 'http://127.0.0.2:9691/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721548939283.821, 'url': 'http://127.0.0.2:9691/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-arch-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd-admin.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721548938476.099, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '21026.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548939225.275, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21026.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721548939231.798, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '21026.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721548939283.649, 'url': 'http://127.0.0.2:9691/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721548939283.821, 'url': 'http://127.0.0.2:9691/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 393, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2801', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-20633', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [181s on 7f387a62d979]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@5]

First occurrence: 2024-07-21T08:05:14.552714+00:00 | revision 5ffa18b1c29064a9faddafc002f05b8593cd22a8
Times recorded: 1
Latest occurrences:

  • 2024-07-21T08:05:14.552714+00:00 | revision 5ffa18b1c29064a9faddafc002f05b8593cd22a8

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0721/094408.912333:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9506/devtools/browser/f4d6d120-ce13-4426-bb10-a6d0a0c96cc6
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721555050394.523,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21024.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721555050396.407,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"21024.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721555050447.398,"url":"http://127.0.0.2:9891/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721555050447.499,"url":"http://127.0.0.2:9891/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721555049948.927, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '21024.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721555050394.523, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21024.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721555050396.407, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '21024.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721555050447.398, 'url': 'http://127.0.0.2:9891/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721555050447.499, 'url': 'http://127.0.0.2:9891/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-arch-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721555049948.927, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '21024.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721555050394.523, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21024.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721555050396.407, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '21024.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721555050447.398, 'url': 'http://127.0.0.2:9891/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721555050447.499, 'url': 'http://127.0.0.2:9891/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 393, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-20732', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [139s on fdb8fbd90b98]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-07-21T09:46:24.486881+00:00 | revision 02b5725365dd09d00bba5ce4f9b7eeb12f560b2d
Times recorded: 1
Latest occurrences:

  • 2024-07-21T09:46:24.486881+00:00 | revision 02b5725365dd09d00bba5ce4f9b7eeb12f560b2d

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0722/101357.564794:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9621/devtools/browser/78cff3e5-109e-463d-ae7f-959ffd28c143
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721643239062.556,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"24899.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721643239064.456,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"24899.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721643239109.028,"url":"http://127.0.0.2:9791/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721643239109.139,"url":"http://127.0.0.2:9791/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 699, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 637, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721643238598.935, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '24899.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721643239062.556, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '24899.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721643239064.456, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '24899.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721643239109.028, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721643239109.139, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-arch-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
CDP: {"source":"rendering","level":"info","text":"Autofocus processing was blocked because a document already has a focused element.","timestamp":1721643330926.463,"url":"http://127.0.0.2:9791/machines#vm?name=subVmTest1&connection=system"}
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 699, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 637, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721643238598.935, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '24899.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721643239062.556, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '24899.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721643239064.456, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '24899.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721643239109.028, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721643239109.139, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 393, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2901', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-24712', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [139s on 28570d559641]
not ok 70 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@6]

First occurrence: 2024-07-22T10:16:13.197600+00:00 | revision 7b507311cde5b214ef80d0cbd88cdea1690fc31f
Times recorded: 1
Latest occurrences:

  • 2024-07-22T10:16:13.197600+00:00 | revision 7b507311cde5b214ef80d0cbd88cdea1690fc31f

martinpitt pushed a commit that referenced this issue Jul 6, 2023
We copy naughty #4915 from fedora-39.
@cockpituous
Copy link
Contributor

cockpituous commented Aug 24, 2023

fedora-39
Ooops, it happened again


# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0718/121546.891475:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9597/devtools/browser/db10537d-6341-4359-bd6a-a608924384b5
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721304949807.491,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22379.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721304949811.031,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"22379.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721304949887.096,"url":"http://127.0.0.2:9591/machines"}
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":1721304949887.23,"url":"http://127.0.0.2:9591/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 690, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721304949052.191, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '22379.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721304949807.491, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22379.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721304949811.031, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '22379.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721304949887.096, 'url': 'http://127.0.0.2:9591/machines'}
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': 1721304949887.23, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged.socket, virtstoraged-ro.socket, virtstoraged-admin.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-admin.socket, virtnetworkd.socket, virtnetworkd-ro.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-admin.socket, virtqemud.socket, virtqemud-ro.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 690, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721304949052.191, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '22379.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721304949807.491, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22379.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721304949811.031, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '22379.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721304949887.096, 'url': 'http://127.0.0.2:9591/machines'}
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': 1721304949887.23, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [108s on a1f1595160b1]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-07-18T12:17:29.800024+00:00 | revision 90b70930f8ac88dee94e438295333c96b3d2a8d2
Times recorded: 1
Latest occurrences:

  • 2024-07-18T12:17:29.800024+00:00 | revision 90b70930f8ac88dee94e438295333c96b3d2a8d2

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/082846.442003:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9236/devtools/browser/72cb8e69-6387-4ace-9172-604403d86a23
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721377729174.438,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22425.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721377729175.339,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"22425.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721377729214.712,"url":"http://127.0.0.2:9791/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721377729216.482,"url":"http://127.0.0.2:9791/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 690, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721377728340.544, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '22425.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721377729174.438, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22425.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721377729175.339, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '22425.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721377729214.712, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721377729216.482, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged-ro.socket, virtstoraged-admin.socket, virtstoraged.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-admin.socket, virtnetworkd.socket, virtnetworkd-ro.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-admin.socket, virtqemud.socket, virtqemud-ro.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 690, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 628, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721377728340.544, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '22425.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721377729174.438, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22425.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721377729175.339, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '22425.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721377729214.712, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721377729216.482, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [108s on ab203b58122a]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@6]

First occurrence: 2024-07-19T08:30:29.104345+00:00 | revision d6a4b117b1f9136accf35ffa0ad5bb9bcd24b741
Times recorded: 1
Latest occurrences:

  • 2024-07-19T08:30:29.104345+00:00 | revision d6a4b117b1f9136accf35ffa0ad5bb9bcd24b741

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/105647.422528:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9436/devtools/browser/806f489a-03b7-4e2c-aab8-fdb360fea96d
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721386609499.842,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22536.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721386609503.004,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"22536.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":1721386609547.335,"url":"http://127.0.0.2:9091/machines"}
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":1721386609547.68,"url":"http://127.0.0.2:9091/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721386608602.956, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '22536.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721386609499.842, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22536.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721386609503.004, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '22536.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': 1721386609547.335, 'url': 'http://127.0.0.2:9091/machines'}
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': 1721386609547.68, 'url': 'http://127.0.0.2:9091/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged-ro.socket, virtstoraged.socket, virtstoraged-admin.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-admin.socket, virtnetworkd-ro.socket, virtnetworkd.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-ro.socket, virtqemud.socket, virtqemud-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721386608602.956, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '22536.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721386609499.842, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22536.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721386609503.004, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '22536.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': 1721386609547.335, 'url': 'http://127.0.0.2:9091/machines'}
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': 1721386609547.68, 'url': 'http://127.0.0.2:9091/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [110s on 0ff265ee07ab]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@0]

First occurrence: 2024-07-19T10:58:31.936467+00:00 | revision eade631ce2527247253752d910f19a8d564fb180
Times recorded: 1
Latest occurrences:

  • 2024-07-19T10:58:31.936467+00:00 | revision eade631ce2527247253752d910f19a8d564fb180

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/124454.047367:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9563/devtools/browser/219ca234-3dde-46b1-b4b6-4454b980f9c7
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721393097166.97,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"22482.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721393097168.369,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22482.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721393097239.122,"url":"http://127.0.0.2:9891/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721393097239.356,"url":"http://127.0.0.2:9891/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721393096208.649, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '22482.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393097166.97, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '22482.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393097168.369, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22482.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393097239.122, 'url': 'http://127.0.0.2:9891/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393097239.356, 'url': 'http://127.0.0.2:9891/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged-admin.socket, virtstoraged.socket, virtstoraged-ro.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-admin.socket, virtnetworkd-ro.socket, virtnetworkd.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-admin.socket, virtqemud-ro.socket, virtqemud.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721393096208.649, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '22482.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393097166.97, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '22482.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393097168.369, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22482.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393097239.122, 'url': 'http://127.0.0.2:9891/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393097239.356, 'url': 'http://127.0.0.2:9891/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [113s on ceaf8eece810]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-07-19T12:46:41.786515+00:00 | revision db058b4853751bf86c424b79ca53d7f372be0be3
Times recorded: 1
Latest occurrences:

  • 2024-07-19T12:46:41.786515+00:00 | revision db058b4853751bf86c424b79ca53d7f372be0be3

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/124727.727054:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9517/devtools/browser/94ebdbc7-356c-4aee-a4f8-777481ec9713
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721393251015.706,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"27061.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721393251018.972,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"27061.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721393251061.921,"url":"http://127.0.0.2:9891/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721393251062.022,"url":"http://127.0.0.2:9891/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721393250204.549, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '27061.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393251015.706, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '27061.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393251018.972, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '27061.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393251061.921, 'url': 'http://127.0.0.2:9891/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393251062.022, 'url': 'http://127.0.0.2:9891/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
umount: /run/user/1000: not mounted.
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged-ro.socket, virtstoraged-admin.socket, virtstoraged.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd.socket, virtnetworkd-ro.socket, virtnetworkd-admin.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-admin.socket, virtqemud-ro.socket, virtqemud.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721393250204.549, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '27061.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393251015.706, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '27061.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721393251018.972, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '27061.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393251061.921, 'url': 'http://127.0.0.2:9891/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721393251062.022, 'url': 'http://127.0.0.2:9891/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [109s on 64a562694e91]
not ok 70 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-07-19T12:49:11.930883+00:00 | revision 24d90a3398aca89cd972efebf3f504ee2e6ad47c
Times recorded: 1
Latest occurrences:

  • 2024-07-19T12:49:11.930883+00:00 | revision 24d90a3398aca89cd972efebf3f504ee2e6ad47c

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/133537.930573:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9987/devtools/browser/9719eea4-77b4-4e88-8797-f65263e29ea3
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721396140152.821,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.js","networkRequestId":"26292.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721396140155.271,"url":"http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js","networkRequestId":"26292.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721396140199.938,"url":"http://127.0.0.2:9691/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721396140200.122,"url":"http://127.0.0.2:9691/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 699, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 637, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721396139382.174, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '26292.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396140152.821, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '26292.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396140155.271, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '26292.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396140199.938, 'url': 'http://127.0.0.2:9691/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396140200.122, 'url': 'http://127.0.0.2:9691/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2801-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged.socket, virtstoraged-admin.socket, virtstoraged-ro.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-ro.socket, virtnetworkd.socket, virtnetworkd-admin.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-ro.socket, virtqemud.socket, virtqemud-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 699, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 637, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721396139382.174, 'url': 'http://127.0.0.2:9691/cockpit/login', 'networkRequestId': '26292.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396140152.821, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js', 'networkRequestId': '26292.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396140155.271, 'url': 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '26292.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396140199.938, 'url': 'http://127.0.0.2:9691/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9691/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396140200.122, 'url': 'http://127.0.0.2:9691/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [107s on 65c58a1da77a]
not ok 70 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@5]

First occurrence: 2024-07-19T13:37:20.083630+00:00 | revision c6f87ac6c48586856d32bd73c2d9ac170f343f13
Times recorded: 1
Latest occurrences:

  • 2024-07-19T13:37:20.083630+00:00 | revision c6f87ac6c48586856d32bd73c2d9ac170f343f13

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0719/134752.367934:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10179/devtools/browser/57404035-f322-4958-bf9f-5c16a8d112fe
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721396874954.158,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.js","networkRequestId":"22473.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721396874956.577,"url":"http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js","networkRequestId":"22473.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721396875009.525,"url":"http://127.0.0.2:9791/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721396875009.746,"url":"http://127.0.0.2:9791/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721396874084.994, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '22473.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396874954.158, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '22473.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396874956.577, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22473.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396875009.525, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396875009.746, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-fedora-39-127.0.0.2-2901-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged-ro.socket, virtstoraged-admin.socket, virtstoraged.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd.socket, virtnetworkd-admin.socket, virtnetworkd-ro.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud.socket, virtqemud-ro.socket, virtqemud-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 693, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 631, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 331, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1721396874084.994, 'url': 'http://127.0.0.2:9791/cockpit/login', 'networkRequestId': '22473.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396874954.158, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js', 'networkRequestId': '22473.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1721396874956.577, 'url': 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '22473.19'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396875009.525, 'url': 'http://127.0.0.2:9791/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9791/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1721396875009.746, 'url': 'http://127.0.0.2:9791/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [108s on b998b9b1a116]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@6]

First occurrence: 2024-07-19T13:49:35.357461+00:00 | revision e2fdd3c491ac1bf79b628887048862362a2ade58
Times recorded: 1
Latest occurrences:

  • 2024-07-19T13:49:35.357461+00:00 | revision e2fdd3c491ac1bf79b628887048862362a2ade58

@cockpituous
Copy link
Contributor

cockpituous commented Dec 10, 2023

ubuntu-stable
Ooops, it happened again


# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0813/131547.784489:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9329/devtools/browser/77ffbcdb-ec2d-45c9-bfdf-493a7ff46baa
bash: line 1: rpmquery: command not found
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723554956876.006,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"3488.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723554956890.355,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"3488.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723554956936.741,"url":"http://127.0.0.2:9591/machines"}
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":1723554956936.859,"url":"http://127.0.0.2:9591/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723554955875.208, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '3488.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723554956876.006, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '3488.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723554956890.355, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '3488.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723554956936.741, 'url': 'http://127.0.0.2:9591/machines'}
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': 1723554956936.859, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd.socket, libvirtd-ro.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723554955875.208, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '3488.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723554956876.006, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '3488.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723554956890.355, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '3488.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723554956936.741, 'url': 'http://127.0.0.2:9591/machines'}
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': 1723554956936.859, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3391', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [144s on b13af643f99f]
not ok 61 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-08-13T13:18:12.438327+00:00 | revision 7f262a27740140a537f5e994e77ef5da51e41573
Times recorded: 1
Latest occurrences:

  • 2024-08-13T13:18:12.438327+00:00 | revision 7f262a27740140a537f5e994e77ef5da51e41573

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0813/182435.680838:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9858/devtools/browser/c8542df7-8c9b-4cfa-9b6b-11db9f400443
bash: line 1: rpmquery: command not found
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723573487026.576,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"3529.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723573487035.395,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"3529.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723573487077.089,"url":"http://127.0.0.2:9591/machines"}
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":1723573487077.212,"url":"http://127.0.0.2:9591/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GET_VM failed for /org/libvirt/QEMU/domain/_1f25dad7_baca_4d41_aac3_1210d8f195c8, undefining: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723573486210.31, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '3529.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723573487026.576, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '3529.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723573487035.395, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '3529.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723573487077.089, 'url': 'http://127.0.0.2:9591/machines'}
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': 1723573487077.212, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1723573486210.31, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '3529.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723573487026.576, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '3529.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1723573487035.395, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '3529.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1723573487077.089, 'url': 'http://127.0.0.2:9591/machines'}
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': 1723573487077.212, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
warning: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3425', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [145s on ec76b8b11ccb]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-08-13T18:27:00.637924+00:00 | revision 4cf65e6994e08baed956a2477a3e7c942fd847fb
Times recorded: 1
Latest occurrences:

  • 2024-08-13T18:27:00.637924+00:00 | revision 4cf65e6994e08baed956a2477a3e7c942fd847fb

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 47525
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3590', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [144s on 37bec374de6f]
not ok 72 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-08-14T01:28:12.617452+00:00 | revision ae72909abc3601d1c720d92f661fce48b0d35880
Times recorded: 1
Latest occurrences:

  • 2024-08-14T01:28:12.617452+00:00 | revision ae72909abc3601d1c720d92f661fce48b0d35880

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 47121
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3640', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [144s on 2c0f020248ba]
not ok 55 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-08-14T10:01:43.952118+00:00 | revision e041f37813659e5f3d4a74e3ce46f98cb1a4cf69
Times recorded: 1
Latest occurrences:

  • 2024-08-14T10:01:43.952118+00:00 | revision e041f37813659e5f3d4a74e3ce46f98cb1a4cf69

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 36167
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd.socket, libvirtd-ro.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3597', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [145s on e8d212168127]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-08-15T02:40:20.520756+00:00 | revision ac68d22d7cbe3b556dfc5cb61f9a9a26c56c70f9
Times recorded: 1
Latest occurrences:

  • 2024-08-15T02:40:20.520756+00:00 | revision ac68d22d7cbe3b556dfc5cb61f9a9a26c56c70f9

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 35923
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2901', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3671', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [146s on 54e9b5123ed7]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@6]

First occurrence: 2024-08-18T08:22:16.028484+00:00 | revision c9974384d056ad685d6d9354ff5ad78ffebc2013
Times recorded: 1
Latest occurrences:

  • 2024-08-18T08:22:16.028484+00:00 | revision c9974384d056ad685d6d9354ff5ad78ffebc2013

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 48501
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3977', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [148s on 8a7968a09093]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-08-18T08:26:01.311478+00:00 | revision eff5b0017430cf94db41009961ce0d3a938884ee
Times recorded: 1
Latest occurrences:

  • 2024-08-18T08:26:01.311478+00:00 | revision eff5b0017430cf94db41009961ce0d3a938884ee

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 50837
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2901', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3725', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [143s on 4e37809dd265]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@6]

First occurrence: 2024-08-18T09:39:58.283623+00:00 | revision 1dced3b2aca3662caa6a24f3926b00c138072095
Times recorded: 1
Latest occurrences:

  • 2024-08-18T09:39:58.283623+00:00 | revision 1dced3b2aca3662caa6a24f3926b00c138072095

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 50465
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd.socket, libvirtd-ro.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 899, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 843, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 780, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 397, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-3614', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [147s on 0570bb00bb61]
not ok 75 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-08-19T05:47:11.395820+00:00 | revision 78f77aba32fc5f1f1bec3094a60976e1e6d69e43
Times recorded: 1
Latest occurrences:

  • 2024-08-19T05:47:11.395820+00:00 | revision 78f77aba32fc5f1f1bec3094a60976e1e6d69e43

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 37087
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-stable-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd-admin.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%C-4113', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [146s on 94470b8a42c4]
not ok 74 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-09-19T08:01:17.623635+00:00 | revision b683ee759db9552ec60aa15926d1ec7319264eeb
Times recorded: 1
Latest occurrences:

  • 2024-09-19T08:01:17.623635+00:00 | revision b683ee759db9552ec60aa15926d1ec7319264eeb

@cockpituous
Copy link
Contributor

cockpituous commented May 22, 2024

centos-10
Ooops, it happened again


# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0522/112052.156225:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:10141/devtools/browser/9108ef21-f3fa-4e9d-b476-f3bf6d848db8
[0522/112052.182655:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0522/112052.869388:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716376855772.322,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"21654.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716376855775.51,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21654.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":1716376855823.059,"url":"http://127.0.0.2:9191/machines"}
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":1716376855823.187,"url":"http://127.0.0.2:9191/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 900, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 844, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716376854976.895, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '21654.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716376855772.322, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '21654.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716376855775.51, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21654.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': 1716376855823.059, 'url': 'http://127.0.0.2:9191/machines'}
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': 1716376855823.187, 'url': 'http://127.0.0.2:9191/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
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: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
CDP: {"source":"rendering","level":"info","text":"Autofocus processing was blocked because a document already has a focused element.","timestamp":1716376954350.367,"url":"http://127.0.0.2:9191/machines#vm?name=subVmTest1&connection=system"}
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged-admin.socket, virtstoraged-ro.socket, virtstoraged.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-admin.socket, virtnetworkd.socket, virtnetworkd-ro.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-admin.socket, virtqemud-ro.socket, virtqemud.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 900, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 844, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716376854976.895, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '21654.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716376855772.322, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '21654.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716376855775.51, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21654.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': 1716376855823.059, 'url': 'http://127.0.0.2:9191/machines'}
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': 1716376855823.187, 'url': 'http://127.0.0.2:9191/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
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: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 385, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2301', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-21073', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [150s on 43b3d2b3857d]
not ok 57 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@1]

First occurrence: 2024-05-22T11:23:17.236018+00:00 | revision 1f7cea0d2a268a96f5c8a9ceb1c191f55b7a3e2e
Times recorded: 1
Latest occurrences:

  • 2024-05-22T11:23:17.236018+00:00 | revision 1f7cea0d2a268a96f5c8a9ceb1c191f55b7a3e2e

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0522/132320.184126:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.
[0522/132320.218863:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.

DevTools listening on ws://127.0.0.1:10136/devtools/browser/35114d7e-a4a0-4c17-b0d1-7da750b015ee
[0522/132320.860422:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716384202723.906,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"21798.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716384202726.222,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21798.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":1716384202757.978,"url":"http://127.0.0.2:9191/machines"}
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":1716384202758.098,"url":"http://127.0.0.2:9191/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 900, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 844, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716384201572.576, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '21798.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716384202723.906, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '21798.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716384202726.222, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21798.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': 1716384202757.978, 'url': 'http://127.0.0.2:9191/machines'}
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': 1716384202758.098, 'url': 'http://127.0.0.2:9191/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
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: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged.socket, virtstoraged-admin.socket, virtstoraged-ro.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd.socket, virtnetworkd-ro.socket, virtnetworkd-admin.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-ro.socket, virtqemud-admin.socket, virtqemud.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 900, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 844, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716384201572.576, 'url': 'http://127.0.0.2:9191/cockpit/login', 'networkRequestId': '21798.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716384202723.906, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js', 'networkRequestId': '21798.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716384202726.222, 'url': 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21798.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': 1716384202757.978, 'url': 'http://127.0.0.2:9191/machines'}
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': 1716384202758.098, 'url': 'http://127.0.0.2:9191/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
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: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 385, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2301', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-21478', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [147s on 74137372db0e]
not ok 56 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@1]

First occurrence: 2024-05-22T13:25:43.118443+00:00 | revision 2aad330c22660caa53287053fcbed35b633344c8
Times recorded: 1
Latest occurrences:

  • 2024-05-22T13:25:43.118443+00:00 | revision 2aad330c22660caa53287053fcbed35b633344c8

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
[0522/143945.132540:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9357/devtools/browser/3c6a18b4-223f-4d7e-a473-e63243a1b9a7
[0522/143945.155427:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0522/143945.813998:WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716388788142.909,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js","networkRequestId":"21648.22"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1716388788146.668,"url":"http://127.0.0.2:9091/cockpit/@localhost/*/po.js","networkRequestId":"21648.23"}
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":1716388788185.191,"url":"http://127.0.0.2:9091/machines"}
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":1716388788185.308,"url":"http://127.0.0.2:9091/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
> warning: failed to poll tuned {"problem":"disconnected","name":"null","message":"Server has closed the connection.","toString":""}
ERROR    XML error: only a single vsock device is supported
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
> warning: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 900, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 844, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716388786945.948, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '21648.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716388788142.909, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21648.22'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716388788146.668, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '21648.23'}
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': 1716388788185.191, 'url': 'http://127.0.0.2:9091/machines'}
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': 1716388788185.308, 'url': 'http://127.0.0.2:9091/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
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: GetStats(subVmTest1, system) failed: Method call timed out

Wrote screenshot to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-centos-10-127.0.0.2-2201-FAIL.log.gz
> warning: transport closed: disconnected
Stopping 'virtstoraged.service', but its triggering units are still active:
virtstoraged.socket, virtstoraged-admin.socket, virtstoraged-ro.socket
Stopping 'virtnetworkd.service', but its triggering units are still active:
virtnetworkd-ro.socket, virtnetworkd-admin.socket, virtnetworkd.socket
Stopping 'virtqemud.service', but its triggering units are still active:
virtqemud-admin.socket, virtqemud-ro.socket, virtqemud.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 900, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 844, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 704, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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 332, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Uncaught (in promise) Error: actual text: Running
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1716388786945.948, 'url': 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': '21648.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716388788142.909, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '21648.22'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1716388788146.668, 'url': 'http://127.0.0.2:9091/cockpit/@localhost/*/po.js', 'networkRequestId': '21648.23'}
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': 1716388788185.191, 'url': 'http://127.0.0.2:9091/machines'}
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': 1716388788185.308, 'url': 'http://127.0.0.2:9091/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
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: GetStats(subVmTest1, system) failed: Method call timed out

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 385, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2201', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-21174', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [148s on 2988a08c7135]
not ok 56 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@0]

First occurrence: 2024-05-22T14:42:08.759524+00:00 | revision 49763df1a545c33b7451260fa0a0714f6380625a
Times recorded: 1
Latest occurrences:

  • 2024-05-22T14:42:08.759524+00:00 | revision 49763df1a545c33b7451260fa0a0714f6380625a

@cockpituous
Copy link
Contributor

cockpituous commented Aug 27, 2024

ubuntu-2404
Ooops, it happened again


# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 59391
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-23565', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [146s on 9cb99bc3fdf5]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-08-27T10:50:59.871997+00:00 | revision 4873e32
Times recorded: 1
Latest occurrences:

  • 2024-08-27T10:50:59.871997+00:00 | revision 4873e32

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 57175
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd.socket, libvirtd-ro.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-23111', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [145s on 52e8bae9708f]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-08-27T10:51:34.944461+00:00 | revision 4873e32
Times recorded: 1
Latest occurrences:

  • 2024-08-27T10:51:34.944461+00:00 | revision 4873e32

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 60471
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2301-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd.socket, libvirtd-ro.socket, libvirtd-admin.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2301', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-23044', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [144s on e915212f2eff]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@1]

First occurrence: 2024-08-27T18:30:45.077390+00:00 | revision 30c5192de5ca0d9b71b150e92b96a15d5d5deead
Times recorded: 1
Latest occurrences:

  • 2024-08-27T18:30:45.077390+00:00 | revision 30c5192de5ca0d9b71b150e92b96a15d5d5deead

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 41875
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd-admin.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-23610', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [144s on f48ff010dbb7]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-08-29T02:50:30.873386+00:00 | revision 0a2f85aefed62f6379c01eac9762e0982b5f2cf2
Times recorded: 1
Latest occurrences:

  • 2024-08-29T02:50:30.873386+00:00 | revision 0a2f85aefed62f6379c01eac9762e0982b5f2cf2

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 47951
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd-admin.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-24025', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [142s on f66accf62624]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-08-29T08:57:13.233419+00:00 | revision d29ac9bd43992a3f162762d53e0c96060d8e8e85
Times recorded: 1
Latest occurrences:

  • 2024-08-29T08:57:13.233419+00:00 | revision d29ac9bd43992a3f162762d53e0c96060d8e8e85

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 53251
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2401-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2401', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%C-23365', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [142s on bf3abcf797a0]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@2]

First occurrence: 2024-08-30T08:36:12.092294+00:00 | revision 221f82396f4cbbb1be391b580e4bc8b77993dea7
Times recorded: 1
Latest occurrences:

  • 2024-08-30T08:36:12.092294+00:00 | revision 221f82396f4cbbb1be391b580e4bc8b77993dea7

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 44121
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-2701-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd-admin.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '2701', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%C-23379', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [143s on 620d95208695]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@4]

First occurrence: 2024-09-01T07:58:35.352033+00:00 | revision 673021f01e626c0625f1870e397453969fdca078
Times recorded: 1
Latest occurrences:

  • 2024-09-01T07:58:35.352033+00:00 | revision 673021f01e626c0625f1870e397453969fdca078

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 39897
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GET_VM failed for /org/libvirt/QEMU/domain/_17d93d6d_ab74_49ff_965c_26f2f2d75acf, undefining: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd.socket, libvirtd-ro.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%C-23020', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [184s on e2dd56602941]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-09-01T08:05:49.357151+00:00 | revision 3207e23ff59cab56c9ad98073ea89a3bdb8e6aba
Times recorded: 1
Latest occurrences:

  • 2024-09-01T08:05:49.357151+00:00 | revision 3207e23ff59cab56c9ad98073ea89a3bdb8e6aba

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 45987
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-ro.socket, libvirtd-admin.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 901, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 845, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 85, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 845, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 795, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 408, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%C-23417', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [144s on 488986ad84d2]
not ok 78 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-09-01T09:11:30.561509+00:00 | revision 68b844dbce4cc3d767b6eaf72bc049cc2e2a862f
Times recorded: 1
Latest occurrences:

  • 2024-09-01T09:11:30.561509+00:00 | revision 68b844dbce4cc3d767b6eaf72bc049cc2e2a862f

# ----------------------------------------------------------------------
# testVsock (__main__.TestMachinesSettings.testVsock)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 41101
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
bash: line 1: rpmquery: command not found
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> warn: cockpit.format_{bytes,bits}[_per_sec](..., MiB, [object Object]) is deprecated.
ERROR    XML error: only a single vsock device is supported
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
> warn: GetStats(subVmTest1, system) failed: Method call timed out
Wrote subVmTest1 XML to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.xml
Wrote subVmTest1 log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1.log
Wrote subVmTest1 console log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-subVmTest1-console.log
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 914, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 857, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 88, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Wrote screenshot to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.html
Wrote JS log to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestMachinesSettings-testVsock-ubuntu-2404-127.0.0.2-3001-FAIL.log.gz
> warn: transport closed: disconnected
umount: /run/user/1000: target is busy.
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/check-machines-settings", line 914, in testVsock
    setVsockLive(new_auto=True, previous_auto=False, previous_address="5", reboot_machine=True)
  File "/work/make-checkout-workdir/test/check-machines-settings", line 857, in setVsockLive
    self.performAction("subVmTest1", "forceOff")
  File "/work/make-checkout-workdir/test/machineslib.py", line 88, in performAction
    b.wait_in_text(f"#vm-{vmName}-{connectionName}-state", "Shut off")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 846, in wait_in_text
    self.wait_js_cond("ph_in_text(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/make-checkout-workdir/test/common/testlib.py", line 796, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Shut off")): Error: actual text: Running

Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/machineslib.py", line 416, in stop_all
    m.execute('for d in $(virsh -c qemu:///system list --name); do '
  File "/work/make-checkout-workdir/bots/machine/machine_core/ssh_connection.py", line 327, in execute
    res = subprocess.run(command_line,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('env', '-u', 'LANGUAGE', 'LC_ALL=C', 'ssh', '-p', '3001', '-o', 'BatchMode=yes', '-o', 'IdentitiesOnly=yes', '-o', 'PKCS11Provider=none', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'LogLevel=ERROR', '-l', 'root', '-o', 'ControlPath=/tmp/.cockpit-test-resources/ssh-%C-23644', '127.0.0.2', 'set -e;', 'for d in $(virsh -c qemu:///system list --name); do   if ! out=$(virsh -c qemu:///system destroy $d 2>&1); then     echo "$out" | grep -q "domain is not running";   fi; done')' returned non-zero exit status 1.

# Result testVsock (__main__.TestMachinesSettings.testVsock) failed
# 1 TEST FAILED [145s on 16507fab7285]
not ok 79 /work/make-checkout-workdir/test/check-machines-settings TestMachinesSettings.testVsock [ND@7]

First occurrence: 2024-10-03T14:51:03.024357+00:00 | revision 7ecff4b38eb066b9eca9f5228ef09452cd9cbdc4
Times recorded: 1
Latest occurrences:

  • 2024-10-03T14:51:03.024357+00:00 | revision 7ecff4b38eb066b9eca9f5228ef09452cd9cbdc4

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

DBus call to org.libvirt.Domain GetStats times out

Fixes #4915
allisonkarlitskaya pushed a commit that referenced this issue Oct 27, 2024
Known issue which has not occurred in 23 days

DBus call to org.libvirt.Domain GetStats times out

Fixes #4915

Closes #7038
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.

2 participants