You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Do we know after what code change this bug was introduced, or it just happens sometimes?
The actor error happens because the account actor for the user hasn't been initialized in the subnet, this can be either because the fund message (or the cross-net message assigning funds) to it hasn't been proposed successfully in a block.
The checkpoint error may also be related, and it usually happens when the local view of a peer in the checkpoint process is not in sync with the state on-chain due to a checkpoint not being committed successfully (if this is the reason, it is definitely a bug. The checkpoint protocol should be able to recover from checkpoint not being successfully committed, etc.).
Sometimes tests for subnets failed with the following artifacts:
Multiple
actor not found
records.Multiple
previous checkpoint not consistent with previous check committed
records:The result after 40 minutes:
The full log is here - https://app.circleci.com/pipelines/github/filecoin-project/eudico/503/workflows/9082ed8e-888c-4a35-9ef4-4035be2f2cde/jobs/6168/tests
@adlrocha Let's try to catch this bug.
The text was updated successfully, but these errors were encountered: