Closed
Bug 704010
Opened 12 years ago
Closed 11 years ago
Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [buildslaves])
Attachments
(1 file)
13.78 KB,
text/plain
|
Details |
We discussed this once before, about one of the brutal CSS tests, and came to the inevitable conclusion that it's the fault of the test for doing something brutal to the slave, but the test author can't be at fault because he has no way of knowing what brutal thing he is doing, and releng can't say because it happened in the past, and why don't you just ignore purple anyway? https://tbpl.mozilla.org/php/getParsedLog.php?id=7498672&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7496770&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7495812&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7495914&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7495292&tree=Mozilla-Inbound ... WinXP mochitest-1, both debug and PGO, disconnecting in the midst of test_fullscreen-api.html. https://tbpl.mozilla.org/php/getParsedLog.php?id=7491088&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7489527&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7482717&tree=Firefox ... Win7 mochitest-4, both debug and PGO, disconnecting in the midst of test_value_cloning.html (one or more of those, or some other recent rash, might have been in one of the other exhaustive CSS tests, not sure and since opening mochitest-4 full logs is cash-out-of-pocket on a capped connection, not looking again to see).
Reporter | ||
Comment 1•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7485935&tree=Mozilla-Aurora - Win7 debug mochitest-4, in test_value_storage.html
Comment 2•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7501103&tree=Firefox Rev3 WINNT 5.1 mozilla-central opt test mochitests-1/5 test_fullscreen-api.html https://tbpl.mozilla.org/php/getParsedLog.php?id=7501160&tree=Firefox Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5 test_fullscreen-api.html
Comment 3•12 years ago
|
||
Are you sure it's not that the disconnect happens to be in the middle of one of the longer-running tests because that test is longer-running (and therefore takes a nontrivial fraction of the total time) rather than because it does something to cause the disconnect?
Comment 4•12 years ago
|
||
There is a heartbeat mechanism between slave and master which continues regardless of test execution. But if a test/firefox pushes the slave deep into swap it's possible that buildbot doesn't get any CPU time to maintain that, and the job gets interrupted. (In reply to Ed Morley [:edmorley] from comment #2) > https://tbpl.mozilla.org/php/getParsedLog.php?id=7501160&tree=Firefox > Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5 > test_fullscreen-api.html Here's some logging from the master, which I'm reading as the master losing contact with the slave: 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] BuildSlave.detached(talos-r3-xp-013) 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] <Build Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5>.lostRemote 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] stopping currentStep <buildbotcustom.steps.unittest.MozillaPackagedMochitests object at 0x2aaaf9c5bb50> 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] addCompleteLog(interrupt) 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] RemoteCommand.interrupt <RemoteShellCommand '['python', 'mochitest/runtests.py', '--appname=firefox/firefox.exe', '--utility-path=bin', '--extra-profile-file=bin/plugins', '--certificate-pat h=certs', '--autorun', '--close-when-done', '--console-level=INFO', '--symbols-path=symbols', '--total-chunks', '5', '--this-chunk', '1', '--chunk-by-dir', '4']'> [Failure instance: Traceback (failure with no frames): <class 'twisted.internet. error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion. ] 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] RemoteCommand.disconnect: lost slave 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] releaseLocks(<buildbotcustom.steps.unittest.MozillaPackagedMochitests object at 0x2aaaf9c5bb50>): [] 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] step 'mochitest-plain-1' complete: exception 2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] <Build Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5>: build finished
Reporter | ||
Comment 5•12 years ago
|
||
In https://tbpl.mozilla.org/php/getParsedLog.php?id=7501113&tree=Firefox&full=1, the purportedly-green log I was downloading while Verizon was sending me a text saying I was at 75% of my bandwidth cap, test_value_cloning.html took 17742ms of a 421568ms run, which doesn't seem like it would give it overwhelming odds of being the innocent bystander, though it's certainly possible that 4% of the time plus the location within the run does. Amusingly, I wouldn't call that a green run, because it hits "Output exceeded 52428800 bytes, remaining output has been truncated" during shutdown, a couple hundred domwindows before the end, and I have a vague memory of that coming up the last time we were playing the blame game about this failure pattern.
Comment 6•12 years ago
|
||
So bug 660398 was intended to speed up test_value_cloning.html a *lot* -- but it did so at the cost of more memory usage, I think. Maybe it's too much for some of these slaves?
Reporter | ||
Comment 7•12 years ago
|
||
Maybe, but it's not unreasonable to bet on the sheer size of the log being the problem. There's variation between platforms, and opt/PGO/debug, but going by the gzipped sizes, nothing but mochitest-other even comes close to the size of mochitest-4 logs, and generally they are three to six times bigger than all the other logs. Apparently buildbot felt some need to cut off logs at 50MB, since even that green M4 did get cut off there - perhaps that's because more than that (and sometimes a bit less than that) will hang the buildbot slave. Assuming we really do need the logorrhea (see what I did there?) of those tests, is there some non-ugly way we can split them up? m-4, m-value_cloning, m-value_storage? :)
Comment 8•12 years ago
|
||
I tried rerunning the second job in comment #2 on the same slave, looked away at the wrong moment, and found the machine was rebooted and saying 'The system has recovered from a serious error". So that looks more like an OS crash. I have the dmp file if anyone wants to take a look.
Reporter | ||
Comment 9•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7501103&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7501966&tree=Firefox tbpl's HTMLized versions of those logs M1 are only around 14.7MB, which doesn't do much for my 50MB log theory.
Reporter | ||
Comment 10•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7502048&tree=Mozilla-Inbound - an M1 in test_bug389797.html, a mere 11.7MB in.
Comment 11•12 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #8) Hmm, might be a red-herring as it'd only got to webgl tests and might just be from having VNC active while the test was running. Second time through I got right through test_fullscreen-api.html without issue. There were extra windows open which were not fullscreen for > 30s, but the task manager was responsive and Firefox memory didn't go above 300M. The slave has 1.7G memory; pretty sure that's 2G for real but munged by boot camp/windows.
Comment 12•12 years ago
|
||
And if you're being very careful to not muck up the focus, and limit the set of tests python mochitest/runtests.py --appname=firefox/firefox.exe --utility-path=bin --extra-profile-file=bin/plugins --certificate-path=certs --autorun --close-when-done --console-level=INFO --symbols-path=symbols --test-path=content/html/content/test then it's hard to see anything wrong with memory or CPU usage. This is all outside of buildbot of course.
Reporter | ||
Comment 13•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7502872&tree=Mozilla-Inbound - M1 test_fullscreen-api.html https://tbpl.mozilla.org/php/getParsedLog.php?id=7502976&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 14•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7503338&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 15•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7503747&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 16•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7506059&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 17•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7507929&tree=Mozilla-Inbound - M4 test_value_cloning.html
Reporter | ||
Comment 18•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7507393&tree=Mozilla-Inbound - M1 test_fullscreen-api.html (though a touch earlier in it than usual)
Reporter | ||
Comment 19•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7511213&tree=Mozilla-Inbound - M1 test_bug430351.html (starting to doubt my "same place in particular tests" diagnosis)
Reporter | ||
Comment 20•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7512106&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 21•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7512422&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 22•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7513096&tree=Mozilla-Inbound - M1 test_bug560112.html
Reporter | ||
Comment 23•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7513004&tree=Mozilla-Inbound - M1 test_bug586786.html
Reporter | ||
Comment 24•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7513084&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 25•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7514099&tree=Firefox - M1 test_textarea_attributes_reflection.html
Reporter | ||
Comment 26•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7514206&tree=Firefox - M1 test_bug560112.html
Reporter | ||
Comment 27•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7515719&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 28•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7516468&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 29•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7516964&tree=Firefox - M1 test_fullscreen-api.html
Reporter | ||
Comment 30•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7517682&tree=Mozilla-Inbound - M1 test_htmlcopyencoder.xhtml
Reporter | ||
Comment 31•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7518823&tree=Firefox - M1 test_fullscreen-api.html
Reporter | ||
Comment 32•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7523443&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 33•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7524105&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 34•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7524453&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 35•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7530483&tree=Firefox - M1 test_bug389797.html
Reporter | ||
Comment 36•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7517708&tree=Fx-Team talos-r3-xp-024 test_fullscreen-api.html
Reporter | ||
Comment 37•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7518813&tree=Fx-Team talos-r3-xp-055 test_fullscreen-api.html
Reporter | ||
Comment 38•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7532733&tree=Mozilla-Inbound talos-r3-xp-027 test_fullscreen-api.html
Reporter | ||
Comment 39•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7533314&tree=Mozilla-Inbound talos-r3-xp-043 test_fullscreen-api.html
Reporter | ||
Comment 40•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7534644&tree=Firefox talos-r3-xp-033 test_fullscreen-api.html
Reporter | ||
Comment 41•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7538640&tree=Mozilla-Inbound talos-r3-xp-054 test_fullscreen-api.html
Reporter | ||
Comment 42•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7538122&tree=Mozilla-Inbound talos-r3-xp-006 test_fullscreen-api.html
Reporter | ||
Comment 43•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7544336&tree=Mozilla-Aurora talos-r3-w7-032 test_value_cloning.html
Reporter | ||
Comment 44•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7543416&tree=Mozilla-Inbound talos-r3-xp-030 test_fullscreen-api.html
Reporter | ||
Comment 45•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7550415&tree=Mozilla-Inbound talos-r3-xp-039 test_bug549475.html
Reporter | ||
Comment 46•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7553414&tree=Firefox talos-r3-w7-006 test_value_cloning.html
Reporter | ||
Comment 47•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7553436&tree=Firefox talos-r3-xp-019 test_fullscreen-api.html
Comment 48•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7547598&tree=Mozilla-Beta talos-r3-w7-004 test_value_cloning.html
Reporter | ||
Comment 49•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7555588&tree=Mozilla-Inbound talos-r3-xp-061 test_fullscreen-api.html
Reporter | ||
Comment 50•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7558462&tree=Firefox talos-r3-xp-053 test_fullscreen-api.html
Comment 51•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7559223&tree=Mozilla-Inbound talos-r3-xp-047 test_fullscreen-api.html
Comment 52•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7559952&tree=Mozilla-Inbound slave: talos-r3-xp-022 73264 INFO TEST-PASS | /tests/content/html/content/test/test_fullscreen-api.html | Parent should be in full-screen mode
Reporter | ||
Comment 53•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7560589&tree=Mozilla-Inbound talos-r3-xp-039 test_fullscreen-api.html
Comment 54•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7563462&tree=Mozilla-Inbound talos-r3-xp-020 test_fullscreen-api.html
Comment 55•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7572351&tree=Firefox Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5 on 2011-11-24 11:01:51 PST for push 84117219ded0 slave: talos-r3-xp-059 content/html/content/test/test_fullscreen-api.html
Comment 56•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7572966&tree=Firefox Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5 on 2011-11-24 11:49:51 PST for push 84117219ded0 slave: talos-r3-xp-020 content/html/content/test/test_fullscreen-api.html
Reporter | ||
Comment 57•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7577140&tree=Mozilla-Inbound talos-r3-xp-005 test_fullscreen-api.html
Reporter | ||
Comment 58•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7576694&tree=Mozilla-Inbound talos-r3-xp-051 test_fullscreen-api.html
Reporter | ||
Comment 59•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7574864&tree=Mozilla-Inbound talos-r3-xp-005 test_fullscreen-api.html
Reporter | ||
Comment 60•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7570136&tree=Mozilla-Inbound talos-r3-xp-051 test_fullscreen-api.html
Reporter | ||
Comment 61•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7578401&tree=Firefox talos-r3-w7-005 test_value_cloning.html
Reporter | ||
Comment 62•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7582688&tree=Firefox talos-r3-w7-047 test_value_cloning.html
Reporter | ||
Comment 63•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7587521&tree=Mozilla-Inbound talos-r3-xp-061 test_fullscreen-api.html
Reporter | ||
Comment 64•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7581850&tree=Mozilla-Inbound talos-r3-xp-059 test_bug549475.html
Reporter | ||
Comment 65•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7582725&tree=Mozilla-Inbound talos-r3-xp-020 test_fullscreen-api.html
Reporter | ||
Comment 66•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7586822&tree=Mozilla-Inbound talos-r3-xp-030 test_fullscreen-api.html
Reporter | ||
Comment 67•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7598162&tree=Firefox talos-r3-xp-056 test_bug560112.html
Reporter | ||
Comment 68•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7591340&tree=Firefox talos-r3-xp-059 test_fullscreen-api.html
Reporter | ||
Comment 69•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7589645&tree=Mozilla-Inbound talos-r3-xp-048 test_fullscreen-api.html
Reporter | ||
Comment 70•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7590439&tree=Mozilla-Inbound talos-r3-xp-019 test_fullscreen-api.html
Reporter | ||
Comment 71•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7592327&tree=Mozilla-Inbound talos-r3-xp-056 test_fullscreen-api.html
Reporter | ||
Comment 72•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7597282&tree=Mozilla-Inbound talos-r3-xp-046 test_fullscreen-api.html
Reporter | ||
Comment 73•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7596310&tree=Mozilla-Inbound talos-r3-xp-056 test_fullscreen-api.html
Reporter | ||
Comment 74•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7598702&tree=Mozilla-Inbound talos-r3-xp-017 test_bug549475.html
Reporter | ||
Comment 75•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7601073&tree=Mozilla-Inbound talos-r3-xp-030 test_fullscreen-api.html
Reporter | ||
Comment 76•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7601240&tree=Mozilla-Inbound talos-r3-xp-030 test_fullscreen-api.html
Reporter | ||
Comment 77•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7606108&tree=Mozilla-Inbound talos-r3-xp-062 test_fullscreen-api.html
Reporter | ||
Comment 78•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Fx-Team&rev=0a6f4e952a3c talos-r3-xp-058 test_fullscreen-api.html
Comment 79•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7615109&tree=Mozilla-Inbound talos-r3-xp-031 test_fullscreen-api.html
Reporter | ||
Comment 80•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7616128&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7616912&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7617998&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7618173&tree=Mozilla-Inbound
Reporter | ||
Updated•12 years ago
|
Severity: normal → blocker
Reporter | ||
Comment 81•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7604503&tree=Firefox
Reporter | ||
Comment 82•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7612713&tree=Fx-Team https://tbpl.mozilla.org/php/getParsedLog.php?id=7611415&tree=Fx-Team
Reporter | ||
Comment 83•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7604665&tree=Services-Central https://tbpl.mozilla.org/php/getParsedLog.php?id=7604714&tree=Services-Central
Reporter | ||
Comment 84•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7623333&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7622810&tree=Mozilla-Inbound
Reporter | ||
Comment 85•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7624704&tree=Mozilla-Inbound
Reporter | ||
Comment 86•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7625584&tree=Mozilla-Inbound
Summary: Rashes of Windows slaves disconnecting at the same place in particular tests → Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1 and mochitest-4 runs
Comment 87•12 years ago
|
||
I made a patch to shrink mochitest-4 log size as a part of fix for bug 627885. Is it possible to land only that part first? It's already r+'ed.
Reporter | ||
Comment 88•12 years ago
|
||
Yes, and thank you!
Reporter | ||
Comment 89•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7626243&tree=Mozilla-Inbound
Reporter | ||
Comment 90•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7626625&tree=Mozilla-Inbound
Reporter | ||
Comment 91•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7626597&tree=Mozilla-Inbound
Reporter | ||
Comment 92•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7626972&tree=Mozilla-Inbound
Reporter | ||
Comment 93•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7627216&tree=Mozilla-Inbound
Comment 94•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7625947&tree=Firefox talos-r3-xp-047 test_fullscreen-api.html
Reporter | ||
Comment 95•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7635086&tree=Mozilla-Inbound
Reporter | ||
Comment 96•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7636259&tree=Mozilla-Inbound
Reporter | ||
Comment 97•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7637127&tree=Mozilla-Inbound
Reporter | ||
Comment 98•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7638980&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7636677&tree=Firefox
Reporter | ||
Comment 99•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7641339&tree=Services-Central
Reporter | ||
Comment 100•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7643953&tree=Build-System
Reporter | ||
Comment 101•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7641661&tree=Fx-Team
Reporter | ||
Comment 102•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7644467&tree=Mozilla-Inbound
Reporter | ||
Comment 103•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7644934&tree=Mozilla-Inbound
Reporter | ||
Comment 104•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7646189&tree=Firefox
Reporter | ||
Comment 105•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7647205&tree=Try
Reporter | ||
Comment 106•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7648797&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7647415&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7648189&tree=Mozilla-Inbound
Reporter | ||
Comment 107•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7650056&tree=Mozilla-Inbound
Reporter | ||
Comment 108•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7650499&tree=Mozilla-Inbound
Reporter | ||
Comment 109•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7651458&tree=Mozilla-Inbound
Reporter | ||
Comment 110•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7652625&tree=Firefox
Reporter | ||
Comment 111•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7652926&tree=Firefox
Reporter | ||
Comment 112•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7652962&tree=Firefox
Reporter | ||
Comment 113•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7657632&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7657175&tree=Mozilla-Inbound
Reporter | ||
Comment 114•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7660257&tree=Mozilla-Inbound
Reporter | ||
Comment 115•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7659179&tree=Firefox
Comment 116•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7650495&tree=Mozilla-Inbound
Reporter | ||
Comment 117•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7662070&tree=Mozilla-Inbound
Reporter | ||
Comment 118•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7663253&tree=Mozilla-Inbound
Reporter | ||
Comment 119•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7663026&tree=Firefox
Reporter | ||
Comment 120•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7663784&tree=Firefox
Reporter | ||
Comment 121•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7667225&tree=Mozilla-Inbound
Reporter | ||
Comment 122•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7653196&tree=Fx-Team
Reporter | ||
Comment 123•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7667600&tree=Mozilla-Inbound
Reporter | ||
Comment 124•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7668158&tree=Mozilla-Inbound
Reporter | ||
Comment 125•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7650705&tree=Services-Central
Reporter | ||
Comment 126•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7672777&tree=Mozilla-Inbound
Reporter | ||
Comment 127•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7675038&tree=Mozilla-Inbound
Reporter | ||
Comment 128•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7675785&tree=Mozilla-Inbound
Reporter | ||
Comment 129•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7670423&tree=Fx-Team
Reporter | ||
Comment 130•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7677566&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7683602&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7677981&tree=Mozilla-Inbound
Reporter | ||
Comment 131•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7683914&tree=Mozilla-Inbound
Reporter | ||
Comment 132•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7677962&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7678170&tree=Firefox
Comment 133•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7686312&tree=Mozilla-Inbound
Reporter | ||
Comment 135•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7676917&tree=UX
Comment 136•12 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #8) > I tried rerunning the second job in comment #2 on the same slave, looked > away at the wrong moment, and found the machine was rebooted and saying 'The > system has recovered from a serious error". So that looks more like an OS > crash. I have the dmp file if anyone wants to take a look. nthomas: can you please post the dmp file somewhere (people.m.o? not sure how big it would be) so we can rope someone into taking a look?
Assignee: nobody → nrthomas
Priority: -- → P1
Whiteboard: [crash][buildslaves]
Comment 137•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7688886&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7688511&tree=Mozilla-Inbound
Reporter | ||
Comment 138•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7689785&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7689886&tree=Mozilla-Inbound
Comment 139•12 years ago
|
||
(In reply to Chris Cooper [:coop] from comment #136) > nthomas: can you please post the dmp file somewhere (people.m.o? not sure > how big it would be) so we can rope someone into taking a look? It's small, http://people.mozilla.com/~nthomas/crash.zip As I said in comment #11 it may be an artifact of how I was testing, rather than the actual issue. Sorry, but I don't have time to work on this right now.
Assignee: nrthomas → nobody
Comment 140•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7691156&tree=Firefox 70825 INFO TEST-PASS | /tests/content/html/content/test/test_bug674558.html | Value unchanged - 5 should equal 5
Comment 141•12 years ago
|
||
I've been trying to reproduce this in a staging environment, running on buildbot. I took a changeset that hit this (9ecb0201e044) and pulled a production slave that hit this (talos-r3-xp-016) and the first run was green, the second hit the disconnect at test_fullscreen-api.html and so then I tried to _watch_ the test suite run with RDC which resulted in a few runs that were orange (complete but with some fails due to resolution perhaps?). Went back to letting buildbot do its thing and have had several green runs. Not much to go on here, and unsure what else to try.
Reporter | ||
Comment 142•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7693829&tree=Mozilla-Inbound
Reporter | ||
Comment 143•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7694015&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7694504&tree=Firefox
Reporter | ||
Comment 144•12 years ago
|
||
Since I knew absolutely nothing about analyzing Windows minidumps before I started Googling, dunno how good the results are from running it on a different machine which lacks the offending dll, but the results of C:\Program Files\Debugging Tools for Windows>dumpchk.exe C:\crash\Mini112011-02. dmp -y SRV*c:\symbols*http://msdl.microsoft.com/download/symbols > c:\dmpchk.txt is "dude, your video driver sucks." Well, literally, "Probably caused by : nv4_disp.dll ( nv4_disp+75be2 )"
Reporter | ||
Comment 145•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7698811&tree=Mozilla-Inbound
Reporter | ||
Comment 146•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7700779&tree=Try
Reporter | ||
Comment 147•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7701062&tree=Try
Reporter | ||
Comment 148•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7701323&tree=Mozilla-Inbound
Reporter | ||
Comment 149•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7705225&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7705650&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7704542&tree=Mozilla-Inbound
Comment 150•12 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #144) > Created attachment 578470 [details] > dumpchk.exe output > > Since I knew absolutely nothing about analyzing Windows minidumps before I > started Googling, dunno how good the results are from running it on a > different machine which lacks the offending dll, but the results of > > C:\Program Files\Debugging Tools for Windows>dumpchk.exe > C:\crash\Mini112011-02. > dmp -y SRV*c:\symbols*http://msdl.microsoft.com/download/symbols > > c:\dmpchk.txt > > is "dude, your video driver sucks." Well, literally, "Probably caused by : > nv4_disp.dll ( nv4_disp+75be2 )" Not sure if it would help but perhaps we have to change the graphic driver to a less crashy version. We're re-evaluating which version to upgrade/downgrade the Win7 slaves to bug 702504. [1] https://wiki.mozilla.org/ReferencePlatforms/Test/WinXP#Upgrade_NVIDIA_driver
Reporter | ||
Comment 151•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7711295&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7710737&tree=Mozilla-Inbound
Reporter | ||
Comment 152•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7712211&tree=Firefox
Reporter | ||
Comment 153•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7713152&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7712882&tree=Mozilla-Inbound
Reporter | ||
Comment 154•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7712726&tree=Fx-Team
Reporter | ||
Comment 155•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7698836&tree=Fx-Team
Reporter | ||
Comment 156•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7716864&tree=Mozilla-Inbound
Reporter | ||
Comment 157•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7720403&tree=Firefox
Reporter | ||
Comment 158•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7720907&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7721190&tree=Mozilla-Inbound
Reporter | ||
Comment 159•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7724684&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7725525&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7723542&tree=Mozilla-Inbound
Reporter | ||
Comment 160•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7727062&tree=Mozilla-Inbound
Reporter | ||
Comment 161•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7728278&tree=Mozilla-Inbound
Reporter | ||
Comment 162•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7725323&tree=Try https://tbpl.mozilla.org/php/getParsedLog.php?id=7724856&tree=Try
Reporter | ||
Comment 163•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7728279&tree=Firefox
Reporter | ||
Comment 164•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7728960&tree=Firefox
Reporter | ||
Comment 165•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7729063&tree=Mozilla-Inbound
Reporter | ||
Comment 166•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7727668&tree=Build-System
Reporter | ||
Comment 167•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7730332&tree=Services-Central
Reporter | ||
Comment 168•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7731239&tree=Firefox
Reporter | ||
Comment 169•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7731007&tree=Mozilla-Inbound
Reporter | ||
Comment 170•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7732006&tree=Mozilla-Inbound
Reporter | ||
Comment 171•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7731955&tree=Firefox
Reporter | ||
Comment 172•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7733109&tree=Mozilla-Inbound
Reporter | ||
Comment 173•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7733946&tree=Mozilla-Inbound
Reporter | ||
Comment 174•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7734228&tree=Firefox
Reporter | ||
Comment 175•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7735010&tree=Mozilla-Inbound
Comment 176•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7735802&tree=Mozilla-Inbound
Reporter | ||
Comment 177•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7739519&tree=Mozilla-Inbound
Reporter | ||
Comment 178•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7738133&tree=Mozilla-Inbound
Reporter | ||
Comment 179•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7739285&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7737633&tree=Firefox
Reporter | ||
Comment 180•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7740820&tree=Firefox
Reporter | ||
Comment 181•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7729927&tree=Ionmonkey
Reporter | ||
Comment 182•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7742208&tree=Mozilla-Inbound
Reporter | ||
Comment 183•12 years ago
|
||
My theory of the day is that there were two separate things, M4's huge log, and M1's whatever. Suggestive of the M1 problem: with test_fullscreen_api disabled: https://tbpl.mozilla.org/?tree=Try&rev=572683838224 with test_fullscreen_api enabled: https://tbpl.mozilla.org/?tree=Try&rev=daff5a8af30e
Summary: Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1 and mochitest-4 runs → Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1
Reporter | ||
Comment 184•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7743490&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7744220&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7743873&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7743058&tree=Mozilla-Inbound
Reporter | ||
Comment 185•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7744634&tree=Mozilla-Inbound
Reporter | ||
Comment 186•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7744798&tree=Mozilla-Inbound
Reporter | ||
Comment 187•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7744815&tree=Mozilla-Inbound
Reporter | ||
Comment 188•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7745097&tree=Firefox I should have enabled PGO on try, that fails like crazy.
Reporter | ||
Comment 189•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7745456&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7745744&tree=Mozilla-Inbound
Reporter | ||
Comment 190•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7745839&tree=Mozilla-Inbound
Reporter | ||
Comment 191•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7746347&tree=Mozilla-Inbound
Reporter | ||
Comment 192•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7747204&tree=Mozilla-Inbound
Reporter | ||
Comment 193•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7751842&tree=Mozilla-Inbound
Reporter | ||
Comment 194•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7747566&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7748544&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7749090&tree=Mozilla-Inbound
Reporter | ||
Comment 195•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7749360&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7751865&tree=Firefox
Reporter | ||
Comment 196•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7754403&tree=Mozilla-Inbound
Comment 197•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7754768&tree=Firefox 73266 INFO TEST-PASS | /tests/content/html/content/test/test_fullscreen-api.html | Parent should be in full-screen mode
Reporter | ||
Comment 198•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7755842&tree=Mozilla-Inbound
Reporter | ||
Comment 199•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7755876&tree=Mozilla-Inbound
Reporter | ||
Comment 200•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7756292&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7756079&tree=Mozilla-Inbound
Reporter | ||
Comment 201•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7756658&tree=Mozilla-Inbound
Reporter | ||
Comment 202•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7757511&tree=Mozilla-Inbound
Reporter | ||
Comment 203•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7757601&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7757678&tree=Mozilla-Inbound
Reporter | ||
Comment 204•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7757764&tree=Mozilla-Inbound
Reporter | ||
Comment 205•12 years ago
|
||
PGO with test_fullscreen_api disabled: https://tbpl.mozilla.org/?tree=Try&rev=53f088b4c903 PGO with test_fullscreen_api enabled: https://tbpl.mozilla.org/?tree=Try&rev=ec281df69367 I'm a little concerned by how frequently we hit bug 608634 with it disabled, but a simple little test failure is a few thousand times better than a test suite abort, slave OS crash, and a Talos run failure if the slave does Talos next. The hypothetical person who will hypothetically try to debug the problem will have absolutely no problem triggering it with PGO builds on Try, so I say we stop running it on WinXP until that hypothetical person becomes actual. Particularly, I very strongly suggest we stop running it before the next merge to Aurora so we don't have to endure it for 12 weeks afterward no matter what we do on the trunk.
Reporter | ||
Comment 206•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7758072&tree=Mozilla-Inbound
Reporter | ||
Comment 207•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7758285&tree=Mozilla-Inbound
Reporter | ||
Comment 208•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=e90ea5280cfc&jobname=winnt%205.1 - pretty sure I'll get the opt M1 to complete before long, though.
Reporter | ||
Comment 209•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7761099&tree=Mozilla-Inbound
Reporter | ||
Comment 210•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7760984&tree=Mozilla-Inbound
Reporter | ||
Comment 211•12 years ago
|
||
Wups, comment 210 caught me not looking, that's not actually this.
Reporter | ||
Comment 212•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7760033&tree=Mozilla-Inbound
Reporter | ||
Comment 213•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7761911&tree=Mozilla-Inbound
Reporter | ||
Comment 214•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7762909&tree=Mozilla-Inbound
Reporter | ||
Comment 215•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7758748&tree=Mozilla-Inbound
Reporter | ||
Comment 216•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7763380&tree=Mozilla-Inbound
Reporter | ||
Comment 217•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7763399&tree=Mozilla-Inbound
Reporter | ||
Comment 218•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7762598&tree=Firefox
Reporter | ||
Comment 219•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7764017&tree=Mozilla-Inbound
Reporter | ||
Comment 220•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7764117&tree=Firefox
Reporter | ||
Comment 221•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7764949&tree=Mozilla-Inbound
Reporter | ||
Comment 222•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7765464&tree=Mozilla-Inbound
Reporter | ||
Comment 223•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7765517&tree=Mozilla-Inbound
Reporter | ||
Comment 224•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7765830&tree=Mozilla-Inbound
Reporter | ||
Comment 225•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7765736&tree=Mozilla-Inbound
Reporter | ||
Comment 226•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7766144&tree=Mozilla-Inbound
Reporter | ||
Comment 227•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7772457&tree=Firefox
Reporter | ||
Comment 228•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7770295&tree=Firefox
Reporter | ||
Comment 229•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7771853&tree=Firefox
Reporter | ||
Comment 230•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7772832&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773137&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7772841&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7769821&tree=Mozilla-Inbound
Reporter | ||
Comment 231•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7772832&tree=Mozilla-Inbound
Reporter | ||
Comment 232•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773271&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7769821&tree=Mozilla-Inbound
Reporter | ||
Comment 233•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773350&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773354&tree=Mozilla-Inbound But don't worry, given enough tries I'll get a test run on that push.
Reporter | ||
Comment 234•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773355&tree=Mozilla-Inbound
Reporter | ||
Comment 235•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773354&tree=Mozilla-Inbound
Reporter | ||
Comment 236•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773396&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773397&tree=Mozilla-Inbound
Reporter | ||
Comment 237•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773491&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773494&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773488&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773490&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7773493&tree=Mozilla-Inbound
Reporter | ||
Comment 238•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7774080&tree=Mozilla-Inbound
Reporter | ||
Comment 239•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773694&tree=Firefox
Reporter | ||
Comment 240•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7774505&tree=Mozilla-Inbound Starting to wonder if maybe bug 676349 exacerbated this: it took me 6 runs on that push to get a green, and only 1 of 12 runs on the next push was green.
Reporter | ||
Comment 241•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7774802&tree=Firefox
Reporter | ||
Comment 242•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7775015&tree=Mozilla-Inbound
Reporter | ||
Comment 243•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7775129&tree=Firefox
Reporter | ||
Comment 244•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7775684&tree=Mozilla-Inbound
Comment 245•12 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #240) > https://tbpl.mozilla.org/php/getParsedLog.php?id=7774505&tree=Mozilla-Inbound > > Starting to wonder if maybe bug 676349 exacerbated this: it took me 6 runs > on that push to get a green, and only 1 of 12 runs on the next push was > green. You could try pushing a backout of bug 676349 to Try to test that theory.
Reporter | ||
Comment 246•12 years ago
|
||
In about 8 hours I'll be where I have a tree, and I can. Or, maybe I can pin the inbound Win PGO build bustage on it, and get it backed out, quicker than that :)
Reporter | ||
Comment 247•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7776040&tree=Mozilla-Inbound
Reporter | ||
Comment 248•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7777045&tree=Mozilla-Inbound
Reporter | ||
Comment 249•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7777629&tree=Firefox
Reporter | ||
Comment 250•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7776351&tree=Firefox
Reporter | ||
Comment 251•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7779337&tree=Mozilla-Inbound
Reporter | ||
Comment 252•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7779829&tree=Firefox
Reporter | ||
Comment 253•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7779908&tree=Mozilla-Inbound
Comment 254•12 years ago
|
||
test_textarea_attributes_reflection.html - https://tbpl.mozilla.org/php/getParsedLog.php?id=7779901&tree=Firefox test_bug389797.html - https://tbpl.mozilla.org/php/getParsedLog.php?id=7779851&tree=Firefox
Reporter | ||
Comment 255•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7780627&tree=Mozilla-Inbound
Reporter | ||
Comment 256•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7782887&tree=Mozilla-Inbound
Reporter | ||
Comment 257•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7784422&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7784739&tree=Mozilla-Inbound
Reporter | ||
Comment 258•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7785367&tree=Mozilla-Inbound
Reporter | ||
Comment 259•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7782286&tree=Firefox
Reporter | ||
Comment 260•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7774408&tree=Services-Central https://tbpl.mozilla.org/php/getParsedLog.php?id=7774657&tree=Services-Central
Reporter | ||
Comment 261•12 years ago
|
||
I'm nothing but a bundle of suspicions, but I'm suspicious of how rather than continuing to be awful as long as bug 676349 was in the tree, the frequency tapered off pretty much in parallel with the tapering off of phx's network troubles.
Reporter | ||
Comment 262•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7787727&tree=Mozilla-Inbound
Reporter | ||
Comment 264•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7787815&tree=Mozilla-Inbound
Reporter | ||
Comment 265•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7783755&tree=Mozilla-Inbound
Reporter | ||
Comment 266•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7783017&tree=Ionmonkey
Reporter | ||
Comment 267•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7790523&tree=Mozilla-Inbound
Reporter | ||
Comment 268•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7798882&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7797305&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7795759&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7793902&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7794235&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7798461&tree=Mozilla-Inbound
Reporter | ||
Comment 269•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7799613&tree=Mozilla-Inbound
Reporter | ||
Comment 270•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7799635&tree=Mozilla-Inbound
Reporter | ||
Comment 271•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7799899&tree=Mozilla-Inbound
Reporter | ||
Comment 272•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7799947&tree=Mozilla-Inbound
Reporter | ||
Comment 273•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7799678&tree=Mozilla-Inbound
Reporter | ||
Comment 274•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800303&tree=Mozilla-Inbound
Reporter | ||
Comment 275•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800524&tree=Mozilla-Inbound
Reporter | ||
Comment 276•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800459&tree=Firefox
Reporter | ||
Comment 277•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7797800&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7797062&tree=Firefox
Reporter | ||
Comment 278•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800775&tree=Mozilla-Inbound
Reporter | ||
Comment 279•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800434&tree=Mozilla-Inbound
Reporter | ||
Comment 280•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800711&tree=Firefox
Reporter | ||
Comment 281•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7801064&tree=Mozilla-Inbound
Reporter | ||
Comment 282•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7800710&tree=Firefox
Reporter | ||
Comment 283•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7801414&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7801297&tree=Mozilla-Inbound
Reporter | ||
Comment 284•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7802389&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7802322&tree=Mozilla-Inbound
Reporter | ||
Comment 285•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7802928&tree=Mozilla-Inbound
Reporter | ||
Comment 286•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7802810&tree=Mozilla-Inbound
Reporter | ||
Comment 287•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7802679&tree=Mozilla-Inbound
Reporter | ||
Comment 288•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7803521&tree=Mozilla-Inbound
Reporter | ||
Comment 290•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7804552&tree=Mozilla-Inbound
Reporter | ||
Comment 291•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7805581&tree=Firefox
Reporter | ||
Comment 292•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7805779&tree=Firefox
Reporter | ||
Comment 293•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7806077&tree=Firefox
Reporter | ||
Comment 294•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7806491&tree=Mozilla-Inbound
Reporter | ||
Comment 295•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7806485&tree=Mozilla-Inbound
Reporter | ||
Comment 296•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7806133&tree=Mozilla-Inbound
Reporter | ||
Comment 297•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7807253&tree=Mozilla-Inbound
Reporter | ||
Comment 298•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7807534&tree=Firefox
Reporter | ||
Comment 299•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7807588&tree=Mozilla-Inbound
Reporter | ||
Comment 300•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7807917&tree=Mozilla-Inbound
Reporter | ||
Comment 301•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7808144&tree=Firefox
Reporter | ||
Comment 302•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7808683&tree=Firefox
Reporter | ||
Comment 303•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7806023&tree=Mozilla-Inbound
Reporter | ||
Comment 304•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7809609&tree=Build-System
Reporter | ||
Comment 305•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7809929&tree=Mozilla-Inbound
Reporter | ||
Comment 306•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7810439&tree=Build-System
Reporter | ||
Comment 307•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7806971&tree=Build-System
Reporter | ||
Comment 308•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7810450&tree=Mozilla-Inbound
Reporter | ||
Comment 309•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7810368&tree=Mozilla-Inbound
Reporter | ||
Comment 310•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7809777&tree=Firefox
Reporter | ||
Comment 311•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7811067&tree=Mozilla-Inbound
Reporter | ||
Comment 312•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7811361&tree=Firefox
Reporter | ||
Comment 313•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7811212&tree=Build-System
Reporter | ||
Comment 314•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7812013&tree=Firefox
Reporter | ||
Comment 315•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7812381&tree=Mozilla-Inbound
Reporter | ||
Comment 316•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7813541&tree=Mozilla-Inbound
Reporter | ||
Comment 317•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7812748&tree=Firefox
Reporter | ||
Comment 318•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7813044&tree=Firefox
Reporter | ||
Comment 319•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7803095&tree=Services-Central
Reporter | ||
Comment 320•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7814884&tree=Services-Central https://tbpl.mozilla.org/php/getParsedLog.php?id=7814805&tree=Services-Central
Reporter | ||
Comment 321•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7815708&tree=Firefox
Reporter | ||
Comment 322•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7816211&tree=Firefox
Reporter | ||
Comment 323•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7816332&tree=Mozilla-Inbound
Reporter | ||
Comment 324•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7811649&tree=Fx-Team
Reporter | ||
Comment 325•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7794545&tree=Fx-Team https://tbpl.mozilla.org/php/getParsedLog.php?id=7792918&tree=Fx-Team
Reporter | ||
Comment 326•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7816425&tree=Mozilla-Inbound
Reporter | ||
Comment 327•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7826030&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7826427&tree=Mozilla-Inbound
Reporter | ||
Comment 328•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7826524&tree=Mozilla-Inbound
Reporter | ||
Comment 329•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7828157&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=7828585&tree=Firefox I tried disabling subtests, but wasn't able to find just one that we could disable rather than disabling the whole set. I realized afterward that I did it the wrong way, removing another one each try when instead I should have done eight pushes each running just a single subtest, but we're getting such a backlog of WinXP test jobs because we have to keep retriggering M1 because of this, and we have to keep retriggering Talos when a slave affected by this hits a Talos job on its next run, that I think we need to disable the whole thing, get ourselves unbroken, and then test that when we're in less desperate conditions.
Reporter | ||
Comment 330•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7828955&tree=Mozilla-Inbound
Reporter | ||
Comment 331•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7829210&tree=Firefox
Reporter | ||
Comment 332•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7829388&tree=Mozilla-Inbound
Reporter | ||
Comment 333•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7829927&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=7830322&tree=Mozilla-Inbound
Reporter | ||
Comment 334•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7830121&tree=Mozilla-Inbound
Reporter | ||
Comment 335•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7830403&tree=Mozilla-Inbound
Reporter | ||
Comment 336•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7830873&tree=Mozilla-Inbound
Reporter | ||
Comment 337•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7831214&tree=Mozilla-Inbound
Reporter | ||
Comment 338•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7831663&tree=Mozilla-Inbound
Reporter | ||
Comment 339•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7831567&tree=Mozilla-Inbound
Reporter | ||
Comment 340•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7831993&tree=Firefox
Reporter | ||
Comment 341•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7832398&tree=Firefox
Reporter | ||
Comment 342•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7832405&tree=Mozilla-Inbound
Reporter | ||
Comment 343•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7832997&tree=Firefox
Reporter | ||
Comment 344•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7833757&tree=Firefox
Reporter | ||
Comment 345•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7833885&tree=Mozilla-Inbound
Reporter | ||
Comment 346•12 years ago
|
||
Wups, comment 345 was a misstar.
Reporter | ||
Comment 347•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7833913&tree=Firefox
Updated•12 years ago
|
Assignee: nobody → catlee
Comment 348•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1cdb116ae0b9 Disabled test_fullscreen-api on WinXP. When this bug is fixed, we should backout this changeset to re-enable the test on WinXP. We do want to be running this test on WinXP, I'm just sick of bugspam emails.
Reporter | ||
Comment 349•12 years ago
|
||
Even if someone can somehow find a less crashy driver that still meets all our other needs from a driver (whatever they may be), someone still checked something in to inbound between say November 18th and 20th, which turned this test which had been around long before that into something which crashes a driver which has been around since last February.
Assignee: catlee → nobody
Severity: blocker → critical
Component: Release Engineering → DOM: Core & HTML
Priority: P1 → --
Product: mozilla.org → Core
QA Contact: release → general
Version: other → Trunk
Comment 350•12 years ago
|
||
(In reply to Chris Pearce (:cpearce) (Mozilla Corporation) from comment #348) > https://hg.mozilla.org/integration/mozilla-inbound/rev/1cdb116ae0b9 > > Disabled test_fullscreen-api on WinXP. When this bug is fixed, we should > backout this changeset to re-enable the test on WinXP. We do want to be > running this test on WinXP, I'm just sick of bugspam emails. https://hg.mozilla.org/mozilla-central/rev/1cdb116ae0b9
Comment 351•12 years ago
|
||
I've spent some time bisecting this on try, and it looks like https://hg.mozilla.org/integration/mozilla-inbound/rev/03fcc784d866 is where the failure was introduced.
Comment 352•12 years ago
|
||
That's a merge changeset, which is not super useful. :-/ There are definitely a bunch of GL-related changes encompassed in that merge, though.
Comment 353•12 years ago
|
||
Disconnect in a different test; I don't know if this was a crash or a genuine infra error. https://tbpl.mozilla.org/php/getParsedLog.php?id=7903392&tree=Firefox Rev3 WINNT 6.1 mozilla-central opt test mochitests-4/5 on 2011-12-13 06:41:45 PST for push 00e184077825 90773 INFO TEST-PASS | /tests/layout/style/test/test_value_computation.html | should not get initial value for 'content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAKElEQVR42u3NQQ0AAAgEoNP+nTWFDzcoQE1udQQCgUAgEAgEAsGTYAGjxAE/G/Q2tQAAAABJRU5ErkJggg==)' on elementn. - url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAKElEQVR42u3NQQ0AAAgEoNP+nTWFDzcoQE1udQQCgUAgEAgEAsGTYAGjxAE/G/Q2tQAAAABJRU5ErkJggg==") should not equal none 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. ]
Comment 354•12 years ago
|
||
Filed bug 710942 for comment 353.
Comment 355•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9285239&tree=Mozilla-Inbound
Reporter | ||
Comment 356•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9306269&tree=Firefox The new flavor would be: 47270 INFO TEST-PASS | /tests/content/canvas/test/webgl/test_webgl_conformance_test_suite.html | Successful test page (URL: conformance/more/conformance/quickCheckAPI-B1.html) WebGL test page successful: conformance/more/conformance/quickCheckAPI-B1.html WebGL mochitest: starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 357•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9323545&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B3.html
Reporter | ||
Comment 358•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9332815&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 359•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9338617&tree=Firefox - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 360•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9341188&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 361•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9352318&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 362•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9359355&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 363•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9368866&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 364•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9405490&tree=Firefox - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 365•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9388468&tree=Fx-Team - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 366•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9469753&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B3.html
Reporter | ||
Comment 367•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9481769&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 368•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9486858&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 369•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9491416&tree=Firefox - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 370•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9498859&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 371•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9512272&tree=Profiling - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 372•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9529632&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 373•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9544421&tree=Profiling - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 374•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9550700&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 375•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9553331&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 376•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9578850&tree=Maple - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 377•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9609181&tree=Maple
Reporter | ||
Comment 378•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9615819&tree=Mozilla-Inbound - starting page conformance/more/functions/bufferSubDataBadArgs.html (and getting part way through it)
Reporter | ||
Comment 379•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9617078&tree=Maple - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 380•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9624969&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 381•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9643901&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 382•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9656686&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 383•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9662707&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 384•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9696295&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 385•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9711069&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 386•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9682882&tree=Fx-Team - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 387•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9713144&tree=Fx-Team - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 388•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9726765&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 389•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9734945&tree=Mozilla-Inbound - starting page conformance/more/functions/copyTexImage2DBadArgs.html
Reporter | ||
Comment 390•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9744579&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 391•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9748252&tree=Mozilla-Inbound - quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 392•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9749986&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Comment 393•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9752157&tree=Mozilla-Inbound conformance/more/conformance/quickCheckAPI-C.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 394•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9773100&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 395•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9766551&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 396•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9792180&tree=Mozilla-Inbound - conformance/more/functions/copyTexImage2D.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 397•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9801928&tree=Mozilla-Inbound - conformance/more/functions/copyTexImage2D.html] (WebGL mochitest) Starting test page
Comment 398•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9804679&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 399•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9804679&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 400•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9807864&tree=Firefox - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 401•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9813312&tree=Firefox - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 402•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9816248&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 403•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9820187&tree=Fx-Team
Reporter | ||
Comment 404•11 years ago
|
||
- conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 405•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9843596&tree=Mozilla-Inbound - conformance/more/functions/deleteBufferBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 406•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9869936&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 407•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9858303&tree=Mozilla-Inbound - conformance/more/functions/drawArrays.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 408•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9885306&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 409•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9893147&tree=Mozilla-Inbound - conformance/more/functions/copyTexSubImage2DBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 410•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9895526&tree=Mozilla-Inbound - conformance/more/functions/copyTexSubImage2DBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 411•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9899812&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 412•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9899694&tree=Mozilla-Inbound - conformance/more/functions/deleteBufferBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 413•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9961160&tree=Mozilla-Inbound - conformance/more/functions/deleteBufferBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 414•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9965204&tree=Firefox - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Comment 415•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9976476&tree=Mozilla-Inbound conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 416•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9976627&tree=Services-Central - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 417•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9961915&tree=Fx-Team - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest)
Reporter | ||
Comment 418•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9934518&tree=Fx-Team - conformance/more/functions/drawArrays.html] (WebGL mochitest)
Reporter | ||
Comment 419•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10003352&tree=Maple - conformance/more/functions/drawArrays.html] (WebGL mochitest)
Comment 420•11 years ago
|
||
This seems to have stopped around March 10. Let's call it WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•