-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
GaloisInc/argo
#183Labels
remote-apiRelated to Cryptol's remote APIRelated to Cryptol's remote API
Milestone
Description
Recently some CI runs, such as this one, have failed with an argo_client.interaction.ArgoException: Unknown state ID error message. So far, I've only seen these on macOS, but it's possible that they could occur on other platforms, too.
In case the log above gets garbage collected, the relevant snippet of error message is as follows:
======================================================================
ERROR: test_CplxQ (test_CplxQNewtype.TestCplxQ)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/runner/work/cryptol/cryptol/cryptol-remote-api/python/tests/cryptol/test_CplxQNewtype.py", line 13, in test_CplxQ
forty_two = c.eval("fortyTwo").result()
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/cryptol-L3Aq5hhJ-py3.7/lib/python3.7/site-packages/argo_client/interaction.py", line 168, in result
return self.process_result(self._result_and_state_and_out_err()[0])
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/cryptol-L3Aq5hhJ-py3.7/lib/python3.7/site-packages/argo_client/interaction.py", line 153, in _result_and_state_and_out_err
raise self.process_error(exception)
argo_client.interaction.ArgoException: Unknown state ID b13110c6-f4b2-4363-a6c1-74d931eca90b
----------------------------------------------------------------------
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
remote-apiRelated to Cryptol's remote APIRelated to Cryptol's remote API