Parent Log:
http://ci.aztec-labs.com/b77d7025149214cb
Command: a173e32263f6bc73: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/71fe6b444df8fafa5531226cf458dbd22d2f3ab7
Env: REF_NAME=gh-readonly-queue/master/pr-15117-c06f30929f18b85bcea93c0926a8d640a3819f00 CURRENT_VERSION=0.87.8 CI_FULL=0
Date: Tue Jun 17 19:34:03 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15117_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_master
19:34:03 +++ id -u
19:34:03 +++ id -g
19:34:03 ++ 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'\'''
19:34:03 + cid=66ce63c478fb1ed82ef33494cf2718941f9e1de68d051ce4641f3181ffc56caf
19:34:03 + set +x
19:34:06 [19:34:06.167]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
19:34:06 [19:34:06.195]
WARN:
ethereum:test:registry Set block interval to 12
19:34:06 [19:34:06.336]
INFO:
ethereum:test:registry Waiting for 6 transactions to be mined...
19:34:06 [19:34:06.356]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:06 [19:34:06.481]
INFO:
ethereum:test:registry Waiting for 8 transactions to be mined...
19:34:06 [19:34:06.518]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:06 [19:34:06.663]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
19:34:06 [19:34:06.679]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:06 [19:34:06.713]
INFO:
ethereum:test:registry Waiting for 10 transactions to be mined...
19:34:06 [19:34:06.731]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:06 [19:34:06.735]
INFO:
ethereum:test:registry Waiting for 10 transactions to be mined...
19:34:06 [19:34:06.752]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:06 [19:34:06.764]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0x70dbc352e2eed003ebdaa22f73061e8fb9301163","governanceAddress":"0x84d200687eb95e954fa16a681ea605645c79b175","governanceProposerAddress":"0x7a204293eeb3950aba6c24b695b3309a8c79b1c6","rollupAddress":"0x44206e94a382b231428c67688b1866d146a55d9b","inboxAddress":"0x4d3d0e2bf4c6b90fdb5813c691426d58f394f7bf","outboxAddress":"0x917b1eb20a901e65f9aaab2ce6c86962182f3143","feeJuicePortalAddress":"0x46dc1c9ac8c23e7d3236000fb9cc8f91be223f26","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x54cdea05861163e70d835fdb24d0c953860d2b36","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
19:34:06 [19:34:06.768]
INFO:
ethereum:test:registry Calling evm_setNextBlockTimestamp with params: [1750189074]
19:34:06 [19:34:06.770]
INFO:
ethereum:test:registry Calling hardhat_mine with params: [1]
19:34:06 [19:34:06.772]
INFO:
ethereum:test:registry Jumped to slot 1
19:34:06 [19:34:06.786]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
19:34:06 [19:34:06.796]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
19:34:06 [19:34:06.844]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
19:34:06 [19:34:06.924]
INFO:
ethereum:test:registry Waiting for 1 transactions to be mined...
19:34:06 [19:34:06.929]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:06 [19:34:06.960]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
19:34:06 [19:34:06.966]
INFO:
ethereum:test:registry All transactions mined successfully
19:34:07
PASS src/contracts/registry.test.ts
19:34:07 Registry
19:34:07
✓ gets rollup versions (18 ms)
19:34:07
✓ handles non-existent versions (16 ms)
19:34:07
✓ collects addresses (41 ms)
19:34:07
✓ adds a version to the registry (170 ms)
19:34:07
19:34:07
Test Suites: 1 passed, 1 total
19:34:07
Tests: 4 passed, 4 total
19:34:07
Snapshots: 0 total
19:34:07
Time: 2.445 s
19:34:07
Ran all test suites matching /ethereum\/src\/contracts\/registry.test.ts/i
.
19:34:07
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?