Parent Log:
http://ci.aztec-labs.com/d1a5498d1f5a5639
Command: 41adb1ae539b2f2b yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a0944d6ab9d5708daa7ff219a932e7b3784c6637
Env: REF_NAME=gh-readonly-queue/next/pr-15020-90e495a77534c1d250949dbc053161959c9aadcc CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 15:08:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15020_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
15:08:25 [15:08:25.054]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
15:08:25 [15:08:25.084]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
15:08:25 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:08:25 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
15:08:25 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:08:25 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
15:08:25 metaMessages: undefined
15:08:25 }
15:08:25 [15:08:25.085]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:08:27 [15:08:27.301]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
15:08:27 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:08:27 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
15:08:27 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:08:27 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
15:08:27 metaMessages: undefined
15:08:27 }
15:08:27 [15:08:27.303]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:08:28 [15:08:28.413]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
15:08:28 [15:08:28.414]
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}
15:08:28 [15:08:28.417]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:08:29 [15:08:29.159]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
15:08:29
PASS src/publisher/sequencer-publisher.test.ts (
8.586 s)
15:08:29 SequencerPublisher
15:08:29
✓ bundles propose and vote tx to l1 (2874 ms)
15:08:29
✓ errors if forwarder tx fails (675 ms)
15:08:29
✓ does not send propose tx if rollup validation fails (499 ms)
15:08:29
✓ returns errorMsg if forwarder tx reverts (614 ms)
15:08:29
✓ does not send requests if interrupted (572 ms)
15:08:29
✓ does not send requests if no valid requests are found (169 ms)
15:08:29
15:08:29
Test Suites: 1 passed, 1 total
15:08:29
Tests: 6 passed, 6 total
15:08:29
Snapshots: 0 total
15:08:29
Time: 8.691 s
15:08:29
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
15:08:29
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?