WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251453
[ews] Error while calling stepStarted method
https://bugs.webkit.org/show_bug.cgi?id=251453
Summary
[ews] Error while calling stepStarted method
Aakash Jain
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-31 13:36:14 PST
<
rdar://problem/104882678
>
Aakash Jain
Comment 2
2023-01-31 13:37:47 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9403
EWS
Comment 3
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug