Parent Log:
http://ci.aztec-labs.com/2171d22e1569df51
Command: b462ac477dccbbe0 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1fc5957df9da86dc8fdc6c622544db2499cdbbc1
Env: REF_NAME=gh-readonly-queue/next/pr-15286-85c7d115f07bdc47eb18778910e372b8db1e0d3d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 12:00:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15286_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
12:00:14 [12:00:14.985]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x1b308eedf3afe6eaa1052a60ae4ab4b89db162df8eb9c7241a310cb2891f4be8","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x009b05e2139b1f11ff95ca97717c61640099123f0b78780b6fde3b605f490555","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x52c10e82db5ac609ba0aca4c23c475e270ac2e4d","feeRecipient":"0x0bf6c84994889e7ef69fb600256b79a25f285ae92d9ecd50fdc30cfd745768cc","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x01cc85b585fc85642773e4ff9a19194cdb84b1e1329070b26184c97cf2567d30"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x0fd1baecc9e45a1de64b359ec7c39b903fbc33c6d026e7e8aafc76202bb587ef"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x0c6aea001e072a0d10e982c70173df88915c0c884393ab43050b4a975b045e25"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x1f96bf331756fb9f085688a5fcdce4013407d8d1abe1157c20489d80aa949159"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x1c7253184e28dad0bb6dd9f29a5104a0b58649eb78725e7720fe7eaf7b1fe8c5"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x0df25282a6f5b79f0da2f95c3da54b08b9244865b9a7df8323c14e5ceb3915df","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x04f05bc2ebd0ac6cfb322f5584fd15c9bda753d1470b9ac733562f39420a6dcd","value":"0x2323e5da637c88d304abb06de30faab2430328027c5a5e921eda3e03925d68fb"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x0e8c30f371f59f430c51ec3be060d6947b13fed1def91c29c2ef7b7f8e67280e"}
12:00:15
PASS src/sequencer/block_builder.test.ts (
5.358 s)
12:00:15 BlockBuilder
12:00:15
✓ builds a block out of a single tx (301 ms)
12:00:15
✓ builds a block with the correct options (104 ms)
12:00:15
✓ builds a block for validation ignoring limits (83 ms)
12:00:15
✓ builds a block out of several txs rejecting invalid txs (48 ms)
12:00:15
12:00:15
Test Suites: 1 passed, 1 total
12:00:15
Tests: 4 passed, 4 total
12:00:15
Snapshots: 0 total
12:00:15
Time: 5.44 s
12:00:15
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
12:00:15
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?