Parent Log:
http://ci.aztec-labs.com/72dfec5668227906
Command: 37aad4e9ebf491ef: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/bbf33e6534f745d2f5a11c2f359583e881120fc4
Env: REF_NAME=gh-readonly-queue/next/pr-15047-e56623c3f6400dc164642e49255b211d6fb03ac6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 17:05:44 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15047_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
17:05:44 +++ id -u
17:05:44 +++ id -g
17:05:44 ++ 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'\'''
17:05:45 + cid=e86f9c40acdc0fa03edb70404c59b6f746c778bc062d7ad32fb87642aa7072c7
17:05:45 + set +x
17:05:49 [17:05:49.849]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
17:05:49 [17:05:49.884]
WARN:
ethereum:test:registry Set block interval to 12
17:05:50 [17:05:50.150]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
17:05:50 [17:05:50.177]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:50 [17:05:50.448]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
17:05:50 [17:05:50.499]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:50 [17:05:50.802]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
17:05:50 [17:05:50.832]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:50 [17:05:50.931]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
17:05:51 [17:05:51.038]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:51 [17:05:51.062]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
17:05:51 [17:05:51.142]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:51 [17:05:51.180]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xc3733ca1968db73f8b7098e7d499899d19057e46","governanceAddress":"0xcac3335d756b65031f40197a3615fcc10ad55dc9","governanceProposerAddress":"0xa7136cf7b79169b344929e8dfcfa5970da5283a7","rollupAddress":"0xf2ecdd33ed4c6f56339f1902d4968673606a8736","inboxAddress":"0x16bd28c15b4caf920324d6fe4f9909c2fd4bd6f3","outboxAddress":"0x32abb09f8f0ea74a6282ccb5cb205f1711ec4425","feeJuicePortalAddress":"0x545b535c8004ad9b4925b36653dbfc4f41408b61","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x67b0dc1451d6c1738b68277bf644fe72891e04fb","gseAddress":"0x4a8a3b6aea9ace050219543322fc3f197f9d9f2e","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
17:05:51 [17:05:51.181]
INFO:
ethereum:test:registry Handing over to governance
17:05:51 [17:05:51.208]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
17:05:51 [17:05:51.244]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
17:05:51 [17:05:51.352]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
17:05:51 [17:05:51.678]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
17:05:51 [17:05:51.698]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:51 [17:05:51.869]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
17:05:51 [17:05:51.900]
INFO:
ethereum:test:registry All transactions mined successfully
17:05:52
PASS src/contracts/registry.test.ts (
5.547 s)
17:05:52 Registry
17:05:52
✓ gets rollup versions (27 ms)
17:05:52
✓ handles non-existent versions (56 ms)
17:05:52
✓ collects addresses (91 ms)
17:05:52
✓ adds a version to the registry (712 ms)
17:05:52
17:05:52
Test Suites: 1 passed, 1 total
17:05:52
Tests: 4 passed, 4 total
17:05:52
Snapshots: 0 total
17:05:52
Time: 5.642 s
17:05:52
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
17:05:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?