Parent Log:
http://ci.aztec-labs.com/ac73f67c4ebf5c73
Command: a5511b51e55ea9c0: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/0dc6f60f84deaa57a8570f9942eb75317f5aeea5
Env: REF_NAME=gh-readonly-queue/next/pr-15162-6ee95286f8bcc5bb6dca43222459ac5bf43a8a75 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 09:44:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15162_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
09:44:23 +++ id -u
09:44:23 +++ id -g
09:44:23 ++ docker run -d --name ethereum_src_contracts_registry.test.ts --net=none --cpuset-cpus=0-127 --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'\'''
09:44:23 + cid=393af2e2d93718d92d5c72d6636e7a2f40e06aa606a126103e3f74d015a8f6f9
09:44:23 + set +x
09:44:28 [09:44:28.013]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
09:44:28 [09:44:28.042]
WARN:
ethereum:test:registry Set block interval to 12
09:44:28 [09:44:28.249]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
09:44:28 [09:44:28.272]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:28 [09:44:28.360]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
09:44:28 [09:44:28.384]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:28 [09:44:28.574]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
09:44:28 [09:44:28.612]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:28 [09:44:28.735]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
09:44:28 [09:44:28.812]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:28 [09:44:28.818]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
09:44:28 [09:44:28.865]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:28 [09:44:28.896]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xcbc059d793d6fee7e0029ee65a8e43c3659ae73e","governanceAddress":"0x97e12292fd2111645caa65582f92210b5be06132","governanceProposerAddress":"0xf2359b3aa4f4b5131b84d3b6d56d6deeb0a79b7f","rollupAddress":"0xc56c775621e8b492dcc12b311885647d2f139320","inboxAddress":"0x29844422da24a04fdff7d74e54eda44e7e6decba","outboxAddress":"0x27f21b0842a16872858b8ae8a1f5ea6797faf9bd","feeJuicePortalAddress":"0x5834dab1da9f7421eafbc1fc99203db6236c29ac","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x9085689cf511a0997d3ae089028e331a7be02386","gseAddress":"0x1656cc09673172a5c23d07efbcb6e7784547accf","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
09:44:28 [09:44:28.898]
INFO:
ethereum:test:registry Handing over to governance
09:44:28 [09:44:28.924]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
09:44:28 [09:44:28.941]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
09:44:29 [09:44:29.028]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
09:44:29 [09:44:29.195]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
09:44:29 [09:44:29.205]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:29 [09:44:29.384]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
09:44:29 [09:44:29.411]
INFO:
ethereum:test:registry All transactions mined successfully
09:44:29
PASS src/contracts/registry.test.ts
09:44:29 Registry
09:44:29
✓ gets rollup versions (23 ms)
09:44:29
✓ handles non-existent versions (30 ms)
09:44:29
✓ collects addresses (79 ms)
09:44:29
✓ adds a version to the registry (479 ms)
09:44:29
09:44:29
Test Suites: 1 passed, 1 total
09:44:29
Tests: 4 passed, 4 total
09:44:29
Snapshots: 0 total
09:44:29
Time: 4.638 s
09:44:29
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
09:44:29
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?