HTTP 502 when fetching artifacts from jcenter.bintray.com

Running wget https://jcenter.bintray.com/ in a CircleCI container (circleci@5b9c2538ca80) gives a 502 (Bad Gateway), but the same command works on my local machine (in Stockholm, Sweden). This makes the build (that is successful locally) fail on CircleCI.

This has been the case for at least 40 minutes now.

Also suffering from this issue:

Blockquote
Could not resolve com.google.android.gms:play-services-ads-base:[17.2.0].
Required by:
project :app > com.google.android.gms:play-services-ads:17.2.0
project :app > com.google.android.gms:play-services-ads:17.2.0 > com.google.android.gms:play-services-ads-lite:17.2.0
project :app > com.google.android.gms:play-services-ads:17.2.0 > com.google.android.gms:play-services-gass:17.2.0
Failed to list versions for com.google.android.gms:play-services-ads-base

        > Could not get resource 'https://jcenter.bintray.com/com/google/android/gms/play-services-ads-base/maven-metadata.xml'.
           > Could not GET 'https://jcenter.bintray.com/com/google/android/gms/play-services-ads-base/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Hi Folks.

It looks like bintray is having some issues, you can track this here https://status.bintray.com/incidents/2wvx6d5f807c

1 Like

Hi. Having such issue right now:

Could not resolve backport-util-concurrent:backport-util-concurrent:3.1.
         > Could not get resource 'https://plugins.gradle.org/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom'.
            > Could not GET 'https://jcenter.bintray.com/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom'. Received status code 502 from server: Bad Gateway

I’m having this issue right now as well, and Bintray says they’ve fixed the problem:

* What went wrong:
Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':kotlinCompilerPluginClasspath'.
   > Could not resolve org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.3.20.
     Required by:
         project :
      > Could not resolve org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.3.20.
         > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-scripting-compiler-embeddable/1.3.20/kotlin-scripting-compiler-embeddable-1.3.20.pom'.
            > Could not HEAD 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-scripting-compiler-embeddable/1.3.20/kotlin-scripting-compiler-embeddable-1.3.20.pom'. Received status code 502 from server: Bad Gateway

I get the same status when I click that link in a browser, so it’s still a problem on their side.

We also having same issue.

 > Could not resolve org.ow2.asm:asm-analysis:6.0.
     Required by:
         project : > com.android.tools.build:gradle:3.2.1
      > Could not resolve org.ow2.asm:asm-analysis:6.0.
         > Could not get resource 'https://jcenter.bintray.com/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom'.
            > Could not GET 'https://jcenter.bintray.com/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom'. Received status code 502 from server: Bad Gateway

It looks like this is now resolved, I’m no longer getting errors with those URLs.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.