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

Changes:

[kawaigin] Implicitly watch and track anonymous pipeline and PCollections

[chamikaramj] Reject requests when parameter names cannot be validated unless

[chamikaramj] Updates error message


------------------------------------------
[...truncated 41.98 KB...]
> Task :sdks:java:io:google-cloud-platform:compileJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:classes UP-TO-DATE
> Task :sdks:java:io:google-cloud-platform:jar
> Task :sdks:java:container:java8:copyDockerfileDependencies
> Task :runners:google-cloud-dataflow-java:compileJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:classes
> Task :runners:google-cloud-dataflow-java:jar

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/java/container

> Task :sdks:java:extensions:ml:compileJava
> Task :sdks:java:extensions:ml:classes
> Task :sdks:java:extensions:ml:jar
> 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 :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container 
--save_path=/output/licenses
+ tee /output/licenses/list.csv
+ go-licenses csv github.com/apache/beam/sdks/java/container
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :examples:java:classes
> Task :examples:java:jar
> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare

> 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:java8:docker
Sending build context to Docker daemon  166.9MB
Step 1/18 : ARG java_version
Step 2/18 : FROM openjdk:${java_version}
 ---> 08121337b7a4
Step 3/18 : MAINTAINER "Apache Beam <[email protected]>"
 ---> Running in a9297ad180b5
Removing intermediate container a9297ad180b5
 ---> b4d3c59859bb
Step 4/18 : ARG pull_licenses
 ---> Running in 817b86462089
Removing intermediate container 817b86462089
 ---> 2b6bcf376b51
Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 1fb5cf30a795
Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 6a93a66414c1
Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 8d579e464e85
Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 445a68ba6a60
Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 5d292c6221e8
Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 9d2079f236ca
Step 11/18 : COPY target/LICENSE /opt/apache/beam/
 ---> 4f4f1e480680
Step 12/18 : COPY target/NOTICE /opt/apache/beam/
 ---> 5c86821841a9
Step 13/18 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
 ---> 0d48ecfd4d6b
Step 14/18 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 640039948950
Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 0676393e8604
Removing intermediate container 0676393e8604
 ---> 5fe926ae5490
Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 33db734b8e43
Removing intermediate container 33db734b8e43
 ---> ceb817bb99b8
Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> a23f663039e1
Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in dce9903ac575
Removing intermediate container dce9903ac575
 ---> fee0132df88a
Successfully built fee0132df88a
Successfully tagged apache/beam_java8_sdk:2.34.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]
81854fdd5031: Preparing
b9ba51bccfbc: Preparing
449618245a39: Preparing
5163c8f7fae3: Preparing
405491933b07: Preparing
b55b2298fb9b: Preparing
2c7271c0236e: Preparing
be1f6f29f70b: Preparing
d63c37982fa8: Preparing
4dea1389aad6: Preparing
23a54b4226df: Preparing
35d0ebe07131: Preparing
d9b6ea8e7d5f: Preparing
9cb5eb95298c: Preparing
00ef5416d927: Preparing
8555e663f65b: Preparing
d00da3cd7763: Preparing
4e61e63529c2: Preparing
799760671c38: Preparing
b55b2298fb9b: Waiting
2c7271c0236e: Waiting
be1f6f29f70b: Waiting
d63c37982fa8: Waiting
4dea1389aad6: Waiting
23a54b4226df: Waiting
35d0ebe07131: Waiting
d9b6ea8e7d5f: Waiting
9cb5eb95298c: Waiting
00ef5416d927: Waiting
8555e663f65b: Waiting
d00da3cd7763: Waiting
4e61e63529c2: Waiting
799760671c38: Waiting
b9ba51bccfbc: Pushed
405491933b07: Pushed
449618245a39: Pushed
b55b2298fb9b: Pushed
81854fdd5031: Pushed
be1f6f29f70b: Pushed
5163c8f7fae3: Pushed
d63c37982fa8: Pushed
d9b6ea8e7d5f: Layer already exists
9cb5eb95298c: Layer already exists
00ef5416d927: Layer already exists
8555e663f65b: Layer already exists
d00da3cd7763: Layer already exists
23a54b4226df: Pushed
4e61e63529c2: Layer already exists
799760671c38: Layer already exists
35d0ebe07131: Pushed
2c7271c0236e: Pushed
4dea1389aad6: Pushed
20210923180111: digest: 
sha256:a2321c099110c8a6e422bf86ae952d28a23620c494c6c292d2cf407b50428329 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-0923180548-f0179f
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0923180548-f0179f
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_routes_1632420342022.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0923180548-f0179f
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0923180548-f0179f
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_routes_1632420342022.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

org.apache.beam.examples.cookbook.BigQueryTornadoesIT > 
testE2EBigQueryTornadoesWithExport FAILED
    java.lang.RuntimeException at BigQueryTornadoesIT.java:68

org.apache.beam.examples.cookbook.BigQueryTornadoesIT > 
testE2eBigQueryTornadoesWithStorageApi FAILED
    java.lang.RuntimeException at BigQueryTornadoesIT.java:68

org.apache.beam.examples.cookbook.BigQueryTornadoesIT > 
testE2eBigQueryTornadoesWithStorageApiUsingQuery FAILED
    java.lang.RuntimeException at BigQueryTornadoesIT.java:68

org.apache.beam.examples.complete.TrafficMaxLaneFlowIT > 
testE2ETrafficMaxLaneFlow FAILED
    java.lang.RuntimeException at TrafficMaxLaneFlowIT.java:74

8 tests completed, 5 failed

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages FAILED
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210923180111
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a2321c099110c8a6e422bf86ae952d28a23620c494c6c292d2cf407b50428329
ERROR: (gcloud.container.images.untag) Image could not be found: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210923180111]

FAILURE: Build completed with 2 failures.

1: Task 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/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.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Build file 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/runners/google-cloud-dataflow-java/build.gradle'>
 line: 279

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:cleanUpDockerImages'.
> Process 'command 'gcloud'' finished with non-zero exit value 1

* 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 43m 45s
104 actionable tasks: 74 executed, 28 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/2l5uakxleuf74

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to