Parent Log:
http://ci.aztec-labs.com/6013413449bf1ea6
Command: 1f25be2e8c7902e7 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/17ea18ade041a1bb437806e047c30b29da124094
Env: REF_NAME=gh-readonly-queue/next/pr-15007-4c695be4bff40a4a2ca2118c7e14c83a104e93aa CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 17:26:37 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15007_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
17:26:43 [17:26:43.116]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
17:26:43 [17:26:43.143]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
17:26:43 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
17:26:43 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
17:26:43 at processTicksAndRejections (node:internal/process/task_queues:105:5)
17:26:43 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
17:26:43 metaMessages: undefined
17:26:43 }
17:26:43 [17:26:43.144]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
17:26:45 [17:26:45.137]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
17:26:45 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
17:26:45 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
17:26:45 at processTicksAndRejections (node:internal/process/task_queues:105:5)
17:26:45 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
17:26:45 metaMessages: undefined
17:26:45 }
17:26:45 [17:26:45.139]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
17:26:46 [17:26:46.374]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
17:26:46 [17:26:46.375]
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}
17:26:46 [17:26:46.378]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
17:26:47 [17:26:47.116]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
17:26:47
PASS src/publisher/sequencer-publisher.test.ts (
8.278 s)
17:26:47 SequencerPublisher
17:26:47
✓ bundles propose and vote tx to l1 (2580 ms)
17:26:47
✓ errors if forwarder tx fails (618 ms)
17:26:47
✓ does not send propose tx if rollup validation fails (607 ms)
17:26:47
✓ returns errorMsg if forwarder tx reverts (630 ms)
17:26:47
✓ does not send requests if interrupted (549 ms)
17:26:47
✓ does not send requests if no valid requests are found (190 ms)
17:26:47
17:26:47
Test Suites: 1 passed, 1 total
17:26:47
Tests: 6 passed, 6 total
17:26:47
Snapshots: 0 total
17:26:47
Time: 8.375 s
17:26:47
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
17:26:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?