Sheriffing/How To/Sccache issues: Difference between revisions
Jump to navigation
Jump to search
(added fix for "sccache: encountered fatal error") |
m (add category) |
||
| Line 1: | Line 1: | ||
{{Sheriffing How To|Sccache issues}} | |||
If a job fails with "sccache: encountered fatal error", it can be fixed like this: | If a job fails with "sccache: encountered fatal error", it can be fixed like this: | ||
Revision as of 22:26, 1 November 2017
If a job fails with "sccache: encountered fatal error", it can be fixed like this:
- Select the busted job on Treeherder.
- Click "...", then "Edit and Retrigger"
- In the "Create Task" textbox, under env, add "SCCACHE_RECACHE: '1'"
- Create the task. It will show up in treeherder.
- Wait for it to finish.
- Once it's green, other failing jobs of the same type can then be retriggered (so if a linux32-opt busted and you triggered a task with SCCACHE_RECACHE for linux32-opt, you can then retrigger the other busted linux32-opts, assuming they were getting the same broken object).