Parent Log:
http://ci.aztec-labs.com/0a3dcc35f70cf6da
Command: 128a905c1f9c1691 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9d6fb0bd1594726370a5f3a56591963452264642
Env: REF_NAME=gh-readonly-queue/next/pr-14985-47c749527b1c3cce3edd9defedc46e89ea00c69e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 17:25:39 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14985_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
17:25:44 [17:25:44.814]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
17:25:44 [17:25:44.844]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
17:25:44 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
17:25:44 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
17:25:44 at processTicksAndRejections (node:internal/process/task_queues:105:5)
17:25:44 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
17:25:44 metaMessages: undefined
17:25:44 }
17:25:44 [17:25:44.845]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
17:25:49 [17:25:49.978]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
17:25:49 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
17:25:49 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
17:25:49 at processTicksAndRejections (node:internal/process/task_queues:105:5)
17:25:49 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
17:25:49 metaMessages: undefined
17:25:49 }
17:25:49 [17:25:49.979]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
17:25:51 [17:25:51.132]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
17:25:51 [17:25:51.133]
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:25:51 [17:25:51.135]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
17:25:51 [17:25:51.894]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
17:25:51
PASS src/publisher/sequencer-publisher.test.ts (
11.254 s)
17:25:51 SequencerPublisher
17:25:51
✓ bundles propose and vote tx to l1 (5728 ms)
17:25:51
✓ errors if forwarder tx fails (640 ms)
17:25:51
✓ does send propose tx if rollup validation fails (577 ms)
17:25:51
✓ returns errorMsg if forwarder tx reverts (578 ms)
17:25:51
✓ does not send requests if interrupted (550 ms)
17:25:51
✓ does not send requests if no valid requests are found (211 ms)
17:25:51
17:25:51
Test Suites: 1 passed, 1 total
17:25:51
Tests: 6 passed, 6 total
17:25:51
Snapshots: 0 total
17:25:51
Time: 11.345 s
17:25:51
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
17:25:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?