Parent Log:
http://ci.aztec-labs.com/3754d81b8570073d
Command: 8791bd102aa92eb2 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9ddf7d35886489afed34aca3cb819b32c86194b4
Env: REF_NAME=gh-readonly-queue/next/pr-15215-99e234fe4473771b32124e0402885610a6a3f98a CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 24 09:27:29 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15215_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
09:27:34 [09:27:34.043]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x227dda44c0b6af4a0a2c31c707e095fbe537165ecd2123e21619eda764115203","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00b4b0b2b12e40b9b07ccee685d0373882baec0b56a91ea345dd762d45011429","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xb74902f311481f00a202b58e1ff2bf9b98e6509b","feeRecipient":"0x1fa71ec52195de161d7c55100a360f0eecfa7250b4161d46b68451461864406a","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x1e16e3e025b9ac9c69e02f020cba526a4149afd8dc62a751bb65d66cf111e452"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x15e1f012a795016a5057ab0ea202325b1f5749d3acf98611cd4c92acaee03d10"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x020cd9a6179c7ce265c67a74b65a71e27ee2cf2080210f07d37b1abd26a59bb1"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x20974a8fba422f5345cdc317ef5365680dce68f0bfaff193c8a921de88aa3e9a"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0af7bdb92b6dfa3aa4fe88d6664fb4d6d2f45ef023f8d5daef5831db6db02919"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x1bf86a08d431facd735a2f5c530b36708655709e61e3ad242b22bf71b68d5dd3","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x10396b2697c897ddc7f5594be88d964457b2cdbb15531d409d55a82cbc00eb4d","value":"0x177c858b129486bfca67be1a9f07bbbad4b06713c129ac4d42d93a9529617c97"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x2175708ada85437e521389f1103ec4de1998639c205f9e0c593413ef21b7e42a"}
09:27:34
PASS src/sequencer/block_builder.test.ts
09:27:34 BlockBuilder
09:27:34
✓ builds a block out of a single tx (235 ms)
09:27:34
✓ builds a block with the correct options (92 ms)
09:27:34
✓ builds a block for validation ignoring limits (84 ms)
09:27:34
✓ builds a block out of several txs rejecting invalid txs (53 ms)
09:27:34
09:27:34
Test Suites: 1 passed, 1 total
09:27:34
Tests: 4 passed, 4 total
09:27:34
Snapshots: 0 total
09:27:34
Time: 4.177 s
09:27:34
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
09:27:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?