Parent Log:
http://ci.aztec-labs.com/7ea5d9f48bbe738a
Command: 53eb328a1446f762 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a48851a8c6884f4b9615a154f8862a549722d25e
Env: REF_NAME=gh-readonly-queue/next/pr-14680-3b5835195491b53670250790b18c14d922718574 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 11:29:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14680_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
11:29:26 [11:29:26.923]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x286ca146fbf212ef274362941dfcc0df5aef5ab11614b408ee34ae00f36e763e","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x006613c66a708eb2a962cdc36f6a2d1fe09b3d4d73792ed373f2e1d795b6bd1e","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x7b5ad6a77c6620ea6a53ee6238e1bdf2539ef603","feeRecipient":"0x2f5815eb8a0bd03aa56790deb4c9b326687436b856c6764e45379482e78a7575","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x20d9cfab2270568d6147773b473ba115d7d1716cf5d0b6b71b8279f1b5fafc06"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x0d397ce934650b94d52902d1fe51bcec2a5bebacbded30ba5073d222a74ae64c"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x1c3a0bf89f60f4c258153e46d0432fc05a8c2592f09a3bc7389f9cc91b26d295"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x14d9f6072fc1c37ba7c1d2ef0b581ffc319b5707a33000db974df231590b1039"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x264b531c4f1c0a092d4c8599c4fd4bc2764c33a88689bfc1f0d234ac028d86b3"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x11883e4daf0e970de642c1983bc9efda681e48eb5f578cbbf9f3679cf80cd5a7","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x2f97773f2f1e3e022c71ccecb3b2ccd20505f8e2196af5b4901172b0fafd16bf","value":"0x0dfbfc560f2ef82060e8b00dbf715ac3fe88f88f833aabacc594c58546273ccd"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x11da127b1fb5e2ca39692b98ae53f3984a20492143c8baf01f98fc2cd26ac14b"}
11:29:27
PASS src/sequencer/block_builder.test.ts (
5.346 s)
11:29:27 BlockBuilder
11:29:27
✓ builds a block out of a single tx (316 ms)
11:29:27
✓ builds a block with the correct options (135 ms)
11:29:27
✓ builds a block for validation ignoring limits (98 ms)
11:29:27
✓ builds a block out of several txs rejecting invalid txs (59 ms)
11:29:27
11:29:27
Test Suites: 1 passed, 1 total
11:29:27
Tests: 4 passed, 4 total
11:29:27
Snapshots: 0 total
11:29:27
Time: 5.472 s
11:29:27
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
11:29:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?