See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow/1651/display/redirect>

Changes:


------------------------------------------
[...truncated 649.79 KB...]
#16 0.988 joblib==1.2.0
#16 0.988 keras==2.12.0rc1
#16 0.988 libclang==15.0.6.1
#16 0.988 Markdown==3.4.1
#16 0.988 MarkupSafe==2.1.2
#16 0.988 mmh3==3.0.0
#16 0.988 mock==5.0.1
#16 0.988 nltk==3.8.1
#16 0.988 nose==1.3.7
#16 0.988 numpy==1.23.5
#16 0.988 oauth2client==4.1.3
#16 0.988 oauthlib==3.2.2
#16 0.988 objsize==0.6.1
#16 0.988 opt-einsum==3.3.0
#16 0.988 orjson==3.8.7
#16 0.988 overrides==6.5.0
#16 0.988 packaging==23.0
#16 0.988 pandas==1.5.3
#16 0.988 parameterized==0.8.1
#16 0.988 pip==23.0.1
#16 0.988 pluggy==1.0.0
#16 0.988 proto-plus==1.22.2
#16 0.988 protobuf==4.22.1
#16 0.988 psycopg2-binary==2.9.5
#16 0.988 py==1.11.0
#16 0.988 pyarrow==9.0.0
#16 0.988 pyasn1==0.4.8
#16 0.988 pyasn1-modules==0.2.8
#16 0.988 pycparser==2.21
#16 0.988 pydot==1.4.2
#16 0.988 PyHamcrest==1.10.1
#16 0.988 pymongo==4.3.3
#16 0.988 PyMySQL==1.0.2
#16 0.988 pyparsing==3.0.9
#16 0.988 pytest==7.2.2
#16 0.988 pytest-forked==1.6.0
#16 0.988 pytest-timeout==2.1.0
#16 0.988 pytest-xdist==2.5.0
#16 0.988 python-dateutil==2.8.2
#16 0.988 python-snappy==0.6.1
#16 0.988 pytz==2022.7.1
#16 0.988 PyYAML==6.0
#16 0.988 regex==2022.10.31
#16 0.988 requests==2.28.2
#16 0.988 requests-mock==1.10.0
#16 0.988 requests-oauthlib==1.3.1
#16 0.988 rsa==4.9
#16 0.988 scikit-learn==1.2.2
#16 0.988 scipy==1.10.1
#16 0.988 setuptools==67.6.0
#16 0.988 six==1.16.0
#16 0.988 sortedcontainers==2.4.0
#16 0.988 soupsieve==2.4
#16 0.988 SQLAlchemy==1.4.46
#16 0.988 sqlparse==0.4.3
#16 0.988 tenacity==5.1.5
#16 0.988 tensorboard==2.12.0
#16 0.988 tensorboard-data-server==0.7.0
#16 0.988 tensorboard-plugin-wit==1.8.1
#16 0.988 tensorflow==2.12.0rc1
#16 0.988 tensorflow-estimator==2.12.0rc0
#16 0.988 tensorflow-io-gcs-filesystem==0.31.0
#16 0.988 termcolor==2.2.0
#16 0.988 testcontainers==3.7.1
#16 0.988 threadpoolctl==3.1.0
#16 0.988 tomli==2.0.1
#16 0.988 tqdm==4.65.0
#16 0.988 typing_extensions==4.5.0
#16 0.988 urllib3==1.26.14
#16 0.988 websocket-client==1.5.1
#16 0.988 Werkzeug==2.2.3
#16 0.988 wheel==0.40.0
#16 0.988 wrapt==1.14.1
#16 0.988 zstandard==0.20.0
#16 DONE 1.1s

#17 [beam 13/16] COPY target/LICENSE /opt/apache/beam/
#17 DONE 0.0s

#18 [beam 14/16] COPY target/LICENSE.python /opt/apache/beam/
#18 DONE 0.0s

#19 [beam 15/16] COPY target/NOTICE /opt/apache/beam/
#19 DONE 0.0s

#20 [beam 16/16] COPY target/launcher/linux_amd64/boot /opt/apache/beam/
#20 DONE 0.2s

#21 [third_party_licenses 1/5] COPY target/license_scripts /tmp/license_scripts/
#21 DONE 0.1s

#22 [third_party_licenses 2/5] COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#22 DONE 0.1s

#23 [third_party_licenses 3/5] RUN rm 
/opt/apache/beam/third_party_licenses/golang/LICENSE
#23 DONE 0.3s

#24 [third_party_licenses 4/5] COPY target/license_scripts /tmp/license_scripts/
#24 DONE 0.0s

#25 [third_party_licenses 5/5] RUN if [ "true" = "true" ] ; then       pip 
install 'pip-licenses<4.0.0' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
#25 1.075 Collecting pip-licenses<4.0.0
#25 1.150   Downloading pip_licenses-3.5.5-py3-none-any.whl (17 kB)
#25 1.159 Requirement already satisfied: pyyaml in 
/usr/local/lib/python3.10/site-packages (6.0)
#25 1.160 Requirement already satisfied: tenacity in 
/usr/local/lib/python3.10/site-packages (5.1.5)
#25 1.198 Collecting PTable
#25 1.213   Downloading PTable-0.9.2.tar.gz (31 kB)
#25 1.231   Preparing metadata (setup.py): started
#25 1.570   Preparing metadata (setup.py): finished with status 'done'
#25 1.582 Requirement already satisfied: six>=1.9.0 in 
/usr/local/lib/python3.10/site-packages (from tenacity) (1.16.0)
#25 1.587 Building wheels for collected packages: PTable
#25 1.588   Building wheel for PTable (setup.py): started
#25 2.098   Building wheel for PTable (setup.py): finished with status 'done'
#25 2.099   Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl 
size=22908 
sha256=897ec743679459df1757aed1df41bf0a8ad0b12b948fcc4f96dce06c3f0f9763
#25 2.100   Stored in directory: 
/root/.cache/pip/wheels/bc/88/52/f2e9fc70f3a657cf256e9b01a8a42938c4c5ee69118d51ed90
#25 2.103 Successfully built PTable
#25 3.097 Installing collected packages: PTable, pip-licenses
#25 3.179 Successfully installed PTable-0.9.2 pip-licenses-3.5.5
#25 3.180 WARNING: Running pip as the 'root' user can result in broken 
permissions and conflicting behaviour with the system package manager. It is 
recommended to use a virtual environment instead: 
https://pip.pypa.io/warnings/venv
#25 15.57 Skip pulling license for  bs4
#25 15.57 INFO:root:Successfully pulled licenses for 132 dependencies
#25 DONE 15.7s

#26 [stage-2 1/2] COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
#26 DONE 0.1s

#27 [stage-2 2/2] RUN if [ "true" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
#27 DONE 0.4s

#28 exporting to image
#28 exporting layers
#28 exporting layers 14.3s done
#28 writing image 
sha256:374e7687f0c49ad41904ca7a77c9fd93f9a02e6a689bf00a3b1a1210ef90cf08 done
#28 naming to docker.io/apache/beam_python3.10_sdk:2.47.0.dev done
#28 DONE 14.3s

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer
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/python]
54cfd6863508: Preparing
04d693b4287d: Preparing
9c15d1e96d1d: Preparing
0cdc1fccf0c0: Preparing
e8be649f27c3: Preparing
6e173ba40393: Preparing
d5fb87bfe206: Preparing
b97ea27ca147: Preparing
ea05ddfd20bd: Preparing
911fe9a43308: Preparing
23792c9e48f9: Preparing
3766f791642d: Preparing
74381b29541d: Preparing
22de3097c148: Preparing
f9a9a3ff8932: Preparing
99f69f6f99a8: Preparing
5d5d9daaa5e5: Preparing
b2f5d6c61925: Preparing
d6054790f4e6: Preparing
ea05ddfd20bd: Waiting
e48e7a1ca5ed: Preparing
6e173ba40393: Waiting
911fe9a43308: Waiting
5c563cc8b216: Preparing
d4514f8b2aac: Preparing
23792c9e48f9: Waiting
5ab567b9150b: Preparing
d5fb87bfe206: Waiting
3766f791642d: Waiting
a90e3914fb92: Preparing
b97ea27ca147: Waiting
053a1f71007e: Preparing
74381b29541d: Waiting
ec09eb83ea03: Preparing
22de3097c148: Waiting
d6054790f4e6: Waiting
b2f5d6c61925: Waiting
f9a9a3ff8932: Waiting
99f69f6f99a8: Waiting
5c563cc8b216: Waiting
e48e7a1ca5ed: Waiting
5d5d9daaa5e5: Waiting
5ab567b9150b: Waiting
053a1f71007e: Waiting
e8be649f27c3: Pushed
04d693b4287d: Pushed
0cdc1fccf0c0: Pushed
54cfd6863508: Pushed
9c15d1e96d1d: Pushed
6e173ba40393: Pushed
d5fb87bfe206: Pushed
b97ea27ca147: Pushed
911fe9a43308: Pushed
3766f791642d: Pushed
23792c9e48f9: Pushed
99f69f6f99a8: Pushed
5d5d9daaa5e5: Pushed
22de3097c148: Pushed
b2f5d6c61925: Layer already exists
d6054790f4e6: Layer already exists
e48e7a1ca5ed: Layer already exists
5c563cc8b216: Layer already exists
d4514f8b2aac: Layer already exists
a90e3914fb92: Layer already exists
5ab567b9150b: Layer already exists
053a1f71007e: Layer already exists
ec09eb83ea03: Layer already exists
ea05ddfd20bd: Pushed
74381b29541d: Pushed
f9a9a3ff8932: Pushed
20230325061741: digest: 
sha256:d8ad792f305e3bf9971958a17d71c901aa03060d2650f71b5b734ed24777e604 size: 
5774

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:pullLicenses'.
> Process 'command './license_scripts/license_script.sh'' 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.

* 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 10m 38s
170 actionable tasks: 112 executed, 52 from cache, 6 up-to-date

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

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