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 2019/10/03 19:55:31 UTC

Build failed in Jenkins: beam_PostCommit_Py_ValCont #4461

See <https://builds.apache.org/job/beam_PostCommit_Py_ValCont/4461/display/redirect>

Changes:


------------------------------------------
[...truncated 460.34 KB...]
> Task :sdks:python:container:py36:dockerPrepare
Build cache key for task ':sdks:python:container:py36:dockerPrepare' is 2c932695d33a1afaaf42d4d29423445a
Caching disabled for task ':sdks:python:container:py36:dockerPrepare': Caching has not been enabled for the task
Task ':sdks:python:container:py36:dockerPrepare' is not up-to-date because:
  No history is available.
:sdks:python:container:py36:dockerPrepare (Thread[Execution worker for ':',5,main]) completed. Took 0.188 secs.
:sdks:python:container:py36:docker (Thread[Execution worker for ':',5,main]) started.

> Task :sdks:python:container:py36:docker
Caching disabled for task ':sdks:python:container:py36:docker': Caching has not been enabled for the task
Task ':sdks:python:container:py36:docker' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: <https://builds.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/container/py36/build/docker> Command: docker build --no-cache --build-arg py_version=3.6 -t us.gcr.io/apache-beam-testing/jenkins/python3.6_sdk:20191003-195448 .
Successfully started process 'command 'docker''
Sending build context to Docker daemon  34.12MB
Step 1/10 : ARG py_version
Step 2/10 : FROM python:"${py_version}"-stretch
3.6-stretch: Pulling from library/python
092586df9206: Already exists
ef599477fae0: Already exists
4530c6472b5d: Already exists
d34d61487075: Already exists
87fc2710b63f: Already exists
d8d026f66492: Already exists
37f641ab98e8: Pulling fs layer
9b5aa74afb7d: Pulling fs layer
558891f1ffe2: Pulling fs layer
9b5aa74afb7d: Download complete
558891f1ffe2: Verifying Checksum
558891f1ffe2: Download complete
37f641ab98e8: Verifying Checksum
37f641ab98e8: Download complete
37f641ab98e8: Pull complete
9b5aa74afb7d: Pull complete
558891f1ffe2: Pull complete
Digest: sha256:9e09c50eca706ea4099812b168d086dd81c9ab6762ca5714744677a92d793a08
Status: Downloaded newer image for python:3.6-stretch
 ---> 36509c62ad26
Step 3/10 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 30eb33b19b8f
Removing intermediate container 30eb33b19b8f
 ---> 3e8db5f7017b
Step 4/10 : RUN apt-get update &&     apt-get install -y        libsnappy-dev        libyaml-dev        &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 55bb8578c624
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:4 http://deb.debian.org/debian stretch Release [118 kB]
Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
Fetched 7918 kB in 1s (4452 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
libyaml-dev is already the newest version (0.1.7-2).
The following NEW packages will be installed:
  libsnappy-dev libsnappy1v5
0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded.
Need to get 117 kB of archives.
After this operation, 254 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 libsnappy1v5 amd64 1.1.3-3 [51.0 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 libsnappy-dev amd64 1.1.3-3 [65.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 117 kB in 0s (2041 kB/s)
Selecting previously unselected package libsnappy1v5:amd64.
(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 ... 30537 files and directories currently installed.)
Preparing to unpack .../libsnappy1v5_1.1.3-3_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.3-3) ...
Selecting previously unselected package libsnappy-dev:amd64.
Preparing to unpack .../libsnappy-dev_1.1.3-3_amd64.deb ...
Unpacking libsnappy-dev:amd64 (1.1.3-3) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up libsnappy1v5:amd64 (1.1.3-3) ...
Setting up libsnappy-dev:amd64 (1.1.3-3) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Removing intermediate container 55bb8578c624
 ---> bf67d6881d61
Step 5/10 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt
 ---> c0f1ad61b2f7
Step 6/10 : 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 342cc53e060c
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 googledatastore: markers 'python_version < "3.0"' don't match your environment
Collecting avro-python3==1.8.2 (from -r /tmp/base_image_requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/63/b4/7a81640bb69c844c912987007ba36276c29690d6fde2cd41fec16cd24c3b/avro-python3-1.8.2.tar.gz
Collecting fastavro==0.21.24 (from -r /tmp/base_image_requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/e1/28/0206330c0002b1e28e21473117d0dc813defbd5891562d27af5c68c93899/fastavro-0.21.24-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
Collecting crcmod==1.7 (from -r /tmp/base_image_requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b/crcmod-1.7.tar.gz (89kB)
Collecting dill==0.2.9 (from -r /tmp/base_image_requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/fe/42/bfe2e0857bc284cbe6a011d93f2a9ad58a22cb894461b199ae72cfef0f29/dill-0.2.9.tar.gz (150kB)
Collecting future==0.17.1 (from -r /tmp/base_image_requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
Collecting grpcio==1.22.0 (from -r /tmp/base_image_requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/f2/5d/b434403adb2db8853a97828d3d19f2032e79d630e0d11a8e95d243103a11/grpcio-1.22.0-cp36-cp36m-manylinux1_x86_64.whl (2.2MB)
Collecting hdfs==2.5.6 (from -r /tmp/base_image_requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/fc/2f/c25777cbc9eb31c8f5faf07ca016cd724963ada3781a0c02f29636a7cea2/hdfs-2.5.6.tar.gz (41kB)
Collecting httplib2==0.12.0 (from -r /tmp/base_image_requirements.txt (line 35))
  Downloading https://files.pythonhosted.org/packages/ce/ed/803905d670b52fa0edfdd135337e545b4496c2ab3a222f1449b7256eb99f/httplib2-0.12.0.tar.gz (218kB)
Collecting mock==2.0.0 (from -r /tmp/base_image_requirements.txt (line 36))
  Downloading https://files.pythonhosted.org/packages/e6/35/f187bdf23be87092bd0f1200d43d23076cee4d0dec109f195173fd3ebc79/mock-2.0.0-py2.py3-none-any.whl (56kB)
Collecting oauth2client==3.0.0 (from -r /tmp/base_image_requirements.txt (line 37))
  Downloading https://files.pythonhosted.org/packages/c0/7b/bc893e35d6ca46a72faa4b9eaac25c687ce60e1fbe978993fe2de1b0ff0d/oauth2client-3.0.0.tar.gz (77kB)
Collecting protobuf==3.9.0 (from -r /tmp/base_image_requirements.txt (line 38))
  Downloading https://files.pythonhosted.org/packages/dc/0e/e7cdff89745986c984ba58e6ff6541bc5c388dd9ab9d7d312b3b1532584a/protobuf-3.9.0-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
Collecting pyarrow==0.14.0 (from -r /tmp/base_image_requirements.txt (line 39))
  Downloading https://files.pythonhosted.org/packages/95/af/9a4adfabb716f94e31da4ff5fa01eb37283d6b842bc1f92f50a5b662b02d/pyarrow-0.14.0-cp36-cp36m-manylinux1_x86_64.whl (31.6MB)
Collecting pydot==1.4.1 (from -r /tmp/base_image_requirements.txt (line 40))
  Downloading https://files.pythonhosted.org/packages/33/d1/b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2/pydot-1.4.1-py2.py3-none-any.whl
Collecting pytz==2019.1 (from -r /tmp/base_image_requirements.txt (line 41))
  Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
Collecting pyyaml==3.13 (from -r /tmp/base_image_requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting typing==3.6.6 (from -r /tmp/base_image_requirements.txt (line 44))
  Downloading https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting nose==1.3.7 (from -r /tmp/base_image_requirements.txt (line 47))
  Downloading https://files.pythonhosted.org/packages/15/d8/dd071918c040f50fa1cf80da16423af51ff8ce4a0f2399b7bf8de45ac3d9/nose-1.3.7-py3-none-any.whl (154kB)
Collecting google-apitools==0.5.28 (from -r /tmp/base_image_requirements.txt (line 50))
  Downloading https://files.pythonhosted.org/packages/7f/32/df3e36fd705a00092f1ffa9f41ce1df8dcb594ae313d239b87861a41fc2e/google-apitools-0.5.28.tar.gz (172kB)
Collecting google-cloud-pubsub==0.39.1 (from -r /tmp/base_image_requirements.txt (line 52))
  Downloading https://files.pythonhosted.org/packages/c0/9a/4455b1c1450e9b912855b58ca6eee7a27ff1e9b52e4d98c243d93256f469/google_cloud_pubsub-0.39.1-py2.py3-none-any.whl (99kB)
Collecting google-cloud-bigquery==1.17.0 (from -r /tmp/base_image_requirements.txt (line 53))
  Downloading https://files.pythonhosted.org/packages/d7/72/e88edd9a0b3c16a7b2c4107b1a9d3ff182b84a29f051ae15293e1375d7fe/google_cloud_bigquery-1.17.0-py2.py3-none-any.whl (140kB)
Collecting proto-google-cloud-datastore-v1==0.90.4 (from -r /tmp/base_image_requirements.txt (line 54))
  Downloading https://files.pythonhosted.org/packages/2a/1f/4124f15e1132a2eeeaf616d825990bb1d395b4c2c37362654ea5cd89bb42/proto-google-cloud-datastore-v1-0.90.4.tar.gz
Collecting google-cloud-bigtable==0.32.1 (from -r /tmp/base_image_requirements.txt (line 55))
  Downloading https://files.pythonhosted.org/packages/15/81/df8ec275ea39885744ec058f2bbcf393669a423eac18cc6a7707dc4b77d9/google_cloud_bigtable-0.32.1-py2.py3-none-any.whl (156kB)
Collecting google-cloud-core==1.0.2 (from -r /tmp/base_image_requirements.txt (line 56))
  Downloading https://files.pythonhosted.org/packages/98/7f/ff56aec313787577e262d5a2e306c04aef61c5c274699ff9fb40095e6691/google_cloud_core-1.0.2-py2.py3-none-any.whl
Collecting google-cloud-datastore==1.7.4 (from -r /tmp/base_image_requirements.txt (line 57))
  Downloading https://files.pythonhosted.org/packages/d0/aa/29cbcf8cf7d08ce2d55b9dce858f7c632b434cb6451bed17cb4275804217/google_cloud_datastore-1.7.4-py2.py3-none-any.whl (82kB)
Collecting cython==0.29.10 (from -r /tmp/base_image_requirements.txt (line 60))
  Downloading https://files.pythonhosted.org/packages/5d/7e/d2a81d821193c88113e3613f2df456a4d7b1b15bd4551e97978e8107e3ef/Cython-0.29.10-cp36-cp36m-manylinux1_x86_64.whl (2.1MB)
Collecting python-snappy==0.5.4 (from -r /tmp/base_image_requirements.txt (line 61))
  Downloading https://files.pythonhosted.org/packages/45/35/65d9f8cc537129894b4b32647d80212d1fa342877581c5b8a69872cea8be/python-snappy-0.5.4.tar.gz
Collecting numpy==1.16.4 (from -r /tmp/base_image_requirements.txt (line 64))
  Downloading https://files.pythonhosted.org/packages/87/2d/e4656149cbadd3a8a0369fcd1a9c7d61cc7b87b3903b85389c70c989a696/numpy-1.16.4-cp36-cp36m-manylinux1_x86_64.whl (17.3MB)
Collecting scipy==1.2.2 (from -r /tmp/base_image_requirements.txt (line 65))
  Downloading https://files.pythonhosted.org/packages/83/69/20c8f3b7efe362093dff891239551ff90d4c463b5f52676e2694fea09442/scipy-1.2.2-cp36-cp36m-manylinux1_x86_64.whl (24.8MB)
Collecting pandas==0.24.2 (from -r /tmp/base_image_requirements.txt (line 66))
  Downloading https://files.pythonhosted.org/packages/19/74/e50234bc82c553fecdbd566d8650801e3fe2d6d8c8d940638e3d8a7c5522/pandas-0.24.2-cp36-cp36m-manylinux1_x86_64.whl (10.1MB)
Collecting protorpc==0.12.0 (from -r /tmp/base_image_requirements.txt (line 67))
  Downloading https://files.pythonhosted.org/packages/35/b8/b2f80dcf1aa7d29fc8e8d01da88a7b65028c0785973a79f4acf32a036b8e/protorpc-0.12.0.tar.gz (117kB)
Collecting python-gflags==3.0.6 (from -r /tmp/base_image_requirements.txt (line 68))
  Downloading https://files.pythonhosted.org/packages/91/97/84778286b3a1c0d52533a35a0b70a477050df2b83229f56e99c7a0f2d9d6/python-gflags-3.0.6.tar.gz (49kB)
Collecting tensorflow==1.14.0 (from -r /tmp/base_image_requirements.txt (line 70))
  Downloading https://files.pythonhosted.org/packages/de/f0/96fb2e0412ae9692dbf400e5b04432885f677ad6241c088ccc5fe7724d69/tensorflow-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (109.2MB)
ERROR: Exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py", line 397, in _error_catcher
    yield
  File "/usr/local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py", line 479, in read
    data = self._fp.read(amt)
  File "/usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "/usr/local/lib/python3.6/http/client.py", line 459, in read
    n = self.readinto(b)
  File "/usr/local/lib/python3.6/http/client.py", line 503, in readinto
    n = self.fp.readinto(b)
  File "/usr/local/lib/python3.6/socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "/usr/local/lib/python3.6/ssl.py", line 1012, in recv_into
    return self.read(nbytes, buffer)
  File "/usr/local/lib/python3.6/ssl.py", line 874, in read
    return self._sslobj.read(len, buffer)
  File "/usr/local/lib/python3.6/ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 188, in main
    status = self.run(options, args)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 345, in run
    resolver.resolve(requirement_set)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 196, in resolve
    self._resolve_one(requirement_set, req)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 359, in _resolve_one
    abstract_dist = self._get_abstract_dist_for(req_to_install)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 307, in _get_abstract_dist_for
    self.require_hashes
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/operations/prepare.py", line 199, in prepare_linked_requirement
    progress_bar=self.progress_bar
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/download.py", line 1064, in unpack_url
    progress_bar=progress_bar
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/download.py", line 924, in unpack_http_url
    progress_bar)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/download.py", line 1152, in _download_http_url
    _download_url(resp, link, content_file, hashes, progress_bar)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/download.py", line 861, in _download_url
    hashes.check_against_chunks(downloaded_chunks)
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/utils/hashes.py", line 75, in check_against_chunks
    for chunk in chunks:
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/download.py", line 829, in written_chunks
    for chunk in chunks:
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/utils/ui.py", line 156, in iter
    for x in it:
  File "/usr/local/lib/python3.6/site-packages/pip/_internal/download.py", line 818, in resp_read
    decode_content=False):
  File "/usr/local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py", line 531, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "/usr/local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py", line 496, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "/usr/local/lib/python3.6/contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py", line 415, in _error_catcher
    raise ProtocolError('Connection broken: %r' % e, e)
pip._vendor.urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
The command '/bin/sh -c 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' returned a non-zero code: 2

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

FAILURE: Build failed with an exception.

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

* 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 40s
18 actionable tasks: 12 executed, 6 up-to-date

Publishing build scan...
https://gradle.com/s/6p3blrn24ylpy

Build step 'Execute shell' 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_PostCommit_Py_ValCont #4462

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Py_ValCont/4462/display/redirect?page=changes>


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