Parent Log:
http://ci.aztec-labs.com/7b3e6e8a2abdd89b
Command: 9e91553d04f5b22d yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/10badd24359b04680068afd9ca24407383374db1
Env: REF_NAME=gh-readonly-queue/next/pr-15019-7d223783d91db15002a09abc1b52d1455eb3e3da CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 11:10:46 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15019_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
11:10:49 [11:10:49.815]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
11:10:49 [11:10:49.838]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
11:10:49 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
11:10:49 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
11:10:49 at processTicksAndRejections (node:internal/process/task_queues:105:5)
11:10:49 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
11:10:49 metaMessages: undefined
11:10:49 }
11:10:49 [11:10:49.839]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:10:54 [11:10:54.631]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
11:10:54 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
11:10:54 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
11:10:54 at processTicksAndRejections (node:internal/process/task_queues:105:5)
11:10:54 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
11:10:54 metaMessages: undefined
11:10:54 }
11:10:54 [11:10:54.632]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:10:55 [11:10:55.589]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
11:10:55 [11:10:55.589]
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}
11:10:55 [11:10:55.591]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:10:56 [11:10:56.211]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
11:10:56
PASS src/publisher/sequencer-publisher.test.ts (
9.452 s)
11:10:56 SequencerPublisher
11:10:56
✓ bundles propose and vote tx to l1 (5366 ms)
11:10:56
✓ errors if forwarder tx fails (486 ms)
11:10:56
✓ does send propose tx if rollup validation fails (478 ms)
11:10:56
✓ returns errorMsg if forwarder tx reverts (480 ms)
11:10:56
✓ does not send requests if interrupted (479 ms)
11:10:56
✓ does not send requests if no valid requests are found (142 ms)
11:10:56
11:10:56
Test Suites: 1 passed, 1 total
11:10:56
Tests: 6 passed, 6 total
11:10:56
Snapshots: 0 total
11:10:56
Time: 9.518 s
11:10:56
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
11:10:56
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?