Parent Log:
http://ci.aztec-labs.com/f612d45e6176d0af
Command: a1fcfb018e125472: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/308037ad9b1489540aedbb57a9dac3d71282010e
Env: REF_NAME=gh-readonly-queue/next/pr-15152-cb89edc02f7d386e48ee81660565d91895a3464b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 12:39:34 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15152_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
12:39:34 +++ id -u
12:39:34 +++ id -g
12:39:34 ++ 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'\'''
12:39:34 + cid=dde445c35a10348e06d7ea9f06eb66122c49eb61f7e8c1a9aae0f9c7958a7361
12:39:34 + set +x
12:39:39 [12:39:39.438]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
12:39:39 [12:39:39.476]
WARN:
ethereum:test:registry Set block interval to 12
12:39:39 [12:39:39.766]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
12:39:39 [12:39:39.796]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:39 [12:39:39.964]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
12:39:39 [12:39:39.996]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:40 [12:39:40.275]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
12:39:40 [12:39:40.319]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:40 [12:39:40.438]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
12:39:40 [12:39:40.465]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:40 [12:39:40.470]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
12:39:40 [12:39:40.498]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:40 [12:39:40.521]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xcbc059d793d6fee7e0029ee65a8e43c3659ae73e","governanceAddress":"0x97e12292fd2111645caa65582f92210b5be06132","governanceProposerAddress":"0xf2359b3aa4f4b5131b84d3b6d56d6deeb0a79b7f","rollupAddress":"0x9eb9dd4f4d2732b59eb156b97a2f4b68e7a11144","inboxAddress":"0xbac88873a0c3e7e2bd948fc1e27c2d546c9ebd11","outboxAddress":"0x4858eabcd4fa04b1465177487bb85d9dedda72f4","feeJuicePortalAddress":"0xfc32fba4650d88cc8999a9434dd73a68e886440a","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x9085689cf511a0997d3ae089028e331a7be02386","gseAddress":"0x1656cc09673172a5c23d07efbcb6e7784547accf","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
12:39:40 [12:39:40.522]
INFO:
ethereum:test:registry Handing over to governance
12:39:40 [12:39:40.550]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
12:39:40 [12:39:40.562]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
12:39:40 [12:39:40.628]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
12:39:40 [12:39:40.888]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
12:39:40 [12:39:40.905]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:40 [12:39:40.991]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
12:39:41 [12:39:41.013]
INFO:
ethereum:test:registry All transactions mined successfully
12:39:41
PASS src/contracts/registry.test.ts (
5.157 s)
12:39:41 Registry
12:39:41
✓ gets rollup versions (27 ms)
12:39:41
✓ handles non-existent versions (25 ms)
12:39:41
✓ collects addresses (56 ms)
12:39:41
✓ adds a version to the registry (505 ms)
12:39:41
12:39:41
Test Suites: 1 passed, 1 total
12:39:41
Tests: 4 passed, 4 total
12:39:41
Snapshots: 0 total
12:39:41
Time: 5.242 s
12:39:41
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
12:39:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?