Parent Log: http://ci.aztec-labs.com/9cec485c57caab34 Command: 7c288cdaeed3e186 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/58b067708e8ff927bf26b2994203134853a7eb71 Env: REF_NAME=gh-readonly-queue/next/pr-15078-3b44f825dcd3249b2c8a1105905fa3394aa7213d CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 17:53:01 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15078_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 17:53:06 [17:53:06.731] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 17:53:06 [17:53:06.755] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 17:53:06 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 17:53:06 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 17:53:06 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:53:06 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) { 17:53:06 metaMessages: undefined 17:53:06 } 17:53:06 [17:53:06.756] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:53:08 [17:53:08.981] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 17:53:08 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 17:53:08 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 17:53:08 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:53:08 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) { 17:53:08 metaMessages: undefined 17:53:08 } 17:53:08 [17:53:08.984] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:53:10 [17:53:10.350] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 17:53:10 [17:53:10.351] 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} 17:53:10 [17:53:10.353] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:53:11 [17:53:11.212] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 17:53:11 PASS src/publisher/sequencer-publisher.test.ts (9.09 s) 17:53:11 SequencerPublisher 17:53:11 bundles propose and vote tx to l1 (2702 ms) 17:53:11 errors if forwarder tx fails (737 ms) 17:53:11 does send propose tx if rollup validation fails (715 ms) 17:53:11 returns errorMsg if forwarder tx reverts (653 ms) 17:53:11 does not send requests if interrupted (603 ms) 17:53:11 does not send requests if no valid requests are found (257 ms) 17:53:11 17:53:11 Test Suites: 1 passed, 1 total 17:53:11 Tests: 6 passed, 6 total 17:53:11 Snapshots: 0 total 17:53:11 Time: 9.181 s 17:53:11 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 17:53:11 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?