You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/10/15 00:37:45 UTC

Build failed in Jenkins: beam_PostCommit_Java_Examples_Dataflow_V2_java11 #1270

See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/1270/display/redirect?page=changes>

Changes:

[Luke Cwik] [BEAM-12640] Skip checkerframework on generated code/test libraries for

[Luke Cwik] [BEAM-13015] Add tiny bundle processing benchmark for Java SDK harness.

[Robert Bradshaw] [BEAM-13053] Avoid runner v2 when streaming engine explicitly disabled.

[noreply] [Go SDK] Small typo fixes. (#15725)

[noreply] [BEAM-13038] Migrate to use a context object within

[noreply] [BEAM-12135] Avoid windowing overhead in Spark global GBK. (#15637)

[noreply] [BEAM-12907] Run DataFrame API tests with multiple pandas versions


------------------------------------------
[...truncated 37.93 KB...]
> Task :sdks:java:expansion-service:classes
> Task :sdks:java:expansion-service:jar

> Task :runners:direct-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:direct-java:classes
> Task :runners:direct-java:shadowJar
> Task :sdks:java:extensions:ml:compileJava
> Task :sdks:java:extensions:ml:classes
> Task :sdks:java:extensions:ml:jar

> Task :sdks:java:io:kafka:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :sdks:java:io:kafka:classes
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:container:java11:copyDockerfileDependencies
> Task :sdks:java:container:java11:dockerPrepare

> Task :sdks:java:io:google-cloud-platform:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :sdks:java:io:google-cloud-platform:classes
> Task :sdks:java:io:google-cloud-platform:jar

> Task :runners:google-cloud-dataflow-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:google-cloud-dataflow-java:classes

> Task :examples:java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:google-cloud-dataflow-java:jar
> Task :examples:java:classes
> Task :examples:java:jar

> Task :sdks:java:container:java11:docker
 ---> Running in e28dd309af5b
Removing intermediate container e28dd309af5b
 ---> 67bd55c6080d
Step 4/18 : ARG pull_licenses
 ---> Running in 2c546f9bab52
Removing intermediate container 2c546f9bab52
 ---> b6c358fe129d
Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 657d7a9dc8fb
Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 7043087107a4
Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 771ce65f0fdd
Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/

> Task :examples:java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :examples:java:testClasses
> Task :examples:java:testJar

> Task :sdks:java:container:java11:docker
 ---> dcd8f3419e34
Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> c66506ed8cf7
Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> ec2f92e20112
Step 11/18 : COPY target/LICENSE /opt/apache/beam/
 ---> 8246695334be
Step 12/18 : COPY target/NOTICE /opt/apache/beam/
 ---> a74ef698d3e9
Step 13/18 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> aa0eb442193c
Step 14/18 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> f38f74a19237
Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 849a3e5a0f83
Removing intermediate container 849a3e5a0f83
 ---> 04252ae8e6fd
Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 7a48428c7e6e
Removing intermediate container 7a48428c7e6e
 ---> ed10235cd145
Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> eef784339507
Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 8f4a51528226
Removing intermediate container 8f4a51528226
 ---> f9c725fd9360
Successfully built f9c725fd9360
Successfully tagged apache/beam_java11_sdk:2.35.0.dev

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerContainer
WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03.

As an alternative, use `gcloud auth configure-docker` to configure `docker` to
use `gcloud` as a credential helper, then use `docker` as you would for non-GCR
registries, e.g. `docker pull gcr.io/project-id/my-image`. Add
`--verbosity=error` to silence this warning: `gcloud docker
--verbosity=error -- pull gcr.io/project-id/my-image`.

See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker

The push refers to repository [us.gcr.io/apache-beam-testing/java-postcommit-it/java]
9a110ba47ea6: Preparing
a501b7161219: Preparing
9ae044913c35: Preparing
19b3fdd68e34: Preparing
9d0a4b216161: Preparing
b18169aa47b7: Preparing
bff25f7348c9: Preparing
3217169f3025: Preparing
e553600763ed: Preparing
9a9087863fe6: Preparing
c176078e72fa: Preparing
dc1a0a4b1bf9: Preparing
211736d7fc9d: Preparing
62a5b8741e83: Preparing
36e0782f1159: Preparing
ba6e5ff31f23: Preparing
9f9f651e9303: Preparing
0b3c02b5d746: Preparing
62a747bf1719: Preparing
c176078e72fa: Waiting
dc1a0a4b1bf9: Waiting
211736d7fc9d: Waiting
62a5b8741e83: Waiting
b18169aa47b7: Waiting
bff25f7348c9: Waiting
3217169f3025: Waiting
e553600763ed: Waiting
9a9087863fe6: Waiting
36e0782f1159: Waiting
ba6e5ff31f23: Waiting
9f9f651e9303: Waiting
0b3c02b5d746: Waiting
62a747bf1719: Waiting
a501b7161219: Pushed
9ae044913c35: Pushed
9d0a4b216161: Pushed
b18169aa47b7: Pushed
3217169f3025: Pushed
19b3fdd68e34: Pushed
9a110ba47ea6: Pushed
e553600763ed: Pushed
211736d7fc9d: Layer already exists
62a5b8741e83: Layer already exists
36e0782f1159: Layer already exists
ba6e5ff31f23: Layer already exists
9f9f651e9303: Layer already exists
0b3c02b5d746: Layer already exists
62a747bf1719: Layer already exists
c176078e72fa: Pushed
dc1a0a4b1bf9: Pushed
bff25f7348c9: Pushed
9a9087863fe6: Pushed
20211015000035: digest: sha256:61881227c2f306be45a81688507683b73d78aa23a10e536a6fa48b0a1955213a size: 4311

> Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-1015000614-d714b8ae
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1015000614-d714b8ae
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: apache-beam-testing:traffic_routes_1634256364209.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1015000614-d714b8ae
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1015000614-d714b8ae
The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_routes_1634256364209.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage.
***********************************************************
***********************************************************

org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT > testTableIO FAILED
    java.lang.RuntimeException at BigQuerySamplesIT.java:121

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-1015003100-8ba96a1f
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1015003100-8ba96a1f
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: apache-beam-testing:traffic_max_lane_flow_1634257860022.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1015003100-8ba96a1f
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1015003100-8ba96a1f
The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_max_lane_flow_1634257860022.traffic_max_lane_flow_table
Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage.
***********************************************************
***********************************************************

8 tests completed, 1 failed

> Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest FAILED

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211015000035
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:61881227c2f306be45a81688507683b73d78aa23a10e536a6fa48b0a1955213a
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211015000035]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:491cd42765fbbd24b28f5dc725a18409dba23559cdc085a355a279bf8067606d]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211015000035] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:491cd42765fbbd24b28f5dc725a18409dba23559cdc085a355a279bf8067606d])].
Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:491cd42765fbbd24b28f5dc725a18409dba23559cdc085a355a279bf8067606d
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:491cd42765fbbd24b28f5dc725a18409dba23559cdc085a355a279bf8067606d
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:491cd42765fbbd24b28f5dc725a18409dba23559cdc085a355a279bf8067606d].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/examplesJavaRunnerV2IntegrationTest/index.html>

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 37m 10s
84 actionable tasks: 72 executed, 10 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/vlsvgmfwjpblm

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Java_Examples_Dataflow_V2_java11 #1271

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/1271/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org