Parent Log:
http://ci.aztec-labs.com/b0e48762cff3fa7d
Command: a5511b51e55ea9c0 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/0dc6f60f84deaa57a8570f9942eb75317f5aeea5
Env: REF_NAME=gh-readonly-queue/next/pr-15162-6ee95286f8bcc5bb6dca43222459ac5bf43a8a75 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 09:43:17 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15162_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
09:43:23 [09:43:23.060]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x0f142de593fef4504db04348c9e9aac1c790501c6ca092f4b66563f26a2baa19","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x002e238faab62ecbbf6de22cb2099460de39a7839afad9787cefb32b9770a4c2","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xbd60eb6856545806c3c6ae683e3d4808b4974005","feeRecipient":"0x23ac7a4eac28a42d4b2d1b40fb7871dc9b36f5976ae99c4e6836e6f8582c120c","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x2a25e9d14fe153ab29cc457589e3431567cd0d779454965cb59567c09e53ce69"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x1c74c1778fd4a6837d5e3fb0ad57d602916a5a7b53cf894bd0a64e87bb3780c3"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x1f0083d23d8e882c172a9fa8f884729657b0c2f85c545fe973e331f2e0ce9ad2"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x10fa140034ca008daa86d987baeb8ce16288db1e5d0512adb8cef9dc24ad0690"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x00e41fb78f28d7cde3233eada161a717ab74df285807d37350c9c025eb0e9df4"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x2d4feff1b8e632d2c2c65ddfe35284db7924146bc3b3cb8495b470b80e959166","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x2459f4eb3f082163b9f83cbd6300fdeb5950df1d363aaa11d7a5ad483c6867b6","value":"0x125d61d565ea6253591632da0ff33a44c112903a2980c6cdae0b396f8b124bc8"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x0388ff4f4d26fb9c48a9a64a2e1483b19661f5fa8655a78f103bfe6e9fea786e"}
09:43:23
PASS src/sequencer/block_builder.test.ts (
5.152 s)
09:43:23 BlockBuilder
09:43:23
✓ builds a block out of a single tx (240 ms)
09:43:23
✓ builds a block with the correct options (134 ms)
09:43:23
✓ builds a block for validation ignoring limits (86 ms)
09:43:23
✓ builds a block out of several txs rejecting invalid txs (51 ms)
09:43:23
09:43:23
Test Suites: 1 passed, 1 total
09:43:23
Tests: 4 passed, 4 total
09:43:23
Snapshots: 0 total
09:43:23
Time: 5.248 s
09:43:23
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
09:43:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?