Parent Log:
http://ci.aztec-labs.com/bee3602a849f3b31
Command: a5f5c8aa95cdbf1c yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/90e495a77534c1d250949dbc053161959c9aadcc
Env: REF_NAME=gh-readonly-queue/next/pr-15048-af8041048ee98abe05402607256df4b4cac51dd8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 15:08:13 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15048_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:08:19 [15:08:19.791]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x028b0db8d3c2c9fadc7cc5cd9c27bfee1d72cbda83d1b2198f3f702585ac5b88","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00171b2655e20c2438f56423410be4a7fea08ca98691e4e4ce35ccf7ddd63308","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xc0291a336f0e2012906f790cb0affa72903acd2d","feeRecipient":"0x203f11e70cae273b2fd3a2eb0f249a78cc21716064ff3175a1bbc0fe7bb07487","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x1a07acec5e8e75e7b207c92702db29b169f59126d41d1ae76926ea4703412b13"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2fa5830d29185a238b83724ecb18e8700cce254307eceb55b470c12e41237644"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x0d181dcee2aad73a813884b4039ef8eb297f0abb02edcd97ebe0d9c9cd342b76"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x08e88c54cfa29625cd417c370c37273d91e1d5fbcf03a416c264e87eea0c588a"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x03f82eb5c5bc9fe6def53aabff36fa984862a9aa8c293a400d3f15366f1c1396"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x0f88c921fd563576b02ff72b85c35d9c3eb03342ea1a2b109f48f86d5dac0ef8","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x2e4c92bea48621894ec43cdd6ddcc4f3ef3cd326adcc391e69cdf486ed66d69c","value":"0x0ab29dbca23f0de27af8234e0cd3679ac8d6a0dd47a46fb63d0423a2fed361a5"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x2e999b7003b19035fa7eaf7cb022e51084c4a20c858e9da2254bd96dd56001ce"}
15:08:20
PASS src/sequencer/block_builder.test.ts (
5.647 s)
15:08:20 BlockBuilder
15:08:20
✓ builds a block out of a single tx (270 ms)
15:08:20
✓ builds a block with the correct options (113 ms)
15:08:20
✓ builds a block for validation ignoring limits (81 ms)
15:08:20
✓ builds a block out of several txs rejecting invalid txs (44 ms)
15:08:20
15:08:20
Test Suites: 1 passed, 1 total
15:08:20
Tests: 4 passed, 4 total
15:08:20
Snapshots: 0 total
15:08:20
Time: 5.751 s
15:08:20
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
15:08:20
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?