Parent Log:
http://ci.aztec-labs.com/718b25bd150fe003
Command: c9ea3de086d87c28: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/c245b3e704a64008c8dea40ee7b26418fd59554d
Env: REF_NAME=gh-readonly-queue/next/pr-15176-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:46:13 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15176_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
11:46:13 +++ id -u
11:46:13 +++ id -g
11:46:13 ++ 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'\'''
11:46:14 + cid=b6087dd73266d9dc6f09a40912fb6f24bccc6d4cd8942104186327efabaa6673
11:46:14 + set +x
11:46:18 [11:46:18.209]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
11:46:18 [11:46:18.256]
WARN:
ethereum:test:registry Set block interval to 12
11:46:18 [11:46:18.626]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
11:46:18 [11:46:18.664]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:18 [11:46:18.835]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
11:46:18 [11:46:18.878]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:19 [11:46:19.313]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
11:46:19 [11:46:19.410]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:19 [11:46:19.521]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
11:46:19 [11:46:19.616]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:19 [11:46:19.640]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
11:46:19 [11:46:19.711]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:19 [11:46:19.749]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xcbc059d793d6fee7e0029ee65a8e43c3659ae73e","governanceAddress":"0x97e12292fd2111645caa65582f92210b5be06132","governanceProposerAddress":"0xf2359b3aa4f4b5131b84d3b6d56d6deeb0a79b7f","rollupAddress":"0xb5ff29215631abd49935ecfc82e8a5c55451ed9b","inboxAddress":"0xab568f3b66f8cf28eec93f46155697e19e823b87","outboxAddress":"0x530ea37267d5be7315d3bbb0a5841b8d3b31051a","feeJuicePortalAddress":"0x5b243ab1b49188290e6a25c55845e6b3cb00676c","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x9085689cf511a0997d3ae089028e331a7be02386","gseAddress":"0x1656cc09673172a5c23d07efbcb6e7784547accf","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
11:46:19 [11:46:19.751]
INFO:
ethereum:test:registry Handing over to governance
11:46:19 [11:46:19.790]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
11:46:19 [11:46:19.817]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
11:46:19 [11:46:19.933]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
11:46:20 [11:46:20.138]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
11:46:20 [11:46:20.146]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:20 [11:46:20.231]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
11:46:20 [11:46:20.245]
INFO:
ethereum:test:registry All transactions mined successfully
11:46:20
PASS src/contracts/registry.test.ts (
5.183 s)
11:46:20 Registry
11:46:20
✓ gets rollup versions (40 ms)
11:46:20
✓ handles non-existent versions (39 ms)
11:46:20
✓ collects addresses (99 ms)
11:46:20
✓ adds a version to the registry (397 ms)
11:46:20
11:46:20
Test Suites: 1 passed, 1 total
11:46:20
Tests: 4 passed, 4 total
11:46:20
Snapshots: 0 total
11:46:20
Time: 5.27 s
11:46:20
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
11:46:20
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?