macOS webrender ("WR") tasks fail on almost all machines: abort: cannot enable sparse profile on existing non-sparse checkout
Categories
(Developer Services :: Mercurial: robustcheckout, defect)
Tracking
(Not tracked)
People
(Reporter: aryx, Unassigned)
References
()
Details
(Keywords: intermittent-failure)
See https://treeherder.mozilla.org/jobs?repo=autoland&revision=71eb0e99bd8debcc45397f7b5c5510e7ed90cf12&selectedTaskRun=ER30dEyOSsS1Du0kkKxIDQ.0 which had one WR(cargotest) run which succeed and many failing ones after 9 days without a run (task only scheduled if files in gfx/wr/ change).
The WR tasks use a sparse checkout profile but also try to use the existing shared checkout and bail because it is not a sparse one. It's unknown why almost every macOS hardware machine is affected now.
Connor, could you investigate?
| Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
When i've seen these errors in the past it was because the task that was supposed to do the initial clone and sparse config failed at some stage after creating the repo but before setting the sparse config, and left the cache corrupted.
Comment 2•1 year ago
|
||
This is also happening frequently with the macOS startup tests, which blocks release graphs.
| Reporter | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
https://mozilla-hub.atlassian.net/browse/RELOPS-1070 has been filed.
Comment 4•1 year ago
|
||
:pmoore, do you have any idea what's going on here? Is there a cache directory that's shared between tasks?
Do the task_dirs in the cache directory ever get cleaned up?
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 9•1 year ago
|
||
I'm working with Ryan on open macOS issues now, will report back.
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 14•1 year ago
|
||
I think this is fixed now as per https://mozilla-hub.atlassian.net/browse/RELOPS-1070?focusedCommentId=955770
| Reporter | ||
Comment 16•1 year ago
|
||
Okay to close it. Thanks for working on this.
Description
•