Parent Log: http://ci.aztec-labs.com/7138843e6c6b7613 Command: a611913617ccaadc yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/fa23733be8278348dff0959c8094bcfd89eb44d5 Env: REF_NAME=gh-readonly-queue/next/pr-14929-15c121440ebf929fded7bd0c31960fb154a3fa7a CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 12 10:00:12 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14929_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 10:00:17 [10:00:17.396] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 10:00:17 [10:00:17.423] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 10:00:17 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 10:00:17 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25) 10:00:17 at processTicksAndRejections (node:internal/process/task_queues:105:5) 10:00:17 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) { 10:00:17 metaMessages: undefined 10:00:17 } 10:00:17 [10:00:17.424] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 10:00:22 [10:00:22.949] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 10:00:22 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 10:00:22 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25) 10:00:22 at processTicksAndRejections (node:internal/process/task_queues:105:5) 10:00:22 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) { 10:00:22 metaMessages: undefined 10:00:22 } 10:00:22 [10:00:22.951] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 10:00:24 [10:00:24.092] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 10:00:24 [10:00:24.093] 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} 10:00:24 [10:00:24.095] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 10:00:24 [10:00:24.882] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 10:00:24 PASS src/publisher/sequencer-publisher.test.ts (11.61 s) 10:00:24 SequencerPublisher 10:00:24 bundles propose and vote tx to l1 (6105 ms) 10:00:24 errors if forwarder tx fails (666 ms) 10:00:24 does send propose tx if rollup validation fails (586 ms) 10:00:24 returns errorMsg if forwarder tx reverts (558 ms) 10:00:24 does not send requests if interrupted (589 ms) 10:00:24 does not send requests if no valid requests are found (199 ms) 10:00:24 10:00:24 Test Suites: 1 passed, 1 total 10:00:24 Tests: 6 passed, 6 total 10:00:24 Snapshots: 0 total 10:00:24 Time: 11.687 s 10:00:24 Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i. 10:00:24 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?