Parent Log:
http://ci.aztec-labs.com/0a191b42feca0cf7
Command: 200d11860e478e79 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/00cd67e98e76d3202a0219baf301d59ef4211872
Env: REF_NAME=gh-readonly-queue/next/pr-15040-7339c264ad706420ee9babb0dd1b6ed793e97402 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 15:21:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15040_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:21:31 [15:21:31.229]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x118eaa3ed7b55ff97609a5bdcacf3b3adfe8152cdd201f7dbf15f51f176e8f53","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00f8c4f9313111c8873914e7b549cf51c009b857a6acb54ef2b55de43b45bd94","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xc557da89d5ff836fb8f69426acb2dcc6ffc8258f","feeRecipient":"0x1fd71c733533f3c53ab609804dd26f4f747b391062c455cd91a62c80351d69d8","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x1edf6ed33d754cc369fe8b84e715cdbab7a3060b424fcc70249c88c07618526c"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2bcb613bd3b2333d2adebe931804f3637160d2736449dba12f092393555aa897"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x24db07ba111b7212afbef07b0f60bb4b63bc48c77308fb4db6970405435bc2ac"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x1d180ecf8f48bac112bc92b630ca44c6797922a30631e757a8af9bc59e080ae7"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0485ed86d9bd130cd49669896617baf7f8804e30889490348b1866e6d18a0e76"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x1461a4ef094e7ca5520c184cc5cc5f66d92479e63d341c204cc4fc41a96ad719","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x18e7b480f45972b7813dd627197f0f78fd2e52c1e3b9df64f07a9c1c1eb2bb74","value":"0x2e76d111b635bc52f70ae448b99655840824cd17ccda74f2538885bb609ec682"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x14a27cf1015d2ad39015a14f27bd6154b272a8949384997d32befbad526ee7b6"}
15:21:31
PASS src/sequencer/block_builder.test.ts (
5.192 s)
15:21:31 BlockBuilder
15:21:31
✓ builds a block out of a single tx (345 ms)
15:21:31
✓ builds a block with the correct options (101 ms)
15:21:31
✓ builds a block for validation ignoring limits (88 ms)
15:21:31
✓ builds a block out of several txs rejecting invalid txs (59 ms)
15:21:31
15:21:31
Test Suites: 1 passed, 1 total
15:21:31
Tests: 4 passed, 4 total
15:21:31
Snapshots: 0 total
15:21:31
Time: 5.278 s
15:21:31
Ran all test suites matching /sequencer-client\/src\/sequencer\/block_builder.test.ts/i
.
15:21:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?