Parent Log:
http://ci.aztec-labs.com/3c8d072083eae2d4
Command: 30fe6f2be45d781a cd l1-contracts && forge test
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6698147defe9e6dd02e838b9852d34770ad4c971
Env: REF_NAME=gh-readonly-queue/next/pr-14682-70a143b09836ebf090df45ae445a4a39fd6bb59f CURRENT_VERSION=0.87.4 CI_FULL=1
Date: Mon Jun 2 18:18:52 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14682_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/88124959fc35bcb2
18:18:58 Compiling 238 files with Solc 0.8.27
18:19:46 Solc 0.8.27 finished in 47.46s
18:19:46 Compiler run successful!
18:19:46
18:19:46 Ran 2 tests for test/governance/registry/getCanonicalRollup.t.sol:GetRollupTest
18:19:46 [PASS] test_GivenMultipleListedRollups() (gas: 297522)
18:19:46 [PASS] test_GivenNoListedRollups() (gas: 10735)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 13.18ms (5.15ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/Parity.t.sol:ParityTest
18:19:46 [PASS] testRootMatchesBaseParity() (gas: 548387)
18:19:46 [PASS] testRootMatchesRootParity() (gas: 548320)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.13ms (7.90ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/staking/getters.t.sol:GettersTest
18:19:46 [PASS] test_getAttesterAtIndex() (gas: 34605)
18:19:46 [PASS] test_getAttesterOutOfBounds() (gas: 27353)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 15.94ms (279.02µs CPU time)
18:19:46
18:19:46 Ran 1 test for test/governance/governance/scenarios/lockAndPass.t.sol:LockAndPassTest
18:19:46 [PASS] test_LockVoteAndExecute() (gas: 1313940)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 17.95ms (5.54ms CPU time)
18:19:46
18:19:46 Ran 1 test for test/governance/scenario/UpgradeGovernanceProposerTest.t.sol:UpgradeGovernanceProposerTest
18:19:46 [PASS] test_UpgradeIntoNewVersion() (gas: 3532767)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 19.00ms (3.02ms CPU time)
18:19:46
18:19:46 Ran 7 tests for test/staking/slash.t.sol:SlashTest
18:19:46 [PASS] test_GivenAttesterIsActive() (gas: 728368)
18:19:46 [PASS] test_GivenAttesterIsNotActive() (gas: 554666)
18:19:46 [PASS] test_GivenTimeIsAfterUnlock() (gas: 687963)
18:19:46 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 711357)
18:19:46 [PASS] test_WhenAttesterIsNotExiting() (gas: 752876)
18:19:46 [PASS] test_WhenAttesterIsNotRegistered() (gas: 31456)
18:19:46 [PASS] test_WhenCallerIsNotTheSlasher() (gas: 13373)
18:19:46 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 24.91ms (4.89ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/governance/registry/addRollup.t.sol:UpgradeTest
18:19:46 [PASS] test_RevertWhen_CallerIsNotOwner(address) (runs: 256, μ: 11813, ~: 11813)
18:19:46 [PASS] test_RevertWhen_RollupAlreadyInSet() (gas: 166862)
18:19:46 [PASS] test_WhenRollupNotAlreadyInSet() (gas: 168019)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 25.53ms (17.99ms CPU time)
18:19:46
18:19:46 Ran 1 test for test/governance/scenario/slashing/Slashing.t.sol:SlashingTest
18:19:46 [PASS] test_Slashing() (gas: 40511417)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 25.72ms (13.96ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/governance/governance/updateGovernanceProposer.t.sol:UpdateGovernanceProposerTest
18:19:46 [PASS] test_WhenCallerIsGovernance(address) (runs: 256, μ: 19491, ~: 19491)
18:19:46 [PASS] test_WhenCallerIsNotGovernance(address,address) (runs: 256, μ: 10202, ~: 10202)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 30.58ms (34.52ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/test_erc20/mint.t.sol:MintTest
18:19:46 [PASS] test_WhenTheCallerIsAMinter(address,address,uint256) (runs: 256, μ: 85273, ~: 85895)
18:19:46 [PASS] test_WhenTheCallerIsNotAMinter(address,address,uint256) (runs: 256, μ: 15447, ~: 15447)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 32.09ms (39.16ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/fee_portal/distributeFees.t.sol:DistributeFees
18:19:46 [PASS] test_GivenSufficientBalance() (gas: 206864)
18:19:46 [PASS] test_RevertGiven_InsufficientBalance() (gas: 17209)
18:19:46 [PASS] test_RevertGiven_TheCallerIsNotTheCanonicalRollup() (gas: 8761)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 34.81ms (868.74µs CPU time)
18:19:46
18:19:46 Ran 2 tests for test/fee_portal/depositToAztecPublic.t.sol:DepositToAztecPublic
18:19:46 [PASS] test_GivenSufficientBalance() (gas: 155526)
18:19:46 [PASS] test_RevertGiven_InsufficientBalance() (gas: 53788)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 39.04ms (539.65µs CPU time)
18:19:46
18:19:46 Ran 2 tests for test/fee_asset_handler/setMintAmount.t.sol:SetMintAmountTest
18:19:46 [PASS] test_WhenCallerIsNotOwner(address,uint256) (runs: 256, μ: 12668, ~: 12668)
18:19:46 [PASS] test_WhenCallerIsOwner(uint256) (runs: 256, μ: 18962, ~: 19037)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 39.57ms (28.26ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/test_erc20/addMinter.t.sol:AddMinterTest
18:19:46 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13428, ~: 13428)
18:19:46 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 38762, ~: 38762)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 40.27ms (46.70ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/test_erc20/removeMinter.t.sol:RemoveMinterTest
18:19:46 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13362, ~: 13362)
18:19:46 [PASS] test_WhenTheCallerIsTheOwner(address) (runs: 256, μ: 18789, ~: 18789)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 47.00ms (51.67ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/governance/governance/propose.t.sol:ProposeTest
18:19:46 [PASS] test_WhenCallerIsGovernanceProposer(address) (runs: 256, μ: 347422, ~: 347422)
18:19:46 [PASS] test_WhenCallerIsNotGovernanceProposer() (gas: 13098)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 59.66ms (47.21ms CPU time)
18:19:46
18:19:46 Ran 1 test for test/fee_asset_handler/mint.t.sol:MintTest
18:19:46 [PASS] test_WhenAnyoneCallsMint(address,address) (runs: 256, μ: 70355, ~: 70355)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 61.46ms (51.19ms CPU time)
18:19:46
18:19:46 Ran 4 tests for test/governance/governance/proposallib/static.t.sol:Static
18:19:46 [PASS] test_activeThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119709, ~: 121404)
18:19:46 [PASS] test_executableThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 121036, ~: 122387)
18:19:46 [PASS] test_pendingThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 119306, ~: 120972)
18:19:46 [PASS] test_queuedThrough(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 120306, ~: 121911)
18:19:46 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 62.56ms (184.37ms CPU time)
18:19:46
18:19:46 Ran 5 tests for test/staking/deposit.t.sol:DepositTest
18:19:46 [PASS] test_GivenAttesterIsAlreadyActive() (gas: 66944)
18:19:46 [PASS] test_GivenAttesterIsAlreadyRegistered() (gas: 777880)
18:19:46 [PASS] test_GivenAttesterIsNotActive() (gas: 564690)
18:19:46 [PASS] test_GivenCallerHasInsufficientAllowance() (gas: 30484)
18:19:46 [PASS] test_GivenCallerHasInsufficientFunds() (gas: 58832)
18:19:46 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 64.22ms (45.87ms CPU time)
18:19:46
18:19:46 Ran 1 test for test/staking/move.t.sol:MoveTest
18:19:46 [PASS] test_MoveStakingSet() (gas: 48983956)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 67.59ms (45.67ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/governance/governance-proposer/constructor.t.sol:ConstructorTest
18:19:46 [PASS] test_WhenNIsGreatherThanHalfOfM(uint256,uint256) (runs: 256, μ: 1498525, ~: 1498593)
18:19:46 [PASS] test_WhenNIsLessThanOrEqualHalfOfM(uint256,uint256) (runs: 256, μ: 47891, ~: 48188)
18:19:46 [PASS] test_WhenNLargerThanM(uint256,uint256) (runs: 256, μ: 48749, ~: 48468)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 69.07ms (129.92ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/merkle/Naive.t.sol:NaiveTest
18:19:46 [PASS] testComputeSiblingPathManuallyLeftChild() (gas: 725951)
18:19:46 [PASS] testComputeSiblingPathManuallyRightChild() (gas: 725932)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 84.49ms (8.74ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/governance/governance/proposeWithLock.t.sol:ProposeWithLockTest
18:19:46 [PASS] test_WhenCallerHasInsufficientPower() (gas: 32549)
18:19:46 [PASS] test_WhenCallerHasSufficientPower(address) (runs: 256, μ: 600448, ~: 600448)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 104.34ms (90.95ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/ignition.t.sol:IgnitionTest
18:19:46 [PASS] test_RevertNonEmptyBlock() (gas: 36299384)
18:19:46 [PASS] test_emptyBlock() (gas: 36479411)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 187.52ms (314.95ms CPU time)
18:19:46
18:19:46 Ran 4 tests for test/governance/governance/userlib/powerAt.t.sol:PowerAtTest
18:19:46 [PASS] test_GivenNoCheckpoints() (gas: 28277)
18:19:46 [PASS] test_WhenTimeGeFirstCheckpoint(bool[8],uint8[8],uint16[8],uint256,bool) (runs: 256, μ: 215094, ~: 212558)
18:19:46 [PASS] test_WhenTimeLtFirstCheckpoint(bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212567, ~: 209870)
18:19:46 [PASS] test_WhenTimeNotInPast() (gas: 3997)
18:19:46 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 189.08ms (234.44ms CPU time)
18:19:46
18:19:46 Ran 8 tests for test/governance/governance-proposer/vote.t.sol:VoteTest
18:19:46 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420444)
18:19:46 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315343)
18:19:46 [PASS] test_GivenNewCanonicalInstance() (gas: 838234)
18:19:46 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516447)
18:19:46 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594256)
18:19:46 [PASS] test_GivenProposalIsLeader() (gas: 491969)
18:19:46 [PASS] test_GivenRoundChanged() (gas: 471101)
18:19:46 [PASS] test_WhenCallerIsNotProposer(address) (runs: 256, μ: 346188, ~: 346188)
18:19:46 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 195.36ms (51.85ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/Forwarder.t.sol:ForwarderTest
18:19:46 [PASS] testForward() (gas: 125773)
18:19:46 [PASS] testRevertWhenCallToInvalidAddress(address) (runs: 256, μ: 14635, ~: 14635)
18:19:46 [PASS] testRevertWhenLengthMismatch() (gas: 10077)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 197.19ms (185.98ms CPU time)
18:19:46 proptest: Saving this and future failures in cache/fuzz/failures
18:19:46 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.)
18:19:46 cc f999959312e303bee7156c8bc2b922f2baf4b1562463c3f940fbf8ce5bdcae25
18:19:46
18:19:46 Ran 1 test for test/governance/governance/scenarios/noVoteAndExit.t.sol:NoVoteAndExitTest
18:19:46 [PASS] test_CannotVoteAndExit(address,uint256,uint256,uint256) (runs: 256, μ: 825346, ~: 826176)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 200.57ms (186.46ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/governance/governance/userlib/powerNow.t.sol:PowerNowTest
18:19:46 [PASS] test_GivenCheckpoints(bool[8],uint8[8],uint16[8],uint32) (runs: 256, μ: 186796, ~: 184908)
18:19:46 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 5735, ~: 5735)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 205.53ms (245.96ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/governance/governance/limitedDeposit.t.sol:LimitedDepositTest
18:19:46 [PASS] test_WhenFloodgatesAreOpen(address,address) (runs: 256, μ: 194817, ~: 194817)
18:19:46 [PASS] test_WhenIsAllowedToDeposit(address,address) (runs: 256, μ: 197557, ~: 197557)
18:19:46 [PASS] test_WhenNotAllowedToDeposit(address,address) (runs: 256, μ: 15768, ~: 15768)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 214.66ms (144.26ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/governance/governance/proposallib/isStableState.t.sol:IsStableStateTest
18:19:46 [PASS] test_GivenStateIsDropped() (gas: 25448)
18:19:46 [PASS] test_GivenStateIsExecuted() (gas: 25467)
18:19:46 [PASS] test_GivenStateNotInAbove(uint8) (runs: 256, μ: 24406, ~: 29984)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 214.60ms (42.85ms CPU time)
18:19:46
18:19:46 Ran 2 tests for test/staking/setSlasher.t.sol:SetslasherTest
18:19:46 [PASS] test_setSlasher(address) (runs: 256, μ: 27306, ~: 27306)
18:19:46 [PASS] test_setSlasher_whenNotOwner(address) (runs: 256, μ: 12931, ~: 12931)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 215.89ms (40.77ms CPU time)
18:19:46
18:19:46 Ran 1 test for test/decoders/Decoders.t.sol:DecodersTest
18:19:46 [PASS] testDecodeBlocks() (gas: 5327421)
18:19:46 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 240.21ms (228.84ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/governance/coin-issuer/mint.t.sol:MintTest
18:19:46 [PASS] test_GivenAmountLargerThanMaxMint(uint256) (runs: 256, μ: 19406, ~: 19727)
18:19:46 [PASS] test_GivenAmountLessThanOrEqualMaxMint(uint256) (runs: 256, μ: 83242, ~: 82934)
18:19:46 [PASS] test_GivenCallerIsNotOwner(address) (runs: 256, μ: 11785, ~: 11785)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 267.85ms (63.77ms CPU time)
18:19:46
18:19:46 Ran 5 tests for test/portals/TokenPortal.t.sol:TokenPortalTest
18:19:46 [PASS] testAnyoneCanCallWithdrawIfNoDesignatedCaller(address) (runs: 256, μ: 1266814, ~: 1266814)
18:19:46 [PASS] testDepositPrivate() (gas: 194773)
18:19:46 [PASS] testDepositPublic() (gas: 197276)
18:19:46 [PASS] testWithdrawWithDesignatedCallerFailsForOtherCallers(address) (runs: 256, μ: 2335061, ~: 2335061)
18:19:46 [PASS] testWithdrawWithDesignatedCallerSucceedsForDesignatedCaller() (gas: 1256449)
18:19:46 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 277.25ms (391.77ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/test_erc20/transferOwnership.t.sol:TransferOwnershipTest
18:19:46 [PASS] test_WhenTheCallerIsNotTheOwner(address,address) (runs: 256, μ: 13405, ~: 13405)
18:19:46 [PASS] test_WhenTheNewOwnerIsNotTheZeroAddress(address) (runs: 256, μ: 51038, ~: 51038)
18:19:46 [PASS] test_WhenTheNewOwnerIsTheZeroAddress() (gas: 12773)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 292.80ms (48.27ms CPU time)
18:19:46
18:19:46 Ran 4 tests for test/staking_asset_handler/addValidator.t.sol:AddValidatorTest
18:19:46 [PASS] test_GivenBalanceGEDepositAmount(address,address) (runs: 256, μ: 619739, ~: 619739)
18:19:46 [PASS] test_WhenCallerIsUnhinged(address,bool) (runs: 256, μ: 845849, ~: 580222)
18:19:46 [PASS] test_WhenInsufficientTimePassed(address,address) (runs: 256, μ: 172285, ~: 172285)
18:19:46 [PASS] test_WhenSufficientTimePassed(address,address) (runs: 256, μ: 619805, ~: 619805)
18:19:46 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 292.32ms (887.40ms CPU time)
18:19:46
18:19:46 Ran 10 tests for test/governance/governance/execute.t.sol:ExecuteTest
18:19:46 [PASS] test_GivenAPayloadCallFails(address,uint256,uint256,uint256) (runs: 256, μ: 695949, ~: 696654)
18:19:46 [PASS] test_GivenAllPayloadCallSucceeds(address,uint256,uint256,uint256) (runs: 256, μ: 831821, ~: 832945)
18:19:46 [PASS] test_GivenPayloadCallAsset(address,uint256,uint256,uint256) (runs: 256, μ: 673184, ~: 673700)
18:19:46 [PASS] test_GivenStateIsActive() (gas: 356145)
18:19:46 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 350277, ~: 350277)
18:19:46 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685944, ~: 686275)
18:19:46 [PASS] test_GivenStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 699195, ~: 699353)
18:19:46 [PASS] test_GivenStateIsPending() (gas: 348521)
18:19:46 [PASS] test_GivenStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664478, ~: 664799)
18:19:46 [PASS] test_GivenStateIsRejected() (gas: 363965)
18:19:46 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 306.59ms (1.23s CPU time)
18:19:46
18:19:46 Ran 4 tests for test/validator-selection/address_snapshots/remove.t.sol:AddressSnapshotRemoveTest
18:19:46 [PASS] test_WhenAddressNotInTheSet() (gas: 10869)
18:19:46 [PASS] test_WhenRemovingMultipleValidators(uint16,uint16) (runs: 256, μ: 421441, ~: 421347)
18:19:46 [PASS] test_WhenValidatorIsInTheSet(uint16) (runs: 256, μ: 171102, ~: 171381)
18:19:46 [PASS] test_WhenValidatorRemovingAnIndexLargerThanTheCurrentLength() (gas: 272456)
18:19:46 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 306.14ms (362.40ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/MultiProof.t.sol:MultiProofTest
18:19:46 [PASS] testMultipleProvers() (gas: 242039234)
18:19:46 [PASS] testNoHolesInProvenBlocks() (gas: 83095532)
18:19:46 [PASS] testProofsAreInOneEpoch() (gas: 98488562)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 308.74ms (766.79ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/staking/finaliseWithdraw.t.sol:FinaliseWithdrawTest
18:19:46 [PASS] test_GivenStatusIsNotExiting() (gas: 644520)
18:19:46 [PASS] test_GivenTimeIsAfterUnlock(bool) (runs: 256, μ: 759485, ~: 759442)
18:19:46 [PASS] test_GivenTimeIsBeforeUnlock() (gas: 682597)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 312.34ms (290.76ms CPU time)
18:19:46
18:19:46 Ran 10 tests for test/governance/governance/dropProposal.t.sol:DropProposalTest
18:19:46 [PASS] test_GivenProposalIsDropped(address) (runs: 256, μ: 390318, ~: 390318)
18:19:46 [PASS] test_GivenProposalIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 693531, ~: 694495)
18:19:46 [PASS] test_WhenGetProposalStateIsActive() (gas: 356254)
18:19:46 [PASS] test_WhenGetProposalStateIsDropped(address) (runs: 256, μ: 390261, ~: 390261)
18:19:46 [PASS] test_WhenGetProposalStateIsExecutable(address,uint256,uint256,uint256) (runs: 256, μ: 684166, ~: 684329)
18:19:46 [PASS] test_WhenGetProposalStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 685972, ~: 686463)
18:19:46 [PASS] test_WhenGetProposalStateIsExpired(address,uint256,uint256,uint256) (runs: 256, μ: 698784, ~: 699476)
18:19:46 [PASS] test_WhenGetProposalStateIsPending() (gas: 348762)
18:19:46 [PASS] test_WhenGetProposalStateIsQueued(address,uint256,uint256,uint256) (runs: 256, μ: 664793, ~: 664935)
18:19:46 [PASS] test_WhenGetProposalStateIsRejected() (gas: 364161)
18:19:46 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 319.76ms (1.05s CPU time)
18:19:46
18:19:46 Ran 2 tests for test/staking_asset_handler/constructor.t.sol:ConstructorTest
18:19:46 [PASS] test_WhenDepositsPerMintIs0() (gas: 64047)
18:19:46 [PASS] test_WhenDepositsPerMintIsNot0(address,address,address,uint256,uint256,uint256) (runs: 256, μ: 2506945, ~: 2533589)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 424.90ms (406.91ms CPU time)
18:19:46
18:19:46 Ran 3 tests for test/governance/governance/initiateWithdraw.t.sol:InitiateWithdrawTest
18:19:46 [PASS] test_GivenCheckpoints(uint256,uint256) (runs: 256, μ: 183561, ~: 183702)
18:19:46 [PASS] test_GivenNoCheckpoints(uint256) (runs: 256, μ: 21662, ~: 21616)
18:19:46 [PASS] test_WhenCallerHaveSufficientDeposits(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1337236, ~: 1482538)
18:19:46 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 431.09ms (497.98ms CPU time)
18:19:46
18:19:46 Ran 4 tests for test/governance/governance/finaliseWithdraw.t.sol:FinaliseWithdrawTest
18:19:46 [PASS] test_GivenWithdrawanAlreadyClaimed(uint256,address[8],uint256[8],uint256[8]) (runs: 256, μ: 1242803, ~: 1405310)
18:19:46 [PASS] test_WhenIdMatchNoPendingWithdrawal(uint256) (runs: 256, μ: 40252, ~: 40252)
18:19:46 [PASS] test_WhenTimeIsAfterOrAtUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1385673, ~: 1597268)
18:19:46 [PASS] test_WhenTimeIsBeforeUnlock(uint256,address[8],uint256[8],uint256[8],uint256[8]) (runs: 256, μ: 1091776, ~: 1259360)
18:19:46 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 580.41ms (1.20s CPU time)
18:19:46
18:19:46 Ran 2 tests for test/staking_asset_handler/addUnhinged.t.sol:AddUnhingedTest
18:19:46 [PASS] test_WhenCallerOfAddUnhingedIsNotOwner(address) (runs: 256, μ: 11752, ~: 11752)
18:19:46 [PASS] test_WhenCallerOfAddUnhingedIsOwner(address) (runs: 256, μ: 37304, ~: 37304)
18:19:46 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 623.05ms (45.83ms CPU time)
18:19:47
18:19:47 Ran 3 tests for test/governance/coin-issuer/mintAvailable.t.sol:MintAvailableTest
18:19:47 [PASS] test_GivenAfterDeployment(uint256,uint256) (runs: 256, μ: 968175, ~: 967767)
18:19:47 [PASS] test_GivenRateIs0(uint256) (runs: 256, μ: 963844, ~: 963631)
18:19:47 [PASS] test_GivenSameTimeAsDeployment(uint256) (runs: 256, μ: 964486, ~: 964326)
18:19:47 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 896.12ms (343.45ms CPU time)
18:19:47
18:19:47 Ran 11 tests for test/governance/governance/getProposalState.t.sol:GetProposalStateTest
18:19:47 [PASS] test_GivenExecutionDelayHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 670457, ~: 670627)
18:19:47 [PASS] test_GivenGovernanceProposerHaveChanged(address) (runs: 256, μ: 377526, ~: 377526)
18:19:47 [PASS] test_GivenGracePeriodHaveNotPassed(address,uint256,uint256,uint256,uint256) (runs: 256, μ: 672303, ~: 673065)
18:19:47 [PASS] test_GivenGracePeriodHavePassed(address,uint256,uint256,uint256) (runs: 256, μ: 671727, ~: 672014)
18:19:47 [PASS] test_GivenStateIsDropped(address) (runs: 256, μ: 382734, ~: 382734)
18:19:47 [PASS] test_GivenStateIsExecuted(address,uint256,uint256,uint256) (runs: 256, μ: 683526, ~: 684009)
18:19:47 [PASS] test_GivenVoteTabulationIsInvalid(address,uint256,uint256,uint256) (runs: 256, μ: 1125599, ~: 1125999)
18:19:47 [PASS] test_GivenVoteTabulationIsRejected() (gas: 382506)
18:19:47 [PASS] test_WhenProposalIsOutOfBounds(uint256) (runs: 256, μ: 15238, ~: 15225)
18:19:47 [PASS] test_WhenVotingDelayHaveNotPassed(uint256) (runs: 256, μ: 376110, ~: 376141)
18:19:47 [PASS] test_WhenVotingDurationHaveNotPassed(uint256) (runs: 256, μ: 381305, ~: 381394)
18:19:47 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 896.66ms (1.63s CPU time)
18:19:47
18:19:47 Ran 4 tests for test/validator-selection/address_snapshots/values.t.sol:AddressSnapshotValuesTest
18:19:47 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11440)
18:19:47 [PASS] test_WhenValidatorsAreRemoved(uint16,uint16) (runs: 256, μ: 336050, ~: 335952)
18:19:47 [PASS] test_WhenValidatorsExist(address[]) (runs: 256, μ: 640469, ~: 583822)
18:19:47 [PASS] test_WhenValidatorsHaveNotChangedForSomeTime(address[],uint16) (runs: 256, μ: 719245, ~: 781182)
18:19:47 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.06s (2.12s CPU time)
18:19:47
18:19:47 Ran 6 tests for test/merkle/UnbalancedMerkle.t.sol:UnbalancedMerkleTest
18:19:47 [PASS] testComputeTxsEffectsHash2() (gas: 18627)
18:19:47 [PASS] testComputeTxsEffectsHash3() (gas: 23624)
18:19:47 [PASS] testComputeTxsEffectsHash5() (gas: 32656)
18:19:47 [PASS] testComputeTxsEffectsHash6() (gas: 37298)
18:19:47 [PASS] testComputeTxsEffectsHash7() (gas: 41009)
18:19:47 [PASS] testDecomp() (gas: 42917)
18:19:47 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 1.07s (17.27ms CPU time)
18:19:47
18:19:47 Ran 1 test for test/governance/scenario/AddRollup.t.sol:AddRollupTest
18:19:47 [PASS] test_AddRollup(bool) (runs: 256, μ: 2606705, ~: 2301014)
18:19:47 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.13s (1.11s CPU time)
18:19:47
18:19:47 Ran 3 tests for test/validator-selection/address_snapshots/length.t.sol:AddressSnapshotLengthTest
18:19:47 [PASS] test_WhenAddingValidators(address[],uint16) (runs: 256, μ: 694818, ~: 718284)
18:19:47 [PASS] test_WhenNoValidatorsAreRegistered(uint32) (runs: 256, μ: 12370, ~: 12370)
18:19:47 [PASS] test_WhenRemovingValidators(address[],uint16,uint16) (runs: 256, μ: 689353, ~: 733798)
18:19:47 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.23s (2.28s CPU time)
18:19:47
18:19:47 Ran 1 test for test/delegation/minimal.t.sol:MinimalDelegationTest
18:19:47 [PASS] test_votingPower(bool,bool) (runs: 256, μ: 2484706, ~: 2422645)
18:19:47 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.25s (1.23s CPU time)
18:19:47
18:19:47 Ran 4 tests for test/staking_asset_handler/setMintInterval.t.sol:SetMintIntervalTest
18:19:47 [PASS] test_WhenCallerOfSetMintIntervalIsNotOwner(address) (runs: 256, μ: 13883, ~: 13883)
18:19:47 [PASS] test_WhenCallerOfSetMintIntervalIsOwner(uint256) (runs: 256, μ: 19092, ~: 19182)
18:19:47 [PASS] test_WhenOwnerTriesToMintAfterTheNewIntervalHasPassed(uint256) (runs: 256, μ: 605204, ~: 605442)
18:19:47 [PASS] test_WhenOwnerTriesToMintBeforeTheNewIntervalHasPassed(uint256,uint256) (runs: 256, μ: 55362, ~: 55282)
18:19:47 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 1.26s (243.52ms CPU time)
18:19:47
18:19:47 Ran 7 tests for test/validator-selection/address_snapshots/getAddressFromIndexAtTimestamp.t.sol:GetAddressFromIndexAtTimestampTest
18:19:47 [PASS] test_WhenIndexIsOutOfBounds(address[]) (runs: 256, μ: 655472, ~: 634439)
18:19:47 [PASS] test_WhenNoValidatorsAreRegistered() (gas: 11404)
18:19:47 [PASS] test_WhenQueryingFuture(address[]) (runs: 256, μ: 644077, ~: 599524)
18:19:47 [PASS] test_WhenQueryingPast(address[],uint224) (runs: 256, μ: 667055, ~: 661294)
18:19:47 [PASS] test_WhenValidatorIsRemovedAndNewOneAddedAtSamePosition(address[]) (runs: 256, μ: 722454, ~: 747623)
18:19:47 [PASS] test_WhenValidatorWasRemoved(address[]) (runs: 256, μ: 708377, ~: 692656)
18:19:47 [PASS] test_whenQueryingCurrentTimestamp(address[]) (runs: 256, μ: 672687, ~: 640313)
18:19:47 Suite result: ok. 7 passed; 0 failed; 0 skipped; finished in 1.26s (6.72s CPU time)
18:19:47
18:19:47 Ran 1 test for test/validator-selection/setupSampleSeed.t.sol:SetupSampleSeedTest
18:19:47 [PASS] test_setupSampleSeed(uint16) (runs: 256, μ: 41238864, ~: 41238832)
18:19:47 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 1.42s (1.41s CPU time)
18:19:47
18:19:47 Ran 3 tests for test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
18:19:47 [PASS] test_WhenCallerOfSetWithdrawerIsNotOwner(address) (runs: 256, μ: 11863, ~: 11863)
18:19:47 [PASS] test_WhenCallerOfSetWithdrawerIsOwner(address) (runs: 256, μ: 19672, ~: 19672)
18:19:47 [FAIL: log != expected log; counterexample: calldata=0xc3d7de800000000000000000000000000000000000000000000000000000000000000000 args=[0x0000000000000000000000000000000000000000]] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 152, μ: 578930, ~: 578930)
18:19:47 Suite result: FAILED. 2 passed; 1 failed; 0 skipped; finished in 1.45s (162.19ms CPU time)
18:19:47
18:19:47 Ran 3 tests for test/validator-selection/address_snapshots/at.t.sol:AddressSnapshotAtTest
18:19:47 [PASS] test_WhenIndexIsOutOfBounds(uint256) (runs: 256, μ: 128020, ~: 128020)
18:19:47 [PASS] test_WhenIndexIsValid(address[]) (runs: 256, μ: 813459, ~: 815882)
18:19:47 [PASS] test_WhenNoValidatorsAreRegistered(uint256) (runs: 256, μ: 11388, ~: 11388)
18:19:47 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.51s (1.56s CPU time)
18:19:48
18:19:48 Ran 3 tests for test/validator-selection/address_snapshots/add.t.sol:AddressSnapshotAddTest
18:19:48 [PASS] test_WhenValidatorHasBeenRemovedFromTheSet(address[],uint16,uint16) (runs: 256, μ: 1756920, ~: 1686932)
18:19:48 [PASS] test_WhenValidatorIsAlreadyInTheSet(address) (runs: 256, μ: 124689, ~: 124689)
18:19:48 [PASS] test_WhenValidatorIsNotInTheSet(address,uint16) (runs: 256, μ: 184848, ~: 184848)
18:19:48 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 1.77s (1.92s CPU time)
18:19:48
18:19:48 Ran 2 tests for test/fees/FeeRollup.t.sol:FeeRollupTest
18:19:48 [PASS] test_FeeModelEquivalence() (gas: 489497105)
18:19:48 [PASS] test__FeeModelPrune() (gas: 2220626)
18:19:48 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 1.94s (1.54s CPU time)
18:19:48
18:19:48 Ran 8 tests for test/governance/governance/vote.t.sol:VoteTest
18:19:48 [PASS] test_GivenAmountLargerThanAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 296181, ~: 296392)
18:19:48 [PASS] test_GivenAmountSmallerOrEqAvailablePower(address,uint256,uint256,bool) (runs: 256, μ: 371539, ~: 371571)
18:19:48 [PASS] test_GivenStateIsDropped(address,uint256,bool,address) (runs: 256, μ: 92195, ~: 92195)
18:19:48 [PASS] test_GivenStateIsExecutable(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 426028, ~: 426373)
18:19:48 [PASS] test_GivenStateIsExpired(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 441207, ~: 441523)
18:19:48 [PASS] test_GivenStateIsPending(address,uint256,bool) (runs: 256, μ: 90643, ~: 90643)
18:19:48 [PASS] test_GivenStateIsQueued(address,uint256,bool,uint256,uint256,uint256) (runs: 256, μ: 405718, ~: 407066)
18:19:48 [PASS] test_GivenStateIsRejected(address,uint256,bool) (runs: 256, μ: 106044, ~: 106044)
18:19:48 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 2.02s (938.85ms CPU time)
18:19:48
18:19:48 Ran 3 tests for test/governance/governance/deposit.t.sol:DepositTest
18:19:48 [PASS] test_WhenCallerHaveInsufficientAllowance(uint256) (runs: 256, μ: 20582, ~: 20577)
18:19:48 [PASS] test_WhenCallerHaveInsufficientFunds(uint256) (runs: 256, μ: 48673, ~: 48682)
18:19:48 [PASS] test_WhenCallerHaveSufficientFunds(address[8],uint256[8],uint256[8]) (runs: 256, μ: 1044509, ~: 1045248)
18:19:48 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.28s (659.09ms CPU time)
18:19:48
18:19:48 Ran 4 tests for test/fees/MinimalFeeModel.t.sol:MinimalFeeModelTest
18:19:48 [PASS] test_computeFeeAssetPerEth() (gas: 24034021)
18:19:48 [PASS] test_full() (gas: 160797407)
18:19:48 [PASS] test_invalidOracleInput() (gas: 55199)
18:19:48 [PASS] test_photograph() (gas: 77268431)
18:19:48 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.28s (778.18ms CPU time)
18:19:48
18:19:48 Ran 19 tests for test/governance/governance/updateConfiguration.t.sol:UpdateConfigurationTest
18:19:48 [PASS] test_WhenCallerIsNotSelf() (gas: 28665)
18:19:48 [PASS] test_WhenDifferentialGeMinAndLeMax(uint256) (runs: 256, μ: 273048, ~: 273301)
18:19:48 [PASS] test_WhenDifferentialLtMinOrGtMax(uint256) (runs: 256, μ: 35819, ~: 35752)
18:19:48 [PASS] test_WhenExecutionDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273296, ~: 273579)
18:19:48 [PASS] test_WhenExecutionDelayLtMinOrGtMax(uint256) (runs: 256, μ: 42200, ~: 41957)
18:19:48 [PASS] test_WhenGracePeriodGeMinAndLeMax(uint256) (runs: 256, μ: 273408, ~: 273655)
18:19:48 [PASS] test_WhenGracePeriodLtMinOrGtMax(uint256) (runs: 256, μ: 42362, ~: 42142)
18:19:48 [PASS] test_WhenLockAmountGeMin(uint256) (runs: 256, μ: 273696, ~: 273692)
18:19:48 [PASS] test_WhenLockAmountLtMin(uint256) (runs: 256, μ: 31300, ~: 31299)
18:19:48 [PASS] test_WhenLockDelayGeMinAndLeMax(uint256) (runs: 256, μ: 274264, ~: 274521)
18:19:48 [PASS] test_WhenLockDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41716, ~: 41530)
18:19:48 [PASS] test_WhenMinimumVotesGeMin(uint256) (runs: 256, μ: 273064, ~: 273064)
18:19:48 [PASS] test_WhenMinimumVotesLtMin(uint256) (runs: 256, μ: 31230, ~: 31238)
18:19:48 [PASS] test_WhenQuorumGeMinAndLeMax(uint256) (runs: 256, μ: 273512, ~: 273203)
18:19:48 [PASS] test_WhenQuorumLtMinOrGtMax(uint256) (runs: 256, μ: 41004, ~: 41316)
18:19:48 [PASS] test_WhenVotingDelayGeMinAndLeMax(uint256) (runs: 256, μ: 273864, ~: 274135)
18:19:48 [PASS] test_WhenVotingDelayLtMinOrGtMax(uint256) (runs: 256, μ: 41884, ~: 41698)
18:19:48 [PASS] test_WhenVotingDurationGeMinAndLeMax(uint256) (runs: 256, μ: 274014, ~: 274260)
18:19:48 [PASS] test_WhenVotingDurationLtMinOrGtMax(uint256) (runs: 256, μ: 42044, ~: 41796)
18:19:48 Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 2.29s (861.80ms CPU time)
18:19:48
18:19:48 Ran 3 tests for test/benchmark/happy.t.sol:BenchmarkRollupTest
18:19:48 [PASS] test_100_validators() (gas: 368855192)
18:19:48 [PASS] test_48_validators() (gas: 319595854)
18:19:48 [PASS] test_no_validators() (gas: 80707589)
18:19:48 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 2.39s (4.09s CPU time)
18:19:48
18:19:48 Ran 4 tests for test/staking_asset_handler/setDepositsPerMint.t.sol:SetDepositsPerMintTest
18:19:48 [PASS] test_WhenCallerOfSetDepositsPerMintIsNotOwner(address) (runs: 256, μ: 11808, ~: 11808)
18:19:48 [PASS] test_WhenDepositsPerMintIs0() (gas: 10844)
18:19:48 [PASS] test_WhenDepositsPerMintIsNot0(uint256) (runs: 256, μ: 23060, ~: 23193)
18:19:48 [PASS] test_WhenOwnerAddsValidators(uint256) (runs: 256, μ: 6612173, ~: 7000534)
18:19:48 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 2.49s (2.49s CPU time)
18:19:49
18:19:49 Ran 6 tests for test/staking/initiateWithdraw.t.sol:InitiateWithdrawTest
18:19:49 [PASS] test_GivenAttesterIsInTheActiveSet() (gas: 725364)
18:19:49 [PASS] test_GivenAttesterIsLiving() (gas: 733523)
18:19:49 [PASS] test_GivenAttesterIsNotInTheActiveSet() (gas: 529055)
18:19:49 [PASS] test_GivenAttesterIsNotValidatingOrLiving() (gas: 709446)
18:19:49 [PASS] test_WhenAttesterIsNotRegistered() (gas: 30175)
18:19:49 [PASS] test_WhenCallerIsNotTheWithdrawer(address) (runs: 256, μ: 538835, ~: 538835)
18:19:49 Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 2.70s (138.85ms CPU time)
18:19:49
18:19:49 Ran 3 tests for test/validator-selection/Sampling.t.sol:SamplingTest
18:19:49 [PASS] testSampleFuzz(uint8,uint8,uint256) (runs: 256, μ: 2866527, ~: 283746)
18:19:49 [PASS] testSimpleSample() (gas: 5504701)
18:19:49 [PASS] test_dirtySample(uint8,uint16,uint256) (runs: 256, μ: 565771, ~: 170410)
18:19:49 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 3.51s (4.80s CPU time)
18:19:50
18:19:50 Ran 24 tests for test/Rollup.t.sol:RollupTest
18:19:50 [PASS] testBlockFee() (gas: 42917601)
18:19:50 [PASS] testConsecutiveEmptyBlocks(uint256) (runs: 256, μ: 38291152, ~: 38421763)
18:19:50 [PASS] testConsecutiveMixedBlocks(uint256) (runs: 256, μ: 76667763, ~: 84378889)
18:19:50 [PASS] testConsecutiveMixedBlocksNonSequentialProof() (gas: 84026282)
18:19:50 [PASS] testConsecutiveSingleTxBlocks(uint256) (runs: 256, μ: 42567356, ~: 43152487)
18:19:50 [PASS] testEmptyBlock(bool) (runs: 256, μ: 37684802, ~: 37854566)
18:19:50 [PASS] testInvalidBlobHash() (gas: 41877899)
18:19:50 [PASS] testInvalidBlobProof() (gas: 1026085926)
18:19:50 [PASS] testInvalidL2Fee() (gas: 41976991)
18:19:50 [PASS] testMixedBlock(bool) (runs: 256, μ: 56019875, ~: 43851215)
18:19:50 [PASS] testNonZeroDaFee() (gas: 41965201)
18:19:50 [PASS] testProveEpochWithTwoMixedBlocks() (gas: 71330734)
18:19:50 [PASS] testProvingFeeUpdates() (gas: 100037744)
18:19:50 [PASS] testPrune() (gas: 44412952)
18:19:50 [PASS] testPruneAfterPartial() (gas: 84385493)
18:19:50 [PASS] testPruneDuringPropose() (gas: 51668871)
18:19:50 [PASS] testRevertInvalidTimestamp() (gas: 36952051)
18:19:50 [PASS] testRevertPrune() (gas: 43857323)
18:19:50 [PASS] testRevertSubmittingProofForBlocksAcrossEpochs() (gas: 60288467)
18:19:50 [PASS] testShouldNotBeTooEagerToPrune() (gas: 51967850)
18:19:50 [PASS] testSingleBlock(bool) (runs: 256, μ: 39649983, ~: 38613128)
18:19:50 [PASS] testSubmitProofInvalidArchive() (gas: 37515933)
18:19:50 [PASS] testSubmitProofNonExistentBlock() (gas: 37515657)
18:19:50 [PASS] testTimestamp() (gas: 38818935)
18:19:50 Suite result: ok. 24 passed; 0 failed; 0 skipped; finished in 3.68s (15.61s CPU time)
18:19:51
18:19:51 Ran 9 tests for test/Inbox.t.sol:InboxTest
18:19:51 [PASS] testFuzzInsert(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)) (runs: 256, μ: 81055, ~: 81055)
18:19:51 [PASS] testFuzzSendAndConsume(((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],((address,uint256),(bytes32,uint256),bytes32,bytes32,uint256)[],uint256,uint256) (runs: 256, μ: 5433736, ~: 5355806)
18:19:51 [PASS] testRevertIFConsumingInFuture() (gas: 12712)
18:19:51 [PASS] testRevertIfActorTooLarge() (gas: 11877)
18:19:51 [PASS] testRevertIfContentTooLarge() (gas: 12009)
18:19:51 [PASS] testRevertIfNotConsumingFromRollup() (gas: 10841)
18:19:51 [PASS] testRevertIfSecretHashTooLarge() (gas: 12008)
18:19:51 [PASS] testRevertIfVersionMismatch() (gas: 12251)
18:19:51 [PASS] testSendDuplicateL2Messages() (gas: 111551)
18:19:51 Suite result: ok. 9 passed; 0 failed; 0 skipped; finished in 5.29s (5.36s CPU time)
18:19:51
18:19:51 Ran 8 tests for test/governance/governance-proposer/voteWithsig.t.sol:VoteWithSigTest
18:19:51 [PASS] test_GivenAVoteAlreadyCastInTheSlot() (gas: 420466)
18:19:51 [PASS] test_GivenCanonicalRollupHoldNoCode() (gas: 315343)
18:19:51 [PASS] test_GivenNewCanonicalInstance() (gas: 838256)
18:19:51 [PASS] test_GivenProposalHaveFeverVotesThanLeader() (gas: 516469)
18:19:51 [PASS] test_GivenProposalHaveMoreVotesThanLeader() (gas: 594256)
18:19:51 [PASS] test_GivenProposalIsLeader() (gas: 491969)
18:19:51 [PASS] test_GivenRoundChanged() (gas: 471101)
18:19:51 [PASS] test_WhenSigNotFromProposer(address) (runs: 256, μ: 346079, ~: 346079)
18:19:51 Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 5.29s (67.03ms CPU time)
18:19:52
18:19:52 Ran 5 tests for test/RollupGetters.t.sol:RollupShouldBeGetters
18:19:52 [PASS] test_canProposeAtTime(uint16,bool) (runs: 256, μ: 40674302, ~: 40688656)
18:19:52 [PASS] test_getEpochCommittee(uint16,bool) (runs: 256, μ: 41361777, ~: 41346186)
18:19:52 [PASS] test_getEpochCommitteeBig(uint16,bool) (runs: 256, μ: 51892284, ~: 52004669)
18:19:52 [PASS] test_getProposerAt(uint16,bool) (runs: 256, μ: 41301881, ~: 41294583)
18:19:52 [PASS] test_validateHeader() (gas: 41201302)
18:19:52 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 6.28s (10.68s CPU time)
18:19:53
18:19:53 Ran 4 tests for test/governance/governance/userlib/add.t.sol:AddTest
18:19:53 [PASS] test_GivenUserHaveNoCheckpoints(uint256,uint32) (runs: 256, μ: 76827, ~: 76633)
18:19:53 [PASS] test_WhenAmountEq0() (gas: 8437)
18:19:53 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 232198, ~: 235138)
18:19:53 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 215635, ~: 213279)
18:19:53 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 7.09s (198.09ms CPU time)
18:19:53
18:19:53 Ran 3 tests for test/merkle/MerkleLib.t.sol:MerkleLibTest
18:19:53 [PASS] testVerifyMembership(uint256) (runs: 256, μ: 5712863, ~: 5712905)
18:19:53 [PASS] testVerifyMembershipWithBadInput(uint256) (runs: 256, μ: 7554784, ~: 7554841)
18:19:53 [PASS] testVerifyMembershipWithRandomSiblingPaths(uint256,bytes32[10]) (runs: 256, μ: 3892755, ~: 3892755)
18:19:53 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 7.09s (14.97s CPU time)
18:19:56
18:19:56 Ran 1 test for test/merkle/Frontier.t.sol:FrontierTest
18:19:56 [PASS] testFrontier() (gas: 0)
18:19:56 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 9.85s (9.84s CPU time)
18:19:56
18:19:56 Ran 15 tests for test/Outbox.t.sol:OutboxTest
18:19:56 [PASS] testCheckOutOfBoundsStatus(uint256,uint256) (runs: 256, μ: 10866, ~: 10866)
18:19:56 [PASS] testGetRootData() (gas: 132097)
18:19:56 [PASS] testInsertAndConsumeWithVariedRecipients(address[256],uint256,uint8) (runs: 64, μ: 31688426, ~: 9230945)
18:19:56 [PASS] testInsertVariedLeafs(bytes32[]) (runs: 256, μ: 4027774, ~: 4395098)
18:19:56 [PASS] testRevertIfConsumingFromTreeNotProven() (gas: 625548)
18:19:56 [PASS] testRevertIfConsumingMessageBelongingToOther() (gas: 36813)
18:19:56 [PASS] testRevertIfConsumingMessageWithInvalidChainId() (gas: 36382)
18:19:56 [PASS] testRevertIfInsertingDuplicate() (gas: 75392)
18:19:56 [PASS] testRevertIfInsertingFromNonRollup(address) (runs: 256, μ: 30571, ~: 30571)
18:19:56 [PASS] testRevertIfNothingInsertedAtBlockNumber() (gas: 38576)
18:19:56 [PASS] testRevertIfPathHeightMismatch() (gas: 1140322)
18:19:56 [PASS] testRevertIfTryingToConsumeMessageNotInTree() (gas: 1180099)
18:19:56 [PASS] testRevertIfTryingToConsumeSameMessage() (gas: 655748)
18:19:56 [PASS] testRevertIfVersionMismatch() (gas: 36119)
18:19:56 [PASS] testValidInsertAndConsume() (gas: 658749)
18:19:56 Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 10.03s (11.20s CPU time)
18:19:57
18:19:57 Ran 2 tests for test/staking_asset_handler/removeUnhinged.t.sol:RemoveUnhingedTest
18:19:57 [PASS] test_WhenCallerOfRemoveUnhingedIsNotOwner(address) (runs: 256, μ: 11850, ~: 11850)
18:19:57 [PASS] test_WhenCallerOfRemoveUnhingedIsOwner(address) (runs: 256, μ: 28484, ~: 28468)
18:19:57 Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 10.68s (55.07ms CPU time)
18:19:57
18:19:57 Ran 12 tests for test/governance/governance/proposallib/voteTabulation.t.sol:VoteTabulationTest
18:19:57 [PASS] test_WhenMinimumConfigEq0() (gas: 2849)
18:19:57 [PASS] test_WhenTotalPowerLtMinimum(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 50023, ~: 50190)
18:19:57 [PASS] test_WhenVotesCastLtVotesNeeded(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 155239, ~: 166859)
18:19:57 [PASS] test_WhenVotesNeededEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 53148, ~: 53090)
18:19:57 [PASS] test_WhenVotesNeededGtTotal(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76370, ~: 77049)
18:19:57 [PASS] test_WhenVotesNeededGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256) (runs: 256, μ: 76636, ~: 76945)
18:19:57 [PASS] test_WhenYeaLimitEq0(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 119769, ~: 120013)
18:19:57 [PASS] test_WhenYeaLimitGtUint256Max(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 172513, ~: 172720)
18:19:57 [PASS] test_WhenYeaLimitGtVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 174522, ~: 174990)
18:19:57 [PASS] test_WhenYeaVotesEqVotesCast(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256) (runs: 256, μ: 192300, ~: 192789)
18:19:57 [PASS] test_WhenYeaVotesGtYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 219526, ~: 220006)
18:19:57 [PASS] test_WhenYeaVotesLteYeaLimit(((uint256,uint256),uint256,uint256,uint256,uint256,uint256,uint256,uint256),uint256,uint256,uint256) (runs: 256, μ: 217889, ~: 218502)
18:19:57 Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 10.69s (553.79ms CPU time)
18:19:57
18:19:57 Ran 4 tests for test/validator-selection/setupEpoch.t.sol:SetupEpochTest
18:19:57 [PASS] test_GivenTheRollupIsInGenesisState() (gas: 39952713)
18:19:57 [PASS] test_GivenTheSeedHasBeenSampled() (gas: 42013465)
18:19:57 [PASS] test_WhenItHasBeenALongTimeSinceTheLastSampleSeedWasSet() (gas: 52198755)
18:19:57 [PASS] test_WhenNewSampleSeedsAreAdded() (gas: 207)
18:19:57 Suite result: ok. 4 passed; 0 failed; 0 skipped; finished in 11.43s (481.63ms CPU time)
18:19:58
18:19:58 Ran 10 tests for test/governance/governance-proposer/executeProposal.t.sol:ExecuteProposalTest
18:19:58 [PASS] test_GivenCanonicalInstanceHoldNoCode(uint256) (runs: 256, μ: 310156, ~: 310156)
18:19:58 [PASS] test_GivenGovernanceCallFails(uint256) (runs: 256, μ: 10553126, ~: 10466905)
18:19:58 [PASS] test_GivenGovernanceCallReturnFalse(uint256) (runs: 256, μ: 10430054, ~: 10338169)
18:19:58 [PASS] test_GivenGovernanceCallSucceeds(uint256) (runs: 256, μ: 10460785, ~: 10507552)
18:19:58 [PASS] test_GivenInsufficientYea() (gas: 422714)
18:19:58 [PASS] test_GivenLeaderIsAddress0(uint256) (runs: 256, μ: 348944, ~: 348976)
18:19:58 [PASS] test_GivenNewCanonicalInstance(uint256) (runs: 256, μ: 10385003, ~: 10596634)
18:19:58 [PASS] test_GivenRoundAlreadyExecuted() (gas: 9064337)
18:19:58 [PASS] test_WhenRoundNotInPast() (gas: 334426)
18:19:58 [PASS] test_WhenRoundTooFarInPast(uint256) (runs: 256, μ: 348994, ~: 348832)
18:19:58 Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 11.73s (44.60s CPU time)
18:19:59
18:19:59 Ran 5 tests for test/governance/governance/userlib/sub.t.sol:SubTest
18:19:59 [PASS] test_GivenUserHaveNoCheckpoints(uint256) (runs: 256, μ: 32839, ~: 32633)
18:19:59 [PASS] test_WhenAmountEq0() (gas: 8626)
18:19:59 [PASS] test_WhenAmountIsMoreThanLastCheckpoint(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 211200, ~: 210568)
18:19:59 [PASS] test_WhenLastCheckpointInPast(uint256,bool[8],uint8[8],uint16[8],uint256) (runs: 256, μ: 243804, ~: 238566)
18:19:59 [PASS] test_WhenLastCheckpointIsNow(uint256,bool[8],uint8[8],uint16[8]) (runs: 256, μ: 212558, ~: 214504)
18:19:59 Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 13.60s (369.40ms CPU time)
18:19:59
18:19:59 Ran 3 tests for test/governance/reward-distributor/claim.t.sol:ClaimTest
18:19:59 [PASS] test_GivenBalanceGt0(uint256) (runs: 256, μ: 128311, ~: 118972)
18:19:59 [PASS] test_GivenBalanceIs0() (gas: 54054)
18:19:59 [PASS] test_WhenCallerIsNotCanonical(address) (runs: 256, μ: 24892, ~: 24892)
18:19:59 Suite result: ok. 3 passed; 0 failed; 0 skipped; finished in 13.60s (90.03ms CPU time)
18:19:59
18:19:59 Ran 11 tests for test/validator-selection/ValidatorSelection.t.sol:ValidatorSelectionTest
18:19:59 [PASS] testCommitteeForNonSetupEpoch(uint8) (runs: 256, μ: 41323725, ~: 41323725)
18:19:59 [PASS] testHappyPath() (gas: 54778813)
18:19:59 [PASS] testInitialCommitteeMatch() (gas: 41501984)
18:19:59 [PASS] testInsufficientSigsMove() (gas: 45224278)
18:19:59 [PASS] testInvalidCommitteeCommitment() (gas: 45220318)
18:19:59 [PASS] testNukeFromOrbit() (gas: 55952784)
18:19:59 [PASS] testProposerForNonSetupEpoch(uint8) (runs: 256, μ: 41634237, ~: 41634237)
18:19:59 [PASS] testProposerNotProvided() (gas: 45236818)
18:19:59 [PASS] testRelayedForProposer() (gas: 46665502)
18:19:59 [PASS] testStableCommittee(uint8) (runs: 256, μ: 41622708, ~: 41622813)
18:19:59 [PASS] testValidatorSetLargerThanCommittee(bool) (runs: 256, μ: 70815488, ~: 71977222)
18:19:59 Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 13.60s (19.11s CPU time)
18:19:59
18:19:59 Ran 83 test suites in 13.62s (185.83s CPU time): 356 tests passed, 1 failed, 0 skipped (357 total tests)
18:20:00
18:20:00 Failing tests:
18:20:00 Encountered 1 failing test in test/staking_asset_handler/setWithdrawer.t.sol:SetWithdrawerTest
18:20:00 [FAIL: log != expected log; counterexample: calldata=0xc3d7de800000000000000000000000000000000000000000000000000000000000000000 args=[0x0000000000000000000000000000000000000000]] test_WhenOwnerCallsAddValidatorAfterSettingTheWithdrawer(address) (runs: 152, μ: 578930, ~: 578930)
18:20:00
18:20:00 Encountered a total of 1 failing tests, 356 tests succeeded