Parent Log:
http://ci.aztec-labs.com/fd27c7b524aab244
Command: f803628267cda2b6 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/21a568ac0c9ef351b1923375be41d4620add2b60
Env: REF_NAME=gh-readonly-queue/next/pr-15042-b80949775e5c27908a6055ad24592f7d98bdc45a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sun Jun 15 12:35:09 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15042_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
12:35:14 [12:35:14.238]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
12:35:14 [12:35:14.266]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
12:35:14 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
12:35:14 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
12:35:14 at processTicksAndRejections (node:internal/process/task_queues:105:5)
12:35:14 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
12:35:14 metaMessages: undefined
12:35:14 }
12:35:14 [12:35:14.267]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
12:35:19 [12:35:19.789]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
12:35:19 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
12:35:19 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
12:35:19 at processTicksAndRejections (node:internal/process/task_queues:105:5)
12:35:19 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
12:35:19 metaMessages: undefined
12:35:19 }
12:35:19 [12:35:19.791]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
12:35:20 [12:35:20.865]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
12:35:20 [12:35:20.865]
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:35:20 [12:35:20.867]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
12:35:21 [12:35:21.626]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
12:35:21
PASS src/publisher/sequencer-publisher.test.ts (
11.515 s)
12:35:21 SequencerPublisher
12:35:21
✓ bundles propose and vote tx to l1 (6220 ms)
12:35:21
✓ errors if forwarder tx fails (577 ms)
12:35:21
✓ does send propose tx if rollup validation fails (540 ms)
12:35:21
✓ returns errorMsg if forwarder tx reverts (535 ms)
12:35:21
✓ does not send requests if interrupted (582 ms)
12:35:21
✓ does not send requests if no valid requests are found (177 ms)
12:35:21
12:35:21
Test Suites: 1 passed, 1 total
12:35:21
Tests: 6 passed, 6 total
12:35:21
Snapshots: 0 total
12:35:21
Time: 11.593 s
12:35:21
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
12:35:21
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?