Parent Log:
http://ci.aztec-labs.com/e3a80bcbe207fd36
Command: 48483af633053ffe yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3b44f825dcd3249b2c8a1105905fa3394aa7213d
Env: REF_NAME=gh-readonly-queue/next/pr-15041-eeab628a4e44477cb6796c5a461ee0c0bb332d75 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 17:47:09 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15041_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
17:47:16 [17:47:16.267]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x2bccd8df128a7bd1c4da0d2ba63a09e4c86d49f156f32e8a579d1a08795cb14d","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00fbe4d706abba17d3c25445d00ed981489beb84c9d8abe3cdd22a2f72499efb","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x65ffff953108777cf06d5f5ec33f78dc9fe8f37f","feeRecipient":"0x0c16ac6938c791f5e5bd19e21906a7e26c873ab1a667e1b3a51a108dfd828019","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x24fa4ca64982007e87f522a7401373aa0e71c0c5bb8a8341b24522dc13d5a7d7"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2b2cfe68ec4d066755b3b6214ec241b74edbd957535593792b88fea541dea0c5"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x21f2d96204c10cba4f75b6b5b0dd09e809336e821e4a7adbb052a028e8857813"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x15687bcbcd332a73dc1165cfabc0e3e1709c628863144f53b45131fa5c61a528"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x14c880dada884602ab690505004acc7d914ae4118b7c1d8fde63b98f6c4bb69b"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x011712f55907667618cbf705782c59b34fadab16efd1e3c7f246c71dc454a146","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x235d8ccfe9ca23517ffa2a1840e5395446c10cd1e9ea3a263e3e338a861ace45","value":"0x14aa5168b59d8b86e59ccc765517bcb751006f425447a910b9c4f32c740862cb"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x2b4f157e087e7831f70b8bc05c4f325e0d11147cdfed5bfb46aec89467c1e338"}
17:47:16
PASS src/sequencer/block_builder.test.ts (
5.665 s)
17:47:16 BlockBuilder
17:47:16
✓ builds a block out of a single tx (277 ms)
17:47:16
✓ builds a block with the correct options (85 ms)
17:47:16
✓ builds a block for validation ignoring limits (80 ms)
17:47:16
✓ builds a block out of several txs rejecting invalid txs (52 ms)
17:47:16
17:47:16
Test Suites: 1 passed, 1 total
17:47:16
Tests: 4 passed, 4 total
17:47:16
Snapshots: 0 total
17:47:16
Time: 5.773 s
17:47:16
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
17:47:16
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?