[webkit-dev] Snow Leopard WebKit2 tester bot

2012-02-02 Thread Osztrogonac Csaba

Hi WebKit Developers,

Unfortunately Snow Leopard WebKit2 tester bot doesn't work long time
ago, exactly from 12/02/2011 - http://trac.webkit.org/changeset/101853 .
After enabling parallel testing, it exits early because of too many crashes.
Shouldn't we disable parallel test running on SL-WK2? It seems it doesn't
work at all. Or is anyone interested in a working SL-WK2 tester bot? It's
strange for me that wasn't a problem for anyone in 2 months.

br,
Ossy
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard WebKit2 tester bot

2012-02-02 Thread Simon Fraser
I filed https://bugs.webkit.org/show_bug.cgi?id=75145 a while back. I'm not 
sure why it hasn't been addressed yet.

Simon

On Feb 2, 2012, at 3:19 PM, Osztrogonac Csaba wrote:

 Hi WebKit Developers,
 
 Unfortunately Snow Leopard WebKit2 tester bot doesn't work long time
 ago, exactly from 12/02/2011 - http://trac.webkit.org/changeset/101853 .
 After enabling parallel testing, it exits early because of too many crashes.
 Shouldn't we disable parallel test running on SL-WK2? It seems it doesn't
 work at all. Or is anyone interested in a working SL-WK2 tester bot? It's
 strange for me that wasn't a problem for anyone in 2 months.
 
 br,
 Ossy

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard WebKit2 tester bot

2012-02-02 Thread Eric Seidel
I filed https://bugs.webkit.org/show_bug.cgi?id=3761 a while back.
I'm not sure why it hasn't been addressed yet. :p

But I did fix your bug just now. :)

-eric

On Thu, Feb 2, 2012 at 11:46 AM, Simon Fraser simon.fra...@apple.com wrote:
 I filed https://bugs.webkit.org/show_bug.cgi?id=75145 a while back. I'm not 
 sure why it hasn't been addressed yet.

 Simon

 On Feb 2, 2012, at 3:19 PM, Osztrogonac Csaba wrote:

 Hi WebKit Developers,

 Unfortunately Snow Leopard WebKit2 tester bot doesn't work long time
 ago, exactly from 12/02/2011 - http://trac.webkit.org/changeset/101853 .
 After enabling parallel testing, it exits early because of too many crashes.
 Shouldn't we disable parallel test running on SL-WK2? It seems it doesn't
 work at all. Or is anyone interested in a working SL-WK2 tester bot? It's
 strange for me that wasn't a problem for anyone in 2 months.

 br,
 Ossy

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Snow Leopard Leaks Bot out of Disk Space

2011-08-08 Thread Eric Seidel
http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/18482/steps/layout-test/logs/stdio

2011-08-08 16:03:36,710 67413 manager.py:1403 ERROR worker/0 raised
OSError('[Errno 28] No space left on device:
'/var/folders/dR/dRbf9KVoHs0rNZjRONbHTU+++TI/-Tmp-/DumpRenderTree-CL_oFh''):

It's possible that the out-of-disk space is entirely my fault.  I just
switched the bot over to NRWT today and maybe I'm writing gigs of data
to the HD somehow.

If someone with access to the bot could SSH in, clean up a little, and
tell me if I caused the out of disk, that would be fantastic.

Thank you!

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard Leaks Bot out of Disk Space

2011-08-08 Thread Mark Rowe

On 2011-08-08, at 17:16, Eric Seidel wrote:

 http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/18482/steps/layout-test/logs/stdio
 
 2011-08-08 16:03:36,710 67413 manager.py:1403 ERROR worker/0 raised
 OSError('[Errno 28] No space left on device:
 '/var/folders/dR/dRbf9KVoHs0rNZjRONbHTU+++TI/-Tmp-/DumpRenderTree-CL_oFh''):
 
 It's possible that the out-of-disk space is entirely my fault.  I just
 switched the bot over to NRWT today and maybe I'm writing gigs of data
 to the HD somehow.
 
 If someone with access to the bot could SSH in, clean up a little, and
 tell me if I caused the out of disk, that would be fantastic.

The issue is that the AppleSpell process is inheriting the environment from the 
process that required it.  On the leaks bot this is DumpRenderTree with 
MallocStackLogging=YES set.  AppleSpell appears to be a long-running service 
that never exits on its own.  This causes its stack log file to grow without 
bound.  I've cleaned up the disk space it was using for now.

- Mark

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard Leaks Bot out of Disk Space

2011-08-08 Thread Eric Seidel
Interesting.  Would you suggest that we add code to DumpRenderTree.mm
to remove MallocStackLogging from the environment before running the
tests?  (I am of course assuming that malloc code checks
MallocStackLogging at startup and such a change would not affect
logging in DRT itself.)

Thank again you for your help.

-eric

On Mon, Aug 8, 2011 at 6:09 PM, Mark Rowe mr...@apple.com wrote:

 On 2011-08-08, at 17:16, Eric Seidel wrote:

 http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/18482/steps/layout-test/logs/stdio

 2011-08-08 16:03:36,710 67413 manager.py:1403 ERROR worker/0 raised
 OSError('[Errno 28] No space left on device:
 '/var/folders/dR/dRbf9KVoHs0rNZjRONbHTU+++TI/-Tmp-/DumpRenderTree-CL_oFh''):

 It's possible that the out-of-disk space is entirely my fault.  I just
 switched the bot over to NRWT today and maybe I'm writing gigs of data
 to the HD somehow.

 If someone with access to the bot could SSH in, clean up a little, and
 tell me if I caused the out of disk, that would be fantastic.

 The issue is that the AppleSpell process is inheriting the environment from 
 the process that required it.  On the leaks bot this is DumpRenderTree with 
 MallocStackLogging=YES set.  AppleSpell appears to be a long-running service 
 that never exits on its own.  This causes its stack log file to grow without 
 bound.  I've cleaned up the disk space it was using for now.

 - Mark


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Snow Leopard

2011-02-22 Thread Eric Seidel
The SL bot has been broken since yesterday.  Meaning the commit-queue
is now up to 22 patches pending.

There have been a couple media tests failing since checkin.  But more
concerning is there appears to be a marauding memory smasher:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r79391%20(8893)/results.html
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r79388%20(8891)/results.html

I don't have good data on when the memory smasher started.  Maybe it's
still fallout from Darin's utf8 decoder change?

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard

2011-02-22 Thread Mihai Parparita
The SL bot is now green
(http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20(Tests)),
ever since http://trac.webkit.org/changeset/79390 rolled out a change
that resulted in all layout tests are crashing on Snow Leopard per
the comment. It doesn't look like the cq has done a full cycle with a
patch since then, perhaps it'll start landing patches now?

Mihai

On Tue, Feb 22, 2011 at 9:10 PM, Eric Seidel e...@webkit.org wrote:
 The SL bot has been broken since yesterday.  Meaning the commit-queue
 is now up to 22 patches pending.

 There have been a couple media tests failing since checkin.  But more
 concerning is there appears to be a marauding memory smasher:
 http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r79391%20(8893)/results.html
 http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r79388%20(8891)/results.html

 I don't have good data on when the memory smasher started.  Maybe it's
 still fallout from Darin's utf8 decoder change?

 -eric
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard

2011-02-22 Thread Eric Seidel
Mihai cleared things up for me in #webkit.  media tests were broke
from yesterday until this afternoon, then the crasher rolled in, then
it just got rolled out, and the other media test I was seeing was a
webkit2 failure not SL.

SL is green and the cq is landing in 5-way parallel. :)

-eric

On Tue, Feb 22, 2011 at 9:29 PM, Ryosuke Niwa ryosuke.n...@gmail.com wrote:
 On Wed, Feb 23, 2011 at 2:20 PM, Mihai Parparita mih...@chromium.org
 wrote:

 The SL bot is now green

 (http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20(Tests)),
 ever since http://trac.webkit.org/changeset/79390 rolled out a change
 that resulted in all layout tests are crashing on Snow Leopard per
 the comment. It doesn't look like the cq has done a full cycle with a
 patch since then, perhaps it'll start landing patches now?

 Yeah, that rollout took forever on the waterfall to cycle as well so I
 wouldn't be surprised even if commit queues spent some extra time to catch
 up.
 - Ryosuke

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Snow Leopard Pixel Baselines

2010-12-14 Thread Mihai Parparita
James Robinson and I* have been working on updating the pixel
baselines in platform/mac so that they pass on Snow Leopard (we've
been moving existing baselines to platform/mac-leopard so that things
still work on Leopard too). Having up to date pixel baselines is
helpful when making layout code changes, and for derivative ports that
can use the mac baselines (e.g. chromium-mac).

When we started there were more than 2,000 failing tests, mainly due
to expected rendering differences in text anti-aliasing and colors
(e.g. green is now actually #008000). With the help of some tools,
we're now down to around 110 tests. The failures are more subtle, so
it would be helpful to get people who know a bit more about is
actually being tested to look at the results before updating them.

http://bit.ly/sl-rebaselines has the list of failing tests and links
for expected/actual/diffs (this requires a Google Account to view, and
lets you edit the spreadsheet; http://bit.ly/sl-rebaselines-static is
a static version that can be viewed when signed out too).

If you'd like to help out, claim test(s) from the list above, and then
update the checked in mac baselines (moving existing ones to
mac-leopard).

One thing that may be helpful is the rebaseline server tool that I
wrote that lets you quickly go through image diffs and update
baselines (and move existing ones to mac-leopard).
https://trac.webkit.org/wiki/RebaselineServer explains how to use it.

Let me know if something doesn't make sense or if you have any
questions (I'm mihaip in #webkit).

Thanks,
Mihai

* with a cameo appearance by Dave Hyatt
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard Bot went down

2010-07-10 Thread Eric Seidel
The ICE appears to have spread to other bots as well:

..\..\..\JavaScriptCore\runtime\ArrayPrototype.cpp: In function 'void*
JSC::arrayProtoFuncJoin(JSC::ExecState*)':
..\..\..\JavaScriptCore\runtime\ArrayPrototype.cpp:263:30: internal
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.

http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Release/builds/4266/steps/compile-webkit/logs/stdio

On Fri, Jul 9, 2010 at 3:22 PM, Tony Gentilcore to...@chromium.org wrote:
 No theories. But another data point; Tiger started doing the same a few
 revisions earlier:

 /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/WebKit/mac/WebView/WebView.mm:
 In function 'void -[WebView(WebPrivate)
 _commonInitializationWithFrameName:groupName:usesDocumentViews:](WebView*,
 objc_selector*, NSString*, NSString*, BOOL)':
 /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/WebKit/mac/WebView/WebView.mm:628:
 internal compiler error: Segmentation fault

 On Fri, Jul 9, 2010 at 3:13 PM, Eric Seidel e...@webkit.org wrote:


 /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebCore/config.h:212:
 fatal error: error writing to -: Broken pipe
 compilation terminated.
 i686-apple-darwin10-gcc-4.2.1: Internal error: Segmentation fault (program
 as)
 Please submit a full bug report.
 See URL:http://developer.apple.com/bugreporter for instructions.


 http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20(Build)/builds/13344/steps/compile-webkit/logs/stdio

 Any theories?
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Snow Leopard Bot went down

2010-07-09 Thread Eric Seidel
/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebCore/config.h:212:
fatal error: error writing to -: Broken pipe
compilation terminated.
i686-apple-darwin10-gcc-4.2.1: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See URL:http://developer.apple.com/bugreporter for instructions.

http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20(Build)/builds/13344/steps/compile-webkit/logs/stdio

Any theories?
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard Bot went down

2010-07-09 Thread Tony Gentilcore
No theories. But another data point; Tiger started doing the same a few
revisions earlier:

/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/WebKit/mac/WebView/WebView.mm:
In function 'void -[WebView(WebPrivate)
_commonInitializationWithFrameName:groupName:usesDocumentViews:](WebView*,
objc_selector*, NSString*, NSString*, BOOL)':
/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/WebKit/mac/WebView/WebView.mm:628:
internal compiler error: Segmentation fault


On Fri, Jul 9, 2010 at 3:13 PM, Eric Seidel e...@webkit.org wrote:


 /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebCore/config.h:212:
 fatal error: error writing to -: Broken pipe
 compilation terminated.
 i686-apple-darwin10-gcc-4.2.1: Internal error: Segmentation fault (program
 as)
 Please submit a full bug report.
 See URL:http://developer.apple.com/bugreporter for instructions.


 http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20(Build)/builds/13344/steps/compile-webkit/logs/stdio

 Any theories?
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Snow Leopard bot

2010-06-19 Thread Adam Barth
The snow leopard bot is having some trouble.  For roughly half the
runs, all the tests time out:

(Jun 19 00:35) rev=[61470] failure #11969: failed Exiting early after
20 failures. 20 tests run. 20 test cases (100%) timed out

The only plausible change in near the regression window is
http://trac.webkit.org/changeset/61447, but that seems unlikely.
Maybe the bot itself is sick?  Can someone (wms?) take a look?

Thanks,
Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard bot

2010-06-19 Thread Osztrogonac Csaba

One of the bot SnowLeopard Intel Release (Tests)
bots itself is sick, apple-xserve-6 is the culprit.
I think it needs a kick to make commit queue happier.

br,
Ossy

Adam Barth írta:

The snow leopard bot is having some trouble.  For roughly half the
runs, all the tests time out:

(Jun 19 00:35) rev=[61470] failure #11969: failed Exiting early after
20 failures. 20 tests run. 20 test cases (100%) timed out

The only plausible change in near the regression window is
http://trac.webkit.org/changeset/61447, but that seems unlikely.
Maybe the bot itself is sick?  Can someone (wms?) take a look?

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Snow Leopard bot

2010-06-19 Thread Adam Barth
Ah, I didn't realize there were two machines!  That makes much more
sense.  I managed to shut down the machine from the web interface.
Hopefully that's not going to cause anyone any headaches on Monday.

Thanks,
Adam


2010/6/19 Osztrogonac Csaba o...@inf.u-szeged.hu:
 One of the bot SnowLeopard Intel Release (Tests)
 bots itself is sick, apple-xserve-6 is the culprit.
 I think it needs a kick to make commit queue happier.

 br,
 Ossy

 Adam Barth írta:

 The snow leopard bot is having some trouble.  For roughly half the
 runs, all the tests time out:

 (Jun 19 00:35) rev=[61470] failure #11969: failed Exiting early after
 20 failures. 20 tests run. 20 test cases (100%) timed out

 The only plausible change in near the regression window is
 http://trac.webkit.org/changeset/61447, but that seems unlikely.
 Maybe the bot itself is sick?  Can someone (wms?) take a look?

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Snow Leopard Debug (Leaks) Bot is Sick

2010-01-09 Thread Eric Seidel
https://bugs.webkit.org/show_bug.cgi?id=33443

If someone who has access to the bot could kick it.  The revisions it
started failing in do not look related to the failures.

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev