Skip to content

Instantly share code, notes, and snippets.

@cr1901
Created October 22, 2015 10:21
Show Gist options
  • Save cr1901/ab11940538e87e7e53e5 to your computer and use it in GitHub Desktop.
Save cr1901/ab11940538e87e7e53e5 to your computer and use it in GitHub Desktop.
artiq_master errors
set ARTIQ_ROOT=F:\Consult\artiq\artiq
start /b python %ARTIQ_ROOT%\artiq\frontend\artiq_master.py --device-db %ARTIQ_ROOT%\examples\master\device_db.pyon --dataset-db %ARTIQ_ROOT%\examples\master\dataset_db.pyon --repository %ARTIQ_ROOT%\examples\master\repository 2> master_err.log &
python %ARTIQ_ROOT%\artiq\frontend\artiq_gui.py
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'dds_test.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'handover.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'mandelbrot.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'run_forever.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'tdr.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'transport.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'dds_setter.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'flopping_f_simulation.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'photon_histogram.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'speed_benchmark.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Traceback (most recent call last):
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\William\Miniconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\consult\artiq\artiq\artiq\master\worker_impl.py", line 8, in <module>
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
File "f:\consult\artiq\artiq\artiq\master\worker_db.py", line 9, in <module>
import h5py
ImportError: No module named 'h5py'
WARNING:master:artiq.master.worker:failed to send terminate command to worker (RID None), killing
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 93, in close
await self._send(obj, cancellable=False)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 126, in _send
f.result() # raise any exceptions
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(value)
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 304, in drain
yield from self._protocol._drain_helper()
File "C:\Users\William\Miniconda3\envs\py35\lib\asyncio\streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
WARNING:master:artiq.master.repository:Skipping file 'arguments_demo.py'
Traceback (most recent call last):
File "f:\consult\artiq\artiq\artiq\master\repository.py", line 25, in _scan_experiments
description = await worker.examine(os.path.join(wd, f))
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 249, in examine
timeout)
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 196, in _worker_action
completed = await self._handle_worker_requests()
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 153, in _handle_worker_requests
obj = await self._recv(self.watchdog_time())
File "f:\consult\artiq\artiq\artiq\master\worker.py", line 141, in _recv
raise WorkerError("Worker ended while attempting to receive data")
artiq.master.worker.WorkerError: Worker ended while attempting to receive data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment