Parent Log:
http://ci.aztec-labs.com/814f01bc2b04ad56
Command: d2a1f586812a792c yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/464e1a9d9b40b5188586643b44bc52bffccbc3e6
Env: REF_NAME=gh-readonly-queue/master/pr-15117-c06f30929f18b85bcea93c0926a8d640a3819f00 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Tue Jun 17 20:24:51 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15117_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_master
20:24:57 [20:24:57.021]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
20:24:57 [20:24:57.051]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
20:24:57 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:300:12)
20:24:57 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25)
20:24:57 at processTicksAndRejections (node:internal/process/task_queues:105:5)
20:24:57 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:217:5) {
20:24:57 metaMessages: undefined
20:24:57 }
20:24:57 [20:24:57.052]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
20:25:02 [20:25:02.158]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
20:25:02 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:300:12)
20:25:02 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25)
20:25:02 at processTicksAndRejections (node:internal/process/task_queues:105:5)
20:25:02 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:263:20) {
20:25:02 metaMessages: undefined
20:25:02 }
20:25:02 [20:25:02.159]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
20:25:03 [20:25:03.573]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
20:25:03 [20:25:03.574]
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}
20:25:03 [20:25:03.576]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
20:25:04 [20:25:04.517]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
20:25:04
PASS src/publisher/sequencer-publisher.test.ts (
12.075 s)
20:25:04 SequencerPublisher
20:25:04
✓ bundles propose and vote tx to l1 (6136 ms)
20:25:04
✓ errors if forwarder tx fails (683 ms)
20:25:04
✓ does send propose tx if rollup validation fails (775 ms)
20:25:04
✓ returns errorMsg if forwarder tx reverts (642 ms)
20:25:04
✓ does not send requests if interrupted (758 ms)
20:25:04
✓ does not send requests if no valid requests are found (183 ms)
20:25:04
20:25:04
Test Suites: 1 passed, 1 total
20:25:04
Tests: 6 passed, 6 total
20:25:04
Snapshots: 0 total
20:25:04
Time: 12.135 s
20:25:04
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
20:25:04
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?