You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gary Yao (Jira)" <ji...@apache.org> on 2019/10/04 05:28:00 UTC

[jira] [Created] (FLINK-14318) JDK11 build stalls during shading

Gary Yao created FLINK-14318:
--------------------------------

             Summary: JDK11 build stalls during shading
                 Key: FLINK-14318
                 URL: https://issues.apache.org/jira/browse/FLINK-14318
             Project: Flink
          Issue Type: Bug
          Components: Build System
            Reporter: Gary Yao


JDK11 build stalls during shading.

Travis stage: e2d - misc - jdk11

https://travis-ci.org/apache/flink/builds/593022581?utm_source=slack&utm_medium=notification

https://api.travis-ci.org/v3/job/593022629/log.txt

Relevant excerpt from logs:
{noformat}
01:53:43.889 [INFO] ------------------------------------------------------------------------
01:53:43.889 [INFO] Building flink-metrics-reporter-prometheus-test 1.10-SNAPSHOT
01:53:43.889 [INFO] ------------------------------------------------------------------------
...
01:53:44.508 [INFO] Including org.apache.flink:force-shading:jar:1.10-SNAPSHOT in the shaded jar.
01:53:44.508 [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.15 from the shaded jar.
01:53:44.508 [INFO] Excluding com.google.code.findbugs:jsr305:jar:1.3.9 from the shaded jar.
01:53:44.508 [INFO] No artifact matching filter io.netty:netty
01:53:44.522 [INFO] Replacing original artifact with shaded artifact.
01:53:44.523 [INFO] Replacing /home/travis/build/apache/flink/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/target/flink-metrics-reporter-prometheus-test-1.10-SNAPSHOT.jar with /home/travis/build/apache/flink/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/target/flink-metrics-reporter-prometheus-test-1.10-SNAPSHOT-shaded.jar
01:53:44.524 [INFO] Replacing original test artifact with shaded test artifact.
01:53:44.524 [INFO] Replacing /home/travis/build/apache/flink/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/target/flink-metrics-reporter-prometheus-test-1.10-SNAPSHOT-tests.jar with /home/travis/build/apache/flink/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/target/flink-metrics-reporter-prometheus-test-1.10-SNAPSHOT-shaded-tests.jar
01:53:44.524 [INFO] Dependency-reduced POM written at: /home/travis/build/apache/flink/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/target/dependency-reduced-pom.xml
{noformat}

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received

The build has been terminated




--
This message was sent by Atlassian Jira
(v8.3.4#803005)