Guest User

Untitled

a guest
Oct 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ======================================================================
  2. ERROR: test_bcr (qa_tests.bcr_test.BCRQATestCase)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/Users/gvallarelli/Src/oq-engine/qa_tests/bcr_test.py", line 59, in test_bcr
  6. helpers.run_job(CONFIG)
  7. File "/Users/gvallarelli/Src/oq-engine/tests/utils/helpers.py", line 215, in run_job
  8. return subprocess.check_call(args)
  9. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 506, in check_call
  10. retcode = call(*popenargs, **kwargs)
  11. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
  12. return Popen(*popenargs, **kwargs).wait()
  13. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
  14. errread, errwrite)
  15. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1249, in _execute_child
  16. raise child_exception
  17. OSError: [Errno 13] Permission denied
Add Comment
Please, Sign In to add comment