Sheriffing/How To/Sccache issues: Difference between revisions

From MozillaWiki
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:

  1. Select the busted job on Treeherder.
  2. Click "...", then "Edit and Retrigger"
  3. In the "Create Task" textbox, under env, add "SCCACHE_RECACHE: '1'"
  4. Create the task. It will show up in treeherder.
  5. Wait for it to finish.
  6. 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).