Parent Log:
http://ci.aztec-labs.com/3558fcb46aaa3f45
Command: dc9591c437eedcb5 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/42440bd429a3b283b3a344db0be4652d818bd261
Env: REF_NAME=gh-readonly-queue/next/pr-15046-2469b5f1633350f6be15733c04242af1cdc98227 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:50:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
19:50:15 [19:50:15.118]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
19:50:15 [19:50:15.143]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
19:50:15 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
19:50:15 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
19:50:15 at processTicksAndRejections (node:internal/process/task_queues:105:5)
19:50:15 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
19:50:15 metaMessages: undefined
19:50:15 }
19:50:15 [19:50:15.144]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
19:50:16 [19:50:16.997]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
19:50:16 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
19:50:16 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
19:50:16 at processTicksAndRejections (node:internal/process/task_queues:105:5)
19:50:16 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
19:50:16 metaMessages: undefined
19:50:16 }
19:50:16 [19:50:16.998]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
19:50:18 [19:50:18.120]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
19:50:18 [19:50:18.120]
ERROR:
sequencer:publisher Rollup process tx reverted. Test error
{"txCount":4,"blockNumber":42,"blockTimestamp":1796,"privateLogCount":128,"publicLogCount":12,"contractClassLogCount":4,"contractClassLogSize":6040,"txHash":"0x74784861736850726f706f7365","slotNumber":2}
19:50:18 [19:50:18.121]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
19:50:18 [19:50:18.836]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
19:50:18
PASS src/publisher/sequencer-publisher.test.ts (
7.724 s)
19:50:18 SequencerPublisher
19:50:18
✓ bundles propose and vote tx to l1 (2475 ms)
19:50:18
✓ errors if forwarder tx fails (560 ms)
19:50:18
✓ does send propose tx if rollup validation fails (572 ms)
19:50:18
✓ returns errorMsg if forwarder tx reverts (550 ms)
19:50:18
✓ does not send requests if interrupted (513 ms)
19:50:18
✓ does not send requests if no valid requests are found (202 ms)
19:50:18
19:50:18
Test Suites: 1 passed, 1 total
19:50:18
Tests: 6 passed, 6 total
19:50:18
Snapshots: 0 total
19:50:18
Time: 7.821 s
19:50:18
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
19:50:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?