You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/11/25 00:32:52 UTC

Build failed in Jenkins: beam_Publish_Beam_SDK_Snapshots #4328

See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4328/display/redirect>

Changes:


------------------------------------------
[...truncated 1.93 MB...]
INFO:root:Successfully pulled licenses for 135 dependencies
Removing intermediate container 193c550e253e
 ---> 48f7f21494c0
Step 29/32 : FROM beam
 ---> e4830a1af841
Step 30/32 : ARG pull_licenses
 ---> Running in fd921d0e14b6
Removing intermediate container fd921d0e14b6
 ---> 617c03f640be
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> b1828c0672ae
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 006f32951692
Removing intermediate container 006f32951692
 ---> 988f9586f3f5
Successfully built 988f9586f3f5
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:2.44.0.dev

> Task :sdks:python:container:py37:docker
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 143 dependencies
Removing intermediate container b53c6c96f5fc
 ---> 6e04e054bab5
Step 29/32 : FROM beam
 ---> 002faef58aef
Step 30/32 : ARG pull_licenses
 ---> Running in 75f06a5bcaae
Removing intermediate container 75f06a5bcaae
 ---> c19ba56dfc31
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> b3ae95f9e4ac
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 4a1504ebf343
Removing intermediate container 4a1504ebf343
 ---> 57356f0f5b45

> Task :sdks:python:container:py38:docker
INFO:root:Successfully pulled licenses for 143 dependencies
Skip pulling license for  bs4
Removing intermediate container 1c5c68344f1a
 ---> 82e13554b1f7
Step 29/32 : FROM beam
 ---> dade269c57a7
Step 30/32 : ARG pull_licenses
 ---> Running in 9b918d21a2a5
Removing intermediate container 9b918d21a2a5
 ---> 55f7a95ee17a
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 8d7b03e6b541
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 7e9dc900c791

> Task :sdks:python:container:py310:dockerTag09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py37:dockerTag09606de8779ca284666581c7c2da314df4f9ddb1

> Task :sdks:python:container:py39:docker
Removing intermediate container 7c8a5dfe16aa
 ---> 2be703666ae1
Step 17/32 : COPY target/LICENSE /opt/apache/beam/
 ---> 877d0262224f
Step 18/32 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 5335e58d4082
Step 19/32 : COPY target/NOTICE /opt/apache/beam/
 ---> 9f6577dc0f90
Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 7b12b2bfcf4f
Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 3e3545f1bcfc
Removing intermediate container 3e3545f1bcfc
 ---> 0a1335e4f03f
Step 22/32 : FROM beam as third_party_licenses
 ---> 0a1335e4f03f
Step 23/32 : ARG pull_licenses
 ---> Running in a8a6470c3671
Removing intermediate container a8a6470c3671
 ---> 5db692e0f580
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> e1cd5c207771
Step 25/32 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 4889fc4b8468
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in fad25a4350ec
Removing intermediate container fad25a4350ec
 ---> 1ce41c783f44
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> a0c0f03c2451
Step 28/32 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<4.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in b5458ccb5385
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.5-py3-none-any.whl (17 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.9/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.9/site-packages (from tenacity) (1.16.0)
Building wheels for collected packages: PTable
  Building wheel for PTable (setup.py): started
  Building wheel for PTable (setup.py): finished with status 'done'
  Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22908 sha256=7ba7940760d3b4e5ccae8e7e4cd50b63c7bc3b7a531087c1a657966d02c1a836
  Stored in directory: /root/.cache/pip/wheels/76/1b/1b/5bec0ab28afde5214c43735d6760d01a5dda7603b83d679871
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-3.5.5
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
INFO:root:Successfully pulled licenses for 143 dependencies
Skip pulling license for  bs4
Removing intermediate container b5458ccb5385
 ---> 355f0ffbef42
Step 29/32 : FROM beam
 ---> 0a1335e4f03f
Step 30/32 : ARG pull_licenses
 ---> Running in 8dbe7be89143
Removing intermediate container 8dbe7be89143
 ---> a348b6c1ad5c
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> bea428ea5506
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in e447932a4fdf
Removing intermediate container e447932a4fdf
 ---> c75e487efb2e
Successfully built c75e487efb2e
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:2.44.0.dev

> Task :sdks:python:container:py39:dockerTag09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py38:dockerTag09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py310:dockerPush09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py37:dockerPush09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py39:dockerPush09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py38:dockerPush09606de8779ca284666581c7c2da314df4f9ddb1
> Task :sdks:python:container:py310:dockerTagLatest
> Task :sdks:python:container:py310:dockerPushLatest
> Task :sdks:python:container:py310:dockerTagsPush
> Task :sdks:python:container:py37:dockerTagLatest

> Task :sdks:python:container:py37:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_python3.7_sdk]
4b80d3e31351: Preparing
73939280d4e1: Preparing
594ff6c5c72a: Preparing
b5f603843d39: Preparing
59fdd431540c: Preparing
a1a5316e159d: Preparing
44249e7b116e: Preparing
f4608cf10ecb: Preparing
9a8a49d8a57d: Preparing
122f4f056e48: Preparing
3f88a379d452: Preparing
e4c7902417d5: Preparing
07aee69fbeb9: Preparing
f2ee92ec62df: Preparing
594ff6c5c72a: Waiting
3fcc2bae9ac3: Preparing
3c3040e02d68: Preparing
1a7a6da7a330: Preparing
e6e9854ca999: Preparing
397a239a053b: Preparing
89c3244a87b2: Preparing
b5f603843d39: Waiting
44249e7b116e: Waiting
80231db1194c: Preparing
f1c1f2298584: Preparing
59fdd431540c: Waiting
f4608cf10ecb: Waiting
ccba29d69370: Preparing
9a8a49d8a57d: Waiting
a1a5316e159d: Waiting
122f4f056e48: Waiting
e4c7902417d5: Waiting
397a239a053b: Waiting
07aee69fbeb9: Waiting
3f88a379d452: Waiting
89c3244a87b2: Waiting
ccba29d69370: Waiting
f2ee92ec62df: Waiting
1a7a6da7a330: Waiting
e6e9854ca999: Waiting
3c3040e02d68: Waiting
4b80d3e31351: Layer already exists
73939280d4e1: Layer already exists
594ff6c5c72a: Layer already exists
b5f603843d39: Layer already exists
59fdd431540c: Layer already exists
a1a5316e159d: Layer already exists
44249e7b116e: Layer already exists
f4608cf10ecb: Layer already exists
122f4f056e48: Layer already exists
9a8a49d8a57d: Layer already exists
3f88a379d452: Layer already exists
e4c7902417d5: Layer already exists
07aee69fbeb9: Layer already exists
f2ee92ec62df: Layer already exists
3fcc2bae9ac3: Layer already exists
3c3040e02d68: Layer already exists
1a7a6da7a330: Layer already exists
e6e9854ca999: Layer already exists
397a239a053b: Layer already exists
89c3244a87b2: Layer already exists
80231db1194c: Layer already exists
f1c1f2298584: Layer already exists
ccba29d69370: Layer already exists
latest: digest: sha256:23774b15cc90685311acc646859021bf71cfefbf8b44be8ee91579756eea25d5 size: 5156

> Task :sdks:python:container:py37:dockerTagsPush

> Task :sdks:python:container:py38:dockerPush09606de8779ca284666581c7c2da314df4f9ddb1
cecef205f35f: Pushed

> Task :sdks:python:container:py39:dockerPush09606de8779ca284666581c7c2da314df4f9ddb1
c4a78a096538: Pushed
09606de8779ca284666581c7c2da314df4f9ddb1: digest: sha256:6ca11c579273408ebb56b8c8fd1b671be465029ebb1d6c8c2461ef763f576320 size: 5156

> Task :sdks:python:container:py39:dockerTagLatest
> Task :sdks:python:container:py39:dockerPushLatest
> Task :sdks:python:container:py39:dockerTagsPush
> Task :sdks:python:container:py38:dockerTagLatest
> Task :sdks:python:container:py38:dockerPushLatest
> Task :sdks:python:container:py38:dockerTagsPush

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:java8:docker'.
> Process 'command 'docker'' 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 19m 17s
178 actionable tasks: 140 executed, 25 from cache, 13 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_Publish_Beam_SDK_Snapshots #4329

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4329/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org