Parent Log:
http://ci.aztec-labs.com/2828c71ec164b0c8
Command: bcc565b00bd8bb22 yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/bcb41f0bbab679d1b5d50e6b59b4af0faeeb9b48
Env: REF_NAME=gh-readonly-queue/next/pr-15138-3c671e0822075208f705135771771f5a47e9652e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 16:18:46 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15138_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
16:18:53 [16:18:53.059]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x082a82a8f6cbef6d3df616d2aa2e5641165951f38a2630f78ffcc193632e1470","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x005620765141cc345a86937d449a3a7a6e898dcce6117171ba08f0f088b18a2e","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x23084ceae9a3bc2934230a8462c775b4e2dbe621","feeRecipient":"0x2e0dce9c46aa05e24110133d070c80ee30700ff36a9e1e488290409463c4f9ae","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x0e007132bbf2cdf2ba3cf800e7292a98a5efe239581f0f4d975970d419a7e86c"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x1fa27992859478f78793c95221443142c6f64a5130a73fdff4d6927475470918"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x0c10d67900e12543e29347cccc718601ce448c89060c7e4299e5484082b85aa5"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x2949ac860875fdfecbd7688a9f3477f8e9f9e465579b76fa5085e04186de0c6f"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x1c33ce60fd7f8b0be42ac3df68a05412390ddf3b510d0ff48934cacc675a066e"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x209dc12c448575b4db414004bfe9d0183c396afa79b037a030345f63f444468d","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0fe27b98d3ded64390fd4b3c8329058b3c97f616b77ac3f438d1671efa56b6c6","value":"0x1ecc716d929782eba63bb36a92abc2e4921367696ad77726ef37b44046a51e7d"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x1ae7b1e4a20cae13ca7058baa14b91c62f12be63143b7bd02ad2260bd6f56da7"}
16:18:53
PASS src/sequencer/block_builder.test.ts (
5.647 s)
16:18:53 BlockBuilder
16:18:53
✓ builds a block out of a single tx (297 ms)
16:18:53
✓ builds a block with the correct options (111 ms)
16:18:53
✓ builds a block for validation ignoring limits (115 ms)
16:18:53
✓ builds a block out of several txs rejecting invalid txs (61 ms)
16:18:53
16:18:53
Test Suites: 1 passed, 1 total
16:18:53
Tests: 4 passed, 4 total
16:18:53
Snapshots: 0 total
16:18:53
Time: 5.737 s
16:18:53
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
16:18:53
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?