Parent Log:
http://ci.aztec-labs.com/37863f238a8f2511
Command: 6db87052395d3483: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/41cc1f518fed92110a82ce3c59385a3f5c0d8817
Env: REF_NAME=gh-readonly-queue/next/pr-15041-9cf4a24266245fa3ca003adb00e8ae759880c107 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 17:15:59 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15041_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
17:15:59 +++ id -u
17:15:59 +++ id -g
17:15:59 ++ 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:15:59 + cid=d57dc2cb4f2ea273309c1e78e5afa4ff7741dae823c74e98e4c4de7c9d962d1b
17:15:59 + set +x
17:16:04 [17:16:04.579]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
17:16:04 [17:16:04.621]
WARN:
ethereum:test:registry Set block interval to 12
17:16:04 [17:16:04.911]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
17:16:04 [17:16:04.951]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:05 [17:16:05.114]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
17:16:05 [17:16:05.168]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:05 [17:16:05.509]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
17:16:05 [17:16:05.562]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:05 [17:16:05.684]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
17:16:05 [17:16:05.726]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:05 [17:16:05.736]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
17:16:05 [17:16:05.778]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:05 [17:16:05.805]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xc3733ca1968db73f8b7098e7d499899d19057e46","governanceAddress":"0x619e1594e31cbc7ad79d7ffc92fbb48fda861fd6","governanceProposerAddress":"0xa9944a71e32ed42235b7efa88f0d6b95363f377b","rollupAddress":"0x3f0b58c86f44a5d004351b8111524ff1e31a6b87","inboxAddress":"0xe56e9e2cb82fb544d9e827f2cf3cbfcc502de41b","outboxAddress":"0xd79cb2133accc469b28bef4b8125ae17597a537f","feeJuicePortalAddress":"0xa1b514e72a7f40d8e78d25d87989eed63995433f","feeJuiceAddress":"0x2dd11fe1712753915253461c542e7094e6951e70","stakingAssetAddress":"0x7ec9dd5dfd085c137917964ccaeac11fc140ff88","rewardDistributorAddress":"0x67b0dc1451d6c1738b68277bf644fe72891e04fb","gseAddress":"0xa5c03c562971dccc8f9ee4ff2efeaf845a857d38","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
17:16:05 [17:16:05.807]
INFO:
ethereum:test:registry Handing over to governance
17:16:05 [17:16:05.844]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
17:16:05 [17:16:05.859]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
17:16:05 [17:16:05.934]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
17:16:06 [17:16:06.152]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
17:16:06 [17:16:06.165]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:06 [17:16:06.265]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
17:16:06 [17:16:06.292]
INFO:
ethereum:test:registry All transactions mined successfully
17:16:06
PASS src/contracts/registry.test.ts (
5.552 s)
17:16:06 Registry
17:16:06
✓ gets rollup versions (29 ms)
17:16:06
✓ handles non-existent versions (31 ms)
17:16:06
✓ collects addresses (63 ms)
17:16:06
✓ adds a version to the registry (515 ms)
17:16:06
17:16:06
Test Suites: 1 passed, 1 total
17:16:06
Tests: 4 passed, 4 total
17:16:06
Snapshots: 0 total
17:16:06
Time: 5.717 s
17:16:06
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
17:16:06
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?