Parent Log:
http://ci.aztec-labs.com/b13745b3a815110f
Command: f34dabd8fae2f26b: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/f4ac84d7ac4041d505399edd8819840bb14d6c9d
Env: REF_NAME=gh-readonly-queue/master/pr-15005-b1b65bcdbd44a49fbebe5d2265256dc9466e92be CURRENT_VERSION=0.87.8 CI_FULL=0
Date: Fri Jun 13 17:11:08 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15005_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_master
17:11:08 +++ id -u
17:11:08 +++ id -g
17:11: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'\'''
17:11:09 + cid=02254cb97ffdf16465bb5a51814be9292a00a1f2823b453de4e79afae7e617d4
17:11:09 + set +x
17:11:11 [17:11:11.675]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
17:11:11 [17:11:11.722]
WARN:
ethereum:test:registry Set block interval to 12
17:11:11 [17:11:11.926]
INFO:
ethereum:test:registry Waiting for 6 transactions to be mined...
17:11:11 [17:11:11.946]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12 [17:11:12.034]
INFO:
ethereum:test:registry Waiting for 8 transactions to be mined...
17:11:12 [17:11:12.053]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12 [17:11:12.258]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
17:11:12 [17:11:12.296]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12 [17:11:12.376]
INFO:
ethereum:test:registry Waiting for 10 transactions to be mined...
17:11:12 [17:11:12.413]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12 [17:11:12.419]
INFO:
ethereum:test:registry Waiting for 10 transactions to be mined...
17:11:12 [17:11:12.444]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12 [17:11:12.464]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0x70dbc352e2eed003ebdaa22f73061e8fb9301163","governanceAddress":"0x84d200687eb95e954fa16a681ea605645c79b175","governanceProposerAddress":"0x7a204293eeb3950aba6c24b695b3309a8c79b1c6","rollupAddress":"0x1d9dd67406dcb6ad2ad8af088cdd1825b6c32b5e","inboxAddress":"0x2aa0cb55c640cb18a255cadfbed9076f1cee7ea3","outboxAddress":"0xbc6b0865bda279c811180eef083406d873c20bc4","feeJuicePortalAddress":"0xddd018e86b5c886ff7c9cf4ae05c5489f37c1d77","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x54cdea05861163e70d835fdb24d0c953860d2b36","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
17:11:12 [17:11:12.469]
INFO:
ethereum:test:registry Calling evm_setNextBlockTimestamp with params: [1749834899]
17:11:12 [17:11:12.471]
INFO:
ethereum:test:registry Calling hardhat_mine with params: [1]
17:11:12 [17:11:12.474]
INFO:
ethereum:test:registry Jumped to slot 1
17:11:12 [17:11:12.493]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
17:11:12 [17:11:12.501]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
17:11:12 [17:11:12.556]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
17:11:12 [17:11:12.657]
INFO:
ethereum:test:registry Waiting for 1 transactions to be mined...
17:11:12 [17:11:12.663]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12 [17:11:12.704]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
17:11:12 [17:11:12.712]
INFO:
ethereum:test:registry All transactions mined successfully
17:11:12
PASS src/contracts/registry.test.ts
17:11:12 Registry
17:11:12
✓ gets rollup versions (19 ms)
17:11:12
✓ handles non-existent versions (18 ms)
17:11:12
✓ collects addresses (46 ms)
17:11:12
✓ adds a version to the registry (219 ms)
17:11:12
17:11:12
Test Suites: 1 passed, 1 total
17:11:12
Tests: 4 passed, 4 total
17:11:12
Snapshots: 0 total
17:11:12
Time: 2.777 s
17:11:12
Ran all test suites matching /ethereum\/src\/contracts\/registry.test.ts/i
.
17:11:12
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?