Parent Log:
http://ci.aztec-labs.com/eca0d68fde727e0f
Command: 0e6cfc077fbe1818: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/f17855f94a58189a98dd378743e67b774ea38144
Env: REF_NAME=gh-readonly-queue/next/pr-15066-47bd93499e6606131b6ececa3536632cf5e84409 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 10:18:09 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15066_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
10:18:09 +++ id -u
10:18:09 +++ id -g
10:18:09 ++ 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'\'''
10:18:09 + cid=7037b1a8a64c015ce2ff082953b8c50f4cc1f96d031b15d1e501fc20f5bfcf39
10:18:09 + set +x
10:18:14 [10:18:14.959]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
10:18:15 [10:18:14.996]
WARN:
ethereum:test:registry Set block interval to 12
10:18:15 [10:18:15.429]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
10:18:15 [10:18:15.475]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:15 [10:18:15.642]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
10:18:15 [10:18:15.686]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:15 [10:18:15.951]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
10:18:16 [10:18:16.010]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:20 [10:18:20.094]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
10:18:20 [10:18:20.182]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:20 [10:18:20.194]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
10:18:20 [10:18:20.256]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:20 [10:18:20.300]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xc3733ca1968db73f8b7098e7d499899d19057e46","governanceAddress":"0xcac3335d756b65031f40197a3615fcc10ad55dc9","governanceProposerAddress":"0xa7136cf7b79169b344929e8dfcfa5970da5283a7","rollupAddress":"0x154a5e442248cfa27bf66f0908e8f03d6a0e88b9","inboxAddress":"0x29a48a43fd8665d3fcc9f7fbb5f034a79a021036","outboxAddress":"0x765c15ece566fd4fffa191ea38040e688cb3746b","feeJuicePortalAddress":"0xfddf4c2c2b0524bff70d8929145b7cd87a7ae68f","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x67b0dc1451d6c1738b68277bf644fe72891e04fb","gseAddress":"0x4a8a3b6aea9ace050219543322fc3f197f9d9f2e","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
10:18:20 [10:18:20.301]
INFO:
ethereum:test:registry Handing over to governance
10:18:20 [10:18:20.360]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
10:18:20 [10:18:20.386]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
10:18:20 [10:18:20.507]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
10:18:20 [10:18:20.700]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
10:18:20 [10:18:20.709]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:20 [10:18:20.783]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
10:18:20 [10:18:20.790]
INFO:
ethereum:test:registry All transactions mined successfully
10:18:20
PASS src/contracts/registry.test.ts (
9.506 s)
10:18:20 Registry
10:18:20
✓ gets rollup versions (61 ms)
10:18:20
✓ handles non-existent versions (42 ms)
10:18:20
✓ collects addresses (107 ms)
10:18:20
✓ adds a version to the registry (353 ms)
10:18:20
10:18:20
Test Suites: 1 passed, 1 total
10:18:20
Tests: 4 passed, 4 total
10:18:20
Snapshots: 0 total
10:18:20
Time: 9.622 s
10:18:20
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
10:18:20
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?