assorted exception bugs #531

Open
opened 2024-08-30 13:35:42 +08:00 by sb10q · 0 comments
Owner
======================================================================
ERROR: test_exceptions (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_exceptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 363, in test_exceptions
    self.execute(_Exceptions, trace=t_device)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute
    raise exn
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute
    exp.run()
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core
    return self.core.run(fake_method, args, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run
    self._run_compiled(kernel_library, embedding_map)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled
    self.comm.serve(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve
    self._serve_exception(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception
    raise python_exn
artiq.test.coredevice.test_portability._MyException: 
Core Device Traceback:
Traceback (most recent call first):
  File "<artiq>/test/coredevice/test_portability.py", line 263, column 22, in artiq.test.coredevice.test_portability._Exceptions.run.0
    raise _MyException()
     ^
artiq.test.coredevice.test_portability._MyException(1): 

End of Core Device Traceback


======================================================================
ERROR: test_nested_exceptions (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_nested_exceptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 376, in test_nested_exceptions
    self.execute(_NestedExceptions, trace=t_device)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute
    raise exn
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute
    exp.run()
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core
    return self.core.run(fake_method, args, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run
    self._run_compiled(kernel_library, embedding_map)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled
    self.comm.serve(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve
    self._serve_exception(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception
    raise python_exn
ValueError: 
Core Device Traceback:
Traceback (most recent call first):
  File "<artiq>/test/coredevice/test_portability.py", line 208, column 18, in artiq.test.coredevice.test_portability._NestedExceptions.run.0
    raise ValueError
     ^
ValueError(0): 

End of Core Device Traceback


======================================================================
ERROR: test_nested_finally (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_nested_finally)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 370, in test_nested_finally
    self.execute(_NestedFinally, trace=t_device)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute
    raise exn
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute
    exp.run()
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core
    return self.core.run(fake_method, args, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run
    self._run_compiled(kernel_library, embedding_map)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled
    self.comm.serve(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve
    self._serve_exception(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception
    raise python_exn
ValueError: 
Core Device Traceback:
Traceback (most recent call first):
  File "<artiq>/test/coredevice/test_portability.py", line 180, column 18, in artiq.test.coredevice.test_portability._NestedFinally.run.0
    raise ValueError
     ^
ValueError(0): 

End of Core Device Traceback


======================================================================
ERROR: test_rpc_exceptions (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_rpc_exceptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 384, in test_rpc_exceptions
    uut = self.execute(_RPCExceptions, catch=True)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute
    raise exn
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute
    exp.run()
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core
    return self.core.run(fake_method, args, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run
    self._run_compiled(kernel_library, embedding_map)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled
    self.comm.serve(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve
    self._serve_exception(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception
    raise python_exn
artiq.test.coredevice.test_portability._MyException: 
Core Device Traceback:
Traceback (most recent call first):
  File "<artiq>/test/coredevice/test_portability.py", line 291, in exception_raiser
    raise _MyException
artiq.test.coredevice.test_portability._MyException(7): 

End of Core Device Traceback


======================================================================
ERROR: test_handover_exception (artiq.test.coredevice.test_rtio.CoredeviceTest.test_handover_exception)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_rtio.py", line 669, in test_handover_exception
    self.execute(HandoverException)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute
    raise exn
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute
    exp.run()
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_rtio.py", line 565, in run
    self.k("t2")
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core
    return self.core.run(fake_method, args, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run
    self._run_compiled(kernel_library, embedding_map)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled
    self.comm.serve(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve
    self._serve_exception(embedding_map, symbolizer)
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 786, in _serve_exception
    name = embedding_map.retrieve_str(self._read_int32())
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/embedding_map.py", line 74, in retrieve_str
    return self.string_map[key]
           ~~~~~~~~~~~~~~~^^^^^
KeyError: 22
``` ====================================================================== ERROR: test_exceptions (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_exceptions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 363, in test_exceptions self.execute(_Exceptions, trace=t_device) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute raise exn File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute exp.run() File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core return self.core.run(fake_method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run self._run_compiled(kernel_library, embedding_map) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled self.comm.serve(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve self._serve_exception(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception raise python_exn artiq.test.coredevice.test_portability._MyException: Core Device Traceback: Traceback (most recent call first): File "<artiq>/test/coredevice/test_portability.py", line 263, column 22, in artiq.test.coredevice.test_portability._Exceptions.run.0 raise _MyException() ^ artiq.test.coredevice.test_portability._MyException(1): End of Core Device Traceback ====================================================================== ERROR: test_nested_exceptions (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_nested_exceptions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 376, in test_nested_exceptions self.execute(_NestedExceptions, trace=t_device) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute raise exn File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute exp.run() File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core return self.core.run(fake_method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run self._run_compiled(kernel_library, embedding_map) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled self.comm.serve(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve self._serve_exception(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception raise python_exn ValueError: Core Device Traceback: Traceback (most recent call first): File "<artiq>/test/coredevice/test_portability.py", line 208, column 18, in artiq.test.coredevice.test_portability._NestedExceptions.run.0 raise ValueError ^ ValueError(0): End of Core Device Traceback ====================================================================== ERROR: test_nested_finally (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_nested_finally) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 370, in test_nested_finally self.execute(_NestedFinally, trace=t_device) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute raise exn File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute exp.run() File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core return self.core.run(fake_method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run self._run_compiled(kernel_library, embedding_map) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled self.comm.serve(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve self._serve_exception(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception raise python_exn ValueError: Core Device Traceback: Traceback (most recent call first): File "<artiq>/test/coredevice/test_portability.py", line 180, column 18, in artiq.test.coredevice.test_portability._NestedFinally.run.0 raise ValueError ^ ValueError(0): End of Core Device Traceback ====================================================================== ERROR: test_rpc_exceptions (artiq.test.coredevice.test_portability.HostVsDeviceCase.test_rpc_exceptions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_portability.py", line 384, in test_rpc_exceptions uut = self.execute(_RPCExceptions, catch=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute raise exn File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute exp.run() File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core return self.core.run(fake_method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run self._run_compiled(kernel_library, embedding_map) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled self.comm.serve(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve self._serve_exception(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 830, in _serve_exception raise python_exn artiq.test.coredevice.test_portability._MyException: Core Device Traceback: Traceback (most recent call first): File "<artiq>/test/coredevice/test_portability.py", line 291, in exception_raiser raise _MyException artiq.test.coredevice.test_portability._MyException(7): End of Core Device Traceback ====================================================================== ERROR: test_handover_exception (artiq.test.coredevice.test_rtio.CoredeviceTest.test_handover_exception) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_rtio.py", line 669, in test_handover_exception self.execute(HandoverException) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 69, in execute raise exn File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/hardware_testbench.py", line 58, in execute exp.run() File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/test/coredevice/test_rtio.py", line 565, in run self.k("t2") File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/core.py", line 83, in run_on_core return self.core.run(fake_method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 124, in run self._run_compiled(kernel_library, embedding_map) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/core.py", line 135, in _run_compiled self.comm.serve(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 848, in serve self._serve_exception(embedding_map, symbolizer) File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/coredevice/comm_kernel.py", line 786, in _serve_exception name = embedding_map.retrieve_str(self._read_int32()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3nram0j8s06snghcigaxjzjkkw1ahy1h-python3-3.12.5-env/lib/python3.12/site-packages/artiq/language/embedding_map.py", line 74, in retrieve_str return self.string_map[key] ~~~~~~~~~~~~~~~^^^^^ KeyError: 22 ```
occheung was assigned by sb10q 2024-11-16 13:52:34 +08:00
sb10q changed title from test_handover_exception fails to assorted exception bugs 2024-11-16 13:53:26 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#531
No description provided.