Parent Log:
http://ci.aztec-labs.com/2e63317ed09b7d21
Command: 21a5a3227934f15d cd l1-contracts && forge test
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e406818f491d3a887cf0aa5da4495e399ebf18f5
Env: REF_NAME=gh-readonly-queue/next/pr-14726-38e156e9da5cecbf6d58f1f69ce9023f8085195b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 4 21:45:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14726_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/88124959fc35bcb2
21:46:02 Compiling 238 files with Solc 0.8.27
21:46:49 Solc 0.8.27 finished in 47.92s
21:46:50 Compiler run successful!
21:46:50 proptest: Saving this and future failures in cache/fuzz/failures
21:46:50 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.)
21:46:50 cc c1ebb99b62d5421ebdfcf262d3a50298fbd18b2d4834a101265d710545696b15
21:46:50
21:46:50 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest
21:46:50 [PASS] test_GivenMultipleListedRollups() (gas: 297522)
21:46:50 [PASS] test_GivenNoListedRollups() (gas: 10735)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 13.23ms (230.58µs CPU time)
21:46:50
21:46:50 Ran 2 tests for test/Parity.t.sol:ParityTest
21:46:50 [PASS] testRootMatchesBaseParity() (gas: 548387)
21:46:50 [PASS] testRootMatchesRootParity() (gas: 548320)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 14.06ms (4.48ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest
21:46:50 [PASS] test_LockVoteAndExecute() (gas: 1313940)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 14.45ms (976.70µs CPU time)
21:46:50
21:46:50 Ran 2 tests for test/staking/getters.t.sol:GettersTest
21:46:50 [PASS] test_getAttesterAtIndex() (gas: 34605)
21:46:50 [PASS] test_getAttesterOutOfBounds() (gas: 27353)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.00ms (242.49µs CPU time)
21:46:50
21:46:50 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees
21:46:50 [PASS] test_GivenSufficientBalance() (gas: 206864)
21:46:50 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209)
21:46:50 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 17.46ms (801.67µs CPU time)
21:46:50
21:46:50 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic
21:46:50 [PASS] test_GivenSufficientBalance() (gas: 155526)
21:46:50 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 18.35ms (486.29µs CPU time)
21:46:50
21:46:50 Ran 5 tests for test/staking/deposit.t.sol:DepositTest
21:46:50 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66944)
21:46:50 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 777880)
21:46:50 [PASS] test_GivenAttesterIsNotActive() (gas: 564690)
21:46:50 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30484)
21:46:50 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58832)
21:46:50 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 18.79ms (1.88ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest
21:46:50 [PASS] test_UpgradeIntoNewVersion() (gas: 3532767)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 18.78ms (3.00ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest
21:46:50 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11813, ~: 11813)
21:46:50 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166862)
21:46:50 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 168019)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 21.76ms (18.94ms CPU time)
21:46:50
21:46:50 Ran 7 tests for test/staking/slash.t.sol:SlashTest
21:46:50 [PASS] test_GivenAttesterIsActive() (gas: 728368)
21:46:50 [PASS] test_GivenAttesterIsNotActive() (gas: 554666)
21:46:50 [PASS] test_GivenTimeIsAfterUnlock() (gas: 687963)
21:46:50 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 711357)
21:46:50 [PASS] test_WhenAttesterIsNotExiting() (gas: 752876)
21:46:50 [PASS] test_WhenAttesterIsNotRegistered() (gas: 31456)
21:46:50 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 13373)
21:46:50 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 24.17ms (6.07ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest
21:46:50 [PASS] test_Slashing() (gas: 40511417)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 29.18ms (18.40ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/decoders/Decoders.t.sol:DecodersTest
21:46:50 [PASS] testDecodeBlocks() (gas: 5327421)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 29.03ms (18.25ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/Forwarder.t.sol:ForwarderTest
21:46:50 [PASS] testForward() (gas: 125773)
21:46:50 [PASS] testRevertWhenCallToInvalidAddress(address) (runs: 256, μ: 14635, ~: 14635)
21:46:50 [PASS] testRevertWhenLengthMismatch() (gas: 10077)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 34.18ms (20.88ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest
21:46:50 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362)
21:46:50 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 40.63ms (28.84ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest
21:46:50 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85428, ~: 85895)
21:46:50 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 47.55ms (35.45ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest
21:46:50 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491)
21:46:50 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 47.71ms (28.98ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest
21:46:50 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 50.97ms (39.00ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest
21:46:50 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11752, ~: 11752)
21:46:50 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37304, ~: 37304)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 52.44ms (26.01ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest
21:46:50 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951)
21:46:50 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 56.49ms (7.84ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/staking/move.t.sol:MoveTest
21:46:50 [PASS] test_MoveStakingSet() (gas: 48983956)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 59.36ms (44.25ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest
21:46:50 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 347422, ~: 347422)
21:46:50 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13098)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 62.89ms (49.08ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest
21:46:50 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32549)
21:46:50 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 600448, ~: 600448)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 93.43ms (80.11ms CPU time)
21:46:50
21:46:50 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest
21:46:50 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 725364)
21:46:50 [PASS] test_GivenAttesterIsLiving() (gas: 733523)
21:46:50 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 529055)
21:46:50 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 709446)
21:46:50 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30175)
21:46:50 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 538835, ~: 538835)
21:46:50 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 107.53ms (89.15ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest
21:46:50 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11850, ~: 11850)
21:46:50 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28484, ~: 28468)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 110.61ms (38.57ms CPU time)
21:46:50
21:46:50 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest
21:46:50 [PASS] test_GivenTheRollupIsInGenesisState() (gas: 39952713)
21:46:50 [PASS] test_GivenTheSeedHasBeenSampled() (gas: 42013465)
21:46:50 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 52198755)
21:46:50 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 125.18ms (83.01ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest
21:46:50 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 127425, ~: 118972)
21:46:50 [PASS] test_GivenBalanceIs0() (gas: 54054)
21:46:50 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 158.09ms (173.49ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest
21:46:50 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194817, ~: 194817)
21:46:50 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197557, ~: 197557)
21:46:50 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15768, ~: 15768)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 164.81ms (95.30ms CPU time)
21:46:50
21:46:50 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest
21:46:50 [PASS] testComputeTxsEffectsHash2() (gas: 18627)
21:46:50 [PASS] testComputeTxsEffectsHash3() (gas: 23624)
21:46:50 [PASS] testComputeTxsEffectsHash5() (gas: 32656)
21:46:50 [PASS] testComputeTxsEffectsHash6() (gas: 37298)
21:46:50 [PASS] testComputeTxsEffectsHash7() (gas: 41009)
21:46:50 [PASS] testDecomp() (gas: 42917)
21:46:50 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 171.44ms (11.36ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest
21:46:50 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405)
21:46:50 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038)
21:46:50 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 178.37ms (56.48ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest
21:46:50 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19413, ~: 19727)
21:46:50 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83215, ~: 82934)
21:46:50 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 204.19ms (262.17ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest
21:46:50 [PASS] test_setSlasher(address) (runs: 256, μ: 27306, ~: 27306)
21:46:50 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12931, ~: 12931)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 205.51ms (35.63ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest
21:46:50 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1498546, ~: 1498593)
21:46:50 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 47826, ~: 47504)
21:46:50 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 48808, ~: 48748)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 254.27ms (438.99ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/MultiProof.t.sol:MultiProofTest
21:46:50 [PASS] testMultipleProvers() (gas: 242039234)
21:46:50 [PASS] testNoHolesInProvenBlocks() (gas: 83095532)
21:46:50 [PASS] testProofsAreInOneEpoch() (gas: 98488562)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 264.59ms (653.00ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest
21:46:50 [PASS] test_GivenStatusIsNotExiting() (gas: 644520)
21:46:50 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 759483, ~: 759442)
21:46:50 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 682597)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 269.23ms (248.67ms CPU time)
21:46:50
21:46:50 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest
21:46:50 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1266814, ~: 1266814)
21:46:50 [PASS] testDepositPrivate() (gas: 194773)
21:46:50 [PASS] testDepositPublic() (gas: 197276)
21:46:50 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2335061, ~: 2335061)
21:46:50 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1256449)
21:46:50 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 281.80ms (422.83ms CPU time)
21:46:50
21:46:50 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest
21:46:50 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296199, ~: 296392)
21:46:50 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371466, ~: 371571)
21:46:50 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195)
21:46:50 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 426062, ~: 426373)
21:46:50 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441376, ~: 441523)
21:46:50 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90643, ~: 90643)
21:46:50 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 406396, ~: 407066)
21:46:50 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 257, μ: 106044, ~: 106044)
21:46:50 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 282.38ms (1.02s CPU time)
21:46:50
21:46:50 Ran 2 tests for test/ignition.t.sol:IgnitionTest
21:46:50 [PASS] test_RevertNonEmptyBlock() (gas: 36299384)
21:46:50 [PASS] test_emptyBlock() (gas: 36479411)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 288.32ms (284.05ms CPU time)
21:46:50
21:46:50 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest
21:46:50 [PASS] test_WhenCallerIsNotSelf() (gas: 28665)
21:46:50 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273292, ~: 273301)
21:46:50 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 257, μ: 35846, ~: 36154)
21:46:50 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 257, μ: 273305, ~: 273579)
21:46:50 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 257, μ: 42176, ~: 41957)
21:46:50 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 257, μ: 273396, ~: 273655)
21:46:50 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 257, μ: 42348, ~: 42142)
21:46:50 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 257, μ: 273698, ~: 273692)
21:46:50 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 257, μ: 31297, ~: 31299)
21:46:50 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274235, ~: 274521)
21:46:50 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 257, μ: 41741, ~: 41530)
21:46:50 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 257, μ: 273068, ~: 273064)
21:46:50 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 257, μ: 31235, ~: 31238)
21:46:50 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 257, μ: 273512, ~: 273203)
21:46:50 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 40982, ~: 41316)
21:46:50 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 257, μ: 273864, ~: 274135)
21:46:50 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 257, μ: 41900, ~: 41698)
21:46:50 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 257, μ: 273998, ~: 274260)
21:46:50 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 257, μ: 42013, ~: 41796)
21:46:50 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 288.70ms (1.02s CPU time)
21:46:50
21:46:50 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest
21:46:50 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668)
21:46:50 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18962, ~: 19037)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 290.95ms (38.19ms CPU time)
21:46:50
21:46:50 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest
21:46:50 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825687, ~: 826176)
21:46:50 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 300.85ms (287.75ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest
21:46:50 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 184802, ~: 184844)
21:46:50 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 5735, ~: 5735)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 310.56ms (307.78ms CPU time)
21:46:50
21:46:50 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest
21:46:50 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13883, ~: 13883)
21:46:50 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19163, ~: 19182)
21:46:50 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 605148, ~: 605442)
21:46:50 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 55431, ~: 55282)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 315.86ms (395.00ms CPU time)
21:46:50
21:46:50 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest
21:46:50 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 696334, ~: 696654)
21:46:50 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 257, μ: 832770, ~: 832945)
21:46:50 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 257, μ: 673360, ~: 673700)
21:46:50 [PASS] test_GivenStateIsActive() (gas: 356145)
21:46:50 [PASS] test_GivenStateIsDropped(address) (runs: 257, μ: 350277, ~: 350277)
21:46:50 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 257, μ: 686138, ~: 686275)
21:46:50 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 257, μ: 699177, ~: 699353)
21:46:50 [PASS] test_GivenStateIsPending() (gas: 348521)
21:46:50 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 257, μ: 664328, ~: 664799)
21:46:50 [PASS] test_GivenStateIsRejected() (gas: 363965)
21:46:50 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 352.85ms (1.20s CPU time)
21:46:50
21:46:50 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static
21:46:50 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120106, ~: 121404)
21:46:50 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120766, ~: 122387)
21:46:50 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120098, ~: 120972)
21:46:50 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120184, ~: 121911)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 352.83ms (435.02ms CPU time)
21:46:50
21:46:50 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest
21:46:50 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390318, ~: 390318)
21:46:50 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 694160, ~: 694495)
21:46:50 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254)
21:46:50 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390261, ~: 390261)
21:46:50 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 683282, ~: 684329)
21:46:50 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685931, ~: 686463)
21:46:50 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698774, ~: 699476)
21:46:50 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762)
21:46:50 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664287, ~: 664935)
21:46:50 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161)
21:46:50 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 373.25ms (1.47s CPU time)
21:46:50
21:46:50 Ran 4 tests for test/staking_asset_handler/addValidator.t.sol:AddValidatorTest
21:46:50 [PASS] test_GivenBalanceGEDepositAmount(address,address) (runs: 256, μ: 619739, ~: 619739)
21:46:50 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 257, μ: 838566, ~: 580222)
21:46:50 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 172285, ~: 172285)
21:46:50 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 619805, ~: 619805)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 389.52ms (749.04ms CPU time)
21:46:50
21:46:50 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest
21:46:50 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183651, ~: 183702)
21:46:50 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21698, ~: 21616)
21:46:50 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1338165, ~: 1481854)
21:46:50 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 395.13ms (671.15ms CPU time)
21:46:50
21:46:50 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest
21:46:50 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76843, ~: 76633)
21:46:50 [PASS] test_WhenAmountEq0() (gas: 8437)
21:46:50 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 234440, ~: 235138)
21:46:50 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212293, ~: 212735)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 425.37ms (442.63ms CPU time)
21:46:50
21:46:50 Ran 4 tests for test/validator-selection/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest
21:46:50 [PASS] test_WhenAddressNotInTheSet() (gas: 10869)
21:46:50 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421442, ~: 421347)
21:46:50 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 257, μ: 171104, ~: 171381)
21:46:50 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 430.59ms (481.18ms CPU time)
21:46:50
21:46:50 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest
21:46:50 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1238441, ~: 1405296)
21:46:50 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252)
21:46:50 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1387267, ~: 1597264)
21:46:50 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1103706, ~: 1260145)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 483.19ms (1.25s CPU time)
21:46:50
21:46:50 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest
21:46:50 [PASS] test_WhenDepositsPerMintIs0() (gas: 64047)
21:46:50 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256) (runs: 256, μ: 2481065, ~: 2478492)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 514.29ms (495.27ms CPU time)
21:46:50
21:46:50 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest
21:46:50 [PASS] test_computeFeeAssetPerEth() (gas: 24034021)
21:46:50 [PASS] test_full() (gas: 160797407)
21:46:50 [PASS] test_invalidOracleInput() (gas: 55199)
21:46:50 [PASS] test_photograph() (gas: 77268431)
21:46:50 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 720.51ms (652.81ms CPU time)
21:46:50
21:46:50 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest
21:46:50 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428)
21:46:50 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762)
21:46:50 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 819.77ms (32.75ms CPU time)
21:46:50
21:46:50 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest
21:46:50 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420444)
21:46:50 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315343)
21:46:50 [PASS] test_GivenNewCanonicalInstance() (gas: 838234)
21:46:50 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516447)
21:46:50 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594256)
21:46:50 [PASS] test_GivenProposalIsLeader() (gas: 491969)
21:46:50 [PASS] test_GivenRoundChanged() (gas: 471101)
21:46:50 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 346188, ~: 346188)
21:46:50 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 819.07ms (46.24ms CPU time)
21:46:50
21:46:50 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest
21:46:50 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670257, ~: 670626)
21:46:50 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377526, ~: 377526)
21:46:50 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672752, ~: 673063)
21:46:50 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671839, ~: 672014)
21:46:50 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382734, ~: 382734)
21:46:50 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683700, ~: 684009)
21:46:50 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125133, ~: 1125999)
21:46:50 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382506)
21:46:50 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15237, ~: 15225)
21:46:50 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376098, ~: 376141)
21:46:50 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381292, ~: 381394)
21:46:50 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 820.12ms (2.17s CPU time)
21:46:51
21:46:51 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest
21:46:51 [PASS] test_AddRollup(bool) (runs: 256, μ: 2631358, ~: 2932119)
21:46:51 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 873.30ms (846.59ms CPU time)
21:46:51
21:46:51 Ran 4 tests for test/validator-selection/address_snapshots/values.t.sol:AddressSnapshotValuesTest
21:46:51 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440)
21:46:51 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336063, ~: 335952)
21:46:51 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 665764, ~: 661718)
21:46:51 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 687414, ~: 702704)
21:46:51 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.11s (2.30s CPU time)
21:46:51
21:46:51 Ran 3 tests for test/validator-selection/address_snapshots/length.t.sol:AddressSnapshotLengthTest
21:46:51 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 669711, ~: 643917)
21:46:51 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370)
21:46:51 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 658563, ~: 652386)
21:46:51 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.18s (2.28s CPU time)
21:46:51
21:46:51 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest
21:46:51 [PASS] test_votingPower(bool,bool) (runs: 256, μ: 2486680, ~: 2548741)
21:46:51 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.21s (1.19s CPU time)
21:46:51
21:46:51 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest
21:46:51 [PASS] test_GivenNoCheckpoints() (gas: 28277)
21:46:51 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 212999, ~: 212716)
21:46:51 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212676, ~: 209978)
21:46:51 [PASS] test_WhenTimeNotInPast() (gas: 3997)
21:46:51 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.21s (276.18ms CPU time)
21:46:51
21:46:51 Ran 7 tests for test/validator-selection/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest
21:46:51 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 658623, ~: 634439)
21:46:51 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404)
21:46:51 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 738377, ~: 682363)
21:46:51 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 674358, ~: 661294)
21:46:51 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 765028, ~: 747623)
21:46:51 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 697542, ~: 692656)
21:46:51 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 715414, ~: 765629)
21:46:51 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.24s (6.84s CPU time)
21:46:51
21:46:51 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest
21:46:51 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 41238864, ~: 41238832)
21:46:51 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.30s (1.28s CPU time)
21:46:51
21:46:51 Ran 3 tests for test/validator-selection/address_snapshots/at.t.sol:AddressSnapshotAtTest
21:46:51 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020)
21:46:51 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 804077, ~: 815882)
21:46:51 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388)
21:46:51 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.35s (1.35s CPU time)
21:46:51
21:46:51 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest
21:46:51 [PASS] test_FeeModelEquivalence() (gas: 489497105)
21:46:51 [PASS] test__FeeModelPrune() (gas: 2220626)
21:46:51 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.40s (1.15s CPU time)
21:46:51
21:46:51 Ran 3 tests for test/validator-selection/address_snapshots/add.t.sol:AddressSnapshotAddTest
21:46:51 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1799096, ~: 1685844)
21:46:51 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689)
21:46:51 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848)
21:46:51 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.67s (1.85s CPU time)
21:46:52
21:46:52 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest
21:46:52 [PASS] test_WhenMinimumConfigEq0() (gas: 2849)
21:46:52 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 49730, ~: 50190)
21:46:52 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 156113, ~: 166859)
21:46:52 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53151, ~: 53090)
21:46:52 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 257, μ: 76306, ~: 76253)
21:46:52 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 257, μ: 76606, ~: 76543)
21:46:52 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119713, ~: 119994)
21:46:52 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172540, ~: 172720)
21:46:52 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174589, ~: 174990)
21:46:52 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192434, ~: 192789)
21:46:52 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219507, ~: 220006)
21:46:52 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 257, μ: 218004, ~: 218502)
21:46:52 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 1.87s (795.66ms CPU time)
21:46:52
21:46:52 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest
21:46:52 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32803, ~: 32633)
21:46:52 [PASS] test_WhenAmountEq0() (gas: 8626)
21:46:52 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212185, ~: 210515)
21:46:52 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 237760, ~: 238070)
21:46:52 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 213823, ~: 214620)
21:46:52 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 2.18s (837.78ms CPU time)
21:46:52
21:46:52 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest
21:46:52 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11808, ~: 11808)
21:46:52 [PASS] test_WhenDepositsPerMintIs0() (gas: 10844)
21:46:52 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23069, ~: 23193)
21:46:52 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 6850314, ~: 7370538)
21:46:52 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.24s (2.28s CPU time)
21:46:52
21:46:52 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest
21:46:52 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20579, ~: 20577)
21:46:52 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48679, ~: 48682)
21:46:52 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1044381, ~: 1045238)
21:46:52 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.57s (621.10ms CPU time)
21:46:52
21:46:52 Ran 3 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest
21:46:52 [PASS] test_100_validators() (gas: 368855192)
21:46:52 [PASS] test_48_validators() (gas: 319595854)
21:46:52 [PASS] test_no_validators() (gas: 80707589)
21:46:52 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.65s (4.45s CPU time)
21:46:53
21:46:53 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest
21:46:53 [PASS] test_GivenStateIsDropped() (gas: 25448)
21:46:53 [PASS] test_GivenStateIsExecuted() (gas: 25467)
21:46:53 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 25140, ~: 29984)
21:46:53 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.90s (89.73ms CPU time)
21:46:53
21:46:53 Ran 24 tests for test/Rollup.t.sol:RollupTest
21:46:53 [PASS] testBlockFee() (gas: 42917601)
21:46:53 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 38320682, ~: 38421763)
21:46:53 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 257, μ: 77771550, ~: 84378889)
21:46:53 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 84026282)
21:46:53 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 257, μ: 42574105, ~: 43152487)
21:46:53 [PASS] testEmptyBlock(bool) (runs: 257, μ: 37663596, ~: 37479916)
21:46:53 [PASS] testInvalidBlobHash() (gas: 41877899)
21:46:53 [PASS] testInvalidBlobProof() (gas: 1026085926)
21:46:53 [PASS] testInvalidL2Fee() (gas: 41976991)
21:46:53 [PASS] testMixedBlock(bool) (runs: 257, μ: 57065432, ~: 69385454)
21:46:53 [PASS] testNonZeroDaFee() (gas: 41965201)
21:46:53 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 71330734)
21:46:53 [PASS] testProvingFeeUpdates() (gas: 100037744)
21:46:53 [PASS] testPrune() (gas: 44412952)
21:46:53 [PASS] testPruneAfterPartial() (gas: 84385493)
21:46:53 [PASS] testPruneDuringPropose() (gas: 51668871)
21:46:53 [PASS] testRevertInvalidTimestamp() (gas: 36952051)
21:46:53 [PASS] testRevertPrune() (gas: 43857323)
21:46:53 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 60288467)
21:46:53 [PASS] testShouldNotBeTooEagerToPrune() (gas: 51967850)
21:46:53 [PASS] testSingleBlock(bool) (runs: 256, μ: 39720879, ~: 38613128)
21:46:53 [PASS] testSubmitProofInvalidArchive() (gas: 37515933)
21:46:53 [PASS] testSubmitProofNonExistentBlock() (gas: 37515657)
21:46:53 [PASS] testTimestamp() (gas: 38818935)
21:46:53 Suite result: ok. 24 passed; 0 failed; 0 skipped; finished in 3.59s (17.03s CPU time)
21:46:54
21:46:54 Ran 3 tests for test/validator-selection/Sampling.t.sol:SamplingTest
21:46:54 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 3024566, ~: 294576)
21:46:54 [PASS] testSimpleSample() (gas: 5504701)
21:46:54 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 576523, ~: 152275)
21:46:54 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 3.85s (5.18s CPU time)
21:46:56
21:46:56 Ran 9 tests for test/Inbox.t.sol:InboxTest
21:46:56 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055)
21:46:56 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5946622, ~: 5923022)
21:46:56 [PASS] testRevertIFConsumingInFuture() (gas: 12712)
21:46:56 [PASS] testRevertIfActorTooLarge() (gas: 11877)
21:46:56 [PASS] testRevertIfContentTooLarge() (gas: 12009)
21:46:56 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841)
21:46:56 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008)
21:46:56 [PASS] testRevertIfVersionMismatch() (gas: 12251)
21:46:56 [PASS] testSendDuplicateL2Messages() (gas: 111551)
21:46:56 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 5.98s (5.97s CPU time)
21:46:56
21:46:56 Ran 5 tests for test/RollupGetters.t.sol:RollupShouldBeGetters
21:46:56 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 40669656, ~: 40645128)
21:46:56 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 41357710, ~: 41346186)
21:46:56 [PASS] test_getEpochCommitteeBig(uint16,bool) (runs: 256, μ: 51913136, ~: 52028417)
21:46:56 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 41298004, ~: 41294356)
21:46:56 [PASS] test_validateHeader() (gas: 41201302)
21:46:56 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 6.42s (10.19s CPU time)
21:46:57
21:46:57 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest
21:46:57 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420466)
21:46:57 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315343)
21:46:57 [PASS] test_GivenNewCanonicalInstance() (gas: 838256)
21:46:57 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516469)
21:46:57 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594256)
21:46:57 [PASS] test_GivenProposalIsLeader() (gas: 491969)
21:46:57 [PASS] test_GivenRoundChanged() (gas: 471101)
21:46:57 [PASS] test_WhenSigNotFromProposer(address) (runs: 256, μ: 346079, ~: 346079)
21:46:57 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 7.10s (47.60ms CPU time)
21:46:57
21:46:57 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest
21:46:57 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712847, ~: 5712905)
21:46:57 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554794, ~: 7554841)
21:46:57 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892756, ~: 3892755)
21:46:57 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.10s (14.77s CPU time)
21:46:57
21:46:57 Ran 15 tests for test/Outbox.t.sol:OutboxTest
21:46:57 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10866, ~: 10866)
21:46:57 [PASS] testGetRootData() (gas: 132097)
21:46:57 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 24294090, ~: 8103060)
21:46:57 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 4175923, ~: 4535908)
21:46:57 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 625548)
21:46:57 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36813)
21:46:57 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36382)
21:46:57 [PASS] testRevertIfInsertingDuplicate() (gas: 75392)
21:46:57 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30571, ~: 30571)
21:46:57 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38576)
21:46:57 [PASS] testRevertIfPathHeightMismatch() (gas: 1140322)
21:46:57 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1180099)
21:46:57 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 655748)
21:46:57 [PASS] testRevertIfVersionMismatch() (gas: 36119)
21:46:57 [PASS] testValidInsertAndConsume() (gas: 658749)
21:46:57 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 7.25s (8.25s CPU time)
21:47:00
21:47:00 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest
21:47:00 [PASS] testFrontier() (gas: 0)
21:47:00 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 10.48s (10.47s CPU time)
21:47:01
21:47:01 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest
21:47:01 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968284, ~: 968451)
21:47:01 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 963822, ~: 963631)
21:47:01 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964524, ~: 964326)
21:47:01 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 11.27s (547.30ms CPU time)
21:47:01
21:47:01 Ran 10 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest
21:47:01 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 310156, ~: 310156)
21:47:01 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10500415, ~: 10495711)
21:47:01 [PASS] test_GivenGovernanceCallReturnFalse(uint256) (runs: 256, μ: 10424555, ~: 10441770)
21:47:01 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10467401, ~: 10478745)
21:47:01 [PASS] test_GivenInsufficientYea() (gas: 422714)
21:47:01 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 348929, ~: 348976)
21:47:01 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10328216, ~: 10423739)
21:47:01 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9064337)
21:47:01 [PASS] test_WhenRoundNotInPast() (gas: 334426)
21:47:01 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 257, μ: 348983, ~: 348832)
21:47:01 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 11.27s (43.49s CPU time)
21:47:03
21:47:03 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest
21:47:03 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 41323725, ~: 41323725)
21:47:03 [PASS] testHappyPath() (gas: 54778813)
21:47:03 [PASS] testInitialCommitteeMatch() (gas: 41501984)
21:47:03 [PASS] testInsufficientSigsMove() (gas: 45224278)
21:47:03 [PASS] testInvalidCommitteeCommitment() (gas: 45220318)
21:47:03 [PASS] testNukeFromOrbit() (gas: 55952784)
21:47:03 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 41634237, ~: 41634237)
21:47:03 [PASS] testProposerNotProvided() (gas: 45236818)
21:47:03 [PASS] testRelayedForProposer() (gas: 46665502)
21:47:03 [PASS] testStableCommittee(uint8) (runs: 256, μ: 41622682, ~: 41622813)
21:47:03 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 70547395, ~: 69435309)
21:47:03 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 13.28s (17.62s CPU time)
21:47:03
21:47:03 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
21:47:03 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11863, ~: 11863)
21:47:03 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19672, ~: 19672)
21:47:03 [FAIL: log != expected log; counterexample: calldata=0xc3d7de800000000000000000000000000000000000000000000000000000000000000000 args=[0x0000000000000000000000000000000000000000]] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 157, μ: 578930, ~: 578930)
21:47:03 Suite result: FAILED. 2 passed; 1 failed; 0 skipped; finished in 13.28s (135.38ms CPU time)
21:47:03
21:47:03 Ran 83 test suites in 13.30s (140.07s CPU time): 356 tests passed, 1 failed, 0 skipped (357 total tests)
21:47:03
21:47:03 Failing tests:
21:47:03 Encountered 1 failing test in test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
21:47:03 [FAIL: log != expected log; counterexample: calldata=0xc3d7de800000000000000000000000000000000000000000000000000000000000000000 args=[0x0000000000000000000000000000000000000000]] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 157, μ: 578930, ~: 578930)
21:47:03
21:47:03 Encountered a total of 1 failing tests, 356 tests succeeded