Skip to content

fix: cap CI devbox hostname#23591

Merged
ludamad merged 1 commit into
merge-train/spartanfrom
spl/fix-grind-test-hostname
May 27, 2026
Merged

fix: cap CI devbox hostname#23591
ludamad merged 1 commit into
merge-train/spartanfrom
spl/fix-grind-test-hostname

Conversation

@spalladino

Copy link
Copy Markdown
Contributor

Running ci.sh grind was failing with sethostname: invalid argument. Codex attributed the failure to a long branch name, causing a long instance name, which was too long for sethostname. Confirmed that switching to a shorter branch name fixed the issue.

--- request build instance (SSH) ---
Requesting m6a.48xlarge spot instance (name: spl_fix-web3signer-pipelining-test_amd64_grind-test-cdfb13e6637062de) (type: m6a.48xlarge) (ami: ami-067627aa971a1dcbb) (bid: 8.3136)...
Waiting for instance id for spot request: sir-dvtzjepj...
Timeout waiting for spot request.
Requesting m6a.48xlarge on-demand instance (name: spl_fix-web3signer-pipelining-test_amd64_grind-test-cdfb13e6637062de) (type: m6a.48xlarge) (ami: ami-067627aa971a1dcbb) (bid: 8.3136)...
Instance id: i-0fd2be01d28ec47e5
Waiting for SSH at 13.58.96.227...
--- connect via SSH ---
Stdout is not a tty, running in background...
Host processes pinned to OS CPUs: 88-95,184-191
HOST: fetching EC2 metadata token...
HOST: metadata token acquired.
HOST: decoding credentials...
HOST: starting devbox container...
HOST: devbox container launched (pid=10513). Monitoring for spot termination...
HOST: preparing devbox (uid/gid, docker run)...
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: sethostname: invalid argument

@spalladino spalladino requested a review from charlielye as a code owner May 27, 2026 14:45
@ludamad ludamad enabled auto-merge (squash) May 27, 2026 15:07
@AztecBot

Copy link
Copy Markdown
Collaborator

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/c9d85531ede9c852�c9d85531ede9c8528;;�):  yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_epochs/epochs_invalidate_block.parallel.test.ts "archiver skips a descendant of an invalid-attestations checkpoint" (408s) (code: 0) group:e2e-p2p-epoch-flakes

@ludamad ludamad merged commit 7137a68 into merge-train/spartan May 27, 2026
14 checks passed
@ludamad ludamad deleted the spl/fix-grind-test-hostname branch May 27, 2026 15:10
danielntmd pushed a commit to danielntmd/aztec-packages that referenced this pull request Jun 4, 2026
BEGIN_COMMIT_OVERRIDE
fix(archiver): skip descendants of invalid-attestations checkpoints
(AztecProtocol#23502)
chore: scale network validators (AztecProtocol#23579)
fix(ci): nightly 10 TPS bench GCP auth and checkout (AztecProtocol#23586)
chore: set eth node resource profile (AztecProtocol#23583)
fix: wait for checkpoint before sentinel assertions (AztecProtocol#23573)
fix: slash attestations for invalid checkpoint proposals (AztecProtocol#23506)
test: fix web3signer pipelining
`e2e_multi_validator_node_key_store.test.ts` (AztecProtocol#23568)
fix: cap CI devbox hostname (AztecProtocol#23591)
test: stabilize invalid checkpoint descendant e2e (AztecProtocol#23582)
test(e2e): stabilize invalidation slots in `proposer invalidates
multiple checkpoints` (AztecProtocol#23590)
test(e2e): stabilize invalid proposal slashing target slot in
`attested_invalid_proposal` (AztecProtocol#23589)
chore(foundation): faster toBufferBE via zero fast-path (AztecProtocol#23592)
fix: honour BB_BINARY_PATH (AztecProtocol#23570)
chore: bump reth and lighthouse (AztecProtocol#23588)
chore: add web3signer and postgres node selectors (AztecProtocol#23598)
fix: do not symlink .codex folders (AztecProtocol#23593)
chore: fix claude and codex symlinking tests (AztecProtocol#23599)
test(e2e): narrow down sentinel check in `multiple_validators_sentinel`
(AztecProtocol#23604)
test(e2e): fix `proposer invalidates multiple checkpoints` timeout
(AztecProtocol#23608)
fix: record zero-amount slashing offenses (AztecProtocol#23556)
fix: log slashing offense names (AztecProtocol#23565)
feat(p2p): tx validation cache (AztecProtocol#23585)
chore: add KEDA deployment module (AztecProtocol#23553)
chore: add KEDA prover agent autoscaling (AztecProtocol#23554)
chore: update destroy_bootnode.sh (AztecProtocol#23626)
chore: skip failing chonk_pinned_inputs.test in CI (AztecProtocol#23643)
chore(ci): tolerate public authwit P2P receipt flake (AztecProtocol#23648)
END_COMMIT_OVERRIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants