Parent Log:
http://ci.aztec-labs.com/3b0d30f42ff50ca8
Command: 95671b91d9414288: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/347f29fb98cc855ead57129b4d1a444d9fb16820
Env: REF_NAME=gh-readonly-queue/next/pr-15059-16fc84676c7308fa5f7ca4a54b67319803d0f5b7 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 16:01:59 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15059_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
16:01:59 +++ id -u
16:01:59 +++ id -g
16:01:59 ++ docker run -d --name ethereum_src_contracts_registry.test.ts --net=none --cpuset-cpus=0-63 --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'\'''
16:01:59 + cid=2e5ed7ca7fdcfa2458ffc746c347cd10fa0d7e80e40f7654cae5fc59b67f1e48
16:01:59 + set +x
16:02:02 [16:02:02.320]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
16:02:02 [16:02:02.347]
WARN:
ethereum:test:registry Set block interval to 12
16:02:02 [16:02:02.536]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
16:02:02 [16:02:02.561]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:02 [16:02:02.659]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
16:02:02 [16:02:02.687]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:02 [16:02:02.876]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
16:02:02 [16:02:02.907]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:02 [16:02:02.982]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
16:02:03 [16:02:03.016]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:03 [16:02:03.021]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
16:02:03 [16:02:03.066]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:03 [16:02:03.086]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xfa71ebf335d1c1fe31eab49e5d68292984b7f9dd","governanceAddress":"0x66cc10ba44a07bd4fe4b7d57f0f90178c0ceab19","governanceProposerAddress":"0x3d1d9abd5150ccb6fa21d9f8a801af59064aee89","rollupAddress":"0x5756c533c7547e7d72edcbea2f491997f3719155","inboxAddress":"0xac207ac4445d1f8be923dd61b67ecd370b785174","outboxAddress":"0xec0f4474d77b88b6b2cf7bcb3f070fc33541178f","feeJuicePortalAddress":"0x80ec51ebc69444e9b1041710a79a507ed87384ff","feeJuiceAddress":"0x612b325c0e58dbf4bb3d2d86e39af99861b3f27b","stakingAssetAddress":"0xb3552b1f79b7d66c65a5a59883becede44fdfea0","rewardDistributorAddress":"0xc817a96ee54466c12c7b960da23dcc39306987d9","gseAddress":"0x579bbbe5dcd31f8c396a1e51761aa074126dbdf0","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
16:02:03 [16:02:03.087]
INFO:
ethereum:test:registry Handing over to governance
16:02:03 [16:02:03.105]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
16:02:03 [16:02:03.117]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
16:02:03 [16:02:03.190]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
16:02:03 [16:02:03.340]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
16:02:03 [16:02:03.348]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:03 [16:02:03.422]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
16:02:03 [16:02:03.435]
INFO:
ethereum:test:registry All transactions mined successfully
16:02:03
PASS src/contracts/registry.test.ts
16:02:03 Registry
16:02:03
✓ gets rollup versions (19 ms)
16:02:03
✓ handles non-existent versions (20 ms)
16:02:03
✓ collects addresses (67 ms)
16:02:03
✓ adds a version to the registry (322 ms)
16:02:03
16:02:03
Test Suites: 1 passed, 1 total
16:02:03
Tests: 4 passed, 4 total
16:02:03
Snapshots: 0 total
16:02:03
Time: 3.203 s
16:02:03
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
16:02:03
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?