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

mkdumprd: failed to make kdump initrd after enabling kdump #6114

Open
martinpitt opened this issue Mar 20, 2024 · 2 comments
Open

mkdumprd: failed to make kdump initrd after enabling kdump #6114

martinpitt opened this issue Mar 20, 2024 · 2 comments

Comments

@martinpitt
Copy link
Member

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

martinpitt added a commit that referenced this issue Mar 20, 2024
The underlying reason is that `systemctl start kdump` fails because
rebuilding the initrd fails (without any useful error). That manifests
differently in our three tests, so add three patterns.

Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2270423
Known issue #6114
@cockpituous
Copy link
Contributor

fedora-40
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestKdump.testBasic)

DevTools listening on ws://127.0.0.1:10187/devtools/browser/5253fea1-6f93-44e5-a5fb-26b5db0fe9cc
[0320/125641.284559: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":1710939403193.759,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"13195.23"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1710939403195.21,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"13195.22"}
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":1710939403235.523,"url":"http://127.0.0.2:9891/kdump"}
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":1710939403235.687,"url":"http://127.0.0.2:9891/kdump"}
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.8.0-63.fc40.1.x86_64. Please reboot the system for the change to take effect.
> log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
> warning: transport closed: disconnected
CDP: {"source":"rendering","level":"info","text":"Autofocus processing was blocked because a document already has a focused element.","timestamp":1710939428574.896,"url":"http://127.0.0.2:9891/kdump"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1710939429433.687,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"13195.224"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1710939429514.317,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"13195.225"}
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":1710939429558.631,"url":"http://127.0.0.2:9891/kdump"}
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":1710939429558.804,"url":"http://127.0.0.2:9891/kdump"}
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
> warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 151, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1710939402301.685, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '13195.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939403193.759, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '13195.23'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939403195.21, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '13195.22'}
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': 1710939403235.523, 'url': 'http://127.0.0.2:9891/kdump'}
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': 1710939403235.687, 'url': 'http://127.0.0.2:9891/kdump'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1710939428571.543, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '13195.217'}
cdp: {'source': 'rendering', 'level': 'info', 'text': 'Autofocus processing was blocked because a document already has a focused element.', 'timestamp': 1710939428574.896, 'url': 'http://127.0.0.2:9891/kdump'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939429433.687, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '13195.224'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939429514.317, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '13195.225'}
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': 1710939429558.631, 'url': 'http://127.0.0.2:9891/kdump'}
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': 1710939429558.804, 'url': 'http://127.0.0.2:9891/kdump'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}

Wrote screenshot to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.html
Wrote JS log to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 151, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 642, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 633, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 618, in wait_js_cond
    self.raise_cdp_exception("timeout\nwait_js_cond", cond, result["exceptionDetails"], trailer)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 319, in raise_cdp_exception
    raise Error("%s(%s): %s" % (func, arg, msg))
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Uncaught (in promise) Error: condition did not become true
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1710939402301.685, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '13195.12'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939403193.759, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '13195.23'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939403195.21, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '13195.22'}
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': 1710939403235.523, 'url': 'http://127.0.0.2:9891/kdump'}
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': 1710939403235.687, 'url': 'http://127.0.0.2:9891/kdump'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
log: {"problem":"null","name":"org.freedesktop.DBus.Error.UnknownInterface","message":"Unknown interface 'org.freedesktop.systemd1.Service'.","toString":""}
warning: transport closed: disconnected
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 401 (Authentication failed)', 'timestamp': 1710939428571.543, 'url': 'http://127.0.0.2:9891/cockpit/login', 'networkRequestId': '13195.217'}
cdp: {'source': 'rendering', 'level': 'info', 'text': 'Autofocus processing was blocked because a document already has a focused element.', 'timestamp': 1710939428574.896, 'url': 'http://127.0.0.2:9891/kdump'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939429433.687, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js', 'networkRequestId': '13195.224'}
cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to load resource: the server responded with a status of 404 (ERROR)', 'timestamp': 1710939429514.317, 'url': 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js', 'networkRequestId': '13195.225'}
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': 1710939429558.631, 'url': 'http://127.0.0.2:9891/kdump'}
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': 1710939429558.804, 'url': 'http://127.0.0.2:9891/kdump'}
warning: Resolving coreutils failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
warning: loading available updates failed: {"detail":"cannot update repo 'updates-testing': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}

# Result testBasic (__main__.TestKdump.testBasic) failed
# 1 TEST FAILED [177s on 6c6fe1298d10]
not ok 1 test/verify/check-kdump TestKdump.testBasic

First occurrence: 2024-03-20T12:59:14.697632 | revision 5ce7524
Times recorded: 1
Latest occurrences:

  • 2024-03-20T12:59:14.697632 | revision 5ce7524

@cockpituous
Copy link
Contributor

cockpituous commented Mar 20, 2024

fedora-40
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestKdumpNFS.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:47303
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
DevTools listening on ws://127.0.0.1:47303/devtools/browser/76e8d610-ca3e-440c-af2f-6449608492ad
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.10.4-200.fc40.x86_64. Please reboot the system for the change to take effect.
kex_exchange_identification: read: Connection reset by peer
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

Wrote screenshot to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.html
Wrote JS log to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2402-FAIL.log.gz
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

# Result testBasic (__main__.TestKdumpNFS.testBasic) failed
# 1 TEST FAILED [179s on 9ecc1b5f6f3d]
not ok 5 test/verify/check-kdump TestKdumpNFS.testBasic $2

First occurrence: 2024-08-22T06:30:57.846661+00:00 | revision 804c4431fa70611035f88911f64a6e2206e7f368
Times recorded: 1
Latest occurrences:

  • 2024-08-22T06:30:57.846661+00:00 | revision 804c4431fa70611035f88911f64a6e2206e7f368

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdump.testBasic)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 53601
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.10.4-200.fc40.x86_64. Please reboot the system for the change to take effect.
> warn: transport closed: disconnected
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 128, in testBasic
    b.wait_not_present(".pf-v5-c-alert__title")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-alert__title")): Error: condition did not become true

Wrote screenshot to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestKdump-testBasic.info.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 128, in testBasic
    b.wait_not_present(".pf-v5-c-alert__title")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-alert__title")): Error: condition did not become true

# Result testBasic (__main__.TestKdump.testBasic) failed
# 1 TEST FAILED [63s on ea953e53a915]
not ok 44 test/verify/check-kdump TestKdump.testBasic

First occurrence: 2024-08-22T06:35:57.997421+00:00 | revision 804c4431fa70611035f88911f64a6e2206e7f368
Times recorded: 1
Latest occurrences:

  • 2024-08-22T06:35:57.997421+00:00 | revision 804c4431fa70611035f88911f64a6e2206e7f368

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdumpNFS.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 50457
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.10.4-200.fc40.x86_64. Please reboot the system for the change to take effect.
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

Wrote screenshot to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2201-FAIL.html
Wrote JS log to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2201-FAIL.log.gz
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2202-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestKdumpNFS-testBasic.info.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

# Result testBasic (__main__.TestKdumpNFS.testBasic) failed
# 1 TEST FAILED [168s on ea953e53a915]
not ok 48 test/verify/check-kdump TestKdumpNFS.testBasic $2

First occurrence: 2024-08-22T06:38:48.155638+00:00 | revision 804c4431fa70611035f88911f64a6e2206e7f368
Times recorded: 1
Latest occurrences:

  • 2024-08-22T06:38:48.155638+00:00 | revision 804c4431fa70611035f88911f64a6e2206e7f368

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdumpNFS.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 34905
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.10.4-200.fc40.x86_64. Please reboot the system for the change to take effect.
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

Wrote screenshot to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2501-FAIL.html
Wrote JS log to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2501-FAIL.log.gz
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2502-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

# Result testBasic (__main__.TestKdumpNFS.testBasic) failed
# 1 TEST FAILED [174s on 75aedb449a01]
not ok 5 test/verify/check-kdump TestKdumpNFS.testBasic $2

First occurrence: 2024-08-22T08:02:57.564844+00:00 | revision a4aebe0c5ca935337b19e08ffbbc5ce4ceb1cbf8
Times recorded: 1
Latest occurrences:

  • 2024-08-22T08:02:57.564844+00:00 | revision a4aebe0c5ca935337b19e08ffbbc5ce4ceb1cbf8

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdump.testBasic)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 33177
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.10.4-200.fc40.x86_64. Please reboot the system for the change to take effect.
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: "font-weight:bold"Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 128, in testBasic
    b.wait_not_present(".pf-v5-c-alert__title")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-alert__title")): Error: condition did not become true

Wrote screenshot to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestKdump-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Wrote coverage data to /work/make-checkout-workdir/lcov/TestKdump-testBasic.info.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 128, in testBasic
    b.wait_not_present(".pf-v5-c-alert__title")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-alert__title")): Error: condition did not become true

# Result testBasic (__main__.TestKdump.testBasic) failed
# 1 TEST FAILED [67s on a2acadb2042c]
not ok 44 test/verify/check-kdump TestKdump.testBasic

First occurrence: 2024-08-22T08:09:14.973208+00:00 | revision a4aebe0c5ca935337b19e08ffbbc5ce4ceb1cbf8
Times recorded: 1
Latest occurrences:

  • 2024-08-22T08:09:14.973208+00:00 | revision a4aebe0c5ca935337b19e08ffbbc5ce4ceb1cbf8

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdumpNFS.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:48569
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
DevTools listening on ws://127.0.0.1:48569/devtools/browser/81154fa7-4842-403d-b167-2c9e01fa9581
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.10.4-200.fc40.x86_64. Please reboot the system for the change to take effect.
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9691/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

Wrote screenshot to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2801-FAIL.html
Wrote JS log to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2802-FAIL.log.gz
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 813, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 804, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 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_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

# Result testBasic (__main__.TestKdumpNFS.testBasic) failed
# 1 TEST FAILED [180s on 4550b87dc2fc]
not ok 5 test/verify/check-kdump TestKdumpNFS.testBasic $2

First occurrence: 2024-08-22T08:09:49.122027+00:00 | revision a4aebe0c5ca935337b19e08ffbbc5ce4ceb1cbf8
Times recorded: 1
Latest occurrences:

  • 2024-08-22T08:09:49.122027+00:00 | revision a4aebe0c5ca935337b19e08ffbbc5ce4ceb1cbf8

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdump.testBasic)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:60073
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
> info: [object Object]
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.11.6-200.fc40.x86_64. Please reboot the system for the change to take effect.
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 156, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Error: condition did not become true

Wrote screenshot to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.html
Wrote JS log to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.log.gz
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 156, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Error: condition did not become true

# Result testBasic (__main__.TestKdump.testBasic) failed
# 1 TEST FAILED [187s on 5ea390974670]
not ok 1 test/verify/check-kdump TestKdump.testBasic

First occurrence: 2024-11-13T09:28:19.616565+00:00 | revision eccba0c8cbe0995c393783d2cb7387d953276872
Times recorded: 1
Latest occurrences:

  • 2024-11-13T09:28:19.616565+00:00 | revision eccba0c8cbe0995c393783d2cb7387d953276872

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdumpNFS.testBasic)
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
Error: unknown connection 'eth1'.
Error: cannot delete unknown connection(s): 'eth1'.
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:33461
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.11.6-200.fc40.x86_64. Please reboot the system for the change to take effect.
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9291/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

Wrote screenshot to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.html
Wrote JS log to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Journal extracted to TestKdumpNFS-testBasic-fedora-40-127.0.0.2-2402-FAIL.log.gz
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 485, in testBasic
    b.wait_visible(".pf-v5-c-switch__input:checked")
  File "/work/make-checkout-workdir/test/common/testlib.py", line 816, in wait_visible
    self._wait_present(selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 807, in _wait_present
    self.wait_js_func('ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(ph_is_present(".pf-v5-c-switch__input:checked")): Error: condition did not become true

# Result testBasic (__main__.TestKdumpNFS.testBasic) failed
# 1 TEST FAILED [176s on a35dc6d3de7c]
not ok 5 test/verify/check-kdump TestKdumpNFS.testBasic $2

First occurrence: 2024-11-14T13:41:37.742896+00:00 | revision 3a375338071e15330dfcaaad70b3db79b28bdef1
Times recorded: 1
Latest occurrences:

  • 2024-11-14T13:41:37.742896+00:00 | revision 3a375338071e15330dfcaaad70b3db79b28bdef1

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdump.testBasic)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:59383
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
> info: [object Object]
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.11.6-200.fc40.x86_64. Please reboot the system for the change to take effect.
> warn: transport closed: disconnected
> error: Error: Permission denied to access property "length"
> error: Error: Permission denied to access property "length"
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9891/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> info: failed to fetch lastlog2: [object Object]
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 156, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Error: condition did not become true

Wrote screenshot to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.png
Wrote HTML dump to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.html
Wrote JS log to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestKdump-testBasic-fedora-40-127.0.0.2-3001-FAIL.log.gz
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
[GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Exiting due to channel error.
Exiting due to channel error.
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 156, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Error: condition did not become true

# Result testBasic (__main__.TestKdump.testBasic) failed
# 1 TEST FAILED [187s on 08b7bfa2a476]
not ok 1 test/verify/check-kdump TestKdump.testBasic

First occurrence: 2024-11-14T16:56:42.505899+00:00 | revision 397cd3bdccc2f1e9de0e52480ff3fadd1e168d53
Times recorded: 1
Latest occurrences:

  • 2024-11-14T16:56:42.505899+00:00 | revision 397cd3bdccc2f1e9de0e52480ff3fadd1e168d53

# ----------------------------------------------------------------------
# testBasic (__main__.TestKdump.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 53041
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully on port 53041.
> info: failed to fetch lastlog2: Object(5)
Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service → /usr/lib/systemd/system/kdump.service.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.11.7-200.fc40.x86_64. Please reboot the system for the change to take effect.
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64&countme=1 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: transport closed: disconnected
kex_exchange_identification: read: Connection reset by peer
> info: failed to fetch lastlog2: Object(5)
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
# localhost:22 SSH-2.0-OpenSSH_9.6
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
> warn: loading available updates failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 156, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Error: condition did not become true

Wrote screenshot to TestKdump-testBasic-fedora-40-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestKdump-testBasic-fedora-40-127.0.0.2-2401-FAIL.html
Wrote JS log to TestKdump-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestKdump-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/verify/check-kdump", line 156, in testBasic
    b.wait_not_present(pathInput)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 810, in wait_not_present
    self.wait_js_func('!ph_is_present', selector)
  File "/work/make-checkout-workdir/test/common/testlib.py", line 801, in wait_js_func
    self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/work/make-checkout-workdir/test/common/testlib.py", line 798, in wait_js_cond
    raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None
testlib.Error: timeout
wait_js_cond(!ph_is_present("#kdump-settings-local-directory")): Error: condition did not become true

# Result testBasic (__main__.TestKdump.testBasic) failed
# 1 TEST FAILED [183s on 5859c4e7f846]
not ok 1 test/verify/check-kdump TestKdump.testBasic

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

  • 2024-11-16T09:21:56.058782+00:00 | revision 0b38c3faff887507a71ba6249ae16c2393a136a9

martinpitt added a commit that referenced this issue Mar 20, 2024
The underlying reason is that `systemctl start kdump` fails because
rebuilding the initrd fails (without any useful error). That manifests
differently in our three tests, so add three patterns.

Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2270423
Known issue #6114
martinpitt added a commit that referenced this issue Mar 20, 2024
The underlying reason is that `systemctl start kdump` fails because
rebuilding the initrd fails (without any useful error). That manifests
differently in our three tests, so add three patterns.

Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2270423
Known issue #6114
mvollmer pushed a commit that referenced this issue Mar 20, 2024
The underlying reason is that `systemctl start kdump` fails because
rebuilding the initrd fails (without any useful error). That manifests
differently in our three tests, so add three patterns.

Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2270423
Known issue #6114
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants