Parent Log:
http://ci.aztec-labs.com/08c24038f1cf4dfc
Command: 249341009682680e yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/c245b3e704a64008c8dea40ee7b26418fd59554d
Env: REF_NAME=gh-readonly-queue/next/pr-15176-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 23 11:54:03 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15176_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
11:54:08 [11:54:08.217]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x2899eaaa2b64435f3faec5ff6886691613b0bcf8267038c0cc6ef7de77c99c33","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00660b17448e6e1955f5b7973b9661bc4fb8c7e9a2935c7d322d85f4c306eb61","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x8412727c490fe75826ef26fb4792da6600d06e52","feeRecipient":"0x1d2e594f313425a3a573acaf75b627985dea2d414cbf8f27c56bf43fb8bae233","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x2633ece9bd2079089a98ac09709ad32d99189fccf30914d2e42a758425b058b2"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x226603b49873d997986cffae1f697c6a6320e1c484dac0ca19cc2e2ba7835e23"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x2ca297781e5fdf1d6afdffd8020e5cd3bf2ceff6453a4ff66c0649ad4645d800"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x2e9be7f0bdd96b68dd53d2b440a53661f22b6c0f9a46f5727f727b17e5c9fb47"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x193ceebcf9060d487dfb93dbbdf2f6e6d6aa9e0ca01591d9bd96b56b99a237dd"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x071c47a187207e6dcb5f4caf5c26b1f5169762e4edc7e5ff28de535b003755b4","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0a13581e4ae5a8902af42a85638143683615beb41e7411eac98c6b43ead271dc","value":"0x0b68cda5cfffe4dbeba1f0adc288db2d6b87870e9d4d7a2717458e4444c7fc7e"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x123e6a2b5689ebaac0c2643e66ef1ba682f104120d902462c28c107675f9d89b"}
11:54:08
PASS src/sequencer/block_builder.test.ts
11:54:08 BlockBuilder
11:54:08
✓ builds a block out of a single tx (222 ms)
11:54:08
✓ builds a block with the correct options (87 ms)
11:54:08
✓ builds a block for validation ignoring limits (81 ms)
11:54:08
✓ builds a block out of several txs rejecting invalid txs (52 ms)
11:54:08
11:54:08
Test Suites: 1 passed, 1 total
11:54:08
Tests: 4 passed, 4 total
11:54:08
Snapshots: 0 total
11:54:08
Time: 4.083 s
11:54:08
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
11:54:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?