Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. 2018-02-06 22:03:31,401 INFO zuul.nodepool: Setting nodeset <NodeSet OrderedDict([(('ubuntu-xenial',), <Node 0002402903 ['ubuntu-xenial']:ubuntu-xenial>)])OrderedDict()> in use
  2. 2018-02-06 22:03:31,403 ERROR zuul.Pipeline.openstack.gate: Exception while executing job openstack-tox-pep8 for change <Change 0x7f4d93187438 526171,3>:
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python3.5/dist-packages/zuul/manager/__init__.py", line 394, in _executeJobs
  5. self.sched.nodepool.useNodeSet(nodeset)
  6. File "/usr/local/lib/python3.5/dist-packages/zuul/nodepool.py", line 114, in useNodeSet
  7. self.sched.zk.storeNode(node)
  8. File "/usr/local/lib/python3.5/dist-packages/zuul/zk.py", line 213, in storeNode
  9. self.client.set(path, self._dictToStr(node.toDict()))
  10. File "/usr/local/lib/python3.5/dist-packages/kazoo/client.py", line 1242, in set
  11. return self.set_async(path, value, version).get()
  12. File "/usr/local/lib/python3.5/dist-packages/kazoo/handlers/utils.py", line 79, in get
  13. raise self._exception
  14. kazoo.exceptions.NoNodeError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement