Parent Log: http://ci.aztec-labs.com/297cf2df5caaa01a Command: 55dd7a9740af4ad3 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/47bd93499e6606131b6ececa3536632cf5e84409 Env: REF_NAME=gh-readonly-queue/next/pr-15080-215be54ba7d05741f58f591612a9e5454104b24d CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Wed Jun 18 09:41:01 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15080_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 09:41:05 [09:41:05.627] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 09:41:05 [09:41:05.659] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 09:41:05 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 09:41:05 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 09:41:05 at processTicksAndRejections (node:internal/process/task_queues:105:5) 09:41:05 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) { 09:41:05 metaMessages: undefined 09:41:05 } 09:41:05 [09:41:05.661] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 09:41:07 [09:41:07.470] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 09:41:07 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 09:41:07 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 09:41:07 at processTicksAndRejections (node:internal/process/task_queues:105:5) 09:41:07 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) { 09:41:07 metaMessages: undefined 09:41:07 } 09:41:07 [09:41:07.471] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 09:41:08 [09:41:08.479] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 09:41:08 [09:41:08.479] 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} 09:41:08 [09:41:08.481] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 09:41:09 [09:41:09.130] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 09:41:09 PASS src/publisher/sequencer-publisher.test.ts (6.979 s) 09:41:09 SequencerPublisher 09:41:09 bundles propose and vote tx to l1 (2397 ms) 09:41:09 errors if forwarder tx fails (510 ms) 09:41:09 does not send propose tx if rollup validation fails (503 ms) 09:41:09 returns errorMsg if forwarder tx reverts (506 ms) 09:41:09 does not send requests if interrupted (507 ms) 09:41:09 does not send requests if no valid requests are found (144 ms) 09:41:09 09:41:09 Test Suites: 1 passed, 1 total 09:41:09 Tests: 6 passed, 6 total 09:41:09 Snapshots: 0 total 09:41:09 Time: 7.053 s 09:41:09 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 09:41:09 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?