Parent Log: http://ci.aztec-labs.com/f1633612d470dd0c Command: 430b662d7e79c93b yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/04760775ac41c49f04129b978fde906271954e3a Env: REF_NAME=gh-readonly-queue/next/pr-15067-b70544b6d50e3ecb6598361f1990bd51745c7b55 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 23:20:55 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 23:21:00 [23:21:00.540] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 23:21:00 [23:21:00.562] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 23:21:00 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 23:21:00 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 23:21:00 at processTicksAndRejections (node:internal/process/task_queues:105:5) 23:21:00 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) { 23:21:00 metaMessages: undefined 23:21:00 } 23:21:00 [23:21:00.563] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 23:21:02 [23:21:02.588] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 23:21:02 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 23:21:02 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 23:21:02 at processTicksAndRejections (node:internal/process/task_queues:105:5) 23:21:02 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) { 23:21:02 metaMessages: undefined 23:21:02 } 23:21:02 [23:21:02.589] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 23:21:03 [23:21:03.750] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 23:21:03 [23:21:03.751] 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} 23:21:03 [23:21:03.752] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 23:21:04 [23:21:04.544] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 23:21:04 PASS src/publisher/sequencer-publisher.test.ts (8.447 s) 23:21:04 SequencerPublisher 23:21:04 bundles propose and vote tx to l1 (2720 ms) 23:21:04 errors if forwarder tx fails (586 ms) 23:21:04 does not send propose tx if rollup validation fails (582 ms) 23:21:04 returns errorMsg if forwarder tx reverts (580 ms) 23:21:04 does not send requests if interrupted (607 ms) 23:21:04 does not send requests if no valid requests are found (185 ms) 23:21:04 23:21:04 Test Suites: 1 passed, 1 total 23:21:04 Tests: 6 passed, 6 total 23:21:04 Snapshots: 0 total 23:21:04 Time: 8.549 s 23:21:04 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 23:21:04 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?