Parent Log: http://ci.aztec-labs.com/72dfec5668227906 Command: 37aad4e9ebf491ef yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/bbf33e6534f745d2f5a11c2f359583e881120fc4 Env: REF_NAME=gh-readonly-queue/next/pr-15047-e56623c3f6400dc164642e49255b211d6fb03ac6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 17:06:23 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15047_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next 17:06:29 [17:06:29.151] INFO: sequencer:publisher Bundled [propose] transaction [succeeded] 17:06:29 [17:06:29.177] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions 17:06:29 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 17:06:29 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 17:06:29 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:06:29 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) { 17:06:29 metaMessages: undefined 17:06:29 } 17:06:29 [17:06:29.178] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:06:31 [17:06:31.347] ERROR: sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error 17:06:31 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12) 17:06:31 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25) 17:06:31 at processTicksAndRejections (node:internal/process/task_queues:105:5) 17:06:31 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) { 17:06:31 metaMessages: undefined 17:06:31 } 17:06:31 [17:06:31.348] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:06:32 [17:06:32.308] ERROR: sequencer:publisher Bundled [propose] transaction [failed] 17:06:32 [17:06:32.308] 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:06:32 [17:06:32.310] WARN: sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString') 17:06:33 [17:06:33.005] WARN: sequencer:publisher Some requests were expired for slot 2 {"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]} 17:06:33 PASS src/publisher/sequencer-publisher.test.ts (8.322 s) 17:06:33 SequencerPublisher 17:06:33 bundles propose and vote tx to l1 (2813 ms) 17:06:33 errors if forwarder tx fails (644 ms) 17:06:33 does not send propose tx if rollup validation fails (455 ms) 17:06:33 returns errorMsg if forwarder tx reverts (504 ms) 17:06:33 does not send requests if interrupted (513 ms) 17:06:33 does not send requests if no valid requests are found (183 ms) 17:06:33 17:06:33 Test Suites: 1 passed, 1 total 17:06:33 Tests: 6 passed, 6 total 17:06:33 Snapshots: 0 total 17:06:33 Time: 8.412 s 17:06:33 Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts. 17:06:33 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?