Parent Log:
http://ci.aztec-labs.com/025fc98cbba8d6f5
Command: ed996b4a4522d156 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6e2955d0d2cd7db82346ef547a4d19b57116ecb4
Env: REF_NAME=gh-readonly-queue/next/pr-15120-3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 22:18:03 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15120_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
22:18:08 [22:18:08.937]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
22:18:08 [22:18:08.966]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
22:18:08 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
22:18:08 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
22:18:08 at processTicksAndRejections (node:internal/process/task_queues:105:5)
22:18:08 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
22:18:08 metaMessages: undefined
22:18:08 }
22:18:08 [22:18:08.971]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
22:18:11 [22:18:11.108]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
22:18:11 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
22:18:11 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
22:18:11 at processTicksAndRejections (node:internal/process/task_queues:105:5)
22:18:11 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
22:18:11 metaMessages: undefined
22:18:11 }
22:18:11 [22:18:11.109]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
22:18:12 [22:18:12.386]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
22:18:12 [22:18:12.387]
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}
22:18:12 [22:18:12.389]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
22:18:13 [22:18:13.216]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
22:18:13
PASS src/publisher/sequencer-publisher.test.ts (
8.742 s)
22:18:13 SequencerPublisher
22:18:13
✓ bundles propose and vote tx to l1 (2697 ms)
22:18:13
✓ errors if forwarder tx fails (600 ms)
22:18:13
✓ does not send propose tx if rollup validation fails (616 ms)
22:18:13
✓ returns errorMsg if forwarder tx reverts (662 ms)
22:18:13
✓ does not send requests if interrupted (613 ms)
22:18:13
✓ does not send requests if no valid requests are found (214 ms)
22:18:13
22:18:13
Test Suites: 1 passed, 1 total
22:18:13
Tests: 6 passed, 6 total
22:18:13
Snapshots: 0 total
22:18:13
Time: 8.868 s
22:18:13
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
22:18:13
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?