Parent Log: http://ci.aztec-labs.com/9dbdeae6fbc98ad5 Command: d14a91e37c8b1083 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/97080f178c0a3e244c64b3c17bf255bed63fc3cf Env: REF_NAME=gh-readonly-queue/next/pr-15065-4110b08ca823c6af4399e58e54e0483d6e3459ed CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 10:22:40 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15065_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 10:22:45 [10:22:45.491] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 10:22:45 [10:22:45.516] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 10:22:45 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 10:22:45 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 10:22:45 at processTicksAndRejections (node:internal/process/task_queues:105:5) 10:22:45 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) { 10:22:45 metaMessages: undefined 10:22:45 } 10:22:45 [10:22:45.517] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 10:22:50 [10:22:50.816] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 10:22:50 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 10:22:50 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 10:22:50 at processTicksAndRejections (node:internal/process/task_queues:105:5) 10:22:50 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) { 10:22:50 metaMessages: undefined 10:22:50 } 10:22:50 [10:22:50.818] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 10:22:51 [10:22:51.901] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 10:22:51 [10:22:51.902] 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:22:51 [10:22:51.904] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 10:22:52 [10:22:52.688] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 10:22:52 PASS src/publisher/sequencer-publisher.test.ts (11.101 s) 10:22:52 SequencerPublisher 10:22:52 bundles propose and vote tx to l1 (5815 ms) 10:22:52 errors if forwarder tx fails (569 ms) 10:22:52 does send propose tx if rollup validation fails (477 ms) 10:22:52 returns errorMsg if forwarder tx reverts (608 ms) 10:22:52 does not send requests if interrupted (518 ms) 10:22:52 does not send requests if no valid requests are found (268 ms) 10:22:52 10:22:52 Test Suites: 1 passed, 1 total 10:22:52 Tests: 6 passed, 6 total 10:22:52 Snapshots: 0 total 10:22:52 Time: 11.189 s 10:22:52 Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i. 10:22:52 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?