See <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/6731/display/redirect>
Changes: ------------------------------------------ [...truncated 2.12 MB...] Create distribution tar file apache-beam.tar.gz in <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/build> :sdks:python:sdist (Thread[Execution worker for ':',5,main]) completed. Took 4.601 secs. :sdks:python:container:py37:copyDockerfileDependencies (Thread[Execution worker for ':',5,main]) started. > Task :sdks:python:container:py37:copyDockerfileDependencies Build cache key for task ':sdks:python:container:py37:copyDockerfileDependencies' is 8627048157658e053b21e8bedb51f195 Caching disabled for task ':sdks:python:container:py37:copyDockerfileDependencies': Caching has not been enabled for the task Task ':sdks:python:container:py37:copyDockerfileDependencies' is not up-to-date because: No history is available. :sdks:python:container:py37:copyDockerfileDependencies (Thread[Execution worker for ':',5,main]) completed. Took 0.058 secs. :sdks:python:container:py37:dockerPrepare (Thread[Execution worker for ':',5,main]) started. > Task :sdks:python:container:py37:dockerPrepare Build cache key for task ':sdks:python:container:py37:dockerPrepare' is bac4514713e0b2b8787d9a035a8913d9 Caching disabled for task ':sdks:python:container:py37:dockerPrepare': Caching has not been enabled for the task Task ':sdks:python:container:py37:dockerPrepare' is not up-to-date because: No history is available. :sdks:python:container:py37:dockerPrepare (Thread[Execution worker for ':',5,main]) completed. Took 0.204 secs. :sdks:python:container:py37:docker (Thread[Execution worker for ':',5,main]) started. > Task :sdks:python:container:py37:docker Caching disabled for task ':sdks:python:container:py37:docker': Caching has not been enabled for the task Task ':sdks:python:container:py37: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/py37/build/docker> Command: docker build --no-cache --build-arg py_version=3.7 --build-arg pull_licenses=false -t us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20200821-070506 . Successfully started process 'command 'docker'' Sending build context to Docker daemon 39.31MB Step 1/18 : ARG py_version Step 2/18 : FROM python:"${py_version}"-buster 3.7-buster: Pulling from library/python Digest: sha256:adcf3f5676eac0b978c123c991bcfdcced7a6e947e48eb62a5e45f441eae24d8 Status: Downloaded newer image for python:3.7-buster ---> 5c1cd4638fb7 Step 3/18 : MAINTAINER "Apache Beam <[email protected]>" ---> Running in 6eb89b056330 Removing intermediate container 6eb89b056330 ---> ddb3a123779f Step 4/18 : ARG pull_licenses ---> Running in af1ee975c18b Removing intermediate container af1ee975c18b ---> c8ee30400b5e Step 5/18 : RUN apt-get update && apt-get install -y libsnappy-dev libyaml-dev ccache && rm -rf /var/lib/apt/lists/* ---> Running in 4d176e7b5a29 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [122 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 [220 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 8374 kB in 4s (1989 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] [91mdebconf: delaying package configuration, since apt-utils is not installed [0mFetched 203 kB in 0s (1046 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 ... 24604 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 4d176e7b5a29 ---> a36fb2b73f75 Step 6/18 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt ---> 931037b47409 Step 7/18 : 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 ---> Running in 20eb2a9270b8 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==0.23.3 Downloading fastavro-0.23.3-cp37-cp37m-manylinux2010_x86_64.whl (1.4 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-cp37-cp37m-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==3.0.0 Downloading oauth2client-3.0.0.tar.gz (77 kB) Collecting protobuf==3.12.2 Downloading protobuf-3.12.2-cp37-cp37m-manylinux1_x86_64.whl (1.3 MB) Collecting pyarrow==0.16.0 Downloading pyarrow-0.16.0-cp37-cp37m-manylinux2014_x86_64.whl (63.1 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.1 Downloading typing_extensions-3.7.4.1-py3-none-any.whl (20 kB) Collecting google-api-core==1.21.0 Downloading google_api_core-1.21.0-py2.py3-none-any.whl (90 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.1.0 Downloading google_cloud_core-1.1.0-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-cp37-cp37m-manylinux1_x86_64.whl (2.1 MB) Collecting guppy3==3.0.9 Downloading guppy3-3.0.9-cp37-cp37m-manylinux1_x86_64.whl (614 kB) Collecting numpy==1.17.3 Downloading numpy-1.17.3-cp37-cp37m-manylinux1_x86_64.whl (20.0 MB) Collecting scipy==1.4.1 Downloading scipy-1.4.1-cp37-cp37m-manylinux1_x86_64.whl (26.1 MB) Collecting pandas==0.25.2 Downloading pandas-0.25.2-cp37-cp37m-manylinux1_x86_64.whl (10.4 MB) Collecting protorpc==0.12.0 Downloading protorpc-0.12.0.tar.gz (117 kB) Collecting python-gflags==3.0.6 Downloading python-gflags-3.0.6.tar.gz (49 kB) Collecting tensorflow==2.2.0 Downloading tensorflow-2.2.0-cp37-cp37m-manylinux2010_x86_64.whl (516.2 MB) Collecting pymongo==3.9.0 Downloading pymongo-3.9.0-cp37-cp37m-manylinux1_x86_64.whl (447 kB) Collecting tenacity>=5.0.2 Downloading tenacity-6.2.0-py2.py3-none-any.whl (24 kB) Collecting pyhamcrest<2.0,>=1.9 Downloading PyHamcrest-1.10.1-py3-none-any.whl (48 kB) Collecting nose==1.3.7 Downloading nose-1.3.7-py3-none-any.whl (154 kB) Collecting six>=1.5.2 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting docopt Downloading docopt-0.6.2.tar.gz (25 kB) Collecting requests>=2.7.0 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) Collecting pbr>=0.11 Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB) Collecting pyasn1>=0.1.7 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pyasn1-modules>=0.0.5 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting rsa>=3.1.4 Downloading rsa-4.6-py3-none-any.whl (47 kB) Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from protobuf==3.12.2->-r /tmp/base_image_requirements.txt (line 38)) (49.6.0) Collecting pyparsing>=2.1.4 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting google-auth<2.0dev,>=1.18.0 Downloading google_auth-1.20.1-py2.py3-none-any.whl (91 kB) Collecting googleapis-common-protos<2.0dev,>=1.6.0 Downloading googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) Collecting fasteners>=0.14 Downloading fasteners-0.15-py2.py3-none-any.whl (23 kB) Collecting grpc-google-iam-v1<0.13dev,>=0.12.3 Downloading grpc-google-iam-v1-0.12.3.tar.gz (13 kB) Collecting google-resumable-media<2.0dev,>=0.5.0 Downloading google_resumable_media-0.7.1-py2.py3-none-any.whl (42 kB) Collecting python-dateutil>=2.6.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting google-pasta>=0.1.8 Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) Collecting astunparse==1.6.3 Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting tensorboard<2.3.0,>=2.2.0 Downloading tensorboard-2.2.2-py3-none-any.whl (3.0 MB) The message received from the daemon indicates that the daemon has disappeared. Build request sent: Build{id=522c8d77-8018-4543-a321-b854a410782e, currentDir=<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src}> Attempting to read last messages from the daemon log... Daemon pid: 26106 log file: /home/jenkins/.gradle/daemon/5.2.1/daemon-26106.out.log ----- Last 20 lines from daemon log file - daemon-26106.out.log ----- Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting google-auth<2.0dev,>=1.18.0 Downloading google_auth-1.20.1-py2.py3-none-any.whl (91 kB) Collecting googleapis-common-protos<2.0dev,>=1.6.0 Downloading googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) Collecting fasteners>=0.14 Downloading fasteners-0.15-py2.py3-none-any.whl (23 kB) Collecting grpc-google-iam-v1<0.13dev,>=0.12.3 Downloading grpc-google-iam-v1-0.12.3.tar.gz (13 kB) Collecting google-resumable-media<2.0dev,>=0.5.0 Downloading google_resumable_media-0.7.1-py2.py3-none-any.whl (42 kB) Collecting python-dateutil>=2.6.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting google-pasta>=0.1.8 Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) Collecting astunparse==1.6.3 Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting tensorboard<2.3.0,>=2.2.0 Downloading tensorboard-2.2.2-py3-none-any.whl (3.0 MB) 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
