Parent Log:
http://ci.aztec-labs.com/1b463a8edbf2a4ca
Command: 3987b0c732d12451 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d3bba2d69dbc070d51bcd50607354193573876ba
Env: REF_NAME=gh-readonly-queue/next/pr-14877-314d7622c6bacc8333ae49fe9583967cab78349b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 12:55:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14877_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
12:55:35 [12:55:35.463]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
12:55:35 [12:55:35.491]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
12:55:35 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
12:55:35 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
12:55:35 at processTicksAndRejections (node:internal/process/task_queues:105:5)
12:55:35 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
12:55:35 metaMessages: undefined
12:55:35 }
12:55:35 [12:55:35.492]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
12:55:40 [12:55:40.864]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
12:55:40 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
12:55:40 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
12:55:40 at processTicksAndRejections (node:internal/process/task_queues:105:5)
12:55:40 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
12:55:40 metaMessages: undefined
12:55:40 }
12:55:40 [12:55:40.866]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
12:55:42 [12:55:42.016]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
12:55:42 [12:55:42.017]
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}
12:55:42 [12:55:42.019]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
12:55:42 [12:55:42.820]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
12:55:42
PASS src/publisher/sequencer-publisher.test.ts (
11.789 s)
12:55:42 SequencerPublisher
12:55:42
✓ bundles propose and vote tx to l1 (6099 ms)
12:55:42
✓ errors if forwarder tx fails (607 ms)
12:55:42
✓ does send propose tx if rollup validation fails (568 ms)
12:55:42
✓ returns errorMsg if forwarder tx reverts (584 ms)
12:55:42
✓ does not send requests if interrupted (591 ms)
12:55:42
✓ does not send requests if no valid requests are found (211 ms)
12:55:42
12:55:42
Test Suites: 1 passed, 1 total
12:55:42
Tests: 6 passed, 6 total
12:55:42
Snapshots: 0 total
12:55:42
Time: 11.878 s
12:55:42
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
12:55:42
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?