Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Integration fails on main branch: Could not download dexcount-gradle-plugin-0.8.2.jar #5324

Closed
Tracked by #5308
nicolas-raoul opened this issue Oct 3, 2023 · 2 comments

Comments

@nicolas-raoul
Copy link
Member

nicolas-raoul commented Oct 3, 2023

Example: https://github.com/commons-app/apps-android-commons/actions/runs/6388812588/job/17339246077

 A problem occurred configuring root project 'apps-android-commons'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not download dexcount-gradle-plugin-0.8.2.jar (com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2)
      > Could not get resource 'https://jcenter.bintray.com/com/getkeepsafe/dexcount/dexcount-gradle-plugin/0.8.2/dexcount-gradle-plugin-0.8.2.jar'.
         > Could not GET 'https://jcenter.bintray.com/com/getkeepsafe/dexcount/dexcount-gradle-plugin/0.8.2/dexcount-gradle-plugin-0.8.2.jar'.
            > Read timed out
   > Could not download kotlin-gradle-plugin-1.7.20.jar (org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20)
      > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.7.20/kotlin-gradle-plugin-1.7.20.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.7.20/kotlin-gradle-plugin-1.7.20.jar'.
            > Read timed out

Ci for pull requests works fine because it does not run unit tests with unified coverage apparently: https://github.com/commons-app/apps-android-commons/actions/runs/6368136217/job/17287278473

This might be the root cause of #5061

The good news is that unit tests are still passing. It is coverage that is making CI fail.

@nicolas-raoul nicolas-raoul changed the title Continuous Intergration fails on main branch: Could not download dexcount-gradle-plugin-0.8.2.jar Continuous Integration fails on main branch: Could not download dexcount-gradle-plugin-0.8.2.jar Oct 3, 2023
@rohit9625
Copy link
Contributor

Currently, the build is failing due to failing tests as shown in the logs. When did you last get this error @nicolas-raoul?

@nicolas-raoul
Copy link
Member Author

Let's close this in favor of #5355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants