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/07/08 23:04:02 UTC

Build failed in Jenkins: beam_PreCommit_PythonDocker_Cron #3262

See <https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/3262/display/redirect?page=changes>

Changes:

[bulat.safiullin] [Website] change case studies link from staging to relative path

[bulat.safiullin] [Website] add I/O Connectors link to dropdown list, updating link to

[noreply] Merge pull request #22096 from [Playground] Infrastructure for sharing

[noreply] Support dependencies and remote registration in the typescript SDK.

[noreply] [BEAM-13015, #22050] Make SDK harness msec counters faster using ordered

[noreply] Fix default type inference of CombinePerKey. (#16351)


------------------------------------------
[...truncated 84.93 KB...]
0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded.
Need to get 495 kB of archives.
After this operation, 1425 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 ccache amd64 4.2-1 [446 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libsnappy1v5 amd64 1.1.8-1 [17.9 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 libsnappy-dev amd64 1.1.8-1 [31.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 495 kB in 0s (3781 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 ... 23422 files and directories currently installed.)
Preparing to unpack .../ccache_4.2-1_amd64.deb ...
Unpacking ccache (4.2-1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../libsnappy1v5_1.1.8-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.8-1) ...
Selecting previously unselected package libsnappy-dev:amd64.
Preparing to unpack .../libsnappy-dev_1.1.8-1_amd64.deb ...
Unpacking libsnappy-dev:amd64 (1.1.8-1) ...
Setting up ccache (4.2-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up libsnappy1v5:amd64 (1.1.8-1) ...
Setting up libsnappy-dev:amd64 (1.1.8-1) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
Removing intermediate container 78a51556016a
 ---> ba3563f84bae
Step 5/31 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt
 ---> 544c7b2bff28
Step 6/31 : RUN     pip install --no-deps -r /tmp/base_image_requirements.txt &&     python -c "import nltk; nltk.download('stopwords')" &&     rm /root/nltk_data/corpora/stopwords.zip &&     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 6106f637ef52
Collecting absl-py==1.1.0
  Downloading absl_py-1.1.0-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.7/123.7 KB 4.8 MB/s eta 0:00:00
Collecting astunparse==1.6.3
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
ERROR: Could not find a version that satisfies the requirement atomicwrites==1.4.0 (from versions: 1.4.1)
ERROR: No matching distribution found for atomicwrites==1.4.0
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
The command '/bin/sh -c pip install --no-deps -r /tmp/base_image_requirements.txt &&     python -c "import nltk; nltk.download('stopwords')" &&     rm /root/nltk_data/corpora/stopwords.zip &&     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' returned a non-zero code: 1

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

> Task :sdks:python:container:py38:docker
Caching disabled for task ':sdks:python:container:py38:docker' because:
  Gradle would require more information to cache this 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_PreCommit_PythonDocker_Cron/ws/src/sdks/python/container/py38/build/docker> Command: docker build --no-cache --build-arg py_version=3.8 --build-arg pull_licenses=true -t apache/beam_python3.8_sdk:2.41.0.dev .
Successfully started process 'command 'docker''
Sending build context to Docker daemon  16.69MB
Step 1/31 : ARG py_version
Step 2/31 : FROM python:"${py_version}"-bullseye as beam
3.8-bullseye: Pulling from library/python
Digest: sha256:2a01d88a1684e6d7f08030cf5ae73b536926c64076cab197e9e3d9f699255283
Status: Downloaded newer image for python:3.8-bullseye
 ---> a603f4f4683f
Step 3/31 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 77fe4be7a348
Removing intermediate container 77fe4be7a348
 ---> e1433fa2c927
Step 4/31 : RUN apt-get update &&     apt-get install -y        libsnappy-dev        libyaml-dev        ccache        &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 28eb175297e5
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [164 kB]
Fetched 8548 kB in 2s (4617 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
libyaml-dev is already the newest version (0.2.2-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 14 not upgraded.
Need to get 495 kB of archives.
After this operation, 1425 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 ccache amd64 4.2-1 [446 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libsnappy1v5 amd64 1.1.8-1 [17.9 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 libsnappy-dev amd64 1.1.8-1 [31.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 495 kB in 0s (3757 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 ... 23422 files and directories currently installed.)
Preparing to unpack .../ccache_4.2-1_amd64.deb ...
Unpacking ccache (4.2-1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../libsnappy1v5_1.1.8-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.8-1) ...
Selecting previously unselected package libsnappy-dev:amd64.
Preparing to unpack .../libsnappy-dev_1.1.8-1_amd64.deb ...
Unpacking libsnappy-dev:amd64 (1.1.8-1) ...
Setting up ccache (4.2-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up libsnappy1v5:amd64 (1.1.8-1) ...
Setting up libsnappy-dev:amd64 (1.1.8-1) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
Removing intermediate container 28eb175297e5
 ---> 847a047ace4e
Step 5/31 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt
 ---> e9fa1841cd85
Step 6/31 : RUN     pip install --no-deps -r /tmp/base_image_requirements.txt &&     python -c "import nltk; nltk.download('stopwords')" &&     rm /root/nltk_data/corpora/stopwords.zip &&     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 8b28612ee563
Collecting absl-py==1.1.0
  Downloading absl_py-1.1.0-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.7/123.7 KB 4.4 MB/s eta 0:00:00
Collecting astunparse==1.6.3
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
ERROR: Could not find a version that satisfies the requirement atomicwrites==1.4.0 (from versions: 1.4.1)
ERROR: No matching distribution found for atomicwrites==1.4.0
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
The command '/bin/sh -c pip install --no-deps -r /tmp/base_image_requirements.txt &&     python -c "import nltk; nltk.download('stopwords')" &&     rm /root/nltk_data/corpora/stopwords.zip &&     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' returned a non-zero code: 1

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

> Task :sdks:python:container:py39:docker
Caching disabled for task ':sdks:python:container:py39:docker' because:
  Gradle would require more information to cache this task
Task ':sdks:python:container:py39: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_PreCommit_PythonDocker_Cron/ws/src/sdks/python/container/py39/build/docker> Command: docker build --no-cache --build-arg py_version=3.9 --build-arg pull_licenses=true -t apache/beam_python3.9_sdk:2.41.0.dev .
Successfully started process 'command 'docker''
Sending build context to Docker daemon  16.69MB
Step 1/31 : ARG py_version
Step 2/31 : FROM python:"${py_version}"-bullseye as beam
3.9-bullseye: Pulling from library/python
Digest: sha256:2760485581e8be743ef0d2203cffa71760d1690b29b08ea42b98141fc9b93e41
Status: Downloaded newer image for python:3.9-bullseye
 ---> 9ac24a438a75
Step 3/31 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 35bc7afaa8f2
Removing intermediate container 35bc7afaa8f2
 ---> 58920fc67bf6
Step 4/31 : RUN apt-get update &&     apt-get install -y        libsnappy-dev        libyaml-dev        ccache        &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 99ddc40e32d7
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [164 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
Fetched 8548 kB in 2s (4330 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
libyaml-dev is already the newest version (0.2.2-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 14 not upgraded.
Need to get 495 kB of archives.
After this operation, 1425 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 ccache amd64 4.2-1 [446 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libsnappy1v5 amd64 1.1.8-1 [17.9 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 libsnappy-dev amd64 1.1.8-1 [31.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 495 kB in 0s (3740 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 ... 23422 files and directories currently installed.)
Preparing to unpack .../ccache_4.2-1_amd64.deb ...
Unpacking ccache (4.2-1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../libsnappy1v5_1.1.8-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.8-1) ...
Selecting previously unselected package libsnappy-dev:amd64.
Preparing to unpack .../libsnappy-dev_1.1.8-1_amd64.deb ...
Unpacking libsnappy-dev:amd64 (1.1.8-1) ...
Setting up ccache (4.2-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up libsnappy1v5:amd64 (1.1.8-1) ...
Setting up libsnappy-dev:amd64 (1.1.8-1) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
Removing intermediate container 99ddc40e32d7
 ---> 340aa4813c46
Step 5/31 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt
 ---> db3de0a03bf8
Step 6/31 : RUN     pip install --no-deps -r /tmp/base_image_requirements.txt &&     python -c "import nltk; nltk.download('stopwords')" &&     rm /root/nltk_data/corpora/stopwords.zip &&     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 65fc87abcd4d
Collecting absl-py==1.1.0
  Downloading absl_py-1.1.0-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.7/123.7 KB 4.8 MB/s eta 0:00:00
Collecting astunparse==1.6.3
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
ERROR: Could not find a version that satisfies the requirement atomicwrites==1.4.0 (from versions: 1.4.1)
ERROR: No matching distribution found for atomicwrites==1.4.0
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
The command '/bin/sh -c pip install --no-deps -r /tmp/base_image_requirements.txt &&     python -c "import nltk; nltk.download('stopwords')" &&     rm /root/nltk_data/corpora/stopwords.zip &&     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' returned a non-zero code: 1

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

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py37: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.
> Run with --scan to get full insights.
==============================================================================

2: Task 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 1

* 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.
==============================================================================

3: Task 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.
> Run with --scan to get full insights.
==============================================================================

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

BUILD FAILED in 1m 36s
42 actionable tasks: 32 executed, 4 from cache, 6 up-to-date

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

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 #3263

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


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