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

Upgrade tests failing #2178

Closed
lumtis opened this issue May 14, 2024 · 3 comments · Fixed by #2158
Closed

Upgrade tests failing #2178

lumtis opened this issue May 14, 2024 · 3 comments · Fixed by #2158
Assignees
Labels
bug Something isn't working

Comments

@lumtis
Copy link
Member

lumtis commented May 14, 2024

Describe the Bug
The upgrade tests are constantly failing with the error

setup      | ❌ ethereum panic: waiting cctx timeout, cctx not mined, inTxHash: 

https://github.com/zeta-chain/node/actions/runs/9074912329/job/24934506785
https://github.com/zeta-chain/node/actions/runs/9074570731/job/24933564515

@lumtis lumtis added the bug Something isn't working label May 14, 2024
@lumtis lumtis self-assigned this May 14, 2024
@lumtis
Copy link
Member Author

lumtis commented May 14, 2024

@gartnera it seems there is an issue occurring when upgrading the zetaclientd with the supervisor. Do these logs tell you something?

zetaclient0  | 2024-05-14T12:14:35Z ERR CoreContextUpdater failed to update config error="failed to get zetablock height: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=CoreBridge
zetaclient0  | 2024-05-14T12:14:36Z WRN get current upgrade plan error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:36Z WRN get node info error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:37Z WRN get current upgrade plan error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:37Z WRN get node info error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:38Z WRN get current upgrade plan error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:38Z WRN get node info error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:39Z WRN get current upgrade plan error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:39Z WRN get node info error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:40Z WRN get current upgrade plan error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:40Z WRN get node info error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:40Z INF Unable to fetch verification flags from zetabridge module=CoreBridge
zetaclient0  | 2024-05-14T12:14:41Z WRN get current upgrade plan error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:41Z WRN get node info error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 172.20.0.11:9090: connect: connection refused\"" module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:42Z WRN core version change (v12.3.0-rc-99-g0e45a72f -> v0.0.1715688551-dirty) module=zetaclientdSupervisor process=zetaclientd-supervisor
zetaclient0  | 2024-05-14T12:14:42Z ERR unable to update current symlink (/root/.zetaclientd/upgrades/v0.0.1715688551-dirty -> /root/.zetaclientd/upgrades/current) error="stat target: stat /root/.zetaclientd/upgrades/v0.0.1715688551-dirty: no such file or directory"

@gartnera
Copy link
Member

gartnera commented May 14, 2024

yeah

ERR unable to update current symlink (/root/.zetaclientd/upgrades/v0.0.1715688551-dirty -> /root/.zetaclientd/upgrades/current) error="stat target: stat /root/.zetaclientd/upgrades/v0.0.1715688551-dirty: no such file or directory"

is the indicator of the problem.

Upgrade tests pass are passing on #2158 so that would resolve it.

Another reason to do #2134

@lumtis lumtis linked a pull request May 14, 2024 that will close this issue
4 tasks
@lumtis
Copy link
Member Author

lumtis commented May 14, 2024

Upgrade tests pass are passing on #2158 so that would resolve it.
Ok, attaching the issue to it

Another reason to do #2134

Yes, I think this makes sense to add this as soon as possible. At least the light upgrade tests should catch issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants