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

"tracer" segfaults when clock is enough in the past #7139

Open
mvollmer opened this issue Nov 25, 2024 · 2 comments
Open

"tracer" segfaults when clock is enough in the past #7139

mvollmer opened this issue Nov 25, 2024 · 2 comments

Comments

@mvollmer
Copy link
Member

We do this in TestHistoryMetrics, and the tracer crash shows up as a unexpected journal message.

Upstream: https://bugzilla.redhat.com/show_bug.cgi?id=2328635

@cockpituous
Copy link
Contributor

cockpituous commented Nov 25, 2024

fedora-40
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 40833
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 40833.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.6 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2420 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2420 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on 53c76813ffb1]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T10:39:01.081219+00:00 | revision e6b1412
Times recorded: 1
Latest occurrences:

  • 2024-11-25T10:39:01.081219+00:00 | revision e6b1412

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 59817
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 59817.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2418 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2401-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2418 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on 971371df672f]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T10:39:17.199994+00:00 | revision e6b1412
Times recorded: 1
Latest occurrences:

  • 2024-11-25T10:39:17.199994+00:00 | revision e6b1412

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:38069
[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:9591/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:9591/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:9591/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:9591/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> warn: CPU temperature metric closed: [object Object]
> info: failed to fetch lastlog2: [object Object]
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.5 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2416 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-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/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2416 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [98s on 412e25bfec11]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T10:40:06.585801+00:00 | revision e6b1412
Times recorded: 1
Latest occurrences:

  • 2024-11-25T10:40:06.585801+00:00 | revision e6b1412

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
*** You are running in headless mode.
[GFX1-]: glxtest: libGL.so.1 missing
WebDriver BiDi listening on ws://127.0.0.1:43169
[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:9591/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:9591/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:9591/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:9591/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> warn: CPU temperature metric closed: [object Object]
> info: failed to fetch lastlog2: [object Object]
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.4 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2422 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-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/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2422 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [92s on a6f3d4138b53]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T10:40:26.563797+00:00 | revision e6b1412
Times recorded: 1
Latest occurrences:

  • 2024-11-25T10:40:26.563797+00:00 | revision e6b1412

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 59145
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 59145.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.6 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2417 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2417 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [87s on 4d4761de5cdf]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T11:28:19.590101+00:00 | revision 7b80df9
Times recorded: 1
Latest occurrences:

  • 2024-11-25T11:28:19.590101+00:00 | revision 7b80df9

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 51269
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 51269.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2416 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2301-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2416 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [88s on c0ab2dc9fae3]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T11:53:56.425163+00:00 | revision ba50aca
Times recorded: 1
Latest occurrences:

  • 2024-11-25T11:53:56.425163+00:00 | revision ba50aca

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 52567
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 52567.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.6 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2412 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2412 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [88s on 1b9761ac8e0d]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T13:53:25.593816+00:00 | revision 0c016c6fa9692a70f11fcbd50d6be3a8a1a415a1
Times recorded: 1
Latest occurrences:

  • 2024-11-25T13:53:25.593816+00:00 | revision 0c016c6fa9692a70f11fcbd50d6be3a8a1a415a1

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 55641
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 55641.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2423 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2423 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [88s on cf71b0f94dd8]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T15:02:00.377623+00:00 | revision fdac239
Times recorded: 1
Latest occurrences:

  • 2024-11-25T15:02:00.377623+00:00 | revision fdac239

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 45975
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 45975.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.5 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2425 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2801-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2425 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on a69cebf35fea]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-26T13:06:28.238307+00:00 | revision 20cba40
Times recorded: 1
Latest occurrences:

  • 2024-11-26T13:06:28.238307+00:00 | revision 20cba40

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 36391
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 36391.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> 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}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.6 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2423 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-40-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1951, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2214, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2423 (python3) of user 0 terminated abnormally without generating a coredump.

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [89s on ea6747c4acbe]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-12-04T23:52:38.820426+00:00 | revision acae03572c01587d83b6cb2f29555fbc4716df10
Times recorded: 1
Latest occurrences:

  • 2024-12-04T23:52:38.820426+00:00 | revision acae03572c01587d83b6cb2f29555fbc4716df10

@cockpituous
Copy link
Contributor

cockpituous commented Nov 25, 2024

fedora-41
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 34539
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 34539.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2674 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2674 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2674 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [88s on e4df00e80ef8]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T11:24:54.517798+00:00 | revision 6806224
Times recorded: 1
Latest occurrences:

  • 2024-11-25T11:24:54.517798+00:00 | revision 6806224

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 49999
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 49999.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2676 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2676 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2501-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1932, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2195, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2676 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [89s on fe815fb1c98e]
not ok 31 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-25T14:59:55.197060+00:00 | revision 912f69f
Times recorded: 1
Latest occurrences:

  • 2024-11-25T14:59:55.197060+00:00 | revision 912f69f

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 54707
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 54707.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2679 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2679 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2679 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [95s on edc00245b3cc]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-26T13:10:59.054508+00:00 | revision 4771f8b
Times recorded: 1
Latest occurrences:

  • 2024-11-26T13:10:59.054508+00:00 | revision 4771f8b

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 35485
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 35485.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.5 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2686 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2686 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2301-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2686 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on ac12b2704cce]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-26T14:11:52.856518+00:00 | revision 5ab0c77
Times recorded: 1
Latest occurrences:

  • 2024-11-26T14:11:52.856518+00:00 | revision 5ab0c77

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 49237
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 49237.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.5 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2679 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2679 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2801-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2679 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on 8ea991754ee9]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-26T19:40:05.678191+00:00 | revision b48d732cd88bd142779e39b7499e1df562fd2b6e
Times recorded: 1
Latest occurrences:

  • 2024-11-26T19:40:05.678191+00:00 | revision b48d732cd88bd142779e39b7499e1df562fd2b6e

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 37163
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 37163.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.6 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2679 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2679 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2701-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2679 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on f0580a04c69f]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-27T07:26:17.597058+00:00 | revision 221450c3cf5082b706a7282d39ceabd6fad77d4d
Times recorded: 1
Latest occurrences:

  • 2024-11-27T07:26:17.597058+00:00 | revision 221450c3cf5082b706a7282d39ceabd6fad77d4d

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 34877
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 34877.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.7 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2680 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2680 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2201-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2680 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [95s on 84240790abbd]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-27T08:02:22.105953+00:00 | revision 259056336f86397f1715337419354351789082f8
Times recorded: 1
Latest occurrences:

  • 2024-11-27T08:02:22.105953+00:00 | revision 259056336f86397f1715337419354351789082f8

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 57857
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 57857.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.6 seconds, which is 66% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2676 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2676 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2676 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on 189895335a69]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-27T08:20:14.380294+00:00 | revision 5d543d956dcfbac80caa579f448de214fae0b576
Times recorded: 1
Latest occurrences:

  • 2024-11-27T08:20:14.380294+00:00 | revision 5d543d956dcfbac80caa579f448de214fae0b576

# ----------------------------------------------------------------------
# testBasic (__main__.TestHistoryMetrics.testBasic)
Starting ChromeDriver 129.0.6668.89 (951c0b97221f8d4ba37cf97d324505c832251cf9-refs/branch-heads/6668@{#1503}) on port 45037
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 45037.
> warn: CPU temperature metric closed: Object(3)
> info: failed to fetch lastlog2: Object(5)
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
WARNING: Waiting for (exp => ph_count('.metrics-data-cpu.valid-data') == exp)(1) took 59.3 seconds, which is 65% of the timeout.
> warn: cockpit.format_{bytes,bits}[_per_sec](..., GiB, [object Object]) is deprecated.
Process 2678 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 2678 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestHistoryMetrics-testBasic-fedora-41-127.0.0.2-2601-FAIL.log.gz
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1934, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2197, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 2678 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testBasic (__main__.TestHistoryMetrics.testBasic) failed
# 1 TEST FAILED [94s on 864aad250cbf]
not ok 32 test/verify/check-metrics TestHistoryMetrics.testBasic

First occurrence: 2024-11-27T08:49:32.123610+00:00 | revision 5fdea0504ad54fb66f08638e9b80879429515766
Times recorded: 1
Latest occurrences:

  • 2024-11-27T08:49:32.123610+00:00 | revision 5fdea0504ad54fb66f08638e9b80879429515766

> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> error: The resource from “http://127.0.0.2:9191/cockpit/@localhost/*/po.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
> warn: CPU temperature metric closed: [object Object]
> info: failed to fetch lastlog2: [object Object]
Running as unit: cpu-hog.service; invocation ID: e56eb134bcd540be9db8b385f5bbfc33
Running as unit: cpu-piglet.service; invocation ID: 8da3c96178fc4ad3bd7d580d5b2657fc
> error: Tracer failed: "{"problem":null,"exit_status":-11,"exit_signal":null,"message":""}", data: """"
> warn: Resolving coreutils failed: {"detail":"cannot update repo 'updates': Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&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): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]","code":64}
Process 1746 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...
Process 1746 (python3) of user 0 terminated abnormally without generating a coredump.
Wrote JS log to TestMultiCPU-testCPUUsage-fedora-41-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMultiCPU-testCPUUsage-fedora-41-127.0.0.2-2301-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/common/testlib.py", line 1951, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2214, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
Process 1746 (python3) of user 0 terminated abnormally with signal 11/SEGV, processing...

# Result testCPUUsage (__main__.TestMultiCPU.testCPUUsage) failed
# 1 TEST FAILED [36s on 4b98dfafca57]
not ok 40 test/verify/check-metrics TestMultiCPU.testCPUUsage

First occurrence: 2024-12-04T23:59:28.862165+00:00 | revision acae03572c01587d83b6cb2f29555fbc4716df10
Times recorded: 1
Latest occurrences:

  • 2024-12-04T23:59:28.862165+00:00 | revision acae03572c01587d83b6cb2f29555fbc4716df10

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