Parent Log:
http://ci.aztec-labs.com/b1869ed3b108a335
Command: 3f83527fe89c0976 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b1b65bcdbd44a49fbebe5d2265256dc9466e92be
Env: REF_NAME=gh-readonly-queue/master/pr-15044-267ac35e8ccb487bdc79bbe12d428f4c8b4d4d9f CURRENT_VERSION=0.87.8 CI_FULL=0
Date: Fri Jun 13 16:28:28 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15044_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_master
16:28:32 [16:28:32.502]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
16:28:32 [16:28:32.529]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
16:28:32 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:300:12)
16:28:32 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25)
16:28:32 at processTicksAndRejections (node:internal/process/task_queues:105:5)
16:28:32 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:217:5) {
16:28:32 metaMessages: undefined
16:28:32 }
16:28:32 [16:28:32.531]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
16:28:37 [16:28:37.527]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
16:28:37 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:300:12)
16:28:37 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:237:25)
16:28:37 at processTicksAndRejections (node:internal/process/task_queues:105:5)
16:28:37 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:263:20) {
16:28:37 metaMessages: undefined
16:28:37 }
16:28:37 [16:28:37.528]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
16:28:38 [16:28:38.911]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
16:28:38 [16:28:38.912]
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}
16:28:38 [16:28:38.913]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
16:28:39 [16:28:39.726]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
16:28:39
PASS src/publisher/sequencer-publisher.test.ts (
10.666 s)
16:28:39 SequencerPublisher
16:28:39
✓ bundles propose and vote tx to l1 (5844 ms)
16:28:39
✓ errors if forwarder tx fails (699 ms)
16:28:39
✓ does send propose tx if rollup validation fails (692 ms)
16:28:39
✓ returns errorMsg if forwarder tx reverts (692 ms)
16:28:39
✓ does not send requests if interrupted (688 ms)
16:28:39
✓ does not send requests if no valid requests are found (125 ms)
16:28:39
16:28:39
Test Suites: 1 passed, 1 total
16:28:39
Tests: 6 passed, 6 total
16:28:39
Snapshots: 0 total
16:28:39
Time: 10.724 s
16:28:39
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
16:28:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?