Parent Log:
http://ci.aztec-labs.com/fc36ac71451f9409
Command: a6c3ca6b2d3a1946 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/00cd67e98e76d3202a0219baf301d59ef4211872
Env: REF_NAME=gh-readonly-queue/next/pr-15040-7339c264ad706420ee9babb0dd1b6ed793e97402 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 15:24:33 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15040_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:24:37 [15:24:37.042]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x23d142075fd8c6d258149ef8341b92b4cf835bc545cb85af7b2c33819e95d784","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00e80e19481d1221edb137258494f00a0d0fd2c8e186a537ce193ab2c3ff7566","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x0dfcced1a61eb27fcb8544f9127c1e5b930c389e","feeRecipient":"0x0124748e0ceabe977aba6f7abc82479806c030aae56b84ec6d7860489f650962","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x1dcca7457102f730954ee72612d027a727b9f966acb8931ede7ca295922d4a62"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x17b9548bcac106de49cc4ad52c334498140afccb8fb5b57af4563a8e4e09ff1b"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x0a61f9c1edf0ca939c222ac1abdb9fab0493c8aa5e0eee663398d28934c1cc1d"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x1c54d788273451d24c6a441020075d7fdd9e5a931384533eb29b7309e525f805"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x2d0e3d1329453b78150a951d6c9b2031b47dc057316dc124da1f0d3925071838"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x1bcd0c3cd9d25cca054d2c6e8f13ff18c38b75c9c185f6caed16fe2ccb38b641","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x1d677861f523de233cbdc2ae252b9c2345b4a8abdcee5765bbd4be512d280859","value":"0x1706f90ce46b008bb034060e48f368b8580292a2153f82f495e8445798cf9e3c"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x1ffe1847651f3e1821ccbfeb7606a40750068adbdad77b2d574b778761780b06"}
15:24:37
PASS src/sequencer/block_builder.test.ts
15:24:37 BlockBuilder
15:24:37
✓ builds a block out of a single tx (226 ms)
15:24:37
✓ builds a block with the correct options (83 ms)
15:24:37
✓ builds a block for validation ignoring limits (78 ms)
15:24:37
✓ builds a block out of several txs rejecting invalid txs (49 ms)
15:24:37
15:24:37
Test Suites: 1 passed, 1 total
15:24:37
Tests: 4 passed, 4 total
15:24:37
Snapshots: 0 total
15:24:37
Time: 3.425 s
15:24:37
Ran all test suites matching /sequencer-client\/src\/sequencer\/block_builder.test.ts/i
.
15:24:37
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?