Bug 251453

Summary: [ews] Error while calling stepStarted method
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=250842

Description Aakash Jain 2023-01-31 13:18:44 PST
Noticed this error in twistd.log on ews server:

2023-01-31 13:10:56-0800 [-] while invoking <bound method Events.stepStarted of <events.Events object at 0x7f9a58499e10>>
        Traceback (most recent call last):
          File "/usr/local/lib/python3.6/site-packages/buildbot/data/steps.py", line 126, in generateEvent
            self.produceEvent(step, event)
          File "/usr/local/lib/python3.6/site-packages/buildbot/data/base.py", line 69, in produceEvent
            self.master.mq.produce(routingKey, msg)
          File "/usr/local/lib/python3.6/site-packages/buildbot/mq/simple.py", line 44, in produce
            self.invokeQref(qref, routingKey, data)
          File "/usr/local/lib/python3.6/site-packages/buildbot/mq/base.py", line 53, in invokeQref
            self._deferwaiter.add(qref.invoke(routingKey, data))
        --- <exception caught here> ---
          File "/usr/local/lib/python3.6/site-packages/buildbot/mq/base.py", line 69, in invoke
            x = self.callback(routing_key, data)
          File "/usr/local/lib64/python3.6/site-packages/twisted/internet/defer.py", line 1654, in unwindGenerator
            "instead got %r" % (f, gen)
        builtins.TypeError: inlineCallbacks requires <function Events.stepStarted at 0x7f9a58539e18> to produce a generator; instead got None
Comment 1 Radar WebKit Bug Importer 2023-01-31 13:36:14 PST
<rdar://problem/104882678>
Comment 2 Aakash Jain 2023-01-31 13:37:47 PST
Pull request: https://github.com/WebKit/WebKit/pull/9403
Comment 3 EWS 2023-01-31 13:47:02 PST
Committed 259644@main (c7d795d14861): <https://commits.webkit.org/259644@main>

Reviewed commits have been landed. Closing PR #9403 and removing active labels.