JoinColony / colonyNetwork

Colony Network smart contracts
https://colony.io/
GNU General Public License v3.0
436 stars 109 forks source link

An in-range update of @codechecks/client is breaking the build 🚨 #706

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @codechecks/client was updated from 0.1.7 to 0.1.8.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@codechecks/client is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **Gas Usage:** ## Deployments | | Gas | | Diff | Diff % | Block % | usd avg cost | | :------------------------------- | --------: | :-: | ---: | -----: | ------: | -----------: | | **ColonyNetwork** | 5,037,204 | | - | - | 74.9 % | 4.52 | | **ColonyNetworkAuction** | 2,153,053 | | - | - | 32 % | 1.93 | | **ColonyNetworkENS** | 2,012,410 | | - | - | 29.9 % | 1.80 | | **ColonyNetworkMining** | 2,435,135 | | - | - | 36.2 % | 2.18 | | **ContractRecovery** | 1,196,075 | | - | - | 17.8 % | 1.07 | | **EtherRouter** | 442,666 | | - | - | 6.6 % | 0.40 | | **OldRolesFactory** | 1,227,614 | | - | - | 18.3 % | 1.10 | | **OneTxPayment** | 1,574,827 | | - | - | 23.4 % | 1.41 | | **OneTxPaymentFactory** | 2,017,848 | | - | - | 30 % | 1.81 | | **ReputationMiningCycle** | 6,022,880 | | - | - | 89.6 % | 5.40 | | **ReputationMiningCycleRespond** | 4,104,694 | | - | - | 61.1 % | 3.68 | | **Resolver** | 540,580 | | - | - | 8 % | 0.48 | ## Methods | | Gas | | Diff | Diff % | Calls | usd avg cost | | :----------------------------------------- | --------: | :-: | ---: | -----: | ----: | -----------: | | **Colony** | | | | | | | |        *addGlobalSkill* | 82,427 | | - | - | 5 | 0.07 | |        *bootstrapColony* | 333,463 | | - | - | 1 | 0.30 | |        *mintTokens* | 64,181 | | - | - | 2 | 0.06 | |        *setAdministrationRole* | 52,532 | | - | - | 4 | 0.05 | |        *setFundingRole* | 48,760 | | - | - | 1 | 0.04 | |        *setOwner* | 29,770 | | - | - | 1 | 0.03 | | **ColonyFunding** | | | | | | | |        *claimColonyFunds* | 72,240 | | - | - | 4 | 0.06 | |        *claimPayment* | 102,706 | | - | - | 1 | 0.09 | |        *claimRewardPayout* | 158,431 | | - | - | 2 | 0.14 | |        *finalizeRewardPayout* | 19,822 | | - | - | 2 | 0.02 | |        *moveFundsBetweenPots* | 75,930 | | - | - | 2 | 0.07 | |        *startNextRewardPayout* | 233,181 | | - | - | 2 | 0.21 | | **ColonyNetwork** | | | | | | | |        *createColony* | 4,173,278 | | - | - | 3 | 3.74 | | **ColonyPayment** | | | | | | | |        *addPayment* | 236,791 | | - | - | 1 | 0.21 | |        *finalizePayment* | 168,739 | | - | - | 1 | 0.15 | | **ColonyTask** | | | | | | | |        *executeTaskChange* | 86,869 | | - | - | 6 | 0.08 | |        *executeTaskRoleAssignment* | 97,666 | | - | - | 1 | 0.09 | |        *finalizeTask* | 577,874 | | - | - | 2 | 0.52 | |        *makeTask* | 338,197 | | - | - | 1 | 0.30 | |        *revealTaskWorkRating* | 38,671 | | - | - | 2 | 0.03 | |        *submitTaskDeliverable* | 72,582 | | - | - | 1 | 0.07 | |        *submitTaskWorkRating* | 76,315 | | - | - | 2 | 0.07 | | **OneTxPayment** | | | | | | | |        *makePayment* | 668,171 | | - | - | 2 | 0.60 | | **ReputationMiningCycle** | | | | | | | |        *confirmBinarySearchResult* | 74,802 | | - | - | 4 | 0.07 | |        *confirmJustificationRootHash* | 138,221 | | - | - | 3 | 0.12 | |        *confirmNewHash* | 723,333 | | - | - | 5 | 0.65 | |        *invalidateHash* | 238,770 | | - | - | 3 | 0.21 | |        *respondToBinarySearchForChallenge* | 119,262 | | - | - | 12 | 0.11 | |        *submitRootHash* | 278,573 | | - | - | 7 | 0.25 | | **ReputationMiningCycleRespond** | | | | | | | |        *respondToChallenge* | 232,975 | | - | - | 2 | 0.21 | | **TokenLocking** | | | | | | | |        *deposit* | 70,061 | | - | - | 5 | 0.06 | |        *incrementLockCounterTo* | 41,091 | | - | - | 2 | 0.04 | |        *withdraw* | 101,960 | | - | - | 2 | 0.09 | ## Build Configuration | Option | Settings | | ---------------------- | --------------------- | | solc: version | 0.5.8+commit.23d335f2 | | solc: optimized | true | | solc: runs | 200 | | gas: block limit | 6,721,975 | | gas: price | 5 gwei/gas | | gas: currency/eth rate | 179.27 usd/eth | --- Target commit: *f840be20d3646f113866f8c40966581bbc5d43b5* Base commit: *9bbc968392665b31b54cebbf18a0162d51929cf1* - ❌ **commit:** * [lint-and-unit-test](https://circleci.com/gh/JoinColony/colonyNetwork/9659?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Success * [test-coverage](https://circleci.com/gh/JoinColony/colonyNetwork/9658?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 0.1.7 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

kronosapiens commented 5 years ago

Failed due to timeout in the coverage tests. Closing as a non-issue.

  3) Contract: Reputation Mining - disputes over child reputation
       "before all" hook: prepare suite:
     Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/circleci/colonyNetwork/coverageEnv/test/reputation-system/disputes-over-child-reputation.js)

  4) Contract: Reputation Mining - happy paths
       "before all" hook: prepare suite:
     Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/circleci/colonyNetwork/coverageEnv/test/reputation-system/happy-paths.js)

  5) Contract: Reputation mining - root hash submissions
       "before all" hook: prepare suite:
     Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/circleci/colonyNetwork/coverageEnv/test/reputation-system/root-hash-submissions.js)

  6) Contract: Reputation Mining - types of disagreement
       "before all" hook: prepare suite:
     Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/circleci/colonyNetwork/coverageEnv/test/reputation-system/types-of-disagreement.js)