Parent Log:
http://ci.aztec-labs.com/10acacbd74a91c51
Command: 430b662d7e79c93b yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04760775ac41c49f04129b978fde906271954e3a
Env: REF_NAME=gh-readonly-queue/next/pr-15067-b70544b6d50e3ecb6598361f1990bd51745c7b55 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 23:20:38 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
23:20:43 [23:20:43.672]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
23:20:43 [23:20:43.696]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
23:20:43 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
23:20:43 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
23:20:43 at processTicksAndRejections (node:internal/process/task_queues:105:5)
23:20:43 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
23:20:43 metaMessages: undefined
23:20:43 }
23:20:43 [23:20:43.697]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
23:20:45 [23:20:45.658]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
23:20:45 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
23:20:45 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
23:20:45 at processTicksAndRejections (node:internal/process/task_queues:105:5)
23:20:45 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
23:20:45 metaMessages: undefined
23:20:45 }
23:20:45 [23:20:45.659]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
23:20:46 [23:20:46.747]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
23:20:46 [23:20:46.748]
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}
23:20:46 [23:20:46.750]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
23:20:47 [23:20:47.528]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
23:20:47
PASS src/publisher/sequencer-publisher.test.ts (
8.301 s)
23:20:47 SequencerPublisher
23:20:47
✓ bundles propose and vote tx to l1 (2629 ms)
23:20:47
✓ errors if forwarder tx fails (634 ms)
23:20:47
✓ does not send propose tx if rollup validation fails (546 ms)
23:20:47
✓ returns errorMsg if forwarder tx reverts (543 ms)
23:20:47
✓ does not send requests if interrupted (593 ms)
23:20:47
✓ does not send requests if no valid requests are found (187 ms)
23:20:47
23:20:47
Test Suites: 1 passed, 1 total
23:20:47
Tests: 6 passed, 6 total
23:20:47
Snapshots: 0 total
23:20:47
Time: 8.414 s
23:20:47
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
23:20:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?