Parent Log:
http://ci.aztec-labs.com/cb895239f73ec9af
Command: b3bf99625f6f0a17 yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d5a262aabc20f5384a720a0d831e2ec28badc7f9
Env: REF_NAME=gh-readonly-queue/next/pr-15042-17ea18ade041a1bb437806e047c30b29da124094 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 18:05:57 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15042_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
18:06:02 [18:06:02.793]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
18:06:02 [18:06:02.816]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
18:06:02 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
18:06:02 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
18:06:02 at processTicksAndRejections (node:internal/process/task_queues:105:5)
18:06:02 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:225:5) {
18:06:02 metaMessages: undefined
18:06:02 }
18:06:02 [18:06:02.817]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
18:06:04 [18:06:04.975]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
18:06:04 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
18:06:04 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:233:25)
18:06:04 at processTicksAndRejections (node:internal/process/task_queues:105:5)
18:06:04 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:276:20) {
18:06:04 metaMessages: undefined
18:06:04 }
18:06:04 [18:06:04.977]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
18:06:06 [18:06:06.304]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
18:06:06 [18:06:06.305]
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}
18:06:06 [18:06:06.307]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
18:06:07 [18:06:07.040]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
18:06:07
PASS src/publisher/sequencer-publisher.test.ts (
8.596 s)
18:06:07 SequencerPublisher
18:06:07
✓ bundles propose and vote tx to l1 (2629 ms)
18:06:07
✓ errors if forwarder tx fails (721 ms)
18:06:07
✓ does not send propose tx if rollup validation fails (660 ms)
18:06:07
✓ returns errorMsg if forwarder tx reverts (667 ms)
18:06:07
✓ does not send requests if interrupted (560 ms)
18:06:07
✓ does not send requests if no valid requests are found (174 ms)
18:06:07
18:06:07
Test Suites: 1 passed, 1 total
18:06:07
Tests: 6 passed, 6 total
18:06:07
Snapshots: 0 total
18:06:07
Time: 8.688 s
18:06:07
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
18:06:07
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?