| Summary: | webkitbot isn't responding properly in irc | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> | ||||
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | ap, ews-watchlist, glenn, jbedard, simon.fraser, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Aakash Jain
2020-05-05 11:29:29 PDT
Following errors noticed in logs:
2020-05-05 10:55:20,478 - Stopping Queue, reason: Delegate terminated queue.
2020-05-05 10:57:27,755 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 10 seconds...
2020-05-05 10:59:45,099 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 15.0 seconds...
2020-05-05 11:02:07,435 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 22.5 seconds...
2020-05-05 11:04:37,195 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 33.75 seconds...
2020-05-05 11:07:18,219 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 50.625 seconds...
2020-05-05 11:10:16,139 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 75.9375 seconds...
2020-05-05 11:13:39,403 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 113.90625 seconds...
2020-05-05 11:17:40,683 - Received URLError: "[Errno 110] Connection timed out" while loading None. Retrying in 170.859375 seconds...
Traceback (most recent call last):
File "./Tools/Scripts/webkit-patch", line 80, in <module>
main()
File "./Tools/Scripts/webkit-patch", line 75, in main
WebKitPatch(os.path.abspath(__file__)).main()
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
result = command.check_arguments_and_execute(options, args, self)
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 154, in execute
return engine(self.name, self, self._tool.wakeup_event, self._options.seconds_to_sleep).run()
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 125, in run
self._stopping("Delegate terminated queue.")
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 130, in _stopping
self._delegate.stop_work_queue(message)
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 132, in stop_work_queue
self._tool.status_server.update_status(self.name, "Stopping Queue, reason: %s" % reason)
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 169, in update_status
return NetworkTransaction().run(lambda: self._post_status_to_server(queue_name, status, patch, results_file))
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/common/net/networktransaction.py", line 66, in run
self._check_for_timeout()
File "/root/WebKitBot/WebKit/Tools/Scripts/webkitpy/common/net/networktransaction.py", line 72, in _check_for_timeout
raise NetworkTimeout()
webkitpy.common.net.networktransaction.NetworkTimeout: NetworkTimeout
2020-05-05 11:22:50,329 - Connecting to IRC
2020-05-05 11:22:50,330 - No work item. Sleeping until 2020-05-05 11:23:20 (30 seconds).
The error is while communicating with old ews server which has been decommissioned. Logs indicate we are using '--status-host=webkit-queues.webkit.org'. We should remove that parameter. 2020-05-05 07:34:40,269 - Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-misc-bot --port=mac-mountainlion create-revert --force-clean --parent-command=sheriff-bot 261156 Break ARM64_32 build due to existing bug (Requested by yusukesuzuki on #webkit). Created attachment 398533 [details]
Patch
Committed r261189: <https://trac.webkit.org/changeset/261189> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398533 [details]. |