Parent Log: http://ci.aztec-labs.com/4c96f3b9485e16bb Command: 429f28c1a99a2074 cd l1-contracts && forge test Commit: https://github.com/AztecProtocol/aztec-packages/commit/fba623aaad039134a8b49dd161949487f381d59c Env: REF_NAME=gh-readonly-queue/next/pr-14872-8b05adcbb31cd1a15db3b46f91e04fa28e0d0ff3 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 9 15:02:05 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14872_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_88124959fc35bcb2_next 15:02:12 Compiling 249 files with Solc 0.8.27 15:03:03 Solc 0.8.27 finished in 51.15s 15:03:03 Compiler run successful! 15:03:03 15:03:03 Ran 2 tests for test/Parity.t.sol:ParityTest 15:03:03 [PASS] testRootMatchesBaseParity() (gas: 548387) 15:03:03 [PASS] testRootMatchesRootParity() (gas: 548320) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 13.58ms (1.45ms CPU time) 15:03:03 15:03:03 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest 15:03:03 [PASS] test_LockVoteAndExecute() (gas: 1313517) 15:03:03 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 13.56ms (756.41µs CPU time) 15:03:03 15:03:03 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest 15:03:03 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951) 15:03:03 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 13.33ms (5.77ms CPU time) 15:03:03 15:03:03 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest 15:03:03 [PASS] testComputeTxsEffectsHash2() (gas: 18627) 15:03:03 [PASS] testComputeTxsEffectsHash3() (gas: 23624) 15:03:03 [PASS] testComputeTxsEffectsHash5() (gas: 32656) 15:03:03 [PASS] testComputeTxsEffectsHash6() (gas: 37298) 15:03:03 [PASS] testComputeTxsEffectsHash7() (gas: 41009) 15:03:03 [PASS] testDecomp() (gas: 42917) 15:03:03 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 16.69ms (1.55ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/staking/getters.t.sol:GettersTest 15:03:03 [PASS] test_getAttesterAtIndex() (gas: 34594) 15:03:03 [PASS] test_getAttesterOutOfBounds() (gas: 27345) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 17.43ms (230.15µs CPU time) 15:03:03 15:03:03 Ran 7 tests for test/staking/slash.t.sol:SlashTest 15:03:03 [PASS] test_GivenAttesterIsActive() (gas: 728109) 15:03:03 [PASS] test_GivenAttesterIsNotActive() (gas: 554618) 15:03:03 [PASS] test_GivenTimeIsAfterUnlock() (gas: 687897) 15:03:03 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 711259) 15:03:03 [PASS] test_WhenAttesterIsNotExiting() (gas: 752433) 15:03:03 [PASS] test_WhenAttesterIsNotRegistered() (gas: 31448) 15:03:03 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 13365) 15:03:03 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 18.25ms (3.55ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic 15:03:03 [PASS] test_GivenSufficientBalance() (gas: 155504) 15:03:03 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 18.83ms (426.51µs CPU time) 15:03:03 15:03:03 Ran 5 tests for test/staking/deposit.t.sol:DepositTest 15:03:03 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66927) 15:03:03 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 777821) 15:03:03 [PASS] test_GivenAttesterIsNotActive() (gas: 564552) 15:03:03 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30468) 15:03:03 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58807) 15:03:03 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 19.75ms (1.83ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest 15:03:03 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11813, ~: 11813) 15:03:03 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166862) 15:03:03 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 168019) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 23.95ms (27.10ms CPU time) 15:03:03 15:03:03 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest 15:03:03 [PASS] test_Slashing() (gas: 40393403) 15:03:03 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 26.06ms (14.56ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest 15:03:03 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428) 15:03:03 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 29.61ms (35.46ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest 15:03:03 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85584, ~: 85895) 15:03:03 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 31.85ms (36.50ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/staking_asset_handler/setScope.t.sol:SetScopeTest 15:03:03 [PASS] test_WhenCallerOfSetScopeIsNotOwner(address) (runs: 256, μ: 14431, ~: 14431) 15:03:03 [PASS] test_WhenCallerOfSetScopeIsOwner() (gas: 23063) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 39.57ms (16.24ms CPU time) 15:03:03 15:03:03 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest 15:03:03 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355) 15:03:03 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 46.77ms (34.30ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest 15:03:03 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 346974, ~: 346974) 15:03:03 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13064) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 49.77ms (37.61ms CPU time) 15:03:03 15:03:03 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest 15:03:03 [PASS] test_UpgradeIntoNewVersion() (gas: 3572621) 15:03:03 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 53.07ms (36.11ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest 15:03:03 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 128475, ~: 118972) 15:03:03 [PASS] test_GivenBalanceIs0() (gas: 54054) 15:03:03 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 64.50ms (80.75ms CPU time) 15:03:03 15:03:03 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest 15:03:03 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420510) 15:03:03 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315365) 15:03:03 [PASS] test_GivenNewCanonicalInstance() (gas: 838608) 15:03:03 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516777) 15:03:03 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594674) 15:03:03 [PASS] test_GivenProposalIsLeader() (gas: 492255) 15:03:03 [PASS] test_GivenRoundChanged() (gas: 471277) 15:03:03 [PASS] test_WhenSigNotFromProposer(address) (runs: 256, μ: 346101, ~: 346101) 15:03:03 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 66.58ms (43.65ms CPU time) 15:03:03 15:03:03 Ran 1 test for test/staking/move.t.sol:MoveTest 15:03:03 [PASS] test_MoveStakingSet() (gas: 48903295) 15:03:03 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 76.06ms (59.41ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest 15:03:03 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491) 15:03:03 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 84.00ms (44.24ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/staking_asset_handler/setSubscope.t.sol:SetSubscopeTest 15:03:03 [PASS] test_WhenCallerOfSetSubscopeIsNotOwner(address) (runs: 256, μ: 14453, ~: 14453) 15:03:03 [PASS] test_WhenCallerOfSetSubscopeIsOwner() (gas: 22402) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 86.15ms (19.95ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest 15:03:03 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 187032, ~: 184844) 15:03:03 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 5735, ~: 5735) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 87.09ms (91.42ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest 15:03:03 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32515) 15:03:03 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 599973, ~: 599973) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 95.59ms (153.42ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest 15:03:03 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405) 15:03:03 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038) 15:03:03 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 104.90ms (57.20ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest 15:03:03 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11841, ~: 11841) 15:03:03 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37381, ~: 37381) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 112.49ms (60.63ms CPU time) 15:03:03 15:03:03 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest 15:03:03 [PASS] test_GivenNoCheckpoints() (gas: 28277) 15:03:03 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 214682, ~: 212612) 15:03:03 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 208029, ~: 209806) 15:03:03 [PASS] test_WhenTimeNotInPast() (gas: 3997) 15:03:03 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 112.99ms (152.40ms CPU time) 15:03:03 15:03:03 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest 15:03:03 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76827, ~: 76633) 15:03:03 [PASS] test_WhenAmountEq0() (gas: 8437) 15:03:03 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 235010, ~: 235930) 15:03:03 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 213780, ~: 212767) 15:03:03 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 126.97ms (197.03ms CPU time) 15:03:03 15:03:03 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest 15:03:03 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 725047) 15:03:03 [PASS] test_GivenAttesterIsLiving() (gas: 733156) 15:03:03 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 529033) 15:03:03 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 709567) 15:03:03 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30167) 15:03:03 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 538805, ~: 538805) 15:03:03 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 128.49ms (106.59ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/ignition.t.sol:IgnitionTest 15:03:03 [PASS] test_RevertNonEmptyBlock() (gas: 36275193) 15:03:03 [PASS] test_emptyBlock() (gas: 36455098) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 180.51ms (268.40ms CPU time) 15:03:03 15:03:03 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest 15:03:03 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825473, ~: 826182) 15:03:03 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 184.72ms (170.82ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/Forwarder.t.sol:ForwarderTest 15:03:03 [PASS] testForward() (gas: 125773) 15:03:03 [PASS] testRevertWhenCallToInvalidAddress(address) (runs: 256, μ: 14635, ~: 14635) 15:03:03 [PASS] testRevertWhenLengthMismatch() (gas: 10077) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 198.82ms (184.50ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest 15:03:03 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668) 15:03:03 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18999, ~: 19037) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 199.46ms (24.21ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest 15:03:03 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19414, ~: 19727) 15:03:03 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83230, ~: 82934) 15:03:03 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 210.35ms (104.35ms CPU time) 15:03:03 15:03:03 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest 15:03:03 [PASS] test_GivenTheRollupIsInGenesisState() (gas: 39905260) 15:03:03 [PASS] test_GivenTheSeedHasBeenSampled() (gas: 41965875) 15:03:03 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 52151226) 15:03:03 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207) 15:03:03 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 212.20ms (424.71ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees 15:03:03 [PASS] test_GivenSufficientBalance() (gas: 206864) 15:03:03 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209) 15:03:03 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 215.57ms (1.24ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest 15:03:03 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1515191, ~: 1515241) 15:03:03 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 47901, ~: 48099) 15:03:03 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 48799, ~: 48495) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 215.43ms (225.33ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/MultiProof.t.sol:MultiProofTest 15:03:03 [PASS] testMultipleProvers() (gas: 241822573) 15:03:03 [PASS] testNoHolesInProvenBlocks() (gas: 83044635) 15:03:03 [PASS] testProofsAreInOneEpoch() (gas: 98423322) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 227.46ms (591.22ms CPU time) 15:03:03 15:03:03 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest 15:03:03 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1266838, ~: 1266838) 15:03:03 [PASS] testDepositPrivate() (gas: 194773) 15:03:03 [PASS] testDepositPublic() (gas: 197276) 15:03:03 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2335112, ~: 2335112) 15:03:03 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1256473) 15:03:03 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 228.36ms (326.40ms CPU time) 15:03:03 15:03:03 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest 15:03:03 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362) 15:03:03 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 232.51ms (35.21ms CPU time) 15:03:03 15:03:03 Ran 4 tests for test/validator-selection/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest 15:03:03 [PASS] test_WhenAddressNotInTheSet() (gas: 10869) 15:03:03 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421446, ~: 421347) 15:03:03 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171062, ~: 171381) 15:03:03 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456) 15:03:03 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 253.67ms (299.28ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest 15:03:03 [PASS] test_GivenStatusIsNotExiting() (gas: 644471) 15:03:03 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 759312, ~: 759353) 15:03:03 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 682520) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 267.30ms (254.23ms CPU time) 15:03:03 15:03:03 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest 15:03:03 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296217, ~: 296374) 15:03:03 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371500, ~: 371568) 15:03:03 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195) 15:03:03 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 425934, ~: 426409) 15:03:03 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441016, ~: 441559) 15:03:03 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90667, ~: 90667) 15:03:03 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406608, ~: 407102) 15:03:03 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106068, ~: 106068) 15:03:03 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 268.42ms (807.16ms CPU time) 15:03:03 15:03:03 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest 15:03:03 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696323, ~: 696660) 15:03:03 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 831572, ~: 832951) 15:03:03 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 672820, ~: 673706) 15:03:03 [PASS] test_GivenStateIsActive() (gas: 356145) 15:03:03 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350265, ~: 350265) 15:03:03 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685783, ~: 686292) 15:03:03 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699194, ~: 699359) 15:03:03 [PASS] test_GivenStateIsPending() (gas: 348521) 15:03:03 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664101, ~: 664805) 15:03:03 [PASS] test_GivenStateIsRejected() (gas: 363965) 15:03:03 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 281.10ms (1.13s CPU time) 15:03:03 15:03:03 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest 15:03:03 [PASS] test_WhenMinimumConfigEq0() (gas: 2849) 15:03:03 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49922, ~: 50740) 15:03:03 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 154353, ~: 166937) 15:03:03 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53111, ~: 52810) 15:03:03 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76322, ~: 77049) 15:03:03 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76573, ~: 76263) 15:03:03 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119707, ~: 120003) 15:03:03 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172397, ~: 172720) 15:03:03 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174579, ~: 174994) 15:03:03 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192614, ~: 192789) 15:03:03 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219437, ~: 220006) 15:03:03 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217801, ~: 218502) 15:03:03 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 339.94ms (413.45ms CPU time) 15:03:03 15:03:03 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest 15:03:03 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1206995, ~: 1404628) 15:03:03 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252) 15:03:03 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1412020, ~: 1596729) 15:03:03 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1119573, ~: 1260178) 15:03:03 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 495.96ms (1.09s CPU time) 15:03:03 15:03:03 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest 15:03:03 [PASS] test_WhenDepositsPerMintIs0() (gas: 67351) 15:03:03 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256) (runs: 256, μ: 3360741, ~: 3373623) 15:03:03 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 514.40ms (445.79ms CPU time) 15:03:03 15:03:03 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest 15:03:03 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20581, ~: 20577) 15:03:03 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48666, ~: 48668) 15:03:03 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1043758, ~: 1044436) 15:03:03 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 586.45ms (591.08ms CPU time) 15:03:04 15:03:04 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static 15:03:04 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119670, ~: 121404) 15:03:04 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120921, ~: 122387) 15:03:04 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119535, ~: 120972) 15:03:04 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120299, ~: 121169) 15:03:04 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 686.15ms (127.13ms CPU time) 15:03:04 15:03:04 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest 15:03:04 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11907, ~: 11907) 15:03:04 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19638, ~: 19638) 15:03:04 [PASS] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 256, μ: 1855210, ~: 1855210) 15:03:04 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 686.46ms (356.61ms CPU time) 15:03:04 15:03:04 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest 15:03:04 [PASS] test_computeFeeAssetPerEth() (gas: 24034021) 15:03:04 [PASS] test_full() (gas: 160797407) 15:03:04 [PASS] test_invalidOracleInput() (gas: 55199) 15:03:04 [PASS] test_photograph() (gas: 77268431) 15:03:04 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 789.01ms (607.59ms CPU time) 15:03:04 15:03:04 Ran 3 tests for test/staking_asset_handler/queue.t.sol:QueueTest 15:03:04 [PASS] test_WhenEnqueuingValidators(uint8) (runs: 256, μ: 2766477, ~: 1100691) 15:03:04 [PASS] test_WhenIncludingAlreadySeenAttesterProposerPair(address,address) (runs: 256, μ: 59903, ~: 59903) 15:03:04 [PASS] test_WhenNotInitializedAndQueueIsEmpty() (gas: 19244) 15:03:04 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 793.02ms (935.94ms CPU time) 15:03:04 15:03:04 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest 15:03:04 [PASS] test_AddRollup(bool) (runs: 256, μ: 2647184, ~: 2955314) 15:03:04 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 821.72ms (800.45ms CPU time) 15:03:04 15:03:04 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest 15:03:04 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420488) 15:03:04 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315365) 15:03:04 [PASS] test_GivenNewCanonicalInstance() (gas: 838586) 15:03:04 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516755) 15:03:04 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594674) 15:03:04 [PASS] test_GivenProposalIsLeader() (gas: 492255) 15:03:04 [PASS] test_GivenRoundChanged() (gas: 471277) 15:03:04 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 346210, ~: 346210) 15:03:04 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 998.68ms (84.63ms CPU time) 15:03:04 15:03:04 Ran 4 tests for test/validator-selection/address_snapshots/values.t.sol:AddressSnapshotValuesTest 15:03:04 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440) 15:03:04 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336089, ~: 335952) 15:03:04 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 654458, ~: 661718) 15:03:04 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 665903, ~: 625492) 15:03:04 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 998.50ms (1.79s CPU time) 15:03:04 15:03:04 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest 15:03:04 [PASS] test_votingPower(bool,bool,bool) (runs: 256, μ: 2776397, ~: 2780309) 15:03:04 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.17s (1.16s CPU time) 15:03:04 15:03:04 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest 15:03:04 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670315, ~: 670633) 15:03:04 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377514, ~: 377514) 15:03:04 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672462, ~: 673071) 15:03:04 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671217, ~: 672020) 15:03:04 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382733, ~: 382733) 15:03:04 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683171, ~: 684026) 15:03:04 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125160, ~: 1125994) 15:03:04 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382495) 15:03:04 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15221, ~: 15214) 15:03:04 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376103, ~: 376141) 15:03:04 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381316, ~: 381394) 15:03:04 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 1.22s (1.73s CPU time) 15:03:04 15:03:04 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest 15:03:04 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968218, ~: 968335) 15:03:04 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 963861, ~: 963631) 15:03:04 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964520, ~: 964326) 15:03:04 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.23s (203.34ms CPU time) 15:03:04 15:03:04 Ran 7 tests for test/validator-selection/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest 15:03:04 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 635512, ~: 634439) 15:03:04 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404) 15:03:04 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 712936, ~: 682363) 15:03:04 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 656055, ~: 660610) 15:03:04 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 764112, ~: 747623) 15:03:04 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 716419, ~: 692656) 15:03:04 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 726753, ~: 765629) 15:03:04 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.23s (6.52s CPU time) 15:03:04 15:03:04 Ran 3 tests for test/validator-selection/address_snapshots/length.t.sol:AddressSnapshotLengthTest 15:03:04 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 627399, ~: 606341) 15:03:04 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370) 15:03:04 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 675476, ~: 652386) 15:03:04 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.31s (2.15s CPU time) 15:03:04 15:03:04 Ran 3 tests for test/validator-selection/address_snapshots/at.t.sol:AddressSnapshotAtTest 15:03:04 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020) 15:03:04 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 857621, ~: 899593) 15:03:04 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388) 15:03:04 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.40s (1.40s CPU time) 15:03:04 15:03:04 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest 15:03:04 [PASS] test_FeeModelEquivalence() (gas: 509939896) 15:03:04 [PASS] test__FeeModelPrune() (gas: 2243706) 15:03:04 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.52s (1.21s CPU time) 15:03:04 15:03:04 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest 15:03:04 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 41191377, ~: 41191345) 15:03:04 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.53s (1.52s CPU time) 15:03:05 15:03:05 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest 15:03:05 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390317, ~: 390317) 15:03:05 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694370, ~: 694512) 15:03:05 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254) 15:03:05 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390249, ~: 390249) 15:03:05 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 684006, ~: 684335) 15:03:05 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685972, ~: 686480) 15:03:05 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699336, ~: 699482) 15:03:05 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762) 15:03:05 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664451, ~: 664941) 15:03:05 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161) 15:03:05 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 1.75s (986.81ms CPU time) 15:03:05 15:03:05 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest 15:03:05 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13928, ~: 13928) 15:03:05 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19355, ~: 19374) 15:03:05 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 1955270, ~: 1955540) 15:03:05 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 53207, ~: 53084) 15:03:05 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.98s (385.22ms CPU time) 15:03:05 15:03:05 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest 15:03:05 [PASS] test_WhenCallerIsNotSelf() (gas: 28665) 15:03:05 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273179, ~: 273865) 15:03:05 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35809, ~: 35752) 15:03:05 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273319, ~: 273575) 15:03:05 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42156, ~: 41957) 15:03:05 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273381, ~: 273651) 15:03:05 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42376, ~: 42142) 15:03:05 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273687, ~: 273685) 15:03:05 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31296, ~: 31299) 15:03:05 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274244, ~: 274514) 15:03:05 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41716, ~: 41530) 15:03:05 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273061, ~: 273060) 15:03:05 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31229, ~: 31238) 15:03:05 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273547, ~: 273767) 15:03:05 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 40994, ~: 41316) 15:03:05 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273857, ~: 274131) 15:03:05 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41900, ~: 41698) 15:03:05 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 273968, ~: 274253) 15:03:05 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 41978, ~: 41796) 15:03:05 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 1.98s (889.61ms CPU time) 15:03:05 15:03:05 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest 15:03:05 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11828, ~: 11828) 15:03:05 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28491, ~: 28476) 15:03:05 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 2.26s (41.57ms CPU time) 15:03:05 15:03:05 Ran 3 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest 15:03:05 [PASS] test_100_validators() (gas: 373337561) 15:03:05 [PASS] test_48_validators() (gas: 324064127) 15:03:05 [PASS] test_no_validators() (gas: 81538514) 15:03:05 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.46s (4.12s CPU time) 15:03:06 proptest: Saving this and future failures in cache/fuzz/failures 15:03:06 proptest: If this test was run on a CI system, you may wish to add the following line to your copy of the file. (You may need to create it.) 15:03:06 cc cf0a107f6a36b87bd9337ebe06e966801e78153e96322ce23083f8aa83c88ddf 15:03:06 15:03:06 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest 15:03:06 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32846, ~: 32633) 15:03:06 [PASS] test_WhenAmountEq0() (gas: 8626) 15:03:06 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 211004, ~: 210568) 15:03:06 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 237645, ~: 237322) 15:03:06 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212550, ~: 213990) 15:03:06 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 2.78s (438.90ms CPU time) 15:03:07 15:03:07 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest 15:03:07 [PASS] test_GivenMultipleListedRollups() (gas: 297522) 15:03:07 [PASS] test_GivenNoListedRollups() (gas: 10735) 15:03:07 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 4.06s (6.03ms CPU time) 15:03:07 15:03:07 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest 15:03:07 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183530, ~: 183680) 15:03:07 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21674, ~: 21616) 15:03:07 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1306261, ~: 1480865) 15:03:07 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 4.06s (396.14ms CPU time) 15:03:07 15:03:07 Ran 26 tests for test/Rollup.t.sol:RollupTest 15:03:07 [PASS] testBlockFee() (gas: 42889415) 15:03:07 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 38288981, ~: 38412222) 15:03:07 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 78394847, ~: 84327945) 15:03:07 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 83975363) 15:03:07 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 42546575, ~: 43132403) 15:03:07 [PASS] testEmptyBlock(bool) (runs: 256, μ: 37652255, ~: 37840222) 15:03:07 [PASS] testInvalidBlobHash() (gas: 41850668) 15:03:07 [PASS] testInvalidBlobProof() (gas: 1026084661) 15:03:07 [PASS] testInvalidL2Fee() (gas: 41950092) 15:03:07 [PASS] testMixedBlock(bool) (runs: 256, μ: 56381426, ~: 43822836) 15:03:07 [PASS] testNonZeroDaFee() (gas: 41938256) 15:03:07 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 71290941) 15:03:07 [PASS] testProvingFeeUpdates() (gas: 99971881) 15:03:07 [PASS] testPrune() (gas: 44388832) 15:03:07 [PASS] testPruneAfterPartial() (gas: 84334203) 15:03:07 [PASS] testPruneDuringPropose() (gas: 51642731) 15:03:07 [PASS] testRevertInvalidTimestamp() (gas: 36927757) 15:03:07 [PASS] testRevertPrune() (gas: 43829113) 15:03:07 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 60257334) 15:03:07 [PASS] testSetManaTargetDecreasing(uint256,uint256) (runs: 256, μ: 74107524, ~: 74107609) 15:03:07 [PASS] testSetManaTargetIncreasing(uint256,uint256) (runs: 256, μ: 74109556, ~: 74109911) 15:03:07 [PASS] testShouldNotBeTooEagerToPrune() (gas: 51941402) 15:03:07 [PASS] testSingleBlock(bool) (runs: 256, μ: 39678968, ~: 38587750) 15:03:07 [PASS] testSubmitProofInvalidArchive() (gas: 37494811) 15:03:07 [PASS] testSubmitProofNonExistentBlock() (gas: 37494516) 15:03:07 [PASS] testTimestamp() (gas: 38763332) 15:03:07 Suite result: ok. 26 passed; 0 failed; 0 skipped; finished in 4.06s (18.21s CPU time) 15:03:07 15:03:07 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest 15:03:07 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11830, ~: 11830) 15:03:07 [PASS] test_WhenDepositsPerMintIs0() (gas: 10889) 15:03:07 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23267, ~: 23380) 15:03:07 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 11354433, ~: 10914331) 15:03:07 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 4.08s (4.12s CPU time) 15:03:09 15:03:09 Ran 9 tests for test/Inbox.t.sol:InboxTest 15:03:09 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055) 15:03:09 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5551254, ~: 5405396) 15:03:09 [PASS] testRevertIFConsumingInFuture() (gas: 12712) 15:03:09 [PASS] testRevertIfActorTooLarge() (gas: 11877) 15:03:09 [PASS] testRevertIfContentTooLarge() (gas: 12009) 15:03:09 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841) 15:03:09 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008) 15:03:09 [PASS] testRevertIfVersionMismatch() (gas: 12251) 15:03:09 [PASS] testSendDuplicateL2Messages() (gas: 111551) 15:03:09 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 5.66s (5.70s CPU time) 15:03:09 15:03:09 Ran 5 tests for test/RollupGetters.t.sol:RollupShouldBeGetters 15:03:09 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 40624604, ~: 40641184) 15:03:09 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 41312891, ~: 41298794) 15:03:09 [PASS] test_getEpochCommitteeBig(uint16,bool) (runs: 256, μ: 51858036, ~: 51957246) 15:03:09 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 41249474, ~: 41222722) 15:03:09 [PASS] test_validateHeader() (gas: 41153888) 15:03:09 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 5.67s (9.56s CPU time) 15:03:10 15:03:10 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest 15:03:10 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712855, ~: 5712905) 15:03:10 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554791, ~: 7554841) 15:03:10 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892756, ~: 3892755) 15:03:10 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.30s (14.43s CPU time) 15:03:10 15:03:10 Ran 3 tests for test/validator-selection/address_snapshots/add.t.sol:AddressSnapshotAddTest 15:03:10 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1831798, ~: 1928011) 15:03:10 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689) 15:03:10 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848) 15:03:10 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.30s (1.90s CPU time) 15:03:11 15:03:11 Ran 3 tests for test/validator-selection/Sampling.t.sol:SamplingTest 15:03:11 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 3067689, ~: 231949) 15:03:11 [PASS] testSimpleSample() (gas: 5504701) 15:03:11 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 521295, ~: 165916) 15:03:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.69s (4.91s CPU time) 15:03:11 15:03:11 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest 15:03:11 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194781, ~: 194781) 15:03:11 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197521, ~: 197521) 15:03:11 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15779, ~: 15779) 15:03:11 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 8.20s (104.53ms CPU time) 15:03:11 15:03:11 Ran 8 tests for test/staking_asset_handler/addValidator.t.sol:addValidatorToQueueTest 15:03:11 [PASS] test_GivenTheDepositCallFails(address,address,address,address) (runs: 256, μ: 2593493, ~: 2593493) 15:03:11 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 846677, ~: 618450) 15:03:11 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 14011921, ~: 14011921) 15:03:11 [FAIL: next call did not revert as expected; counterexample: calldata=0xf5ab85c10000000000000000000000000000000000000000000000000000000000000f7a000000000000000000000000000000000000000000000000000000000000dead args=[0x0000000000000000000000000000000000000f7A, 0x000000000000000000000000000000000000dEaD]] test_WhenPassportProofHasBeenUsed(address,address) (runs: 38, μ: 16226824, ~: 16226824) 15:03:11 [PASS] test_WhenPassportProofIsInDevMode(address,address) (runs: 256, μ: 11782536, ~: 11782536) 15:03:11 [PASS] test_WhenPassportProofIsInThePast(address,uint16) (runs: 256, μ: 11811434, ~: 11811434) 15:03:11 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 14554431, ~: 14554431) 15:03:11 [PASS] test_WhenUserIsNew(address,address) (runs: 256, μ: 14554364, ~: 14554364) 15:03:11 Suite result: FAILED. 7 passed; 1 failed; 0 skipped; finished in 8.20s (27.63s CPU time) 15:03:12 15:03:12 Ran 15 tests for test/Outbox.t.sol:OutboxTest 15:03:12 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10866, ~: 10866) 15:03:12 [PASS] testGetRootData() (gas: 132097) 15:03:12 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 32568505, ~: 8969311) 15:03:12 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 4064566, ~: 3804537) 15:03:12 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 625516) 15:03:12 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36769) 15:03:12 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36338) 15:03:12 [PASS] testRevertIfInsertingDuplicate() (gas: 75392) 15:03:12 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30571, ~: 30571) 15:03:12 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38532) 15:03:12 [PASS] testRevertIfPathHeightMismatch() (gas: 1140290) 15:03:12 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1180084) 15:03:12 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 655684) 15:03:12 [PASS] testRevertIfVersionMismatch() (gas: 36075) 15:03:12 [PASS] testValidInsertAndConsume() (gas: 658729) 15:03:12 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 9.12s (10.02s CPU time) 15:03:13 15:03:13 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest 15:03:13 [PASS] testFrontier() (gas: 0) 15:03:13 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 9.99s (9.98s CPU time) 15:03:14 15:03:14 Ran 9 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest 15:03:14 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 310156, ~: 310156) 15:03:14 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10458237, ~: 10461822) 15:03:14 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10446016, ~: 10301129) 15:03:14 [PASS] test_GivenInsufficientYea() (gas: 422734) 15:03:14 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 348686, ~: 348708) 15:03:14 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10231933, ~: 10213583) 15:03:14 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9161669) 15:03:14 [PASS] test_WhenRoundNotInPast() (gas: 334426) 15:03:14 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 348777, ~: 348620) 15:03:14 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 11.19s (31.44s CPU time) 15:03:16 15:03:16 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest 15:03:16 [PASS] test_setSlasher(address) (runs: 256, μ: 27148, ~: 27148) 15:03:16 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12830, ~: 12830) 15:03:16 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 13.06s (46.41ms CPU time) 15:03:16 15:03:16 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest 15:03:16 [PASS] test_GivenStateIsDropped() (gas: 25448) 15:03:16 [PASS] test_GivenStateIsExecuted() (gas: 25467) 15:03:16 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 24895, ~: 29984) 15:03:16 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 13.06s (28.34ms CPU time) 15:03:16 15:03:16 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest 15:03:16 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 41276585, ~: 41276585) 15:03:16 [PASS] testHappyPath() (gas: 54700652) 15:03:16 [PASS] testInitialCommitteeMatch() (gas: 41454547) 15:03:16 [PASS] testInsufficientSigsMove() (gas: 45200566) 15:03:16 [PASS] testInvalidCommitteeCommitment() (gas: 45200949) 15:03:16 [PASS] testNukeFromOrbit() (gas: 55874720) 15:03:16 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 41586787, ~: 41586787) 15:03:16 [PASS] testProposerNotProvided() (gas: 45217449) 15:03:16 [PASS] testRelayedForProposer() (gas: 46645146) 15:03:16 [PASS] testStableCommittee(uint8) (runs: 256, μ: 41575180, ~: 41575279) 15:03:16 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 70564636, ~: 69422670) 15:03:16 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 13.06s (17.83s CPU time) 15:03:16 15:03:16 Ran 85 test suites in 13.07s (172.27s CPU time): 367 tests passed, 1 failed, 0 skipped (368 total tests) 15:03:16 15:03:16 Failing tests: 15:03:16 Encountered 1 failing test in test/staking_asset_handler/addValidator.t.sol:addValidatorToQueueTest 15:03:16 [FAIL: next call did not revert as expected; counterexample: calldata=0xf5ab85c10000000000000000000000000000000000000000000000000000000000000f7a000000000000000000000000000000000000000000000000000000000000dead args=[0x0000000000000000000000000000000000000f7A, 0x000000000000000000000000000000000000dEaD]] test_WhenPassportProofHasBeenUsed(address,address) (runs: 38, μ: 16226824, ~: 16226824) 15:03:16 15:03:16 Encountered a total of 1 failing tests, 367 tests succeeded