Parent Log:
http://ci.aztec-labs.com/5da774ef0d100089
Command: a668859b212fc7b1 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb
Env: REF_NAME=gh-readonly-queue/next/pr-14858-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 21:40:15 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14858_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
21:40:20 [21:40:20.280]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
21:40:20 [21:40:20.315]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
21:40:20 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
21:40:20 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
21:40:20 at processTicksAndRejections (node:internal/process/task_queues:105:5)
21:40:20 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
21:40:20 metaMessages: undefined
21:40:20 }
21:40:20 [21:40:20.316]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:40:22 [21:40:22.244]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
21:40:22 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
21:40:22 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
21:40:22 at processTicksAndRejections (node:internal/process/task_queues:105:5)
21:40:22 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
21:40:22 metaMessages: undefined
21:40:22 }
21:40:22 [21:40:22.245]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:40:23 [21:40:23.310]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
21:40:23 [21:40:23.311]
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}
21:40:23 [21:40:23.312]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:40:23 [21:40:23.987]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
21:40:23
PASS src/publisher/sequencer-publisher.test.ts (
7.822 s)
21:40:23 SequencerPublisher
21:40:23
✓ bundles propose and vote tx to l1 (2474 ms)
21:40:23
✓ errors if forwarder tx fails (628 ms)
21:40:23
✓ does not send propose tx if rollup validation fails (573 ms)
21:40:23
✓ returns errorMsg if forwarder tx reverts (493 ms)
21:40:23
✓ does not send requests if interrupted (500 ms)
21:40:24
✓ does not send requests if no valid requests are found (176 ms)
21:40:24
21:40:24
Test Suites: 1 passed, 1 total
21:40:24
Tests: 6 passed, 6 total
21:40:24
Snapshots: 0 total
21:40:24
Time: 7.935 s
21:40:24
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
21:40:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?