Parent Log: http://ci.aztec-labs.com/5c36f3dacbf18e42 Command: 49f5129a0dc39cfa yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/4c695be4bff40a4a2ca2118c7e14c83a104e93aa Env: REF_NAME=gh-readonly-queue/next/pr-15120-bbf33e6534f745d2f5a11c2f359583e881120fc4 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 17:22:56 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15120_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:23:02 [17:23:02.135] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 17:23:02 [17:23:02.157] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 17:23:02 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 17:23:02 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 17:23:02 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:23:02 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) { 17:23:02 metaMessages: undefined 17:23:02 } 17:23:02 [17:23:02.159] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:23:03 [17:23:03.946] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 17:23:03 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 17:23:03 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 17:23:03 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:23:03 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) { 17:23:03 metaMessages: undefined 17:23:03 } 17:23:03 [17:23:03.947] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:23:05 [17:23:05.189] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 17:23:05 [17:23:05.190] 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:23:05 [17:23:05.192] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:23:06 [17:23:06.033] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 17:23:06 PASS src/publisher/sequencer-publisher.test.ts (8.248 s) 17:23:06 SequencerPublisher 17:23:06 bundles propose and vote tx to l1 (2486 ms) 17:23:06 errors if forwarder tx fails (572 ms) 17:23:06 does not send propose tx if rollup validation fails (602 ms) 17:23:06 returns errorMsg if forwarder tx reverts (641 ms) 17:23:06 does not send requests if interrupted (626 ms) 17:23:06 does not send requests if no valid requests are found (215 ms) 17:23:06 17:23:06 Test Suites: 1 passed, 1 total 17:23:06 Tests: 6 passed, 6 total 17:23:06 Snapshots: 0 total 17:23:06 Time: 8.35 s 17:23:06 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 17:23:06 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?