Parent Log:
http://ci.aztec-labs.com/708bfb73cd096ec8
Command: f1d5df06d37e0c0f yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5c77169d7f01a9e15bc19b05fa231fd96111d7dd
Env: REF_NAME=gh-readonly-queue/next/pr-15042-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 15:02:06 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15042_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
15:02:11 [15:02:11.885]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
15:02:11 [15:02:11.912]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
15:02:11 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:02:11 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
15:02:11 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:02:11 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
15:02:11 metaMessages: undefined
15:02:11 }
15:02:11 [15:02:11.913]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:02:13 [15:02:13.971]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
15:02:13 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:02:13 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
15:02:13 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:02:13 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
15:02:13 metaMessages: undefined
15:02:13 }
15:02:13 [15:02:13.974]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:02:15 [15:02:15.114]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
15:02:15 [15:02:15.115]
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}
15:02:15 [15:02:15.117]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:02:15 [15:02:15.857]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
15:02:15
PASS src/publisher/sequencer-publisher.test.ts (
8.542 s)
15:02:15 SequencerPublisher
15:02:15
✓ bundles propose and vote tx to l1 (2579 ms)
15:02:15
✓ errors if forwarder tx fails (755 ms)
15:02:15
✓ does not send propose tx if rollup validation fails (559 ms)
15:02:15
✓ returns errorMsg if forwarder tx reverts (582 ms)
15:02:15
✓ does not send requests if interrupted (549 ms)
15:02:15
✓ does not send requests if no valid requests are found (192 ms)
15:02:15
15:02:15
Test Suites: 1 passed, 1 total
15:02:15
Tests: 6 passed, 6 total
15:02:15
Snapshots: 0 total
15:02:15
Time: 8.649 s
15:02:15
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
15:02:15
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?