Parent Log:
http://ci.aztec-labs.com/6bcaf8b705a8c8ed
Command: a222d7f5a623064c yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/block_builder.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a37c3cdcd562df234bc44cc52cdce68d105ff2f2
Env: REF_NAME=gh-readonly-queue/next/pr-15135-df0c3e8efd6211cf15eedf67d2a591cc54099ac8 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 18 18:51:38 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15135_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3036dacc5b18a802_next
18:51:43 [18:51:43.190]
INFO:
BlockBuilderTest Built Block
{"archive":{"root":"0x0ee65e5b0247870f4a9753050b8a084c89d9d49dda74e741c2bcc44f4d2a0369","nextAvailableLeafIndex":99},"header":{"contentCommitment":{"blobsHash":"0x00cdf1d8e407e1d7eae367a4eee34d693d447b5d917a104be3c4999c4d4aa578","inHash":"0x00089a9d421a82c4a25f7acbebe69e638d5b064fa8a60e018793dcb0be53752c","outHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"globalVariables":{"blockNumber":1,"chainId":"0x0000000000000000000000000000000000000000000000000000000000003039","coinbase":"0x9a4c04ec29909fe18ba51e532ea09f482ef0d5bd","feeRecipient":"0x2c7a3ec82364032712ad931dd084ec7cb5717e4e481c672c38f49f6f90657810","gasFees":{"feePerDaGas":0,"feePerL2Gas":0},"slotNumber":"0x0000000000000000000000000000000000000000000000000000000000000002","timestamp":0,"version":"0x0000000000000000000000000000000000000000000000000000000000000001"},"lastArchive":{"nextAvailableLeafIndex":99,"root":"0x0d3a3b816f9a46903446d606b3290175ef9056281e384f4bb6ae611232145815"},"state":{"l1ToL2MessageTree":{"nextAvailableLeafIndex":99,"root":"0x16832632b99cd1422794ed6eac4fc65937a2de507247cbb47d9e9c34beadfd52"},"partial":{"noteHashTree":{"nextAvailableLeafIndex":99,"root":"0x16f45307ee349f0d8fa3b01b5b9858adbe113997b311bfb27292635960510d03"},"nullifierTree":{"nextAvailableLeafIndex":99,"root":"0x2b497b546b0407607dbe7daa8db92b1bb45e0b35638c6bd9b526ad1f8ea40cc5"},"publicDataTree":{"nextAvailableLeafIndex":99,"root":"0x23013e5f3d23155a9705d520ed945eae8615d14d440b346bb276b1352834c247"}}},"totalFees":"0x0000000000000000000000000000000000000000000000000000000000000000","totalManaUsed":"0x0000000000000000000000000000000000000000000000000000000000000000"},"body":{"txEffects":[{"revertCode":0,"txHash":"0x26ed6904cfdaabab2162ea0502a90fcc3309803aa0b6dafa5b533f393a0a5c3b","transactionFee":"0x0000000000000000000000000000000000000000000000000000000000000000","noteHashes":[],"nullifiers":["0x0000000000000000000000000000000000000000000000000000000000000002"],"l2ToL1Msgs":[],"publicDataWrites":[{"leafSlot":"0x0192f4b9b9eb0a2096602407183bfcfa364200d8a447559558a17a98dd34ad0f","value":"0x25d7e849e526c0cd3a320474850fae89e633190f17885383a4a67a2f9d69fd0c"}],"privateLogs":[],"publicLogs":[],"contractClassLogs":[]}]},"blockHash":"0x130a764adc66ab6d61e9502d6bacfb93d67d85f10d574a195d7b66d8ea13e276"}
18:51:43
PASS src/sequencer/block_builder.test.ts
18:51:43 BlockBuilder
18:51:43
✓ builds a block out of a single tx (223 ms)
18:51:43
✓ builds a block with the correct options (96 ms)
18:51:43
✓ builds a block for validation ignoring limits (83 ms)
18:51:43
✓ builds a block out of several txs rejecting invalid txs (52 ms)
18:51:43
18:51:43
Test Suites: 1 passed, 1 total
18:51:43
Tests: 4 passed, 4 total
18:51:43
Snapshots: 0 total
18:51:43
Time: 4.198 s
18:51:43
Ran all test suites matching sequencer-client/src/sequencer/block_builder.test.ts
.
18:51:43
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?