Parent Log:
http://ci.aztec-labs.com/158d8a6d9c4f7191
Command: 37aad4e9ebf491ef yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/bbf33e6534f745d2f5a11c2f359583e881120fc4
Env: REF_NAME=gh-readonly-queue/next/pr-15047-e56623c3f6400dc164642e49255b211d6fb03ac6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 17:06:35 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15047_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
17:06:42 [17:06:42.199]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x03319178dbe4abce1f20304a34dc2910f8c2b65a7217eed8d198caf1eed39857","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00a3b93e48a158a9f0f26508f97c3329aa46ef8da74c1bf32f09800838817474","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xb579ea94802768df24db878c8e3bcd7aecc6b437","feeRecipient":"0x11d8fe1ac8c8d0d1754a70db3dcee01300957ab06cb6fb273e2618b6b588915f","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x0df8a461847279cc4fc1ddcd33b04d35331bc80859fe0869af1ea6d3675ecba9"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x15fc4113192cfa625388ce2c3358277f2d14e86db29fa2ba988616c0a74d4668"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x29f1a6886a487ceee737b2002fca5acab28461822bb81a6c862e2f94bbc1a7f7"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x24d2e71d36c68f212640b3e04a930cd8603723f1a3338e792ff70be0d578ae1b"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0392a282a2e09971da8134643a5fffdcd0133008ae757122d78adb0fba4bfb60"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x09ca6daf850a1c3f02f257874cdae2257705e81269f1d335928c9be0195959d6","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x1c9afff8fe2f0bfbd8bfbe40c531e793c3ab1f4246222fdebabf5e6440a5e864","value":"0x2c27f0b8df3876bb5ad2f256b485e308d31826cdc8268b3c8449e9b990330ab1"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x2ec5c3ae10cc07017c4d0ac4578753d1616ef7ce002ebe6ae54873f8ae5e6a5a"}
17:06:42
PASS src/sequencer/block_builder.test.ts (
5.594 s)
17:06:42 BlockBuilder
17:06:42
✓ builds a block out of a single tx (263 ms)
17:06:42
✓ builds a block with the correct options (86 ms)
17:06:42
✓ builds a block for validation ignoring limits (118 ms)
17:06:42
✓ builds a block out of several txs rejecting invalid txs (47 ms)
17:06:42
17:06:42
Test Suites: 1 passed, 1 total
17:06:42
Tests: 4 passed, 4 total
17:06:42
Snapshots: 0 total
17:06:42
Time: 5.68 s
17:06:42
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
17:06:42
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?