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

Changes:


------------------------------------------
[...truncated 1.49 MB...]
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 296009c20e6d
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 100e55b20833
Removing intermediate container 100e55b20833
 ---> 59b3b4dc27b5
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> e3388f518e39
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 
'pip-licenses<3.0.0' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 3760ca1f78e8
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.8/site-packages 
(6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.8/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in 
/usr/local/lib/python3.8/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=22925 
sha256=c992d96409e6cdb83cdf13bee06db5aa322cebcd1be59ef4c336ccdc9f5110d2
  Stored in directory: 
/root/.cache/pip/wheels/1b/3a/02/8d8da2bca2223dda2f827949c88b2d82dc85dccbc2bb6265e5
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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
WARNING: You are using pip version 21.2.4; however, version 22.0.4 is 
available.
You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.

> Task :sdks:python:container:py39:docker
Removing intermediate container 527ee3a645d2
 ---> 3610911d4469
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> fb5ed46651cc
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 597d741dacea
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 8b23dfbfe3a9
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> a4cae3958b9b
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 2f6159cd2578
Removing intermediate container 2f6159cd2578
 ---> c5b944a482ab
Step 21/31 : FROM beam as third_party_licenses
 ---> c5b944a482ab
Step 22/31 : ARG pull_licenses
 ---> Running in b0b8486cd704
Removing intermediate container b0b8486cd704
 ---> 396966c7e762
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 9c8de7cbdb4e
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 70deb94440ad
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in be9edd8bdc94
Removing intermediate container be9edd8bdc94
 ---> 2d6f669424a1
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> b454ef4d9ee0
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 
'pip-licenses<3.0.0' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 7f2fcceacd3e
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 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)
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=22925 
sha256=61eb1572a388db86985a68fac5a20aca311b80b677921a0825afd22a9d5691e2
  Stored in directory: 
/root/.cache/pip/wheels/b8/d5/8b/e0c9765594e0dc8093aae5f67eacc08b9b533da598c710b54a
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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
WARNING: You are using pip version 21.2.4; however, version 22.0.4 is 
available.
You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.
INFO:root:Successfully pulled licenses for 137 dependencies
Skip pulling license for  bs4
Removing intermediate container 7f2fcceacd3e
 ---> 41616cb30c73
Step 28/31 : FROM beam
 ---> c5b944a482ab
Step 29/31 : ARG pull_licenses
 ---> Running in eb84c8b94518
Removing intermediate container eb84c8b94518
 ---> e7f151590f44
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 399ae51ecd3a
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 1cfcb7909523

> Task :sdks:python:container:py37:docker
INFO:root:Successfully pulled licenses for 138 dependencies
Skip pulling license for  bs4
Removing intermediate container 408fcb6daf74
 ---> 8b2debc22cd0
Step 28/31 : FROM beam
 ---> e2f596b10722
Step 29/31 : ARG pull_licenses
 ---> Running in e7136f298cbc
Removing intermediate container e7136f298cbc
 ---> 43d85fa60276
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 3fc4ac80b04c
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 75a9de8b6cbc
Removing intermediate container 75a9de8b6cbc
 ---> f46af8aa209d
Successfully built f46af8aa209d
Successfully tagged 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.7_sdk:2.38.0.dev

> Task 
> :sdks:python:container:py37:dockerTag2a23166f738182f4553a79b8fc44c46e10705e76

> Task :sdks:python:container:py38:docker
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 137 dependencies
Removing intermediate container 3760ca1f78e8
 ---> 1187e3770341
Step 28/31 : FROM beam
 ---> 9b342e1db51f
Step 29/31 : ARG pull_licenses
 ---> Running in ee7d15d55a9a
Removing intermediate container ee7d15d55a9a
 ---> 0b652fb399d7
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 15625208cb48
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 547edca33bd8

> Task :sdks:python:container:py36:docker
Removing intermediate container 3b595d6ed794
 ---> edf67a478f55
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> 1bf7a849a4f7
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 2d7ad24ffada
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 071e47043420
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> c5bec16107e7
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 67bee8cb89f1
Removing intermediate container 67bee8cb89f1
 ---> 10a4bcd46dcc
Step 21/31 : FROM beam as third_party_licenses
 ---> 10a4bcd46dcc
Step 22/31 : ARG pull_licenses
 ---> Running in ef47ad0f0d45
Removing intermediate container ef47ad0f0d45
 ---> 5833978beae2
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 74bb03ea59bb
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 19d91650e0fe
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in e66252ced88e
Removing intermediate container e66252ced88e
 ---> 89629dc2999d
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> da36ff0c0e2a
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 
'pip-licenses<3.0.0' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 519730afbfc6
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages 
(6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in 
/usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 
sha256=f85deb0fb41ed2dbf985e19f7b35c24572d2a992550a719ede76a78abe2ec5e2
  Stored in directory: 
/root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is 
available.
You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.
INFO:root:Successfully pulled licenses for 139 dependencies
Skip pulling license for  bs4
Removing intermediate container 519730afbfc6
 ---> c6d042fbbb38
Step 28/31 : FROM beam
 ---> 10a4bcd46dcc
Step 29/31 : ARG pull_licenses
 ---> Running in 3dac0a4a1b21
Removing intermediate container 3dac0a4a1b21
 ---> 1e87e9fb8d9b
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 45210ab821ad
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 1817f055244a

> Task 
> :sdks:python:container:py38:dockerTag2a23166f738182f4553a79b8fc44c46e10705e76
> Task 
> :sdks:python:container:py36:dockerTag2a23166f738182f4553a79b8fc44c46e10705e76
> Task 
> :sdks:python:container:py39:dockerTag2a23166f738182f4553a79b8fc44c46e10705e76
> Task 
> :sdks:python:container:py37:dockerPush2a23166f738182f4553a79b8fc44c46e10705e76
> Task 
> :sdks:python:container:py38:dockerPush2a23166f738182f4553a79b8fc44c46e10705e76
> Task 
> :sdks:python:container:py36:dockerPush2a23166f738182f4553a79b8fc44c46e10705e76
> Task 
> :sdks:python:container:py39:dockerPush2a23166f738182f4553a79b8fc44c46e10705e76
> Task :sdks:python:container:py36:dockerTagLatest
> Task :sdks:python:container:py36:dockerPushLatest
> Task :sdks:python:container:py36:dockerTagsPush
> Task :sdks:python:container:py37:dockerTagLatest
> Task :sdks:python:container:py37:dockerPushLatest
> Task :sdks:python:container:py37:dockerTagsPush
> 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:core:generateGrammarSource'.
> Failed to load cache entry for task ':sdks:java:core:generateGrammarSource'

* 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 3 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 22m 21s
138 actionable tasks: 112 executed, 13 from cache, 13 up-to-date

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

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