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 2020/10/18 12:56:51 UTC

Build failed in Jenkins: beam_PostCommit_Py_ValCont #6963

See <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/6963/display/redirect>

Changes:


------------------------------------------
[...truncated 1.81 MB...]

> Task :sdks:python:container:py38:copyDockerfileDependencies
Caching disabled for task ':sdks:python:container:py38:copyDockerfileDependencies' because:
  Caching has not been enabled for the task
Task ':sdks:python:container:py38:copyDockerfileDependencies' is not up-to-date because:
  No history is available.
:sdks:python:container:py38:copyDockerfileDependencies (Thread[Execution worker for ':',5,main]) completed. Took 0.076 secs.

> Task :sdks:python:container:installDependencies
Caching disabled for task ':sdks:python:container:installDependencies' because:
  Caching has not been enabled for the task
Task ':sdks:python:container:installDependencies' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
:sdks:python:container:installDependencies (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 2.301 secs.
:sdks:python:container:buildDarwinAmd64 (Thread[Execution worker for ':' Thread 3,5,main]) started.

> Task :sdks:python:container:buildDarwinAmd64 UP-TO-DATE
Caching disabled for task ':sdks:python:container:buildDarwinAmd64' because:
  Caching has not been enabled for the task
Skipping task ':sdks:python:container:buildDarwinAmd64' as it is up-to-date.
:sdks:python:container:buildDarwinAmd64 (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 1.074 secs.
:sdks:python:container:buildLinuxAmd64 (Thread[Execution worker for ':' Thread 3,5,main]) started.

> Task :sdks:python:container:buildLinuxAmd64 UP-TO-DATE
Caching disabled for task ':sdks:python:container:buildLinuxAmd64' because:
  Caching has not been enabled for the task
Skipping task ':sdks:python:container:buildLinuxAmd64' as it is up-to-date.
:sdks:python:container:buildLinuxAmd64 (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.995 secs.
:sdks:python:container:goBuild (Thread[Execution worker for ':' Thread 3,5,main]) started.

> Task :sdks:python:container:goBuild
Caching disabled for task ':sdks:python:container:goBuild' because:
  Caching has not been enabled for the task
Task ':sdks:python:container:goBuild' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
:sdks:python:container:goBuild (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.002 secs.
:sdks:python:container:py38:copyLauncherDependencies (Thread[Execution worker for ':' Thread 3,5,main]) started.

> Task :sdks:python:container:py38:copyLauncherDependencies
Caching disabled for task ':sdks:python:container:py38:copyLauncherDependencies' because:
  Caching has not been enabled for the task
Task ':sdks:python:container:py38:copyLauncherDependencies' is not up-to-date because:
  No history is available.
:sdks:python:container:py38:copyLauncherDependencies (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.228 secs.
:sdks:python:container:py38:dockerPrepare (Thread[Execution worker for ':' Thread 3,5,main]) started.

> Task :sdks:python:container:py38:dockerPrepare
Caching disabled for task ':sdks:python:container:py38:dockerPrepare' because:
  Caching has not been enabled for the task
Task ':sdks:python:container:py38:dockerPrepare' is not up-to-date because:
  No history is available.
file or directory '<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/container/py38/Dockerfile',> not found
:sdks:python:container:py38:dockerPrepare (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.232 secs.
:sdks:python:container:py38:docker (Thread[Execution worker for ':' Thread 3,5,main]) started.

> Task :sdks:python:container:py38:docker
Caching disabled for task ':sdks:python:container:py38:docker' because:
  Caching has not been enabled for the task
Task ':sdks:python:container:py38:docker' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/container/py38/build/docker> Command: docker build --no-cache --build-arg py_version=3.8 --build-arg pull_licenses=false -t us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20201018-125558 .
Successfully started process 'command 'docker''
Sending build context to Docker daemon  38.31MB
Step 1/23 : ARG py_version
Step 2/23 : FROM python:"${py_version}"-buster
3.8-buster: Pulling from library/python
Digest: sha256:8f4fc98cddde0c0618c6abccb54de52a25485b60bd5a3acc30c2c55ae732237f
Status: Downloaded newer image for python:3.8-buster
 ---> a52c041f5098
Step 3/23 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 6bf8e12ac272
Removing intermediate container 6bf8e12ac272
 ---> 176e8c83048a
Step 4/23 : ARG pull_licenses
 ---> Running in a4efa5c46a41
Removing intermediate container a4efa5c46a41
 ---> f2dd6221f671
Step 5/23 : RUN apt-get update &&     apt-get install -y        libsnappy-dev        libyaml-dev        ccache        &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 6ff5371ff97c
Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [235 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
Fetched 8388 kB in 2s (4053 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
libyaml-dev is already the newest version (0.2.1-1).
Suggested packages:
  distcc | icecc
The following NEW packages will be installed:
  ccache libsnappy-dev libsnappy1v5
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 203 kB of archives.
After this operation, 514 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 ccache amd64 3.6-1 [156 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libsnappy1v5 amd64 1.1.7-1 [17.0 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libsnappy-dev amd64 1.1.7-1 [29.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 203 kB in 0s (1939 kB/s)
Selecting previously unselected package ccache.
(Reading database ... 
(Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%(Reading database ... 24603 files and directories currently installed.)
Preparing to unpack .../ccache_3.6-1_amd64.deb ...
Unpacking ccache (3.6-1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../libsnappy1v5_1.1.7-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
Selecting previously unselected package libsnappy-dev:amd64.
Preparing to unpack .../libsnappy-dev_1.1.7-1_amd64.deb ...
Unpacking libsnappy-dev:amd64 (1.1.7-1) ...
Setting up ccache (3.6-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up libsnappy1v5:amd64 (1.1.7-1) ...
Setting up libsnappy-dev:amd64 (1.1.7-1) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 6ff5371ff97c
 ---> bbf62792c746
Step 6/23 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt
 ---> 241852c50f23
Step 7/23 : RUN     pip install -r /tmp/base_image_requirements.txt &&     python -c "from google.protobuf.internal import api_implementation; assert api_implementation._default_implementation_type == 'cpp'; print ('Verified fast protobuf used.')" &&     rm -rf /root/.cache/pip &&     rm -rf /tmp/base_image_requirements.txt
 ---> Running in 354a9b897027
Ignoring avro: markers 'python_version <= "2.7"' don't match your environment
Ignoring futures: markers 'python_version < "3.0"' don't match your environment
Ignoring pyvcf: markers 'python_version < "3.0"' don't match your environment
Ignoring typing: markers 'python_full_version < "3.5.3"' don't match your environment
Ignoring guppy: markers 'python_version <= "2.7"' don't match your environment
Ignoring numpy: markers 'python_version <= "2.7"' don't match your environment
Ignoring scipy: markers 'python_version <= "2.7"' don't match your environment
Ignoring pandas: markers 'python_version <= "2.7"' don't match your environment
Ignoring tensorflow: markers 'python_version <= "2.7"' don't match your environment
Collecting avro-python3==1.8.2
  Downloading avro-python3-1.8.2.tar.gz (36 kB)
Collecting fastavro==1.0.0.post1
  Downloading fastavro-1.0.0.post1-cp38-cp38-manylinux2014_x86_64.whl (1.7 MB)
Collecting crcmod==1.7
  Downloading crcmod-1.7.tar.gz (89 kB)
Collecting dill==0.3.1.1
  Downloading dill-0.3.1.1.tar.gz (151 kB)
Collecting future==0.18.2
  Downloading future-0.18.2.tar.gz (829 kB)
Collecting grpcio==1.29.0
  Downloading grpcio-1.29.0-cp38-cp38-manylinux2010_x86_64.whl (3.0 MB)
Collecting hdfs==2.5.8
  Downloading hdfs-2.5.8.tar.gz (41 kB)
Collecting httplib2==0.12.0
  Downloading httplib2-0.12.0.tar.gz (218 kB)
Collecting mock==2.0.0
  Downloading mock-2.0.0-py2.py3-none-any.whl (56 kB)
Collecting oauth2client==4.1.3
  Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
Collecting protobuf==3.12.2
  Downloading protobuf-3.12.2-cp38-cp38-manylinux1_x86_64.whl (1.3 MB)
Collecting pyarrow==0.16.0
  Downloading pyarrow-0.16.0-cp38-cp38-manylinux2014_x86_64.whl (63.2 MB)
Collecting pydot==1.4.1
  Downloading pydot-1.4.1-py2.py3-none-any.whl (19 kB)
Collecting pytz==2019.3
  Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB)
Collecting pyyaml==5.1
  Downloading PyYAML-5.1.tar.gz (274 kB)
Collecting typing-extensions==3.7.4.3
  Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Collecting google-api-core==1.22.0
  Downloading google_api_core-1.22.0-py2.py3-none-any.whl (91 kB)
Collecting google-apitools==0.5.28
  Downloading google-apitools-0.5.28.tar.gz (172 kB)
Collecting google-cloud-pubsub==1.0.2
  Downloading google_cloud_pubsub-1.0.2-py2.py3-none-any.whl (118 kB)
Collecting google-cloud-bigquery==1.26.1
  Downloading google_cloud_bigquery-1.26.1-py2.py3-none-any.whl (170 kB)
Collecting google-cloud-bigtable==1.0.0
  Downloading google_cloud_bigtable-1.0.0-py2.py3-none-any.whl (232 kB)
Collecting google-cloud-core==1.4.1
  Downloading google_cloud_core-1.4.1-py2.py3-none-any.whl (26 kB)
Collecting google-cloud-datastore==1.7.4
  Downloading google_cloud_datastore-1.7.4-py2.py3-none-any.whl (82 kB)
Collecting cython==0.29.13
  Downloading Cython-0.29.13.tar.gz (2.1 MB)

> Task :sdks:python:container:py38:docker FAILED
:sdks:python:container:py38:docker (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 37.86 secs.

FAILURE: Build failed with an exception.

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

* Try:
Run with --stacktrace option to get the stack trace. Run with --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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 52s
20 actionable tasks: 14 executed, 6 up-to-date
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=3537b377-e4e9-451f-8ca3-c5b9c992be5d, currentDir=<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src}>
Attempting to read last messages from the daemon log...
Daemon pid: 2265
  log file: /home/jenkins/.gradle/daemon/6.6.1/daemon-2265.out.log
----- Last  20 lines from daemon log file - daemon-2265.out.log -----
:sdks:python:container:py38:docker (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 37.86 secs.

FAILURE: Build failed with an exception.

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

* Try:
Run with --stacktrace option to get the stack trace. Run with --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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 52s
20 actionable tasks: 14 executed, 6 up-to-date
Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
----- End of the daemon log -----


FAILURE: Build failed with an exception.

* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

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

* Get more help at https://help.gradle.org
Build step 'Execute shell' marked build as failure
No JDK named ‘JDK 1.8 (latest)’ found

---------------------------------------------------------------------
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_PostCommit_Py_ValCont #6964

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


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