Parent Log:
http://ci.aztec-labs.com/5487e2f7c310d09c
Command: 96b28dd4df3ddef6 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2469b5f1633350f6be15733c04242af1cdc98227
Env: REF_NAME=gh-readonly-queue/next/pr-15042-ee3655e025191bc85c5b3d3122eeedb44e38ffb2 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 19:46:56 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15042_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
19:47:01 [19:47:01.080]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
19:47:01 [19:47:01.102]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
19:47:01 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
19:47:01 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
19:47:01 at processTicksAndRejections (node:internal/process/task_queues:105:5)
19:47:01 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
19:47:01 metaMessages: undefined
19:47:01 }
19:47:01 [19:47:01.104]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
19:47:02 [19:47:02.841]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
19:47:02 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
19:47:02 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
19:47:02 at processTicksAndRejections (node:internal/process/task_queues:105:5)
19:47:02 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
19:47:02 metaMessages: undefined
19:47:02 }
19:47:02 [19:47:02.842]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
19:47:03 [19:47:03.850]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
19:47:03 [19:47:03.851]
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}
19:47:03 [19:47:03.852]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
19:47:04 [19:47:04.500]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
19:47:04
PASS src/publisher/sequencer-publisher.test.ts (
6.736 s)
19:47:04 SequencerPublisher
19:47:04
✓ bundles propose and vote tx to l1 (2328 ms)
19:47:04
✓ errors if forwarder tx fails (512 ms)
19:47:04
✓ does send propose tx if rollup validation fails (501 ms)
19:47:04
✓ returns errorMsg if forwarder tx reverts (509 ms)
19:47:04
✓ does not send requests if interrupted (504 ms)
19:47:04
✓ does not send requests if no valid requests are found (143 ms)
19:47:04
19:47:04
Test Suites: 1 passed, 1 total
19:47:04
Tests: 6 passed, 6 total
19:47:04
Snapshots: 0 total
19:47:04
Time: 6.819 s
19:47:04
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
19:47:04
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?