Parent Log:
http://ci.aztec-labs.com/d8025bcc0b256720
Command: 3f641f999898abab: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/2fb1dd1c3a73b872ba2c6e24ff0303eb2f7ac0fc
Env: REF_NAME=gh-readonly-queue/next/pr-15136-cbd66b52b44f3aad75bf6e52a67987ed206598aa CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 19 07:30:08 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15136_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
07:30:08 +++ id -u
07:30:08 +++ id -g
07:30:08 ++ 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'\'''
07:30:08 + cid=a02a9f7ad79bdd00481c9afe6cb6d81d7fafdd0a5c70599886ce6072a78a6458
07:30:08 + set +x
07:30:11 [07:30:11.610]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
07:30:11 [07:30:11.638]
WARN:
ethereum:test:registry Set block interval to 12
07:30:11 [07:30:11.831]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
07:30:11 [07:30:11.855]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:11 [07:30:11.937]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
07:30:11 [07:30:11.958]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:12 [07:30:12.108]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
07:30:12 [07:30:12.132]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:12 [07:30:12.188]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
07:30:12 [07:30:12.213]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:12 [07:30:12.218]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
07:30:12 [07:30:12.240]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:12 [07:30:12.258]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xc3733ca1968db73f8b7098e7d499899d19057e46","governanceAddress":"0xcb6ab6af97ef64f3e305774294940a315255c5eb","governanceProposerAddress":"0x4c8b944f0e1347f69652001a5ca9111f2d6b0325","rollupAddress":"0x83d571d572852cc81e7b7066be8e25818b5ee9d8","inboxAddress":"0xb50d3e25c294ee9e291b69c95635fe04d32d598e","outboxAddress":"0xf76ecf2f2ac829c369fe7856d233981380e109db","feeJuicePortalAddress":"0xe6c45da553c1b00e1c54859212ffac3da3f94ca2","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x67b0dc1451d6c1738b68277bf644fe72891e04fb","gseAddress":"0x4a8a3b6aea9ace050219543322fc3f197f9d9f2e","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
07:30:12 [07:30:12.259]
INFO:
ethereum:test:registry Handing over to governance
07:30:12 [07:30:12.275]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
07:30:12 [07:30:12.284]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
07:30:12 [07:30:12.339]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
07:30:12 [07:30:12.456]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
07:30:12 [07:30:12.462]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:12 [07:30:12.511]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
07:30:12 [07:30:12.519]
INFO:
ethereum:test:registry All transactions mined successfully
07:30:12
PASS src/contracts/registry.test.ts
07:30:12 Registry
07:30:12
✓ gets rollup versions (15 ms)
07:30:12
✓ handles non-existent versions (19 ms)
07:30:12
✓ collects addresses (48 ms)
07:30:12
✓ adds a version to the registry (230 ms)
07:30:12
07:30:12
Test Suites: 1 passed, 1 total
07:30:12
Tests: 4 passed, 4 total
07:30:12
Snapshots: 0 total
07:30:12
Time: 2.858 s
07:30:12
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
07:30:12
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?