Closed
Bug 720073
Opened 9 years ago
Closed 8 years ago
Some tegras intermittently hit "program finished with exit code 80" while files are being unzipped for them
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [android_tier_1])
Attachments
(1 file)
659 bytes,
patch
|
bear
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Since I don't have any real mental picture of Tegras and foopies, I don't understand how this would be the case, but: 2011-01-02 - https://tbpl.mozilla.org/php/getParsedLog.php?id=8274016&tree=Firefox tegra-275 unzipping tests 2011-01-20 - https://tbpl.mozilla.org/php/getParsedLog.php?id=8712925&tree=Firefox tegra-275 unzipping tests (There have been at least a couple more in between, but I either left them unstarred and can't find them now, or misstarred them while bulk-starring purple.)
Reporter | ||
Comment 1•9 years ago
|
||
Try, so... try, but https://tbpl.mozilla.org/php/getParsedLog.php?id=8745523&tree=Try is tegra-263 blowing up before it even got started unzipping.
Reporter | ||
Comment 2•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8747681&tree=Mozilla-Inbound - tegra-206
Summary: tegra-275 intermittently hits "program finished with exit code 80" while files are being unzipped for it → Some tegras intermittently hit "program finished with exit code 80" while files are being unzipped for them
Reporter | ||
Comment 3•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8752005&tree=Mozilla-Inbound - tegra-263
Comment 4•9 years ago
|
||
From the unzip manpage: 80 the user aborted unzip prematurely with control-C (or similar) So yes, wth indeed. These commands run on the foopy's, in daemonized processes so I don't see how that could be the case. Maybe something else is giving it a SIGINT for some reason?
Comment 5•9 years ago
|
||
Though, the fact that reboot step has the following output: remoteFailed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion. ] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion. ] Makes me think that the unzip error is a red herring.
Reporter | ||
Comment 6•9 years ago
|
||
Could well just be another symptom of the bug 711725 comment 14 thing I never did understand.
Comment 7•9 years ago
|
||
15:39 < bear> if the tegra rebooted and clientproxy doesn't see the proxy.flg file then it will kill buildbot and restart it when the tegra comes back 15:40 < nagios-sjc1> [21] tegra-268.build.mtv1:PING is CRITICAL: PING CRITICAL - Packet loss = 100% 15:42 < bear> bhearsum - in tegra-263's log I see "2012-01-23 00:54:21,907 WARNING MainProcess: Tegra rebooting, stopping buildslave" 15:42 < bear> so yea, the tegra died and cp stopped buildbot 15:43 < bhearsum|buildduty> ah 15:43 < bhearsum|buildduty> is there anything actionable there, or is simply something that's going to happen sometimes? 15:43 < bear> tegras do that 15:43 < bhearsum|buildduty> alright 15:44 < bear> with the caveat that if the same tegra does it a lot... then it needs some extra special lovin Looks like it's something different. It's probably worthwhile adding this error to the RETRY list, what do you think Philor?
Reporter | ||
Comment 8•9 years ago
|
||
I just stared blankly at the explanation, but I'm fine with RETRY for anything that can possibly be retried :)
Reporter | ||
Comment 9•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8780771&tree=Mozilla-Inbound - tegra-263, so I think it at least qualifies for the extra special lovin', since it's half the instances I've seen.
Reporter | ||
Comment 10•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8788651&tree=Mozilla-Inbound - tegra-263
Reporter | ||
Comment 11•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8803759&tree=Mozilla-Inbound - tegra-263
Reporter | ||
Comment 12•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8809290&tree=Mozilla-Inbound - tegra-264, for one digit of variety
Comment 14•9 years ago
|
||
Attachment #591875 -
Flags: review?(bear)
Updated•9 years ago
|
Attachment #591875 -
Flags: review?(bear) → review+
Comment 15•9 years ago
|
||
Comment on attachment 591875 [details] [diff] [review] retry on return code 80 from unzip Landed on the default branch.
Attachment #591875 -
Flags: checked-in+
Reporter | ||
Comment 16•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8924670&tree=Mozilla-Inbound - tegra-263
Reporter | ||
Comment 17•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8929201&tree=Mozilla-Inbound - tegra-263
Comment 18•9 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #15) > Comment on attachment 591875 [details] [diff] [review] > retry on return code 80 from unzip > > Landed on the default branch. I just deployed this to my master and |seamonkey-production|, then got a nice large e-mail dump of repeated errors here. Due to a paren mismatch, I took the liberty of landing the fix without review (since noone who can is awake on IRC right now). http://hg.mozilla.org/build/buildbotcustom/rev/2d84233cae8b For reference on the error: Exception in /builds/buildbot/master01/master/twistd.log: 2012-01-29 20:36:04-0800 [-] Unhandled Error Traceback (most recent call last): File "/builds/buildbot/master01/lib/python2.6/site-packages/twisted/internet/defer.py", line 249, in addCallbacks self._runCallbacks() File "/builds/buildbot/master01/lib/python2.6/site-packages/twisted/internet/defer.py", line 441, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/builds/buildbot/master01/lib/python2.6/site-packages/twisted/internet/defer.py", line 318, in callback self._startRunCallbacks(result) File "/builds/buildbot/master01/lib/python2.6/site-packages/twisted/internet/defer.py", line 424, in _startRunCallbacks self._runCallbacks() --- <exception caught here> --- File "/builds/buildbot/master01/lib/python2.6/site-packages/twisted/internet/defer.py", line 441, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/builds/buildbot/master01/lib/python2.6/site-packages/buildbot-0.8.2_hg_a2045101fe7a_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 1073, in <lambda> d.addCallback(lambda res: self.evaluateCommand(cmd)) # returns results File "/builds/buildbot/master01/lib/python2.6/site-packages/buildbotcustom/steps/base.py", line 18, in evaluateCommand global_errors) File "/builds/buildbot/master01/lib/python2.6/site-packages/buildbot-0.8.2_hg_a2045101fe7a_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 1228, in regex_log_evaluator for err, possible_status in regexes: exceptions.TypeError: '_sre.SRE_Pattern' object is not iterable
Comment 19•9 years ago
|
||
I was hitting this problem [1] in my local master. I updated to the latest code and it is now working again. [1] exceptions.TypeError: '_sre.SRE_Pattern' object is not iterable
Reporter | ||
Comment 20•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=8947208&tree=Mozilla-Inbound - tegra-26... eh, I should file a killit bug for that.
Reporter | ||
Comment 21•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9210072&tree=Mozilla-Inbound - tegra-217
Comment 22•9 years ago
|
||
I'm not sure why RETRY isn't working here, but I don't have time to poke at this any further.
Assignee: bhearsum → nobody
Reporter | ||
Comment 23•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9213578&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 24•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9217235&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 25•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9220297&tree=Firefox - tegra-217
Reporter | ||
Comment 26•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9238123&tree=Mozilla-Aurora - tegra-209
Reporter | ||
Comment 27•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9257448&tree=Mozilla-Aurora - tegra-235
Reporter | ||
Comment 28•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9290969&tree=Mozilla-Inbound - tegra-277 https://tbpl.mozilla.org/php/getParsedLog.php?id=9290865&tree=Mozilla-Inbound - tegra-236
Reporter | ||
Comment 29•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9291088&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 30•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9312718&tree=Mozilla-Inbound - tegra-248
Reporter | ||
Comment 31•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9315212&tree=Mozilla-Inbound - tegra-262
Reporter | ||
Comment 32•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9323314&tree=Firefox - tegra-248
Reporter | ||
Comment 33•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9333958&tree=Mozilla-Inbound - tegra-240
Reporter | ||
Comment 34•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9342456&tree=Mozilla-Inbound - tegra-209
Reporter | ||
Comment 35•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9374730&tree=Mozilla-Inbound - tegra-240
Reporter | ||
Comment 36•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9386744&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 37•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9375271&tree=Fx-Team - tegra-262
Reporter | ||
Comment 38•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9416047&tree=Mozilla-Inbound - tegra-247
Reporter | ||
Comment 39•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9421256&tree=Firefox - tegra-236
Reporter | ||
Comment 40•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9454432&tree=Mozilla-Aurora - tegra-277
Reporter | ||
Comment 41•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9503171&tree=Firefox - tegra-277
Reporter | ||
Comment 42•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9507449&tree=Firefox - tegra-209
Reporter | ||
Comment 43•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9510318&tree=Firefox - tegra-272
Reporter | ||
Comment 44•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9511652&tree=Mozilla-Inbound - tegra-247
Reporter | ||
Comment 45•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9503158&tree=Maple - tegra-236
Reporter | ||
Comment 46•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9540693&tree=Mozilla-Inbound - tegra-247
Reporter | ||
Comment 47•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9542224&tree=Maple - tegra-247
Reporter | ||
Comment 48•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9547773&tree=Mozilla-Inbound - tegra-247
Reporter | ||
Comment 49•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9549516&tree=Firefox - tegra-210
Reporter | ||
Comment 50•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9563256&tree=Mozilla-Inbound - tegra-235
Reporter | ||
Comment 51•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9559595&tree=Maple - tegra-247
Reporter | ||
Comment 52•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9572626&tree=Mozilla-Inbound - tegra-276
Reporter | ||
Comment 53•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9578704&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 54•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9611262&tree=Mozilla-Inbound - tegra-237
Reporter | ||
Comment 55•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9613014&tree=Firefox - tegra-236
Reporter | ||
Comment 56•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9618298&tree=Mozilla-Inbound - tegra-238
Reporter | ||
Comment 57•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9654906&tree=Mozilla-Inbound - tegra-235
Reporter | ||
Comment 58•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9658416&tree=Mozilla-Inbound - tegra-237
Reporter | ||
Comment 59•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9654304&tree=Mozilla-Aurora - tegra-237
Reporter | ||
Comment 60•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9662601&tree=Mozilla-Inbound - tegra-238
Reporter | ||
Comment 61•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9698106&tree=Mozilla-Aurora - tegra-277
Reporter | ||
Comment 63•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9724479&tree=Maple - tegra-238
Reporter | ||
Comment 64•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9736151&tree=Mozilla-Inbound - tegra-276
Reporter | ||
Comment 65•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9749159&tree=Mozilla-Inbound - tegra-276
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [orange] → [orange][android_tier_1]
Reporter | ||
Comment 66•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9777476&tree=Mozilla-Inbound - tegra-248
Reporter | ||
Comment 67•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9777123&tree=Mozilla-Inbound - tegra-238
Reporter | ||
Comment 68•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9777078&tree=Mozilla-Inbound - tegra-248
Reporter | ||
Comment 69•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9785425&tree=Mozilla-Inbound - tegra-237
Reporter | ||
Comment 70•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9789565&tree=Mozilla-Inbound - tegra-242
Reporter | ||
Comment 71•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9791402&tree=Mozilla-Inbound
Reporter | ||
Comment 72•9 years ago
|
||
- tegra-276
Reporter | ||
Comment 73•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9795167&tree=Mozilla-Inbound - tegra-236
Reporter | ||
Comment 74•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9811170&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 75•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9815678&tree=Mozilla-Inbound - tegra-276
Reporter | ||
Comment 76•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9828544&tree=Mozilla-Inbound - tegra-222
Reporter | ||
Comment 77•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9831552&tree=Mozilla-Aurora - tegra-222 (which I was using as an example of what a good well-behaved tegra looks like just last night, thanks Murphy!)
Reporter | ||
Comment 78•9 years ago
|
||
Should probably back out that patch at some point - it'll never work, because of bug 660480 comment 818 (that line isn't in the log that the log evaluator sees, it's passed as a header that only later gets appended), so the only thing it can do is generate false positives if someone does something foolish like sticks that string in a test's error message. https://tbpl.mozilla.org/php/getParsedLog.php?id=9864161&tree=Mozilla-Inbound - tegra-242
Reporter | ||
Comment 79•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9854188&tree=Mozilla-Inbound - tegra-276
Reporter | ||
Comment 80•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9881821&tree=Mozilla-Aurora - tegra-222
Reporter | ||
Comment 81•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9890451&tree=Mozilla-Inbound - tegra-276
Reporter | ||
Comment 82•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9921118&tree=Mozilla-Inbound - tegra-238
Reporter | ||
Comment 83•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9930019&tree=Mozilla-Inbound - tegra-222
Reporter | ||
Comment 84•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9944523&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 85•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9954130&tree=Mozilla-Inbound - tegra-242
Reporter | ||
Comment 86•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9956197&tree=Maple - tegra-237
Reporter | ||
Comment 87•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9929740&tree=Fx-Team - tegra-222
Reporter | ||
Comment 88•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9997407&tree=Firefox - tegra-152
Reporter | ||
Comment 89•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10005783&tree=Mozilla-Inbound
Reporter | ||
Comment 90•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10032615&tree=Firefox - tegra-281
Reporter | ||
Comment 91•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10076298&tree=Mozilla-Aurora
Reporter | ||
Comment 92•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10079715&tree=Mozilla-Inbound - tegra-242
Reporter | ||
Comment 93•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10102952&tree=Mozilla-Inbound - tegra-222
Reporter | ||
Comment 94•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10104987&tree=Mozilla-Aurora - tegra-277
Reporter | ||
Comment 95•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10117460&tree=Mozilla-Inbound - tegra-219
Reporter | ||
Comment 96•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10158109&tree=Firefox - tegra-219
Reporter | ||
Comment 97•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10172826&tree=Mozilla-Inbound - tegra-277
Reporter | ||
Comment 98•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10310101&tree=Mozilla-Inbound - tegra-236
Reporter | ||
Comment 99•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10762930&tree=Mozilla-Aurora tegra-232
Reporter | ||
Comment 100•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10863836&tree=Mozilla-Inbound tegra-280
Reporter | ||
Comment 101•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10871725&tree=Mozilla-Aurora tegra-244
Reporter | ||
Comment 102•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10929679&tree=Mozilla-Inbound
Reporter | ||
Comment 103•9 years ago
|
||
tegra-260
Reporter | ||
Comment 104•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10951614&tree=Mozilla-Inbound tegra-283
Reporter | ||
Comment 105•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10956743&tree=Mozilla-Inbound tegra-236
Reporter | ||
Comment 106•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10947357&tree=Birch tegra-244
Reporter | ||
Comment 107•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10948852&tree=Birch tegra-254
Reporter | ||
Comment 108•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=11019333&tree=Mozilla-Inbound tegra-254
Reporter | ||
Comment 109•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=11330443&tree=Mozilla-Beta tegra-257
Reporter | ||
Comment 110•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=11437312&tree=Firefox tegra-257
Reporter | ||
Comment 111•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=11546245&tree=Mozilla-Aurora tegra-215
Reporter | ||
Comment 112•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=14239093&tree=Ionmonkey slave: tegra-253
Reporter | ||
Comment 113•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=14577658&tree=Firefox tegra-178
Reporter | ||
Comment 114•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=14606563&tree=Mozilla-Inbound tegra-192
Reporter | ||
Comment 115•9 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=14701246&tree=Ionmonkey tegra-281
Assignee | ||
Updated•8 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•8 years ago
|
Whiteboard: [orange][android_tier_1] → [android_tier_1]
Comment 116•8 years ago
|
||
Resolving WFM any keyword:intermittent-failure bug where: * Changed: (is less than or equal to) -3m * Whiteboard: (contains none of the strings) random disabled marked fuzzy todo fails failing annotated time-bomb * Whiteboard: (does not contain the string) leave open There will inevitably be some false positives; for that (and the bugspam) I apologise, but at least this will clear out the open cruft (and thus reduce risk of mis-starring) on TBPL's annotated summary bug suggestions. Filter on orangewfm.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•8 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•