Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown state ID errors in CI #1261

Closed
atomb opened this issue Aug 5, 2021 · 1 comment · Fixed by GaloisInc/argo#183
Closed

Unknown state ID errors in CI #1261

atomb opened this issue Aug 5, 2021 · 1 comment · Fixed by GaloisInc/argo#183
Assignees
Labels
remote-api Related to Cryptol's remote API
Milestone

Comments

@atomb
Copy link
Contributor

atomb commented Aug 5, 2021

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

----------------------------------------------------------------------
@atomb atomb added the remote-api Related to Cryptol's remote API label Aug 5, 2021
@atomb atomb added this to the 2.12.0 milestone Aug 5, 2021
@pnwamk pnwamk self-assigned this Aug 13, 2021
@pnwamk
Copy link
Contributor

pnwamk commented Aug 31, 2021

Fixed in cryptol by #1273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
remote-api Related to Cryptol's remote API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants