Parent Log:
http://ci.aztec-labs.com/b23f8d6393ac1582
Command: eac9b5ad267b8347 cd l1-contracts && forge test
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5d81047d880386c72ab2e6701b0c86ae607c3618
Env: REF_NAME=gh-readonly-queue/next/pr-15164-308037ad9b1489540aedbb57a9dac3d71282010e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 13:14:00 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15164_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_88124959fc35bcb2_next
13:14:07 Compiling 275 files with Solc 0.8.27
13:15:13 Solc 0.8.27 finished in 65.48s
13:15:13 Compiler run successful!
13:15:13
13:15:13 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest
13:15:13 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951)
13:15:13 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 9.98ms (3.21ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest
13:15:13 [PASS] test_GivenMultipleListedRollups() (gas: 297566)
13:15:13 [PASS] test_GivenNoListedRollups() (gas: 10735)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 9.79ms (4.18ms CPU time)
13:15:13
13:15:13 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest
13:15:13 [PASS] testComputeTxsEffectsHash2() (gas: 18578)
13:15:13 [PASS] testComputeTxsEffectsHash3() (gas: 23575)
13:15:13 [PASS] testComputeTxsEffectsHash5() (gas: 32607)
13:15:13 [PASS] testComputeTxsEffectsHash6() (gas: 37249)
13:15:13 [PASS] testComputeTxsEffectsHash7() (gas: 40960)
13:15:13 [PASS] testDecomp() (gas: 42525)
13:15:13 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 11.17ms (1.42ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest
13:15:13 [PASS] test_LockVoteAndExecute() (gas: 1313561)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 11.59ms (784.77µs CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/gse/gse/finaliseHelper.t.sol:FinaliseHelperTest
13:15:13 [PASS] test_GivenWithdrawalAlreadyClaimed() (gas: 80218)
13:15:13 [PASS] test_GivenWithdrawalNotClaimed() (gas: 75172)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 12.52ms (380.19µs CPU time)
13:15:13
13:15:13 Ran 2 tests for test/Parity.t.sol:ParityTest
13:15:13 [PASS] testRootMatchesBaseParity() (gas: 531543)
13:15:13 [PASS] testRootMatchesRootParity() (gas: 531476)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 12.99ms (6.47ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic
13:15:13 [PASS] test_GivenSufficientBalance() (gas: 155632)
13:15:13 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 16.65ms (498.18µs CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking/getters.t.sol:GettersTest
13:15:13 [PASS] test_getAttesterAtIndex() (gas: 34661)
13:15:13 [PASS] test_getAttesterOutOfBounds() (gas: 27412)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 17.27ms (252.40µs CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest
13:15:13 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11835, ~: 11835)
13:15:13 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166906)
13:15:13 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 174249)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 19.97ms (10.33ms CPU time)
13:15:13
13:15:13 Ran 5 tests for test/staking/deposit.t.sol:DepositTest
13:15:13 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66927)
13:15:13 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 1116983)
13:15:13 [PASS] test_GivenAttesterIsNotActive() (gas: 172724)
13:15:13 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30434)
13:15:13 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58762)
13:15:13 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 20.55ms (2.48ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees
13:15:13 [PASS] test_GivenSufficientBalance() (gas: 207025)
13:15:13 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209)
13:15:13 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 21.88ms (894.14µs CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/gse/gse/setGovernance.t.sol:SetGovernanceTest
13:15:13 [PASS] test_GivenGovernanceEq0(address) (runs: 256, μ: 58098, ~: 58098)
13:15:13 [PASS] test_GivenGovernanceNeq0() (gas: 57941)
13:15:13 [PASS] test_WhenCallerNeqOwner(address) (runs: 256, μ: 12959, ~: 12959)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 22.94ms (26.65ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/staking/15050.t.sol:Test15050
13:15:13 [PASS] test_15050() (gas: 1680582)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 25.25ms (3.18ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest
13:15:13 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85428, ~: 85895)
13:15:13 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 25.52ms (35.90ms CPU time)
13:15:13
13:15:13 Ran 9 tests for test/staking/slash.t.sol:SlashTest
13:15:13 [PASS] test_GivenAttesterIsActive() (gas: 819662)
13:15:13 [PASS] test_GivenAttesterIsNotActive() (gas: 653278)
13:15:13 [PASS] test_GivenTimeIsAfterUnlock() (gas: 762722)
13:15:13 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 792296)
13:15:13 [PASS] test_SlashingMoreThanBalance() (gas: 735615)
13:15:13 [PASS] test_SlashingMoreThanExitBalance() (gas: 788488)
13:15:13 [PASS] test_WhenAttesterIsNotExiting() (gas: 969020)
13:15:13 [PASS] test_WhenAttesterIsNotRegistered() (gas: 29120)
13:15:13 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 637001)
13:15:13 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 29.42ms (7.52ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest
13:15:13 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 34.18ms (27.86ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest
13:15:13 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491)
13:15:13 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 37.53ms (28.94ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest
13:15:13 [PASS] test_UpgradeIntoNewVersion() (gas: 4388036)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 38.32ms (7.81ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest
13:15:13 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362)
13:15:13 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 40.48ms (31.01ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest
13:15:13 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 346974, ~: 346974)
13:15:13 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13064)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 43.37ms (31.73ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest
13:15:13 [PASS] test_Slashing() (gas: 45390149)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 44.58ms (36.25ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest
13:15:13 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11841, ~: 11841)
13:15:13 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37381, ~: 37381)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 46.43ms (24.10ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest
13:15:13 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19420, ~: 19727)
13:15:13 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83218, ~: 82934)
13:15:13 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 54.19ms (44.80ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest
13:15:13 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 128149, ~: 118972)
13:15:13 [PASS] test_GivenBalanceIs0() (gas: 54054)
13:15:13 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 55.00ms (64.70ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/staking/move.t.sol:MoveTest
13:15:13 [PASS] test_MoveStakingSet() (gas: 55814041)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 57.71ms (38.76ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/ignition.t.sol:IgnitionTest
13:15:13 [PASS] test_RevertNonEmptyBlock() (gas: 38612388)
13:15:13 [PASS] test_emptyBlock() (gas: 38768012)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 60.92ms (55.59ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest
13:15:13 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1693237, ~: 1693281)
13:15:13 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 48131, ~: 48316)
13:15:13 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 49089, ~: 49028)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 61.28ms (98.29ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/boosted_rewards/BoostedRewards.t.sol:BoostedRewardsTest
13:15:13 [PASS] test_activityDuplicateNoop() (gas: 335056)
13:15:13 [PASS] test_activityScore() (gas: 1138003)
13:15:13 [PASS] test_shares() (gas: 2668376)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 63.89ms (42.13ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest
13:15:13 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11894, ~: 11894)
13:15:13 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28542, ~: 28529)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 69.73ms (49.62ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking_asset_handler/setScope.t.sol:SetScopeTest
13:15:13 [PASS] test_WhenCallerOfSetScopeIsNotOwner(address) (runs: 256, μ: 14462, ~: 14462)
13:15:13 [PASS] test_WhenCallerOfSetScopeIsOwner() (gas: 22499)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 76.55ms (14.49ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest
13:15:13 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32515)
13:15:13 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 599973, ~: 599973)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 80.23ms (72.12ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking_asset_handler/setSubscope.t.sol:SetSubscopeTest
13:15:13 [PASS] test_WhenCallerOfSetSubscopeIsNotOwner(address) (runs: 256, μ: 14484, ~: 14484)
13:15:13 [PASS] test_WhenCallerOfSetSubscopeIsOwner() (gas: 22477)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 88.25ms (43.41ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking_asset_handler/skipBindCheck.t.sol:SetSkipBindCheckTest
13:15:13 [PASS] test_WhenCallerOfSetSkipBindCheckIsNotOwner(address,bool) (runs: 256, μ: 11900, ~: 11900)
13:15:13 [PASS] test_WhenCallerOfSetSkipBindCheckIsOwner(bool) (runs: 256, μ: 16611, ~: 15332)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 92.96ms (60.92ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest
13:15:13 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194781, ~: 194781)
13:15:13 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197521, ~: 197521)
13:15:13 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15779, ~: 15779)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 95.87ms (94.39ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest
13:15:13 [PASS] test_setSlasher(address) (runs: 256, μ: 27238, ~: 27238)
13:15:13 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12809, ~: 12809)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 103.85ms (33.95ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest
13:15:13 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668)
13:15:13 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18999, ~: 19037)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 108.17ms (99.77ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest
13:15:13 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428)
13:15:13 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 112.01ms (70.32ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/gse/delegationlib/increaseBalance.t.sol:IncreaseBalanceTest
13:15:13 [PASS] test_GivenADelegatee(address[2],address,address,uint256,uint256) (runs: 256, μ: 308747, ~: 308792)
13:15:13 [PASS] test_GivenNoDelegatee(address[2],address,uint256,uint256) (runs: 256, μ: 204210, ~: 204258)
13:15:13 [PASS] test_WhenAmountEq0(address,address) (runs: 256, μ: 11679, ~: 11679)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 113.66ms (200.35ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/gse/gse/proposeWithLock.t.sol:ProposeWithLockTest
13:15:13 [PASS] test_WhenCallerHasInsufficientBalance() (gas: 45457)
13:15:13 [PASS] test_WhenCallerHasSufficientBalance(address) (runs: 256, μ: 611092, ~: 611092)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 120.89ms (108.62ms CPU time)
13:15:13
13:15:13 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest
13:15:13 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 806724)
13:15:13 [PASS] test_GivenAttesterIsLiving() (gas: 824930)
13:15:13 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 624733)
13:15:13 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 788934)
13:15:13 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30212)
13:15:13 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 634551, ~: 634551)
13:15:13 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 129.24ms (110.43ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/reward-distributor/claimBlockRewards.t.sol:ClaimBlockRewardsTest
13:15:13 [PASS] test_GivenBalanceGt0(uint256,uint8) (runs: 256, μ: 127909, ~: 120082)
13:15:13 [PASS] test_GivenBalanceIs0(uint8) (runs: 256, μ: 56250, ~: 56250)
13:15:13 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 23535, ~: 23535)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 149.02ms (135.96ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/gse/delegationlib/usePower.t.sol:UsePowerTest
13:15:13 [PASS] test_GivenPowerUsedPlusAmountGtPowerAt(address,uint256,uint32,uint256,uint256) (runs: 256, μ: 232347, ~: 236522)
13:15:13 [PASS] test_GivenPowerUsedPlusAmountLePowerAt(address,uint256[2],uint32,uint256,uint256) (runs: 256, μ: 261575, ~: 263012)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 150.42ms (137.71ms CPU time)
13:15:13
13:15:13 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest
13:15:13 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76857, ~: 76633)
13:15:13 [PASS] test_WhenAmountEq0() (gas: 8437)
13:15:13 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 235881, ~: 235936)
13:15:13 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212939, ~: 212929)
13:15:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 200.59ms (175.72ms CPU time)
13:15:13
13:15:13 Ran 4 tests for test/governance/governance/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest
13:15:13 [PASS] test_WhenAddressNotInTheSet() (gas: 10869)
13:15:13 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421414, ~: 421347)
13:15:13 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171030, ~: 170977)
13:15:13 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456)
13:15:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 230.97ms (279.64ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest
13:15:13 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 183601, ~: 184670)
13:15:13 [PASS] test_GivenNoCheckpoints(uint64) (runs: 256, μ: 5752, ~: 5752)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 240.29ms (242.04ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/governance-proposer/scenario/15123.t.sol:Test15123
13:15:13 [PASS] test_ProposerEqZero() (gas: 431708)
13:15:13 [PASS] test_replay() (gas: 601375)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 267.12ms (259.43ms CPU time)
13:15:13
13:15:13 Ran 4 tests for test/governance/gse/gse/addRollup.t.sol:AddRollupTest
13:15:13 [PASS] test_GivenRollupAlreadyRegistered(address) (runs: 256, μ: 105831, ~: 105831)
13:15:13 [PASS] test_GivenRollupEq0() (gas: 34563)
13:15:13 [PASS] test_GivenRollupNotRegistered(address,address,uint256,uint256) (runs: 256, μ: 187690, ~: 187805)
13:15:13 [PASS] test_WhenCallerNeqOwner(address) (runs: 256, μ: 12936, ~: 12936)
13:15:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 274.05ms (140.45ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/governance/registry/updateRewardDistributor.t.sol:UpdateRewardDistributorTest
13:15:13 [PASS] test_CallerEqOwner() (gas: 19222)
13:15:13 [PASS] test_CallerNeqOwner(address) (runs: 256, μ: 11825, ~: 11825)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 343.40ms (336.85ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/gse/delegationlib/decreaseBalance.t.sol:DecreaseBalanceTest
13:15:13 [PASS] test_GivenADelegatee(address[2],address,address,uint256,uint256) (runs: 256, μ: 308270, ~: 309074)
13:15:13 [PASS] test_GivenNoDelegatee(address[2],address,uint256,uint256) (runs: 256, μ: 207558, ~: 208358)
13:15:13 [PASS] test_WhenAmountEq0(address,address) (runs: 256, μ: 11744, ~: 11744)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 369.74ms (461.08ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/gse/gse/delegate.t.sol:DelegateTest
13:15:13 [PASS] test_GivenCallerIsNotWithdrawer(address,address,address,address,address) (runs: 256, μ: 912490, ~: 912490)
13:15:13 [PASS] test_GivenCallerIsWithdrawer(address,address,address,address,bool) (runs: 256, μ: 638168, ~: 636860)
13:15:13 [PASS] test_GivenInstanceIsNotRegistered(address,address,address) (runs: 256, μ: 13297, ~: 13297)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 374.08ms (355.67ms CPU time)
13:15:13
13:15:13 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest
13:15:13 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390317, ~: 390317)
13:15:13 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694185, ~: 694512)
13:15:13 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254)
13:15:13 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390249, ~: 390249)
13:15:13 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 683999, ~: 684335)
13:15:13 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 686140, ~: 686480)
13:15:13 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699138, ~: 699482)
13:15:13 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762)
13:15:13 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664255, ~: 664941)
13:15:13 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161)
13:15:13 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 384.97ms (868.02ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest
13:15:13 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183582, ~: 183680)
13:15:13 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21690, ~: 21616)
13:15:13 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1330153, ~: 1481689)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 386.23ms (357.96ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
13:15:13 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11863, ~: 11863)
13:15:13 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19639, ~: 19639)
13:15:13 [PASS] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 256, μ: 1790939, ~: 1790939)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 393.43ms (306.01ms CPU time)
13:15:13
13:15:13 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest
13:15:13 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825698, ~: 826182)
13:15:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 395.49ms (172.38ms CPU time)
13:15:13
13:15:13 Ran 4 tests for test/staking_asset_handler/scope.t.sol:ScopeTest
13:15:13 [PASS] test_WhenScopeIsInvalidAndSubscopeIsInvalid() (gas: 3246743)
13:15:13 [PASS] test_WhenScopeIsInvalidButSubscopeIsValid() (gas: 3244007)
13:15:13 [PASS] test_WhenScopeIsValidAndSubscopeIsInvalid() (gas: 3243992)
13:15:13 [PASS] test_WhenScopeIsValidAndSubscopeIsValid() (gas: 3336810)
13:15:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 399.42ms (149.68ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/governance/gse/gse/static.t.sol:StaticTest
13:15:13 [PASS] test_getAttesterFromIndexAtTime(address,address[4]) (runs: 256, μ: 1528915, ~: 1528915)
13:15:13 [PASS] test_getVotingPower(address,address) (runs: 256, μ: 582065, ~: 582065)
13:15:13 [PASS] test_getWithdrawer(address[2],address,address) (runs: 256, μ: 938395, ~: 938395)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 409.11ms (665.58ms CPU time)
13:15:13
13:15:13 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest
13:15:13 [PASS] test_GivenStatusIsNotExiting() (gas: 727785)
13:15:13 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 836287, ~: 836325)
13:15:13 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 759177)
13:15:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 414.43ms (391.20ms CPU time)
13:15:13
13:15:13 Ran 4 tests for test/governance/gse/delegationlib/delegate.t.sol:DelegateTest
13:15:13 [PASS] test_GivenOldDelegateeEq0(address,address,address,uint256) (runs: 256, μ: 217170, ~: 216944)
13:15:13 [PASS] test_WhenNeitherDelegateeEq0(address[2],address,address,address,uint256) (runs: 256, μ: 320487, ~: 320250)
13:15:13 [PASS] test_WhenNewDelegateeEq0(address,address,address,uint256) (runs: 256, μ: 227468, ~: 227276)
13:15:13 [PASS] test_WhenNewDelegateeEqOldDelegatee(address,address,address) (runs: 256, μ: 213953, ~: 213953)
13:15:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 439.63ms (589.51ms CPU time)
13:15:13
13:15:13 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest
13:15:13 [PASS] test_WhenDepositsPerMintIs0() (gas: 69670)
13:15:13 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256,string,string,bool) (runs: 256, μ: 3566628, ~: 3507363)
13:15:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 439.78ms (391.70ms CPU time)
13:15:14
13:15:14 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest
13:15:14 [PASS] test_GivenStateIsDropped() (gas: 25448)
13:15:14 [PASS] test_GivenStateIsExecuted() (gas: 25467)
13:15:14 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 23997, ~: 29451)
13:15:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 481.75ms (18.55ms CPU time)
13:15:14
13:15:14 Ran 9 tests for test/governance/gse/gse/deposit.t.sol:DepositTest
13:15:14 [PASS] test_GivenAttesterAlreadyRegisteredOnCanonical(address,address,address) (runs: 256, μ: 603829, ~: 603829)
13:15:14 [PASS] test_GivenAttesterAlreadyRegisteredOnSpecificInstance(address,address,address) (runs: 256, μ: 602350, ~: 602350)
13:15:14 [PASS] test_GivenAttesterAlreadyRegisteredOnSpecificInstance2(address,address,address) (runs: 256, μ: 582477, ~: 582477)
13:15:14 [PASS] test_GivenAttesterNotRegisteredAnywhere(address,address,address) (runs: 256, μ: 642687, ~: 642687)
13:15:14 [PASS] test_GivenCallerIsCanonicalAndAttesterNotRegisteredOnCanonical(address,address,address) (runs: 256, μ: 620901, ~: 620901)
13:15:14 [PASS] test_GivenCallerIsCanonicalAndAttesterRegisteredOnCanonical(address,address,address) (runs: 256, μ: 583889, ~: 583889)
13:15:14 [PASS] test_GivenCallerIsNotCanonical(address,address) (runs: 256, μ: 136350, ~: 136350)
13:15:14 [PASS] test_GivenCallerIsNotCanonical2(address,address,address,address) (runs: 256, μ: 649064, ~: 649064)
13:15:14 [PASS] test_WhenCallerIsNotRegisteredRollup(address) (runs: 256, μ: 15505, ~: 15505)
13:15:14 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 499.95ms (1.12s CPU time)
13:15:14
13:15:14 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest
13:15:14 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1244425, ~: 1244425)
13:15:14 [PASS] testDepositPrivate() (gas: 194884)
13:15:14 [PASS] testDepositPublic() (gas: 197387)
13:15:14 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2312760, ~: 2312760)
13:15:14 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1234067)
13:15:14 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 500.45ms (371.95ms CPU time)
13:15:14
13:15:14 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest
13:15:14 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1204349, ~: 1404628)
13:15:14 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252)
13:15:14 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1425136, ~: 1596554)
13:15:14 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1102879, ~: 1259727)
13:15:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 506.96ms (1.07s CPU time)
13:15:14
13:15:14 Ran 2 tests for test/staking/flushEntryQueue.t.sol:FlushEntryQueueTest
13:15:14 [PASS] test_GivenTheQueueHasAlreadyBeenFlushedThisEpoch() (gas: 82073)
13:15:14 [PASS] test_GivenTheQueueHasNotBeenFlushedThisEpoch(uint256) (runs: 256, μ: 1223441, ~: 1567572)
13:15:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 681.15ms (501.28ms CPU time)
13:15:14
13:15:14 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest
13:15:14 [PASS] test_AddRollup(bool) (runs: 256, μ: 2752337, ~: 2307912)
13:15:14 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 767.20ms (747.33ms CPU time)
13:15:14
13:15:14 Ran 3 tests for test/staking_asset_handler/queue.t.sol:QueueTest
13:15:14 [PASS] test_WhenEnqueuingValidators(uint8) (runs: 256, μ: 3081861, ~: 1245357)
13:15:14 [PASS] test_WhenIncludingAlreadySeenAttesterProposerPair(address,address) (runs: 256, μ: 59925, ~: 59925)
13:15:14 [PASS] test_WhenNotInitializedAndQueueIsEmpty() (gas: 19244)
13:15:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 869.02ms (1.04s CPU time)
13:15:14
13:15:14 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest
13:15:14 [PASS] test_computeFeeAssetPerEth() (gas: 24034021)
13:15:14 [PASS] test_full() (gas: 160797407)
13:15:14 [PASS] test_invalidOracleInput() (gas: 55199)
13:15:14 [PASS] test_photograph() (gas: 77271119)
13:15:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.01s (637.76ms CPU time)
13:15:14
13:15:14 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static
13:15:14 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119730, ~: 121404)
13:15:14 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120527, ~: 121285)
13:15:14 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 139927, ~: 140218)
13:15:14 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120469, ~: 122479)
13:15:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.12s (90.12ms CPU time)
13:15:14
13:15:14 Ran 3 tests for test/governance/governance/address_snapshots/length.t.sol:AddressSnapshotLengthTest
13:15:14 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 658392, ~: 643917)
13:15:14 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370)
13:15:14 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 692585, ~: 733798)
13:15:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.12s (1.99s CPU time)
13:15:14
13:15:14 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest
13:15:14 [PASS] test_votingPower(bool,bool,bool) (runs: 256, μ: 2983047, ~: 2994899)
13:15:14 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.17s (1.14s CPU time)
13:15:14
13:15:14 Ran 7 tests for test/governance/governance/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest
13:15:14 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 638286, ~: 634439)
13:15:14 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404)
13:15:14 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 689752, ~: 682363)
13:15:14 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 685194, ~: 661294)
13:15:14 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 761920, ~: 747623)
13:15:14 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 732819, ~: 772480)
13:15:14 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 702454, ~: 681697)
13:15:14 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.23s (6.20s CPU time)
13:15:14
13:15:14 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest
13:15:14 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 44111412, ~: 44111390)
13:15:14 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.40s (1.39s CPU time)
13:15:15
13:15:15 Ran 3 tests for test/governance/governance/address_snapshots/at.t.sol:AddressSnapshotAtTest
13:15:15 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020)
13:15:15 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 838313, ~: 899593)
13:15:15 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388)
13:15:15 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.67s (1.24s CPU time)
13:15:15
13:15:15 Ran 3 tests for test/governance/governance/address_snapshots/add.t.sol:AddressSnapshotAddTest
13:15:15 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1761265, ~: 1686248)
13:15:15 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689)
13:15:15 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848)
13:15:15 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.80s (2.08s CPU time)
13:15:15
13:15:15 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest
13:15:15 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670300, ~: 670633)
13:15:15 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377514, ~: 377514)
13:15:15 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 673152, ~: 673357)
13:15:15 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671399, ~: 672020)
13:15:15 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382733, ~: 382733)
13:15:15 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683515, ~: 684026)
13:15:15 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125596, ~: 1125994)
13:15:15 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382495)
13:15:15 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15220, ~: 15214)
13:15:15 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376105, ~: 376141)
13:15:15 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381275, ~: 381394)
13:15:15 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 2.21s (1.59s CPU time)
13:15:16
13:15:16 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest
13:15:16 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296219, ~: 296374)
13:15:16 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371498, ~: 371568)
13:15:16 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195)
13:15:16 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 426260, ~: 426409)
13:15:16 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441417, ~: 441559)
13:15:16 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90667, ~: 90667)
13:15:16 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406237, ~: 407102)
13:15:16 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106068, ~: 106068)
13:15:16 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 2.75s (1.02s CPU time)
13:15:16
13:15:16 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest
13:15:16 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 59861079)
13:15:16 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207)
13:15:16 [PASS] test_WhenTheRollupDoesNotHaveTheTargetCommitteeSize() (gas: 42285639)
13:15:16 [PASS] test_WhenTheSampleSeedHasBeenSet() (gas: 45463572)
13:15:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.76s (265.05ms CPU time)
13:15:16
13:15:16 Ran 4 tests for test/MultiProof.t.sol:MultiProofTest
13:15:16 [PASS] testMultipleProvers() (gas: 140280295)
13:15:16 [PASS] testMultipleProversBoostedRewards() (gas: 106610737)
13:15:16 [PASS] testNoHolesInProvenBlocks() (gas: 72284210)
13:15:16 [PASS] testProofsAreInOneEpoch() (gas: 72283252)
13:15:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.94s (5.98s CPU time)
13:15:16
13:15:16 Ran 2 tests for test/governance/gse/gse/vote.t.sol:VoteTest
13:15:16 [PASS] test_GivenAmountGreaterThanAvailablePower(address,address,address,bool,uint256) (runs: 256, μ: 656251, ~: 629094)
13:15:16 [PASS] test_GivenAmountLessOrEqualToAvailablePower(address,address,address,bool,uint256,bool) (runs: 256, μ: 720676, ~: 776145)
13:15:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 3.27s (297.00ms CPU time)
13:15:17
13:15:17 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest
13:15:17 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32851, ~: 32633)
13:15:17 [PASS] test_WhenAmountEq0() (gas: 8626)
13:15:17 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 209729, ~: 210513)
13:15:17 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 237898, ~: 238232)
13:15:17 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 215658, ~: 214364)
13:15:17 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 3.51s (239.02ms CPU time)
13:15:17
13:15:17 Ran 3 tests for test/governance/gse/gse/voteWithCanonical.t.sol:VoteWithCanonicalTest
13:15:17 [PASS] test_GivenAmountGreaterThanAvailableCanonicalPower(address,address,uint256) (runs: 256, μ: 637233, ~: 636915)
13:15:17 [PASS] test_GivenAmountLessOrEqualToAvailableCanonicalPower(address,address,bool,uint256) (runs: 256, μ: 724529, ~: 724947)
13:15:17 [PASS] test_GivenCallerIsNotCanonicalAtProposalTime(address) (runs: 256, μ: 50537, ~: 50537)
13:15:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.29s (283.87ms CPU time)
13:15:17
13:15:17 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest
13:15:17 [PASS] test_FeeModelEquivalence() (gas: 436453050)
13:15:17 [PASS] test__FeeModelPrune() (gas: 2117894)
13:15:17 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.42s (3.89s CPU time)
13:15:18
13:15:18 Ran 4 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest
13:15:18 [PASS] test_100_slashing_validators() (gas: 278025956)
13:15:18 [PASS] test_100_validators() (gas: 259061643)
13:15:18 [PASS] test_48_validators() (gas: 242370142)
13:15:18 [PASS] test_no_validators() (gas: 80046670)
13:15:18 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 4.61s (15.19s CPU time)
13:15:18
13:15:18 Ran 6 tests for test/validator-selection/Sampling.t.sol:SamplingTest
13:15:18 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 3933994, ~: 365064)
13:15:18 [PASS] testSampleIndex(uint256,uint256) (runs: 256, μ: 8634, ~: 8634)
13:15:18 [PASS] testSimpleSample() (gas: 5526723)
13:15:18 [PASS] test_committeeRevert(uint256,uint256) (runs: 256, μ: 15608, ~: 15552)
13:15:18 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 624177, ~: 293464)
13:15:18 [PASS] test_emptyCommittee(uint256) (runs: 256, μ: 9137, ~: 9137)
13:15:18 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 4.65s (5.94s CPU time)
13:15:18
13:15:18 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest
13:15:18 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696345, ~: 696660)
13:15:18 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 832291, ~: 832973)
13:15:18 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 673368, ~: 673706)
13:15:18 [PASS] test_GivenStateIsActive() (gas: 356145)
13:15:18 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350265, ~: 350265)
13:15:18 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 686153, ~: 686292)
13:15:18 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698836, ~: 699359)
13:15:18 [PASS] test_GivenStateIsPending() (gas: 348521)
13:15:18 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664305, ~: 664805)
13:15:18 [PASS] test_GivenStateIsRejected() (gas: 363965)
13:15:18 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 4.87s (1.10s CPU time)
13:15:18
13:15:18 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest
13:15:18 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405)
13:15:18 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038)
13:15:18 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773)
13:15:18 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.87s (36.72ms CPU time)
13:15:18
13:15:18 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest
13:15:18 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11786, ~: 11786)
13:15:18 [PASS] test_WhenDepositsPerMintIs0() (gas: 10845)
13:15:18 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23196, ~: 23314)
13:15:18 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 7570502, ~: 6876806)
13:15:18 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 4.87s (3.43s CPU time)
13:15:18
13:15:18 Ran 9 tests for test/Inbox.t.sol:InboxTest
13:15:18 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055)
13:15:18 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5697682, ~: 5668072)
13:15:18 [PASS] testRevertIFConsumingInFuture() (gas: 12712)
13:15:18 [PASS] testRevertIfActorTooLarge() (gas: 11877)
13:15:18 [PASS] testRevertIfContentTooLarge() (gas: 12009)
13:15:18 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841)
13:15:18 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008)
13:15:18 [PASS] testRevertIfVersionMismatch() (gas: 12251)
13:15:18 [PASS] testSendDuplicateL2Messages() (gas: 111551)
13:15:18 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 5.41s (5.40s CPU time)
13:15:19
13:15:19 Ran 9 tests for test/governance/gse/gse/withdraw.t.sol:WithdrawTest
13:15:19 [PASS] test_GivenAttesterNotFoundInCanonical(address,address) (runs: 256, μ: 97429, ~: 97429)
13:15:19 [PASS] test_GivenBalanceLessThanAmount(address,address,uint256) (runs: 256, μ: 615781, ~: 616089)
13:15:19 [PASS] test_GivenBalanceLessThanAmount2(address,address,uint256) (runs: 256, μ: 612333, ~: 612274)
13:15:19 [PASS] test_GivenBalanceMinusAmountGreaterOrEqualToMinimumStake(address,address,uint256) (runs: 256, μ: 752595, ~: 752606)
13:15:19 [PASS] test_GivenBalanceMinusAmountGreaterOrEqualToMinimumStake2(address,address,uint256) (runs: 256, μ: 747599, ~: 747533)
13:15:19 [PASS] test_GivenBalanceMinusAmountLessThanMinimumStake(address,address,uint256) (runs: 256, μ: 681600, ~: 681317)
13:15:19 [PASS] test_GivenBalanceMinusAmountLessThanMinimumStake2(address,address,uint256) (runs: 256, μ: 676778, ~: 676533)
13:15:19 [PASS] test_GivenCallerIsNotCanonical(address,address,address) (runs: 256, μ: 620143, ~: 620143)
13:15:19 [PASS] test_WhenCallerIsNotRegisteredRollup(address) (runs: 256, μ: 13383, ~: 13383)
13:15:19 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 5.51s (1.11s CPU time)
13:15:19
13:15:19 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest
13:15:19 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13906, ~: 13906)
13:15:19 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19240, ~: 19308)
13:15:19 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 1417754, ~: 1418006)
13:15:19 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 53288, ~: 53151)
13:15:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 5.51s (387.21ms CPU time)
13:15:19
13:15:19 Ran 3 tests for test/staking_asset_handler/reenterExitedValidator.t.sol:ReenterExitedValidatorTest
13:15:19 [PASS] test_WhenAttesterHasNOTProvidedAValidDeposit(address,address) (runs: 256, μ: 13999, ~: 13999)
13:15:19 [PASS] test_WhenAttesterHasProvidedAValidDeposit(address,address,address) (runs: 256, μ: 4193621, ~: 4193621)
13:15:19 [PASS] test_WhenInEntryQueue(address,address,address) (runs: 256, μ: 3327993, ~: 3327993)
13:15:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.13s (12.10s CPU time)
13:15:19
13:15:19 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest
13:15:19 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712857, ~: 5712905)
13:15:19 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554786, ~: 7554841)
13:15:19 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892754, ~: 3892755)
13:15:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.26s (13.52s CPU time)
13:15:20
13:15:20 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest
13:15:20 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 595420)
13:15:20 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 421466)
13:15:20 [PASS] test_GivenNewCanonicalInstance() (gas: 1120359)
13:15:20 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 744311)
13:15:20 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 871038)
13:15:20 [PASS] test_GivenProposalIsLeader() (gas: 719808)
13:15:20 [PASS] test_GivenRoundChanged() (gas: 689148)
13:15:20 [PASS] test_WhenSigNotFromProposer(uint256) (runs: 256, μ: 528805, ~: 528599)
13:15:20 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 6.67s (512.63ms CPU time)
13:15:20
13:15:20 Ran 6 tests for test/RollupGetters.t.sol:RollupShouldBeGetters
13:15:20 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 43265804, ~: 43299335)
13:15:20 [PASS] test_getBigEpochCommittee(uint16,bool) (runs: 256, μ: 59210562, ~: 59233917)
13:15:20 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 44272379, ~: 44295731)
13:15:20 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 44224020, ~: 44182744)
13:15:20 [PASS] test_getRewardConfig() (gas: 43175393)
13:15:20 [PASS] test_validateHeader() (gas: 44073061)
13:15:20 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 6.67s (11.73s CPU time)
13:15:20
13:15:20 Ran 2 tests for test/staking_asset_handler/bind.t.sol:BindTest
13:15:20 [PASS] test_WhenNotUsingTheBoundAddress(address) (runs: 256, μ: 3366048, ~: 3366048)
13:15:20 [PASS] test_WhenUsingTheBoundAddress() (gas: 3460450)
13:15:20 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.72s (6.73s CPU time)
13:15:23
13:15:23 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest
13:15:23 [PASS] testFrontier() (gas: 0)
13:15:23 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 9.69s (9.69s CPU time)
13:15:23
13:15:23 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest
13:15:23 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 474974)
13:15:23 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 346590)
13:15:23 [PASS] test_GivenNewCanonicalInstance() (gas: 948550)
13:15:23 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 572468)
13:15:23 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 651713)
13:15:23 [PASS] test_GivenProposalIsLeader() (gas: 547968)
13:15:23 [PASS] test_GivenRoundChanged() (gas: 526822)
13:15:23 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 400632, ~: 400632)
13:15:23 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 9.91s (153.82ms CPU time)
13:15:23
13:15:23 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest
13:15:23 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968360, ~: 967904)
13:15:23 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 964088, ~: 963768)
13:15:23 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964530, ~: 964326)
13:15:23 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 9.91s (242.68ms CPU time)
13:15:23
13:15:23 Ran 9 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest
13:15:23 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 341381, ~: 341381)
13:15:23 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10783629, ~: 10728347)
13:15:23 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10886394, ~: 10834925)
13:15:23 [PASS] test_GivenInsufficientYea() (gas: 456279)
13:15:23 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 380091, ~: 380132)
13:15:23 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10604548, ~: 10588046)
13:15:23 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9417580)
13:15:23 [PASS] test_WhenRoundNotInPast() (gas: 365695)
13:15:23 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 380512, ~: 380790)
13:15:23 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 9.90s (29.12s CPU time)
13:15:25
13:15:25 Ran 15 tests for test/Outbox.t.sol:OutboxTest
13:15:25 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10902, ~: 10902)
13:15:25 [PASS] testGetRootData() (gas: 86146)
13:15:25 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 42997029, ~: 21021918)
13:15:25 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 4136822, ~: 4447600)
13:15:25 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 603128)
13:15:25 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36747)
13:15:25 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36316)
13:15:25 [PASS] testRevertIfInsertingDuplicate() (gas: 52987)
13:15:25 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30578, ~: 30578)
13:15:25 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38510)
13:15:25 [PASS] testRevertIfPathHeightMismatch() (gas: 1143753)
13:15:25 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1157551)
13:15:25 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 633181)
13:15:25 [PASS] testRevertIfVersionMismatch() (gas: 36053)
13:15:25 [PASS] testValidInsertAndConsume() (gas: 636284)
13:15:25 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 12.06s (12.99s CPU time)
13:15:25
13:15:25 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest
13:15:25 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20580, ~: 20577)
13:15:25 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48672, ~: 48668)
13:15:25 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1043810, ~: 1044883)
13:15:25 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 12.12s (573.15ms CPU time)
13:15:25
13:15:25 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest
13:15:25 [PASS] test_WhenMinimumConfigEq0() (gas: 2849)
13:15:25 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49591, ~: 50190)
13:15:25 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 156810, ~: 166937)
13:15:25 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53120, ~: 52810)
13:15:25 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76341, ~: 77049)
13:15:25 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76606, ~: 76543)
13:15:25 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119723, ~: 120013)
13:15:25 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172434, ~: 172720)
13:15:25 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174753, ~: 175492)
13:15:25 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192540, ~: 192789)
13:15:25 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219666, ~: 220006)
13:15:25 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217551, ~: 218502)
13:15:25 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 12.12s (300.03ms CPU time)
13:15:25
13:15:25 Ran 8 tests for test/staking_asset_handler/addValidator.t.sol:addValidatorToQueueTest
13:15:25 [PASS] test_GivenTheDepositCallFails(address,address,address,address) (runs: 256, μ: 2630487, ~: 2630487)
13:15:25 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 1014934, ~: 1275987)
13:15:25 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 13181143, ~: 13181143)
13:15:25 [PASS] test_WhenPassportProofHasBeenUsed(address,address) (runs: 256, μ: 15265672, ~: 15265672)
13:15:25 [PASS] test_WhenPassportProofIsInDevMode(address,address) (runs: 256, μ: 10893390, ~: 10893390)
13:15:25 [PASS] test_WhenPassportProofIsInThePast(address,uint16) (runs: 256, μ: 10923673, ~: 10923673)
13:15:25 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 13751351, ~: 13751351)
13:15:25 [PASS] test_WhenUserIsNew(address,address) (runs: 256, μ: 13751386, ~: 13751386)
13:15:25 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 12.12s (33.00s CPU time)
13:15:25
13:15:25 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest
13:15:25 [PASS] test_WhenCallerIsNotSelf() (gas: 28665)
13:15:25 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273400, ~: 273297)
13:15:25 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35810, ~: 35752)
13:15:25 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273314, ~: 273575)
13:15:25 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42162, ~: 41957)
13:15:25 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273386, ~: 273651)
13:15:25 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42365, ~: 42142)
13:15:25 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273689, ~: 273685)
13:15:25 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31292, ~: 31299)
13:15:25 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274245, ~: 274514)
13:15:25 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41784, ~: 41530)
13:15:25 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273063, ~: 273060)
13:15:25 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31241, ~: 31238)
13:15:25 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273496, ~: 273199)
13:15:25 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 40963, ~: 40925)
13:15:25 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273848, ~: 274131)
13:15:25 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41954, ~: 41698)
13:15:25 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 273957, ~: 274253)
13:15:25 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 42057, ~: 41796)
13:15:25 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 12.12s (668.62ms CPU time)
13:15:26
13:15:26 Ran 4 tests for test/governance/governance/address_snapshots/values.t.sol:AddressSnapshotValuesTest
13:15:26 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440)
13:15:26 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336017, ~: 335952)
13:15:26 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 655641, ~: 661718)
13:15:26 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 713418, ~: 702918)
13:15:26 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 12.59s (1.91s CPU time)
13:15:26
13:15:26 Ran 29 tests for test/Rollup.t.sol:RollupTest
13:15:26 [PASS] testBlockFee() (gas: 45272675)
13:15:26 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 40481269, ~: 40611697)
13:15:26 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 67085798, ~: 73557282)
13:15:26 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 73233390)
13:15:26 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 43901825, ~: 44393570)
13:15:26 [PASS] testEmptyBlock(bool) (runs: 256, μ: 39922175, ~: 39771021)
13:15:26 [PASS] testExtraBlobs() (gas: 52241164)
13:15:26 [PASS] testInvalidBlobHash() (gas: 44262471)
13:15:26 [PASS] testInvalidBlobProof() (gas: 1026507101)
13:15:26 [PASS] testInvalidL2Fee() (gas: 44348473)
13:15:26 [PASS] testMixedBlock(bool) (runs: 256, μ: 53381730, ~: 46155182)
13:15:26 [PASS] testNonZeroDaFee() (gas: 44336654)
13:15:26 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 62814685)
13:15:26 [PASS] testProvingFeeUpdates() (gas: 73791468)
13:15:26 [PASS] testPrune() (gas: 46665202)
13:15:26 [PASS] testPruneAfterPartial() (gas: 73605330)
13:15:26 [PASS] testPruneDuringPropose() (gas: 53936719)
13:15:26 [PASS] testRevertInvalidCoinbase() (gas: 39308319)
13:15:26 [PASS] testRevertInvalidTimestamp() (gas: 39310860)
13:15:26 [PASS] testRevertPrune() (gas: 46161508)
13:15:26 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 62541638)
13:15:26 [PASS] testSetManaTargetDecreasing(uint256,uint256) (runs: 256, μ: 78944854, ~: 78944946)
13:15:26 [PASS] testSetManaTargetIncreasing(uint256,uint256) (runs: 256, μ: 78946914, ~: 78947274)
13:15:26 [PASS] testShouldNotBeTooEagerToPrune() (gas: 54214156)
13:15:26 [PASS] testSingleBlock(bool) (runs: 256, μ: 41581344, ~: 40905341)
13:15:26 [PASS] testSubmitProofInvalidArchive() (gas: 39857399)
13:15:26 [PASS] testSubmitProofNonExistentBlock() (gas: 39857126)
13:15:26 [PASS] testTimestamp() (gas: 41175744)
13:15:26 [PASS] testTooManyBlocks() (gas: 52415892)
13:15:26 Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 12.59s (48.59s CPU time)
13:15:26
13:15:26 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest
13:15:26 [PASS] test_GivenNoCheckpoints() (gas: 28277)
13:15:26 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 214083, ~: 212491)
13:15:26 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 207987, ~: 209698)
13:15:26 [PASS] test_WhenTimeNotInPast() (gas: 3997)
13:15:26 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 12.59s (389.38ms CPU time)
13:15:26
13:15:26 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest
13:15:26 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 44213709, ~: 44213709)
13:15:26 [PASS] testHappyPath() (gas: 57629598)
13:15:26 [PASS] testInitialCommitteeMatch() (gas: 44390474)
13:15:26 [PASS] testInsufficientSigsMove() (gas: 48147178)
13:15:26 [PASS] testInvalidCommitteeCommitment() (gas: 48139394)
13:15:26 [PASS] testNukeFromOrbit() (gas: 58830428)
13:15:26 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 44274869, ~: 44274869)
13:15:26 [PASS] testProposerNotProvided() (gas: 48155918)
13:15:26 [PASS] testRelayedForProposer() (gas: 49563912)
13:15:26 [PASS] testStableCommittee(uint8) (runs: 256, μ: 44563618, ~: 44563737)
13:15:26 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 83409685, ~: 82246514)
13:15:26 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 12.59s (18.34s CPU time)
13:15:26
13:15:26 Ran 108 test suites in 12.60s (272.39s CPU time): 452 tests passed, 0 failed, 0 skipped (452 total tests)