Container can't be removed because of insufficient GAS #1553

Open
opened 2025-12-28 17:35:50 +00:00 by sami · 4 comments
Owner

Originally created by @roman-khimov on GitHub (Dec 12, 2025).

Expected Behavior

Green.

Current Behavior

Yellow.

https://rest.fs.neo.org/Aku38wpn2xEqfEPxmwyAa7N3VnAkMV8PEVkpLqwKM1z3/4522-1765563332/index.html#suites/0e3180b9561587482b2f1488d7674deb/c660358b1dae16a7/

Client:

RuntimeError: Command: ./neofs-cli --config /Users/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml container delete --rpc-endpoint 'localhost:61531' --wallet '/Users/runner/work/neofs-node/neofs-node/neofs-testcases/test-run-2025-12-12-15-30-08-039737/wallet-c001d2ac-4786-4fdd-b0a3-6fe1db288d93.json' --cid 'DuNcHsnQEYU5Ayd5fuhpKcyNyen56gt5Ck52JYCxeXJm'
Error:
return code: 1
output: Error: rpc error: status: code = 1024 message = execution failed

SN:

2025-12-12T16:46:07.560Z debug client/notary.go:620 notary request invoked {"method": "remove", "valid_until_block": 300, "tx_hash": "d89aad49e04941db79ed0d968c3592d4477086079a6499f8f65e8fa8883dc379", "fallback_hash": "6add991cb2ce7b5638be3974819baf327526de347fa8a07e9e28258ab27dd933"}

IR:

2025-12-12T16:46:07.567Z warn core/blockchain.go:2057 contract invocation failed {"tx": "d89aad49e04941db79ed0d968c3592d4477086079a6499f8f65e8fa8883dc379", "block": 205, "error": "at instruction 6718 (SYSCALL): System.Storage.Get failed: insufficient amount of gas"}

Possible Solution

Fix something.

Steps to Reproduce (for bugs)

Not 100% reproducible, but it's not the first time I'm seeing this.

Regression

Not likely. Although it can be related to contract changes.

Your Environment

  • Version used: master
Originally created by @roman-khimov on GitHub (Dec 12, 2025). ## Expected Behavior Green. ## Current Behavior Yellow. https://rest.fs.neo.org/Aku38wpn2xEqfEPxmwyAa7N3VnAkMV8PEVkpLqwKM1z3/4522-1765563332/index.html#suites/0e3180b9561587482b2f1488d7674deb/c660358b1dae16a7/ Client: > RuntimeError: Command: ./neofs-cli --config /Users/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml container delete --rpc-endpoint 'localhost:61531' --wallet '/Users/runner/work/neofs-node/neofs-node/neofs-testcases/test-run-2025-12-12-15-30-08-039737/wallet-c001d2ac-4786-4fdd-b0a3-6fe1db288d93.json' --cid 'DuNcHsnQEYU5Ayd5fuhpKcyNyen56gt5Ck52JYCxeXJm' Error: return code: 1 output: Error: rpc error: status: code = 1024 message = execution failed SN: > 2025-12-12T16:46:07.560Z debug client/notary.go:620 notary request invoked {"method": "remove", "valid_until_block": 300, "tx_hash": "d89aad49e04941db79ed0d968c3592d4477086079a6499f8f65e8fa8883dc379", "fallback_hash": "6add991cb2ce7b5638be3974819baf327526de347fa8a07e9e28258ab27dd933"} IR: > 2025-12-12T16:46:07.567Z warn core/blockchain.go:2057 contract invocation failed {"tx": "d89aad49e04941db79ed0d968c3592d4477086079a6499f8f65e8fa8883dc379", "block": 205, "error": "at instruction 6718 (SYSCALL): System.Storage.Get failed: insufficient amount of gas"} ## Possible Solution Fix something. ## Steps to Reproduce (for bugs) Not 100% reproducible, but it's not the first time I'm seeing this. ## Regression Not likely. Although it can be related to contract changes. ## Your Environment * Version used: master
Author
Owner
@roman-khimov commented on GitHub (Dec 12, 2025): A variation of it via REST gateway: https://rest.fs.neo.org/Aku38wpn2xEqfEPxmwyAa7N3VnAkMV8PEVkpLqwKM1z3/4522-1765559141/index.html#suites/7ea748d71aa04320792ee4896f86b95b/a27a5baa4ec99915/
Author
Owner

@roman-khimov commented on GitHub (Dec 12, 2025):

There is a lot of dynamics in removeContainer, especially in estimation reports. Likely that's the problem and that's where 10% aren't sufficient.

@roman-khimov commented on GitHub (Dec 12, 2025): There is a lot of dynamics in `removeContainer`, especially in estimation reports. Likely that's the problem and that's where 10% aren't sufficient.
Author
Owner
@roman-khimov commented on GitHub (Dec 18, 2025): https://rest.fs.neo.org/Aku38wpn2xEqfEPxmwyAa7N3VnAkMV8PEVkpLqwKM1z3/4530-1766014379/index.html#suites/7ea748d71aa04320792ee4896f86b95b/e20feaa94ea2d1a6/
Author
Owner
@roman-khimov commented on GitHub (Dec 19, 2025): https://rest.fs.neo.org/Aku38wpn2xEqfEPxmwyAa7N3VnAkMV8PEVkpLqwKM1z3/4535-1766095583/index.html#suites/0e3180b9561587482b2f1488d7674deb/52a4f1d5fe7e127f/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#1553
No description provided.