Parent Log: http://ci.aztec-labs.com/fa2c9ef160e2a1bf Command: 5973f81078100943 cd l1-contracts && forge test Commit: https://github.com/AztecProtocol/aztec-packages/commit/58b067708e8ff927bf26b2994203134853a7eb71 Env: REF_NAME=gh-readonly-queue/next/pr-15078-3b44f825dcd3249b2c8a1105905fa3394aa7213d CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Mon Jun 16 17:59:14 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15078_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_88124959fc35bcb2_next 17:59:17 Compiling 256 files with Solc 0.8.27 18:00:11 Solc 0.8.27 finished in 54.12s 18:00:11 Compiler run successful! 18:00:11 18:00:11 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest 18:00:11 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951) 18:00:11 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.51ms (1.36ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/Parity.t.sol:ParityTest 18:00:11 [PASS] testRootMatchesBaseParity() (gas: 548387) 18:00:11 [PASS] testRootMatchesRootParity() (gas: 548320) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.55ms (1.39ms CPU time) 18:00:11 18:00:11 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest 18:00:11 [PASS] testComputeTxsEffectsHash2() (gas: 18627) 18:00:11 [PASS] testComputeTxsEffectsHash3() (gas: 23624) 18:00:11 [PASS] testComputeTxsEffectsHash5() (gas: 32656) 18:00:11 [PASS] testComputeTxsEffectsHash6() (gas: 37298) 18:00:11 [PASS] testComputeTxsEffectsHash7() (gas: 41009) 18:00:11 [PASS] testDecomp() (gas: 42917) 18:00:11 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 4.94ms (1.73ms CPU time) 18:00:11 18:00:11 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest 18:00:11 [PASS] test_LockVoteAndExecute() (gas: 1313517) 18:00:11 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 5.53ms (1.31ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees 18:00:11 [PASS] test_GivenSufficientBalance() (gas: 207025) 18:00:11 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209) 18:00:11 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.43ms (448.02µs CPU time) 18:00:11 18:00:11 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic 18:00:11 [PASS] test_GivenSufficientBalance() (gas: 155743) 18:00:11 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.56ms (257.33µs CPU time) 18:00:11 18:00:11 Ran 5 tests for test/staking/deposit.t.sol:DepositTest 18:00:11 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66927) 18:00:11 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 1113828) 18:00:11 [PASS] test_GivenAttesterIsNotActive() (gas: 172702) 18:00:11 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30434) 18:00:11 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58762) 18:00:11 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 7.84ms (1.30ms CPU time) 18:00:11 18:00:11 Ran 9 tests for test/staking/slash.t.sol:SlashTest 18:00:11 [PASS] test_GivenAttesterIsActive() (gas: 815664) 18:00:11 [PASS] test_GivenAttesterIsNotActive() (gas: 653152) 18:00:11 [PASS] test_GivenTimeIsAfterUnlock() (gas: 764448) 18:00:11 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 791425) 18:00:11 [PASS] test_SlashingMoreThanBalance() (gas: 732456) 18:00:11 [PASS] test_SlashingMoreThanExitBalance() (gas: 787792) 18:00:11 [PASS] test_WhenAttesterIsNotExiting() (gas: 962170) 18:00:11 [PASS] test_WhenAttesterIsNotRegistered() (gas: 31470) 18:00:11 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 13387) 18:00:11 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 10.21ms (3.84ms CPU time) 18:00:11 18:00:11 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest 18:00:11 [PASS] test_UpgradeIntoNewVersion() (gas: 4143632) 18:00:11 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 11.39ms (3.97ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/Forwarder.t.sol:ForwarderTest 18:00:11 [PASS] testForward() (gas: 125773) 18:00:11 [PASS] testRevertWhenCallToInvalidAddress(address) (runs: 256, μ: 14635, ~: 14635) 18:00:11 [PASS] testRevertWhenLengthMismatch() (gas: 10077) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 13.81ms (8.92ms CPU time) 18:00:11 18:00:11 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest 18:00:11 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355) 18:00:11 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 14.52ms (11.23ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest 18:00:11 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668) 18:00:11 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18980, ~: 19037) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.81ms (12.51ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/ignition.t.sol:IgnitionTest 18:00:11 [PASS] test_RevertNonEmptyBlock() (gas: 37706776) 18:00:11 [PASS] test_emptyBlock() (gas: 37862455) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 17.85ms (12.93ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest 18:00:11 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428) 18:00:11 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 19.11ms (15.74ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/boosted_rewards/BoostedRewards.t.sol:BoostedRewardsTest 18:00:11 [PASS] test_activityDuplicateNoop() (gas: 335914) 18:00:11 [PASS] test_activityScore() (gas: 1138003) 18:00:11 [PASS] test_shares() (gas: 2668376) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 19.47ms (7.95ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest 18:00:11 [PASS] test_GivenStateIsDropped() (gas: 25448) 18:00:11 [PASS] test_GivenStateIsExecuted() (gas: 25467) 18:00:11 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 24873, ~: 29984) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 22.59ms (19.40ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/staking_asset_handler/setSubscope.t.sol:SetSubscopeTest 18:00:11 [PASS] test_WhenCallerOfSetSubscopeIsNotOwner(address) (runs: 256, μ: 14484, ~: 14484) 18:00:11 [PASS] test_WhenCallerOfSetSubscopeIsOwner() (gas: 22477) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 23.18ms (9.95ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/staking_asset_handler/setScope.t.sol:SetScopeTest 18:00:11 [PASS] test_WhenCallerOfSetScopeIsNotOwner(address) (runs: 256, μ: 14462, ~: 14462) 18:00:11 [PASS] test_WhenCallerOfSetScopeIsOwner() (gas: 22499) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 23.28ms (9.88ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest 18:00:11 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 346974, ~: 346974) 18:00:11 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13064) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 24.60ms (20.47ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest 18:00:11 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11813, ~: 11813) 18:00:11 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166862) 18:00:11 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 168019) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.88ms (5.40ms CPU time) 18:00:11 18:00:11 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest 18:00:11 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420488) 18:00:11 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315365) 18:00:11 [PASS] test_GivenNewCanonicalInstance() (gas: 838574) 18:00:11 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516731) 18:00:11 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594662) 18:00:11 [PASS] test_GivenProposalIsLeader() (gas: 492231) 18:00:11 [PASS] test_GivenRoundChanged() (gas: 471276) 18:00:11 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 346210, ~: 346210) 18:00:11 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 26.52ms (22.92ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest 18:00:11 [PASS] test_setSlasher(address) (runs: 256, μ: 27238, ~: 27238) 18:00:11 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12809, ~: 12809) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 28.37ms (22.14ms CPU time) 18:00:11 18:00:11 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest 18:00:11 [PASS] test_Slashing() (gas: 44408399) 18:00:11 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 30.23ms (25.97ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest 18:00:11 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362) 18:00:11 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.77ms (15.39ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest 18:00:11 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 187458, ~: 184842) 18:00:11 [PASS] test_GivenNoCheckpoints(uint64) (runs: 256, μ: 5752, ~: 5752) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 35.76ms (35.96ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest 18:00:11 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1515181, ~: 1515241) 18:00:11 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 47914, ~: 48215) 18:00:11 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 48810, ~: 48495) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 38.43ms (64.45ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest 18:00:11 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32515) 18:00:11 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 599973, ~: 599973) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 41.55ms (37.37ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest 18:00:11 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 128393, ~: 118972) 18:00:11 [PASS] test_GivenBalanceIs0() (gas: 54054) 18:00:11 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 41.67ms (38.31ms CPU time) 18:00:11 18:00:11 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest 18:00:11 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 58929118) 18:00:11 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207) 18:00:11 [PASS] test_WhenTheRollupDoesNotHaveTheTargetCommitteeSize() (gas: 41355297) 18:00:11 [PASS] test_WhenTheSampleSeedHasBeenSet() (gas: 44532381) 18:00:11 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 57.05ms (31.32ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/staking/getters.t.sol:GettersTest 18:00:11 [PASS] test_getAttesterAtIndex() (gas: 34683) 18:00:11 [PASS] test_getAttesterOutOfBounds() (gas: 27434) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 3.21ms (101.48µs CPU time) 18:00:11 18:00:11 Ran 1 test for test/staking/move.t.sol:MoveTest 18:00:11 [PASS] test_MoveStakingSet() (gas: 55218603) 18:00:11 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 64.82ms (58.70ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest 18:00:11 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405) 18:00:11 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038) 18:00:11 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 36.85ms (20.85ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest 18:00:11 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968375, ~: 967904) 18:00:11 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 964038, ~: 963768) 18:00:11 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964555, ~: 964326) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 68.91ms (95.89ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest 18:00:11 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11841, ~: 11841) 18:00:11 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37381, ~: 37381) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 53.32ms (48.44ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest 18:00:11 [PASS] test_GivenMultipleListedRollups() (gas: 297522) 18:00:11 [PASS] test_GivenNoListedRollups() (gas: 10735) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 528.83µs (83.62µs CPU time) 18:00:11 18:00:11 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest 18:00:11 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76846, ~: 76633) 18:00:11 [PASS] test_WhenAmountEq0() (gas: 8437) 18:00:11 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 237149, ~: 235958) 18:00:11 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 211796, ~: 212703) 18:00:11 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 64.51ms (99.17ms CPU time) 18:00:11 18:00:11 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest 18:00:11 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 826060, ~: 826182) 18:00:11 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 105.06ms (100.85ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest 18:00:11 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19440, ~: 19727) 18:00:11 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83215, ~: 82934) 18:00:11 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 132.01ms (34.68ms CPU time) 18:00:11 18:00:11 Ran 4 tests for test/validator-selection/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest 18:00:11 [PASS] test_WhenAddressNotInTheSet() (gas: 10869) 18:00:11 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421470, ~: 421347) 18:00:11 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171074, ~: 171381) 18:00:11 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456) 18:00:11 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 131.16ms (160.40ms CPU time) 18:00:11 18:00:11 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest 18:00:11 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 806508) 18:00:11 [PASS] test_GivenAttesterIsLiving() (gas: 820956) 18:00:11 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 624652) 18:00:11 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 788741) 18:00:11 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30190) 18:00:11 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 634447, ~: 634447) 18:00:11 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 140.00ms (86.70ms CPU time) 18:00:11 18:00:11 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest 18:00:11 [PASS] test_GivenStatusIsNotExiting() (gas: 724651) 18:00:11 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 836093, ~: 836052) 18:00:11 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 759040) 18:00:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 148.05ms (145.52ms CPU time) 18:00:11 18:00:11 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest 18:00:11 [PASS] test_WhenDepositsPerMintIs0() (gas: 69670) 18:00:11 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256,string,string,bool) (runs: 256, μ: 3660423, ~: 3680762) 18:00:11 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 269.60ms (256.13ms CPU time) 18:00:12 18:00:12 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest 18:00:12 [PASS] test_WhenCallerIsNotSelf() (gas: 28665) 18:00:12 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273517, ~: 273581) 18:00:12 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35834, ~: 36154) 18:00:12 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273321, ~: 273575) 18:00:12 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42196, ~: 41957) 18:00:12 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273417, ~: 273651) 18:00:12 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42358, ~: 42142) 18:00:12 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273689, ~: 273685) 18:00:12 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31297, ~: 31299) 18:00:12 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274266, ~: 274514) 18:00:12 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41782, ~: 41530) 18:00:12 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273064, ~: 273060) 18:00:12 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31238, ~: 31238) 18:00:12 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273539, ~: 273623) 18:00:12 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 40953, ~: 40719) 18:00:12 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273834, ~: 274131) 18:00:12 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41908, ~: 41698) 18:00:12 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 273942, ~: 274252) 18:00:12 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 42022, ~: 41796) 18:00:12 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 298.09ms (293.31ms CPU time) 18:00:12 18:00:12 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest 18:00:12 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491) 18:00:12 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202) 18:00:12 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.71ms (14.62ms CPU time) 18:00:12 18:00:12 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest 18:00:12 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20578, ~: 20577) 18:00:12 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48670, ~: 48668) 18:00:12 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1043834, ~: 1044637) 18:00:12 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 299.36ms (298.26ms CPU time) 18:00:12 18:00:12 Ran 2 tests for test/staking/flushEntryQueue.t.sol:FlushEntryQueueTest 18:00:12 [PASS] test_GivenTheQueueHasAlreadyBeenFlushedThisEpoch() (gas: 82007) 18:00:12 [PASS] test_GivenTheQueueHasNotBeenFlushedThisEpoch(uint256) (runs: 256, μ: 1224224, ~: 1567172) 18:00:12 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 304.31ms (301.39ms CPU time) 18:00:12 18:00:12 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest 18:00:12 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390317, ~: 390317) 18:00:12 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694202, ~: 694512) 18:00:12 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254) 18:00:12 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390249, ~: 390249) 18:00:12 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 683836, ~: 684335) 18:00:12 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685642, ~: 686480) 18:00:12 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698937, ~: 699482) 18:00:12 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762) 18:00:12 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664086, ~: 664941) 18:00:12 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161) 18:00:12 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 385.44ms (449.26ms CPU time) 18:00:12 18:00:12 Ran 3 tests for test/staking_asset_handler/queue.t.sol:QueueTest 18:00:12 [PASS] test_WhenEnqueuingValidators(uint8) (runs: 256, μ: 2848917, ~: 1204157) 18:00:12 [PASS] test_WhenIncludingAlreadySeenAttesterProposerPair(address,address) (runs: 256, μ: 59925, ~: 59925) 18:00:12 [PASS] test_WhenNotInitializedAndQueueIsEmpty() (gas: 19244) 18:00:12 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 451.33ms (563.68ms CPU time) 18:00:12 18:00:12 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest 18:00:12 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32854, ~: 32633) 18:00:12 [PASS] test_WhenAmountEq0() (gas: 8626) 18:00:12 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 213831, ~: 210621) 18:00:12 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 235412, ~: 237462) 18:00:12 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 218724, ~: 215242) 18:00:12 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 519.57ms (133.11ms CPU time) 18:00:12 18:00:12 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest 18:00:12 [PASS] test_votingPower(bool,bool,bool) (runs: 256, μ: 2991305, ~: 3001425) 18:00:12 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 696.83ms (690.42ms CPU time) 18:00:12 18:00:12 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest 18:00:12 [PASS] test_WhenMinimumConfigEq0() (gas: 2849) 18:00:12 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49651, ~: 50190) 18:00:12 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 153313, ~: 166937) 18:00:12 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53142, ~: 53090) 18:00:12 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76267, ~: 76093) 18:00:12 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76576, ~: 76263) 18:00:12 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119755, ~: 119992) 18:00:12 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172450, ~: 172720) 18:00:12 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174518, ~: 174990) 18:00:12 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192169, ~: 192789) 18:00:12 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219504, ~: 220006) 18:00:12 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217506, ~: 218502) 18:00:12 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 167.47ms (166.30ms CPU time) 18:00:12 18:00:12 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest 18:00:12 [PASS] test_AddRollup(bool) (runs: 256, μ: 2815283, ~: 3232553) 18:00:12 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 751.62ms (744.43ms CPU time) 18:00:12 18:00:12 Ran 3 tests for test/validator-selection/address_snapshots/length.t.sol:AddressSnapshotLengthTest 18:00:12 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 628104, ~: 643233) 18:00:12 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370) 18:00:12 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 670432, ~: 652386) 18:00:12 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 777.45ms (1.46s CPU time) 18:00:12 18:00:12 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest 18:00:12 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420510) 18:00:12 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315365) 18:00:12 [PASS] test_GivenNewCanonicalInstance() (gas: 838596) 18:00:12 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516753) 18:00:12 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594662) 18:00:12 [PASS] test_GivenProposalIsLeader() (gas: 492231) 18:00:12 [PASS] test_GivenRoundChanged() (gas: 471276) 18:00:12 [PASS] test_WhenSigNotFromProposer(address) (runs: 256, μ: 346101, ~: 346101) 18:00:12 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 67.76ms (45.95ms CPU time) 18:00:12 18:00:12 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest 18:00:12 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296141, ~: 296374) 18:00:12 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371508, ~: 371568) 18:00:12 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195) 18:00:12 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 426246, ~: 426409) 18:00:12 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441220, ~: 441559) 18:00:12 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90667, ~: 90667) 18:00:12 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406924, ~: 407102) 18:00:12 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106068, ~: 106068) 18:00:12 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 246.68ms (360.47ms CPU time) 18:00:12 18:00:12 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest 18:00:12 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 43180787, ~: 43180759) 18:00:12 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 962.71ms (958.11ms CPU time) 18:00:12 18:00:12 Ran 2 tests for test/staking_asset_handler/skipBindCheck.t.sol:SetSkipBindCheckTest 18:00:12 [PASS] test_WhenCallerOfSetSkipBindCheckIsNotOwner(address,bool) (runs: 256, μ: 11900, ~: 11900) 18:00:12 [PASS] test_WhenCallerOfSetSkipBindCheckIsOwner(bool) (runs: 256, μ: 16742, ~: 18132) 18:00:12 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.09s (29.40ms CPU time) 18:00:12 18:00:12 Ran 3 tests for test/validator-selection/address_snapshots/add.t.sol:AddressSnapshotAddTest 18:00:12 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1821140, ~: 1686932) 18:00:12 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689) 18:00:12 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848) 18:00:12 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.05s (1.12s CPU time) 18:00:12 18:00:12 Ran 4 tests for test/validator-selection/address_snapshots/values.t.sol:AddressSnapshotValuesTest 18:00:12 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440) 18:00:12 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336081, ~: 335952) 18:00:12 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 672670, ~: 661718) 18:00:12 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 713092, ~: 703388) 18:00:12 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 846.67ms (1.25s CPU time) 18:00:13 18:00:13 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static 18:00:13 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119731, ~: 121404) 18:00:13 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120728, ~: 122387) 18:00:13 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 118882, ~: 120288) 18:00:13 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120210, ~: 121911) 18:00:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.32s (66.99ms CPU time) 18:00:13 18:00:13 Ran 7 tests for test/validator-selection/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest 18:00:13 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 629775, ~: 634439) 18:00:13 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404) 18:00:13 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 706698, ~: 682363) 18:00:13 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 654698, ~: 661294) 18:00:13 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 754593, ~: 747623) 18:00:13 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 706646, ~: 692656) 18:00:13 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 701876, ~: 681697) 18:00:13 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.42s (4.51s CPU time) 18:00:13 18:00:13 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest 18:00:13 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11786, ~: 11786) 18:00:13 [PASS] test_WhenDepositsPerMintIs0() (gas: 10845) 18:00:13 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23152, ~: 23314) 18:00:13 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 7521974, ~: 7259553) 18:00:13 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.94s (1.93s CPU time) 18:00:14 18:00:14 Ran 3 tests for test/validator-selection/Sampling.t.sol:SamplingTest 18:00:14 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 2814449, ~: 251992) 18:00:14 [PASS] testSimpleSample() (gas: 5526701) 18:00:14 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 601897, ~: 161429) 18:00:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.41s (3.08s CPU time) 18:00:14 18:00:14 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest 18:00:14 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194781, ~: 194781) 18:00:14 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197521, ~: 197521) 18:00:14 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15779, ~: 15779) 18:00:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.86s (47.28ms CPU time) 18:00:14 18:00:14 Ran 4 tests for test/MultiProof.t.sol:MultiProofTest 18:00:14 [PASS] testMultipleProvers() (gas: 139371554) 18:00:14 [PASS] testMultipleProversBoostedRewards() (gas: 105733397) 18:00:14 [PASS] testNoHolesInProvenBlocks() (gas: 71382016) 18:00:14 [PASS] testProofsAreInOneEpoch() (gas: 71381324) 18:00:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.86s (5.41s CPU time) 18:00:14 18:00:14 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest 18:00:14 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1218314, ~: 1404628) 18:00:14 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252) 18:00:14 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1416727, ~: 1596952) 18:00:14 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1110375, ~: 1260410) 18:00:14 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.69s (780.08ms CPU time) 18:00:14 18:00:14 Ran 3 tests for test/validator-selection/address_snapshots/at.t.sol:AddressSnapshotAtTest 18:00:14 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020) 18:00:14 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 785011, ~: 815882) 18:00:14 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388) 18:00:14 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 3.12s (1.05s CPU time) 18:00:15 18:00:15 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest 18:00:15 [PASS] test_computeFeeAssetPerEth() (gas: 24034021) 18:00:15 [PASS] test_full() (gas: 160797407) 18:00:15 [PASS] test_invalidOracleInput() (gas: 55199) 18:00:15 [PASS] test_photograph() (gas: 77271119) 18:00:15 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 3.36s (496.22ms CPU time) 18:00:15 18:00:15 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest 18:00:15 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670270, ~: 670633) 18:00:15 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377514, ~: 377514) 18:00:15 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672613, ~: 673070) 18:00:15 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671539, ~: 672020) 18:00:15 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382733, ~: 382733) 18:00:15 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683396, ~: 684026) 18:00:15 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125422, ~: 1125994) 18:00:15 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382495) 18:00:15 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15227, ~: 15214) 18:00:15 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376104, ~: 376141) 18:00:15 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381301, ~: 381394) 18:00:15 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 3.30s (1.50s CPU time) 18:00:15 18:00:15 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest 18:00:15 [PASS] test_FeeModelEquivalence() (gas: 438979161) 18:00:15 [PASS] test__FeeModelPrune() (gas: 2130523) 18:00:15 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.09s (3.65s CPU time) 18:00:15 18:00:15 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest 18:00:15 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183570, ~: 183680) 18:00:15 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21682, ~: 21616) 18:00:15 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1333273, ~: 1481689) 18:00:15 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.28s (241.19ms CPU time) 18:00:15 18:00:15 Ran 4 tests for test/staking_asset_handler/scope.t.sol:ScopeTest 18:00:15 [PASS] test_WhenScopeIsInvalidAndSubscopeIsInvalid() (gas: 3246743) 18:00:15 [PASS] test_WhenScopeIsInvalidButSubscopeIsValid() (gas: 3244007) 18:00:15 [PASS] test_WhenScopeIsValidAndSubscopeIsInvalid() (gas: 3243992) 18:00:15 [PASS] test_WhenScopeIsValidAndSubscopeIsValid() (gas: 3336810) 18:00:15 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 4.28s (86.05ms CPU time) 18:00:16 18:00:16 Ran 3 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest 18:00:16 [PASS] test_100_validators() (gas: 376273462) 18:00:16 [PASS] test_48_validators() (gas: 360989365) 18:00:16 [PASS] test_no_validators() (gas: 77260273) 18:00:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.46s (10.24s CPU time) 18:00:16 18:00:16 Ran 9 tests for test/Inbox.t.sol:InboxTest 18:00:16 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055) 18:00:16 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5711397, ~: 5746560) 18:00:16 [PASS] testRevertIFConsumingInFuture() (gas: 12712) 18:00:16 [PASS] testRevertIfActorTooLarge() (gas: 11877) 18:00:16 [PASS] testRevertIfContentTooLarge() (gas: 12009) 18:00:16 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841) 18:00:16 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008) 18:00:16 [PASS] testRevertIfVersionMismatch() (gas: 12251) 18:00:16 [PASS] testSendDuplicateL2Messages() (gas: 111551) 18:00:16 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 4.63s (4.63s CPU time) 18:00:16 18:00:16 Ran 29 tests for test/Rollup.t.sol:RollupTest 18:00:16 [PASS] testBlockFee() (gas: 44369157) 18:00:16 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 39599148, ~: 39709474) 18:00:16 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 66107908, ~: 72655356) 18:00:16 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 72331490) 18:00:16 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 42875657, ~: 43492344) 18:00:16 [PASS] testEmptyBlock(bool) (runs: 256, μ: 39046906, ~: 39201813) 18:00:16 [PASS] testInvalidBlobHash() (gas: 43354000) 18:00:16 [PASS] testInvalidBlobProof() (gas: 1026465361) 18:00:16 [PASS] testInvalidL2Fee() (gas: 43445407) 18:00:16 [PASS] testMixedBlock(bool) (runs: 256, μ: 52534833, ~: 45250772) 18:00:16 [PASS] testNonZeroDaFee() (gas: 43433574) 18:00:16 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 61912943) 18:00:16 [PASS] testProvingFeeUpdates() (gas: 72889719) 18:00:16 [PASS] testPrune() (gas: 45764839) 18:00:16 [PASS] testPruneAfterPartial() (gas: 72702347) 18:00:16 [PASS] testPruneDuringPropose() (gas: 53034636) 18:00:16 [PASS] testRevertInvalidCoinbase() (gas: 38405087) 18:00:16 [PASS] testRevertInvalidTimestamp() (gas: 38407654) 18:00:16 [PASS] testRevertPrune() (gas: 45257025) 18:00:16 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 61640166) 18:00:16 [PASS] testSetManaTargetDecreasing(uint256,uint256) (runs: 256, μ: 77120181, ~: 77120226) 18:00:16 [PASS] testSetManaTargetIncreasing(uint256,uint256) (runs: 256, μ: 77122410, ~: 77122528) 18:00:16 [PASS] testShouldNotBeTooEagerToPrune() (gas: 53313688) 18:00:16 [PASS] testSingleBlock(bool) (runs: 256, μ: 40778312, ~: 41442835) 18:00:16 [PASS] testSubmitProofInvalidArchive() (gas: 38951705) 18:00:16 [PASS] testSubmitProofNonExistentBlock() (gas: 38951410) 18:00:16 [PASS] testTimestamp() (gas: 40259408) 18:00:16 [PASS] testTooManyBlobs() (gas: 43356002) 18:00:16 [PASS] testTooManyBlocks() (gas: 51511015) 18:00:16 Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 5.08s (44.91s CPU time) 18:00:16 18:00:16 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest 18:00:16 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712832, ~: 5712884) 18:00:16 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554775, ~: 7554841) 18:00:16 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892755, ~: 3892755) 18:00:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.18s (10.39s CPU time) 18:00:17 18:00:17 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest 18:00:17 [PASS] test_GivenNoCheckpoints() (gas: 28277) 18:00:17 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 215271, ~: 212975) 18:00:17 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 207018, ~: 209698) 18:00:17 [PASS] test_WhenTimeNotInPast() (gas: 3997) 18:00:17 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 5.32s (70.50ms CPU time) 18:00:17 18:00:17 Ran 6 tests for test/RollupGetters.t.sol:RollupShouldBeGetters 18:00:17 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 42333769, ~: 42333769) 18:00:17 [PASS] test_getBigEpochCommittee(uint16,bool) (runs: 256, μ: 58277089, ~: 58254476) 18:00:17 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 43341768, ~: 43364749) 18:00:17 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 43293565, ~: 43250990) 18:00:17 [PASS] test_getRewardConfig() (gas: 42244849) 18:00:17 [PASS] test_validateHeader() (gas: 43142471) 18:00:17 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 5.32s (8.78s CPU time) 18:00:17 18:00:17 Ran 2 tests for test/staking_asset_handler/bind.t.sol:BindTest 18:00:17 [PASS] test_WhenNotUsingTheBoundAddress(address) (runs: 256, μ: 3366048, ~: 3366048) 18:00:17 [PASS] test_WhenUsingTheBoundAddress() (gas: 3460450) 18:00:17 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 5.61s (5.64s CPU time) 18:00:17 18:00:17 Ran 3 tests for test/staking_asset_handler/reenterExitedValidator.t.sol:ReenterExitedValidatorTest 18:00:17 [PASS] test_WhenAttesterHasNOTProvidedAValidDeposit(address,address) (runs: 256, μ: 13999, ~: 13999) 18:00:17 [PASS] test_WhenAttesterHasProvidedAValidDeposit(address,address,address) (runs: 256, μ: 4193384, ~: 4193384) 18:00:17 [PASS] test_WhenInEntryQueue(address,address,address) (runs: 256, μ: 3327993, ~: 3327993) 18:00:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.65s (11.16s CPU time) 18:00:17 18:00:17 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest 18:00:17 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696526, ~: 696660) 18:00:17 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 832534, ~: 832951) 18:00:17 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 673545, ~: 673706) 18:00:17 [PASS] test_GivenStateIsActive() (gas: 356145) 18:00:17 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350265, ~: 350265) 18:00:17 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685797, ~: 686292) 18:00:17 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698469, ~: 699359) 18:00:17 [PASS] test_GivenStateIsPending() (gas: 348521) 18:00:17 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664675, ~: 664805) 18:00:17 [PASS] test_GivenStateIsRejected() (gas: 363965) 18:00:17 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 6.19s (591.32ms CPU time) 18:00:17 18:00:17 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest 18:00:17 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11863, ~: 11863) 18:00:17 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19639, ~: 19639) 18:00:17 [PASS] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 256, μ: 1790769, ~: 1790769) 18:00:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.28s (302.99ms CPU time) 18:00:17 18:00:17 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest 18:00:17 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1244425, ~: 1244425) 18:00:17 [PASS] testDepositPrivate() (gas: 194884) 18:00:17 [PASS] testDepositPublic() (gas: 197387) 18:00:17 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2312760, ~: 2312760) 18:00:17 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1234067) 18:00:17 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 6.28s (175.95ms CPU time) 18:00:18 18:00:18 Ran 15 tests for test/Outbox.t.sol:OutboxTest 18:00:18 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10902, ~: 10902) 18:00:18 [PASS] testGetRootData() (gas: 86146) 18:00:18 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 30566224, ~: 3367326) 18:00:18 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 3934678, ~: 3651205) 18:00:18 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 603128) 18:00:18 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36747) 18:00:18 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36316) 18:00:18 [PASS] testRevertIfInsertingDuplicate() (gas: 52987) 18:00:18 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30578, ~: 30578) 18:00:18 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38510) 18:00:18 [PASS] testRevertIfPathHeightMismatch() (gas: 1143753) 18:00:18 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1157551) 18:00:18 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 633181) 18:00:18 [PASS] testRevertIfVersionMismatch() (gas: 36053) 18:00:18 [PASS] testValidInsertAndConsume() (gas: 636284) 18:00:18 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 6.95s (7.46s CPU time) 18:00:19 18:00:19 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest 18:00:19 [PASS] testFrontier() (gas: 0) 18:00:19 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 7.72s (7.71s CPU time) 18:00:20 18:00:20 Ran 9 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest 18:00:20 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 310156, ~: 310156) 18:00:20 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10529027, ~: 10565723) 18:00:20 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10545374, ~: 10520467) 18:00:20 [PASS] test_GivenInsufficientYea() (gas: 422734) 18:00:20 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 348695, ~: 348708) 18:00:20 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10329839, ~: 10461624) 18:00:20 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9161669) 18:00:20 [PASS] test_WhenRoundNotInPast() (gas: 334426) 18:00:20 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 349090, ~: 349300) 18:00:20 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 8.29s (23.71s CPU time) 18:00:22 18:00:22 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest 18:00:22 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85428, ~: 85895) 18:00:22 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447) 18:00:22 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 10.76s (16.29ms CPU time) 18:00:22 18:00:22 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest 18:00:22 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13906, ~: 13906) 18:00:22 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19208, ~: 19308) 18:00:22 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 1417696, ~: 1417962) 18:00:22 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 53184, ~: 53129) 18:00:22 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 10.79s (155.71ms CPU time) 18:00:22 18:00:22 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest 18:00:22 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 43282943, ~: 43282943) 18:00:22 [PASS] testHappyPath() (gas: 56713921) 18:00:22 [PASS] testInitialCommitteeMatch() (gas: 43459149) 18:00:22 [PASS] testInsufficientSigsMove() (gas: 47228592) 18:00:22 [PASS] testInvalidCommitteeCommitment() (gas: 47220853) 18:00:22 [PASS] testNukeFromOrbit() (gas: 57898653) 18:00:22 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 43342961, ~: 43342961) 18:00:22 [PASS] testProposerNotProvided() (gas: 47237378) 18:00:22 [PASS] testRelayedForProposer() (gas: 48644880) 18:00:22 [PASS] testStableCommittee(uint8) (runs: 256, μ: 43632766, ~: 43632891) 18:00:22 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 82472686, ~: 81290036) 18:00:22 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 10.80s (14.39s CPU time) 18:00:23 18:00:23 Ran 8 tests for test/staking_asset_handler/addValidator.t.sol:addValidatorToQueueTest 18:00:23 [PASS] test_GivenTheDepositCallFails(address,address,address,address) (runs: 256, μ: 2630165, ~: 2630165) 18:00:23 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 1014693, ~: 1275679) 18:00:23 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 13181059, ~: 13181059) 18:00:23 [PASS] test_WhenPassportProofHasBeenUsed(address,address) (runs: 256, μ: 15265672, ~: 15265672) 18:00:23 [PASS] test_WhenPassportProofIsInDevMode(address,address) (runs: 256, μ: 10893390, ~: 10893390) 18:00:23 [PASS] test_WhenPassportProofIsInThePast(address,uint16) (runs: 256, μ: 10923673, ~: 10923673) 18:00:23 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 13751181, ~: 13751181) 18:00:23 [PASS] test_WhenUserIsNew(address,address) (runs: 256, μ: 13751216, ~: 13751216) 18:00:23 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 11.97s (29.93s CPU time) 18:00:23 18:00:23 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest 18:00:23 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11894, ~: 11894) 18:00:23 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28543, ~: 28529) 18:00:23 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 12.01s (66.36ms CPU time) 18:00:23 18:00:23 Ran 91 test suites in 12.01s (187.94s CPU time): 391 tests passed, 0 failed, 0 skipped (391 total tests)