Advertisement
Guest User

Untitled

a guest
Apr 26th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. 2021-04-26 15:42:56-0700 [-] error while parsing config file:
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.7/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
  4. inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
  5. File "/usr/local/lib/python3.7/site-packages/twisted/python/context.py", line 122, in callWithContext
  6. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  7. File "/usr/local/lib/python3.7/site-packages/twisted/python/context.py", line 85, in callWithContext
  8. return func(*args,**kw)
  9. File "/usr/local/lib/python3.7/site-packages/buildbot/config.py", line 170, in loadConfig
  10. self.basedir, self.configFileName)
  11. --- <exception caught here> ---
  12. File "/usr/local/lib/python3.7/site-packages/buildbot/config.py", line 128, in loadConfigDict
  13. execfile(filename, localDict)
  14. File "/usr/local/lib/python3.7/site-packages/twisted/python/compat.py", line 247, in execfile
  15. exec(code, globals, locals)
  16. File "/home/buildbot/avalonm1/master.cfg", line 36, in <module>
  17. util.Connection('qemu+ssh://builder@xxxx.xxxxx.xxxxx/system?socket=/var/run/libvirt/libvirt-sock'),
  18. File "/usr/local/lib/python3.7/site-packages/buildbot/worker/libvirt.py", line 130, in __init__
  19. self.connection = libvirt.open(uri)
  20. builtins.AttributeError: 'NoneType' object has no attribute 'open'
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement