Parent Log:
http://ci.aztec-labs.com/8c7eaad1f027ce4c
Command: b3bf99625f6f0a17 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d71b7a63300e898a3d40f7da703f7cde545afb41
Env: REF_NAME=gh-readonly-queue/next/pr-15138-d5a262aabc20f5384a720a0d831e2ec28badc7f9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 18:06:00 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15138_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
18:06:06 [18:06:06.823]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x03878d636eed712c42b91fbbeac404ceff2795c0489a08a57bf0741ac4c79d51","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00761e9e890026832ee9cfe12bb7c08d756509acca32ab7c380dec09fca4695c","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x79b32726cf97fd8f675d3d990f4c2a6e89523fb1","feeRecipient":"0x22ae2e5a3c50128eec612d499eb10335074d3013c59c68c4fbd448f36b26f347","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x04da964252cdaf5889c271701741e6c502632aab6de525eda0cc0833ba172447"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x176f0ed7e1f7c51f27f1f5dcbcf8daa89b0e9e49d0474af4a70b50d92e6ddb1b"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x2fa1c8d717bf16c4e3c79d9021e0ec80c8ad73cba893d2a23c55b019504973eb"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x19f00d8643de987d74b94f445119048cf5abcce6bc5e6775404052122f68661a"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x1a5b0b8b48342f026d2d5f1850c1058ab2be654317e311b94be21caf6dbef66f"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x17da5a85a4551ff347f608d5422373ba1db7f7b3daa3864e91a95156ef8e0798","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x1f3a1e4d19fe7d82a0051b3fdbfc4cecf7c4a0139400204c7b468524b048fa34","value":"0x1769ba6674aeb04c4a70ebbf6db09ec7822e0bf59d7bb11f97195607f08eefab"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x169dd44a9ba69f17612be12506db7d91e0648891ecc11f68273e08cfeed134ae"}
18:06:07
PASS src/sequencer/block_builder.test.ts (
5.619 s)
18:06:07 BlockBuilder
18:06:07
✓ builds a block out of a single tx (295 ms)
18:06:07
✓ builds a block with the correct options (111 ms)
18:06:07
✓ builds a block for validation ignoring limits (106 ms)
18:06:07
✓ builds a block out of several txs rejecting invalid txs (64 ms)
18:06:07
18:06:07
Test Suites: 1 passed, 1 total
18:06:07
Tests: 4 passed, 4 total
18:06:07
Snapshots: 0 total
18:06:07
Time: 5.709 s
18:06:07
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
18:06:07
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?