Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plaurin84/db92f3aabbc21ed75b463fef49bb4011 to your computer and use it in GitHub Desktop.
Save plaurin84/db92f3aabbc21ed75b463fef49bb4011 to your computer and use it in GitHub Desktop.
enqueue-ref
root@zuul-scheduler-0:/# zuul enqueue-ref --tenant openbmc --pipeline Qualification --project box/shim-openbmc --ref refs/heads/master
Traceback (most recent call last):
File "/usr/local/bin/zuul", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/zuul/cmd/client.py", line 736, in main
Client().main()
File "/usr/local/lib/python3.7/site-packages/zuul/cmd/client.py", line 385, in main
if self.args.func():
File "/usr/local/lib/python3.7/site-packages/zuul/cmd/client.py", line 519, in enqueue_ref
newrev=self.args.newrev)
File "/usr/local/lib/python3.7/site-packages/zuul/rpcclient.py", line 110, in enqueue_ref
return not self.submitJob('zuul:enqueue_ref', data).failure
File "/usr/local/lib/python3.7/site-packages/zuul/rpcclient.py", line 50, in submitJob
raise RPCFailure(job.exception)
zuul.rpcclient.RPCFailure: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/zuul/lib/gearworker.py", line 88, in _run
self.jobs[job.name](job)
File "/usr/local/lib/python3.7/site-packages/zuul/rpclistener.py", line 245, in handle_enqueue_ref
self.sched.enqueue(event)
File "/usr/local/lib/python3.7/site-packages/zuul/scheduler.py", line 695, in enqueue
event.wait()
File "/usr/local/lib/python3.7/site-packages/zuul/scheduler.py", line 67, in wait
raise exception_instance.with_traceback(traceback)
File "/usr/local/lib/python3.7/site-packages/zuul/scheduler.py", line 1346, in process_management_queue
self._doEnqueueEvent(event.trigger_event)
File "/usr/local/lib/python3.7/site-packages/zuul/scheduler.py", line 1176, in _doEnqueueEvent
change = project.source.getChange(event, project)
File "/usr/local/lib/python3.7/site-packages/zuul/driver/git/gitsource.py", line 39, in getChange
return self.connection.getChange(event, refresh)
File "/usr/local/lib/python3.7/site-packages/zuul/driver/git/gitconnection.py", line 114, in getChange
event.project_name, change.branch, event.oldrev)
File "/usr/local/lib/python3.7/site-packages/zuul/driver/git/gitconnection.py", line 72, in getChangeFilesUpdated
raise Exception("Fileschanges job %s failed" % job)
Exception: Fileschanges job <gear.Job 0x7f591c098c50 handle: b'H:::ffff:10.42.0.1:51924' name: merger:fileschanges unique: b4921466a23743ff8f8206c7d258a62a> failed
root@zuul-scheduler-0:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment