Open
Bug 1303927
Opened 8 years ago
Updated 2 years ago
ASan GeckoMediaPlugins.GMPTestCodec gtest fails on release branches
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
REOPENED
People
(Reporter: philor, Unassigned)
References
Details
After today's merge of 50 to mozilla-beta, ASan gtest is permafailing like https://treeherder.mozilla.org/logviewer.html#?job_id=1611597&repo=mozilla-beta#L6662
19:30:33 INFO - TEST-START | GeckoMediaPlugins.GMPTestCodec
19:30:33 INFO - [1970] WARNING: Failed to launch geckomediaplugin subprocess: file /builds/slave/m-beta-l64-asan-00000000000000/build/src/ipc/glue/GeckoChildProcessHost.cpp, line 570
19:30:33 INFO - [1970] WARNING: pipe error (9): Connection reset by peer: file /builds/slave/m-beta-l64-asan-00000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 320
19:35:34 INFO - gtest TEST-UNEXPECTED-FAIL | gtest | timed out after 1200 seconds
19:35:34 ERROR - Return code: 1
One of several things keeping mozilla-beta closed after the merge.
Comment 1•8 years ago
|
||
Did something change on the configuration of the ASAN machines, like a new kernel version for example?
Comment 2•8 years ago
|
||
These tests pass fine on Aurora. The logs on Aurora look very different from the logs on Beta. It looks like TaskCluster is being used on Aurora but not so much on Beta. My guess is there's some key difference in the environment between the Aurora and Beta machines that's causing this.
Reporter | ||
Comment 3•8 years ago
|
||
They passed on aurora when they ran on buildbot machines on this same code when it lived there, 28 hours ago, https://treeherder.mozilla.org/#/jobs?repo=mozilla-aurora&revision=c174d0c3195371011b3bf8044512c06c26f5c741&selectedJob=3584994
Comment 4•8 years ago
|
||
(In reply to Chris Pearce (:cpearce) from comment #2)
> These tests pass fine on Aurora. The logs on Aurora look very different from
> the logs on Beta. It looks like TaskCluster is being used on Aurora but not
> so much on Beta. My guess is there's some key difference in the environment
> between the Aurora and Beta machines that's causing this.
catlee, do you know who could help here ?
Flags: needinfo?(catlee)
Reporter | ||
Comment 5•8 years ago
|
||
Or, since Taskcluster does run ASan as tier-2 on beta, https://treeherder.mozilla.org/logviewer.html#?job_id=1610241&repo=mozilla-beta#L6775 is them failing the exact same way as the buildbot ones, on beta.
Reporter | ||
Comment 6•8 years ago
|
||
Nobody from releng can, because it's not releng: the difference is in RELEASE_BUILD defines somewhere, not the hardware it's running on.
Flags: needinfo?(catlee)
Reporter | ||
Comment 7•8 years ago
|
||
Oh, out-freakin-standing! It has actually been broken for as long as 50 was on aurora, since https://treeherder.mozilla.org/#/jobs?repo=mozilla-aurora&revision=70ee99f185b48cb59a4ec701282bf6a3fd6ce3e3&filter-searchStr=asan%20gtest was the first buildable revision there. So, pretty clear we don't care, and are quite happy to just star near-permaorange.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 8•8 years ago
|
||
Actually, I need this bug to be open, so it can be a dependency for my bug about hiding ASan gtest on release branches, since when 51 hits beta this will continue to fail around half the time, but some new bustage will make the rest of the runs OOM.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Summary: Beta permafailing ASan GeckoMediaPlugins.GMPTestCodec gtest → ASan GeckoMediaPlugins.GMPTestCodec gtest fails on release branches
Reporter | ||
Updated•8 years ago
|
Severity: blocker → normal
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•