Re: [webkit-dev] GTK+ EWS bot sick?

2018-07-09 Thread Adrian Perez de Castro
Hi,

On Tue, 3 Jul 2018 19:23:31 -0700, Ryosuke Niwa  wrote:
> https://webkit-queues.webkit.org/patch/344243/gtk-wk2-ews
> 
> e.g. https://webkit-queues.webkit.org/results/8431213
> ICECC[28449] 18:15:59: flush_writebuf() failed Resource temporarily
> unavailable
> ICECC[28449] 18:16:01: write of source chunk to host 192.168.10.42
> ICECC[28449] 18:16:01: failed  Resource temporarily unavailable
> ICECC[28449] 18:16:01: got exception Error 15 - write to host failed
> (192.168.10.42)
> [4359/5075] Building CXX object
> Source/WebKit/CMakeFiles/WebKit.dir/WebProcess/InjectedBundle/InjectedBundleNavigationAction.cpp.o
> ICECC[28521] 18:17:11: flush_writebuf() failed Resource temporarily
> unavailable
> ICECC[28521] 18:17:13: write of source chunk to host 192.168.10.42
> ICECC[28521] 18:17:13: failed  Resource temporarily unavailable
> ICECC[28521] 18:17:13: got exception Error 15 - write to host failed
> (192.168.10.42)
> [4360/5075] Building CXX object
> Source/WebKit/CMakeFiles/WebKit.dir/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp.o
> ICECC[28528] 18:17:18: flush_writebuf() failed Resource temporarily
> unavailable
> ICECC[28528] 18:17:20: write of source chunk to host 192.168.10.42
> ICECC[28528] 18:17:20: failed  Resource temporarily unavailable
> ICECC[28528] 18:17:20: got exception Error 15 - write to host failed
> (192.168.10.42)
> ninja: build stopped: subcommand failed.

I did take a look at this, should be working better now, in particular
after landing a patch to avoid running too many linker processes at the
same time and going into an OOM situation.

If anyone hits this again, please let me know. There are still a couple
of things we can do to avoid poking the OOM killer [2].

Cheers,

---
[1] https://bugs.webkit.org/show_bug.cgi?id=187254
[2] Probably not in the list of “The 10 best Linux features” ¯\_(ツ)_/¯


pgpZhRZNJD4Kw.pgp
Description: PGP signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] GTK+ EWS bot sick?

2018-07-03 Thread Ryosuke Niwa
https://webkit-queues.webkit.org/patch/344243/gtk-wk2-ews

e.g. https://webkit-queues.webkit.org/results/8431213
ICECC[28449] 18:15:59: flush_writebuf() failed Resource temporarily
unavailable
ICECC[28449] 18:16:01: write of source chunk to host 192.168.10.42
ICECC[28449] 18:16:01: failed  Resource temporarily unavailable
ICECC[28449] 18:16:01: got exception Error 15 - write to host failed
(192.168.10.42)
[4359/5075] Building CXX object
Source/WebKit/CMakeFiles/WebKit.dir/WebProcess/InjectedBundle/InjectedBundleNavigationAction.cpp.o
ICECC[28521] 18:17:11: flush_writebuf() failed Resource temporarily
unavailable
ICECC[28521] 18:17:13: write of source chunk to host 192.168.10.42
ICECC[28521] 18:17:13: failed  Resource temporarily unavailable
ICECC[28521] 18:17:13: got exception Error 15 - write to host failed
(192.168.10.42)
[4360/5075] Building CXX object
Source/WebKit/CMakeFiles/WebKit.dir/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp.o
ICECC[28528] 18:17:18: flush_writebuf() failed Resource temporarily
unavailable
ICECC[28528] 18:17:20: write of source chunk to host 192.168.10.42
ICECC[28528] 18:17:20: failed  Resource temporarily unavailable
ICECC[28528] 18:17:20: got exception Error 15 - write to host failed
(192.168.10.42)
ninja: build stopped: subcommand failed.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] GTK EWS bot failing to build (gtkdoc-mkdb can’t find WebKitDOMCustomUnstable.h)

2014-11-09 Thread Carlos Garcia Campos
El sáb, 08-11-2014 a las 16:27 -0800, Darin Adler escribió:
 Hi folks.
 
 The GTK EWS bot is failing to build, with this error:
 
  Can't open 
  /home/rego/checkout/WebKit/WebKitBuild/Release/DerivedSources/webkitdom/WebKitDOMCustomUnstable.h:
   No such file or directory at 
  /home/rego/checkout/WebKit/WebKitBuild/DependenciesGTK/Root/bin/gtkdoc-mkdb 
  line 3889.
  
  Generating webkitdomgtk documentation...
  Traceback (most recent call last):
File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 201, in 
  module
  
  generate_documentation_for_config(common.build_path('gtkdoc-webkitdom.cfg'))
File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 152, in 
  generate_documentation_for_config
  return generate_doc(generator, arguments.skip_html)
File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 133, in 
  generate_doc
  generator.generate(not skip_html)
File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 145, in 
  generate
  self._run_gtkdoc_mkdb()
File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 361, in 
  _run_gtkdoc_mkdb
  self._run_command(args, cwd=self.output_dir)
File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 210, in 
  _run_command
  % (args[0], process.returncode))
 
 Is there someone who knows how to fix this?

hmm, a clean build should fix that, I'd say.

 — Darin
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev


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


Re: [webkit-dev] GTK EWS bot failing to build (gtkdoc-mkdb can’t find WebKitDOMCustomUnstable.h)

2014-11-09 Thread Carlos Garcia Campos
El dom, 09-11-2014 a las 11:07 +0100, Carlos Garcia Campos escribió:
 El sáb, 08-11-2014 a las 16:27 -0800, Darin Adler escribió:
  Hi folks.
  
  The GTK EWS bot is failing to build, with this error:
  
   Can't open 
   /home/rego/checkout/WebKit/WebKitBuild/Release/DerivedSources/webkitdom/WebKitDOMCustomUnstable.h:
No such file or directory at 
   /home/rego/checkout/WebKit/WebKitBuild/DependenciesGTK/Root/bin/gtkdoc-mkdb
line 3889.
   
   Generating webkitdomgtk documentation...
   Traceback (most recent call last):
 File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 201, 
   in module
   
   generate_documentation_for_config(common.build_path('gtkdoc-webkitdom.cfg'))
 File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 152, 
   in generate_documentation_for_config
   return generate_doc(generator, arguments.skip_html)
 File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 133, 
   in generate_doc
   generator.generate(not skip_html)
 File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 145, in 
   generate
   self._run_gtkdoc_mkdb()
 File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 361, in 
   _run_gtkdoc_mkdb
   self._run_command(args, cwd=self.output_dir)
 File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 210, in 
   _run_command
   % (args[0], process.returncode))
  
  Is there someone who knows how to fix this?
 
 hmm, a clean build should fix that, I'd say.

However, that should never happen, unstable headers shouldn't be scanned
by gtk-doc, so this is revealing a bug in our generate-gtkdoc script.

  — Darin
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev


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


Re: [webkit-dev] GTK EWS bot failing to build (gtkdoc-mkdb can’t find WebKitDOMCustomUnstable.h)

2014-11-09 Thread Carlos Garcia Campos
El dom, 09-11-2014 a las 11:30 +0100, Carlos Garcia Campos escribió:
 El dom, 09-11-2014 a las 11:07 +0100, Carlos Garcia Campos escribió:
  El sáb, 08-11-2014 a las 16:27 -0800, Darin Adler escribió:
   Hi folks.
   
   The GTK EWS bot is failing to build, with this error:
   
Can't open 
/home/rego/checkout/WebKit/WebKitBuild/Release/DerivedSources/webkitdom/WebKitDOMCustomUnstable.h:
 No such file or directory at 
/home/rego/checkout/WebKit/WebKitBuild/DependenciesGTK/Root/bin/gtkdoc-mkdb
 line 3889.

Generating webkitdomgtk documentation...
Traceback (most recent call last):
  File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 
201, in module

generate_documentation_for_config(common.build_path('gtkdoc-webkitdom.cfg'))
  File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 
152, in generate_documentation_for_config
return generate_doc(generator, arguments.skip_html)
  File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 
133, in generate_doc
generator.generate(not skip_html)
  File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 145, in 
generate
self._run_gtkdoc_mkdb()
  File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 361, in 
_run_gtkdoc_mkdb
self._run_command(args, cwd=self.output_dir)
  File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 210, in 
_run_command
% (args[0], process.returncode))
   
   Is there someone who knows how to fix this?
  
  hmm, a clean build should fix that, I'd say.
 
 However, that should never happen, unstable headers shouldn't be scanned
 by gtk-doc, so this is revealing a bug in our generate-gtkdoc script.

https://bugs.webkit.org/show_bug.cgi?id=138542

   — Darin
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   https://lists.webkit.org/mailman/listinfo/webkit-dev
  
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev


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


[webkit-dev] GTK EWS bot failing to build (gtkdoc-mkdb can’t find WebKitDOMCustomUnstable.h)

2014-11-08 Thread Darin Adler
Hi folks.

The GTK EWS bot is failing to build, with this error:

 Can't open 
 /home/rego/checkout/WebKit/WebKitBuild/Release/DerivedSources/webkitdom/WebKitDOMCustomUnstable.h:
  No such file or directory at 
 /home/rego/checkout/WebKit/WebKitBuild/DependenciesGTK/Root/bin/gtkdoc-mkdb 
 line 3889.
 
 Generating webkitdomgtk documentation...
 Traceback (most recent call last):
   File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 201, in 
 module
 
 generate_documentation_for_config(common.build_path('gtkdoc-webkitdom.cfg'))
   File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 152, in 
 generate_documentation_for_config
 return generate_doc(generator, arguments.skip_html)
   File /home/rego/checkout/WebKit/Tools/gtk/generate-gtkdoc, line 133, in 
 generate_doc
 generator.generate(not skip_html)
   File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 145, in generate
 self._run_gtkdoc_mkdb()
   File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 361, in 
 _run_gtkdoc_mkdb
 self._run_command(args, cwd=self.output_dir)
   File /home/rego/checkout/WebKit/Tools/gtk/gtkdoc.py, line 210, in 
 _run_command
 % (args[0], process.returncode))

Is there someone who knows how to fix this?

— Darin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] GTK+ EWS bot lagging behind

2014-01-28 Thread Gustavo Noronha Silva
Hey,

Em Seg, 2014-01-27 às 19:18 -0800, Martin Robinson escreveu:
 On Mon, Jan 27, 2014 at 5:55 PM, Anders Carlsson ander...@apple.com wrote:
  Hello,
 
  there are currently 93 patches in the GTK+ EWS patch queue, is it stuck?
 
  If it’s not, I think it’s completely unreasable to expect committers to 
  wait for 93 patches to be processed before landing. (This lead to a problem 
  this weekend where I removed code from WebCore that was used by GTK+ WebKit 
  and I couldn’t tell because the patch was never processed!)
 
 It just looks like the bot is wedged. I'll try to run a local EWS
 until it's unwedged.

I was looking into it yesterday but had to drop it 'till today, it
should be up and running in a couple hours, I think I managed to find
the main issue.

Cheers,

-- 
Gustavo Noronha Silva g...@gnome.org
GNOME Project

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


Re: [webkit-dev] GTK+ EWS bot lagging behind

2014-01-28 Thread Anders Carlsson

On Jan 28, 2014, at 3:43 AM, Gustavo Noronha Silva g...@gnome.org wrote:

 
 I was looking into it yesterday but had to drop it 'till today, it
 should be up and running in a couple hours, I think I managed to find
 the main issue.

Yeah, it seems to be chugging along nicely now. Thanks!

- Anders

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


[webkit-dev] GTK+ EWS bot lagging behind

2014-01-27 Thread Anders Carlsson
Hello,

there are currently 93 patches in the GTK+ EWS patch queue, is it stuck?

If it’s not, I think it’s completely unreasable to expect committers to wait 
for 93 patches to be processed before landing. (This lead to a problem this 
weekend where I removed code from WebCore that was used by GTK+ WebKit and I 
couldn’t tell because the patch was never processed!)

- Anders
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] GTK+ EWS bot lagging behind

2014-01-27 Thread Martin Robinson
On Mon, Jan 27, 2014 at 5:55 PM, Anders Carlsson ander...@apple.com wrote:
 Hello,

 there are currently 93 patches in the GTK+ EWS patch queue, is it stuck?

 If it’s not, I think it’s completely unreasable to expect committers to wait 
 for 93 patches to be processed before landing. (This lead to a problem this 
 weekend where I removed code from WebCore that was used by GTK+ WebKit and I 
 couldn’t tell because the patch was never processed!)

It just looks like the bot is wedged. I'll try to run a local EWS
until it's unwedged.

--Martin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Gtk EWS

2010-11-17 Thread Eric Seidel
Seems very broken:
http://queues.webkit.org/results/6184043

Could someone fix build-webkit or whatever piece is looking for the missing
Makefile?

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


Re: [webkit-dev] Gtk EWS

2010-11-17 Thread Martin Robinson
On Wed, Nov 17, 2010 at 10:14 PM, Eric Seidel e...@webkit.org wrote:
 Seems very broken:
 http://queues.webkit.org/results/6184043
 Could someone fix build-webkit or whatever piece is looking for the missing 
 Makefile?

I believe that my patch at
https://bugs.webkit.org/show_bug.cgi?id=49400 may have wedged the EWS.
I've checked the patch in now, so hopefully that should fix any
lingering issues. If not, forcing a clean build should do the trick.

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