Parent Log:
http://ci.aztec-labs.com/e290a27f9935f130
Command: aeeaca4258226ee3 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1107a5aec5cc4c3884ed30df5e1e4c4417fa4588
Env: REF_NAME=gh-readonly-queue/next/pr-15258-ab2663c779174e49814adda157cc3aba0f136063 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 15:47:26 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15258_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:47:33 [15:47:33.562]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x13cbb5388e762137dcf991f7849a9870ea9bd5d7d03e14b4df0adcd10187ffce","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00fa1645a23d2a9f299c5292537c3cf20252dae77178a20149645d91bba68626","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x1227f8c2b7cb261dfdc0247b8454a7accfc01a04","feeRecipient":"0x27a461b2f1308fb6a1c22d2ba0a7de748f0c37f14b7ec027f850b9a5d66a7c82","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x05d5310e57a1b9b85fc9ce2c28e8d7b1b49caf308717b3d7cc4da81df2e792c5"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x24718340e29703fd4fad6025eecccb221575764edbc5c7610befa41d0654f053"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x260e350685cd85ef553bd93e2173f220685298902186245dc109793c98d6c441"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x2180a7f1525ade44bbf743cb42f1e3eca2ab5f4c1dc834bd89ce45a7843c3885"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0bedb217283d85c405bd4272918e9f156475e6f853a45c0edd117d32bdba1ca5"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x2d61ec698a73c99b73d54a696ee6c950825da2c8b2aac78ed7fd336d7b7b1d43","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x04221d884f4b878c3ab76084dac8a0dd1c9a5d0d9a0514c85e1b5d869ff62a8a","value":"0x1f5f9df21d976221cca6abbc0cc22ef11340270546ab1f097720f9affb75dc62"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x1995b1ac28fe549b3ebbd88cd847e832b97dbef2f8368385ed8c0fef34c02b8a"}
15:47:33
PASS src/sequencer/block_builder.test.ts (
6.031 s)
15:47:33 BlockBuilder
15:47:33
✓ builds a block out of a single tx (293 ms)
15:47:33
✓ builds a block with the correct options (94 ms)
15:47:33
✓ builds a block for validation ignoring limits (92 ms)
15:47:33
✓ builds a block out of several txs rejecting invalid txs (63 ms)
15:47:33
15:47:33
Test Suites: 1 passed, 1 total
15:47:33
Tests: 4 passed, 4 total
15:47:33
Snapshots: 0 total
15:47:33
Time: 6.143 s
15:47:33
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
15:47:33
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?