Parent Log:
http://ci.aztec-labs.com/eb42bb2e1b2e3d28
Command: 4f771e618b80a60c: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/991b313d676f7cf820bb62a33e57cf5a4c8cf9cf
Env: REF_NAME=gh-readonly-queue/next/pr-15075-af42fafbeb7d6a4440329d9e9e5b1df459fa2e2e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:55:48 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15075_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
15:55:48 +++ id -u
15:55:48 +++ id -g
15:55:48 ++ 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'\'''
15:55:48 + cid=6530eb58f9c00cac69e074dd9c4429531d8002eb0f37167944ae380fe3f86b44
15:55:48 + set +x
15:55:54 [15:55:54.352]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
15:55:54 [15:55:54.403]
WARN:
ethereum:test:registry Set block interval to 12
15:55:54 [15:55:54.832]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
15:55:54 [15:55:54.880]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:55 [15:55:55.068]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
15:55:55 [15:55:55.136]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:55 [15:55:55.663]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
15:55:55 [15:55:55.710]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:55 [15:55:55.844]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
15:55:55 [15:55:55.887]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:55 [15:55:55.898]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
15:55:55 [15:55:55.953]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:55 [15:55:55.978]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xfa71ebf335d1c1fe31eab49e5d68292984b7f9dd","governanceAddress":"0x66cc10ba44a07bd4fe4b7d57f0f90178c0ceab19","governanceProposerAddress":"0x3d1d9abd5150ccb6fa21d9f8a801af59064aee89","rollupAddress":"0x65ecf89ba0e8416ec8310609f10531ab49fab476","inboxAddress":"0x698a7d8b6b64ea668d9360d28cc6c0df433952ef","outboxAddress":"0x8c549a573b660904e4610ed1f529e3e74d6f5b7a","feeJuicePortalAddress":"0x337c2cafefdca348638a813fa8691f630c3781e7","feeJuiceAddress":"0x612b325c0e58dbf4bb3d2d86e39af99861b3f27b","stakingAssetAddress":"0xb3552b1f79b7d66c65a5a59883becede44fdfea0","rewardDistributorAddress":"0xc817a96ee54466c12c7b960da23dcc39306987d9","gseAddress":"0x579bbbe5dcd31f8c396a1e51761aa074126dbdf0","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
15:55:55 [15:55:55.980]
INFO:
ethereum:test:registry Handing over to governance
15:55:56 [15:55:56.015]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
15:55:56 [15:55:56.050]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
15:55:56 [15:55:56.166]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
15:55:56 [15:55:56.396]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
15:55:56 [15:55:56.406]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:56 [15:55:56.503]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
15:55:56 [15:55:56.514]
INFO:
ethereum:test:registry All transactions mined successfully
15:55:56
PASS src/contracts/registry.test.ts (
6.472 s)
15:55:56 Registry
15:55:56
✓ gets rollup versions (44 ms)
15:55:56
✓ handles non-existent versions (41 ms)
15:55:56
✓ collects addresses (104 ms)
15:55:56
✓ adds a version to the registry (447 ms)
15:55:56
15:55:56
Test Suites: 1 passed, 1 total
15:55:56
Tests: 4 passed, 4 total
15:55:56
Snapshots: 0 total
15:55:56
Time: 6.6 s
15:55:56
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
15:55:56
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?