Parent Log:
http://ci.aztec-labs.com/6dc709803944a101
Command: 1bf535cadeec3491 cd l1-contracts && forge test
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7339c264ad706420ee9babb0dd1b6ed793e97402
Env: REF_NAME=gh-readonly-queue/next/pr-15039-ddabb45f79cc171e41a0a5330544775de9fdf7fd CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 15:08:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15039_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_88124959fc35bcb2_next
15:08:19 Compiling 256 files with Solc 0.8.27
15:09:16 Solc 0.8.27 finished in 56.61s
15:09:16 Compiler run successful!
15:09:16
15:09:16 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest
15:09:16 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951)
15:09:16 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 12.03ms (713.48µs CPU time)
15:09:16
15:09:16 Ran 2 tests for test/Parity.t.sol:ParityTest
15:09:16 [PASS] testRootMatchesBaseParity() (gas: 548387)
15:09:16 [PASS] testRootMatchesRootParity() (gas: 548320)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 14.63ms (3.87ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking/getters.t.sol:GettersTest
15:09:16 [PASS] test_getAttesterAtIndex() (gas: 34661)
15:09:16 [PASS] test_getAttesterOutOfBounds() (gas: 27412)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 16.90ms (166.53µs CPU time)
15:09:16
15:09:16 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest
15:09:16 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668)
15:09:16 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 19018, ~: 19037)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 17.56ms (19.12ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest
15:09:16 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11813, ~: 11813)
15:09:16 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166862)
15:09:16 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 168019)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 18.24ms (17.57ms CPU time)
15:09:16
15:09:16 Ran 5 tests for test/staking/deposit.t.sol:DepositTest
15:09:16 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66927)
15:09:16 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 782407)
15:09:16 [PASS] test_GivenAttesterIsNotActive() (gas: 564776)
15:09:16 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30423)
15:09:16 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58762)
15:09:16 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 24.64ms (1.63ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/Forwarder.t.sol:ForwarderTest
15:09:16 [PASS] testForward() (gas: 125773)
15:09:16 [PASS] testRevertWhenCallToInvalidAddress(address) (runs: 256, μ: 14635, ~: 14635)
15:09:16 [PASS] testRevertWhenLengthMismatch() (gas: 10077)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 26.81ms (14.15ms CPU time)
15:09:16
15:09:16 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest
15:09:16 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355)
15:09:16 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 28.07ms (19.47ms CPU time)
15:09:16
15:09:16 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest
15:09:16 [PASS] test_UpgradeIntoNewVersion() (gas: 3587803)
15:09:16 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 28.42ms (3.35ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest
15:09:16 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362)
15:09:16 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 31.71ms (40.05ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic
15:09:16 [PASS] test_GivenSufficientBalance() (gas: 155615)
15:09:16 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 36.74ms (399.07µs CPU time)
15:09:16
15:09:16 Ran 2 tests for test/ignition.t.sol:IgnitionTest
15:09:16 [PASS] test_RevertNonEmptyBlock() (gas: 36906097)
15:09:16 [PASS] test_emptyBlock() (gas: 37065554)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 41.70ms (37.50ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking_asset_handler/setSubscope.t.sol:SetSubscopeTest
15:09:16 [PASS] test_WhenCallerOfSetSubscopeIsNotOwner(address) (runs: 256, μ: 14484, ~: 14484)
15:09:16 [PASS] test_WhenCallerOfSetSubscopeIsOwner() (gas: 22477)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 42.03ms (15.60ms CPU time)
15:09:16
15:09:16 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest
15:09:16 [PASS] test_Slashing() (gas: 42798052)
15:09:16 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 46.99ms (37.44ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking_asset_handler/setScope.t.sol:SetScopeTest
15:09:16 [PASS] test_WhenCallerOfSetScopeIsNotOwner(address) (runs: 256, μ: 14462, ~: 14462)
15:09:16 [PASS] test_WhenCallerOfSetScopeIsOwner() (gas: 22499)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 53.14ms (25.62ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest
15:09:16 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11841, ~: 11841)
15:09:16 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37381, ~: 37381)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 60.20ms (28.77ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest
15:09:16 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 346974, ~: 346974)
15:09:16 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13064)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 63.02ms (49.41ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest
15:09:16 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 189260, ~: 184842)
15:09:16 [PASS] test_GivenNoCheckpoints(uint64) (runs: 256, μ: 5752, ~: 5752)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 64.55ms (56.19ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking_asset_handler/skipBindCheck.t.sol:SetSkipBindCheckTest
15:09:16 [PASS] test_WhenCallerOfSetSkipBindCheckIsNotOwner(address,bool) (runs: 256, μ: 11900, ~: 11900)
15:09:16 [PASS] test_WhenCallerOfSetSkipBindCheckIsOwner(bool) (runs: 256, μ: 16841, ~: 18132)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 73.03ms (44.37ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest
15:09:16 [PASS] test_GivenStateIsDropped() (gas: 25448)
15:09:16 [PASS] test_GivenStateIsExecuted() (gas: 25467)
15:09:16 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 24117, ~: 29451)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 79.53ms (15.66ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest
15:09:16 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32515)
15:09:16 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 599973, ~: 599973)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 81.19ms (71.25ms CPU time)
15:09:16
15:09:16 Ran 9 tests for test/staking/slash.t.sol:SlashTest
15:09:16 [PASS] test_GivenAttesterIsActive() (gas: 732399)
15:09:16 [PASS] test_GivenAttesterIsNotActive() (gas: 557384)
15:09:16 [PASS] test_GivenTimeIsAfterUnlock() (gas: 687816)
15:09:16 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 711460)
15:09:16 [PASS] test_SlashingMoreThanBalance() (gas: 655807)
15:09:16 [PASS] test_SlashingMoreThanExitBalance() (gas: 711124)
15:09:16 [PASS] test_WhenAttesterIsNotExiting() (gas: 886874)
15:09:16 [PASS] test_WhenAttesterIsNotRegistered() (gas: 31470)
15:09:16 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 13387)
15:09:16 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 81.64ms (7.65ms CPU time)
15:09:16
15:09:16 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest
15:09:16 [PASS] testComputeTxsEffectsHash2() (gas: 18627)
15:09:16 [PASS] testComputeTxsEffectsHash3() (gas: 23624)
15:09:16 [PASS] testComputeTxsEffectsHash5() (gas: 32656)
15:09:16 [PASS] testComputeTxsEffectsHash6() (gas: 37298)
15:09:16 [PASS] testComputeTxsEffectsHash7() (gas: 41009)
15:09:16 [PASS] testDecomp() (gas: 42917)
15:09:16 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 85.17ms (73.78ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest
15:09:16 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85584, ~: 85895)
15:09:16 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 87.48ms (86.08ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest
15:09:16 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11894, ~: 11894)
15:09:16 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28544, ~: 28529)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 91.67ms (51.44ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest
15:09:16 [PASS] test_setSlasher(address) (runs: 256, μ: 27282, ~: 27282)
15:09:16 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12875, ~: 12875)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 94.92ms (31.94ms CPU time)
15:09:16
15:09:16 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest
15:09:16 [PASS] test_LockVoteAndExecute() (gas: 1313517)
15:09:16 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 102.68ms (89.70ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest
15:09:16 [PASS] test_GivenMultipleListedRollups() (gas: 297522)
15:09:16 [PASS] test_GivenNoListedRollups() (gas: 10735)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 107.43ms (3.15ms CPU time)
15:09:16
15:09:16 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest
15:09:16 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 725144)
15:09:16 [PASS] test_GivenAttesterIsLiving() (gas: 736774)
15:09:16 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 528928)
15:09:16 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 709487)
15:09:16 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30167)
15:09:16 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 538700, ~: 538700)
15:09:16 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 115.20ms (93.70ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees
15:09:16 [PASS] test_GivenSufficientBalance() (gas: 206864)
15:09:16 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209)
15:09:16 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 115.92ms (81.30ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest
15:09:16 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 127511, ~: 118972)
15:09:16 [PASS] test_GivenBalanceIs0() (gas: 54054)
15:09:16 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 123.75ms (135.19ms CPU time)
15:09:16
15:09:16 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest
15:09:16 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420488)
15:09:16 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315365)
15:09:16 [PASS] test_GivenNewCanonicalInstance() (gas: 838586)
15:09:16 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516755)
15:09:16 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594674)
15:09:16 [PASS] test_GivenProposalIsLeader() (gas: 492255)
15:09:16 [PASS] test_GivenRoundChanged() (gas: 471277)
15:09:16 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 346210, ~: 346210)
15:09:16 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 127.48ms (114.13ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest
15:09:16 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194781, ~: 194781)
15:09:16 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197521, ~: 197521)
15:09:16 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15779, ~: 15779)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 131.27ms (248.95ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/boosted_rewards/BoostedRewards.t.sol:BoostedRewardsTest
15:09:16 [PASS] test_activityDuplicateNoop() (gas: 335914)
15:09:16 [PASS] test_activityScore() (gas: 1138003)
15:09:16 [PASS] test_shares() (gas: 2668376)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 132.14ms (23.28ms CPU time)
15:09:16
15:09:16 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest
15:09:16 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420510)
15:09:16 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315365)
15:09:16 [PASS] test_GivenNewCanonicalInstance() (gas: 838608)
15:09:16 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516777)
15:09:16 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594674)
15:09:16 [PASS] test_GivenProposalIsLeader() (gas: 492255)
15:09:16 [PASS] test_GivenRoundChanged() (gas: 471277)
15:09:16 [PASS] test_WhenSigNotFromProposer(address) (runs: 256, μ: 346101, ~: 346101)
15:09:16 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 134.64ms (139.11ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest
15:09:16 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428)
15:09:16 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 147.87ms (151.23ms CPU time)
15:09:16
15:09:16 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest
15:09:16 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825681, ~: 826182)
15:09:16 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 152.04ms (142.20ms CPU time)
15:09:16
15:09:16 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest
15:09:16 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491)
15:09:16 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202)
15:09:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 172.64ms (170.58ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest
15:09:16 [PASS] test_GivenNoCheckpoints() (gas: 28277)
15:09:16 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 214443, ~: 212569)
15:09:16 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 211770, ~: 209870)
15:09:16 [PASS] test_WhenTimeNotInPast() (gas: 3997)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 182.44ms (229.58ms CPU time)
15:09:16
15:09:16 Ran 1 test for test/staking/move.t.sol:MoveTest
15:09:16 [PASS] test_MoveStakingSet() (gas: 49615046)
15:09:16 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 184.79ms (162.77ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static
15:09:16 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120116, ~: 121404)
15:09:16 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 121016, ~: 122839)
15:09:16 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119187, ~: 120972)
15:09:16 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120104, ~: 121227)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 188.24ms (109.92ms CPU time)
15:09:16
15:09:16 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest
15:09:16 [PASS] test_GivenStatusIsNotExiting() (gas: 647966)
15:09:16 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 759442, ~: 759403)
15:09:16 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 682479)
15:09:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 240.25ms (222.47ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest
15:09:16 [PASS] test_GivenTheRollupIsInGenesisState() (gas: 40586989)
15:09:16 [PASS] test_GivenTheSeedHasBeenSampled() (gas: 42636707)
15:09:16 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 52815055)
15:09:16 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 267.90ms (565.14ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest
15:09:16 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13906, ~: 13906)
15:09:16 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19197, ~: 19308)
15:09:16 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 1824468, ~: 1824718)
15:09:16 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 53250, ~: 53129)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 302.22ms (289.85ms CPU time)
15:09:16
15:09:16 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest
15:09:16 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696165, ~: 696660)
15:09:16 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 832580, ~: 832951)
15:09:16 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 673374, ~: 673706)
15:09:16 [PASS] test_GivenStateIsActive() (gas: 356145)
15:09:16 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350265, ~: 350265)
15:09:16 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685817, ~: 686292)
15:09:16 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699040, ~: 699359)
15:09:16 [PASS] test_GivenStateIsPending() (gas: 348521)
15:09:16 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 663772, ~: 664805)
15:09:16 [PASS] test_GivenStateIsRejected() (gas: 363965)
15:09:16 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 306.75ms (955.04ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest
15:09:16 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76811, ~: 76633)
15:09:16 [PASS] test_WhenAmountEq0() (gas: 8437)
15:09:16 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 233249, ~: 235660)
15:09:16 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 209109, ~: 212595)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 307.70ms (137.14ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/staking_asset_handler/scope.t.sol:ScopeTest
15:09:16 [PASS] test_WhenScopeIsInvalidAndSubscopeIsInvalid() (gas: 3246743)
15:09:16 [PASS] test_WhenScopeIsInvalidButSubscopeIsValid() (gas: 3244007)
15:09:16 [PASS] test_WhenScopeIsValidAndSubscopeIsInvalid() (gas: 3243992)
15:09:16 [PASS] test_WhenScopeIsValidAndSubscopeIsValid() (gas: 3336810)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 328.61ms (145.34ms CPU time)
15:09:16
15:09:16 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest
15:09:16 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390317, ~: 390317)
15:09:16 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694196, ~: 694512)
15:09:16 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254)
15:09:16 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390249, ~: 390249)
15:09:16 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 683841, ~: 684335)
15:09:16 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685815, ~: 686480)
15:09:16 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699150, ~: 699482)
15:09:16 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762)
15:09:16 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664433, ~: 664941)
15:09:16 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161)
15:09:16 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 328.80ms (879.08ms CPU time)
15:09:16
15:09:16 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest
15:09:16 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1247140, ~: 1405312)
15:09:16 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252)
15:09:16 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1415418, ~: 1597013)
15:09:16 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1132873, ~: 1260296)
15:09:16 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 417.31ms (1.01s CPU time)
15:09:17
15:09:17 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest
15:09:17 [PASS] test_WhenDepositsPerMintIs0() (gas: 69670)
15:09:17 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256,string,string,bool) (runs: 256, μ: 3645135, ~: 3688973)
15:09:17 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 554.52ms (480.86ms CPU time)
15:09:17
15:09:17 Ran 3 tests for test/staking_asset_handler/queue.t.sol:QueueTest
15:09:17 [PASS] test_WhenEnqueuingValidators(uint8) (runs: 256, μ: 3128988, ~: 1801561)
15:09:17 [PASS] test_WhenIncludingAlreadySeenAttesterProposerPair(address,address) (runs: 256, μ: 59925, ~: 59925)
15:09:17 [PASS] test_WhenNotInitializedAndQueueIsEmpty() (gas: 19244)
15:09:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 850.07ms (1.00s CPU time)
15:09:17
15:09:17 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest
15:09:17 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20579, ~: 20577)
15:09:17 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48667, ~: 48668)
15:09:17 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1043842, ~: 1044974)
15:09:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 882.13ms (619.63ms CPU time)
15:09:17
15:09:17 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest
15:09:17 [PASS] test_computeFeeAssetPerEth() (gas: 24034021)
15:09:17 [PASS] test_full() (gas: 160797407)
15:09:17 [PASS] test_invalidOracleInput() (gas: 55199)
15:09:17 [PASS] test_photograph() (gas: 77268431)
15:09:17 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 882.41ms (612.63ms CPU time)
15:09:17
15:09:17 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest
15:09:17 [PASS] test_AddRollup(bool) (runs: 256, μ: 2641460, ~: 2339446)
15:09:17 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 896.62ms (876.47ms CPU time)
15:09:17
15:09:17 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest
15:09:17 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19411, ~: 19727)
15:09:17 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83245, ~: 82934)
15:09:17 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785)
15:09:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 977.98ms (41.76ms CPU time)
15:09:17
15:09:17 Ran 3 tests for test/validator-selection/address_snapshots/length.t.sol:AddressSnapshotLengthTest
15:09:17 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 679751, ~: 718284)
15:09:17 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370)
15:09:17 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 651007, ~: 651702)
15:09:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 978.18ms (1.78s CPU time)
15:09:17
15:09:17 Ran 4 tests for test/validator-selection/address_snapshots/values.t.sol:AddressSnapshotValuesTest
15:09:17 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440)
15:09:17 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336035, ~: 335952)
15:09:17 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 661338, ~: 661718)
15:09:17 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 685130, ~: 702704)
15:09:17 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.02s (2.00s CPU time)
15:09:17
15:09:17 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest
15:09:17 [PASS] test_votingPower(bool,bool,bool) (runs: 256, μ: 2763385, ~: 2757848)
15:09:17 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.13s (1.09s CPU time)
15:09:17
15:09:17 Ran 4 tests for test/validator-selection/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest
15:09:17 [PASS] test_WhenAddressNotInTheSet() (gas: 10869)
15:09:17 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421417, ~: 421347)
15:09:17 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171064, ~: 170977)
15:09:17 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456)
15:09:17 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.19s (288.36ms CPU time)
15:09:17
15:09:17 Ran 7 tests for test/validator-selection/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest
15:09:17 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 684078, ~: 709520)
15:09:17 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404)
15:09:17 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 680290, ~: 640943)
15:09:17 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 692874, ~: 740965)
15:09:17 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 773779, ~: 747623)
15:09:17 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 677213, ~: 692656)
15:09:17 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 685310, ~: 681697)
15:09:17 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.19s (6.31s CPU time)
15:09:17
15:09:17 Ran 3 tests for test/validator-selection/address_snapshots/at.t.sol:AddressSnapshotAtTest
15:09:17 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020)
15:09:17 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 832812, ~: 815882)
15:09:17 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388)
15:09:17 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.23s (1.25s CPU time)
15:09:17
15:09:17 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest
15:09:17 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 41863809, ~: 41863788)
15:09:17 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.34s (1.34s CPU time)
15:09:18
15:09:18 Ran 3 tests for test/validator-selection/address_snapshots/add.t.sol:AddressSnapshotAddTest
15:09:18 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1777016, ~: 1685564)
15:09:18 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689)
15:09:18 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848)
15:09:18 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.52s (1.64s CPU time)
15:09:19
15:09:19 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest
15:09:19 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183568, ~: 183680)
15:09:19 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21668, ~: 21616)
15:09:19 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1312546, ~: 1479497)
15:09:19 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.70s (337.45ms CPU time)
15:09:19
15:09:19 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest
15:09:19 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296172, ~: 296374)
15:09:19 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371561, ~: 371568)
15:09:19 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195)
15:09:19 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 425383, ~: 426409)
15:09:19 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441022, ~: 441559)
15:09:19 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90667, ~: 90667)
15:09:19 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406580, ~: 407102)
15:09:19 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106068, ~: 106068)
15:09:19 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 2.73s (669.68ms CPU time)
15:09:19
15:09:19 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest
15:09:19 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670108, ~: 670633)
15:09:19 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377514, ~: 377514)
15:09:19 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672793, ~: 673071)
15:09:19 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671693, ~: 672020)
15:09:19 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382733, ~: 382733)
15:09:19 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683697, ~: 684026)
15:09:19 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125132, ~: 1125994)
15:09:19 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382495)
15:09:19 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15230, ~: 15214)
15:09:19 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376104, ~: 376141)
15:09:19 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381280, ~: 381394)
15:09:19 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 3.09s (1.44s CPU time)
15:09:19
15:09:19 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest
15:09:19 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11786, ~: 11786)
15:09:19 [PASS] test_WhenDepositsPerMintIs0() (gas: 10845)
15:09:19 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23187, ~: 23314)
15:09:19 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 10987674, ~: 10223965)
15:09:19 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 3.44s (3.37s CPU time)
15:09:20
15:09:20 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest
15:09:20 [PASS] test_FeeModelEquivalence() (gas: 441920537)
15:09:20 [PASS] test__FeeModelPrune() (gas: 2152534)
15:09:20 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 3.73s (3.32s CPU time)
15:09:20
15:09:20 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest
15:09:20 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968408, ~: 968588)
15:09:20 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 964054, ~: 963768)
15:09:20 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964532, ~: 964326)
15:09:20 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 3.80s (358.98ms CPU time)
15:09:20
15:09:20 Ran 3 tests for test/validator-selection/Sampling.t.sol:SamplingTest
15:09:20 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 3556695, ~: 403180)
15:09:20 [PASS] testSimpleSample() (gas: 5504701)
15:09:20 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 619116, ~: 156822)
15:09:20 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.09s (5.31s CPU time)
15:09:20
15:09:20 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest
15:09:20 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405)
15:09:20 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038)
15:09:20 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773)
15:09:20 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.37s (42.52ms CPU time)
15:09:20
15:09:20 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest
15:09:20 [PASS] test_WhenMinimumConfigEq0() (gas: 2849)
15:09:20 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49275, ~: 50190)
15:09:20 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 155433, ~: 166937)
15:09:20 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53148, ~: 53090)
15:09:20 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76236, ~: 75942)
15:09:20 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76607, ~: 76543)
15:09:20 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119747, ~: 120013)
15:09:20 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172399, ~: 172701)
15:09:20 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174584, ~: 174990)
15:09:20 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192371, ~: 192789)
15:09:20 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219249, ~: 220006)
15:09:20 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217939, ~: 218502)
15:09:20 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 4.37s (485.60ms CPU time)
15:09:21
15:09:21 Ran 3 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest
15:09:21 [PASS] test_100_validators() (gas: 367541667)
15:09:21 [PASS] test_48_validators() (gas: 318307826)
15:09:21 [PASS] test_no_validators() (gas: 79149427)
15:09:21 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.80s (11.00s CPU time)
15:09:21
15:09:21 Ran 9 tests for test/Inbox.t.sol:InboxTest
15:09:21 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055)
15:09:21 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5545787, ~: 5537399)
15:09:21 [PASS] testRevertIFConsumingInFuture() (gas: 12712)
15:09:21 [PASS] testRevertIfActorTooLarge() (gas: 11877)
15:09:21 [PASS] testRevertIfContentTooLarge() (gas: 12009)
15:09:21 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841)
15:09:21 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008)
15:09:21 [PASS] testRevertIfVersionMismatch() (gas: 12251)
15:09:21 [PASS] testSendDuplicateL2Messages() (gas: 111551)
15:09:21 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 5.13s (5.11s CPU time)
15:09:22
15:09:22 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
15:09:22 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11863, ~: 11863)
15:09:22 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19639, ~: 19639)
15:09:22 [PASS] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 256, μ: 1694957, ~: 1694957)
15:09:22 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 5.93s (287.96ms CPU time)
15:09:22
15:09:22 Ran 4 tests for test/MultiProof.t.sol:MultiProofTest
15:09:22 [PASS] testMultipleProvers() (gas: 138568267)
15:09:22 [PASS] testMultipleProversBoostedRewards() (gas: 104917371)
15:09:22 [PASS] testNoHolesInProvenBlocks() (gas: 70589538)
15:09:22 [PASS] testProofsAreInOneEpoch() (gas: 70588846)
15:09:22 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 5.93s (5.53s CPU time)
15:09:22
15:09:22 Ran 3 tests for test/staking_asset_handler/reenterExitedValidator.t.sol:ReenterExitedValidatorTest
15:09:22 [PASS] test_WhenAttesterHasNOTProvidedAValidDeposit(address,address) (runs: 256, μ: 13999, ~: 13999)
15:09:22 [PASS] test_WhenAttesterHasProvidedAValidDeposit(address,address,address) (runs: 256, μ: 4329522, ~: 4329522)
15:09:22 [PASS] test_WhenInEntryQueue(address,address,address) (runs: 256, μ: 3327993, ~: 3327993)
15:09:22 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.11s (11.91s CPU time)
15:09:22
15:09:22 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest
15:09:22 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712838, ~: 5712905)
15:09:22 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554793, ~: 7554841)
15:09:22 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892757, ~: 3892755)
15:09:22 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 6.31s (13.58s CPU time)
15:09:23
15:09:23 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest
15:09:23 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32812, ~: 32633)
15:09:23 [PASS] test_WhenAmountEq0() (gas: 8626)
15:09:23 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 211833, ~: 210621)
15:09:23 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 236900, ~: 237836)
15:09:23 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 215276, ~: 214900)
15:09:23 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 6.50s (287.23ms CPU time)
15:09:23
15:09:23 Ran 6 tests for test/RollupGetters.t.sol:RollupShouldBeGetters
15:09:23 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 41297130, ~: 41314266)
15:09:23 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 41994586, ~: 41977659)
15:09:23 [PASS] test_getEpochCommitteeBig(uint16,bool) (runs: 256, μ: 52584653, ~: 52666924)
15:09:23 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 41921097, ~: 41895470)
15:09:23 [PASS] test_getRewardConfig() (gas: 41212656)
15:09:23 [PASS] test_validateHeader() (gas: 41825107)
15:09:23 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 6.50s (11.31s CPU time)
15:09:23
15:09:23 Ran 2 tests for test/staking_asset_handler/bind.t.sol:BindTest
15:09:23 [PASS] test_WhenNotUsingTheBoundAddress(address) (runs: 256, μ: 3366048, ~: 3366048)
15:09:23 [PASS] test_WhenUsingTheBoundAddress() (gas: 3460450)
15:09:23 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.56s (6.53s CPU time)
15:09:23
15:09:23 Ran 15 tests for test/Outbox.t.sol:OutboxTest
15:09:23 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10902, ~: 10902)
15:09:23 [PASS] testGetRootData() (gas: 86146)
15:09:23 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 24529946, ~: 6268168)
15:09:23 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 3925312, ~: 3694531)
15:09:23 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 603128)
15:09:23 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36747)
15:09:23 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36316)
15:09:23 [PASS] testRevertIfInsertingDuplicate() (gas: 52987)
15:09:23 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30578, ~: 30578)
15:09:23 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38510)
15:09:23 [PASS] testRevertIfPathHeightMismatch() (gas: 1143753)
15:09:23 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1157551)
15:09:23 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 633181)
15:09:23 [PASS] testRevertIfVersionMismatch() (gas: 36053)
15:09:23 [PASS] testValidInsertAndConsume() (gas: 636284)
15:09:23 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 6.99s (7.97s CPU time)
15:09:23
15:09:23 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest
15:09:23 [PASS] test_WhenCallerIsNotSelf() (gas: 28665)
15:09:23 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273249, ~: 273297)
15:09:23 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35798, ~: 35752)
15:09:23 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273281, ~: 273575)
15:09:23 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42170, ~: 41957)
15:09:23 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273356, ~: 273651)
15:09:23 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42364, ~: 42142)
15:09:23 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273686, ~: 273685)
15:09:23 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31302, ~: 31299)
15:09:23 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274267, ~: 274514)
15:09:23 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41802, ~: 41530)
15:09:23 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273064, ~: 273060)
15:09:23 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31241, ~: 31238)
15:09:23 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273481, ~: 273199)
15:09:23 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 40983, ~: 41316)
15:09:23 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273836, ~: 274131)
15:09:23 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41934, ~: 41698)
15:09:23 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 273996, ~: 274253)
15:09:23 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 42038, ~: 41796)
15:09:23 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 7.41s (593.94ms CPU time)
15:09:23
15:09:23 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest
15:09:23 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1515198, ~: 1515241)
15:09:23 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 47909, ~: 48215)
15:09:23 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 48819, ~: 48775)
15:09:23 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.41s (138.53ms CPU time)
15:09:23
15:09:23 Ran 29 tests for test/Rollup.t.sol:RollupTest
15:09:23 [PASS] testBlockFee() (gas: 43568587)
15:09:23 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 38790115, ~: 38915007)
15:09:23 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 63702150, ~: 71846284)
15:09:23 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 71525480)
15:09:23 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 42016376, ~: 42695170)
15:09:23 [PASS] testEmptyBlock(bool) (runs: 256, μ: 38226353, ~: 38067425)
15:09:23 [PASS] testInvalidBlobHash() (gas: 42542267)
15:09:23 [PASS] testInvalidBlobProof() (gas: 1026447237)
15:09:23 [PASS] testInvalidL2Fee() (gas: 42640041)
15:09:23 [PASS] testMixedBlock(bool) (runs: 256, μ: 51612987, ~: 44447610)
15:09:23 [PASS] testNonZeroDaFee() (gas: 42628275)
15:09:23 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 61106991)
15:09:23 [PASS] testProvingFeeUpdates() (gas: 72080231)
15:09:23 [PASS] testPrune() (gas: 44972534)
15:09:23 [PASS] testPruneAfterPartial() (gas: 71893144)
15:09:23 [PASS] testPruneDuringPropose() (gas: 52239078)
15:09:23 [PASS] testRevertInvalidCoinbase() (gas: 37604611)
15:09:23 [PASS] testRevertInvalidTimestamp() (gas: 37607178)
15:09:23 [PASS] testRevertPrune() (gas: 44453776)
15:09:23 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 60839159)
15:09:23 [PASS] testSetManaTargetDecreasing(uint256,uint256) (runs: 256, μ: 75457998, ~: 75458054)
15:09:23 [PASS] testSetManaTargetIncreasing(uint256,uint256) (runs: 256, μ: 75460092, ~: 75460356)
15:09:23 [PASS] testShouldNotBeTooEagerToPrune() (gas: 52515601)
15:09:23 [PASS] testSingleBlock(bool) (runs: 256, μ: 39928435, ~: 40642863)
15:09:23 [PASS] testSubmitProofInvalidArchive() (gas: 38153443)
15:09:23 [PASS] testSubmitProofNonExistentBlock() (gas: 38153148)
15:09:23 [PASS] testTimestamp() (gas: 39438398)
15:09:23 [PASS] testTooManyBlobs() (gas: 42544269)
15:09:23 [PASS] testTooManyBlocks() (gas: 50704931)
15:09:23 Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 7.41s (46.90s CPU time)
15:09:26
15:09:26 Ran 9 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest
15:09:26 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 310156, ~: 310156)
15:09:26 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10495808, ~: 10450277)
15:09:26 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10500724, ~: 10526239)
15:09:26 [PASS] test_GivenInsufficientYea() (gas: 422734)
15:09:26 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 348674, ~: 348708)
15:09:26 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10196289, ~: 10127062)
15:09:26 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9161669)
15:09:26 [PASS] test_WhenRoundNotInPast() (gas: 334426)
15:09:26 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 349100, ~: 349300)
15:09:26 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 9.98s (29.15s CPU time)
15:09:27
15:09:27 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest
15:09:27 [PASS] testFrontier() (gas: 0)
15:09:27 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 11.02s (11.01s CPU time)
15:09:27
15:09:27 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest
15:09:27 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 41952754, ~: 41952754)
15:09:27 [PASS] testHappyPath() (gas: 55357637)
15:09:27 [PASS] testInitialCommitteeMatch() (gas: 42128762)
15:09:27 [PASS] testInsufficientSigsMove() (gas: 45885367)
15:09:27 [PASS] testInvalidCommitteeCommitment() (gas: 45882869)
15:09:27 [PASS] testNukeFromOrbit() (gas: 56541924)
15:09:27 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 42259395, ~: 42259395)
15:09:27 [PASS] testProposerNotProvided() (gas: 45899378)
15:09:27 [PASS] testRelayedForProposer() (gas: 47306803)
15:09:27 [PASS] testStableCommittee(uint8) (runs: 256, μ: 42248624, ~: 42248722)
15:09:27 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 71478168, ~: 72710052)
15:09:27 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 11.06s (16.41s CPU time)
15:09:28
15:09:28 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest
15:09:28 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1244311, ~: 1244311)
15:09:28 [PASS] testDepositPrivate() (gas: 194884)
15:09:28 [PASS] testDepositPublic() (gas: 197387)
15:09:28 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2312646, ~: 2312646)
15:09:28 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1233998)
15:09:28 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 12.15s (288.25ms CPU time)
15:09:28
15:09:28 Ran 8 tests for test/staking_asset_handler/addValidator.t.sol:addValidatorToQueueTest
15:09:28 [PASS] test_GivenTheDepositCallFails(address,address,address,address) (runs: 256, μ: 2488512, ~: 2488512)
15:09:28 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 898445, ~: 1149437)
15:09:28 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 13110625, ~: 13110625)
15:09:28 [PASS] test_WhenPassportProofHasBeenUsed(address,address) (runs: 256, μ: 15266492, ~: 15266492)
15:09:28 [PASS] test_WhenPassportProofIsInDevMode(address,address) (runs: 256, μ: 10894210, ~: 10894210)
15:09:28 [PASS] test_WhenPassportProofIsInThePast(address,uint16) (runs: 256, μ: 10923616, ~: 10923616)
15:09:28 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 13655312, ~: 13655312)
15:09:28 [PASS] test_WhenUserIsNew(address,address) (runs: 256, μ: 13655347, ~: 13655347)
15:09:28 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 12.15s (33.96s CPU time)
15:09:28
15:09:28 Ran 90 test suites in 12.17s (192.23s CPU time): 389 tests passed, 0 failed, 0 skipped (389 total tests)