Parent Log:
http://ci.aztec-labs.com/08d3995fcf33019a
Command: ebf67495dae0c068 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/10badd24359b04680068afd9ca24407383374db1
Env: REF_NAME=gh-readonly-queue/next/pr-15019-7d223783d91db15002a09abc1b52d1455eb3e3da CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 11:07:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15019_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
11:07:15 [11:07:15.579]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
11:07:15 [11:07:15.613]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
11:07:15 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
11:07:15 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
11:07:15 at processTicksAndRejections (node:internal/process/task_queues:105:5)
11:07:15 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
11:07:15 metaMessages: undefined
11:07:15 }
11:07:15 [11:07:15.615]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:07:20 [11:07:20.836]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
11:07:20 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
11:07:20 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
11:07:20 at processTicksAndRejections (node:internal/process/task_queues:105:5)
11:07:20 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
11:07:20 metaMessages: undefined
11:07:20 }
11:07:20 [11:07:20.837]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:07:21 [11:07:21.821]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
11:07:21 [11:07:21.822]
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}
11:07:21 [11:07:21.823]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:07:22 [11:07:22.552]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
11:07:22
PASS src/publisher/sequencer-publisher.test.ts (
10.955 s)
11:07:22 SequencerPublisher
11:07:22
✓ bundles propose and vote tx to l1 (5879 ms)
11:07:22
✓ errors if forwarder tx fails (555 ms)
11:07:22
✓ does send propose tx if rollup validation fails (513 ms)
11:07:22
✓ returns errorMsg if forwarder tx reverts (472 ms)
11:07:22
✓ does not send requests if interrupted (513 ms)
11:07:22
✓ does not send requests if no valid requests are found (218 ms)
11:07:22
11:07:22
Test Suites: 1 passed, 1 total
11:07:22
Tests: 6 passed, 6 total
11:07:22
Snapshots: 0 total
11:07:22
Time: 11.036 s
11:07:22
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
11:07:22
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?