Parent Log:
http://ci.aztec-labs.com/88af6abc5e7063c3
Command: dc9591c437eedcb5 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/42440bd429a3b283b3a344db0be4652d818bd261
Env: REF_NAME=gh-readonly-queue/next/pr-15046-2469b5f1633350f6be15733c04242af1cdc98227 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:50:02 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
19:50:09 [19:50:08.996]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x16b298538924097206a7043ecf90a3e4bb6a70bf3c2f024d2ca0c96eb3a57b1f","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00ae2771cc01146a22f2ee58d8a3e86609a7a104b2a379c7c0edf13947d89ae0","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x72ded7026e18c47934c073aed13d5b443912cb3d","feeRecipient":"0x12b1ef416784bc6fa3eea52788fb228e67d8f0f1a568b2327c113d8e00c90825","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x2f0c0d12dcccf470c901df6307ee335771cd7f29d22c82e6db4bf357151aadce"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2489ea21b3901af10450f88b66509047f308470a70363c16c855ac95999a03e5"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x152eb9daf31765bef7fb50b6becffa410721135fff89dc927e52bf51e4bf52e7"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x0ed9d403d62ac6be328233b9a0a070faaa6693bf1a3c747f6d8eb2672693cfca"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0988402b3cc9842087f7f8f633012af3a494b896e065c55520d9f101fcead0f8"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x2ac79e0ce0a864b123aee6c31fb293f6523e3022daa94136123a100119f4cc2e","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0b97367cb0d4d47ef5f02b68ba817d2629b1accffa8222883f20d4fb2739e9fe","value":"0x0d5b1752a5f187fab9a11bf1cd12ec7bd7e6e18512ea669d6746d6430b37da74"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x2ac002b97908804fed535959940742282478a4a685049652b67721f803b12155"}
19:50:09
PASS src/sequencer/block_builder.test.ts (
5.513 s)
19:50:09 BlockBuilder
19:50:09
✓ builds a block out of a single tx (274 ms)
19:50:09
✓ builds a block with the correct options (109 ms)
19:50:09
✓ builds a block for validation ignoring limits (102 ms)
19:50:09
✓ builds a block out of several txs rejecting invalid txs (64 ms)
19:50:09
19:50:09
Test Suites: 1 passed, 1 total
19:50:09
Tests: 4 passed, 4 total
19:50:09
Snapshots: 0 total
19:50:09
Time: 5.62 s
19:50:09
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
19:50:09
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?