Parent Log: http://ci.aztec-labs.com/34c380f1258b1fe9 Command: f9856415d54196c8 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/3084a7eb89277f14c021ec43f4bddf01c77cc5cc Env: REF_NAME=gh-readonly-queue/next/pr-15077-433ba6218aed45169029991a493e4232b30b8ec6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 19:12:40 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 19:12:46 [19:12:46.309] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 19:12:46 [19:12:46.343] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 19:12:46 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 19:12:46 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 19:12:46 at processTicksAndRejections (node:internal/process/task_queues:105:5) 19:12:46 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) { 19:12:46 metaMessages: undefined 19:12:46 } 19:12:46 [19:12:46.344] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 19:12:48 [19:12:48.280] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 19:12:48 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 19:12:48 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 19:12:48 at processTicksAndRejections (node:internal/process/task_queues:105:5) 19:12:48 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) { 19:12:48 metaMessages: undefined 19:12:48 } 19:12:48 [19:12:48.281] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 19:12:49 [19:12:49.482] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 19:12:49 [19:12:49.483] 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} 19:12:49 [19:12:49.485] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 19:12:50 [19:12:50.251] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 19:12:50 PASS src/publisher/sequencer-publisher.test.ts (8.69 s) 19:12:50 SequencerPublisher 19:12:50 bundles propose and vote tx to l1 (2694 ms) 19:12:50 errors if forwarder tx fails (579 ms) 19:12:50 does not send propose tx if rollup validation fails (548 ms) 19:12:50 returns errorMsg if forwarder tx reverts (655 ms) 19:12:50 does not send requests if interrupted (560 ms) 19:12:50 does not send requests if no valid requests are found (208 ms) 19:12:50 19:12:50 Test Suites: 1 passed, 1 total 19:12:50 Tests: 6 passed, 6 total 19:12:50 Snapshots: 0 total 19:12:50 Time: 8.816 s 19:12:50 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 19:12:50 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?