Advertisement
Guest User

Untitled

a guest
Apr 27th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. 2018-04-27 16:08:21,186 DEBUG kazoo.client: Sending request(xid=41): GetChildren(path='/nodepool/nodes', watcher=None)
  2. 2018-04-27 16:08:21,187 DEBUG kazoo.client: Received error(xid=41) NoNodeError()
  3. 2018-04-27 16:08:21,827 DEBUG nodepool.driver.Drivers: /usr/local/lib/python3.6/site-packages/nodepool/driver/fake: loading driver
  4. 2018-04-27 16:08:22,099 DEBUG nodepool.driver.Drivers: /usr/local/lib/python3.6/site-packages/nodepool/driver/static: loading driver
  5. 2018-04-27 16:08:22,100 DEBUG nodepool.driver.Drivers: /usr/local/lib/python3.6/site-packages/nodepool/driver/openstack: loading driver
  6. 2018-04-27 16:08:22,120 DEBUG nodepool.ProviderManager: Creating new ProviderManager object for static-vms
  7. 2018-04-27 16:08:22,120 DEBUG nodepool.driver.static.StaticNodeProvider: main-192.168.0.224: Registering static node
  8. 2018-04-27 16:08:22,137 DEBUG nodepool.NodePool: Connecting to ZooKeeper servers
  9. 2018-04-27 16:08:22,139 INFO kazoo.client: Connecting to ::1:2181
  10. 2018-04-27 16:08:22,139 DEBUG kazoo.client: Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=10000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=False)
  11. 2018-04-27 16:08:22,141 INFO kazoo.client: Zookeeper connection established, state: CONNECTED
  12. 2018-04-27 16:08:22,142 DEBUG nodepool.zk.ZooKeeper: ZooKeeper connection: CONNECTED
  13. 2018-04-27 16:08:22,143 DEBUG kazoo.client: Sending request(xid=1): GetChildren(path='/nodepool/nodes', watcher=None)
  14. 2018-04-27 16:08:22,144 DEBUG kazoo.client: Received error(xid=1) NoNodeError()
  15. 2018-04-27 16:08:22,144 INFO nodepool.CleanupWorker: Starting
  16. 2018-04-27 16:08:22,145 INFO nodepool.DeletedNodeWorker: Starting
  17. 2018-04-27 16:08:22,145 INFO nodepool.NodePool: Starting PoolWorker.static-vms-main
  18. 2018-04-27 16:08:22,145 DEBUG kazoo.client: Sending request(xid=2): GetChildren(path='/nodepool/requests', watcher=None)
  19. 2018-04-27 16:08:22,147 DEBUG kazoo.client: Sending request(xid=3): GetChildren(path='/nodepool/nodes', watcher=None)
  20. 2018-04-27 16:08:22,147 DEBUG kazoo.client: Received error(xid=2) NoNodeError()
  21. 2018-04-27 16:08:22,147 DEBUG kazoo.client: Received error(xid=3) NoNodeError()
  22. 2018-04-27 16:08:22,148 DEBUG kazoo.client: Sending request(xid=4): Exists(path='/nodepool/launchers/ag-zuul.novalocal-40312-PoolWorker.static-vms-main', watcher=None)
  23. 2018-04-27 16:08:22,148 DEBUG kazoo.client: Sending request(xid=5): GetChildren(path='/nodepool/requests-lock', watcher=None)
  24. 2018-04-27 16:08:22,149 DEBUG kazoo.client: Received error(xid=5) NoNodeError()
  25. 2018-04-27 16:08:22,150 DEBUG kazoo.client: Sending request(xid=6): Create(path='/nodepool/launchers/ag-zuul.novalocal-40312-PoolWorker.static-vms-main', data=b'{"id": "ag-zuul.novalocal-40312-PoolWorker.static-vms-main", "supported_labels": ["fedora"]}', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=1)
  26. 2018-04-27 16:08:22,150 DEBUG kazoo.client: Sending request(xid=7): GetChildren(path='/nodepool/requests', watcher=None)
  27. 2018-04-27 16:08:22,151 DEBUG kazoo.client: Received response(xid=6): '/nodepool/launchers/ag-zuul.novalocal-40312-PoolWorker.static-vms-main'
  28. 2018-04-27 16:08:22,152 DEBUG kazoo.client: Received error(xid=7) NoNodeError()
  29. 2018-04-27 16:08:22,152 DEBUG nodepool.zk.ZooKeeper: Registered launcher ag-zuul.novalocal-40312-PoolWorker.static-vms-main
  30. 2018-04-27 16:08:22,153 DEBUG kazoo.client: Sending request(xid=8): GetChildren(path='/nodepool/nodes', watcher=None)
  31. 2018-04-27 16:08:22,153 DEBUG kazoo.client: Sending request(xid=9): GetChildren(path='/nodepool/requests', watcher=None)
  32. 2018-04-27 16:08:22,154 DEBUG kazoo.client: Received error(xid=8) NoNodeError()
  33. 2018-04-27 16:08:22,154 DEBUG nodepool.CleanupWorker: Cleaning up held nodes...
  34. 2018-04-27 16:08:22,154 DEBUG kazoo.client: Received error(xid=9) NoNodeError()
  35. 2018-04-27 16:08:22,155 DEBUG kazoo.client: Sending request(xid=10): GetChildren(path='/nodepool/nodes', watcher=None)
  36. 2018-04-27 16:08:22,155 DEBUG nodepool.PoolWorker.static-vms-main: Active requests: []
  37. 2018-04-27 16:08:22,156 DEBUG kazoo.client: Received error(xid=10) NoNodeError()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement