Parent Log: http://ci.aztec-labs.com/2adfcb763b57baed Command: 97e7ef9a556fd7e6 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a3ecf3ea26aad0390dd15cfadbb1d160e85e5f89 Env: REF_NAME=gh-readonly-queue/master/pr-15194-f3a077dd83e56ee0ae0a1175f0dc39fdfa50e6d7 CURRENT_VERSION=0.87.9 CI_FULL=1 Date: Tue Jun 24 17:27:11 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15194_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_master 17:27:16 [17:27:16.495] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 17:27:16 [17:27:16.525] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 17:27:16 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:300:12) 17:27:16 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25) 17:27:16 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:27:16 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:217:5) { 17:27:16 metaMessages: undefined 17:27:16 } 17:27:16 [17:27:16.527] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:27:21 [17:27:21.468] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 17:27:21 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:300:12) 17:27:21 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25) 17:27:21 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:27:21 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:263:20) { 17:27:21 metaMessages: undefined 17:27:21 } 17:27:21 [17:27:21.469] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:27:22 [17:27:22.963] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 17:27:22 [17:27:22.964] 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:27:22 [17:27:22.966] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:27:23 [17:27:23.798] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 17:27:23 PASS src/publisher/sequencer-publisher.test.ts (11.751 s) 17:27:23 SequencerPublisher 17:27:23 bundles propose and vote tx to l1 (5880 ms) 17:27:23 errors if forwarder tx fails (733 ms) 17:27:23 does send propose tx if rollup validation fails (754 ms) 17:27:23 returns errorMsg if forwarder tx reverts (740 ms) 17:27:23 does not send requests if interrupted (690 ms) 17:27:23 does not send requests if no valid requests are found (143 ms) 17:27:23 17:27:23 Test Suites: 1 passed, 1 total 17:27:23 Tests: 6 passed, 6 total 17:27:23 Snapshots: 0 total 17:27:23 Time: 11.824 s 17:27:23 Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i. 17:27:23 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?