We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had thought the failures were caused by #89
But even after fixing that with 538f05d, the next build failed: 7c8a651. And then a simple logging output to help with debugging passed: 2b106ab
My guess is it's a race condition looking for the vstorage output after the proposal passes:
#1325 61.11 ✔ core eval proposal passes (17.6s) #1325 61.11 ℹ submit proposal crabble #1325 61.11 ℹ [ #1325 61.11 '/tmp/crabble-permit.json-482-rZNe3rW2YDOD', #1325 61.11 '/tmp/crabbleCoreEval.js-482-oZGQmcpECPeP', #1325 61.11 '/tmp/gov-permit.json-482-4vus5PFsMJzJ', #1325 61.11 '/tmp/govStarting.js-482-jk2eSfLhNr6x', #1325 61.11 ] #1325 61.11 ℹ { #1325 61.11 code: 0, #1325 61.11 gas_used: '1960837', #1325 61.11 height: '873', #1325 61.11 txhash: 'D1E719AD3CF94998AC166475D33CF70DD48E291C9E38384AB34E3665C724286C', #1325 61.11 } #1325 61.11 ℹ 9 2024-02-06T00:33:28.777575741Z PROPOSAL_STATUS_PASSED #1325 61.15 ✘ [fail]: vstorage published.CHILD is present published children #1325 61.16 ✔ agoricNames.instance is populated #1325 61.20 ✘ [fail]: crabble governance is present crabble committee … #1325 61.24 Error#1: error code 38 reading data of published.wallet.agoric1xdu48rxgakk5us7m3wud04pf92kzjmhwllzdef.current: no data for vstorage path: not found␊
In the green build,
#1320 72.95 ✔ vstorage published.CHILD is present #1320 72.95 ✔ agoricNames.instance is populated #1320 72.99 ✔ crabble governance is present
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had thought the failures were caused by #89
But even after fixing that with 538f05d, the next build failed: 7c8a651. And then a simple logging output to help with debugging passed: 2b106ab
My guess is it's a race condition looking for the vstorage output after the proposal passes:
In the green build,
The text was updated successfully, but these errors were encountered: