Parent Log:
http://ci.aztec-labs.com/9dbdeae6fbc98ad5
Command: d14a91e37c8b1083: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/97080f178c0a3e244c64b3c17bf255bed63fc3cf
Env: REF_NAME=gh-readonly-queue/next/pr-15065-4110b08ca823c6af4399e58e54e0483d6e3459ed CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 10:21:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15065_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
10:21:58 +++ id -u
10:21:58 +++ id -g
10:21:58 ++ 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:21:59 + cid=cd6b7d8667298fbdfe5235865aae19aebe1b993b5b3f30898a730b14a0d3204a
10:21:59 + set +x
10:22:03 [10:22:03.543]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
10:22:03 [10:22:03.577]
WARN:
ethereum:test:registry Set block interval to 12
10:22:03 [10:22:03.828]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
10:22:03 [10:22:03.853]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:03 [10:22:03.973]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
10:22:04 [10:22:04.003]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:04 [10:22:04.189]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
10:22:04 [10:22:04.220]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:04 [10:22:04.301]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
10:22:04 [10:22:04.328]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:04 [10:22:04.333]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
10:22:04 [10:22:04.363]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:04 [10:22:04.391]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0x1f93b04fc107ceb8ed782c13f34aa59ce9e85484","governanceAddress":"0xd934d8445dab79ca5786f85bd7f8407420a36013","governanceProposerAddress":"0x93c236eca1dfd154b3fe0d26cbfbb5fe5e47c479","rollupAddress":"0xb9bd7e1b115edf8f7db7539b56c2030ebad0fc51","inboxAddress":"0xdc2df0ee9cbb5482903444e4bce925db3a66df1d","outboxAddress":"0x8098ba1d87cbfce83f25d928638addddc05d5adb","feeJuicePortalAddress":"0x32ddefeeee8167ab81e0aecbc7c15ec33ee1a3cc","feeJuiceAddress":"0x612b325c0e58dbf4bb3d2d86e39af99861b3f27b","stakingAssetAddress":"0xb3552b1f79b7d66c65a5a59883becede44fdfea0","rewardDistributorAddress":"0x2789c86ac863840ee5ac6b2ca76b8b3a4e22706f","gseAddress":"0x90efbc19571b7ddaa5d7854c719b91054068061b","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
10:22:04 [10:22:04.393]
INFO:
ethereum:test:registry Handing over to governance
10:22:04 [10:22:04.418]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
10:22:04 [10:22:04.430]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
10:22:04 [10:22:04.508]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
10:22:04 [10:22:04.681]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
10:22:04 [10:22:04.689]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:04 [10:22:04.792]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
10:22:04 [10:22:04.816]
INFO:
ethereum:test:registry All transactions mined successfully
10:22:05
PASS src/contracts/registry.test.ts
10:22:05 Registry
10:22:05
✓ gets rollup versions (23 ms)
10:22:05
✓ handles non-existent versions (25 ms)
10:22:05
✓ collects addresses (66 ms)
10:22:05
✓ adds a version to the registry (468 ms)
10:22:05
10:22:05
Test Suites: 1 passed, 1 total
10:22:05
Tests: 4 passed, 4 total
10:22:05
Snapshots: 0 total
10:22:05
Time: 4.547 s
10:22:05
Ran all test suites matching /ethereum\/src\/contracts\/registry.test.ts/i
.
10:22:05
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?