Advertisement
cooperlees

Untitled

Dec 15th, 2019
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.40 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/cmdline.py", line 703, in do_run
  3.     runner.run()
  4.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/execfile.py", line 229, in run
  5.     exec(code, main_mod.__dict__)
  6.   File "/Users/cooper/repos/terragraph-ansible/aiotgnms/aiotgnms_tests.py", line 59, in <module>
  7.     unittest.main()
  8.   File "/opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/main.py", line 101, in __init__
  9.     self.runTests()
  10.   File "/opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/main.py", line 273, in runTests
  11.     sys.exit(not self.result.wasSuccessful())
  12. SystemExit: False
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17.   File "/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/bin/coverage", line 10, in <module>
  18.     sys.exit(main())
  19.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/cmdline.py", line 824, in main
  20.     status = CoverageScript().command_line(argv)
  21.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/cmdline.py", line 555, in command_line
  22.     return self.do_run(options, args)
  23.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/cmdline.py", line 710, in do_run
  24.     self.coverage.save()
  25.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/control.py", line 613, in save
  26.     data = self.get_data()
  27.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/control.py", line 667, in get_data
  28.     if self._collector and self._collector.flush_data():
  29.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/collector.py", line 429, in flush_data
  30.     self.covdata.add_lines(self.mapped_file_dict(self.data))
  31.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/sqldata.py", line 436, in add_lines
  32.     self._choose_lines_or_arcs(lines=True)
  33.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/sqldata.py", line 493, in _choose_lines_or_arcs
  34.     with self._connect() as con:
  35.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/sqldata.py", line 298, in _connect
  36.     self._create_db()
  37.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/sqldata.py", line 247, in _create_db
  38.     with db:
  39.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/sqldata.py", line 1008, in __enter__
  40.     self._connect()
  41.   File "/private/var/folders/tc/hbwxh76j1hn6gqjd2n2sjn4j9k1glp/T/ptr_venv_5210/lib/python3.7/site-packages/coverage/sqldata.py", line 990, in _connect
  42.     self.con = sqlite3.connect(filename, check_same_thread=False)
  43. sqlite3.OperationalError: unable to open database file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement