Parent Log:
http://ci.aztec-labs.com/7555f05cfc4b56b6
Command: 9da5afc84b651c99: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/cb89edc02f7d386e48ee81660565d91895a3464b
Env: REF_NAME=gh-readonly-queue/next/pr-15150-f29a038c58fc1f3ad95ad05d18aea321f0f598b2 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 20 10:50:26 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15150_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
10:50:26 +++ id -u
10:50:26 +++ id -g
10:50:26 ++ 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'\'''
10:50:26 + cid=fc3de7ef60ae67c3af4841771a0abf200db1bcecc11dd698e16df7ea7d624d68
10:50:26 + set +x
10:50:29 [10:50:29.547]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
10:50:29 [10:50:29.575]
WARN:
ethereum:test:registry Set block interval to 12
10:50:29 [10:50:29.758]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
10:50:29 [10:50:29.782]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:29 [10:50:29.862]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
10:50:29 [10:50:29.883]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:30 [10:50:30.031]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
10:50:30 [10:50:30.054]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:30 [10:50:30.109]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
10:50:30 [10:50:30.134]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:30 [10:50:30.138]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
10:50:30 [10:50:30.161]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:30 [10:50:30.178]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xcbc059d793d6fee7e0029ee65a8e43c3659ae73e","governanceAddress":"0x97e12292fd2111645caa65582f92210b5be06132","governanceProposerAddress":"0xf2359b3aa4f4b5131b84d3b6d56d6deeb0a79b7f","rollupAddress":"0x7bce4698a7085e87ad60cd86047e0bfa37cd30d9","inboxAddress":"0x13db37876368738895503ee9e01196c2fda15fc0","outboxAddress":"0xbbf2ec2b41cbc3f7b4f94723d169dffbb94056d5","feeJuicePortalAddress":"0x3f89d1037b752579b2bd71a12ed4f09df605db8b","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x9085689cf511a0997d3ae089028e331a7be02386","gseAddress":"0x1656cc09673172a5c23d07efbcb6e7784547accf","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
10:50:30 [10:50:30.179]
INFO:
ethereum:test:registry Handing over to governance
10:50:30 [10:50:30.195]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
10:50:30 [10:50:30.205]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
10:50:30 [10:50:30.259]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
10:50:30 [10:50:30.375]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
10:50:30 [10:50:30.381]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:30 [10:50:30.428]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
10:50:30 [10:50:30.436]
INFO:
ethereum:test:registry All transactions mined successfully
10:50:30
PASS src/contracts/registry.test.ts
10:50:30 Registry
10:50:30
✓ gets rollup versions (16 ms)
10:50:30
✓ handles non-existent versions (18 ms)
10:50:30
✓ collects addresses (47 ms)
10:50:30
✓ adds a version to the registry (230 ms)
10:50:30
10:50:30
Test Suites: 1 passed, 1 total
10:50:30
Tests: 4 passed, 4 total
10:50:30
Snapshots: 0 total
10:50:30
Time: 2.843 s
10:50:30
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
10:50:30
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?