Actions
action #46664
closeduseless debug output of "GLOB(…)" from openQA worker
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2019-01-25
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Output from systemctl status openqa-worker@1 on aarch64 in o3:
Jan 25 03:34:44 openqa-aarch64 worker[2411]: [info] registering worker openqa-aarch64 version 13 with openQA http://openqa1-opensuse using protocol version [1]
Jan 25 07:25:21 openqa-aarch64 worker[2411]: GLOB(0xaaaae2ab86b8)[info] got job 837557: 00837557-opensuse-15.1-NET-aarch64-Build387.1-minimalx@aarch64
This GLOB(…)
seems rather arbitrary and useless. Is this some "print" line between "registering worker" and "got job"?
Updated by okurz almost 6 years ago
- Copied from action #46658: openqaworker4 caching fails added
Updated by okurz almost 6 years ago
- Category set to Regressions/Crashes
- Status changed from In Progress to Workable
- Assignee deleted (
okurz) - Priority changed from Urgent to Normal
The first line in the file "worker-log.txt" that is also uploaded on each openQA job is the one about "got job", the "GLOB" is not included so I assume this comes before forwarding output to the file.
Updated by mkittler over 5 years ago
- Status changed from Workable to In Progress
- Assignee set to mkittler
- Target version set to Current Sprint
Should be gone as a side-effect of the worker refactoring :-)
Updated by mkittler over 5 years ago
- Status changed from In Progress to Resolved
The PR has been merged.
Actions