cockpit-project / bots

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

naughty: new curl breaks TestMachinesCreate.testCreateUrlSource #5881

Closed allisonkarlitskaya closed 7 months ago

allisonkarlitskaya commented 8 months ago

More curl 8.6.0 fallout: it's broken with libvirt:

image

Downgrading to curl 8.5.0 fixes the issue, so fairly sure that it's that.

Upstream curl knows about the issue here: https://github.com/curl/curl/issues/12844

@jelly is looking into things on the arch side.

cockpituous commented 8 months ago

arch Ooops, it happened again


# ----------------------------------------------------------------------
# testCreateUrlSource (__main__.TestMachinesCreate.testCreateUrlSource)
...+...+++++++++++++++++++++++++++++++++++++++++++++*..+...+..+.........+.+..............+...+.+..............+.+......+......+..+.+......+.....+++++++++++++++++++++++++++++++++++++++++++++*.+....+........+.......+...........+.+.....................+........+.+...+...+.....+..........+...+..+.........+.........+.+...............+..............+.+......+..+...+.......+.....+...+...+.......+........+....+.......................+.......+...............+...+...+......+........+...+....+...+..+.+............+......+..+...+......+...+......................+........+...+....+...+...+..+.+...........+.+++++
.+....+..+.........+......+.......+...+..+.+..+............+.+...........+.........+......+.+........+..........+............+..+...+++++++++++++++++++++++++++++++++++++++++++++*.+....+..+++++++++++++++++++++++++++++++++++++++++++++*..............+...............+...............+...+..................+............+...+....+........+.+......+.........+.........+..+.........+.......+............+..+.+........................+......+..+............+.........+............+.........+.+.........+...........+..........+...+..+....+........................+.........+..+....+......+......+...+.....+......+...+............+.............+.....+.+......+...........+...............+...+....+...+..+.+.....+......+.+...+.........+..+...............+.+.....+++++
-----

DevTools listening on ws://127.0.0.1:9604/devtools/browser/8352560a-ce8a-4dc6-80e5-6829db637e7a
[0212/095300.386057:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1707731582124.494,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"105331.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1707731582140.364,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"105331.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":1707731582188.98,"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":1707731582189.109,"url":"http://127.0.0.2:9291/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> log: osinfo-detect command failed:  (process:3255): GLib-GIO-WARNING **: 09:53:13.836: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
> log: osinfo-detect command failed:  (process:3399): GLib-GIO-WARNING **: 09:53:27.328: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
> error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: QEMU unexpectedly closed the monitor (vm='subVmTestCreate8'): 2024-02-12T09:53:29.167146Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 897, in testCreateUrlSource
    runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1928, in createTest
    self._tryCreate(dialog) \
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1717, in _tryCreate
    self._create(dialog)
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1709, in _create
    b.wait_text(f"#vm-{dialog.name}-{dialog.connection}-state",
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 694, in wait_text
    self.wait_js_cond("ph_text_is(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 620, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 321, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_text_is("#vm-subVmTestCreate8-system-state","Running")): Uncaught (in promise) Error: #vm-subVmTestCreate8-system-state not found
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1707731581469.175, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '105331.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707731582124.494, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '105331.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707731582140.364, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '105331.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': 1707731582188.98, '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': 1707731582189.109, 'url': 'http://127.0.0.2:9291/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
log: osinfo-detect command failed:  (process:3255): GLib-GIO-WARNING **: 09:53:13.836: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
log: osinfo-detect command failed:  (process:3399): GLib-GIO-WARNING **: 09:53:27.328: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: QEMU unexpectedly closed the monitor (vm='subVmTestCreate8'): 2024-02-12T09:53:29.167146Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"

Wrote screenshot to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2401-FAIL.html
Wrote JS log to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2401-FAIL.log.gz
CDP: {"source":"rendering","level":"info","text":"Autofocus processing was blocked because a document already has a focused element.","timestamp":1707731626216.304,"url":"http://127.0.0.2:9291/machines#/vms"}
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/bots/make-checkout-workdir/test/check-machines-create", line 897, in testCreateUrlSource
    runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1928, in createTest
    self._tryCreate(dialog) \
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1717, in _tryCreate
    self._create(dialog)
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1709, in _create
    b.wait_text(f"#vm-{dialog.name}-{dialog.connection}-state",
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 694, in wait_text
    self.wait_js_cond("ph_text_is(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 620, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 321, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_text_is("#vm-subVmTestCreate8-system-state","Running")): Uncaught (in promise) Error: #vm-subVmTestCreate8-system-state not found
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1707731581469.175, 'url': 'http://127.0.0.2:9291/cockpit/login', 'networkRequestId': '105331.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707731582124.494, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js', 'networkRequestId': '105331.20'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707731582140.364, 'url': 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '105331.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': 1707731582188.98, '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': 1707731582189.109, 'url': 'http://127.0.0.2:9291/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
log: osinfo-detect command failed:  (process:3255): GLib-GIO-WARNING **: 09:53:13.836: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
log: osinfo-detect command failed:  (process:3399): GLib-GIO-WARNING **: 09:53:27.328: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: QEMU unexpectedly closed the monitor (vm='subVmTestCreate8'): 2024-02-12T09:53:29.167146Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"

# Result testCreateUrlSource (__main__.TestMachinesCreate.testCreateUrlSource) failed
# 1 TEST FAILED [53s on rhos-01-30]
not ok 18 /work/bots/make-checkout-workdir/test/check-machines-create TestMachinesCreate.testCreateUrlSource [ND@2]

First occurrence: 2024-02-12T09:53:49.838419 | revision bd28d833478cbe0893f62af4028db5c50e68c006 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateUrlSource (__main__.TestMachinesCreate.testCreateUrlSource)
.+.........+......+.+......+..+......+.+.........+.........+++++++++++++++++++++++++++++++++++++++++++++*..+....+.........+..+....+........+............+....+.....+....+..+..........+...+...........+.......+...+..+++++++++++++++++++++++++++++++++++++++++++++*..+........+.......+..+...+..........+.....+..........+............+..+.+.....+....+...........+............+......+.+...+.....+............+....+..............+.................................+....+...........+...+.........+.......+...............+.....+....+..+...+....+........+.......+...+...+.........+........+............+...............+......................+.....+...+.+.....+.+.....+......+...+.+..............+................+.....+......+.......+...+..+.+.........+...+........+.........+...+.................................+....+..+......+............+.+.....+.......+........+.+...+...+..+.+.....+.+.....+.+............+...+.....+.............+.....+.......+..+.......+.....+..........+......+..............+.+..........................................+..+.........+.......+............+.....+...+...+.+...............+...+....................+......+....+........+....+......+..............+.....................+....+...............+.....+.+........+..........+.....+............+...+......+.+...+..+.......+..+.+..+..........+..+...+.......+...........+.............+..............+...............+...+.........+.+............+............+...+...............+........+....+.....+..........+.....+......+.........+...............+................+..+.+......+...........+.......+................................+.............+.....+.......+...+...+..................+.........+....................+..........+......+...............+..+.......+...+..+......+.+.........+...........+.+............+..+......+.......+......+......+.....+...+.......+......+++++
...+...+...+....+..............+....+............+.....+...+.+......+...+.....+...+....+........+.+.....+.+.........+...........+++++++++++++++++++++++++++++++++++++++++++++*......+......+....+..+....+......+.....+.+..+.......+........+......+......+....+.........+..+....+..+....+...+..+++++++++++++++++++++++++++++++++++++++++++++*...+.............+.........+...+....................+.......+......+.....+.+......+...+......+.....+++++
-----

DevTools listening on ws://127.0.0.1:9273/devtools/browser/6b059432-e0d3-4556-a1f7-38166b87b9ce
[0212/154249.712794:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0212/154249.723652:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1707752571473.413,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js","networkRequestId":"52943.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1707752571474.473,"url":"http://127.0.0.2:9591/cockpit/@localhost/*/po.js","networkRequestId":"52943.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":1707752571506.178,"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":1707752571506.298,"url":"http://127.0.0.2:9591/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> log: osinfo-detect command failed:  (process:3397): GLib-GIO-WARNING **: 15:43:04.964: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
> log: osinfo-detect command failed:  (process:3541): GLib-GIO-WARNING **: 15:43:19.538: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
> error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: process exited while connecting to monitor: 2024-02-12T15:43:21.490173Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 897, in testCreateUrlSource
    runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1928, in createTest
    self._tryCreate(dialog) \
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1717, in _tryCreate
    self._create(dialog)
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1709, in _create
    b.wait_text(f"#vm-{dialog.name}-{dialog.connection}-state",
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 694, in wait_text
    self.wait_js_cond("ph_text_is(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 620, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 321, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_text_is("#vm-subVmTestCreate8-system-state","Running")): Uncaught (in promise) Error: #vm-subVmTestCreate8-system-state not found
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1707752570774.258, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '52943.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707752571473.413, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '52943.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707752571474.473, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '52943.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': 1707752571506.178, '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': 1707752571506.298, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
log: osinfo-detect command failed:  (process:3397): GLib-GIO-WARNING **: 15:43:04.964: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
log: osinfo-detect command failed:  (process:3541): GLib-GIO-WARNING **: 15:43:19.538: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: process exited while connecting to monitor: 2024-02-12T15:43:21.490173Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"

Wrote screenshot to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2701-FAIL.html
Wrote JS log to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2701-FAIL.log.gz
CDP: {"source":"rendering","level":"info","text":"Autofocus processing was blocked because a document already has a focused element.","timestamp":1707752617233.943,"url":"http://127.0.0.2:9591/machines#/vms"}
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/bots/make-checkout-workdir/test/check-machines-create", line 897, in testCreateUrlSource
    runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1928, in createTest
    self._tryCreate(dialog) \
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1717, in _tryCreate
    self._create(dialog)
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1709, in _create
    b.wait_text(f"#vm-{dialog.name}-{dialog.connection}-state",
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 694, in wait_text
    self.wait_js_cond("ph_text_is(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 620, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 321, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_text_is("#vm-subVmTestCreate8-system-state","Running")): Uncaught (in promise) Error: #vm-subVmTestCreate8-system-state not found
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1707752570774.258, 'url': 'http://127.0.0.2:9591/cockpit/login', 'networkRequestId': '52943.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707752571473.413, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '52943.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707752571474.473, 'url': 'http://127.0.0.2:9591/cockpit/@localhost/*/po.js', 'networkRequestId': '52943.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': 1707752571506.178, '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': 1707752571506.298, 'url': 'http://127.0.0.2:9591/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
log: osinfo-detect command failed:  (process:3397): GLib-GIO-WARNING **: 15:43:04.964: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
log: osinfo-detect command failed:  (process:3541): GLib-GIO-WARNING **: 15:43:19.538: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: process exited while connecting to monitor: 2024-02-12T15:43:21.490173Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"

# Result testCreateUrlSource (__main__.TestMachinesCreate.testCreateUrlSource) failed
# 1 TEST FAILED [55s on rhos-01-7]
not ok 18 /work/bots/make-checkout-workdir/test/check-machines-create TestMachinesCreate.testCreateUrlSource [ND@4]

First occurrence: 2024-02-12T15:43:41.345667 | revision 12de9f5611c3cd41a20992ca43786d19b7a84118 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testCreateUrlSource (__main__.TestMachinesCreate.testCreateUrlSource)
...+...+......+.....+....+......+........+.......+.....+...+...+.......+...........+.......+.....+.......+.....+++++++++++++++++++++++++++++++++++++++++++++*......+...+........+...............+......+....+...........+.............+...+..+...+....+...+.....+.+.....+++++++++++++++++++++++++++++++++++++++++++++*..+...............+.+...+.....+.......+..+............+......+...+.+......+.........+........+.......+...........+.......+........+...+............+.......+...+.....+.............+..+.............+..+....+...+..+.+.................+............................+..............+...+..........+..+.............+.....+...+....+......+...............+.....+....+...+.....+...+....+...+..+.+........+....+...............+...............+...+........+.........+.......+.....+...+.......+...+...........+.+....................+.+..+..........+......+......+...+...+..+.............+..............+.............+...............+..+......+...+......+...+.+......+...+..+.........+....+...........+.........+.....................+............+...+.+.........+...........+.............+.....+.............+.........+........+...............+...+....+......+........+............+...........................+...+....+........................+.....+.......+.....+........................+.........+......+..........+.....+....+......+.........+..+....+........+.+............+........+......+................+...............+.....+.............+......+...+.....+...+..........+..............+.+.....+..........+++++
....+..+...+...+.+...+............+.....+...+.+.....+......+.+.....+++++++++++++++++++++++++++++++++++++++++++++*...+...+......+.+..+.......+...+........+...+.+...+.....+...+.......+..+.+..............+.+..+.+.....+......+...+......+.+.......................+.......+.....+++++++++++++++++++++++++++++++++++++++++++++*.........+.........+...+....+...............+......+..............+.+..+......+......+.+.....+.........+........................+................+...............+........+.+..+....+........................+.....+.+.....+.+........+....+..................+..+...+.......+..................+........+....+.....+............+..........+.....+.+..+...+....+...+...+.....+...+......+...............+...+.+..............+......+..........+.....+.+.........+.....+.+...+..+.+.........+......+...............+..+...............+.......+......+.................+............+....+..+..........+.....+....+...+........+...............+....+...+......+.....+....+......+..+....+...+...+...+++++
-----

DevTools listening on ws://127.0.0.1:10071/devtools/browser/2d03c274-8ad2-4798-bc32-471fccdaa440
[0213/181657.060553:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
[0213/181657.066604:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1707848219010.763,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"36039.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1707848219013.36,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"36039.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1707848219075.182,"url":"http://127.0.0.2:9391/machines"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1707848219075.515,"url":"http://127.0.0.2:9391/machines"}
> error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
> log: osinfo-detect command failed:  (process:4488): GLib-GIO-WARNING **: 18:17:14.443: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
> log: osinfo-detect command failed:  (process:4634): GLib-GIO-WARNING **: 18:17:31.743: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
> error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: process exited while connecting to monitor: 2024-02-13T18:17:34.098947Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 897, in testCreateUrlSource
    runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1928, in createTest
    self._tryCreate(dialog) \
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1717, in _tryCreate
    self._create(dialog)
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1709, in _create
    b.wait_text(f"#vm-{dialog.name}-{dialog.connection}-state",
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 694, in wait_text
    self.wait_js_cond("ph_text_is(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 620, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 321, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_text_is("#vm-subVmTestCreate8-system-state","Running")): Uncaught (in promise) Error: #vm-subVmTestCreate8-system-state not found
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1707848218229.059, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '36039.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707848219010.763, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '36039.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707848219013.36, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '36039.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1707848219075.182, 'url': 'http://127.0.0.2:9391/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1707848219075.515, 'url': 'http://127.0.0.2:9391/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
log: osinfo-detect command failed:  (process:4488): GLib-GIO-WARNING **: 18:17:14.443: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
log: osinfo-detect command failed:  (process:4634): GLib-GIO-WARNING **: 18:17:31.743: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: process exited while connecting to monitor: 2024-02-13T18:17:34.098947Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"

Wrote screenshot to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2501-FAIL.html
Wrote JS log to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachinesCreate-testCreateUrlSource-arch-127.0.0.2-2501-FAIL.log.gz
CDP: {"source":"rendering","level":"info","text":"Autofocus processing was blocked because a document already has a focused element.","timestamp":1707848269853.316,"url":"http://127.0.0.2:9391/machines#/vms"}
Stopping 'libvirtd.service', but its triggering units are still active:
libvirtd.socket, libvirtd-ro.socket, libvirtd-admin.socket
[0213/181922.937437:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Traceback (most recent call last):
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 897, in testCreateUrlSource
    runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1928, in createTest
    self._tryCreate(dialog) \
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1717, in _tryCreate
    self._create(dialog)
  File "/work/bots/make-checkout-workdir/test/check-machines-create", line 1709, in _create
    b.wait_text(f"#vm-{dialog.name}-{dialog.connection}-state",
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 694, in wait_text
    self.wait_js_cond("ph_text_is(%s,%s)" % (jsquote(selector), jsquote(text)),
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 620, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/bots/make-checkout-workdir/test/common/testlib.py", line 321, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(ph_text_is("#vm-subVmTestCreate8-system-state","Running")): Uncaught (in promise) Error: #vm-subVmTestCreate8-system-state not found
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1707848218229.059, 'url': 'http://127.0.0.2:9391/cockpit/login', 'networkRequestId': '36039.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707848219010.763, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '36039.19'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1707848219013.36, 'url': 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js', 'networkRequestId': '36039.20'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1707848219075.182, 'url': 'http://127.0.0.2:9391/machines'}
cdp: {'source': 'security', 'level': 'error', 'text': "Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.", 'timestamp': 1707848219075.515, 'url': 'http://127.0.0.2:9391/machines'}
error: Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
log: osinfo-detect command failed:  (process:4488): GLib-GIO-WARNING **: 18:17:14.443: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 28, in <module>
gi.repository.GLib.GError: osinfo-tree-error: URL protocol is not supported (1)
log: osinfo-detect command failed:  (process:4634): GLib-GIO-WARNING **: 18:17:31.743: Can't find module 'gvfs' specified in GIO_USE_VFS
Traceback (most recent call last):
  File "<string>", line 22, in <module>
gi.repository.GLib.GError: osinfo-media-error: No volume descriptors (0)
error: spawn 'vm creation' returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"ERROR    internal error: process exited while connecting to monitor: 2024-02-13T18:17:34.098947Z qemu-system-x86_64: -blockdev {\"driver\":\"https\",\"url\":\"https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso\",\"node-name\":\"libvirt-1-storage\",\"auto-read-only\":true,\"discard\":\"unmap\"}: CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0\nDomain installation does not appear to have been successful.\nIf it was, you can restart your domain by running:\n  virsh --connect qemu:///system start subVmTestCreate8\notherwise, please restart your installation.\nTraceback (most recent call last):\n  File \"<string>\", line 361, in <module>\n  File \"<string>\", line 263, in create_vm\n  File \"/usr/lib/python3.11/subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 571, in run\n    raise CalledProcessError(retcode, process.args,\nsubprocess.CalledProcessError: Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--os-variant', 'fedora28', '--memory', '128', '--name', 'subVmTestCreate8', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'none', '--graphics', 'vnc,listen=127.0.0.1', '--graphics', 'spice,listen=::1', '--cdrom', 'https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso']' returned non-zero exit status 1."}"

# Result testCreateUrlSource (__main__.TestMachinesCreate.testCreateUrlSource) failed
# 1 TEST FAILED [151s on 1-cockpit-10]
not ok 18 /work/bots/make-checkout-workdir/test/check-machines-create TestMachinesCreate.testCreateUrlSource [ND@3]

First occurrence: 2024-02-13T18:19:23.560694 | revision 89f8f70cb26fcd936064b951aa07f80ebc2ec33e Times recorded: 1 Latest occurrences: