Parent Log:
http://ci.aztec-labs.com/415c6e72bbcd9be8
Command: a01b491a8c032117 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/60e60f99f2634ad75a76b6e103858ff9ccd041d5
Env: REF_NAME=gh-readonly-queue/next/pr-15081-58b067708e8ff927bf26b2994203134853a7eb71 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 18:12:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15081_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
18:12:14 [18:12:14.374]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
18:12:14 [18:12:14.405]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
18:12:14 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
18:12:14 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
18:12:14 at processTicksAndRejections (node:internal/process/task_queues:105:5)
18:12:14 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
18:12:14 metaMessages: undefined
18:12:14 }
18:12:14 [18:12:14.407]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
18:12:16 [18:12:16.351]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
18:12:16 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
18:12:16 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
18:12:16 at processTicksAndRejections (node:internal/process/task_queues:105:5)
18:12:16 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
18:12:16 metaMessages: undefined
18:12:16 }
18:12:16 [18:12:16.353]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
18:12:17 [18:12:17.531]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
18:12:17 [18:12:17.532]
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}
18:12:17 [18:12:17.533]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
18:12:18 [18:12:18.238]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
18:12:18
PASS src/publisher/sequencer-publisher.test.ts (
8.381 s)
18:12:18 SequencerPublisher
18:12:18
✓ bundles propose and vote tx to l1 (2628 ms)
18:12:18
✓ errors if forwarder tx fails (559 ms)
18:12:18
✓ does send propose tx if rollup validation fails (562 ms)
18:12:18
✓ returns errorMsg if forwarder tx reverts (617 ms)
18:12:18
✓ does not send requests if interrupted (533 ms)
18:12:18
✓ does not send requests if no valid requests are found (173 ms)
18:12:18
18:12:18
Test Suites: 1 passed, 1 total
18:12:18
Tests: 6 passed, 6 total
18:12:18
Snapshots: 0 total
18:12:18
Time: 8.511 s
18:12:18
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
18:12:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?