Parent Log:
http://ci.aztec-labs.com/2945bd5165943bd8
Command: 2f76ae4bba915073 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/87c4b689268afecc86ab007c3587e45110daa43d
Env: REF_NAME=gh-readonly-queue/next/pr-15220-282da3bd25d49b92970e6fc85f110092e8566299 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 16:34:47 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15220_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
16:34:53 [16:34:53.427]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x17c135fd431c218e2e2577288426ea8e6c14bae416df23de4423b8d7bcefd550","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00c85e94f1b6dc30773e8de32646b6fd0a7e5ac19cef258616a1c75533bbaded","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x6154f01de2c45bffbdce021c45eb5645216231ec","feeRecipient":"0x107558fd5d5f77f615529e60ebd3b3a60db8b8fb23225c1a6d7509460a79556b","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x1df9efb99e575c5c61ba295df908ee4a5bc536a42ded7623a6539637ee241f37"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2036e186cf7038cb19ac655a386899863d6d32fce7a545af7c1fd675d53d76a2"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x0b222c1fd35eac229e23a152e884bc1c82d93765525114313359162b8957c987"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x0821b7f84e4d28a571d7303c8fdac2786ba8367ad2330a5092aac487a9b8690a"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x2e91064ae28dcc39289c3d013f3a27a8bdfd68861c046d9eaf26171baa1fb196"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x244cf0949ed79f83c623baaef1a1ef401f13ede41a7e0b9fd2ebb98ccd00852e","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0735a6b99f1cf6d0f06b7651ea347466e95733cfda643777434aa8f66d40b43a","value":"0x07460f64e537f46e3257f0276b3db90987f33303895dac6ac0db78cf36acd133"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x29c542edbace17824c39f4dd3b6f4bad3ac80432f61015ffd85194e4dd0dd0fe"}
16:34:53
PASS src/sequencer/block_builder.test.ts (
5.427 s)
16:34:53 BlockBuilder
16:34:53
✓ builds a block out of a single tx (271 ms)
16:34:53
✓ builds a block with the correct options (118 ms)
16:34:53
✓ builds a block for validation ignoring limits (87 ms)
16:34:53
✓ builds a block out of several txs rejecting invalid txs (55 ms)
16:34:53
16:34:53
Test Suites: 1 passed, 1 total
16:34:53
Tests: 4 passed, 4 total
16:34:53
Snapshots: 0 total
16:34:53
Time: 5.509 s
16:34:53
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
16:34:53
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?