Parent Log:
http://ci.aztec-labs.com/dbfe347f25f46c8d
Command: 4dcaaab13058c9f1 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1542a83b8e029762e119474de1725d84a1aee3d2
Env: REF_NAME=gh-readonly-queue/next/pr-15095-eb7990c89ac679ce7fdfc2e985670cbf85c04be2 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 10:15:15 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15095_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
10:15:21 [10:15:21.244]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
10:15:21 [10:15:21.285]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
10:15:21 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
10:15:21 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
10:15:21 at processTicksAndRejections (node:internal/process/task_queues:105:5)
10:15:21 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
10:15:21 metaMessages: undefined
10:15:21 }
10:15:21 [10:15:21.287]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
10:15:22 [10:15:22.885]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
10:15:22 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
10:15:22 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
10:15:22 at processTicksAndRejections (node:internal/process/task_queues:105:5)
10:15:22 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
10:15:22 metaMessages: undefined
10:15:22 }
10:15:22 [10:15:22.887]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
10:15:24 [10:15:24.145]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
10:15:24 [10:15:24.146]
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}
10:15:24 [10:15:24.152]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
10:15:24 [10:15:24.944]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
10:15:24
PASS src/publisher/sequencer-publisher.test.ts (
8.029 s)
10:15:24 SequencerPublisher
10:15:24
✓ bundles propose and vote tx to l1 (2278 ms)
10:15:24
✓ errors if forwarder tx fails (494 ms)
10:15:24
✓ does send propose tx if rollup validation fails (644 ms)
10:15:24
✓ returns errorMsg if forwarder tx reverts (620 ms)
10:15:24
✓ does not send requests if interrupted (600 ms)
10:15:24
✓ does not send requests if no valid requests are found (193 ms)
10:15:24
10:15:24
Test Suites: 1 passed, 1 total
10:15:24
Tests: 6 passed, 6 total
10:15:24
Snapshots: 0 total
10:15:24
Time: 8.14 s
10:15:24
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
10:15:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?