Actions
action #163769
closedcoordination #102915: [saga][epic] Automated classification of failures
coordination #166655: [epic] openqa-label-known-issues
Errors in gru journal: jq (173 /opt/os-autoinst-scripts/openqa-label-known-issues): parse error: Invalid numeric literal at line 1, column 8 (rc: 4 Input: >>>Waiting 1s until retry #12
Start date:
2024-07-11
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
On osd and o3 I see many of those:
(Output cut off on the right side due to the very long JSON)
Jul 11 13:31:13 openqa openqa-gru[9530]: /opt/os-autoinst-scripts/_common: line 62: echo: write error: Broken pipe
Jul 11 13:31:13 openqa openqa-gru[9529]: /opt/os-autoinst-scripts/_common: ERROR: line 62
Jul 11 13:31:13 openqa openqa-gru[8339]: /opt/os-autoinst-scripts/_common: ERROR: line 62
Jul 11 13:31:13 openqa openqa-gru[8339]: jq (173 /opt/os-autoinst-scripts/openqa-label-known-issues): parse error: Invalid numeric literal at line 1, column 8 (rc: 4 Input: >>>Waiting 1s until retry #12
Jul 11 13:31:13 openqa openqa-gru[8339]: {"issues":[{"id":162596,"project":{"id":125,"name":"openQA Infrastructure"},"tracker":{"id":4,"name":"action"},"status":{"id":15,"name":"Blocked","is_closed":false},"pr>
Jul 11 13:31:13 openqa openqa-gru[8339]: ook 4.02 seconds for 35 candidate needles - make your needles more specific\r\n [2021-08-03T07:25:03.632 CEST] [debug] no match: -0.5s, best candidate: linux-login-2>
Jul 11 13:31:13 openqa openqa-gru[8339]: ts-Kernel-KOTD@64bit-with-ltp.qcow2\" successful, new cache size is 49GiB\r\n\r\n[2020-10-13T10:52:32.0261 CEST] [debug] [pid:36934] Found ISO, caching SLE-15-SP1-Insta
It looks like the Waiting 1s until retry #12
is added to the output that jq considers as its input.
Suggestions¶
- Print the "Waiting ..." message to stderr instead of stdout. We already have a
warn
function for that.
Actions