Parent Log:
http://ci.aztec-labs.com/8ed5c55c2bfee19e
Command: 9b90ba1cd25aa9c9 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4ae29efe4b68ec58d68cf3708b9a36b94dad8b2b
Env: REF_NAME=gh-readonly-queue/next/pr-15129-5c77169d7f01a9e15bc19b05fa231fd96111d7dd CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 15:18:56 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15129_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:19:03 [15:19:03.238]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x1e43d68dca0aeb788a7cc1af994feafa399f6f9ea9a3f4eda83e7a9b0e56ed39","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x005b2c62063f741b3550d078e7d65713d893f281b3bc29e3f6ee51cbc41fb17c","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x9a5f3b0fa6c0ab7492eae5a4e91f2f4b62b595ab","feeRecipient":"0x2550094e9eb11bff4421d7fbfb6a213c4500a055f09d8776e3dd5f4d2935e09a","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x2c660e714d9fb2c67dbdcd5aae025022bed1bcf99a1f79e9a37b6a58c03b62a5"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x07fc9dfcb2142d025ed222df948c2139509888402a12fc47e6ecf4e9df19a85e"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x1b4b06f171d825098ce6c88ff9ee5d7a1e2314eaebf1e901b39891936085330c"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x08bba9c8bb6436c3f616fb474c322a48a538a6e66ef061f343d373a374b3e577"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x159dd7f3735999dbf2119750c9e9ea8398dcb7843adaa6c80efd6468708ce7fd"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x209e9cabea44b9e6e90e563b3d5297d39d489bea7ef10905b7b7d668d44b9f1c","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x1cf53493e81c8615563e69cf0e0bb241ee591cb29140bb224b9b9339924737d4","value":"0x1299dd7d9a067b7496b14bd0247874d9924934ad54c8706b627ba07d9fddb15e"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x262fc4ca3403ebdb1fe5ba37486ebe6a9c20b4dd7eba2ca3e3594ffe549e74fd"}
15:19:03
PASS src/sequencer/block_builder.test.ts (
5.819 s)
15:19:03 BlockBuilder
15:19:03
✓ builds a block out of a single tx (275 ms)
15:19:03
✓ builds a block with the correct options (124 ms)
15:19:03
✓ builds a block for validation ignoring limits (134 ms)
15:19:03
✓ builds a block out of several txs rejecting invalid txs (66 ms)
15:19:03
15:19:03
Test Suites: 1 passed, 1 total
15:19:03
Tests: 4 passed, 4 total
15:19:03
Snapshots: 0 total
15:19:03
Time: 5.925 s
15:19:03
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
15:19:03
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?