Parent Log:
http://ci.aztec-labs.com/f3f08e3a447c08c8
Command: 3a6ab660df216f9c: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/eeab628a4e44477cb6796c5a461ee0c0bb332d75
Env: REF_NAME=gh-readonly-queue/next/pr-15059-9a37be7dc4208f0eeb44ec50194c00ca3f5c4cc6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 16:41:40 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15059_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_122b3ae15a2d6534_next
16:41:40 +++ id -u
16:41:40 +++ id -g
16:41:40 ++ 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'\'''
16:41:41 + cid=046096b535a88f7bade5996bacbf0f5e33c2ad972f8fef14f4f3ee03702417e8
16:41:41 + set +x
16:41:45 [16:41:45.902]
INFO:
ethereum:test:registry Calling anvil_setBlockTimestampInterval with params: [12]
16:41:45 [16:41:45.937]
WARN:
ethereum:test:registry Set block interval to 12
16:41:46 [16:41:46.215]
INFO:
ethereum:test:registry Waiting for 7 transactions to be mined...
16:41:46 [16:41:46.250]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:46 [16:41:46.392]
INFO:
ethereum:test:registry Waiting for 9 transactions to be mined...
16:41:46 [16:41:46.428]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:46 [16:41:46.734]
INFO:
ethereum:test:registry Waiting for 11 transactions to be mined...
16:41:46 [16:41:46.790]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:46 [16:41:46.960]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
16:41:47 [16:41:47.014]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:47 [16:41:47.021]
INFO:
ethereum:test:registry Waiting for 12 transactions to be mined...
16:41:47 [16:41:47.082]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:47 [16:41:47.121]
INFO:
ethereum:test:registry Aztec L1 contracts initialized
{"registryAddress":"0xfa71ebf335d1c1fe31eab49e5d68292984b7f9dd","governanceAddress":"0x66cc10ba44a07bd4fe4b7d57f0f90178c0ceab19","governanceProposerAddress":"0x3d1d9abd5150ccb6fa21d9f8a801af59064aee89","rollupAddress":"0x6120d2336ba7cf11369826e49af2056eed9ffa06","inboxAddress":"0x166358aa59503a6bf23051605afae5c182b56142","outboxAddress":"0xec7b7d3c4d52982eeb03d536355ba6aa196063f5","feeJuicePortalAddress":"0x0c9abb434bcf4d2923e4af45bd2b594ce9fc621b","feeJuiceAddress":"0x612b325c0e58dbf4bb3d2d86e39af99861b3f27b","stakingAssetAddress":"0xb3552b1f79b7d66c65a5a59883becede44fdfea0","rewardDistributorAddress":"0xc817a96ee54466c12c7b960da23dcc39306987d9","gseAddress":"0x579bbbe5dcd31f8c396a1e51761aa074126dbdf0","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
16:41:47 [16:41:47.122]
INFO:
ethereum:test:registry Handing over to governance
16:41:47 [16:41:47.145]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 0. Retrying as index.
16:41:47 [16:41:47.166]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
16:41:47 [16:41:47.263]
WARN:
ethereum:contracts:registry Failed fetching rollup address for version 2. Retrying as index.
16:41:47 [16:41:47.611]
INFO:
ethereum:test:registry Waiting for 2 transactions to be mined...
16:41:47 [16:41:47.625]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:47 [16:41:47.711]
INFO:
ethereum:test:registry Waiting for 3 transactions to be mined...
16:41:47 [16:41:47.723]
INFO:
ethereum:test:registry All transactions mined successfully
16:41:47
PASS src/contracts/registry.test.ts (
5.261 s)
16:41:47 Registry
16:41:47
✓ gets rollup versions (24 ms)
16:41:47
✓ handles non-existent versions (43 ms)
16:41:47
✓ collects addresses (79 ms)
16:41:47
✓ adds a version to the registry (617 ms)
16:41:47
16:41:47
Test Suites: 1 passed, 1 total
16:41:47
Tests: 4 passed, 4 total
16:41:47
Snapshots: 0 total
16:41:47
Time: 5.387 s
16:41:47
Ran all test suites matching ethereum/src/contracts/registry.test.ts
.
16:41:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?