Parent Log:
http://ci.aztec-labs.com/fc36ac71451f9409
Command: a6c3ca6b2d3a1946 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/00cd67e98e76d3202a0219baf301d59ef4211872
Env: REF_NAME=gh-readonly-queue/next/pr-15040-7339c264ad706420ee9babb0dd1b6ed793e97402 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 15:24:32 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15040_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
15:24:36 [15:24:36.560]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
15:24:36 [15:24:36.581]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
15:24:36 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:24:36 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
15:24:36 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:24:36 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
15:24:36 metaMessages: undefined
15:24:36 }
15:24:36 [15:24:36.582]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:24:41 [15:24:41.267]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
15:24:41 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:24:41 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
15:24:41 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:24:41 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
15:24:41 metaMessages: undefined
15:24:41 }
15:24:41 [15:24:41.268]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:24:42 [15:24:42.223]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
15:24:42 [15:24:42.224]
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}
15:24:42 [15:24:42.225]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:24:42 [15:24:42.838]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
15:24:42
PASS src/publisher/sequencer-publisher.test.ts (
9.26 s)
15:24:42 SequencerPublisher
15:24:42
✓ bundles propose and vote tx to l1 (5233 ms)
15:24:42
✓ errors if forwarder tx fails (484 ms)
15:24:42
✓ does send propose tx if rollup validation fails (478 ms)
15:24:42
✓ returns errorMsg if forwarder tx reverts (479 ms)
15:24:42
✓ does not send requests if interrupted (480 ms)
15:24:42
✓ does not send requests if no valid requests are found (134 ms)
15:24:42
15:24:42
Test Suites: 1 passed, 1 total
15:24:42
Tests: 6 passed, 6 total
15:24:42
Snapshots: 0 total
15:24:42
Time: 9.325 s
15:24:42
Ran all test suites matching /sequencer-client\/src\/publisher\/sequencer-publisher.test.ts/i
.
15:24:42
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?