Skip to content

Linux_android android_build_all_packages master failing (consistently?) #129467

@ditman

Description

@ditman

The flutter/packages check (Linux_android android_build_all_packages master) that has been recently enabled, seems to have started failing pretty much consistently, and is blocking the flutter/packages tree:

Upgrading build.gradle
Running Gradle task 'assembleDebug'...                          


FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.sun.xml.fastinfoset:FastInfoset:1.2.15.
     Required by:
         project : > com.android.tools.build:gradle:4.1.0 > androidx.databinding:databinding-compiler-common:4.1.0 > org.glassfish.jaxb:jaxb-runtime:2.3.1
      > Could not resolve com.sun.xml.fastinfoset:FastInfoset:1.2.15.
         > Could not get resource 'https://jcenter.bintray.com/com/sun/xml/fastinfoset/FastInfoset/1.2.15/FastInfoset-1.2.15.pom'.
            > Could not GET 'https://jcenter.bintray.com/com/sun/xml/fastinfoset/FastInfoset/1.2.15/FastInfoset-1.2.15.pom'.
               > peer not authenticated

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

BUILD FAILED in 12s
Running Gradle task 'assembleDebug'...                             13.2s
[!] Gradle threw an error while downloading artifacts from the network.
Retrying Gradle Build: #1, wait time: 100ms
Running Gradle task 'assembleDebug'...                          


FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not download asm-commons-7.0.jar (org.ow2.asm:asm-commons:7.0)
      > Could not get resource 'https://jcenter.bintray.com/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar'.
         > Could not HEAD 'https://jcenter.bintray.com/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar'.
            > peer not authenticated
   > Could not download javawriter-2.5.0.jar (com.squareup:javawriter:2.5.0)
      > Could not get resource 'https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar'.
         > Could not HEAD 'https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar'.
            > No PSK available. Unable to resume.
   > Could not download bcprov-jdk15on-1.56.jar (org.bouncycastle:bcprov-jdk15on:1.56)
      > Could not get resource 'https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar'.
         > Could not HEAD 'https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar'.
            > No PSK available. Unable to resume.
   > Could not download fastutil-7.2.0.jar (it.unimi.dsi:fastutil:7.2.0)
      > Could not get resource 'https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar'.
         > Could not GET 'https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar'.
            > peer not authenticated
   > Could not download jaxb-runtime-2.3.1.jar (org.glassfish.jaxb:jaxb-runtime:2.3.1)
      > Could not get resource 'https://jcenter.bintray.com/org/glassfish/jaxb/jaxb-runtime/2.3.1/jaxb-runtime-2.3.1.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/glassfish/jaxb/jaxb-runtime/2.3.1/jaxb-runtime-2.3.1.jar'.
            > peer not authenticated

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

BUILD FAILED in 7s
Running Gradle task 'assembleDebug'...                              7.6s
[!] Gradle threw an error while downloading artifacts from the network.
Gradle task assembleDebug failed with exit code 1

Is Java misconfigured? Is there now a proxy in LUCI? Did anything change in LUCI in between the green/red builds?

Last good build: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20android_build_all_packages%20master/2/overview

First bad build:
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20android_build_all_packages%20master/3/overview

Metadata

Metadata

Labels

P0Critical issues such as a build break or regressionpackageflutter/packages repository. See also p: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions