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

Changes:

[bulat.safiullin] [Website] update python-dependencies.md link #23478

[bulat.safiullin] [Website] update styles of iframe with video #23499

[bulat.safiullin] [Website] add version.html to shortcodes, update jet.md 22985


------------------------------------------
[...truncated 41.57 KB...]
    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.2.2 setuptools-65.4.1 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 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.2.post1-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.11.1 pyyaml-5.4.1 six-1.16.0 
soupsieve-2.3.2.post1 tenacity-5.1.5
Executing python 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>
        
--manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 256 dependencies using 16 threads.
INFO:root:Replaced local file URL with 
file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 8.358552 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:goPrepare UP-TO-DATE

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ go get github.com/apache/beam/sdks/v2/java/container
go: downloading github.com/apache/beam/sdks/v2 v2.41.0
go: downloading github.com/apache/beam v2.41.0+incompatible
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.48.0
go: downloading golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: downloading google.golang.org/protobuf v1.28.0
go: downloading google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container 
--save_path=/output/licenses

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

> Task :sdks:java:container:goBuild
/home/jenkins/go/bin/go1.18.1 build -o ./build/target/linux_amd64/boot boot.go 
boot_test.go

> Task :release:go-licenses:java:dockerRun
W1010 18:02:17.811753      29 library.go:94] "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

> Task :sdks:java:container:java8:copySdkHarnessLauncher
Execution optimizations have been disabled for task 
':sdks:java:container:java8:copySdkHarnessLauncher' to ensure correctness due 
to the following reasons:
  - Gradle detected a problem with the following location: 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java8:copySdkHarnessLauncher' uses this 
output of task ':sdks:java:container:downloadCloudProfilerAgent' without 
declaring an explicit or implicit dependency. This can lead to incorrect 
results being produced, depending on what order the tasks are executed. Please 
refer to 
https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency
 for more details about this problem.
  - Gradle detected a problem with the following location: 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java8:copySdkHarnessLauncher' uses this 
output of task ':sdks:java:container:pullLicenses' without declaring an 
explicit or implicit dependency. This can lead to incorrect results being 
produced, depending on what order the tasks are executed. Please refer to 
https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency
 for more details about this problem.

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1010 18:02:22.084077     177 library.go:94] "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/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause
golang.org/x/net,https://cs.opensource.google/go/x/net/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/042d03aeabc9/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.48.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.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

> 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]
cafcbdcbe6a7: Preparing
2dfd02f2e032: Preparing
2472deb8aab6: Preparing
f8da9abbf682: Preparing
5f803e0c57e2: Preparing
5b978815200f: Preparing
dc4c45b510e9: Preparing
506d7b762d0a: Preparing
bbe1c0248919: Preparing
d7612a790834: Preparing
244616325df4: Preparing
b6153bc20d9d: Preparing
ab5c081ff9ca: Preparing
63a1b7fe0434: Preparing
46798aa57fb9: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
dc4c45b510e9: Waiting
9b55156abf26: Preparing
bbe1c0248919: Waiting
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
b626401ef603: Waiting
53a0b163e995: Waiting
d7612a790834: Waiting
244616325df4: Waiting
9b55156abf26: Waiting
b6153bc20d9d: Waiting
293d5db30c9f: Waiting
6b5aaff44254: Waiting
03127cdb479b: Waiting
63a1b7fe0434: Waiting
9c742cd6c7a5: Waiting
ab5c081ff9ca: Waiting
506d7b762d0a: Waiting
5b978815200f: Waiting
2dfd02f2e032: Pushed
5f803e0c57e2: Pushed
f8da9abbf682: Pushed
2472deb8aab6: Pushed
cafcbdcbe6a7: Pushed
d7612a790834: Pushed
dc4c45b510e9: Pushed
506d7b762d0a: Pushed
bbe1c0248919: Pushed
5b978815200f: Pushed
b6153bc20d9d: Pushed
63a1b7fe0434: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
46798aa57fb9: Pushed
244616325df4: Pushed
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
ab5c081ff9ca: Pushed
20221010180144: digest: 
sha256:36761d3f873aa570cb4f3eebfeb4e1b7e3798bfc2aa2a27dbbb4991999c858ae size: 
4935

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

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

13 tests completed, 1 failed

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221010180144
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:36761d3f873aa570cb4f3eebfeb4e1b7e3798bfc2aa2a27dbbb4991999c858ae
Deleted: sha256:cb05bc0d0981dfef5ac489384b6685cca1e9a16f531299622cc482678cd03cce
Deleted: sha256:f410391b897d7046a76872041af6a301626b235822c834d1f3363b04d2bb0b04
Deleted: sha256:7ca5ca5b17493e216f2680450df7b80a0a79c844d9f4baa2fb60d94a4832c84b
Deleted: sha256:c30b88767f050b334d92048cb735581be3ff57c206b12d82eb8f1ec83bfe68b3
Deleted: sha256:05b3563395d31d58b1b1caf97314895ce60f3167ad09d8411cf041cc866527b0
Deleted: sha256:f12732486ce1ab420975e818ca3762fbcad4dd18dfe115a757fde9d3508a2466
Deleted: sha256:147c1ee6dcdd13c872206bc570a034c1c42a499e33676a024e76c8aef06d29b4
Deleted: sha256:b769ef00ab926424cc653dfe853bd63f7fce0961e25ed36d9a25b0aa831ed9ef
Deleted: sha256:dc2d80f5e546fd665953254d1402b156188908bdf30ac86a886ac0b3a1af627f
Deleted: sha256:7ca2c18e8880e2d820f9446dabd57a7926e7ba8dd6b8f5a41bf126d53c4848d2
Deleted: sha256:47d9442cfb3a73d6524bedc8bfe0f233907a87d859489be094284ffffdd64027
Deleted: sha256:86f0cf0dc7aa4b7cbf23714888c808be519ab5342eb61586a4086133e986d2f5
Deleted: sha256:a7c0c4b5f3cd5ece5b8b8533b13d9829dcac7a95530bac9eb7e2dfba73ec152c
Deleted: sha256:dff027cd85b1e7531703b7c0c5e0181353b51a84bda9536d7e23ea57c8608939
Deleted: sha256:bfa700b886c65bb531a3fc5cff728bb514ce90d09e9dfcc86a233051c3d98818
Deleted: sha256:af576c5bda01483a75ad060b8f53c3912e1ff8823168c8b7ff90a1e3c2d31069
Deleted: sha256:cccd834da446b1dd7f0c26b61b132f4cf2dcb484056ad58606d2bb791e3ab7b9
Deleted: sha256:fb798e378c0b059fcf98fe98642d24c4e5d467db235b50d39cf7e734a82b3dd1
Deleted: sha256:96ac10a2d5e26d7cebcc298b53fd734a0367d7ad878d8d5529069acea4232e17
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221010180144]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:36761d3f873aa570cb4f3eebfeb4e1b7e3798bfc2aa2a27dbbb4991999c858ae]

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

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/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.

* 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 35m 58s
112 actionable tasks: 73 executed, 35 from cache, 4 up-to-date

Publishing build scan...
https://gradle.com/s/6m2uizaho7dsw

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