Linux asan gl2c webgl tasks fail permanently with exception
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
People
(Reporter: aryx, Assigned: jgilbert)
References
(Regression)
Details
(Keywords: intermittent-failure, regression, Whiteboard: [stockwell disabled])
Attachments
(1 file, 1 obsolete file)
This started with the change from bug 1616925.
| Assignee | ||
Comment 1•6 years ago
|
||
That sure looks like an infra issue.
I'm not sure what I can do from a gecko webgl engineering side! We need logs at least, so we should figure out why we never get those.
I really don't see much likely in bug 1616925.
One thing worth checking: https://searchfox.org/mozilla-central/rev/a315a1a0f09550e23e4590a77e74f36543315da3/taskcluster/taskgraph/transforms/fetch.py#187
task['scopes'] = ["secrets:get:" + job.get('secret')]
Other code generally adds to the list instead:
https://searchfox.org/mozilla-central/search?q=%27scopes%27&path=taskcluster%2Ftaskgraph%2Ftransforms&case=false®exp=false
[taskcluster/taskgraph/transforms/github_sync.py]
23 task['scopes'].append('secrets:get:' + secret)
[taskcluster/taskgraph/transforms/job/common.py]
128 taskdesc['scopes'].append('secrets:get:project/taskcluster/gecko/hgfingerprint')
129 taskdesc['scopes'].append('secrets:get:project/taskcluster/gecko/hgmointernal')
| Reporter | ||
Comment 2•6 years ago
|
||
Docker and toolchain images got rebuilt by the push. It's possible this just picked changes like unpinned dependencies or other changes landed which didn't rebuilt these artifacts.
Comment 3•6 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #1)
That sure looks like an infra issue.
Yeah....
I'm not sure what I can do from a gecko webgl engineering side! We need logs at least, so we should figure out why we never get those.
I really don't see much likely in bug 1616925.
One thing worth checking: https://searchfox.org/mozilla-central/rev/a315a1a0f09550e23e4590a77e74f36543315da3/taskcluster/taskgraph/transforms/fetch.py#187task['scopes'] = ["secrets:get:" + job.get('secret')]Other code generally adds to the list instead:
I'm skeptical this is the issue; in the other places, scopes was created as part of the task definition; this is the analogous location for the fetch task which is considerably simpler than the others. Also, this code isn't getting run as part of this job.
Comment 4•6 years ago
•
|
||
I captured the logs of an in-progress run. n=1, but it stops inside of test_2_conformance__textures__misc__texture-size-limit.html so I'm going to send in a try run omitting that test.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c6c66ab73cf0f4074f4bc9909eb702704602466b
| Comment hidden (Intermittent Failures Robot) |
Comment 6•6 years ago
|
||
So, it took a couple of runs, but then it succeeded? Except that the Tier-2 WebGL over IPC tests are not succeeding.
I'm still retriggering and watching logs (which must be done as they run, you can't get them afterwards....)
| Comment hidden (Intermittent Failures Robot) |
| Reporter | ||
Comment 8•6 years ago
|
||
Updated•6 years ago
|
| Reporter | ||
Updated•6 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment 10•6 years ago
|
||
So I'm still trying to debug this, trying to find the test(s) that cause things to break. I'm still getting exceptions on the WebGL over IPC tests even after disabling two tests. it's slow debugging because I have to catch the jobs in-flight and then save the logs because they disappear.
| Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Updated•5 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 14•5 years ago
|
||
Hi Tom are there updates here?
There are 69 total failures in the last 7 days on linux1804-64-asan opt
Recent failure https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=56ce346234d1b5ec53b537ea22a9e545a21980ed&selectedTaskRun=MyBIKfOSSK6nmno6SGI5Sg.5 (log is unavailable)
| Comment hidden (Intermittent Failures Robot) |
Comment 16•5 years ago
|
||
(In reply to Andreea Pavel [:apavel] from comment #14)
Hi Tom are there updates here?
There are 69 total failures in the last 7 days on linux1804-64-asan opt
Recent failure https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=56ce346234d1b5ec53b537ea22a9e545a21980ed&selectedTaskRun=MyBIKfOSSK6nmno6SGI5Sg.5 (log is unavailable)
We should definitely disable this stuff for now; I've been trying to get logs, but it's maddening, and transient.
Updated•5 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 18•5 years ago
|
||
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 22•5 years ago
|
||
| bugherder uplift | ||
Updated•5 years ago
|
| Reporter | ||
Updated•5 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 26•5 years ago
|
||
| uplift | ||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 30•4 years ago
|
||
We can leave this for now, and handle re-enabling it in the future.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•