Parent Log:
http://ci.aztec-labs.com/ddf4ea0db3bffde3
Command: 70462c95d683706b yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fa159c5d52a45358479f951a547fed37f141a6ed
Env: REF_NAME=gh-readonly-queue/next/pr-15054-184d5f7d956dd7251670a2dd6728f313cfdf3caf CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 22:34:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15054_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
22:34:16 [22:34:16.338]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
22:34:16 [22:34:16.360]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
22:34:16 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
22:34:16 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
22:34:16 at processTicksAndRejections (node:internal/process/task_queues:105:5)
22:34:16 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
22:34:16 metaMessages: undefined
22:34:16 }
22:34:16 [22:34:16.361]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
22:34:21 [22:34:21.522]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
22:34:21 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
22:34:21 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
22:34:21 at processTicksAndRejections (node:internal/process/task_queues:105:5)
22:34:21 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
22:34:21 metaMessages: undefined
22:34:21 }
22:34:21 [22:34:21.523]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
22:34:22 [22:34:22.603]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
22:34:22 [22:34:22.604]
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}
22:34:22 [22:34:22.606]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
22:34:23 [22:34:23.361]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
22:34:23
PASS src/publisher/sequencer-publisher.test.ts (
10.961 s)
22:34:23 SequencerPublisher
22:34:23
✓ bundles propose and vote tx to l1 (5807 ms)
22:34:23
✓ errors if forwarder tx fails (585 ms)
22:34:23
✓ does send propose tx if rollup validation fails (558 ms)
22:34:23
✓ returns errorMsg if forwarder tx reverts (525 ms)
22:34:23
✓ does not send requests if interrupted (570 ms)
22:34:23
✓ does not send requests if no valid requests are found (186 ms)
22:34:23
22:34:23
Test Suites: 1 passed, 1 total
22:34:23
Tests: 6 passed, 6 total
22:34:23
Snapshots: 0 total
22:34:23
Time: 11.04 s
22:34:23
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
22:34:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?