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

Changes:

[mmack] [adhoc] Move aws IT tests to testing package according to best practices

[noreply] fixes static checks and go lint issues (#17138)

[Kyle Weaver] Don't print in task configuration.

[noreply] [BEAM-14136] Clean up staticcheck and linter warnings in the Go SDK

[noreply] Merge pull request #17063 from [BEAM-12164] Fix flaky tests


------------------------------------------
[...truncated 52.08 KB...]
> Task :examples:java:testJar
> Task :sdks:java:container:java8:copyDockerfileDependencies

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/reports/dependency-license>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Collecting pip
  Using cached pip-22.0.4-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-60.10.0-py3-none-any.whl (1.1 MB)
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, setuptools, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed pip-22.0.4 setuptools-60.10.0 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.1-py3-none-any.whl (37 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, pyyaml, tenacity, beautifulsoup4
Successfully installed beautifulsoup4-4.10.0 pyyaml-5.4.1 six-1.16.0 
soupsieve-2.3.1 tenacity-5.1.5
Executing python 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>
        
--manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 224 dependencies using 16 threads.

> Task :sdks:java:io:google-cloud-platform: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 :sdks:java:io:google-cloud-platform:testClasses

> Task :sdks:java:container:pullLicenses
INFO:root:Replaced local file URL with 
file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5

> Task :sdks:java:io:google-cloud-platform:testJar

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 55.930953 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container 
--save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
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
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
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
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
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/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

> 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]
b27ea570144f: Preparing
36eb59062976: Preparing
fdb423b7fcbd: Preparing
12d0f718781b: Preparing
32ee0fe25521: Preparing
b893d280cf52: Preparing
6d46df19a365: Preparing
7cfeee7e0a6c: Preparing
811880202475: Preparing
86d839794cda: Preparing
3e65f9c54339: Preparing
dc02c28ca293: Preparing
4a3d547e23c2: Preparing
0607554a700f: Preparing
3add5b0a88e9: Preparing
3cddd9de99b4: Preparing
6d46df19a365: Waiting
7cfeee7e0a6c: Waiting
86d839794cda: Waiting
811880202475: Waiting
3e65f9c54339: Waiting
327e42081bbe: Preparing
4a3d547e23c2: Waiting
6e632f416458: Preparing
dc02c28ca293: Waiting
e019be289189: Preparing
0607554a700f: Waiting
3add5b0a88e9: Waiting
c9a63110150b: Preparing
327e42081bbe: Waiting
3cddd9de99b4: Waiting
b893d280cf52: Waiting
e019be289189: Waiting
32ee0fe25521: Pushed
36eb59062976: Pushed
fdb423b7fcbd: Pushed
12d0f718781b: Pushed
b27ea570144f: Pushed
7cfeee7e0a6c: Pushed
86d839794cda: Pushed
b893d280cf52: Pushed
811880202475: Pushed
0607554a700f: Layer already exists
3add5b0a88e9: Layer already exists
3cddd9de99b4: Layer already exists
327e42081bbe: Layer already exists
6e632f416458: Layer already exists
e019be289189: Layer already exists
c9a63110150b: Layer already exists
dc02c28ca293: Pushed
4a3d547e23c2: Pushed
6d46df19a365: Pushed
3e65f9c54339: Pushed
20220321180051: digest: 
sha256:f36115f3112e002825423f80875e594572634bd7bb9a1122912bef30dc5d796d size: 
4520

> 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-0321180534-47100728
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0321180534-47100728
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0321180534-47100728
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0321180534-47100728
***********************************************************
***********************************************************

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

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

org.apache.beam.sdk.io.gcp.bigquery.BigQueryIOStorageWriteIT > 
testBigQueryStorageWrite30MProto FAILED
    java.lang.RuntimeException at BigQueryIOStorageWriteIT.java:101

49 tests completed, 1 failed, 1 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:20220321180051
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f36115f3112e002825423f80875e594572634bd7bb9a1122912bef30dc5d796d
Deleted: sha256:012066dee5ecc0c4d8971480d952ae7cbc0489dcc440a0f682622bb78054af7f
Deleted: sha256:03085818e315f9d563fed04143c3a309622802490e2ab3f35f69a65b29eb19ba
Deleted: sha256:463bb413296182989d2d49404796346d090209d9f235a89367bce4b2d68f3dfb
Deleted: sha256:cb5ea55c494c10c490db58332a6faca4fa9721a6fd32f43511cdeed3fef784cd
Deleted: sha256:17d3e5d75ddd2ba00b964e40355c41ce871ccec1ab0098043a9f21191d7ad8e1
Deleted: sha256:03087e6427750cdcccfae06116400d8529d894f42c1fb3c68ee6e90568e98fc4
Deleted: sha256:86e451703ad8419dcecb81d61c0a405d5df1fb174cf033809e7324961819210b
Deleted: sha256:4b6b63a5e94154e13ac549abe6e98c8c58bf484e773680cdc4bf9975065a6270
Deleted: sha256:4ec7cab6dac4b0fca67c5f10a200f840bfee30017baf8e44344ac6d5e3c8926e
Deleted: sha256:563a48c4b2f68f69c3c523b8171b6d2c5d7038b27315a94e5a2747d80375b15c
Deleted: sha256:ae060671f596a5f4a0bdee939d28756b2a216e26975dca6d06148c4f90cfbde1
Deleted: sha256:13dd902150975b0316022c226adcfc76aa56d058ead1ede2645792472a486a73
Deleted: sha256:3bf889baa1c7fe0a4c7c843ceff6121329529d12915b629eda6ccc93ab33c2a8
Deleted: sha256:710e22a65131db2d7516e187c2b02bf5154589b351e01cfc2b8c2127eb32b887
Deleted: sha256:50ca757f35cae8bfd1e9d9bcb4e0da05dcee226b6cdaeae542c31869ad087766
Deleted: sha256:1dc07e8cdec314e0e594cc66e1883e2b2ac693bcd2522d776c65f5d6d7457845
Deleted: sha256:e0784a0828c8d6b7e340026017258f5cab5f6685c9a6bb640b8551709d8b589b
Deleted: sha256:2dc0a772c4913c2ee89385f35b5e87a0ff7ac1b40f3f9ec14d28b101c92dcbed
Deleted: sha256:678369fdbff505c090fef0d0558610a70e4659a032d8fadddc3e7f96db06ae8d
Deleted: sha256:ddc85728b97904b8e757690bf2f8a83df01da50182dd52ba0886ea14f986c171
Deleted: sha256:1c5c67b7bd708f2e97f05055e368331f4ca2f5474a5dc5ed86776e04d72e7c71
Deleted: sha256:ff329ba3573ab38f5dbfe6dec79ba20874b92ee647d9eb059ae453b4df84bda1
Deleted: sha256:51914d6255e59d666735c2f8ff5c3143bc745b2d7e98fbe86bf2a06c2266ebf4
Deleted: sha256:2503cc39f5e976b81fd064a80ed3bb82cb7be72e35de5899f26080510b98dd7d
Deleted: sha256:61926987bb1728938f8de2c66a4314a19764ad5fc2fa5cd8164c18bc72792237
Deleted: sha256:5d4dc4ba534567d3e92f92f160f7468f54f936a92c066472bec34d5fb667665b
Deleted: sha256:196030ee7d78fc258d238997df5d7d8b599a3e3b01b17428648792aea7819de8
Deleted: sha256:bb0cf9db2fb058e6f2c87aa9c736446a835887a789bd0e1a6ab673949fa950cd
Deleted: sha256:19cee0e51712ea93feb4b44ae538c3d05a1c9ccbea43383155399a3d8bcbddba
Deleted: sha256:73122be8707a7565e6ec5f4a3719d70326cb40e0f87711aa77f0666cdd6fbb0b
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220321180051]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f36115f3112e002825423f80875e594572634bd7bb9a1122912bef30dc5d796d]

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

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.
> 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 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.3.2/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 2h 24m 49s
141 actionable tasks: 91 executed, 46 from cache, 4 up-to-date

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

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