Parent Log:
http://ci.aztec-labs.com/1fba7ea69bc65366
Command: b818050160cbcbd8 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/184d5f7d956dd7251670a2dd6728f313cfdf3caf
Env: REF_NAME=gh-readonly-queue/next/pr-14822-e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 21:18:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14822_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:18:21 [21:18:21.475]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
21:18:21 [21:18:21.510]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
21:18:21 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
21:18:21 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
21:18:21 at processTicksAndRejections (node:internal/process/task_queues:105:5)
21:18:21 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
21:18:21 metaMessages: undefined
21:18:21 }
21:18:21 [21:18:21.512]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:18:26 [21:18:26.890]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
21:18:26 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
21:18:26 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
21:18:26 at processTicksAndRejections (node:internal/process/task_queues:105:5)
21:18:26 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
21:18:26 metaMessages: undefined
21:18:26 }
21:18:26 [21:18:26.891]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:18:28 [21:18:28.150]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
21:18:28 [21:18:28.151]
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:18:28 [21:18:28.153]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:18:29 [21:18:29.106]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
21:18:29
PASS src/publisher/sequencer-publisher.test.ts (
11.845 s)
21:18:29 SequencerPublisher
21:18:29
✓ bundles propose and vote tx to l1 (6107 ms)
21:18:29
✓ errors if forwarder tx fails (606 ms)
21:18:29
✓ does send propose tx if rollup validation fails (582 ms)
21:18:29
✓ returns errorMsg if forwarder tx reverts (678 ms)
21:18:29
✓ does not send requests if interrupted (702 ms)
21:18:29
✓ does not send requests if no valid requests are found (262 ms)
21:18:29
21:18:29
Test Suites: 1 passed, 1 total
21:18:29
Tests: 6 passed, 6 total
21:18:29
Snapshots: 0 total
21:18:29
Time: 11.936 s
21:18:29
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
21:18:29
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?