Bug 211458 - webkitbot isn't responding properly in irc
Summary: webkitbot isn't responding properly in irc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-05 11:29 PDT by Aakash Jain
Modified: 2020-05-05 12:13 PDT (History)
6 users (show)

See Also:


Attachments
Patch (14.24 KB, patch)
2020-05-05 11:35 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-05-05 11:29:29 PDT
webkitbot isn't responding properly to commands in irc.
Comment 1 Aakash Jain 2020-05-05 11:29:34 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).
Comment 2 Aakash Jain 2020-05-05 11:32:35 PDT
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).
Comment 3 Aakash Jain 2020-05-05 11:35:42 PDT
Created attachment 398533 [details]
Patch
Comment 4 EWS 2020-05-05 12:12:07 PDT
Committed r261189: <https://trac.webkit.org/changeset/261189>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398533 [details].
Comment 5 Radar WebKit Bug Importer 2020-05-05 12:13:17 PDT
<rdar://problem/62898034>