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

triage: TX timeout from bot in 48 cluster test #9676

Closed
Tracked by #9712
just-mitch opened this issue Nov 2, 2024 · 2 comments
Closed
Tracked by #9712

triage: TX timeout from bot in 48 cluster test #9676

just-mitch opened this issue Nov 2, 2024 · 2 comments
Assignees
Labels
P-high 🔥 Priority: high. Do this task next. S-needs-triage Status: This new issue/PR needs to be triaged. team-alpha

Comments

@just-mitch
Copy link
Collaborator

{"level":"verbose","message":"Waiting for token mint to settle","module":"aztec:bot","timestamp":"2024-11-02T00:12:35.052Z"}
{"level":"error","message":"Error setting up bot: Error: Timeout awaiting isMined","module":"aztec:bot","timestamp":"2024-11-02T00:15:35.861Z"}
file:///usr/src/yarn-project/foundation/dest/retry/index.js:85
            throw new Error(name ? `Timeout awaiting ${name}` : 'Timeout');

This is happening in slot 24, i.e. before a reorg is possible in this config (first reorg is possible in slot 29 due to epoch 0 being slots 0-15, then the epoch proof claim of epoch 1 starts in slot 16 and runs 13 slots to 28, inclusive. So first prune can occur in 29.)

Steps to repro

./scripts/earthly-local ./yarn-project/+export-e2e-test-images

cd yarn-project/end-to-end

AZTEC_DOCKER_TAG=yournewtag NAMESPACE=smoke FRESH_INSTALL=true VALUES_FILE="48-validators.yaml" ./scripts/network_test.sh ./src/spartan/smoke.test.ts

Immediately open the bot logs.

@just-mitch just-mitch added P-high 🔥 Priority: high. Do this task next. S-needs-triage Status: This new issue/PR needs to be triaged. team-alpha labels Nov 2, 2024
@just-mitch just-mitch added this to the Sequencer & Prover Testnet milestone Nov 2, 2024
@just-mitch just-mitch removed this from the Sequencer & Prover Testnet milestone Nov 7, 2024
@just-mitch
Copy link
Collaborator Author

I think this is at least in part due to #9803.

Keeping this open regardless to ensure we revisit.

@just-mitch just-mitch changed the title TX timeout from bot in 48 cluster test triage: TX timeout from bot in 48 cluster test Nov 7, 2024
@just-mitch just-mitch self-assigned this Nov 7, 2024
@just-mitch
Copy link
Collaborator Author

Closing this since it seems to be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-high 🔥 Priority: high. Do this task next. S-needs-triage Status: This new issue/PR needs to be triaged. team-alpha
Projects
None yet
Development

No branches or pull requests

1 participant