Parent Log:
http://ci.aztec-labs.com/f9669e12f7badca7
Command: ebfed4061172f77e yarn-project/scripts/run_test.sh sequencer-client/src/publisher/sequencer-publisher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/07aee119a58dd438ddfb5bd53e124e7269e6c651
Env: REF_NAME=gh-readonly-queue/next/pr-15083-9b801754ba98479ee645488c29d2fda1eecbfd85 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 21:06:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15083_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f5ac10b9b6d6197b_next
21:06:19 [21:06:19.735]
INFO:
sequencer:publisher Bundled [propose] transaction [succeeded]
21:06:19 [21:06:19.764]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Cannot mix BigInt and other types, use explicit conversions
21:06:19 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
21:06:19 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
21:06:19 at processTicksAndRejections (node:internal/process/task_queues:105:5)
21:06:19 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:224:5) {
21:06:19 metaMessages: undefined
21:06:19 }
21:06:19 [21:06:19.765]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:06:21 [21:06:21.784]
ERROR:
sequencer:publisher Failed to publish bundled transactions: FormattedViemError: Error
21:06:21 at formatViemError (/home/aztec-dev/aztec-packages/yarn-project/ethereum/dest/utils.js:148:12)
21:06:21 at SequencerPublisher.formatViemError [as sendRequests] (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts:238:25)
21:06:21 at processTicksAndRejections (node:internal/process/task_queues:105:5)
21:06:21 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/sequencer-client/src/publisher/sequencer-publisher.test.ts:274:20) {
21:06:21 metaMessages: undefined
21:06:21 }
21:06:21 [21:06:21.785]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:06:22 [21:06:22.945]
ERROR:
sequencer:publisher Bundled [propose] transaction [failed]
21:06:22 [21:06:22.945]
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}
21:06:22 [21:06:22.947]
WARN:
sequencer:publisher Failed to record balance after sending tx: TypeError: Cannot read properties of undefined (reading 'toString')
21:06:23 [21:06:23.639]
WARN:
sequencer:publisher Some requests were expired for slot 2
{"validRequests":[],"requests":[{"action":"propose","lastValidL2Slot":1}]}
21:06:23
PASS src/publisher/sequencer-publisher.test.ts (
8.011 s)
21:06:23 SequencerPublisher
21:06:23
✓ bundles propose and vote tx to l1 (2460 ms)
21:06:23
✓ errors if forwarder tx fails (668 ms)
21:06:23
✓ does send propose tx if rollup validation fails (545 ms)
21:06:23
✓ returns errorMsg if forwarder tx reverts (615 ms)
21:06:23
✓ does not send requests if interrupted (535 ms)
21:06:23
✓ does not send requests if no valid requests are found (159 ms)
21:06:23
21:06:23
Test Suites: 1 passed, 1 total
21:06:23
Tests: 6 passed, 6 total
21:06:23
Snapshots: 0 total
21:06:23
Time: 8.114 s
21:06:23
Ran all test suites matching sequencer-client/src/publisher/sequencer-publisher.test.ts
.
21:06:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?