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/20 17:15:32 UTC

Build failed in Jenkins: beam_PreCommit_PythonDocker_Cron #3801

See <https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/3801/display/redirect>

Changes:


------------------------------------------
[...truncated 1.53 MB...]
idna==3.4
importlib-metadata==5.0.0
iniconfig==1.1.1
joblib==1.2.0
keras==2.10.0
Keras-Preprocessing==1.1.2
libclang==14.0.6
Markdown==3.4.1
MarkupSafe==2.1.1
mmh3==3.0.0
mock==2.0.0
msgpack==1.0.4
nltk==3.7
nose==1.3.7
numpy==1.21.6
oauth2client==4.1.3
oauthlib==3.2.2
objsize==0.5.2
opt-einsum==3.3.0
orjson==3.8.0
overrides==6.5.0
packaging==21.3
pandas==1.3.5
parameterized==0.8.1
pbr==5.11.0
pip==22.3.1
pluggy==1.0.0
proto-plus==1.22.1
protobuf==3.19.6
psycopg2-binary==2.9.4
py==1.11.0
pyarrow==9.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.3
PyMySQL==1.0.2
pyparsing==3.0.9
pytest==7.1.3
pytest-forked==1.4.0
pytest-timeout==2.1.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
python-snappy==0.6.1
pytz==2022.5
PyYAML==6.0
regex==2022.9.13
requests==2.28.1
requests-mock==1.10.0
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn==1.0.2
scipy==1.7.3
setuptools==65.6.0
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.42
sqlparse==0.4.3
tenacity==5.1.5
tensorboard==2.10.1
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.10.0
tensorflow-estimator==2.10.0
tensorflow-io-gcs-filesystem==0.27.0
termcolor==2.0.1
testcontainers==3.7.0
threadpoolctl==3.1.0
tomli==2.0.1
tqdm==4.64.1
typing_extensions==4.4.0
uritemplate==4.1.1
urllib3==1.26.12
websocket-client==1.4.1
Werkzeug==2.2.2
wheel==0.38.4
wrapt==1.14.1
zipp==3.9.0
zstandard==0.18.0
Removing intermediate container 66ae095caa1a
 ---> 46ffb083ce2a
Step 17/32 : COPY target/LICENSE /opt/apache/beam/
 ---> e664d088d37b
Step 18/32 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 540274d74271
Step 19/32 : COPY target/NOTICE /opt/apache/beam/
 ---> 680664e204c5
Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 194e4e9092b6
Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in be73d83526c5
Removing intermediate container be73d83526c5
 ---> 722e7aa779bb
Step 22/32 : FROM beam as third_party_licenses
 ---> 722e7aa779bb
Step 23/32 : ARG pull_licenses
 ---> Running in 7f4a6f90c3fa
Removing intermediate container 7f4a6f90c3fa
 ---> 570a97c52573
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> ee16f082742f
Step 25/32 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> e13af6085b5d
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in e3222e82f39b
Removing intermediate container e3222e82f39b
 ---> 6c05d590aaf0
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 65f167a3ebd8
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 5d4d2f0880e8
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.7/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.7/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.7/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=17e89d05b091e438d606d5b529a52df3e227f5e2144f8748abf7c75a4c856c85
  Stored in directory: /root/.cache/pip/wheels/06/7f/53/a4d4981283f05f4678f6765305901f2f43911384b5bddfe8d9
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 5d4d2f0880e8
 ---> 1f810e1f804f
Step 29/32 : FROM beam
 ---> 722e7aa779bb
Step 30/32 : ARG pull_licenses
 ---> Running in bde0e49ed3c2
Removing intermediate container bde0e49ed3c2
 ---> 5b93f2ade06d
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 87a9e651258a
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 0417d07d3139
Removing intermediate container 0417d07d3139
 ---> 404680f42ac1
Successfully built 404680f42ac1
Successfully tagged apache/beam_python3.7_sdk:2.44.0.dev
:sdks:python:container:py37:docker (Thread[Execution worker Thread 6,5,main]) completed. Took 11 mins 34.43 secs.

> Task :sdks:python:container:py38:docker
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 143 dependencies
Removing intermediate container 672ce8ef2890
 ---> 6efb75278ca6
Step 29/32 : FROM beam
 ---> ba904829f75b
Step 30/32 : ARG pull_licenses
 ---> Running in c37f6821c67f
Removing intermediate container c37f6821c67f
 ---> 7517cf60d282
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 21f7957ad73c
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in bdbf57e7ae13

> Task :sdks:python:container:py310:docker
 ---> Running in 671b92e6cf6c
Removing intermediate container 671b92e6cf6c
 ---> 0218df515a28
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 1f97678a4cb9
Step 25/32 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> b93eb16f3ec1
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in d6e6b5fc8cda
Removing intermediate container d6e6b5fc8cda
 ---> 7b81c8fc3e96
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 9a6008be6e59
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 9c4c7c455525
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.10/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.10/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.10/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=2064e29dd02dfd6d74cc5e0d6c3b3bcf0f3f3fd907eb3500c48dd212b5bf1caf
  Stored in directory: /root/.cache/pip/wheels/62/2a/42/c655cf57d84ab59535337af009892aaf16256a813826b465f7
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
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 135 dependencies
Removing intermediate container 9c4c7c455525
 ---> 2bfb89ad4c8c
Step 29/32 : FROM beam
 ---> 046cd4448364
Step 30/32 : ARG pull_licenses
 ---> Running in 2316229b2aa5
Removing intermediate container 2316229b2aa5
 ---> 388fde7b0686
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 19c198f77050
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 4e17dcddbb57
Removing intermediate container 4e17dcddbb57
 ---> 434d210cbf34
Successfully built 434d210cbf34
Successfully tagged apache/beam_python3.10_sdk:2.44.0.dev
:sdks:python:container:py310:docker (Thread[Execution worker Thread 5,5,main]) completed. Took 11 mins 34.602 secs.

> Task :sdks:python:container:py38:docker
Removing intermediate container bdbf57e7ae13
 ---> 99fcbf38a9cb
Successfully built 99fcbf38a9cb
Successfully tagged apache/beam_python3.8_sdk:2.44.0.dev
:sdks:python:container:py38:docker (Thread[Execution worker Thread 2,5,main]) completed. Took 11 mins 34.695 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:container:py39:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 13m 1s
50 actionable tasks: 39 executed, 4 from cache, 7 up-to-date

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

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_PreCommit_PythonDocker_Cron #3802

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


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