Closed Bug 1148847 Opened 9 years ago Closed 8 years ago

Remove pip errors related to reused caches from builder logs

Categories

(Taskcluster :: General, defect, P2)

x86
Windows 8.1

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
No longer depends on: 1140587
Any news on this?
Flags: needinfo?(jlal)
Component: TaskCluster → General
Product: Testing → Taskcluster
Version: Trunk → unspecified
That ni? is going places...
Flags: needinfo?(jlal) → needinfo?(garndt)
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
Priority: P3 → P2
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
See Also: → 1152749
Summary: Remove pip errors from builder logs → Remove pip errors related to reused caches from builder logs
Marking this resolved. Will follow up on bug 1152749 when windows is puppetized and can use the patch.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.