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