Closed
Bug 1148847
Opened 10 years ago
Closed 9 years ago
Remove pip errors related to reused caches from builder logs
Categories
(Taskcluster :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1140587 +++
On a B2G mochitest runs, numerous setup warnings add noise and make it more difficult to quickly see what's failing in a run. We need to silence them or at least train Treeherder's log parser to ignore them. The below all appear prior to the actual test failures in a run.
--------------
list index out of range
Errors received:
The directory '/home/worker/.cache/pip/log' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
The directory '/home/worker/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
Return code: 0
Errors received:
The directory '/home/worker/.cache/pip/log' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
The directory '/home/worker/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
Return code: 0
Updated•10 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Version: Trunk → unspecified
Comment 3•10 years ago
|
||
I'm not aware of any work being done currently on this, but it can be prioritized (for when we triage bugs and fix based on priority in areas).
Severity: normal → major
Flags: needinfo?(garndt)
Priority: -- → P3
Updated•10 years ago
|
Priority: P3 → P2
Comment 4•10 years ago
|
||
Also, this just might be solved when we start enforcing a specific UID when using caches in a task. Since both the cached copy and what the image expected it to be will use the same UID. That work is scheduled for Q4
Updated•9 years ago
|
Summary: Remove pip errors from builder logs → Remove pip errors related to reused caches from builder logs
Comment 5•9 years ago
|
||
Marking this resolved. Will follow up on bug 1152749 when windows is puppetized and can use the patch.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•