Parent Log:
http://ci.aztec-labs.com/9a8b51ad4daf16b0
Command: 426cee6a32f1da3c yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d96baf1c44329e8b2e3a432ad803f702f5184a62
Env: REF_NAME=gh-readonly-queue/next/pr-15025-26c5a39fe03723d11540f721293d7aebd1f478d9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 09:33:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15025_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
09:33:12 [09:33:12.919]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x1f7777eb1ef1aac3ce5278d63851f1fd83d4222541d8036c220c09365df3e1a1","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00f904e46220373270a64af8af352c679890dfc70de057b2a96e4294042d898c","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xe4d239ce14102184a53eb5b22e1c0df1c268817f","feeRecipient":"0x0c5e9f99f7362ccfe2077021222265a7273a898f85c2132fd3baaf9ed1a3e735","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x22afb1be022201a597fc9b1a7237467bda0253d16321f2e70882178fda84fe18"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x0bd8e94120c226b1ab89e0ef10550aa7bda2b70dd3ceff73dee2fd080427baf9"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x079fb92a2053c5b4ba19f402c5655350056b86643322cd7853d33db277c20adc"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x18eee82d216f888edd0b094dd3b48feff4f2433e01dcfa9e6a1869a15bbd12e3"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x03edcf90583b4fdfd9280ea218969a5242ed4b87adda2e916e449c16953233ed"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x1a07c83b4beff6508afa90a5c62669b009abb7d047657079d03ae7abf78f172a","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x1540c4763842693cbdd425267b16687ed58a9a5774d4e4b0262aaa23570dde47","value":"0x028cae6481383d8f30d982d4b644689fc9a2746d0d6f87ed0fb56fa2aa468e94"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x161cffe5c0bf4840b05d335079627fd0ce82fec30b4c53ea66519326b573a5a2"}
09:33:13
PASS src/sequencer/block_builder.test.ts
09:33:13 BlockBuilder
09:33:13
✓ builds a block out of a single tx (325 ms)
09:33:13
✓ builds a block with the correct options (117 ms)
09:33:13
✓ builds a block for validation ignoring limits (99 ms)
09:33:13
✓ builds a block out of several txs rejecting invalid txs (64 ms)
09:33:13
09:33:13
Test Suites: 1 passed, 1 total
09:33:13
Tests: 4 passed, 4 total
09:33:13
Snapshots: 0 total
09:33:13
Time: 4.958 s
09:33:13
Ran all test suites matching /sequencer-client\/src\/sequencer\/block_builder.test.ts/i
.
09:33:13
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?