Skip to content
Failed

Console Output

Pull request #2469 updated
14:43:42 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 rather than 89607a2fc5a8915b0101e9c330c1792117a19e22
Obtained Jenkinsfile from a0b9c3d0b38abd4af1880ca3dde2845556dd2f70
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-05ee72c02b2491052) in /home/ubuntu/workspace/docker-py_PR-2469
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2469@tmp/d5a18c26-51c4-41ce-a42d-412154d14a9d/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:43:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:43:45 chowning workspace
[Pipeline] sh
14:43:45 + uname -m
[Pipeline] sh
14:43:45 + pwd
14:43:45 + id -u
14:43:45 + id -g
14:43:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2469:/workspace busybox chown -R 1000:1000 /workspace
14:43:45 Unable to find image 'busybox:latest' locally
14:43:45 latest: Pulling from library/busybox
14:43:45 0f8c40e1270f: Pulling fs layer
14:43:45 0f8c40e1270f: Download complete
14:43:45 0f8c40e1270f: Pull complete
14:43:45 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
14:43:45 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:43:47 Removing all docker containers
[Pipeline] sh
14:43:47 + docker container ls -aq
[Pipeline] echo
14:43:47 Docker containers have been removed
[Pipeline] echo
14:43:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:43:47 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:43:47 using credential docker-jenkins-github-credentials
14:43:47 Cloning the remote Git repository
14:43:47 Cloning with configured refspecs honoured and without tags
14:43:48 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2469 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2469/head:refs/remotes/origin/PR-2469 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2469/head:refs/remotes/origin/PR-2469 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2469/head:refs/remotes/origin/PR-2469 +refs/heads/master:refs/remotes/origin/master
14:43:48 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 89607a2fc5a8915b0101e9c330c1792117a19e22
14:43:48 Merge succeeded, producing 89607a2fc5a8915b0101e9c330c1792117a19e22
14:43:48 Checking out Revision 89607a2fc5a8915b0101e9c330c1792117a19e22 (PR-2469)
14:43:48 Commit message: "Fix remaining references to pypiwin32"
14:43:48 First time build. Skipping changelog.
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89607a2fc5a8915b0101e9c330c1792117a19e22
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89607a2fc5a8915b0101e9c330c1792117a19e22
 > git rev-list --no-walk 89346fab5221eb6077520734259b14e70df8e070 # timeout=10
14:43:49 + git rev-parse HEAD
[Pipeline] sh
14:43:50 + docker pull dockerbuildbot/docker-py:py2-89607a2fc5a8915b0101e9c330c1792117a19e22
14:43:50 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-89607a2fc5a8915b0101e9c330c1792117a19e22 not found: manifest unknown: manifest unknown
[Pipeline] sh
14:43:50 + docker build -t dockerbuildbot/docker-py:py2-89607a2fc5a8915b0101e9c330c1792117a19e22 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
14:43:50 Sending build context to Docker daemon  1.274MB

14:43:50 Step 1/19 : ARG PYTHON_VERSION=3.7
14:43:50 Step 2/19 : FROM python:${PYTHON_VERSION}
14:43:50 2.7: Pulling from library/python
14:43:50 16ea0e8c8879: Pulling fs layer
14:43:50 50024b0106d5: Pulling fs layer
14:43:50 ff95660c6937: Pulling fs layer
14:43:50 9c7d0e5c0bc2: Pulling fs layer
14:43:50 29c4fb388fdf: Pulling fs layer
14:43:50 02ced85d1576: Pulling fs layer
14:43:50 dfe2cd30976f: Pulling fs layer
14:43:50 d3ec517ed16e: Pulling fs layer
14:43:50 ed6982ebc0cc: Pulling fs layer
14:43:50 29c4fb388fdf: Waiting
14:43:50 02ced85d1576: Waiting
14:43:50 dfe2cd30976f: Waiting
14:43:50 d3ec517ed16e: Waiting
14:43:50 ed6982ebc0cc: Waiting
14:43:50 9c7d0e5c0bc2: Waiting
14:43:50 ff95660c6937: Verifying Checksum
14:43:50 ff95660c6937: Download complete
14:43:50 50024b0106d5: Verifying Checksum
14:43:50 50024b0106d5: Download complete
14:43:51 16ea0e8c8879: Verifying Checksum
14:43:51 16ea0e8c8879: Download complete
14:43:51 02ced85d1576: Verifying Checksum
14:43:51 02ced85d1576: Download complete
14:43:51 9c7d0e5c0bc2: Verifying Checksum
14:43:51 9c7d0e5c0bc2: Download complete
14:43:51 dfe2cd30976f: Verifying Checksum
14:43:51 dfe2cd30976f: Download complete
14:43:51 d3ec517ed16e: Verifying Checksum
14:43:51 d3ec517ed16e: Download complete
14:43:52 ed6982ebc0cc: Verifying Checksum
14:43:52 ed6982ebc0cc: Download complete
14:43:53 29c4fb388fdf: Verifying Checksum
14:43:53 29c4fb388fdf: Download complete
14:43:54 16ea0e8c8879: Pull complete
14:43:55 50024b0106d5: Pull complete
14:43:55 ff95660c6937: Pull complete
14:43:57 9c7d0e5c0bc2: Pull complete
14:44:04 29c4fb388fdf: Pull complete
14:44:04 02ced85d1576: Pull complete
14:44:04 dfe2cd30976f: Pull complete
14:44:05 d3ec517ed16e: Pull complete
14:44:05 ed6982ebc0cc: Pull complete
14:44:05 Digest: sha256:e1c1e537270f37fa1cc1d16d5f78eb8dc6836378fd903ec19fe81d4e50becdcb
14:44:05 Status: Downloaded newer image for python:2.7
14:44:05  ---> e8cff83571c6
14:44:05 Step 3/19 : ARG APT_MIRROR
14:44:07  ---> Running in 16158432fafa
14:44:07 Removing intermediate container 16158432fafa
14:44:07  ---> 66c9cf239e5a
14:44:07 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
14:44:07  ---> Running in 5418bd323204
14:44:09 Removing intermediate container 5418bd323204
14:44:09  ---> eaa5a983bd57
14:44:09 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
14:44:09  ---> Running in 7dd1dde07f18
14:44:10 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:44:10 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
14:44:10 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
14:44:10 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [158 kB]
14:44:10 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
14:44:10 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
14:44:12 Fetched 8308 kB in 2s (4787 kB/s)
14:44:12 Reading package lists...
14:44:13 Reading package lists...
14:44:13 Building dependency tree...
14:44:13 Reading state information...
14:44:13 curl is already the newest version (7.64.0-4).
14:44:13 The following additional packages will be installed:
14:44:13   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
14:44:13 Suggested packages:
14:44:13   libxml-simple-perl ruby
14:44:13 The following NEW packages will be installed:
14:44:13   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
14:44:13 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
14:44:13 Need to get 708 kB of archives.
14:44:13 After this operation, 1197 kB of additional disk space will be used.
14:44:13 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:44:13 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
14:44:13 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
14:44:13 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
14:44:13 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:44:13 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:44:13 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
14:44:13 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
14:44:13 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
14:44:13 debconf: delaying package configuration, since apt-utils is not installed
14:44:13 Fetched 708 kB in 0s (2629 kB/s)
14:44:13 Selecting previously unselected package gnupg2.
14:44:13 (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 ... 24526 files and directories currently installed.)
14:44:13 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
14:44:13 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:44:13 Selecting previously unselected package libqrencode4:amd64.
14:44:13 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
14:44:13 Unpacking libqrencode4:amd64 (4.0.2-1) ...
14:44:13 Selecting previously unselected package libxmu6:amd64.
14:44:13 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
14:44:13 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
14:44:13 Selecting previously unselected package libxmuu1:amd64.
14:44:13 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
14:44:13 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:44:13 Selecting previously unselected package tree.
14:44:13 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
14:44:13 Unpacking tree (1.8.0-1) ...
14:44:14 Selecting previously unselected package pass.
14:44:14 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
14:44:14 Unpacking pass (1.7.3-2) ...
14:44:14 Selecting previously unselected package qrencode.
14:44:14 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
14:44:14 Unpacking qrencode (4.0.2-1) ...
14:44:14 Selecting previously unselected package xauth.
14:44:14 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
14:44:14 Unpacking xauth (1:1.0.10-1) ...
14:44:14 Selecting previously unselected package xclip.
14:44:14 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
14:44:14 Unpacking xclip (0.13-1) ...
14:44:14 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:44:14 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
14:44:14 Setting up libqrencode4:amd64 (4.0.2-1) ...
14:44:14 Setting up qrencode (4.0.2-1) ...
14:44:14 Setting up tree (1.8.0-1) ...
14:44:14 Setting up xclip (0.13-1) ...
14:44:14 Setting up pass (1.7.3-2) ...
14:44:14 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:44:14 Setting up xauth (1:1.0.10-1) ...
14:44:14 Processing triggers for libc-bin (2.28-10) ...
14:44:15 Removing intermediate container 7dd1dde07f18
14:44:15  ---> 646eb3e678a3
14:44:15 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
14:44:15  ---> a7bb90e0362b
14:44:15 Step 7/19 : RUN gpg2 --import gpg-keys/secret
14:44:15  ---> Running in b07be416158f
14:44:16 gpg: directory '/root/.gnupg' created
14:44:16 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:44:16 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:44:16 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:44:16 gpg: key 464ED987A7B21401: secret key imported
14:44:16 gpg: Total number processed: 1
14:44:16 gpg:               imported: 1
14:44:16 gpg:       secret keys read: 1
14:44:16 gpg:   secret keys imported: 1
14:44:16 Removing intermediate container b07be416158f
14:44:16  ---> de5e3ba6f10b
14:44:16 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:44:16  ---> Running in d500d331dd50
14:44:17 gpg: inserting ownertrust of 6
14:44:18 Removing intermediate container d500d331dd50
14:44:18  ---> 058c60939266
14:44:18 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:44:18  ---> Running in 17193ce0d753
14:44:19 gpg: please do a --check-trustdb
14:44:19 mkdir: created directory '/root/.password-store/'
14:44:19 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:44:19 Removing intermediate container 17193ce0d753
14:44:19  ---> 7bb0a623fb9a
14:44:19 Step 10/19 : RUN gpg2 --check-trustdb
14:44:19  ---> Running in c9d39956a735
14:44:20 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:44:20 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:44:21 Removing intermediate container c9d39956a735
14:44:21  ---> 2dce8a6e9138
14:44:21 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
14:44:21  ---> Running in ebc4abed90d7
14:44:21 Removing intermediate container ebc4abed90d7
14:44:21  ---> 8862569f4478
14:44:21 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
14:44:21  ---> Running in 7029c38ef570
14:44:22 Removing intermediate container 7029c38ef570
14:44:22  ---> cc2a3a01daab
14:44:22 Step 13/19 : WORKDIR /src
14:44:22  ---> Running in d9e286b56d64
14:44:22 Removing intermediate container d9e286b56d64
14:44:22  ---> 47a4a6a70722
14:44:22 Step 14/19 : COPY requirements.txt /src/requirements.txt
14:44:23  ---> 6e189e5be1a3
14:44:23 Step 15/19 : RUN pip install -r requirements.txt
14:44:23  ---> Running in 4a391e8b920a
14:44:24 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
14:44:28 Collecting appdirs==1.4.3
14:44:29   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
14:44:29 Collecting asn1crypto==0.22.0
14:44:29   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
14:44:29 Collecting backports.ssl-match-hostname==3.5.0.1
14:44:29   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
14:44:30 Collecting cffi==1.10.0
14:44:30   Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
14:44:30 Collecting cryptography==2.3
14:44:30   Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB)
14:44:30 Collecting enum34==1.1.6
14:44:30   Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
14:44:30 Collecting idna==2.5
14:44:30   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
14:44:30 Collecting ipaddress==1.0.18
14:44:30   Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl
14:44:30 Collecting packaging==16.8
14:44:30   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
14:44:30 Collecting paramiko==2.4.2
14:44:30   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
14:44:30 Collecting pycparser==2.17
14:44:30   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
14:44:30 Collecting pyOpenSSL==18.0.0
14:44:30   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
14:44:31 Collecting pyparsing==2.2.0
14:44:31   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
14:44:31 ERROR: Could not find a version that satisfies the requirement pywin32==223 (from -r requirements.txt (line 14)) (from versions: none)
14:44:31 ERROR: No matching distribution found for pywin32==223 (from -r requirements.txt (line 14))
14:44:36 The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE