I tried running the style queue from command line, and it processed some patches, errored out on some others, and then hit a different error.
I restarted the queue normally then, and it has processed all patches except for <https://bugs.webkit.org/attachment.cgi?id=257920&action=prettypatch>. We probably need to find a way to enable more logging to find the problem(s). Looks like the bot has trouble talking to bugzilla. Running WebKit style-queue. Starting Queue Logging in as commit-qu...@webkit.org... Fetching: https://bugs.webkit.org/attachment.cgi?id=257909&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147484&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257909&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147484&ctype=xml&excludefield=attachmentdata Error: style-queue did not process patch. Releasing work item 257909 from style-queue Unable to process work item. Fetching: https://bugs.webkit.org/attachment.cgi?id=257916&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147486&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257916&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147486&ctype=xml&excludefield=attachmentdata Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style clean Cleaned working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style update Updated working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-attachment --no-update --non-interactive 257916 Applied patch Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-watchlist-local 147486 Watchlist applied Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style check-style-local --non-interactive --quiet Style checked Pass Releasing work item 257916 from style-queue Fetching: https://bugs.webkit.org/attachment.cgi?id=257917&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147297&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257917&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147297&ctype=xml&excludefield=attachmentdata Error: style-queue did not process patch. Releasing work item 257917 from style-queue Unable to process work item. Fetching: https://bugs.webkit.org/attachment.cgi?id=257832&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147107&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257832&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147107&ctype=xml&excludefield=attachmentdata Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style clean Cleaned working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style update Updated working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-attachment --no-update --non-interactive 257832 Applied patch Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-watchlist-local 147107 Watchlist applied Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style check-style-local --non-interactive --quiet Style checked Pass Releasing work item 257832 from style-queue Fetching: https://bugs.webkit.org/attachment.cgi?id=257918&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147487&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257918&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147487&ctype=xml&excludefield=attachmentdata Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style clean Cleaned working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style update Updated working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-attachment --no-update --non-interactive 257918 Applied patch Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-watchlist-local 147487 Watchlist applied Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style check-style-local --non-interactive --quiet Style checked Pass Releasing work item 257918 from style-queue Fetching: https://bugs.webkit.org/attachment.cgi?id=257919&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147488&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257919&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147488&ctype=xml&excludefield=attachmentdata Error: style-queue did not process patch. Releasing work item 257919 from style-queue Unable to process work item. Fetching: https://bugs.webkit.org/attachment.cgi?id=257920&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147488&ctype=xml&excludefield=attachmentdata Fetching: https://bugs.webkit.org/attachment.cgi?id=257920&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=147488&ctype=xml&excludefield=attachmentdata Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style clean Cleaned working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style update Updated working directory Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-style apply-attachment --no-update --non-interactive 257920 Applied patch Traceback (most recent call last): File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 101, in run if not self._delegate.process_work_item(work_item): File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 441, in process_work_item passed = self.review_patch(patch) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 465, in review_patch style_check_succeeded = task.run() File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/bot/stylequeuetask.py", line 72, in run if not self._apply(): File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 119, in _apply "Patch does not apply") File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 89, in _run_command self._delegate.command_passed(success_message, patch=self._patch) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 490, in command_passed self._update_status(message, patch=patch) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 211, in _update_status return self._tool.status_server.update_status(self.name, message, patch, results_file) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 160, in update_status return NetworkTransaction().run(lambda: self._post_status_to_server(queue_name, status, patch, results_file)) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/common/net/networktransaction.py", line 53, in run return request() File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 160, in <lambda> return NetworkTransaction().run(lambda: self._post_status_to_server(queue_name, status, patch, results_file)) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 93, in _post_status_to_server return self._browser.submit().read() # This is the id of the newly created status object. File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 541, in submit return self.open(self.click(*args, **kwds)) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 203, in open return self._mech_open(url, data, timeout=timeout) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 230, in _mech_open response = UserAgentBase.open(self, request, data) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_opener.py", line 193, in open response = urlopen(self, req, data) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 344, in _open '_open', req) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 332, in _call_chain result = func(*args) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1142, in http_open return self.do_open(httplib.HTTPConnection, req) File "/Volumes/Data/StyleQueue/Webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1118, in do_open raise URLError(err) URLError: <urlopen error [Errno 54] Connection reset by peer> Exception while preparing queue Sleeping until 2015-07-31 10:56:59 (120 seconds). - Alexey 31 июля 2015 г., в 10:07, Osztrogonác Csaba <o...@inf.u-szeged.hu> написал(а): > Style queue is still down, otherwise everything looks good. > > br, > Ossy > > Aakash Jain írta: >> The upgrade was a success! EWS and the Flakiness Dashboard are running >> smoothly. Please reply to this thread if you notice any issues. >> New urls are: >> https://webkit-queues.webkit.org/ >> https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html >> Thanks >> Aakash > _______________________________________________ > 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