Parent Log:
http://ci.aztec-labs.com/87ee31c573e4d4f4
Command: b895a7fa8f839b60 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b80949775e5c27908a6055ad24592f7d98bdc45a
Env: REF_NAME=gh-readonly-queue/next/pr-14816-fa159c5d52a45358479f951a547fed37f141a6ed CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 14 10:44:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14816_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
10:44:30 [10:44:30.915]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x0cafb933207b4d5318b0b7c0e697b74a2859d0bf85470be2488aca8acfb2183a","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x005ecd294bda51f0b66b18e6cd4d49856023dc20ca84e0b6fffafcfda286cc77","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xa2137652eeefc77aaf598bd5343bda792080d641","feeRecipient":"0x1e6402753830429e46fd93f517ffa459aed13a0c98fcf1bfef3cc894d9caccfc","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x0b7bc8bbe3f5aa648ddefb389171f6d7981af69782c9e96eaeab98286e079ec9"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x16a12c315cfd2d229a69ea49b0c1609cf5dcecc769d996642d4dc6ecf6fe1b5d"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x14403a740db420b5601b5a0cd960d635d13993179ed3c816d7b9ae2cd37b6886"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x28fd9ee24a4f088eecb1269fe9582b7b273292616c5ae8a356b939332788b321"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x196f98855e06e97bc45264a4af8e6b630f0be1e6f8d78a49f442b6b5b0d36a57"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x21e4bad85678e05e5d1afe468a93e09730b28d75aa13810d4760b6a5e913d5e8","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x30500922060cf43275236c69ed2f3b15b2000d5cc9d086a572a9aa6f493f0845","value":"0x2845247950c573f4b5e0eae8f3d83084ad3848400d34a71d73ceff339f2ad02f"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x305a1c9ea0263bc9e5c0dd775582e2f481149a706213df6fbc5fe09b5df68a87"}
10:44:31
PASS src/sequencer/block_builder.test.ts
10:44:31 BlockBuilder
10:44:31
✓ builds a block out of a single tx (312 ms)
10:44:31
✓ builds a block with the correct options (112 ms)
10:44:31
✓ builds a block for validation ignoring limits (83 ms)
10:44:31
✓ builds a block out of several txs rejecting invalid txs (42 ms)
10:44:31
10:44:31
Test Suites: 1 passed, 1 total
10:44:31
Tests: 4 passed, 4 total
10:44:31
Snapshots: 0 total
10:44:31
Time: 4.754 s
10:44:31
Ran all test suites matching /sequencer-client\/src\/sequencer\/block_builder.test.ts/i
.
10:44:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?