See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/3187/display/redirect>

Changes:


------------------------------------------
[...truncated 65.26 KB...]
go: added google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
go: added google.golang.org/grpc v1.55.0
go: added google.golang.org/protobuf v1.30.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container 
--save_path=/output/licenses
W0620 09:58:52.952356      34 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W0620 09:58:58.630704      78 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
github.com/apache/beam/sdks/v2/go,https://github.com/apache/beam/blob/sdks/v2.48.2/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.48.2/sdks/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.3/LICENSE,BSD-3-Clause
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.10.0:LICENSE,BSD-3-Clause
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.8.0:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.9.0:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/daa745c078e1/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.55.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.30.0/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

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

> Task :sdks:java:container:java8:docker
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.58kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context:
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/eclipse-temurin:8
#3 DONE 1.2s

#4 [ 1/16] FROM 
docker.io/library/eclipse-temurin:8@sha256:d67f0c3100c72a4bc507f6c8029e05644ce7e60539bdc4ae681033401c6dae9e
#4 DONE 0.0s

#5 [internal] load build context
#5 ...

#4 [ 1/16] FROM 
docker.io/library/eclipse-temurin:8@sha256:d67f0c3100c72a4bc507f6c8029e05644ce7e60539bdc4ae681033401c6dae9e
#4 CACHED

#5 [internal] load build context
#5 transferring context: 46.89MB 0.4s done
#5 DONE 0.7s

#6 [ 2/16] ADD target/slf4j-api.jar /opt/apache/beam/jars/
#6 DONE 0.2s

#7 [ 3/16] ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
#7 DONE 0.1s

#8 [ 4/16] ADD target/jcl-over-slf4j.jar /opt/apache/beam/jars/
#8 DONE 0.1s

#9 [ 5/16] ADD target/log4j-over-slf4j.jar /opt/apache/beam/jars/
#9 DONE 0.1s

#10 [ 6/16] ADD target/log4j-to-slf4j.jar /opt/apache/beam/jars/
#10 DONE 0.1s

#11 [ 7/16] ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
#11 DONE 0.1s

#12 [ 8/16] COPY target/jamm.jar target/open-module-agent*.jar 
/opt/apache/beam/jars/
#12 DONE 0.1s

#13 [ 9/16] COPY target/linux_amd64/boot /opt/apache/beam/
#13 DONE 0.2s

#14 [10/16] COPY target/LICENSE /opt/apache/beam/
#14 DONE 0.1s

#15 [11/16] COPY target/NOTICE /opt/apache/beam/
#15 DONE 0.1s

#16 [12/16] ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
#16 DONE 0.3s

#17 [13/16] COPY target/LICENSE target/options/* /opt/apache/beam/options/
#17 DONE 0.2s

#18 [14/16] COPY target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#18 DONE 0.6s

#19 [15/16] RUN if [ "true" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
#19 DONE 0.3s

#20 [16/16] COPY target/profiler/* /opt/google_cloud_profiler/
#20 DONE 0.1s

#21 exporting to image
#21 exporting layers
#21 exporting layers 0.2s done
#21 writing image 
sha256:20463804121c6d340b6fe42699dc052298c9d4eae21bd5a63398156b1c35e2e5 done
#21 naming to docker.io/apache/beam_java8_sdk:2.49.0.dev done
#21 DONE 0.2s

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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]
0c41b24c0167: Preparing
5f70bf18a086: Preparing
08ddb5eec24b: Preparing
02c13ccdfd53: Preparing
70b25d81b161: Preparing
b3ed77fd7d2e: Preparing
7dabc801437a: Preparing
de4b75c7ca9c: Preparing
0e91dd575fd4: Preparing
a848456bfcdc: Preparing
fce2bccfb5d9: Preparing
bfd76e89ef42: Preparing
8533c08486ee: Preparing
c1454d7c6310: Preparing
ca6f9d92532e: Preparing
21a7bd952dcc: Preparing
01229e3f0334: Preparing
8d8fafa18e50: Preparing
cdd7c7392317: Preparing
b3ed77fd7d2e: Waiting
7dabc801437a: Waiting
8533c08486ee: Waiting
de4b75c7ca9c: Waiting
0e91dd575fd4: Waiting
a848456bfcdc: Waiting
c1454d7c6310: Waiting
ca6f9d92532e: Waiting
21a7bd952dcc: Waiting
01229e3f0334: Waiting
8d8fafa18e50: Waiting
cdd7c7392317: Waiting
fce2bccfb5d9: Waiting
bfd76e89ef42: Waiting
5f70bf18a086: Layer already exists
02c13ccdfd53: Pushed
08ddb5eec24b: Pushed
b3ed77fd7d2e: Pushed
7dabc801437a: Pushed
70b25d81b161: Pushed
0e91dd575fd4: Pushed
0c41b24c0167: Pushed
a848456bfcdc: Pushed
de4b75c7ca9c: Pushed
fce2bccfb5d9: Pushed
21a7bd952dcc: Layer already exists
01229e3f0334: Layer already exists
8d8fafa18e50: Layer already exists
cdd7c7392317: Layer already exists
bfd76e89ef42: Pushed
8533c08486ee: Pushed
c1454d7c6310: Pushed
ca6f9d92532e: Pushed
20230620095741: digest: 
sha256:1a14f9f7c34edd4e99c044441263fc0136a6c066feecda7f0e32d3f95d5e875d size: 
4296

> Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest 
> NO-SOURCE
> 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-0620095929-58c614f0
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0620095929-58c614f0
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0620095929-58c614f0
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0620095929-58c614f0
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0620095929-4223688f
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0620095929-4223688f
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0620095929-4223688f
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0620095929-4223688f
***********************************************************
***********************************************************

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

org.apache.beam.sdk.io.gcp.bigtable.BigTableReadSchemaTransformProviderIT > 
testInvalidConfigs FAILED
    com.google.api.gax.rpc.UnavailableException at ApiExceptionFactory.java:112
        Caused by: io.grpc.StatusRuntimeException at Status.java:539
            Caused by: 
io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedNoRouteToHostException
                Caused by: java.net.NoRouteToHostException at Errors.java:147

99 tests completed, 1 failed, 4 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230620095741
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:1a14f9f7c34edd4e99c044441263fc0136a6c066feecda7f0e32d3f95d5e875d
Deleted: sha256:20463804121c6d340b6fe42699dc052298c9d4eae21bd5a63398156b1c35e2e5
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230620095741]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:1a14f9f7c34edd4e99c044441263fc0136a6c066feecda7f0e32d3f95d5e875d]

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

FAILURE: Build failed with an exception.

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

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

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

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

See 
https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 3h 1m 24s
156 actionable tasks: 100 executed, 52 from cache, 4 up-to-date

Publishing build scan...
https://ge.apache.org/s/qmz5ny3ti7of4

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