Advertisement
cooperlees

Untitled

Feb 28th, 2019
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.09 KB | None | 0 0
  1. PS C:\temp\ptr> C:\temp\tp\Scripts\black.exe --check .\ci.py .\ptr.py .\ptr_tests.py .\ptr_tests_fixtures.py
  2. Process SpawnProcess-2:
  3. Process SpawnProcess-1:
  4. Traceback (most recent call last):
  5.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\process.py", line 297, in _bootstrap
  6.     self.run()
  7.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\process.py", line 99, in run
  8.     self._target(*self._args, **self._kwargs)
  9.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\concurrent\futures\process.py", line 226, in _process_worker
  10.     call_item = call_queue.get(block=True)
  11.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\queues.py", line 93, in get
  12.     with self._rlock:
  13.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\synchronize.py", line 95, in __enter__
  14.     return self._semlock.__enter__()
  15. KeyboardInterrupt
  16. Traceback (most recent call last):
  17.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\process.py", line 297, in _bootstrap
  18.     self.run()
  19.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\process.py", line 99, in run
  20.     self._target(*self._args, **self._kwargs)
  21.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\concurrent\futures\process.py", line 226, in _process_worker
  22.     call_item = call_queue.get(block=True)
  23.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\queues.py", line 93, in get
  24.     with self._rlock:
  25.   File "C:\Users\cooper\AppData\Local\Programs\Python\Python37\lib\multiprocessing\synchronize.py", line 95, in __enter__
  26.     return self._semlock.__enter__()
  27. KeyboardInterrupt
  28. Future exception was never retrieved
  29. future: <Future finished exception=BrokenProcessPool('A process in the process pool was terminated abruptly while the future was running or pending.')>
  30. concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
  31.  
  32. Aborted!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement