Parent Log: http://ci.aztec-labs.com/cbf3ddc3cc40e3b7 Command: b2a342c9d927fff0 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb Env: REF_NAME=gh-readonly-queue/next/pr-14858-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Tue Jun 17 21:41:47 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14858_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 21:41:51 [21:41:51.983] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 21:41:52 [21:41:52.008] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 21:41:52 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 21:41:52 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 21:41:52 at processTicksAndRejections (node:internal/process/task_queues:105:5) 21:41:52 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) { 21:41:52 metaMessages: undefined 21:41:52 } 21:41:52 [21:41:52.009] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 21:41:53 [21:41:53.930] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 21:41:53 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 21:41:53 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 21:41:53 at processTicksAndRejections (node:internal/process/task_queues:105:5) 21:41:53 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) { 21:41:53 metaMessages: undefined 21:41:53 } 21:41:53 [21:41:53.931] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 21:41:54 [21:41:54.950] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 21:41:54 [21:41:54.950] 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} 21:41:54 [21:41:54.952] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 21:41:55 [21:41:55.627] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 21:41:55 PASS src/publisher/sequencer-publisher.test.ts (7.048 s) 21:41:55 SequencerPublisher 21:41:55 bundles propose and vote tx to l1 (2504 ms) 21:41:55 errors if forwarder tx fails (525 ms) 21:41:55 does not send propose tx if rollup validation fails (508 ms) 21:41:55 returns errorMsg if forwarder tx reverts (512 ms) 21:41:55 does not send requests if interrupted (514 ms) 21:41:55 does not send requests if no valid requests are found (165 ms) 21:41:55 21:41:55 Test Suites: 1 passed, 1 total 21:41:55 Tests: 6 passed, 6 total 21:41:55 Snapshots: 0 total 21:41:55 Time: 7.14 s 21:41:55 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 21:41:55 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?