Parent Log:
http://ci.aztec-labs.com/f9669e12f7badca7
Command: ebfed4061172f77e yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/07aee119a58dd438ddfb5bd53e124e7269e6c651
Env: REF_NAME=gh-readonly-queue/next/pr-15083-9b801754ba98479ee645488c29d2fda1eecbfd85 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 21:06:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15083_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
21:06:21 [21:06:21.244]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x2d2a334e6b1e6e5142425ab006989a28abd30243973d2bd489601034b0c7c7c9","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x009040ee3219cd83207c7020cf53e161fe1d0dd4e501bbe109bf07f9f065a1d1","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x1babe00f16d76983a9b0f02aca2bb4e179b244c1","feeRecipient":"0x22a1232606daee8a7af823a833e79dd994ff03061de0b3d5ab7a48d3afd4be64","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x2dc80305973f7bebff4672077b86d1f714ffda1de6619a709039ff3fcdd8085d"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2ee79bfc28625590ce7c041885ddc15fe2a83103f5de5d156cfe1c0a77cd01b1"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x1fea60d13caca37db91cf6412e0881ccf7a1ac0157675f5ef7517c24aab8dff8"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x0e80d49e71f85e222acb90c26afe3e19cf75991c068926d912d3ff0d81b14f6c"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x0f4dd047c1eaa9477a40cad88c91f97b8939b76e2d009192a530deb051847e40"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x0124d87b14f64fee9f090360e32020411f7e28c0f8dc5cadb5d963f416fd46c0","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0690ea2d8c6160e8def0b845e7103a4c4562b11554251a0e0448e41a3041fabf","value":"0x212daf2820f632063f8d97a7268131a713edd9b778f2ea1fdde31c3d1d5f2d78"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x13c06efbb12bb08444e1410999e4f63ccd025fda861283d46e117d5dc656509e"}
21:06:21
PASS src/sequencer/block_builder.test.ts (
5.624 s)
21:06:21 BlockBuilder
21:06:21
✓ builds a block out of a single tx (282 ms)
21:06:21
✓ builds a block with the correct options (93 ms)
21:06:21
✓ builds a block for validation ignoring limits (86 ms)
21:06:21
✓ builds a block out of several txs rejecting invalid txs (45 ms)
21:06:21
21:06:21
Test Suites: 1 passed, 1 total
21:06:21
Tests: 4 passed, 4 total
21:06:21
Snapshots: 0 total
21:06:21
Time: 5.736 s
21:06:21
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
21:06:21
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?