future: <Task finished coro=<BugbugUtils.process_push() done, defined at /usr/local/lib/python3.7/site-packages/code_review_events-1.1.1-py3.7.egg/code_review_events/bugbug_utils.py:86> exception=PicklingError("Can't pickle <class 'libmozdata.phabricator.Diff'>: attribute lookup Diff on libmozdata.phabricator failed")>
At
|
await self.diff_to_push.set( |
|
str(build.diff_id), |
|
{ |
|
"revision": extras["revision"], |
|
"treeherder_url": extras["treeherder_url"], |
|
"build": build, |
|
}, |
|
) |
.
future: <Task finished coro=<BugbugUtils.process_push() done, defined at /usr/local/lib/python3.7/site-packages/code_review_events-1.1.1-py3.7.egg/code_review_events/bugbug_utils.py:86> exception=PicklingError("Can't pickle <class 'libmozdata.phabricator.Diff'>: attribute lookup Diff on libmozdata.phabricator failed")>
At
code-review/events/code_review_events/bugbug_utils.py
Lines 93 to 100 in d376f77