Parent Log:
http://ci.aztec-labs.com/2c7e7e646e9428cd
Command: cdbc3fb9aa6f45ba cd l1-contracts && forge test
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ba9dcd7f83f0ed07aa55d643aa24a5958ed337e7
Env: REF_NAME=gh-readonly-queue/next/pr-15256-92cd160fc2a40d2f7c467287f1abae3af9960805 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 08:30:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15256_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_88124959fc35bcb2_next
08:30:18 Compiling 284 files with Solc 0.8.27
08:31:18 Solc 0.8.27 finished in 60.28s
08:31:19 Compiler run successful!
08:31:19
08:31:19 Ran 2 tests for test/Parity.t.sol:ParityTest
08:31:19 [PASS] testRootMatchesBaseParity() (gas: 531543)
08:31:19 [PASS] testRootMatchesRootParity() (gas: 531476)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.12ms (498.55µs CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest
08:31:19 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11835, ~: 11835)
08:31:19 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166906)
08:31:19 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 174249)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 11.62ms (11.43ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees
08:31:19 [PASS] test_GivenSufficientBalance() (gas: 207025)
08:31:19 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209)
08:31:19 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 10.68ms (780.23µs CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/gse/gse/finaliseHelper.t.sol:FinaliseHelperTest
08:31:19 [PASS] test_GivenWithdrawalAlreadyClaimed() (gas: 80218)
08:31:19 [PASS] test_GivenWithdrawalNotClaimed() (gas: 75172)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 3.78ms (387.37µs CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking/getters.t.sol:GettersTest
08:31:19 [PASS] test_getAttesterAtIndex() (gas: 34639)
08:31:19 [PASS] test_getAttesterOutOfBounds() (gas: 27390)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 12.30ms (185.39µs CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest
08:31:19 [PASS] test_GivenStateIsDropped() (gas: 25448)
08:31:19 [PASS] test_GivenStateIsExecuted() (gas: 25467)
08:31:19 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 25030, ~: 29984)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 11.74ms (10.96ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest
08:31:19 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85273, ~: 85895)
08:31:19 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.95ms (27.50ms CPU time)
08:31:19
08:31:19 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest
08:31:19 [PASS] testComputeTxsEffectsHash2() (gas: 18578)
08:31:19 [PASS] testComputeTxsEffectsHash3() (gas: 23575)
08:31:19 [PASS] testComputeTxsEffectsHash5() (gas: 32607)
08:31:19 [PASS] testComputeTxsEffectsHash6() (gas: 37249)
08:31:19 [PASS] testComputeTxsEffectsHash7() (gas: 40960)
08:31:19 [PASS] testDecomp() (gas: 42525)
08:31:19 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 1.98ms (1.20ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest
08:31:19 [PASS] test_GivenMultipleListedRollups() (gas: 297566)
08:31:19 [PASS] test_GivenNoListedRollups() (gas: 10735)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 23.81ms (22.50ms CPU time)
08:31:19
08:31:19 Ran 9 tests for test/staking/slash.t.sol:SlashTest
08:31:19 [PASS] test_GivenAttesterIsActive() (gas: 819392)
08:31:19 [PASS] test_GivenAttesterIsNotActive() (gas: 653188)
08:31:19 [PASS] test_GivenTimeIsAfterUnlock() (gas: 762685)
08:31:19 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 792168)
08:31:19 [PASS] test_SlashingMoreThanBalance() (gas: 735495)
08:31:19 [PASS] test_SlashingMoreThanExitBalance() (gas: 788386)
08:31:19 [PASS] test_WhenAttesterIsNotExiting() (gas: 968564)
08:31:19 [PASS] test_WhenAttesterIsNotRegistered() (gas: 29120)
08:31:19 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 636971)
08:31:19 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 21.77ms (7.46ms CPU time)
08:31:19
08:31:19 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest
08:31:19 [PASS] test_Slashing() (gas: 46412556)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 24.09ms (21.53ms CPU time)
08:31:19
08:31:19 Ran 1 test for test/staking/15050.t.sol:Test15050
08:31:19 [PASS] test_15050() (gas: 3108261)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 31.35ms (14.65ms CPU time)
08:31:19
08:31:19 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest
08:31:19 [PASS] test_LockVoteAndExecute() (gas: 1313561)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 2.32ms (664.05µs CPU time)
08:31:19
08:31:19 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest
08:31:19 [PASS] test_UpgradeIntoNewVersion() (gas: 4384567)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 13.63ms (6.98ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/setSubscope.t.sol:SetSubscopeTest
08:31:19 [PASS] test_WhenCallerOfSetSubscopeIsNotOwner(address) (runs: 256, μ: 14520, ~: 14520)
08:31:19 [PASS] test_WhenCallerOfSetSubscopeIsOwner() (gas: 22526)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 35.13ms (14.02ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest
08:31:19 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11818, ~: 11818)
08:31:19 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37359, ~: 37359)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 43.16ms (25.81ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest
08:31:19 [PASS] test_setSlasher(address) (runs: 256, μ: 27304, ~: 27304)
08:31:19 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12875, ~: 12875)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 41.70ms (28.45ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest
08:31:19 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 346974, ~: 346974)
08:31:19 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13064)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 46.21ms (44.23ms CPU time)
08:31:19
08:31:19 Ran 1 test for test/staking/move.t.sol:MoveTest
08:31:19 [PASS] test_MoveStakingSet() (gas: 56883950)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 51.71ms (41.43ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/setScope.t.sol:SetScopeTest
08:31:19 [PASS] test_WhenCallerOfSetScopeIsNotOwner(address) (runs: 256, μ: 14476, ~: 14476)
08:31:19 [PASS] test_WhenCallerOfSetScopeIsOwner() (gas: 22526)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 52.63ms (30.30ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest
08:31:19 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 127668, ~: 118972)
08:31:19 [PASS] test_GivenBalanceIs0() (gas: 54054)
08:31:19 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 49.68ms (65.54ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/setDepositMerkleRoot.t.sol:SetDepositMerkleRootTest
08:31:19 [PASS] test_WhenCallerOfSetDepositMerkleRootIsNotOwner(address) (runs: 256, μ: 13930, ~: 13930)
08:31:19 [PASS] test_WhenCallerOfSetDepositMerkleRootIsOwner() (gas: 38465)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 54.30ms (36.31ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest
08:31:19 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405)
08:31:19 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038)
08:31:19 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 49.61ms (42.87ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/skipBindCheck.t.sol:SetSkipBindCheckTest
08:31:19 [PASS] test_WhenCallerOfSetSkipBindCheckIsNotOwner(address,bool) (runs: 256, μ: 11979, ~: 11979)
08:31:19 [PASS] test_WhenCallerOfSetSkipBindCheckIsOwner(bool) (runs: 256, μ: 16797, ~: 18187)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 51.39ms (26.57ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest
08:31:19 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 182392, ~: 184670)
08:31:19 [PASS] test_GivenNoCheckpoints(uint64) (runs: 256, μ: 5752, ~: 5752)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 54.72ms (67.77ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic
08:31:19 [PASS] test_GivenSufficientBalance() (gas: 155637)
08:31:19 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 60.31ms (410.62µs CPU time)
08:31:19
08:31:19 Ran 3 tests for test/boosted_rewards/BoostedRewards.t.sol:BoostedRewardsTest
08:31:19 [PASS] test_activityDuplicateNoop() (gas: 380890)
08:31:19 [PASS] test_activityScore() (gas: 1224751)
08:31:19 [PASS] test_shares() (gas: 2629626)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 68.05ms (16.99ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest
08:31:19 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491)
08:31:19 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 24.65ms (22.72ms CPU time)
08:31:19
08:31:19 Ran 5 tests for test/staking/deposit.t.sol:DepositTest
08:31:19 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66927)
08:31:19 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 1116917)
08:31:19 [PASS] test_GivenAttesterIsNotActive() (gas: 172504)
08:31:19 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30434)
08:31:19 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58762)
08:31:19 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 70.97ms (2.42ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/ignition.t.sol:IgnitionTest
08:31:19 [PASS] test_RevertNonEmptyBlock() (gas: 39680403)
08:31:19 [PASS] test_emptyBlock() (gas: 39836363)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 73.21ms (75.80ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/registry/updateRewardDistributor.t.sol:UpdateRewardDistributorTest
08:31:19 [PASS] test_CallerEqOwner() (gas: 19222)
08:31:19 [PASS] test_CallerNeqOwner(address) (runs: 256, μ: 11825, ~: 11825)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 9.02ms (8.02ms CPU time)
08:31:19
08:31:19 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest
08:31:19 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 17.82ms (17.00ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest
08:31:19 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32515)
08:31:19 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 599973, ~: 599973)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 74.98ms (72.49ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest
08:31:19 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362)
08:31:19 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18781, ~: 18789)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 27.87ms (27.26ms CPU time)
08:31:19
08:31:19 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static
08:31:19 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120046, ~: 121404)
08:31:19 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120858, ~: 121019)
08:31:19 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 139657, ~: 140902)
08:31:19 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120144, ~: 121911)
08:31:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 70.90ms (87.32ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest
08:31:19 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11838, ~: 11838)
08:31:19 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28491, ~: 28476)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 79.36ms (32.05ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/reward-distributor/claimBlockRewards.t.sol:ClaimBlockRewardsTest
08:31:19 [PASS] test_GivenBalanceGt0(uint256,uint8) (runs: 256, μ: 129058, ~: 120362)
08:31:19 [PASS] test_GivenBalanceIs0(uint8) (runs: 256, μ: 56250, ~: 56250)
08:31:19 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 23535, ~: 23535)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 91.60ms (132.75ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/gse/delegationlib/decreaseBalance.t.sol:DecreaseBalanceTest
08:31:19 [PASS] test_GivenADelegatee(address[2],address,address,uint256,uint256) (runs: 256, μ: 308313, ~: 309074)
08:31:19 [PASS] test_GivenNoDelegatee(address[2],address,uint256,uint256) (runs: 256, μ: 207632, ~: 208358)
08:31:19 [PASS] test_WhenAmountEq0(address,address) (runs: 256, μ: 11744, ~: 11744)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 106.93ms (195.63ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest
08:31:19 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428)
08:31:19 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 31.25ms (30.50ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/gse/gse/proposeWithLock.t.sol:ProposeWithLockTest
08:31:19 [PASS] test_WhenCallerHasInsufficientBalance() (gas: 45457)
08:31:19 [PASS] test_WhenCallerHasSufficientBalance(address) (runs: 256, μ: 611092, ~: 611092)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 110.20ms (107.06ms CPU time)
08:31:19
08:31:19 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest
08:31:19 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825883, ~: 826182)
08:31:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 142.32ms (139.34ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest
08:31:19 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19411, ~: 19727)
08:31:19 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83215, ~: 82934)
08:31:19 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 148.88ms (79.73ms CPU time)
08:31:19
08:31:19 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest
08:31:19 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 60935867)
08:31:19 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207)
08:31:19 [PASS] test_WhenTheRollupDoesNotHaveTheTargetCommitteeSize() (gas: 43360425)
08:31:19 [PASS] test_WhenTheSampleSeedHasBeenSet() (gas: 46537951)
08:31:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 124.13ms (139.75ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/gse/gse/delegate.t.sol:DelegateTest
08:31:19 [PASS] test_GivenCallerIsNotWithdrawer(address,address,address,address,address) (runs: 256, μ: 912490, ~: 912490)
08:31:19 [PASS] test_GivenCallerIsWithdrawer(address,address,address,address,bool) (runs: 256, μ: 638191, ~: 636860)
08:31:19 [PASS] test_GivenInstanceIsNotRegistered(address,address,address) (runs: 256, μ: 13297, ~: 13297)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 169.66ms (277.11ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest
08:31:19 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1732174, ~: 1732223)
08:31:19 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 48188, ~: 48372)
08:31:19 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 49147, ~: 49083)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 176.43ms (309.70ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest
08:31:19 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968417, ~: 968588)
08:31:19 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 964110, ~: 964336)
08:31:19 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964530, ~: 964326)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 102.38ms (101.85ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/gse/delegationlib/increaseBalance.t.sol:IncreaseBalanceTest
08:31:19 [PASS] test_GivenADelegatee(address[2],address,address,uint256,uint256) (runs: 256, μ: 308754, ~: 308792)
08:31:19 [PASS] test_GivenNoDelegatee(address[2],address,uint256,uint256) (runs: 256, μ: 204238, ~: 204258)
08:31:19 [PASS] test_WhenAmountEq0(address,address) (runs: 256, μ: 11679, ~: 11679)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 185.04ms (184.49ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/gse/gse/vote.t.sol:VoteTest
08:31:19 [PASS] test_GivenAmountGreaterThanAvailablePower(address,address,address,bool,uint256) (runs: 256, μ: 657985, ~: 684775)
08:31:19 [PASS] test_GivenAmountLessOrEqualToAvailablePower(address,address,address,bool,uint256,bool) (runs: 256, μ: 720423, ~: 776145)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 220.32ms (359.24ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/gse/gse/setGovernance.t.sol:SetGovernanceTest
08:31:19 [PASS] test_GivenGovernanceEq0(address) (runs: 256, μ: 58098, ~: 58098)
08:31:19 [PASS] test_GivenGovernanceNeq0() (gas: 57941)
08:31:19 [PASS] test_WhenCallerNeqOwner(address) (runs: 256, μ: 12959, ~: 12959)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 223.84ms (41.96ms CPU time)
08:31:19
08:31:19 Ran 4 tests for test/governance/gse/delegationlib/delegate.t.sol:DelegateTest
08:31:19 [PASS] test_GivenOldDelegateeEq0(address,address,address,uint256) (runs: 256, μ: 217149, ~: 216944)
08:31:19 [PASS] test_WhenNeitherDelegateeEq0(address[2],address,address,address,uint256) (runs: 256, μ: 320474, ~: 320250)
08:31:19 [PASS] test_WhenNewDelegateeEq0(address,address,address,uint256) (runs: 256, μ: 227463, ~: 227276)
08:31:19 [PASS] test_WhenNewDelegateeEqOldDelegatee(address,address,address) (runs: 256, μ: 213953, ~: 213953)
08:31:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 225.89ms (451.77ms CPU time)
08:31:19
08:31:19 Ran 4 tests for test/governance/governance/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest
08:31:19 [PASS] test_WhenAddressNotInTheSet() (gas: 10869)
08:31:19 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421426, ~: 421347)
08:31:19 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171060, ~: 171381)
08:31:19 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456)
08:31:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 224.06ms (275.25ms CPU time)
08:31:19
08:31:19 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest
08:31:19 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296155, ~: 296374)
08:31:19 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371451, ~: 371568)
08:31:19 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195)
08:31:19 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 425723, ~: 426409)
08:31:19 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 440868, ~: 441559)
08:31:19 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90667, ~: 90667)
08:31:19 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406769, ~: 407102)
08:31:19 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106068, ~: 106068)
08:31:19 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 271.66ms (735.27ms CPU time)
08:31:19
08:31:19 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest
08:31:19 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 453292)
08:31:19 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 346612)
08:31:19 [PASS] test_GivenNewCanonicalInstance() (gas: 906310)
08:31:19 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 551889)
08:31:19 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 632053)
08:31:19 [PASS] test_GivenProposalIsLeader() (gas: 527444)
08:31:19 [PASS] test_GivenRoundChanged() (gas: 505990)
08:31:19 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 400660, ~: 400660)
08:31:19 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 291.33ms (78.03ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest
08:31:19 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951)
08:31:19 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 308.62ms (1.74ms CPU time)
08:31:19
08:31:19 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest
08:31:19 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 806436)
08:31:19 [PASS] test_GivenAttesterIsLiving() (gas: 824598)
08:31:19 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 624703)
08:31:19 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 788882)
08:31:19 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30234)
08:31:19 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 634543, ~: 634543)
08:31:19 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 118.53ms (115.78ms CPU time)
08:31:19
08:31:19 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest
08:31:19 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76849, ~: 76633)
08:31:19 [PASS] test_WhenAmountEq0() (gas: 8437)
08:31:19 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 236414, ~: 236040)
08:31:19 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212598, ~: 212843)
08:31:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 187.97ms (141.87ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
08:31:19 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11840, ~: 11840)
08:31:19 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19594, ~: 19594)
08:31:19 [PASS] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 256, μ: 1793416, ~: 1793416)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 322.85ms (279.39ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest
08:31:19 [PASS] test_GivenStatusIsNotExiting() (gas: 727708)
08:31:19 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 836084, ~: 836125)
08:31:19 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 759118)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 359.47ms (313.77ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/gse/gse/static.t.sol:StaticTest
08:31:19 [PASS] test_getAttesterFromIndexAtTime(address,address[4]) (runs: 256, μ: 1528915, ~: 1528915)
08:31:19 [PASS] test_getVotingPower(address,address) (runs: 256, μ: 582065, ~: 582065)
08:31:19 [PASS] test_getWithdrawer(address[2],address,address) (runs: 256, μ: 938395, ~: 938395)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 424.95ms (697.27ms CPU time)
08:31:19
08:31:19 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest
08:31:19 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32827, ~: 32633)
08:31:19 [PASS] test_WhenAmountEq0() (gas: 8626)
08:31:19 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 211073, ~: 210589)
08:31:19 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 235059, ~: 237268)
08:31:19 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 215110, ~: 214846)
08:31:19 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 445.22ms (277.07ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/governance/governance-proposer/scenario/15123.t.sol:Test15123
08:31:19 [PASS] test_ProposerEqZero() (gas: 431665)
08:31:19 [PASS] test_replay() (gas: 579569)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 447.09ms (31.76ms CPU time)
08:31:19
08:31:19 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest
08:31:19 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1200674, ~: 1404628)
08:31:19 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252)
08:31:19 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1354180, ~: 1582092)
08:31:19 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1120629, ~: 1259728)
08:31:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 444.51ms (975.84ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest
08:31:19 [PASS] test_WhenDepositsPerMintIs0() (gas: 70603)
08:31:19 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,bytes32,uint256,string,string,bool,bool) (runs: 256, μ: 3609545, ~: 3583970)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 469.44ms (459.16ms CPU time)
08:31:19
08:31:19 Ran 2 tests for test/staking/flushEntryQueue.t.sol:FlushEntryQueueTest
08:31:19 [PASS] test_GivenTheQueueHasAlreadyBeenFlushedThisEpoch() (gas: 82013)
08:31:19 [PASS] test_GivenTheQueueHasNotBeenFlushedThisEpoch(uint256) (runs: 256, μ: 1151978, ~: 1421015)
08:31:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 455.87ms (451.43ms CPU time)
08:31:19
08:31:19 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest
08:31:19 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20577, ~: 20577)
08:31:19 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48663, ~: 48668)
08:31:19 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1043956, ~: 1044753)
08:31:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 562.56ms (560.20ms CPU time)
08:31:19
08:31:19 Ran 8 tests for test/shared/Epoch.t.sol:EpochTest
08:31:19 [PASS] test_addEpoch(uint256,uint256) (runs: 256, μ: 7736, ~: 7707)
08:31:19 [PASS] test_eqEpoch(uint256,uint256) (runs: 256, μ: 7476, ~: 7476)
08:31:19 [PASS] test_gtEpoch(uint256,uint256) (runs: 256, μ: 7481, ~: 7481)
08:31:19 [PASS] test_gteEpoch(uint256,uint256) (runs: 256, μ: 7465, ~: 7465)
08:31:19 [PASS] test_ltEpoch(uint256,uint256) (runs: 256, μ: 7467, ~: 7467)
08:31:19 [PASS] test_lteEpoch(uint256,uint256) (runs: 256, μ: 7531, ~: 7531)
08:31:19 [PASS] test_neqEpoch(uint256,uint256) (runs: 256, μ: 7477, ~: 7477)
08:31:19 [PASS] test_subEpoch(uint256,uint256) (runs: 256, μ: 7987, ~: 8166)
08:31:19 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 707.18ms (161.35ms CPU time)
08:31:20
08:31:20 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest
08:31:20 [PASS] test_AddRollup(bool) (runs: 256, μ: 2717560, ~: 2265490)
08:31:20 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 784.96ms (773.47ms CPU time)
08:31:20
08:31:20 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest
08:31:20 [PASS] test_computeFeeAssetPerEth() (gas: 24034021)
08:31:20 [PASS] test_full() (gas: 160866477)
08:31:20 [PASS] test_invalidOracleInput() (gas: 55199)
08:31:20 [PASS] test_photograph() (gas: 77318013)
08:31:20 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 898.35ms (619.09ms CPU time)
08:31:20
08:31:20 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest
08:31:20 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668)
08:31:20 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18962, ~: 19037)
08:31:20 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 936.90ms (159.00ms CPU time)
08:31:20
08:31:20 Ran 2 tests for test/governance/gse/delegationlib/usePower.t.sol:UsePowerTest
08:31:20 [PASS] test_GivenPowerUsedPlusAmountGtPowerAt(address,uint256,uint32,uint256,uint256) (runs: 256, μ: 232864, ~: 236522)
08:31:20 [PASS] test_GivenPowerUsedPlusAmountLePowerAt(address,uint256[2],uint32,uint256,uint256) (runs: 256, μ: 261839, ~: 263012)
08:31:20 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.08s (141.74ms CPU time)
08:31:20
08:31:20 Ran 3 tests for test/governance/governance/address_snapshots/length.t.sol:AddressSnapshotLengthTest
08:31:20 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 690962, ~: 718284)
08:31:20 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370)
08:31:20 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 667166, ~: 651702)
08:31:20 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.07s (1.96s CPU time)
08:31:20
08:31:20 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest
08:31:20 [PASS] test_votingPower(bool,bool,bool) (runs: 256, μ: 2978915, ~: 2972196)
08:31:20 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.22s (1.18s CPU time)
08:31:20
08:31:20 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest
08:31:20 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390317, ~: 390317)
08:31:20 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694189, ~: 694512)
08:31:20 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254)
08:31:20 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390249, ~: 390249)
08:31:20 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 683988, ~: 684335)
08:31:20 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 686166, ~: 686480)
08:31:20 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698952, ~: 699482)
08:31:20 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762)
08:31:20 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664603, ~: 664941)
08:31:20 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161)
08:31:20 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 1.23s (963.62ms CPU time)
08:31:20
08:31:20 Ran 7 tests for test/governance/governance/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest
08:31:20 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 652533, ~: 634439)
08:31:20 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404)
08:31:20 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 695869, ~: 682363)
08:31:20 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 665589, ~: 661143)
08:31:20 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 771356, ~: 747623)
08:31:20 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 714306, ~: 732568)
08:31:20 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 658658, ~: 598930)
08:31:20 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.10s (5.76s CPU time)
08:31:20
08:31:20 Ran 9 tests for test/governance/gse/gse/deposit.t.sol:DepositTest
08:31:20 [PASS] test_GivenAttesterAlreadyRegisteredOnCanonical(address,address,address) (runs: 256, μ: 603829, ~: 603829)
08:31:20 [PASS] test_GivenAttesterAlreadyRegisteredOnSpecificInstance(address,address,address) (runs: 256, μ: 602350, ~: 602350)
08:31:20 [PASS] test_GivenAttesterAlreadyRegisteredOnSpecificInstance2(address,address,address) (runs: 256, μ: 582477, ~: 582477)
08:31:20 [PASS] test_GivenAttesterNotRegisteredAnywhere(address,address,address) (runs: 256, μ: 642687, ~: 642687)
08:31:20 [PASS] test_GivenCallerIsCanonicalAndAttesterNotRegisteredOnCanonical(address,address,address) (runs: 256, μ: 620901, ~: 620901)
08:31:20 [PASS] test_GivenCallerIsCanonicalAndAttesterRegisteredOnCanonical(address,address,address) (runs: 256, μ: 583889, ~: 583889)
08:31:20 [PASS] test_GivenCallerIsNotCanonical(address,address) (runs: 256, μ: 136350, ~: 136350)
08:31:20 [PASS] test_GivenCallerIsNotCanonical2(address,address,address,address) (runs: 256, μ: 649064, ~: 649064)
08:31:20 [PASS] test_WhenCallerIsNotRegisteredRollup(address) (runs: 256, μ: 15505, ~: 15505)
08:31:20 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 1.23s (1.03s CPU time)
08:31:20
08:31:20 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest
08:31:20 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696154, ~: 696660)
08:31:20 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 832039, ~: 832973)
08:31:20 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 672840, ~: 673706)
08:31:20 [PASS] test_GivenStateIsActive() (gas: 356145)
08:31:20 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350265, ~: 350265)
08:31:20 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 686168, ~: 686292)
08:31:20 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699209, ~: 699359)
08:31:20 [PASS] test_GivenStateIsPending() (gas: 348521)
08:31:20 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664660, ~: 664805)
08:31:20 [PASS] test_GivenStateIsRejected() (gas: 363965)
08:31:20 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 1.51s (878.62ms CPU time)
08:31:20
08:31:20 Ran 4 tests for test/staking_asset_handler/scope.t.sol:ScopeTest
08:31:20 [PASS] test_WhenScopeIsInvalidAndSubscopeIsInvalid() (gas: 3332154)
08:31:20 [PASS] test_WhenScopeIsInvalidButSubscopeIsValid() (gas: 3329418)
08:31:20 [PASS] test_WhenScopeIsValidAndSubscopeIsInvalid() (gas: 3329403)
08:31:20 [PASS] test_WhenScopeIsValidAndSubscopeIsValid() (gas: 3459319)
08:31:20 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.46s (166.85ms CPU time)
08:31:20
08:31:20 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest
08:31:20 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 573664)
08:31:20 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 421422)
08:31:20 [PASS] test_GivenNewCanonicalInstance() (gas: 1077635)
08:31:20 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 723225)
08:31:20 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 850505)
08:31:20 [PASS] test_GivenProposalIsLeader() (gas: 698778)
08:31:20 [PASS] test_GivenRoundChanged() (gas: 667891)
08:31:20 [PASS] test_WhenSigNotFromProposer(uint256) (runs: 256, μ: 528697, ~: 528491)
08:31:20 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 1.51s (456.65ms CPU time)
08:31:20
08:31:20 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest
08:31:20 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 45185927, ~: 45185886)
08:31:20 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.53s (1.53s CPU time)
08:31:21
08:31:21 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest
08:31:21 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11851, ~: 11851)
08:31:21 [PASS] test_WhenDepositsPerMintIs0() (gas: 10911)
08:31:21 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23225, ~: 23337)
08:31:21 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 7070377, ~: 7017499)
08:31:21 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.70s (2.66s CPU time)
08:31:22
08:31:22 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest
08:31:22 [PASS] test_GivenNoCheckpoints() (gas: 28277)
08:31:22 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 217608, ~: 212590)
08:31:22 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 210101, ~: 209698)
08:31:22 [PASS] test_WhenTimeNotInPast() (gas: 3997)
08:31:22 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 3.11s (239.56ms CPU time)
08:31:22
08:31:22 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest
08:31:22 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 669964, ~: 670633)
08:31:22 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377514, ~: 377514)
08:31:22 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672852, ~: 673467)
08:31:22 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671705, ~: 672020)
08:31:22 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382733, ~: 382733)
08:31:22 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683682, ~: 684026)
08:31:22 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125854, ~: 1125994)
08:31:22 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382495)
08:31:22 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15221, ~: 15214)
08:31:22 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376107, ~: 376141)
08:31:22 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381289, ~: 381394)
08:31:22 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 3.11s (1.47s CPU time)
08:31:22
08:31:22 Ran 4 tests for test/governance/gse/gse/addRollup.t.sol:AddRollupTest
08:31:22 [PASS] test_GivenRollupAlreadyRegistered(address) (runs: 256, μ: 105831, ~: 105831)
08:31:22 [PASS] test_GivenRollupEq0() (gas: 34563)
08:31:22 [PASS] test_GivenRollupNotRegistered(address,address,uint256,uint256) (runs: 256, μ: 187704, ~: 187805)
08:31:22 [PASS] test_WhenCallerNeqOwner(address) (runs: 256, μ: 12936, ~: 12936)
08:31:22 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 3.13s (199.92ms CPU time)
08:31:22
08:31:22 Ran 4 tests for test/MultiProof.t.sol:MultiProofTest
08:31:22 [PASS] testMultipleProvers() (gas: 142034190)
08:31:22 [PASS] testMultipleProversBoostedRewards() (gas: 103322086)
08:31:22 [PASS] testNoHolesInProvenBlocks() (gas: 73992348)
08:31:22 [PASS] testProofsAreInOneEpoch() (gas: 73991385)
08:31:22 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 3.15s (6.53s CPU time)
08:31:22
08:31:22 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest
08:31:22 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183579, ~: 183680)
08:31:22 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21713, ~: 21616)
08:31:22 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1298833, ~: 1480181)
08:31:22 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 3.18s (360.78ms CPU time)
08:31:23
08:31:23 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest
08:31:23 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1244335, ~: 1244335)
08:31:23 [PASS] testDepositPrivate() (gas: 194884)
08:31:23 [PASS] testDepositPublic() (gas: 197387)
08:31:23 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2312670, ~: 2312670)
08:31:23 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1234022)
08:31:23 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 4.12s (309.86ms CPU time)
08:31:23
08:31:23 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest
08:31:23 [PASS] test_FeeModelEquivalence() (gas: 442297617)
08:31:23 [PASS] test__FeeModelPrune() (gas: 2133481)
08:31:23 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.24s (3.79s CPU time)
08:31:23
08:31:23 Ran 3 tests for test/governance/governance/address_snapshots/add.t.sol:AddressSnapshotAddTest
08:31:23 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1802472, ~: 1686932)
08:31:23 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689)
08:31:23 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848)
08:31:23 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.26s (1.76s CPU time)
08:31:23
08:31:23 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest
08:31:23 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13950, ~: 13950)
08:31:23 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19292, ~: 19330)
08:31:23 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 1380325, ~: 1380563)
08:31:23 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 96608, ~: 96492)
08:31:23 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 4.33s (307.23ms CPU time)
08:31:24
08:31:24 Ran 4 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest
08:31:24 [PASS] test_100_slashing_validators() (gas: 277885651)
08:31:24 [PASS] test_100_validators() (gas: 264635239)
08:31:24 [PASS] test_48_validators() (gas: 247908324)
08:31:24 [PASS] test_no_validators() (gas: 81408246)
08:31:24 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 4.82s (14.26s CPU time)
08:31:24
08:31:24 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest
08:31:24 [PASS] test_WhenMinimumConfigEq0() (gas: 2849)
08:31:24 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49819, ~: 50190)
08:31:24 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 157950, ~: 166937)
08:31:24 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53142, ~: 53090)
08:31:24 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76367, ~: 77049)
08:31:24 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76589, ~: 76543)
08:31:24 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119780, ~: 120013)
08:31:24 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172417, ~: 172720)
08:31:24 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174531, ~: 174990)
08:31:24 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192568, ~: 192789)
08:31:24 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219333, ~: 219949)
08:31:24 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217950, ~: 218502)
08:31:24 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 5.04s (379.29ms CPU time)
08:31:24
08:31:24 Ran 3 tests for test/governance/gse/gse/voteWithCanonical.t.sol:VoteWithCanonicalTest
08:31:24 [PASS] test_GivenAmountGreaterThanAvailableCanonicalPower(address,address,uint256) (runs: 256, μ: 637280, ~: 637597)
08:31:24 [PASS] test_GivenAmountLessOrEqualToAvailableCanonicalPower(address,address,bool,uint256) (runs: 256, μ: 724296, ~: 724947)
08:31:24 [PASS] test_GivenCallerIsNotCanonicalAtProposalTime(address) (runs: 256, μ: 50537, ~: 50537)
08:31:24 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.11s (350.38ms CPU time)
08:31:24
08:31:24 Ran 29 tests for test/Rollup.t.sol:RollupTest
08:31:24 [PASS] testBlockFee() (gas: 46304421)
08:31:24 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 41587570, ~: 41683259)
08:31:24 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 68779421, ~: 74643482)
08:31:24 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 74320966)
08:31:24 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 44822875, ~: 45467844)
08:31:24 [PASS] testEmptyBlock(bool) (runs: 256, μ: 41015967, ~: 41175945)
08:31:24 [PASS] testExtraBlobs() (gas: 53316519)
08:31:24 [PASS] testInvalidBlobHash() (gas: 45335296)
08:31:24 [PASS] testInvalidBlobProof() (gas: 1026556751)
08:31:24 [PASS] testInvalidL2Fee() (gas: 45421588)
08:31:24 [PASS] testMixedBlock(bool) (runs: 256, μ: 55324043, ~: 62032262)
08:31:24 [PASS] testNonZeroDaFee() (gas: 45409716)
08:31:24 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 63897595)
08:31:24 [PASS] testProvingFeeUpdates() (gas: 74877781)
08:31:24 [PASS] testPrune() (gas: 47743352)
08:31:24 [PASS] testPruneAfterPartial() (gas: 74671657)
08:31:24 [PASS] testPruneDuringPropose() (gas: 55017511)
08:31:24 [PASS] testRevertInvalidCoinbase() (gas: 40377309)
08:31:24 [PASS] testRevertInvalidTimestamp() (gas: 40379848)
08:31:24 [PASS] testRevertPrune() (gas: 47234273)
08:31:24 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 63625907)
08:31:24 [PASS] testSetManaTargetDecreasing(uint256,uint256) (runs: 256, μ: 81085434, ~: 81085534)
08:31:24 [PASS] testSetManaTargetIncreasing(uint256,uint256) (runs: 256, μ: 81087559, ~: 81087862)
08:31:24 [PASS] testShouldNotBeTooEagerToPrune() (gas: 55294694)
08:31:24 [PASS] testSingleBlock(bool) (runs: 256, μ: 42723829, ~: 43417015)
08:31:24 [PASS] testSubmitProofInvalidArchive() (gas: 40927051)
08:31:24 [PASS] testSubmitProofNonExistentBlock() (gas: 40926778)
08:31:24 [PASS] testTimestamp() (gas: 42251310)
08:31:24 [PASS] testTooManyBlocks() (gas: 53491556)
08:31:24 Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 5.10s (49.82s CPU time)
08:31:25
08:31:25 Ran 2 tests for test/staking_asset_handler/reenterExitedValidator.t.sol:ReenterExitedValidatorTest
08:31:25 [PASS] test_WhenAttesterHasNOTProvidedAValidDeposit(address,address) (runs: 256, μ: 11752, ~: 11752)
08:31:25 [PASS] test_WhenAttesterHasProvidedAValidDeposit(address,address,address) (runs: 256, μ: 4129358, ~: 4129358)
08:31:25 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.00s (5.97s CPU time)
08:31:25
08:31:25 Ran 6 tests for test/RollupGetters.t.sol:RollupShouldBeGetters
08:31:25 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 44340067, ~: 44306537)
08:31:25 [PASS] test_getBigEpochCommittee(uint16,bool) (runs: 256, μ: 60283477, ~: 60261235)
08:31:25 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 45345972, ~: 45322806)
08:31:25 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 45303303, ~: 45343237)
08:31:25 [PASS] test_getRewardConfig() (gas: 44242508)
08:31:25 [PASS] test_validateHeader() (gas: 45147646)
08:31:25 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 6.31s (11.05s CPU time)
08:31:25
08:31:25 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest
08:31:25 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712837, ~: 5712884)
08:31:25 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554794, ~: 7554841)
08:31:25 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892755, ~: 3892755)
08:31:25 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.38s (14.23s CPU time)
08:31:26
08:31:26 Ran 2 tests for test/staking_asset_handler/bind.t.sol:BindTest
08:31:26 [PASS] test_WhenNotUsingTheBoundAddress(address) (runs: 256, μ: 3451479, ~: 3451479)
08:31:26 [PASS] test_WhenUsingTheBoundAddress() (gas: 3583003)
08:31:26 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.80s (6.78s CPU time)
08:31:26
08:31:26 Ran 8 tests for test/shared/Slot.t.sol:SlotTest
08:31:26 [PASS] test_addSlot(uint256,uint256) (runs: 256, μ: 7724, ~: 7686)
08:31:26 [PASS] test_eqSlot(uint256,uint256) (runs: 256, μ: 7496, ~: 7496)
08:31:26 [PASS] test_gtSlot(uint256,uint256) (runs: 256, μ: 7459, ~: 7459)
08:31:26 [PASS] test_gteSlot(uint256,uint256) (runs: 256, μ: 7510, ~: 7510)
08:31:26 [PASS] test_ltSlot(uint256,uint256) (runs: 256, μ: 7467, ~: 7467)
08:31:26 [PASS] test_lteSlot(uint256,uint256) (runs: 256, μ: 7442, ~: 7442)
08:31:26 [PASS] test_neqSlot(uint256,uint256) (runs: 256, μ: 7478, ~: 7478)
08:31:26 [PASS] test_subSlot(uint256,uint256) (runs: 256, μ: 7977, ~: 7654)
08:31:26 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 6.85s (229.93ms CPU time)
08:31:26
08:31:26 Ran 8 tests for test/shared/Timestamp.t.sol:TimestampTest
08:31:26 [PASS] test_addTimestamp(uint256,uint256) (runs: 256, μ: 7707, ~: 7685)
08:31:26 [PASS] test_eqTimestamp(uint256,uint256) (runs: 256, μ: 7454, ~: 7454)
08:31:26 [PASS] test_gtTimestamp(uint256,uint256) (runs: 256, μ: 7481, ~: 7481)
08:31:26 [PASS] test_gteTimestamp(uint256,uint256) (runs: 256, μ: 7488, ~: 7488)
08:31:26 [PASS] test_ltTimestamp(uint256,uint256) (runs: 256, μ: 7480, ~: 7480)
08:31:26 [PASS] test_lteTimestamp(uint256,uint256) (runs: 256, μ: 7443, ~: 7443)
08:31:26 [PASS] test_neqTimestamp(uint256,uint256) (runs: 256, μ: 7473, ~: 7473)
08:31:26 [PASS] test_subTimestamp(uint256,uint256) (runs: 256, μ: 8014, ~: 8316)
08:31:26 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 6.85s (90.16ms CPU time)
08:31:27
08:31:27 Ran 15 tests for test/Outbox.t.sol:OutboxTest
08:31:27 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10902, ~: 10902)
08:31:27 [PASS] testGetRootData() (gas: 86146)
08:31:27 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 29906336, ~: 6192476)
08:31:27 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 3875367, ~: 3672868)
08:31:27 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 603128)
08:31:27 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36747)
08:31:27 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36316)
08:31:27 [PASS] testRevertIfInsertingDuplicate() (gas: 52987)
08:31:27 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30578, ~: 30578)
08:31:27 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38510)
08:31:27 [PASS] testRevertIfPathHeightMismatch() (gas: 1143753)
08:31:27 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1157551)
08:31:27 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 633181)
08:31:27 [PASS] testRevertIfVersionMismatch() (gas: 36053)
08:31:27 [PASS] testValidInsertAndConsume() (gas: 636284)
08:31:27 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 8.51s (9.40s CPU time)
08:31:29
08:31:29 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest
08:31:29 [PASS] testFrontier() (gas: 0)
08:31:29 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 9.80s (9.80s CPU time)
08:31:29
08:31:29 Ran 3 tests for test/governance/governance/address_snapshots/at.t.sol:AddressSnapshotAtTest
08:31:29 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020)
08:31:29 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 791248, ~: 732754)
08:31:29 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388)
08:31:29 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 10.40s (1.16s CPU time)
08:31:29
08:31:29 Ran 4 tests for test/governance/governance/address_snapshots/values.t.sol:AddressSnapshotValuesTest
08:31:29 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440)
08:31:29 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336098, ~: 335952)
08:31:29 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 680354, ~: 661718)
08:31:29 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 698234, ~: 702980)
08:31:29 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 10.63s (1.81s CPU time)
08:31:29
08:31:29 Ran 9 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest
08:31:29 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 341381, ~: 341381)
08:31:29 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10945211, ~: 10993349)
08:31:29 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10902577, ~: 10802162)
08:31:29 [PASS] test_GivenInsufficientYea() (gas: 434629)
08:31:29 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 380094, ~: 380115)
08:31:29 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10627237, ~: 10603990)
08:31:29 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9511838)
08:31:29 [PASS] test_WhenRoundNotInPast() (gas: 365695)
08:31:29 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 380497, ~: 380745)
08:31:29 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 10.63s (31.05s CPU time)
08:31:30
08:31:30 Ran 9 tests for test/governance/gse/gse/withdraw.t.sol:WithdrawTest
08:31:30 [PASS] test_GivenAttesterNotFoundInCanonical(address,address) (runs: 256, μ: 97429, ~: 97429)
08:31:30 [PASS] test_GivenBalanceLessThanAmount(address,address,uint256) (runs: 256, μ: 615781, ~: 616089)
08:31:30 [PASS] test_GivenBalanceLessThanAmount2(address,address,uint256) (runs: 256, μ: 612362, ~: 612676)
08:31:30 [PASS] test_GivenBalanceMinusAmountGreaterOrEqualToMinimumStake(address,address,uint256) (runs: 256, μ: 752597, ~: 752606)
08:31:30 [PASS] test_GivenBalanceMinusAmountGreaterOrEqualToMinimumStake2(address,address,uint256) (runs: 256, μ: 747799, ~: 747533)
08:31:30 [PASS] test_GivenBalanceMinusAmountLessThanMinimumStake(address,address,uint256) (runs: 256, μ: 681549, ~: 681317)
08:31:30 [PASS] test_GivenBalanceMinusAmountLessThanMinimumStake2(address,address,uint256) (runs: 256, μ: 676818, ~: 676533)
08:31:30 [PASS] test_GivenCallerIsNotCanonical(address,address,address) (runs: 256, μ: 620143, ~: 620143)
08:31:30 [PASS] test_WhenCallerIsNotRegisteredRollup(address) (runs: 256, μ: 13383, ~: 13383)
08:31:30 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 11.68s (1.24s CPU time)
08:31:30
08:31:30 Ran 7 tests for test/staking_asset_handler/addValidator.t.sol:AddValidatorTest
08:31:30 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 1008720, ~: 1278526)
08:31:30 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 10900363, ~: 10900363)
08:31:30 [PASS] test_WhenPassportProofHasBeenUsed(address,address) (runs: 256, μ: 15397871, ~: 15397871)
08:31:30 [PASS] test_WhenPassportProofIsInDevMode(address,address) (runs: 256, μ: 10958565, ~: 10958565)
08:31:30 [PASS] test_WhenPassportProofIsInThePast(address,uint16) (runs: 256, μ: 10986871, ~: 10986871)
08:31:30 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 13712130, ~: 13712130)
08:31:30 [PASS] test_WhenUserIsNew(address,address) (runs: 256, μ: 13712092, ~: 13712092)
08:31:30 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 11.68s (26.90s CPU time)
08:31:32
08:31:32 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest
08:31:32 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194781, ~: 194781)
08:31:32 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197521, ~: 197521)
08:31:32 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15779, ~: 15779)
08:31:32 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 13.25s (80.89ms CPU time)
08:31:32
08:31:32 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest
08:31:32 [PASS] test_WhenCallerIsNotSelf() (gas: 28665)
08:31:32 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273403, ~: 273297)
08:31:32 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35781, ~: 35472)
08:31:32 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273266, ~: 273573)
08:31:32 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42190, ~: 41957)
08:31:32 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273364, ~: 273651)
08:31:32 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42368, ~: 42142)
08:31:32 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273687, ~: 273685)
08:31:32 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31298, ~: 31299)
08:31:32 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274238, ~: 274514)
08:31:32 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41753, ~: 41530)
08:31:32 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273063, ~: 273060)
08:31:32 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31230, ~: 31238)
08:31:32 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273525, ~: 273199)
08:31:32 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 41000, ~: 41316)
08:31:32 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273867, ~: 274131)
08:31:32 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41924, ~: 41698)
08:31:32 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 273964, ~: 274253)
08:31:32 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 42000, ~: 41796)
08:31:32 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 13.22s (868.97ms CPU time)
08:31:32
08:31:32 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest
08:31:32 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 45288207, ~: 45288207)
08:31:32 [PASS] testHappyPath() (gas: 58712976)
08:31:32 [PASS] testInitialCommitteeMatch() (gas: 45464931)
08:31:32 [PASS] testInsufficientSigsMove() (gas: 49175830)
08:31:32 [PASS] testInvalidCommitteeCommitment() (gas: 49210833)
08:31:32 [PASS] testNukeFromOrbit() (gas: 59913478)
08:31:32 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 45349237, ~: 45349237)
08:31:32 [PASS] testProposerNotProvided() (gas: 49229258)
08:31:32 [PASS] testRelayedForProposer() (gas: 50638186)
08:31:32 [PASS] testStableCommittee(uint8) (runs: 256, μ: 45637873, ~: 45638015)
08:31:32 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 84655208, ~: 85879654)
08:31:32 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 13.26s (17.85s CPU time)
08:31:32
08:31:32 Ran 6 tests for test/validator-selection/Sampling.t.sol:SamplingTest
08:31:32 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 1906895, ~: 177070)
08:31:32 [PASS] testSampleIndex(uint256,uint256) (runs: 256, μ: 8634, ~: 8634)
08:31:32 [PASS] testSimpleSample() (gas: 5526723)
08:31:32 [PASS] test_committeeRevert(uint256,uint256) (runs: 256, μ: 15580, ~: 15272)
08:31:32 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 621754, ~: 229613)
08:31:32 [PASS] test_emptyCommittee(uint256) (runs: 256, μ: 9137, ~: 9137)
08:31:32 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 13.27s (3.48s CPU time)
08:31:32
08:31:32 Ran 9 tests for test/Inbox.t.sol:InboxTest
08:31:32 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055)
08:31:32 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5620561, ~: 5422153)
08:31:32 [PASS] testRevertIFConsumingInFuture() (gas: 12712)
08:31:32 [PASS] testRevertIfActorTooLarge() (gas: 11877)
08:31:32 [PASS] testRevertIfContentTooLarge() (gas: 12009)
08:31:32 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841)
08:31:32 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008)
08:31:32 [PASS] testRevertIfVersionMismatch() (gas: 12251)
08:31:32 [PASS] testSendDuplicateL2Messages() (gas: 111551)
08:31:32 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 13.27s (5.46s CPU time)
08:31:32
08:31:32 Ran 111 test suites in 13.28s (259.15s CPU time): 473 tests passed, 0 failed, 0 skipped (473 total tests)