Parent Log:
http://ci.aztec-labs.com/6fbf8abddd36c45a
Command: 70811dc7878fc723 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9071986bfe3af58c70d2c80c10f523e22bfe4cb4
Env: REF_NAME=gh-readonly-queue/next/pr-15133-64d1ec347b1cea9fa1b04ff6fc2984f8ee073b2b CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 20 14:51:27 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15133_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
14:51:32 [14:51:32.145]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x0f32ce6c7dc415bf226c14cf41f5226541a2dd237e00831257762f6e661ff9ed","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x006f7cf0ce44387718de90afdfba98e736bd65dbbc6ea3d5cbb6658b33f50eed","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x5ebffeb35b39367bdb2f6287d8406f5874ddb4da","feeRecipient":"0x158d6e63d368ea6073ccd0761f066d095619cdab667d942d22825b2ad069ddef","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x01aa20a0a306e33649ef44c63056b0b974f43ebe1130c6da8a70c418d7dcd77c"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x28f4cf03115a2361f3307f45f34f6ec49aa75666309a8de61a31ac5ed8aa7c2b"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x18dac78e4d00bb94ee57145cef86f1d87f4feaff312e70466f0221d6f3f18f78"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x2107e6f49246ad0083bac3c69d46836ed7e8c3322aeeef45eda09681bf6f288a"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0fd71cdbe2428f2a8e781d2046cacff060fd2c9365d96601b205399ed89bc2df"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x19ddb2892a2eefd93ab82a053af64cd15073246a360b50196d7c3cb665699696","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x2080dd600f1bfb830c30ee3721cd07055f0453ecb86eef24e081c3d7c86bb439","value":"0x16721e65282f60d0df3e22acfd9a5cafa8634b6d108da28862eaae4afef1fd56"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x11992a7c649df72d1e0c170480d8901e2f0d54c8131fced433d7166abdaea92f"}
14:51:32
PASS src/sequencer/block_builder.test.ts
14:51:32 BlockBuilder
14:51:32
✓ builds a block out of a single tx (265 ms)
14:51:32
✓ builds a block with the correct options (88 ms)
14:51:32
✓ builds a block for validation ignoring limits (82 ms)
14:51:32
✓ builds a block out of several txs rejecting invalid txs (53 ms)
14:51:32
14:51:32
Test Suites: 1 passed, 1 total
14:51:32
Tests: 4 passed, 4 total
14:51:32
Snapshots: 0 total
14:51:32
Time: 4.102 s
14:51:32
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
14:51:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?