Advertisement
Guest User

Untitled

a guest
Jun 8th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. buildbot_1 | error while parsing config file:
  2. buildbot_1 | Traceback (most recent call last):
  3. buildbot_1 | File "/usr/lib/python3.6/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred
  4. buildbot_1 | result = f(*args, **kw)
  5. buildbot_1 | File "/usr/lib/python3.6/site-packages/buildbot/scripts/upgrade_master.py", line 130, in upgradeMaster
  6. buildbot_1 | master_cfg = base.loadConfig(config, configFile)
  7. buildbot_1 | File "/usr/lib/python3.6/site-packages/buildbot/scripts/base.py", line 111, in loadConfig
  8. buildbot_1 | config['basedir'], configFileName).loadConfig()
  9. buildbot_1 | File "/usr/lib/python3.6/site-packages/buildbot/config.py", line 170, in loadConfig
  10. buildbot_1 | self.basedir, self.configFileName)
  11. buildbot_1 | --- <exception caught here> ---
  12. buildbot_1 | File "/usr/lib/python3.6/site-packages/buildbot/config.py", line 128, in loadConfigDict
  13. buildbot_1 | execfile(filename, localDict)
  14. buildbot_1 | File "/usr/lib/python3.6/site-packages/twisted/python/compat.py", line 247, in execfile
  15. buildbot_1 | exec(code, globals, locals)
  16. buildbot_1 | File "/var/lib/buildbot/master.cfg", line 14, in <module>
  17. buildbot_1 | from builders import builders
  18. buildbot_1 | File "/var/lib/buildbot/builders.py", line 42, in <module>
  19. buildbot_1 | builders.extend(module.generate(None))
  20. buildbot_1 | File "/var/lib/buildbot/builder_notebook.py", line 7, in generate
  21. buildbot_1 | pr_factory = createNotebookFactory(branch='develop', is_pr=True)
  22. buildbot_1 | File "/var/lib/buildbot/common.py", line 173, in createNotebookFactory
  23. buildbot_1 | f.addStep(getNotebookSteps(is_release=False))
  24. buildbot_1 | File "/usr/lib/python3.6/site-packages/buildbot/process/factory.py", line 81, in addStep
  25. buildbot_1 | self.steps.append(interfaces.IBuildStepFactory(step))
  26. buildbot_1 | builtins.TypeError: ('Could not adapt', [MakeDirectory(dir='build/notebooks', name='Create notebooks directory'), MakeDirectory(dir='build/notebooks', name='Create notebooks directory'), F$leDownload(mastersrc='~/masters/shogun/buildbot/scripts/generate-notebooks.sh', workerdest='generate-notebooks.sh', mode=493), FileDownload(mastersrc='~/masters/shogun/buildbot/scripts/extract_image_from$html.py', workerdest='extract_image_from_html.py', mode=493), ShellCommand(command=['/bin/bash', '-c', './generate-notebooks.sh $PWD/doc/ipython-notebooks 5 $PWD/notebooks'], name='notebooks', descriptio$='compiling notebooks', descriptionDone='notebooks compiled', timeout=7200, workdir='build', haltOnFailure=False, flunkOnFailure=True), MasterShellCommand(command=['rm', '-rf', '/home/shogun/static/noteb$ok/nightly'], hideStepIf=True, haltOnFailure=False, flunkOnFailure=False), DirectoryUpload(workersrc='notebooks', masterdest='/home/shogun/static/notebook/nightly', url='http://www.shogun-toolbox.org/not$book/nightly', compress='bz2'), MasterShellCommand(command=['chmod', '-R', '755', '/home/shogun/static/notebook/nightly'], hideStepIf=True)], <InterfaceClass buildbot.interfaces.IBuildStepFactory>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement