Parent Log: http://ci.aztec-labs.com/b325d16c0a95c660 Command: 4f771e618b80a60c yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/991b313d676f7cf820bb62a33e57cf5a4c8cf9cf Env: REF_NAME=gh-readonly-queue/next/pr-15075-af42fafbeb7d6a4440329d9e9e5b1df459fa2e2e CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 16:02:20 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15075_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 16:02:26 [16:02:26.324] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 16:02:26 [16:02:26.359] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 16:02:26 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 16:02:26 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 16:02:26 at processTicksAndRejections (node:internal/process/task_queues:105:5) 16:02:26 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) { 16:02:26 metaMessages: undefined 16:02:26 } 16:02:26 [16:02:26.360] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 16:02:28 [16:02:28.429] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 16:02:28 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 16:02:28 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25) 16:02:28 at processTicksAndRejections (node:internal/process/task_queues:105:5) 16:02:28 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) { 16:02:28 metaMessages: undefined 16:02:28 } 16:02:28 [16:02:28.430] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 16:02:29 [16:02:29.590] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 16:02:29 [16:02:29.591] 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} 16:02:29 [16:02:29.593] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 16:02:30 [16:02:30.412] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 16:02:30 PASS src/publisher/sequencer-publisher.test.ts (8.435 s) 16:02:30 SequencerPublisher 16:02:30 bundles propose and vote tx to l1 (2649 ms) 16:02:30 errors if forwarder tx fails (683 ms) 16:02:30 does send propose tx if rollup validation fails (629 ms) 16:02:30 returns errorMsg if forwarder tx reverts (531 ms) 16:02:30 does not send requests if interrupted (622 ms) 16:02:30 does not send requests if no valid requests are found (197 ms) 16:02:30 16:02:30 Test Suites: 1 passed, 1 total 16:02:30 Tests: 6 passed, 6 total 16:02:30 Snapshots: 0 total 16:02:30 Time: 8.543 s 16:02:30 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 16:02:30 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?