Skip to content
Failed

Console Output

Pull request #2469 updated
17:24:38 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 rather than 017472ba86cbcc9f2985c722506b312997deb42e
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-06de5a6c4d4afabdb) 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/1b320fd6-9953-4e94-b0b8-282816c79a8d/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
17:24:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:24:42 chowning workspace
[Pipeline] sh
17:24:42 + uname -m
[Pipeline] sh
17:24:43 + pwd
17:24:43 + id -u
17:24:43 + id -g
17:24:43 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2469:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:24:43 Removing all docker containers
[Pipeline] sh
17:24:44 + docker container ls -aq
[Pipeline] echo
17:24:44 Docker containers have been removed
[Pipeline] echo
17:24:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:24:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
17:24:44 using credential docker-jenkins-github-credentials
17:24:44 Cloning the remote Git repository
17:24:44 Cloning with configured refspecs honoured and without tags
17:24:45 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
17:24:45 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 017472ba86cbcc9f2985c722506b312997deb42e
17:24:45 Merge succeeded, producing 017472ba86cbcc9f2985c722506b312997deb42e
17:24:45 Checking out Revision 017472ba86cbcc9f2985c722506b312997deb42e (PR-2469)
17:24:45 Commit message: "Fix remaining references to pypiwin32"
17:24:45 First time build. Skipping changelog.
[Pipeline] sh
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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 017472ba86cbcc9f2985c722506b312997deb42e
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 017472ba86cbcc9f2985c722506b312997deb42e
 > git rev-list --no-walk 89607a2fc5a8915b0101e9c330c1792117a19e22 # timeout=10
17:24:46 + git rev-parse HEAD
[Pipeline] sh
17:24:46 + docker pull dockerbuildbot/docker-py:py2-017472ba86cbcc9f2985c722506b312997deb42e
17:24:46 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-017472ba86cbcc9f2985c722506b312997deb42e not found: manifest unknown: manifest unknown
[Pipeline] sh
17:24:47 + docker build -t dockerbuildbot/docker-py:py2-017472ba86cbcc9f2985c722506b312997deb42e -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
17:24:47 Sending build context to Docker daemon  1.274MB

17:24:47 Step 1/19 : ARG PYTHON_VERSION=3.7
17:24:47 Step 2/19 : FROM python:${PYTHON_VERSION}
17:24:47 2.7: Pulling from library/python
17:24:47 16ea0e8c8879: Pulling fs layer
17:24:47 50024b0106d5: Pulling fs layer
17:24:47 ff95660c6937: Pulling fs layer
17:24:47 9c7d0e5c0bc2: Pulling fs layer
17:24:47 29c4fb388fdf: Pulling fs layer
17:24:47 02ced85d1576: Pulling fs layer
17:24:47 dfe2cd30976f: Pulling fs layer
17:24:47 d3ec517ed16e: Pulling fs layer
17:24:47 ed6982ebc0cc: Pulling fs layer
17:24:47 9c7d0e5c0bc2: Waiting
17:24:47 29c4fb388fdf: Waiting
17:24:47 02ced85d1576: Waiting
17:24:47 dfe2cd30976f: Waiting
17:24:47 ed6982ebc0cc: Waiting
17:24:47 d3ec517ed16e: Waiting
17:24:47 ff95660c6937: Verifying Checksum
17:24:47 ff95660c6937: Download complete
17:24:47 50024b0106d5: Verifying Checksum
17:24:47 50024b0106d5: Download complete
17:24:48 16ea0e8c8879: Verifying Checksum
17:24:48 16ea0e8c8879: Download complete
17:24:48 9c7d0e5c0bc2: Verifying Checksum
17:24:48 9c7d0e5c0bc2: Download complete
17:24:48 02ced85d1576: Verifying Checksum
17:24:48 02ced85d1576: Download complete
17:24:48 d3ec517ed16e: Verifying Checksum
17:24:48 d3ec517ed16e: Download complete
17:24:48 dfe2cd30976f: Verifying Checksum
17:24:48 dfe2cd30976f: Download complete
17:24:48 ed6982ebc0cc: Verifying Checksum
17:24:48 ed6982ebc0cc: Download complete
17:24:50 29c4fb388fdf: Verifying Checksum
17:24:50 29c4fb388fdf: Download complete
17:24:51 16ea0e8c8879: Pull complete
17:24:51 50024b0106d5: Pull complete
17:24:51 ff95660c6937: Pull complete
17:24:54 9c7d0e5c0bc2: Pull complete
17:25:02 29c4fb388fdf: Pull complete
17:25:02 02ced85d1576: Pull complete
17:25:02 dfe2cd30976f: Pull complete
17:25:02 d3ec517ed16e: Pull complete
17:25:02 ed6982ebc0cc: Pull complete
17:25:02 Digest: sha256:e1c1e537270f37fa1cc1d16d5f78eb8dc6836378fd903ec19fe81d4e50becdcb
17:25:02 Status: Downloaded newer image for python:2.7
17:25:02  ---> e8cff83571c6
17:25:02 Step 3/19 : ARG APT_MIRROR
17:25:05  ---> Running in 7db673f620ba
17:25:05 Removing intermediate container 7db673f620ba
17:25:05  ---> c87878ac6492
17:25:05 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
17:25:05  ---> Running in d8ce67e227d1
17:25:07 Removing intermediate container d8ce67e227d1
17:25:07  ---> ab6cf9fdb9ac
17:25:07 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
17:25:07  ---> Running in e3771168e623
17:25:08 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
17:25:08 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [158 kB]
17:25:08 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
17:25:08 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
17:25:08 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
17:25:08 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
17:25:09 Fetched 8308 kB in 2s (4790 kB/s)
17:25:10 Reading package lists...
17:25:10 Reading package lists...
17:25:10 Building dependency tree...
17:25:10 Reading state information...
17:25:10 curl is already the newest version (7.64.0-4).
17:25:10 The following additional packages will be installed:
17:25:10   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
17:25:10 Suggested packages:
17:25:10   libxml-simple-perl ruby
17:25:10 The following NEW packages will be installed:
17:25:10   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
17:25:11 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
17:25:11 Need to get 708 kB of archives.
17:25:11 After this operation, 1197 kB of additional disk space will be used.
17:25:11 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
17:25:11 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
17:25:11 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
17:25:11 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
17:25:11 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
17:25:11 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
17:25:11 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
17:25:11 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
17:25:11 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
17:25:11 debconf: delaying package configuration, since apt-utils is not installed
17:25:11 Fetched 708 kB in 0s (2582 kB/s)
17:25:11 Selecting previously unselected package gnupg2.
17:25:11 (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.)
17:25:11 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
17:25:11 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
17:25:11 Selecting previously unselected package libqrencode4:amd64.
17:25:11 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
17:25:11 Unpacking libqrencode4:amd64 (4.0.2-1) ...
17:25:11 Selecting previously unselected package libxmu6:amd64.
17:25:11 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
17:25:11 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
17:25:11 Selecting previously unselected package libxmuu1:amd64.
17:25:11 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
17:25:11 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
17:25:11 Selecting previously unselected package tree.
17:25:11 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
17:25:11 Unpacking tree (1.8.0-1) ...
17:25:11 Selecting previously unselected package pass.
17:25:11 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
17:25:11 Unpacking pass (1.7.3-2) ...
17:25:11 Selecting previously unselected package qrencode.
17:25:11 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
17:25:11 Unpacking qrencode (4.0.2-1) ...
17:25:11 Selecting previously unselected package xauth.
17:25:11 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
17:25:11 Unpacking xauth (1:1.0.10-1) ...
17:25:11 Selecting previously unselected package xclip.
17:25:11 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
17:25:11 Unpacking xclip (0.13-1) ...
17:25:11 Setting up gnupg2 (2.2.12-1+deb10u1) ...
17:25:11 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
17:25:11 Setting up libqrencode4:amd64 (4.0.2-1) ...
17:25:11 Setting up qrencode (4.0.2-1) ...
17:25:11 Setting up tree (1.8.0-1) ...
17:25:11 Setting up xclip (0.13-1) ...
17:25:11 Setting up pass (1.7.3-2) ...
17:25:11 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
17:25:11 Setting up xauth (1:1.0.10-1) ...
17:25:11 Processing triggers for libc-bin (2.28-10) ...
17:25:13 Removing intermediate container e3771168e623
17:25:13  ---> b91197e5403e
17:25:13 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
17:25:14  ---> f95a69d482a2
17:25:14 Step 7/19 : RUN gpg2 --import gpg-keys/secret
17:25:14  ---> Running in 6d25f6bce0d1
17:25:14 gpg: directory '/root/.gnupg' created
17:25:14 gpg: keybox '/root/.gnupg/pubring.kbx' created
17:25:14 gpg: /root/.gnupg/trustdb.gpg: trustdb created
17:25:14 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
17:25:14 gpg: key 464ED987A7B21401: secret key imported
17:25:14 gpg: Total number processed: 1
17:25:14 gpg:               imported: 1
17:25:14 gpg:       secret keys read: 1
17:25:14 gpg:   secret keys imported: 1
17:25:15 Removing intermediate container 6d25f6bce0d1
17:25:15  ---> 4407fdadaf07
17:25:15 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
17:25:15  ---> Running in b3eb3cff8a12
17:25:16 gpg: inserting ownertrust of 6
17:25:16 Removing intermediate container b3eb3cff8a12
17:25:16  ---> 24ebfffb85ef
17:25:16 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
17:25:16  ---> Running in 302cea18976b
17:25:17 gpg: please do a --check-trustdb
17:25:17 mkdir: created directory '/root/.password-store/'
17:25:17 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
17:25:17 Removing intermediate container 302cea18976b
17:25:17  ---> f586529c7d6f
17:25:17 Step 10/19 : RUN gpg2 --check-trustdb
17:25:17  ---> Running in 5ccfaed7b4dd
17:25:18 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
17:25:18 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
17:25:18 Removing intermediate container 5ccfaed7b4dd
17:25:18  ---> 44d5cd3c2e26
17:25:18 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
17:25:18  ---> Running in 7958c038f34f
17:25:19 Removing intermediate container 7958c038f34f
17:25:19  ---> bc8038c2dc3d
17:25:19 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
17:25:19  ---> Running in 80dbfdc71d5a
17:25:20 Removing intermediate container 80dbfdc71d5a
17:25:20  ---> ff22744d51c9
17:25:20 Step 13/19 : WORKDIR /src
17:25:20  ---> Running in 125e4727ef4f
17:25:20 Removing intermediate container 125e4727ef4f
17:25:20  ---> 506e93721019
17:25:20 Step 14/19 : COPY requirements.txt /src/requirements.txt
17:25:20  ---> 4478e2224143
17:25:20 Step 15/19 : RUN pip install -r requirements.txt
17:25:20  ---> Running in cacd63bca1d9
17:25:21 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
17:25:26 Collecting appdirs==1.4.3
17:25:26   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
17:25:26 Collecting asn1crypto==0.22.0
17:25:26   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
17:25:26 Collecting backports.ssl-match-hostname==3.5.0.1
17:25:26   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
17:25:27 Collecting cffi==1.10.0
17:25:27   Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
17:25:28 Collecting cryptography==2.3
17:25:28   Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB)
17:25:28 Collecting enum34==1.1.6
17:25:28   Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
17:25:28 Collecting idna==2.5
17:25:28   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
17:25:28 Collecting ipaddress==1.0.18
17:25:28   Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl
17:25:28 Collecting packaging==16.8
17:25:28   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
17:25:28 Collecting paramiko==2.4.2
17:25:28   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
17:25:28 Collecting pycparser==2.17
17:25:28   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
17:25:28 Collecting pyOpenSSL==18.0.0
17:25:28   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
17:25:28 Collecting pyparsing==2.2.0
17:25:28   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
17:25:28 ERROR: Could not find a version that satisfies the requirement pywin32==223 (from -r requirements.txt (line 14)) (from versions: none)
17:25:28 ERROR: No matching distribution found for pywin32==223 (from -r requirements.txt (line 14))
17:25:33 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