Parent Log:
http://ci.aztec-labs.com/6dc709803944a101
Command: 5c58d0b0e69f02f7 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7339c264ad706420ee9babb0dd1b6ed793e97402
Env: REF_NAME=gh-readonly-queue/next/pr-15039-ddabb45f79cc171e41a0a5330544775de9fdf7fd CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 15:03:09 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15039_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
15:03:15 [15:03:15.169]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x11aa2a0ba797906cff9c46b61755ea6e419fca399ef192524f8db0452fd921ca","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x004d6a219e5ed89ce69dec447d66901576f6832bd0787f8e4a195da898cbe221","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x6a3600a637ec843a4b4fec1693f0beb616e8d8cf","feeRecipient":"0x1573036535d9798d9dd87002ca12b2112f1a02fb41cf65eb3de0e1379cff0935","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x11971a9299b6b603a24c820fdd54b99b8ba44ff895019f1465e451557eef2fe4"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x2aaa5c10532eeca5c6f0e4b276a2ae2038a4327f8c68761e261ee05d6be86ef2"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x1ad23e815eb747e767e502f2577ea29444b2b7cc4148d7afa6b40c341302391d"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x26a4ec59adbf07723befcbf8fcc5489d2e9d46c3756d9d11aefb2e374598e3c9"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x19809b34f1491f743b6836efed3ba16ee679f5e7c66a0a7a6dd66bed68fecba1"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x28c9dae4a038b4f881e7888c10297ebc7d4c86893db38976c006de4189f8bf3d","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x1177ba37f0cacec93b4a5a873781cbaaebf925cce46a94a51cc6c95c70518d1e","value":"0x1d37f3f7202d5932e716b05e9824925b7881f414357f52aee6f11aa4e2f8e62d"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x0f872ad72bf15fb9c92efd9e16af7cbd108a7d57b3e1ff9b1f9f139c123404a3"}
15:03:15
PASS src/sequencer/block_builder.test.ts (
5.045 s)
15:03:15 BlockBuilder
15:03:15
✓ builds a block out of a single tx (338 ms)
15:03:15
✓ builds a block with the correct options (93 ms)
15:03:15
✓ builds a block for validation ignoring limits (83 ms)
15:03:15
✓ builds a block out of several txs rejecting invalid txs (58 ms)
15:03:15
15:03:15
Test Suites: 1 passed, 1 total
15:03:15
Tests: 4 passed, 4 total
15:03:15
Snapshots: 0 total
15:03:15
Time: 5.121 s
15:03:15
Ran all test suites matching /sequencer-client\/src\/sequencer\/block_builder.test.ts/i
.
15:03:15
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?