Advertisement
Guest User

Untitled

a guest
Sep 7th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Process Process-1:
  2. Traceback (most recent call last):
  3. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
  4. self.run()
  5. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/multiprocessing/process.py", line 93, in run
  6. self._target(*self._args, **self._kwargs)
  7. File "/Users/codething/buildstream/buildstream/_scheduler/jobs/job.py", line 392, in _child_action
  8. self._scheduler.context.recorded_messages(self._logfile) as filename:
  9. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 59, in __enter__
  10. return next(self.gen)
  11. File "/Users/codething/buildstream/buildstream/_context.py", line 458, in recorded_messages
  12. os.makedirs(directory, exist_ok=True)
  13. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/os.py", line 231, in makedirs
  14.  
  15.  
  16.  
  17. BUG: Message handling out of sync, unable to retrieve failure message for element import element at hello.bst [line 1 column 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement