Parent Log:
http://ci.aztec-labs.com/fa73fdbe320cad40
Command: 61f8e44af0fc4001 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f
Env: REF_NAME=gh-readonly-queue/next/pr-14891-76ca48a2187e3506bb464eae574e49476c2876ca CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 19:23:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14891_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
19:23:14 [19:23:14.264]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x08f4c34c71fd75a3a91ef75cc4700987f17b048c8c858fe9eb9f1415408667ac","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00ca3db6aa9681175fedf366323b62eb4f2b39e524bd02846568934dbf1ef7d3","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x88a624de550681218a087136c4b501d264943eac","feeRecipient":"0x01a7ceedb3ebce56f4e945ade1c6851e06901ab626596c79ef6489969547f43f","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x144b3caab363965fc0c27a735bd2ac159c9f6cdf62267e521b0061e3084fac9d"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x01bfeee69e59ceba66910017ee59adeb3c874b270ed04bc208944d89af0a5ae8"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x1dfbb9c9bf5c0b203d4f04f9fafd447f211659619ebb75729e75aba0da986b64"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x274931ab2e1ab9b57827248848ac3b1ef8428b42eb9a9af65b81a512b929996e"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0cceb10f7b6032a30a550420e587d7241dfa3b336955e1c99f7d7e9a99be0ea6"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x25793fd2efcf7e9a4ec986e7713a12f141fdf09893b0f81c7d593a91bb5a2df7","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x079aad999b18fc91d0279bf565eebcc892e0092aa283f7c901f7061ed560c3d2","value":"0x291f40e20565b87b4993292bc40a724156de75556143004529532aab4e377d7f"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x0529af6d4430c087c2a9fe40dd986a837aa3e471afc1d1de0dbe28579681f0fb"}
19:23:14
PASS src/sequencer/block_builder.test.ts
19:23:14 BlockBuilder
19:23:14
✓ builds a block out of a single tx (307 ms)
19:23:14
✓ builds a block with the correct options (90 ms)
19:23:14
✓ builds a block for validation ignoring limits (88 ms)
19:23:14
✓ builds a block out of several txs rejecting invalid txs (51 ms)
19:23:14
19:23:14
Test Suites: 1 passed, 1 total
19:23:14
Tests: 4 passed, 4 total
19:23:14
Snapshots: 0 total
19:23:14
Time: 5.073 s
19:23:14
Ran all test suites matching /sequencer-client\/src\/sequencer\/block_builder.test.ts/i
.
19:23:14
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?