Guest User

Untitled

a guest
Sep 13th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.45 KB | None | 0 0
  1. 2018-09-13 15:21:53,637 ERROR zuul.Scheduler: Exception in run handler:
  2. Traceback (most recent call last):
  3.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/scheduler.py", line 1019, in run
  4.     self.process_event_queue()
  5.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/scheduler.py", line 1093, in process_event_queue
  6.     pipeline.manager.removeAbandonedChange(change)
  7.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/scheduler.py", line 1409, in removeAbandonedChange
  8.     if item.change.equals(change):
  9.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/model.py", line 1049, in equals
  10.     and self.ref == other.ref
  11. AttributeError: 'PullRequest' object has no attribute 'ref'
  12. 2018-09-13 15:21:53,637 ERROR zuul.Scheduler: Exception in run handler:
  13. Traceback (most recent call last):
  14.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/scheduler.py", line 1019, in run
  15.     self.process_event_queue()
  16.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/scheduler.py", line 1093, in process_event_queue
  17.     pipeline.manager.removeAbandonedChange(change)
  18.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/scheduler.py", line 1409, in removeAbandonedChange
  19.     if item.change.equals(change):
  20.   File "/opt/venvs/zuul/local/lib/python2.7/site-packages/zuul/model.py", line 1049, in equals
  21.     and self.ref == other.ref
  22. AttributeError: 'PullRequest' object has no attribute 'ref'
Advertisement
Add Comment
Please, Sign In to add comment