cartesi / rollups-node

Reference implementation of the Cartesi Rollups Node
Apache License 2.0
20 stars 63 forks source link

CI tests are failing intermittently to find devnet files #328

Closed marcelstanley closed 6 months ago

marcelstanley commented 7 months ago

🙂 Expected behavior

CI tests should pass

🫠 Actual behavior

CI tests are failing intermittently when building the devnet images by somehow not finding either anvil_state.json or deployment.json, files generated by cmd/gen-devnet:

https://github.com/cartesi/rollups-node/actions/runs/8020064981 https://github.com/cartesi/rollups-node/actions/runs/8020159327

marcelstanley commented 6 months ago

We could not find any other instances of the error reported in both CI failures above, which leads us to conclude they were most likely related to errors in the underlying CI environment and, thus, are not reason enough for us to keep pursuing this investigation.

However, a couple of other failures related to the devnet image generation were also found, and they would require a fix. Such issue will be handled at #363.