Parent Log:
http://ci.aztec-labs.com/4451244b7f022098
Command: 731d98bdb3377842 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4110b08ca823c6af4399e58e54e0483d6e3459ed
Env: REF_NAME=gh-readonly-queue/next/pr-15064-daebab2c4bace59ef25ddb29040a040926f095e6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 09:31:52 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15064_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
09:31:57 [09:31:57.293]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
09:31:57 [09:31:57.324]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
09:31:57 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
09:31:57 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
09:31:57 at processTicksAndRejections (node:internal/process/task_queues:105:5)
09:31:57 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
09:31:57 metaMessages: undefined
09:31:57 }
09:31:57 [09:31:57.326]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
09:32:02 [09:32:02.558]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
09:32:02 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
09:32:02 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
09:32:02 at processTicksAndRejections (node:internal/process/task_queues:105:5)
09:32:02 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
09:32:02 metaMessages: undefined
09:32:02 }
09:32:02 [09:32:02.560]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
09:32:03 [09:32:03.647]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
09:32:03 [09:32:03.648]
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}
09:32:03 [09:32:03.649]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
09:32:04 [09:32:04.394]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
09:32:04
PASS src/publisher/sequencer-publisher.test.ts (
11.013 s)
09:32:04 SequencerPublisher
09:32:04
✓ bundles propose and vote tx to l1 (5846 ms)
09:32:04
✓ errors if forwarder tx fails (568 ms)
09:32:04
✓ does send propose tx if rollup validation fails (527 ms)
09:32:04
✓ returns errorMsg if forwarder tx reverts (561 ms)
09:32:04
✓ does not send requests if interrupted (539 ms)
09:32:04
✓ does not send requests if no valid requests are found (208 ms)
09:32:04
09:32:04
Test Suites: 1 passed, 1 total
09:32:04
Tests: 6 passed, 6 total
09:32:04
Snapshots: 0 total
09:32:04
Time: 11.101 s
09:32:04
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
09:32:04
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?