Parent Log:
http://ci.aztec-labs.com/b325d16c0a95c660
Command: 4f771e618b80a60c yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/991b313d676f7cf820bb62a33e57cf5a4c8cf9cf
Env: REF_NAME=gh-readonly-queue/next/pr-15075-af42fafbeb7d6a4440329d9e9e5b1df459fa2e2e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 16:02:21 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15075_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
16:02:27 [16:02:27.672]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x0a1205b13ef5c0cec563067ab6e061e4515b898782f339e8579ca0abacc53616","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00514ca6e08f90dbc4cbd2d0203ef1ac16f4ba3bc4fee555577a03187c299ce2","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xa13c15e3806e16c7b0d4d9b26f9578dfe82b5ce1","feeRecipient":"0x209af6039c533e027db91f008f10934bcee3150d669427f8727c0607cd9bf73a","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x0270f47a4630f3a32bcbc4ad3f3f7ffbb9f15128bffaf4779d36c7aa12a844d8"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x04ec6cb64695293ba6f04ab504585b3d1aff68394d5bd7dbf2880dd471f26173"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x02a9e4c383e692471ca2a0ad136bb6420206c524b04c5358bc45e71e8efc3364"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x2046091eb5e68f48265c3a0b30de85713fa878f4873d3eff6b53eb72dcc1a5c3"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0acb4d9b6777659b4f19398db81f585b6ed2e5231ee7d7f517f935aad1360cec"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x1d923fee01ccb3d46d1a6be1f8c43d7118fc011c48581b0b77067a1c93740e1e","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x03da285be7e70604567374d0c807dd34c5bdf7c6838f0bfc780b037a294b7626","value":"0x2d284a93799c8858fe26b7a3d45039c2fa0daf4c9a3e4d2bb428eccebb67c736"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x1b1508d230053eeacf95b28776785123085a78a08147dcd60e5ea1730bf99aa0"}
16:02:27
PASS src/sequencer/block_builder.test.ts (
5.58 s)
16:02:27 BlockBuilder
16:02:27
✓ builds a block out of a single tx (259 ms)
16:02:27
✓ builds a block with the correct options (97 ms)
16:02:27
✓ builds a block for validation ignoring limits (102 ms)
16:02:27
✓ builds a block out of several txs rejecting invalid txs (46 ms)
16:02:27
16:02:27
Test Suites: 1 passed, 1 total
16:02:27
Tests: 4 passed, 4 total
16:02:27
Snapshots: 0 total
16:02:27
Time: 5.693 s
16:02:27
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
16:02:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?