Parent Log:
http://ci.aztec-labs.com/84dea640742bbf96
Command: 448a16f463e450de yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/80d800435dd8dfa325e38593d83b405488449dba
Env: REF_NAME=gh-readonly-queue/next/pr-14444-28bf32bfc2566751e8baa0a9125a9db20d474bee CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 15:58:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14444_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:59:00 [15:59:00.766]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x1620afb5a3c7c788b67002082a87776ca2490c4a0f1879ea1a1e8503bc2701af","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00251837f0cd1e1db81cec1a2c9b4c8b1e181f9c087d542d030f3b2deea87da5","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x7a60adc87ac281842a16e3df034eab42a13d653b","feeRecipient":"0x1f9f730b13feead8d625b98d54827113faee17045012c2f1fa0ad154e54b1513","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x15e87a68a7660c306ba649088f5e801c0070f83de6b1ecab86c7e133d8abd51d"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2c12eb1633805aedb9e3f421dbc12ae84c0e3911167e5f29db9a62b135b3cdd6"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x2d4f2aeef2a27816a476c29accbf325d31907b67b46f2e3eb4fe8321dbd8ce50"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x05e49046d15be1b72e6ae9d992e2a08aecd9d86cba347d6f3341ab7bc5b6b53d"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x19b8c5eb1d165acffa488503e641ba2e0e3d4ba6ee652ac0fa1ee503e65b4be6"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x0e0e660603e22b38ff4b5534710d19980863b1007b438f5106023a0eda315c87","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x00bd8f1520bce20b1a59d981ae73e41b47df7e2dd1745b8c3b33ace6dc559dcf","value":"0x07c80aed4c9134560c7b7fa73c6e6d86910f4e3f594546e49897e0594faeec19"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x04fc72ea3f852113b284050a8a14639d5b285dbe7a90bd08edd08180af7fc31c"}
15:59:01
PASS src/sequencer/block_builder.test.ts (
5.679 s)
15:59:01 BlockBuilder
15:59:01
✓ builds a block out of a single tx (272 ms)
15:59:01
✓ builds a block with the correct options (123 ms)
15:59:01
✓ builds a block for validation ignoring limits (86 ms)
15:59:01
✓ builds a block out of several txs rejecting invalid txs (49 ms)
15:59:01
15:59:01
Test Suites: 1 passed, 1 total
15:59:01
Tests: 4 passed, 4 total
15:59:01
Snapshots: 0 total
15:59:01
Time: 5.767 s
15:59:01
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
15:59:01
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?