Parent Log:
http://ci.aztec-labs.com/7bcd1e743e29abf2
Command: b71f9d6a9e3f68ca yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ee24aac96469b4f1cb8d70e614b2dd27bf0eb134
Env: REF_NAME=gh-readonly-queue/next/pr-15242-1c2c2ee2949dbe31742cc9501a31bf3bce8083cf CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 14:08:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15242_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
14:08:16 [14:08:16.590]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x2863d77ca4eacce02b21b7d35ea1d6e118eb99738a5628520784503a5b2c58f2","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00fe1767f404e512e86d19da513429b29fa086a034789aa01470fb0f810c488c","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0xac83bcc323c0c432dfa5805d35ce400c01f69be2","feeRecipient":"0x2294dd1d8ff8c4a882bb6277101bf26e23c4f9c04616dfecb472db26cee2a36b","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x2d941f55287494e6d720173c74ef10561e71a5ab225efaf17f0099ff02cfc5ef"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x0cb5549ae763011a48bbf565fa08f24fb86f4d408579801002b53362e15e0ce9"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x2a1ce1c705e8459da9acde7f7e91e95ea67529ad03f3d54adc021a23a983d0b3"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x20233f28af47111987cbb7d0c2114188831c81192e8e8a98622aad471dd168d2"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x2ca5bdbda1aa754bbaae52fbc42191080946e2678f149fb180af94a4fdb7ec8c"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x24ab1dbd9d4144c5c56d2fdd4f484ee67375865ce9f3057704d0042712ffa037","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x20c7fc7a9fdb119fa8c7be9451ea644006b5f88047fb7e995a8790cfbd1543c5","value":"0x1c17238f42bf44b5938c5a906501912acb0148eabf8e6c0715c15de2ef784361"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x0e7feca367f6fabef4ee25ab81b5ae648359c4c79dc70907a9db9e9f06395eff"}
14:08:16
PASS src/sequencer/block_builder.test.ts
14:08:16 BlockBuilder
14:08:16
✓ builds a block out of a single tx (281 ms)
14:08:16
✓ builds a block with the correct options (86 ms)
14:08:16
✓ builds a block for validation ignoring limits (95 ms)
14:08:16
✓ builds a block out of several txs rejecting invalid txs (70 ms)
14:08:16
14:08:16
Test Suites: 1 passed, 1 total
14:08:16
Tests: 4 passed, 4 total
14:08:16
Snapshots: 0 total
14:08:16
Time: 4.863 s
14:08:16
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
14:08:16
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?