Parent Log:
http://ci.aztec-labs.com/6093ea1a8fb19ac6
Command: e6b4984fe72d1eb0 cd l1-contracts && forge test
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/17ea18ade041a1bb437806e047c30b29da124094
Env: REF_NAME=gh-readonly-queue/next/pr-15007-4c695be4bff40a4a2ca2118c7e14c83a104e93aa CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 17:31:05 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15007_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_88124959fc35bcb2_next
17:31:12 Compiling 258 files with Solc 0.8.27
17:32:13 Solc 0.8.27 finished in 61.60s
17:32:13 Compiler run successful!
17:32:13
17:32:13 Ran 2 tests for test/Parity.t.sol:ParityTest
17:32:13 [PASS] testRootMatchesBaseParity() (gas: 531543)
17:32:13 [PASS] testRootMatchesRootParity() (gas: 531476)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 7.36ms (869.27µs CPU time)
17:32:13
17:32:13 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest
17:32:13 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951)
17:32:13 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 7.92ms (1.58ms CPU time)
17:32:13
17:32:13 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest
17:32:13 [PASS] test_LockVoteAndExecute() (gas: 1313517)
17:32:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 11.65ms (948.69µs CPU time)
17:32:13
17:32:13 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees
17:32:13 [PASS] test_GivenSufficientBalance() (gas: 207025)
17:32:13 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209)
17:32:13 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 12.09ms (800.02µs CPU time)
17:32:13
17:32:13 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic
17:32:13 [PASS] test_GivenSufficientBalance() (gas: 155743)
17:32:13 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 13.85ms (522.39µs CPU time)
17:32:13
17:32:13 Ran 1 test for test/staking/15050.t.sol:Test15050
17:32:13 [PASS] test_15050() (gas: 1680378)
17:32:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 15.24ms (3.29ms CPU time)
17:32:13
17:32:13 Ran 5 tests for test/staking/deposit.t.sol:DepositTest
17:32:13 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66927)
17:32:13 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 1116893)
17:32:13 [PASS] test_GivenAttesterIsNotActive() (gas: 172702)
17:32:13 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30434)
17:32:13 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58762)
17:32:13 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 15.61ms (2.50ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest
17:32:13 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11813, ~: 11813)
17:32:13 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166862)
17:32:13 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 168019)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 17.33ms (10.41ms CPU time)
17:32:13
17:32:13 Ran 9 tests for test/staking/slash.t.sol:SlashTest
17:32:13 [PASS] test_GivenAttesterIsActive() (gas: 819460)
17:32:13 [PASS] test_GivenAttesterIsNotActive() (gas: 653211)
17:32:13 [PASS] test_GivenTimeIsAfterUnlock() (gas: 762668)
17:32:13 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 792163)
17:32:13 [PASS] test_SlashingMoreThanBalance() (gas: 735489)
17:32:13 [PASS] test_SlashingMoreThanExitBalance() (gas: 788382)
17:32:13 [PASS] test_WhenAttesterIsNotExiting() (gas: 968715)
17:32:13 [PASS] test_WhenAttesterIsNotRegistered() (gas: 29098)
17:32:13 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 636956)
17:32:13 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 22.14ms (7.26ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/staking/getters.t.sol:GettersTest
17:32:13 [PASS] test_getAttesterAtIndex() (gas: 34683)
17:32:13 [PASS] test_getAttesterOutOfBounds() (gas: 27434)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 22.64ms (199.36µs CPU time)
17:32:13
17:32:13 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest
17:32:13 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355)
17:32:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 28.61ms (21.88ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/boosted_rewards/BoostedRewards.t.sol:BoostedRewardsTest
17:32:13 [PASS] test_activityDuplicateNoop() (gas: 335056)
17:32:13 [PASS] test_activityScore() (gas: 1138003)
17:32:13 [PASS] test_shares() (gas: 2668376)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 32.28ms (16.88ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest
17:32:13 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428)
17:32:13 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 37.37ms (30.17ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/staking_asset_handler/setScope.t.sol:SetScopeTest
17:32:13 [PASS] test_WhenCallerOfSetScopeIsNotOwner(address) (runs: 256, μ: 14462, ~: 14462)
17:32:13 [PASS] test_WhenCallerOfSetScopeIsOwner() (gas: 22499)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 42.90ms (15.30ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest
17:32:13 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405)
17:32:13 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038)
17:32:13 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 44.73ms (38.84ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/staking_asset_handler/setSubscope.t.sol:SetSubscopeTest
17:32:13 [PASS] test_WhenCallerOfSetSubscopeIsNotOwner(address) (runs: 256, μ: 14484, ~: 14484)
17:32:13 [PASS] test_WhenCallerOfSetSubscopeIsOwner() (gas: 22477)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 46.69ms (16.36ms CPU time)
17:32:13
17:32:13 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest
17:32:13 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 429686)
17:32:13 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 324519)
17:32:13 [PASS] test_GivenNewCanonicalInstance() (gas: 857028)
17:32:13 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 526030)
17:32:13 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 604049)
17:32:13 [PASS] test_GivenProposalIsLeader() (gas: 501508)
17:32:13 [PASS] test_GivenRoundChanged() (gas: 480540)
17:32:13 [PASS] test_WhenSigNotFromProposer(address) (runs: 256, μ: 355277, ~: 355277)
17:32:13 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 47.08ms (39.68ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest
17:32:13 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 346974, ~: 346974)
17:32:13 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13064)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 48.25ms (41.20ms CPU time)
17:32:13
17:32:13 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest
17:32:13 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 429664)
17:32:13 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 324519)
17:32:13 [PASS] test_GivenNewCanonicalInstance() (gas: 857006)
17:32:13 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 526008)
17:32:13 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 604049)
17:32:13 [PASS] test_GivenProposalIsLeader() (gas: 501508)
17:32:13 [PASS] test_GivenRoundChanged() (gas: 480540)
17:32:13 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 355386, ~: 355386)
17:32:13 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 50.65ms (43.79ms CPU time)
17:32:13
17:32:13 Ran 1 test for test/staking/move.t.sol:MoveTest
17:32:13 [PASS] test_MoveStakingSet() (gas: 55280915)
17:32:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 56.00ms (42.15ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest
17:32:13 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11894, ~: 11894)
17:32:13 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28544, ~: 28529)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 56.09ms (33.48ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest
17:32:13 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 128632, ~: 118972)
17:32:13 [PASS] test_GivenBalanceIs0() (gas: 54054)
17:32:13 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 57.88ms (69.13ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest
17:32:13 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1515171, ~: 1515241)
17:32:13 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 47923, ~: 48215)
17:32:13 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 48823, ~: 48495)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 61.04ms (100.72ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest
17:32:13 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19411, ~: 19727)
17:32:13 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83198, ~: 82934)
17:32:13 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 62.09ms (53.89ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest
17:32:13 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 184743, ~: 184778)
17:32:13 [PASS] test_GivenNoCheckpoints(uint64) (runs: 256, μ: 5752, ~: 5752)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 67.88ms (75.43ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest
17:32:13 [PASS] test_GivenMultipleListedRollups() (gas: 297522)
17:32:13 [PASS] test_GivenNoListedRollups() (gas: 10735)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 71.53ms (7.81ms CPU time)
17:32:13
17:32:13 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest
17:32:13 [PASS] test_UpgradeIntoNewVersion() (gas: 4143606)
17:32:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 72.35ms (11.34ms CPU time)
17:32:13
17:32:13 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest
17:32:13 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 84651, ~: 85895)
17:32:13 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447)
17:32:13 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 103.45ms (115.02ms CPU time)
17:32:13
17:32:13 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest
17:32:13 [PASS] test_GivenStateIsDropped() (gas: 25448)
17:32:13 [PASS] test_GivenStateIsExecuted() (gas: 25467)
17:32:13 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 24683, ~: 29451)
17:32:13 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 110.27ms (88.93ms CPU time)
17:32:13
17:32:13 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static
17:32:13 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119859, ~: 120720)
17:32:13 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119538, ~: 120335)
17:32:13 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 139984, ~: 140502)
17:32:13 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120672, ~: 121911)
17:32:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 116.73ms (200.06ms CPU time)
17:32:14
17:32:14 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest
17:32:14 [PASS] test_Slashing() (gas: 44516698)
17:32:14 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 129.52ms (123.49ms CPU time)
17:32:14
17:32:14 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest
17:32:14 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825691, ~: 826182)
17:32:14 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 143.08ms (136.44ms CPU time)
17:32:14
17:32:14 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest
17:32:14 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194781, ~: 194781)
17:32:14 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197521, ~: 197521)
17:32:14 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15779, ~: 15779)
17:32:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 145.91ms (205.63ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest
17:32:14 [PASS] test_GivenNoCheckpoints() (gas: 28277)
17:32:14 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 217294, ~: 212845)
17:32:14 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 210199, ~: 209698)
17:32:14 [PASS] test_WhenTimeNotInPast() (gas: 3997)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 167.60ms (133.55ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/staking_asset_handler/scope.t.sol:ScopeTest
17:32:14 [PASS] test_WhenScopeIsInvalidAndSubscopeIsInvalid() (gas: 3246743)
17:32:14 [PASS] test_WhenScopeIsInvalidButSubscopeIsValid() (gas: 3244007)
17:32:14 [PASS] test_WhenScopeIsValidAndSubscopeIsInvalid() (gas: 3243992)
17:32:14 [PASS] test_WhenScopeIsValidAndSubscopeIsValid() (gas: 3336810)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 160.29ms (146.75ms CPU time)
17:32:14
17:32:14 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest
17:32:14 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668)
17:32:14 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18980, ~: 19037)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 174.02ms (188.32ms CPU time)
17:32:14
17:32:14 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest
17:32:14 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11841, ~: 11841)
17:32:14 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37381, ~: 37381)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 201.28ms (60.46ms CPU time)
17:32:14
17:32:14 Ran 3 tests for test/governance/gse/delegationlib/decreaseBalance.t.sol:DecreaseBalanceTest
17:32:14 [PASS] test_GivenADelegatee(address[2],address,address,uint256,uint256) (runs: 256, μ: 307915, ~: 309074)
17:32:14 [PASS] test_GivenNoDelegatee(address[2],address,uint256,uint256) (runs: 256, μ: 207815, ~: 208358)
17:32:14 [PASS] test_WhenAmountEq0(address,address) (runs: 256, μ: 11744, ~: 11744)
17:32:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 202.98ms (303.77ms CPU time)
17:32:14
17:32:14 Ran 2 tests for test/governance/gse/delegationlib/usePower.t.sol:UsePowerTest
17:32:14 [PASS] test_GivenPowerUsedPlusAmountGtPowerAt(address,uint256,uint32,uint256,uint256) (runs: 256, μ: 234288, ~: 236522)
17:32:14 [PASS] test_GivenPowerUsedPlusAmountLePowerAt(address,uint256[2],uint32,uint256,uint256) (runs: 256, μ: 261862, ~: 263012)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 235.02ms (143.68ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/governance/governance/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest
17:32:14 [PASS] test_WhenAddressNotInTheSet() (gas: 10869)
17:32:14 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421413, ~: 421347)
17:32:14 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171070, ~: 171381)
17:32:14 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 234.99ms (293.20ms CPU time)
17:32:14
17:32:14 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest
17:32:14 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1244425, ~: 1244425)
17:32:14 [PASS] testDepositPrivate() (gas: 194884)
17:32:14 [PASS] testDepositPublic() (gas: 197387)
17:32:14 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2312760, ~: 2312760)
17:32:14 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1234067)
17:32:14 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 245.57ms (348.72ms CPU time)
17:32:14
17:32:14 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest
17:32:14 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32515)
17:32:14 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 599973, ~: 599973)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 262.92ms (254.41ms CPU time)
17:32:14
17:32:14 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest
17:32:14 [PASS] test_GivenStatusIsNotExiting() (gas: 727678)
17:32:14 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 836157, ~: 836118)
17:32:14 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 759106)
17:32:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 273.00ms (256.89ms CPU time)
17:32:14
17:32:14 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest
17:32:14 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362)
17:32:14 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 374.56ms (30.39ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest
17:32:14 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1236986, ~: 1404628)
17:32:14 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252)
17:32:14 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1381979, ~: 1596680)
17:32:14 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1067944, ~: 1258722)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 446.71ms (1.00s CPU time)
17:32:14
17:32:14 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest
17:32:14 [PASS] test_WhenDepositsPerMintIs0() (gas: 69670)
17:32:14 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256,string,string,bool) (runs: 256, μ: 3554227, ~: 3512803)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 520.23ms (480.49ms CPU time)
17:32:14
17:32:14 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest
17:32:14 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20577, ~: 20577)
17:32:14 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48667, ~: 48668)
17:32:14 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1043920, ~: 1044949)
17:32:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 582.97ms (590.14ms CPU time)
17:32:14
17:32:14 Ran 2 tests for test/staking/flushEntryQueue.t.sol:FlushEntryQueueTest
17:32:14 [PASS] test_GivenTheQueueHasAlreadyBeenFlushedThisEpoch() (gas: 82029)
17:32:14 [PASS] test_GivenTheQueueHasNotBeenFlushedThisEpoch(uint256) (runs: 256, μ: 1219334, ~: 1567263)
17:32:14 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 628.43ms (587.00ms CPU time)
17:32:14
17:32:14 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest
17:32:14 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670317, ~: 670633)
17:32:14 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377514, ~: 377514)
17:32:14 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672791, ~: 673069)
17:32:14 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671707, ~: 672020)
17:32:14 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382733, ~: 382733)
17:32:14 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683700, ~: 684026)
17:32:14 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125365, ~: 1125994)
17:32:14 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382495)
17:32:14 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15222, ~: 15214)
17:32:14 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376116, ~: 376141)
17:32:14 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381282, ~: 381394)
17:32:14 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 899.56ms (1.49s CPU time)
17:32:14
17:32:14 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest
17:32:14 [PASS] test_AddRollup(bool) (runs: 256, μ: 2753559, ~: 3232694)
17:32:14 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 904.62ms (892.68ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest
17:32:14 [PASS] test_computeFeeAssetPerEth() (gas: 24034021)
17:32:14 [PASS] test_full() (gas: 160797407)
17:32:14 [PASS] test_invalidOracleInput() (gas: 55199)
17:32:14 [PASS] test_photograph() (gas: 77271119)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 910.38ms (659.08ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest
17:32:14 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 59007691)
17:32:14 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207)
17:32:14 [PASS] test_WhenTheRollupDoesNotHaveTheTargetCommitteeSize() (gas: 41432803)
17:32:14 [PASS] test_WhenTheSampleSeedHasBeenSet() (gas: 44610050)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 945.94ms (427.48ms CPU time)
17:32:14
17:32:14 Ran 3 tests for test/staking_asset_handler/queue.t.sol:QueueTest
17:32:14 [PASS] test_WhenEnqueuingValidators(uint8) (runs: 256, μ: 3140355, ~: 1410158)
17:32:14 [PASS] test_WhenIncludingAlreadySeenAttesterProposerPair(address,address) (runs: 256, μ: 59925, ~: 59925)
17:32:14 [PASS] test_WhenNotInitializedAndQueueIsEmpty() (gas: 19244)
17:32:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.01s (1.19s CPU time)
17:32:14
17:32:14 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest
17:32:14 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 806590)
17:32:14 [PASS] test_GivenAttesterIsLiving() (gas: 824752)
17:32:14 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 624711)
17:32:14 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 788823)
17:32:14 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30190)
17:32:14 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 634506, ~: 634506)
17:32:14 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 1.03s (191.47ms CPU time)
17:32:14
17:32:14 Ran 4 tests for test/governance/governance/address_snapshots/values.t.sol:AddressSnapshotValuesTest
17:32:14 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440)
17:32:14 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 335996, ~: 335952)
17:32:14 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 676410, ~: 661718)
17:32:14 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 705525, ~: 703322)
17:32:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.09s (2.12s CPU time)
17:32:14
17:32:14 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest
17:32:14 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296171, ~: 296374)
17:32:14 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371482, ~: 371568)
17:32:14 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195)
17:32:14 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 425734, ~: 426409)
17:32:14 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441222, ~: 441559)
17:32:14 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90667, ~: 90667)
17:32:14 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406437, ~: 407102)
17:32:14 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106068, ~: 106068)
17:32:14 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 1.09s (827.91ms CPU time)
17:32:15
17:32:15 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest
17:32:15 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76833, ~: 76633)
17:32:15 [PASS] test_WhenAmountEq0() (gas: 8437)
17:32:15 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 234240, ~: 235504)
17:32:15 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 217193, ~: 213411)
17:32:15 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.13s (226.71ms CPU time)
17:32:15
17:32:15 Ran 3 tests for test/governance/governance/address_snapshots/length.t.sol:AddressSnapshotLengthTest
17:32:15 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 644967, ~: 643917)
17:32:15 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370)
17:32:15 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 634235, ~: 591775)
17:32:15 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.13s (1.91s CPU time)
17:32:15
17:32:15 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest
17:32:15 [PASS] test_setSlasher(address) (runs: 256, μ: 27238, ~: 27238)
17:32:15 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12809, ~: 12809)
17:32:15 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.15s (99.27ms CPU time)
17:32:15
17:32:15 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest
17:32:15 [PASS] test_votingPower(bool,bool,bool) (runs: 256, μ: 3005829, ~: 3010770)
17:32:15 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.21s (1.19s CPU time)
17:32:15
17:32:15 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest
17:32:15 [PASS] testComputeTxsEffectsHash2() (gas: 18578)
17:32:15 [PASS] testComputeTxsEffectsHash3() (gas: 23575)
17:32:15 [PASS] testComputeTxsEffectsHash5() (gas: 32607)
17:32:15 [PASS] testComputeTxsEffectsHash6() (gas: 37249)
17:32:15 [PASS] testComputeTxsEffectsHash7() (gas: 40960)
17:32:15 [PASS] testDecomp() (gas: 42525)
17:32:15 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 1.23s (7.86ms CPU time)
17:32:15
17:32:15 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
17:32:15 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11863, ~: 11863)
17:32:15 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19620, ~: 19639)
17:32:15 [PASS] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 256, μ: 1790828, ~: 1790828)
17:32:15 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.24s (321.85ms CPU time)
17:32:15
17:32:15 Ran 7 tests for test/governance/governance/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest
17:32:15 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 681218, ~: 634439)
17:32:15 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404)
17:32:15 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 710554, ~: 766367)
17:32:15 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 661702, ~: 661143)
17:32:15 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 749605, ~: 747623)
17:32:15 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 695398, ~: 692656)
17:32:15 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 664140, ~: 598930)
17:32:15 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.24s (6.34s CPU time)
17:32:15
17:32:15 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest
17:32:15 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 43258393, ~: 43258369)
17:32:15 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.35s (1.34s CPU time)
17:32:15
17:32:15 Ran 3 tests for test/governance/governance/address_snapshots/add.t.sol:AddressSnapshotAddTest
17:32:15 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1638325, ~: 1475057)
17:32:15 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689)
17:32:15 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848)
17:32:15 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.50s (1.64s CPU time)
17:32:16
17:32:16 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest
17:32:16 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491)
17:32:16 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202)
17:32:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 2.79s (103.51ms CPU time)
17:32:16
17:32:16 Ran 4 tests for test/MultiProof.t.sol:MultiProofTest
17:32:16 [PASS] testMultipleProvers() (gas: 139434701)
17:32:16 [PASS] testMultipleProversBoostedRewards() (gas: 105790939)
17:32:16 [PASS] testNoHolesInProvenBlocks() (gas: 71438946)
17:32:16 [PASS] testProofsAreInOneEpoch() (gas: 71437988)
17:32:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.79s (5.99s CPU time)
17:32:16
17:32:16 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest
17:32:16 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11786, ~: 11786)
17:32:16 [PASS] test_WhenDepositsPerMintIs0() (gas: 10845)
17:32:16 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23212, ~: 23314)
17:32:16 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 7440103, ~: 7259553)
17:32:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.88s (2.85s CPU time)
17:32:17
17:32:17 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest
17:32:17 [PASS] test_FeeModelEquivalence() (gas: 436811999)
17:32:17 [PASS] test__FeeModelPrune() (gas: 2118578)
17:32:17 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 3.91s (3.47s CPU time)
17:32:17
17:32:17 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest
17:32:17 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13906, ~: 13906)
17:32:17 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19259, ~: 19308)
17:32:17 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 1417699, ~: 1417962)
17:32:17 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 53226, ~: 53129)
17:32:17 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 3.95s (317.53ms CPU time)
17:32:18
17:32:18 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest
17:32:18 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968394, ~: 968328)
17:32:18 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 964065, ~: 963768)
17:32:18 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964496, ~: 964326)
17:32:18 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.19s (173.65ms CPU time)
17:32:18
17:32:18 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest
17:32:18 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696160, ~: 696660)
17:32:18 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 832319, ~: 832951)
17:32:18 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 673322, ~: 673706)
17:32:18 [PASS] test_GivenStateIsActive() (gas: 356145)
17:32:18 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350265, ~: 350265)
17:32:18 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 686157, ~: 686292)
17:32:18 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698650, ~: 699359)
17:32:18 [PASS] test_GivenStateIsPending() (gas: 348521)
17:32:18 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664287, ~: 664805)
17:32:18 [PASS] test_GivenStateIsRejected() (gas: 363965)
17:32:18 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 4.35s (915.36ms CPU time)
17:32:18
17:32:18 Ran 2 tests for test/staking_asset_handler/skipBindCheck.t.sol:SetSkipBindCheckTest
17:32:18 [PASS] test_WhenCallerOfSetSkipBindCheckIsNotOwner(address,bool) (runs: 256, μ: 11900, ~: 11900)
17:32:18 [PASS] test_WhenCallerOfSetSkipBindCheckIsOwner(bool) (runs: 256, μ: 16808, ~: 18132)
17:32:18 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.35s (31.29ms CPU time)
17:32:18
17:32:18 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest
17:32:18 [PASS] test_WhenCallerIsNotSelf() (gas: 28665)
17:32:18 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273394, ~: 273297)
17:32:18 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35805, ~: 35752)
17:32:18 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273317, ~: 273575)
17:32:18 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42192, ~: 41957)
17:32:18 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273402, ~: 273651)
17:32:18 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42381, ~: 42142)
17:32:18 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273690, ~: 273685)
17:32:18 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31299, ~: 31299)
17:32:18 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274218, ~: 274514)
17:32:18 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41803, ~: 41530)
17:32:18 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273064, ~: 273060)
17:32:18 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31238, ~: 31238)
17:32:18 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273513, ~: 273199)
17:32:18 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 41016, ~: 41316)
17:32:18 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273875, ~: 274131)
17:32:18 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41914, ~: 41698)
17:32:18 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 273985, ~: 274253)
17:32:18 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 42029, ~: 41796)
17:32:18 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 4.35s (588.30ms CPU time)
17:32:18
17:32:18 Ran 3 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest
17:32:18 [PASS] test_100_validators() (gas: 375098948)
17:32:18 [PASS] test_48_validators() (gas: 359813867)
17:32:18 [PASS] test_no_validators() (gas: 76900626)
17:32:18 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.48s (10.70s CPU time)
17:32:18
17:32:18 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest
17:32:18 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183623, ~: 183680)
17:32:18 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21684, ~: 21616)
17:32:18 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1332248, ~: 1481549)
17:32:18 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.77s (398.41ms CPU time)
17:32:18
17:32:18 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest
17:32:18 [PASS] test_WhenMinimumConfigEq0() (gas: 2849)
17:32:18 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49650, ~: 50190)
17:32:18 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 156516, ~: 167217)
17:32:18 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53153, ~: 53090)
17:32:18 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76278, ~: 76249)
17:32:18 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76571, ~: 76263)
17:32:18 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119755, ~: 120013)
17:32:18 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172403, ~: 172720)
17:32:18 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174536, ~: 174990)
17:32:18 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192430, ~: 192789)
17:32:18 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219645, ~: 220006)
17:32:18 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217723, ~: 218502)
17:32:18 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 4.86s (370.41ms CPU time)
17:32:19
17:32:19 Ran 2 tests for test/ignition.t.sol:IgnitionTest
17:32:19 [PASS] test_RevertNonEmptyBlock() (gas: 37765487)
17:32:19 [PASS] test_emptyBlock() (gas: 37921169)
17:32:19 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 5.16s (58.49ms CPU time)
17:32:19
17:32:19 Ran 3 tests for test/governance/governance/address_snapshots/at.t.sol:AddressSnapshotAtTest
17:32:19 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020)
17:32:19 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 843926, ~: 815882)
17:32:19 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388)
17:32:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.58s (1.44s CPU time)
17:32:19
17:32:19 Ran 3 tests for test/governance/gse/delegationlib/increaseBalance.t.sol:IncreaseBalanceTest
17:32:19 [PASS] test_GivenADelegatee(address[2],address,address,uint256,uint256) (runs: 256, μ: 308678, ~: 308792)
17:32:19 [PASS] test_GivenNoDelegatee(address[2],address,uint256,uint256) (runs: 256, μ: 204199, ~: 204258)
17:32:19 [PASS] test_WhenAmountEq0(address,address) (runs: 256, μ: 11679, ~: 11679)
17:32:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.58s (217.56ms CPU time)
17:32:19
17:32:19 Ran 29 tests for test/Rollup.t.sol:RollupTest
17:32:19 [PASS] testBlockFee() (gas: 44427003)
17:32:19 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 39637680, ~: 39765401)
17:32:19 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 66088274, ~: 72712107)
17:32:19 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 72388215)
17:32:19 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 42952423, ~: 43548395)
17:32:19 [PASS] testEmptyBlock(bool) (runs: 256, μ: 39083425, ~: 38924384)
17:32:19 [PASS] testExtraBlobs() (gas: 51395649)
17:32:19 [PASS] testInvalidBlobHash() (gas: 43416636)
17:32:19 [PASS] testInvalidBlobProof() (gas: 1026468084)
17:32:19 [PASS] testInvalidL2Fee() (gas: 43502760)
17:32:19 [PASS] testMixedBlock(bool) (runs: 256, μ: 53056525, ~: 60109637)
17:32:19 [PASS] testNonZeroDaFee() (gas: 43490895)
17:32:19 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 61969510)
17:32:19 [PASS] testProvingFeeUpdates() (gas: 72946425)
17:32:19 [PASS] testPrune() (gas: 45819983)
17:32:19 [PASS] testPruneAfterPartial() (gas: 72760155)
17:32:19 [PASS] testPruneDuringPropose() (gas: 53091544)
17:32:19 [PASS] testRevertInvalidCoinbase() (gas: 38461381)
17:32:19 [PASS] testRevertInvalidTimestamp() (gas: 38463944)
17:32:19 [PASS] testRevertPrune() (gas: 45316014)
17:32:19 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 61696463)
17:32:19 [PASS] testSetManaTargetDecreasing(uint256,uint256) (runs: 256, μ: 77245878, ~: 77245934)
17:32:19 [PASS] testSetManaTargetIncreasing(uint256,uint256) (runs: 256, μ: 77248108, ~: 77248262)
17:32:19 [PASS] testShouldNotBeTooEagerToPrune() (gas: 53368981)
17:32:19 [PASS] testSingleBlock(bool) (runs: 256, μ: 40854129, ~: 41501966)
17:32:19 [PASS] testSubmitProofInvalidArchive() (gas: 39010784)
17:32:19 [PASS] testSubmitProofNonExistentBlock() (gas: 39010511)
17:32:19 [PASS] testTimestamp() (gas: 40322803)
17:32:19 [PASS] testTooManyBlocks() (gas: 51570310)
17:32:19 Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 5.58s (48.10s CPU time)
17:32:20
17:32:20 Ran 2 tests for test/staking_asset_handler/bind.t.sol:BindTest
17:32:20 [PASS] test_WhenNotUsingTheBoundAddress(address) (runs: 256, μ: 3366048, ~: 3366048)
17:32:20 [PASS] test_WhenUsingTheBoundAddress() (gas: 3460450)
17:32:20 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.38s (6.38s CPU time)
17:32:20
17:32:20 Ran 6 tests for test/RollupGetters.t.sol:RollupShouldBeGetters
17:32:20 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 42412313, ~: 42445010)
17:32:20 [PASS] test_getBigEpochCommittee(uint16,bool) (runs: 256, μ: 58353154, ~: 58332951)
17:32:20 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 43417342, ~: 43394918)
17:32:20 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 43367424, ~: 43328537)
17:32:20 [PASS] test_getRewardConfig() (gas: 42322405)
17:32:20 [PASS] test_validateHeader() (gas: 43220084)
17:32:20 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 6.58s (11.46s CPU time)
17:32:20
17:32:20 Ran 6 tests for test/validator-selection/Sampling.t.sol:SamplingTest
17:32:20 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 3125083, ~: 365474)
17:32:20 [PASS] testSampleIndex(uint256,uint256) (runs: 256, μ: 8634, ~: 8634)
17:32:20 [PASS] testSimpleSample() (gas: 5526723)
17:32:20 [PASS] test_committeeRevert(uint256,uint256) (runs: 256, μ: 15583, ~: 15272)
17:32:20 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 707340, ~: 279784)
17:32:20 [PASS] test_emptyCommittee(uint256) (runs: 256, μ: 9137, ~: 9137)
17:32:20 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 6.58s (5.81s CPU time)
17:32:20
17:32:20 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest
17:32:20 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390317, ~: 390317)
17:32:20 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694222, ~: 694512)
17:32:20 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254)
17:32:20 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390249, ~: 390249)
17:32:20 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 684008, ~: 684335)
17:32:20 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 686327, ~: 686480)
17:32:20 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698799, ~: 699482)
17:32:20 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762)
17:32:20 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664603, ~: 664941)
17:32:20 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161)
17:32:20 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 6.63s (816.03ms CPU time)
17:32:20
17:32:20 Ran 4 tests for test/governance/gse/delegationlib/delegate.t.sol:DelegateTest
17:32:20 [PASS] test_GivenOldDelegateeEq0(address,address,address,uint256) (runs: 256, μ: 217162, ~: 216944)
17:32:20 [PASS] test_WhenNeitherDelegateeEq0(address[2],address,address,address,uint256) (runs: 256, μ: 320458, ~: 320250)
17:32:20 [PASS] test_WhenNewDelegateeEq0(address,address,address,uint256) (runs: 256, μ: 227488, ~: 227276)
17:32:20 [PASS] test_WhenNewDelegateeEqOldDelegatee(address,address,address) (runs: 256, μ: 213953, ~: 213953)
17:32:20 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 6.93s (333.02ms CPU time)
17:32:20
17:32:20 Ran 3 tests for test/staking_asset_handler/reenterExitedValidator.t.sol:ReenterExitedValidatorTest
17:32:20 [PASS] test_WhenAttesterHasNOTProvidedAValidDeposit(address,address) (runs: 256, μ: 13999, ~: 13999)
17:32:20 [PASS] test_WhenAttesterHasProvidedAValidDeposit(address,address,address) (runs: 256, μ: 4193466, ~: 4193466)
17:32:20 [PASS] test_WhenInEntryQueue(address,address,address) (runs: 256, μ: 3327993, ~: 3327993)
17:32:20 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.93s (13.36s CPU time)
17:32:21
17:32:21 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest
17:32:21 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712874, ~: 5712905)
17:32:21 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554778, ~: 7554841)
17:32:21 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892754, ~: 3892755)
17:32:21 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.17s (13.90s CPU time)
17:32:22
17:32:22 Ran 15 tests for test/Outbox.t.sol:OutboxTest
17:32:22 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10902, ~: 10902)
17:32:22 [PASS] testGetRootData() (gas: 86146)
17:32:22 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 29614549, ~: 3367326)
17:32:22 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 3956774, ~: 4404274)
17:32:22 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 603128)
17:32:22 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36747)
17:32:22 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36316)
17:32:22 [PASS] testRevertIfInsertingDuplicate() (gas: 52987)
17:32:22 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30578, ~: 30578)
17:32:22 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38510)
17:32:22 [PASS] testRevertIfPathHeightMismatch() (gas: 1143753)
17:32:22 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1157551)
17:32:22 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 633181)
17:32:22 [PASS] testRevertIfVersionMismatch() (gas: 36053)
17:32:22 [PASS] testValidInsertAndConsume() (gas: 636284)
17:32:22 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 8.30s (9.16s CPU time)
17:32:23
17:32:23 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest
17:32:23 [PASS] testFrontier() (gas: 0)
17:32:23 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 9.73s (9.72s CPU time)
17:32:24
17:32:24 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest
17:32:24 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32835, ~: 32633)
17:32:24 [PASS] test_WhenAmountEq0() (gas: 8626)
17:32:24 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 210556, ~: 210568)
17:32:24 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 239302, ~: 238286)
17:32:24 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 213209, ~: 214814)
17:32:24 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 10.73s (258.35ms CPU time)
17:32:24
17:32:24 Ran 9 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest
17:32:24 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 319310, ~: 319310)
17:32:24 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10488035, ~: 10373454)
17:32:24 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10633873, ~: 10675061)
17:32:24 [PASS] test_GivenInsufficientYea() (gas: 431910)
17:32:24 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 357833, ~: 357862)
17:32:24 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10236428, ~: 10076663)
17:32:24 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9185488)
17:32:24 [PASS] test_WhenRoundNotInPast() (gas: 343580)
17:32:24 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 358236, ~: 358454)
17:32:24 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 10.73s (30.07s CPU time)
17:32:25
17:32:25 Ran 8 tests for test/staking_asset_handler/addValidator.t.sol:addValidatorToQueueTest
17:32:25 [PASS] test_GivenTheDepositCallFails(address,address,address,address) (runs: 256, μ: 2630243, ~: 2630243)
17:32:25 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 1016972, ~: 1275792)
17:32:25 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 13181099, ~: 13181099)
17:32:25 [PASS] test_WhenPassportProofHasBeenUsed(address,address) (runs: 256, μ: 15265672, ~: 15265672)
17:32:25 [PASS] test_WhenPassportProofIsInDevMode(address,address) (runs: 256, μ: 10893390, ~: 10893390)
17:32:25 [PASS] test_WhenPassportProofIsInThePast(address,uint16) (runs: 256, μ: 10923673, ~: 10923673)
17:32:25 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 13751240, ~: 13751240)
17:32:25 [PASS] test_WhenUserIsNew(address,address) (runs: 256, μ: 13751275, ~: 13751275)
17:32:25 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 11.83s (33.45s CPU time)
17:32:26
17:32:26 Ran 9 tests for test/Inbox.t.sol:InboxTest
17:32:26 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055)
17:32:26 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5627496, ~: 5621542)
17:32:26 [PASS] testRevertIFConsumingInFuture() (gas: 12712)
17:32:26 [PASS] testRevertIfActorTooLarge() (gas: 11877)
17:32:26 [PASS] testRevertIfContentTooLarge() (gas: 12009)
17:32:26 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841)
17:32:26 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008)
17:32:26 [PASS] testRevertIfVersionMismatch() (gas: 12251)
17:32:26 [PASS] testSendDuplicateL2Messages() (gas: 111551)
17:32:26 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 12.18s (5.18s CPU time)
17:32:26
17:32:26 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest
17:32:26 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 43360556, ~: 43360556)
17:32:26 [PASS] testHappyPath() (gas: 56781441)
17:32:26 [PASS] testInitialCommitteeMatch() (gas: 43536762)
17:32:26 [PASS] testInsufficientSigsMove() (gas: 47300578)
17:32:26 [PASS] testInvalidCommitteeCommitment() (gas: 47292836)
17:32:26 [PASS] testNukeFromOrbit() (gas: 57981709)
17:32:26 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 43420574, ~: 43420574)
17:32:26 [PASS] testProposerNotProvided() (gas: 47309361)
17:32:26 [PASS] testRelayedForProposer() (gas: 48716862)
17:32:26 [PASS] testStableCommittee(uint8) (runs: 256, μ: 43710451, ~: 43710563)
17:32:26 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 82717840, ~: 83890638)
17:32:26 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 12.18s (18.50s CPU time)
17:32:26
17:32:26 Ran 95 test suites in 12.19s (218.01s CPU time): 404 tests passed, 0 failed, 0 skipped (404 total tests)