Parent Log:
http://ci.aztec-labs.com/11d263800318d38c
Command: 782f38c6306b3c5e yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d5a262aabc20f5384a720a0d831e2ec28badc7f9
Env: REF_NAME=gh-readonly-queue/next/pr-15042-17ea18ade041a1bb437806e047c30b29da124094 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 18 18:09:03 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15042_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
18:09:08 [18:09:08.277]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x273a327f17fbbf7766d8e4935cfd754409984cf2d480107f58fa90567a8f05e2","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00b5807d65dc5df9fdd1658cc9cc45f542a3874316c41379628901b9a9b1a2fb","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xe8464e6439418716bbc89d50a936b704ca9b1b8d","feeRecipient":"0x0cf8047ce7e5ee65837d4a89aff2eca548e542a9b1893fc26bf3f197e008fab5","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x26918817b98fc81e2a5a4fb91351dc7530379cc17ed7000d9ffa640a5df14847"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x249a0d2924d155228c2aca6684487fcf07a00a1b5aa75c6420ff8cb4de3f5052"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x0f25d9565da80e8b88ae745551e90a50eaf40e395539fdb496807414cf9f32ef"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x22fa26320360dbb8d54a4b75768472a5f34f840282e7e45ac575f737b0c161fc"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x176dd5c4fa897951517a5e7c004e3680abc636b94e81d8ece755e595df1febd1"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x288846041af585246a082827cc13c314c9b0cdc2d802ef73640953e714081532","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x2d0d58b2339e98e7090c8706669d28aee2efc2f8222786fab28d2f607f92f416","value":"0x0eb75739c164cd0c7ca37205d7ae1b44a29fad3dfb59b890d54411b825a696aa"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x2f1371170a394a0e717cd21023aeddcb0d01e312f06706a3f3fbf62ab0466962"}
18:09:08
PASS src/sequencer/block_builder.test.ts
18:09:08 BlockBuilder
18:09:08
✓ builds a block out of a single tx (228 ms)
18:09:08
✓ builds a block with the correct options (96 ms)
18:09:08
✓ builds a block for validation ignoring limits (82 ms)
18:09:08
✓ builds a block out of several txs rejecting invalid txs (51 ms)
18:09:08
18:09:08
Test Suites: 1 passed, 1 total
18:09:08
Tests: 4 passed, 4 total
18:09:08
Snapshots: 0 total
18:09:08
Time: 3.987 s
18:09:08
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
18:09:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?