Parent Log:
http://ci.aztec-labs.com/68098685a1fbea35
Command: b3bf99625f6f0a17: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/d71b7a63300e898a3d40f7da703f7cde545afb41
Env: REF_NAME=gh-readonly-queue/next/pr-15138-d5a262aabc20f5384a720a0d831e2ec28badc7f9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 18:05:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15138_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
18:05:10 +++ id -u
18:05:10 +++ id -g
18:05:10 ++ 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'\'''
18:05:10 + cid=5110946e9d6b9767e24a197a3b513b87b2e948da5801b1d77d36f4cfa3be8b1d
18:05:10 + set +x
18:05:16 [18:05:16.157]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
18:05:16 [18:05:16.197]
WARN:
ethereum:test:registry Set block interval to 12
18:05:16 [18:05:16.472]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
18:05:16 [18:05:16.503]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:16 [18:05:16.635]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
18:05:16 [18:05:16.667]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:16 [18:05:16.951]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
18:05:17 [18:05:17.031]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:17 [18:05:17.218]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
18:05:17 [18:05:17.307]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:17 [18:05:17.316]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
18:05:17 [18:05:17.387]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:17 [18:05:17.462]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xc3733ca1968db73f8b7098e7d499899d19057e46","governanceAddress":"0xcac3335d756b65031f40197a3615fcc10ad55dc9","governanceProposerAddress":"0xa7136cf7b79169b344929e8dfcfa5970da5283a7","rollupAddress":"0xca18fd1b53cb4fe7b9c0cfc77018888017713e47","inboxAddress":"0x252f7474e76429f2d52b501a8c99584ed2afed6b","outboxAddress":"0x942affc34d7bb89c3285189c18bf919858e67381","feeJuicePortalAddress":"0xe3b3256295e6e33cc95cfdef09c9f05a079f203a","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x67b0dc1451d6c1738b68277bf644fe72891e04fb","gseAddress":"0x4a8a3b6aea9ace050219543322fc3f197f9d9f2e","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
18:05:17 [18:05:17.464]
INFO:
ethereum:test:registry Handing over to governance
18:05:17 [18:05:17.498]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
18:05:17 [18:05:17.516]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
18:05:17 [18:05:17.637]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
18:05:17 [18:05:17.898]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
18:05:17 [18:05:17.910]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:18 [18:05:18.003]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
18:05:18 [18:05:18.013]
INFO:
ethereum:test:registry All transactions mined successfully
18:05:18
PASS src/contracts/registry.test.ts (
6.01 s)
18:05:18 Registry
18:05:18
✓ gets rollup versions (29 ms)
18:05:18
✓ handles non-existent versions (44 ms)
18:05:18
✓ collects addresses (96 ms)
18:05:18
✓ adds a version to the registry (515 ms)
18:05:18
18:05:18
Test Suites: 1 passed, 1 total
18:05:18
Tests: 4 passed, 4 total
18:05:18
Snapshots: 0 total
18:05:18
Time: 6.134 s
18:05:18
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
18:05:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?