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

GasEstimateMessageGas Error Snapping Up New Deal to CC Sector #8217

Closed
10 of 18 tasks
TippyFlitsUK opened this issue Mar 1, 2022 · 0 comments
Closed
10 of 18 tasks

GasEstimateMessageGas Error Snapping Up New Deal to CC Sector #8217

TippyFlitsUK opened this issue Mar 1, 2022 · 0 comments
Labels
kind/bug Kind: Bug

Comments

@TippyFlitsUK
Copy link
Contributor

TippyFlitsUK commented Mar 1, 2022

Checklist

  • This is not a security-related bug/issue. If it is, please follow please follow the security policy.
  • This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
  • This is not a new feature request. If it is, please file a feature request instead.
  • This is not an enhancement request. If it is, please file a improvement suggestion instead.
  • I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
  • I am running the Latest release, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
  • I did not make any code changes to lotus.

Lotus component

  • lotus daemon - chain sync
  • lotus miner - mining and block production
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt)
  • lotus miner/market - storage deal
  • lotus miner/market - retrieval deal
  • lotus miner/market - data transfer
  • lotus client
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

Daemon:  1.15.1-dev+mainnet+git.77a954c7c+api1.4.0
Local: lotus-miner version 1.15.1-dev+mainnet+git.77a954c7c

Note: This is a custom release containing the recent upgrade epoch and new indexer functionality:
https://github.com/filecoin-project/lotus/releases/tag/master-spx.idxprov.rc-5

Describe the Bug

I am attempting to snap-up offline storage deals to recently created CC sectors.

RU and PR2 complete without issue but I then receive the following error message when the system attempts to submit the ProveReplicaUpdates message -

2022-03-01T22:10:08.034Z ERROR sectors storage-sealing/states_replica_update.go:173 handleSubmitReplicaUpdate: error sending message: GasEstimateMessageGas error: estimating gas used: message execution failed: exit 19, reason: insufficient funds for new initial pledge requirement 1439008931983229007, available: 0, skipping sector 5052 (RetCode=19)

2022-03-01T22:45:37.176Z INFO sectors storage-sealing/states_failed.go:28 ReplicaUpdateFailed(5014), waiting 59.823589435s before retrying

As the logs suggest, these errors then repeat every minute.

I now have 3 snap-up deals showing ReplicaUpdateFailed status.

I can confirm that all my control addresses have a positive FIL balance.

I have tried restarting my miner and daemon a number of times without success.
I have changed all [Fees] values to 5 FIL in both miner and daemon config.toml but the errors persist following a miner restart

Logging Information

2022-03-01T22:10:08.034Z	ERROR	sectors	storage-sealing/states_replica_update.go:173	handleSubmitReplicaUpdate: error sending message: GasEstimateMessageGas error: estimating gas used: message execution failed: exit 19, reason: insufficient funds for new initial pledge requirement 1439008931983229007, available: 0, skipping sector 5052 (RetCode=19)
2022-03-01T22:45:37.176Z	INFO	sectors	storage-sealing/states_failed.go:28	ReplicaUpdateFailed(5014), waiting 59.823589435s before retrying

Repo Steps

  1. Attempt to snap-up new deal to existing CC sector.

lotus-markets.log
lotus-miner .log
lotus-markets-goroutines.log
lotus-miner-goroutines.log

lotus-miner-info-all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

No branches or pull requests

2 participants