[webkit-dev] Windows EWS not working?
Alexey Proskuryakov
ap at webkit.org
Sat Nov 7 19:44:34 PST 2015
(re-sending from the right e-mail address for the list)
> 7 нояб. 2015 г., в 16:56, Darin Adler <darin at apple.com> написал(а):
>
> I was looking at the patch in this bug:
>
> https://bugs.webkit.org/show_bug.cgi?id=150967
>
> The patch was posted 20 hours ago. EWS has processed this for all platforms other than Windows, but it says “win #61”, so it seems like the Windows bot has 60 other patches to process before getting to this one.
>
> Does this mean the Windows EWS is stuck? Who can get it unstuck?
Yes, Windows EWS bots fail to start with the below error. I think that this is a regression from <http://trac.webkit.org/changeset/192087>, so Daniel Bates has volunteered to look into this.
Starting Queue
Traceback (most recent call last):
File "/home/buildbot/WebKit/Tools/Scripts/webkit-patch", line 84, in <module>
main()
File "/home/buildbot/WebKit/Tools/Scripts/webkit-patch", line 79, in main
WebKitPatch(os.path.abspath(__file__)).main()
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
result = command.check_arguments_and_execute(options, args, self)
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 153, in execute
return engine(self.name, self, self._tool.wakeup_event, self._options.seconds_to_sleep).run()
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 91, in run
self._delegate.begin_work_queue()
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py", line 56, in begin_work_queue
self._layout_test_results_reader = LayoutTestResultsReader(self._tool, self._port.results_directory(), self._log_directory())
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/port/base.py", line 777, in results_directory
option_val = self.get_option('results_directory') or self.default_results_directory()
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/port/base.py", line 791, in default_results_directory
return self._build_path('layout-test-results')
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/port/win.py", line 134, in_build_path
root_directory = self._filesystem.join(self.get_option('root'), binary_directory)
File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py", line 151, in join
return os.path.join(*comps)
File "/usr/lib/python2.7/posixpath.py", line 77, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
- Alexey
More information about the webkit-dev
mailing list