Parent Log:
http://ci.aztec-labs.com/a391b71d1b046157
Command: 411627cf9c043d00:ISOLATE=1:NAME=ethereum/src/contracts/governance.test.ts yarn-project/scripts/run_test.sh ethereum/src/contracts/governance.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/721a41c449eb0c4538a26180f6061f326128cf78
Env: REF_NAME=gh-readonly-queue/next/pr-14963-60e60f99f2634ad75a76b6e103858ff9ccd041d5 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 18:41:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14963_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_62801b4e756a03e6_next
18:41:11 +++ id -u
18:41:11 +++ id -g
18:41:11 ++ docker run -d --name ethereum_src_contracts_governance.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/governance.test.ts'\'''
18:41:12 + cid=50d0dfff3ad5424fef9a4b4de138f1d3ba0c93282f0ef94a1c5f159b8d1f1426
18:41:12 + set +x
18:41:18 [18:41:18.181]
INFO:
ethereum:test:governance Calling anvil_setBlockTimestampInterval with params: [12]
18:41:18 [18:41:18.230]
WARN:
ethereum:test:governance Set block interval to 12
18:41:18 [18:41:18.613]
INFO:
ethereum:test:governance Waiting for 7 transactions to be mined...
18:41:18 [18:41:18.646]
INFO:
ethereum:test:governance All transactions mined successfully
18:41:18 [18:41:18.867]
INFO:
ethereum:test:governance Waiting for 9 transactions to be mined...
18:41:18 [18:41:18.928]
INFO:
ethereum:test:governance All transactions mined successfully
18:41:19 [18:41:19.471]
INFO:
ethereum:test:governance Waiting for 11 transactions to be mined...
18:41:19 [18:41:19.542]
INFO:
ethereum:test:governance All transactions mined successfully
18:41:19 [18:41:19.725]
INFO:
ethereum:test:governance Waiting for 12 transactions to be mined...
18:41:19 [18:41:19.767]
INFO:
ethereum:test:governance All transactions mined successfully
18:41:19 [18:41:19.784]
INFO:
ethereum:test:governance Waiting for 12 transactions to be mined...
18:41:19 [18:41:19.907]
INFO:
ethereum:test:governance All transactions mined successfully
18:41:19 [18:41:19.980]
INFO:
ethereum:test:governance Aztec L1 contracts initialized
{"registryAddress":"0x31a65c6d4eb07ad51e7afc890ac3b7be84df2ead","governanceAddress":"0x993f00eb9c73e3e4eae3d6afb4ba65a6b8b5e597","governanceProposerAddress":"0x2706a171ecb68e0038378d40dd1d136361d0cb7d","rollupAddress":"0x44cf6bd0159f52b719b254782e9aa88ae31cfe2d","inboxAddress":"0x7def302963565e0af05595a100434c6a916842b6","outboxAddress":"0xaed3c968cc484394247ff2049d7b51f81e33fbe6","feeJuicePortalAddress":"0xed7a162747ef2d400916d85cd1a736801c2ef9ad","feeJuiceAddress":"0x0116686e2291dbd5e317f47fadbfb43b599786ef","stakingAssetAddress":"0x9baab117304f7d6517048e371025db8f89a8dbe5","rewardDistributorAddress":"0x7d8eb7de1c752487cabd3246cda6302154572a63","gseAddress":"0x1eb835eb7beeee9e6bbfe08f16a2d2ef668204bd","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
18:41:19 [18:41:19.983]
INFO:
ethereum:test:governance Handing over to governance
18:41:20
PASS src/contracts/governance.test.ts (
6.441 s)
18:41:20 Governance
18:41:20
✓ gets configuration (11 ms)
18:41:20 ReadOnlyGovernanceContract
18:41:20
✓ can be instantiated with public client but not wallet methods (6 ms)
18:41:20
✓ has all read-only methods (2 ms)
18:41:20 GovernanceContract
18:41:20
✓ can be instantiated with wallet client and has write methods (2 ms)
18:41:20
✓ inherits all read-only methods from ReadOnlyGovernanceContract (2 ms)
18:41:20
✓ cannot be instantiated with public client (27 ms)
18:41:20
18:41:20
Test Suites: 1 passed, 1 total
18:41:20
Tests: 6 passed, 6 total
18:41:20
Snapshots: 0 total
18:41:20
Time: 6.579 s
18:41:20
Ran all test suites matching ethereum/src/contracts/governance.test.ts
.
18:41:20
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?