Parent Log: http://ci.aztec-labs.com/51b65f4b246e4eda Command: 128a905c1f9c1691 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/76ca48a2187e3506bb464eae574e49476c2876ca Env: REF_NAME=gh-readonly-queue/next/pr-15045-9d6fb0bd1594726370a5f3a56591963452264642 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 18:05:56 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15045_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 18:06:01 [18:06:01.477] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 18:06:01 [18:06:01.510] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 18:06:01 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 18:06:01 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 18:06:01 at processTicksAndRejections (node:internal/process/task_queues:105:5) 18:06:01 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) { 18:06:01 metaMessages: undefined 18:06:01 } 18:06:01 [18:06:01.512] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 18:06:07 [18:06:07.013] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 18:06:07 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 18:06:07 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 18:06:07 at processTicksAndRejections (node:internal/process/task_queues:105:5) 18:06:07 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) { 18:06:07 metaMessages: undefined 18:06:07 } 18:06:07 [18:06:07.015] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 18:06:08 [18:06:08.175] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 18:06:08 [18:06:08.176] 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} 18:06:08 [18:06:08.179] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 18:06:08 [18:06:08.883] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 18:06:08 PASS src/publisher/sequencer-publisher.test.ts (11.56 s) 18:06:08 SequencerPublisher 18:06:08 bundles propose and vote tx to l1 (6126 ms) 18:06:08 errors if forwarder tx fails (605 ms) 18:06:08 does send propose tx if rollup validation fails (584 ms) 18:06:08 returns errorMsg if forwarder tx reverts (579 ms) 18:06:08 does not send requests if interrupted (512 ms) 18:06:08 does not send requests if no valid requests are found (194 ms) 18:06:08 18:06:08 Test Suites: 1 passed, 1 total 18:06:08 Tests: 6 passed, 6 total 18:06:08 Snapshots: 0 total 18:06:08 Time: 11.634 s 18:06:08 Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i. 18:06:08 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?