Parent Log:
http://ci.aztec-labs.com/6fbf8abddd36c45a
Command: 70811dc7878fc723:ISOLATE=1:NAME=ethereum/src/contracts/registry.test.ts yarn-project/scripts/run_test.sh ethereum/src/contracts/registry.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9071986bfe3af58c70d2c80c10f523e22bfe4cb4
Env: REF_NAME=gh-readonly-queue/next/pr-15133-64d1ec347b1cea9fa1b04ff6fc2984f8ee073b2b CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 20 14:50:28 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15133_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
14:50:28 +++ id -u
14:50:28 +++ id -g
14:50:28 ++ docker run -d --name ethereum_src_contracts_registry.test.ts --net=none --cpuset-cpus=0-63 --cpus=2 --memory=8g --user 1000:1000 -v/home/aztec-dev:/home/aztec-dev --mount type=tmpfs,target=/tmp,tmpfs-size=1g --workdir /home/aztec-dev/aztec-packages -e HOME -e VERBOSE -e GIT_CONFIG_GLOBAL=/home/aztec-dev/aztec-packages/build-images/src/home/.gitconfig -e FORCE_COLOR=true -e CPUS -e MEM aztecprotocol/build:3.0 /bin/bash -c 'timeout -v 600s bash -c '\''yarn-project/scripts/run_test.sh ethereum/src/contracts/registry.test.ts'\'''
14:50:29 + cid=aba4e8b4363b9334c9b0ad52de9fe62b97ab539cb57b0e2b7c51a444fcee1e91
14:50:29 + set +x
14:50:31 [14:50:31.775]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
14:50:31 [14:50:31.803]
WARN:
ethereum:test:registry Set block interval to 12
14:50:31 [14:50:31.983]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
14:50:32 [14:50:32.006]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32 [14:50:32.086]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
14:50:32 [14:50:32.108]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32 [14:50:32.260]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
14:50:32 [14:50:32.283]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32 [14:50:32.340]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
14:50:32 [14:50:32.364]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32 [14:50:32.369]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
14:50:32 [14:50:32.391]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32 [14:50:32.408]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xcbc059d793d6fee7e0029ee65a8e43c3659ae73e","governanceAddress":"0x97e12292fd2111645caa65582f92210b5be06132","governanceProposerAddress":"0xf2359b3aa4f4b5131b84d3b6d56d6deeb0a79b7f","rollupAddress":"0x6881740ae3db14f4c86ddce5aa6ee5048b07473e","inboxAddress":"0x6533691964aeba946c871213ad26fe0133a64a48","outboxAddress":"0x7f300d20f8d316e5ec1dcd8c0d68dc62b7ff1ac8","feeJuicePortalAddress":"0xf3c773016a5a9303e6ce2350125d1b906a9fb669","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x9085689cf511a0997d3ae089028e331a7be02386","gseAddress":"0x1656cc09673172a5c23d07efbcb6e7784547accf","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
14:50:32 [14:50:32.409]
INFO:
ethereum:test:registry Handing over to governance
14:50:32 [14:50:32.425]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
14:50:32 [14:50:32.435]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
14:50:32 [14:50:32.490]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
14:50:32 [14:50:32.607]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
14:50:32 [14:50:32.614]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32 [14:50:32.662]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
14:50:32 [14:50:32.670]
INFO:
ethereum:test:registry All transactions mined successfully
14:50:32
PASS src/contracts/registry.test.ts
14:50:32 Registry
14:50:32
✓ gets rollup versions (16 ms)
14:50:32
✓ handles non-existent versions (18 ms)
14:50:32
✓ collects addresses (49 ms)
14:50:32
✓ adds a version to the registry (231 ms)
14:50:32
14:50:32
Test Suites: 1 passed, 1 total
14:50:32
Tests: 4 passed, 4 total
14:50:32
Snapshots: 0 total
14:50:32
Time: 2.862 s
14:50:32
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
14:50:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?