Parent Log:
http://ci.aztec-labs.com/2e2beca9be3205ea
Command: 7036b634d1ccdbba yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b6c045c8e9bbe748f5441bd1e65a9beeb9c62e73
Env: REF_NAME=gh-readonly-queue/next/pr-15067-24972303091baff6f83c6389d7d1406c932357e9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 14:18:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
14:19:04 [14:19:04.250]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x24be684a69f6ec2d9696f90a1d748fa2fe5de8a8e0d17a1c5b307b54888a60b3","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00b5a8443a068b400a2c2dc9979c6ad5614b1466cb981530f843d133ccebabfd","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x9ed63b479b2665b9ba19c28c818418c7a11b6f80","feeRecipient":"0x1317c2f4d625fbe8e251b2dd462b1eb3041f2a41b4bfe5ec8a454565f36e71a1","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x051f0e5b72f1b7230b253cbe8f5cd81822552b3acd408cd720ac839f4aa07010"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x1f74bddfaedbf1df67f94307a43e8175da4142204f227906ed6b95a7b4f8b262"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x03930e3da6a78a425c2b4d740476a7db7fed071c376516c3874b655ac0904e99"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x1fe44278bb43e80e650b38f4916eb9c4d3b37465a84840b75bed0536903bc3c0"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x12410a6ad9bd4de4e599f1cf1a32db9a48cfbc3bbe9e9117f949e450c9884859"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x1155db81ffcb5b3a71124713077514d8afe3263f95c29a7ee17a78e2a2e252fe","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0a8363c47466c53d2d8b1a9f11d953b81eb1553dfb95c76962f85bfe7b5216d8","value":"0x149211be74e41490edea3f79c3fd51625dd4450b81f636b1ace3e3af5f0337db"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x07b5cfaf99a1d9997901adfca21fe41392ec72a9341e947294985189a466c0f0"}
14:19:04
PASS src/sequencer/block_builder.test.ts (
5.434 s)
14:19:04 BlockBuilder
14:19:04
✓ builds a block out of a single tx (302 ms)
14:19:04
✓ builds a block with the correct options (134 ms)
14:19:04
✓ builds a block for validation ignoring limits (110 ms)
14:19:04
✓ builds a block out of several txs rejecting invalid txs (65 ms)
14:19:04
14:19:04
Test Suites: 1 passed, 1 total
14:19:04
Tests: 4 passed, 4 total
14:19:04
Snapshots: 0 total
14:19:04
Time: 5.552 s
14:19:04
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
14:19:04
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?