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

[Bug]: Failure for addValidator on Fuji #2428

Open
felipemadero opened this issue Dec 11, 2024 · 1 comment
Open

[Bug]: Failure for addValidator on Fuji #2428

felipemadero opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@felipemadero
Copy link
Collaborator

Describe the bug
A timeout happens during addValidator execution for a L1 on Fuji and the cmd ends.

Waiting for P-Chain to update validator information ... 100%
✗ failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: Post "http://127.0.0.1:9650/ext/bc/wNWCENGg1E8gYNtWQMv2V6ZoLraNamaw6qgEqx1mRmQ8kLi3S/rpc": context deadline exceeded
✗ failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: nonce too low: next nonce 3, tx nonce 2
✗ failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: Post "http://127.0.0.1:9650/ext/bc/wNWCENGg1E8gYNtWQMv2V6ZoLraNamaw6qgEqx1mRmQ8kLi3S/rpc": context deadline exceeded
Error: failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: Post "http://127.0.0.1:9650/ext/bc/wNWCENGg1E8gYNtWQMv2V6ZoLraNamaw6qgEqx1mRmQ8kLi3S/rpc": context deadline exceeded

To Reproduce
add a validator to an L1 on Fuji

Expected behavior
It is a non deterministic failure

Screenshots
If applicable, add screenshots to help explain your problem.

Logs
If applicable, please include the relevant logs that indicate a problem.

Operating System
Which OS you used to reveal the bug.

Additional context
Add any other context about the problem here.

@felipemadero felipemadero added the bug Something isn't working label Dec 11, 2024
@felipemadero felipemadero self-assigned this Dec 11, 2024
@Mtsurve
Copy link

Mtsurve commented Dec 12, 2024

Describe the bug A timeout happens during addValidator execution for a L1 on Fuji and the cmd ends.

Waiting for P-Chain to update validator information ... 100%
✗ failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: Post "http://127.0.0.1:9650/ext/bc/wNWCENGg1E8gYNtWQMv2V6ZoLraNamaw6qgEqx1mRmQ8kLi3S/rpc": context deadline exceeded
✗ failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: nonce too low: next nonce 3, tx nonce 2
✗ failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: Post "http://127.0.0.1:9650/ext/bc/wNWCENGg1E8gYNtWQMv2V6ZoLraNamaw6qgEqx1mRmQ8kLi3S/rpc": context deadline exceeded
Error: failure issuing txs to activate proposer VM fork for client &ethclient.client{c:(*rpc.Client)(0xc0015446c0)}: Post "http://127.0.0.1:9650/ext/bc/wNWCENGg1E8gYNtWQMv2V6ZoLraNamaw6qgEqx1mRmQ8kLi3S/rpc": context deadline exceeded

To Reproduce add a validator to an L1 on Fuji

Expected behavior It is a non deterministic failure

Screenshots If applicable, add screenshots to help explain your problem.

Logs If applicable, please include the relevant logs that indicate a problem.

Operating System Which OS you used to reveal the bug.

Additional context Add any other context about the problem here.

Screenshot from 2024-12-12 06-47-17
This is the screenshot for more detailed information

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
Status: Backlog 🗄️
Development

No branches or pull requests

2 participants