Parent Log:
http://ci.aztec-labs.com/45dd6f579f0176e2
Command: 4174e5df391694d3 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/8d254a16364bbc8136cad6732cc978ea1a895cae
Env: REF_NAME=gh-readonly-queue/next/pr-15073-7763eef5eb7f045b9184a0a4591b394296eb3aa8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:15:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15073_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
15:15:15 [15:15:15.604]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
15:15:15 [15:15:15.628]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
15:15:15 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:15:15 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
15:15:15 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:15:15 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
15:15:15 metaMessages: undefined
15:15:15 }
15:15:15 [15:15:15.629]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:15:17 [15:15:17.627]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
15:15:17 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
15:15:17 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
15:15:17 at processTicksAndRejections (node:internal/process/task_queues:105:5)
15:15:17 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
15:15:17 metaMessages: undefined
15:15:17 }
15:15:17 [15:15:17.628]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:15:18 [15:15:18.866]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
15:15:18 [15:15:18.867]
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:15:18 [15:15:18.869]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
15:15:19 [15:15:19.663]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
15:15:19
PASS src/publisher/sequencer-publisher.test.ts (
8.493 s)
15:15:19 SequencerPublisher
15:15:19
✓ bundles propose and vote tx to l1 (2687 ms)
15:15:19
✓ errors if forwarder tx fails (576 ms)
15:15:19
✓ does send propose tx if rollup validation fails (608 ms)
15:15:19
✓ returns errorMsg if forwarder tx reverts (632 ms)
15:15:19
✓ does not send requests if interrupted (606 ms)
15:15:19
✓ does not send requests if no valid requests are found (187 ms)
15:15:19
15:15:19
Test Suites: 1 passed, 1 total
15:15:19
Tests: 6 passed, 6 total
15:15:19
Snapshots: 0 total
15:15:19
Time: 8.615 s
15:15:19
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
15:15:19
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?