Parent Log:
http://ci.aztec-labs.com/9d7da2703e486f3c
Command: 404189e96871acec yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/23ff13c6b16a0c1333bf26aa5c213054c92403c3
Env: REF_NAME=gh-readonly-queue/next/pr-15062-a0944d6ab9d5708daa7ff219a932e7b3784c6637 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 16:47:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15062_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
16:47:29 [16:47:29.169]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
16:47:29 [16:47:29.198]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
16:47:29 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
16:47:29 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
16:47:29 at processTicksAndRejections (node:internal/process/task_queues:105:5)
16:47:29 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
16:47:29 metaMessages: undefined
16:47:29 }
16:47:29 [16:47:29.200]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
16:47:31 [16:47:31.056]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
16:47:31 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
16:47:31 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
16:47:31 at processTicksAndRejections (node:internal/process/task_queues:105:5)
16:47:31 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
16:47:31 metaMessages: undefined
16:47:31 }
16:47:31 [16:47:31.057]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
16:47:32 [16:47:32.198]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
16:47:32 [16:47:32.199]
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}
16:47:32 [16:47:32.201]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
16:47:32 [16:47:32.893]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
16:47:32
PASS src/publisher/sequencer-publisher.test.ts (
7.862 s)
16:47:32 SequencerPublisher
16:47:32
✓ bundles propose and vote tx to l1 (2377 ms)
16:47:32
✓ errors if forwarder tx fails (672 ms)
16:47:32
✓ does not send propose tx if rollup validation fails (566 ms)
16:47:32
✓ returns errorMsg if forwarder tx reverts (576 ms)
16:47:32
✓ does not send requests if interrupted (525 ms)
16:47:32
✓ does not send requests if no valid requests are found (167 ms)
16:47:32
16:47:32
Test Suites: 1 passed, 1 total
16:47:32
Tests: 6 passed, 6 total
16:47:32
Snapshots: 0 total
16:47:32
Time: 7.96 s
16:47:32
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
16:47:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?