Parent Log:
http://ci.aztec-labs.com/0f04f3152db33879
Command: 24e90b7895ff1ed6 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/8cc8a56892d36191eefb49254ebbe49ea99ef4b8
Env: REF_NAME=gh-readonly-queue/next/pr-14921-78d87cb88633aee537d022d6fd8e57ceb74a3a95 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 11:34:52 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14921_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
11:34:57 [11:34:57.864]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
11:34:57 [11:34:57.898]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
11:34:57 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
11:34:57 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
11:34:57 at processTicksAndRejections (node:internal/process/task_queues:105:5)
11:34:57 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
11:34:57 metaMessages: undefined
11:34:57 }
11:34:57 [11:34:57.900]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:34:59 [11:34:59.733]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
11:34:59 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
11:34:59 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
11:34:59 at processTicksAndRejections (node:internal/process/task_queues:105:5)
11:34:59 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
11:34:59 metaMessages: undefined
11:34:59 }
11:34:59 [11:34:59.735]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:35:01 [11:35:01.003]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
11:35:01 [11:35:01.005]
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}
11:35:01 [11:35:01.007]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
11:35:01 [11:35:01.802]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
11:35:01
PASS src/publisher/sequencer-publisher.test.ts (
8.265 s)
11:35:01 SequencerPublisher
11:35:01
✓ bundles propose and vote tx to l1 (2533 ms)
11:35:01
✓ errors if forwarder tx fails (607 ms)
11:35:01
✓ does not send propose tx if rollup validation fails (618 ms)
11:35:01
✓ returns errorMsg if forwarder tx reverts (650 ms)
11:35:01
✓ does not send requests if interrupted (630 ms)
11:35:01
✓ does not send requests if no valid requests are found (164 ms)
11:35:01
11:35:01
Test Suites: 1 passed, 1 total
11:35:01
Tests: 6 passed, 6 total
11:35:01
Snapshots: 0 total
11:35:01
Time: 8.356 s
11:35:01
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
11:35:01
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?