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
closes: #9934
## Description
The **Fund Provision Pool** job is stable now, so the next one is flaking, **Override Chain Registry**.
```
----- Depl.5 5 installing bundles
----- Agd.3 2 $ agd tx swingset install-bundle @/tmp/contracts/b1-1fc262aefef4f13a10b2b116e07e4c8539619479f01fe6bd03fae243d2765c88b86054f15331c6d3c94c424d65a9fb0a3e8684d20ee4d31c6c9b705d6053e3c8.json --keyring-backend test --chain-id agoriclocal --from agoric1hm54wrxsv8e3pnw6lxj5lssfpexn48xtj6fhxw --broadcast-mode block --gas auto --gas-adjustment 1.4 --yes --output json
deploy failed, trying again (Error#1)
Error#1: Command failed: kubectl exec -i agoriclocal-genesis-0 -c validator --tty=false -- agd tx swingset install-bundle @/tmp/contracts/b1-1fc262aefef4f13a10b2b116e07e4c8539619479f01fe6bd03fae243d2765c88b86054f15331c6d3c94c[42](https://github.com/Agoric/agoric-sdk/actions/runs/13998860883/job/39200487363#step:12:43)4d65a9fb0a3e8684d20ee4d31c6c9b705d6053e3c8.json --keyring-backend test --chain-id agoriclocal --from agoric1hm54wrxsv8e3pnw6lxj5lssfpexn48xtj6fhxw --broadcast-mode block --gas auto --gas-adjustment 1.4 --yes --output json
Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = account sequence mismatch, expected 24, got 23: incorrect account sequence [agoric-labs/[email protected]/x/auth/ante/sigverify.go:269] With gas wanted: '18446744073709551615' and gas used: '1840763' : unknown request
```
It had a retry but wasn't waiting a block. This makes it wait a block.
### Security Considerations
It uses a global `fetch`. This is running in a Node env and just test code so I think it's warranted.
### Scaling Considerations
none
### Documentation Considerations
none
### Testing Considerations
If it passes, land it and hope it fixes the flake.
### Upgrade Considerations
n/a
0 commit comments