sb10q
I tried create a conda virture evironment with the same python version 3.6.12, and then copy the envs file "\artiq6" to the new computer, but it seems still incompatible.
DEBUG:worker(1446,DDS.py):artiq.compiler.import_cache:hook installed
DEBUG:worker(1446,DDS.py):artiq.compiler.import_cache:added 'E:\artiq-exp\repository\0-atom\DDS.py' to cache
DEBUG:worker(1446,DDS.py):artiq.compiler.import_cache:added 'C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\spi2.py' to cache
DEBUG:worker(1446,DDS.py):artiq.compiler.import_cache:added 'C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\urukul.py' to cache
DEBUG:worker(1446,DDS.py):artiq.compiler.import_cache:added 'C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\ad9910.py' to cache
DEBUG:worker(1446,DDS.py):artiq.compiler.import_cache:added 'C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\ttl.py' to cache
INFO:worker(1446,DDS.py):print:0
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:connected to 192.168.1.75:1381
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:sending message: type=<Request.SystemInfo: 3>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:receiving message: type=<Reply.SystemInfo: 2>
WARNING:worker(1446,DDS.py):artiq.coredevice.comm_kernel:Mismatch between gateware (6.7512.1ce505c5.beta) and software (6.7526.5b5db143.beta) versions
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:sending message: type=<Request.LoadKernel: 5>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:receiving message: type=<Reply.LoadCompleted: 5>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:sending message: type=<Request.RunKernel: 6>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:running kernel
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:receiving message: type=<Reply.RPCRequest: 10>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:rpc service: [2]<built-in function print> ['1.0'] {} -> bytearray(b'n')
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:rpc service: 2 ['1.0'] {} = None
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:sending message: type=<Request.RPCReply: 7>
INFO:worker(1446,DDS.py):print:1.0
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:receiving message: type=<Reply.RPCRequest: 10>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:rpc service: [2]<built-in function print> ['1.1'] {} -> bytearray(b'n')
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:rpc service: 2 ['1.1'] {} = None
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:sending message: type=<Request.RPCReply: 7>
INFO:worker(1446,DDS.py):print:1.1
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:receiving message: type=<Reply.RPCRequest: 10>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:rpc service: [2]<built-in function print> ['1'] {} -> bytearray(b'n')
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:rpc service: 2 ['1'] {} = None
INFO:worker(1446,DDS.py):print:1
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:sending message: type=<Request.RPCReply: 7>
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:receiving message: type=<Reply.KernelException: 9>
DEBUG:worker(1446,DDS.py):h5py._conv:Creating converter from 5 to 3
ERROR:worker(1446,DDS.py):root:Terminating with exception (RTIOUnderflow: RTIO underflow at 17976701138720 mu, channel 2, slack -1638224 mu)
Core Device Traceback (most recent call last):
File "E:\artiq-exp\repository\0-atom/DDS.py", line 81, in artiq_worker_E:\artiq-exp\repository\0-atom\DDS.Test_dds.run(..., ...) (RA=+0x16e8)
self.urukul0_ch0.sw.on()
File "<artiq>\coredevice/ttl.py", line 53, in ... artiq.coredevice.ttl.TTLOut.on<artiq.coredevice.ttl.TTLOut>(...) (inlined)
self.set_o(True)
File "<artiq>\coredevice/ttl.py", line 45, in ... artiq.coredevice.ttl.TTLOut.set_o<artiq.coredevice.ttl.TTLOut>(...) (inlined)
rtio_output(self.target_o, 1 if o else 0)
File "ksupport/rtio.rs", line 67, column 14, in (Rust function)
<unknown>
^
artiq.coredevice.exceptions.RTIOUnderflow(0): RTIO underflow at 17976701138720 mu, channel 2, slack -1638224 mu
Traceback (most recent call last):
File "C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\master\worker_impl.py", line 306, in main
exp_inst.run()
File "C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\language\core.py", line 54, in run_on_core
return getattr(self, arg).run(run_on_core, ((self,) + k_args), k_kwargs)
File "C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\core.py", line 137, in run
self.comm.serve(embedding_map, symbolizer, demangler)
File "C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\comm_kernel.py", line 628, in serve
self._serve_exception(embedding_map, symbolizer, demangler)
File "C:\Anaconda3\envs\artiq6\lib\site-packages\artiq\coredevice\comm_kernel.py", line 620, in _serve_exception
raise python_exn
artiq.coredevice.exceptions.RTIOUnderflow: RTIO underflow at 17976701138720 mu, channel 2, slack -1638224 mu
DEBUG:worker(1446,DDS.py):artiq.coredevice.comm_kernel:disconnected
ERROR:master:artiq.master.scheduler:got worker exception in run stage, deleting RID 1446