Pull request #8572 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 3fbb9fe51e423b27a485d580305f1dcfcb2adb4e 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/compose_PR-8572@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu&&!zfs’ are offline Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-036858503b2979077) in /home/ubuntu/workspace/compose_PR-8572 [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/compose_PR-8572@tmp/e5f317c7-7273-4cb2-b624-ea562d22f9f0/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-8572:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 8ec32b265e94: Pulling fs layer 8ec32b265e94: Download complete 8ec32b265e94: Pull complete Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout The recommended git tool is: git using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-8572 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/8572/head:refs/remotes/origin/PR-8572 # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8572/head:refs/remotes/origin/PR-8572 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/8572/head:refs/remotes/origin/PR-8572 # timeout=10 Checking out Revision 3fbb9fe51e423b27a485d580305f1dcfcb2adb4e (PR-8572) > git config core.sparsecheckout # timeout=10 > git checkout -f 3fbb9fe51e423b27a485d580305f1dcfcb2adb4e # timeout=10 Commit message: "Bump docker-py" First time build. Skipping changelog. [Pipeline] sh + git rev-parse HEAD > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e Error response from daemon: pull access denied for dockerbuildbot/compose, repository does not exist or may require 'docker login': denied: requested access to the resource is denied [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e . Sending build context to Docker daemon 1.805MB Step 1/21 : FROM docker:18.06.1 as docker 18.06.1: Pulling from library/docker 169185f82c45: Pulling fs layer 34c29055ee42: Pulling fs layer 29802c64cdfc: Pulling fs layer 700bc83a032f: Pulling fs layer a68314905439: Pulling fs layer 656a7e4a91c0: Pulling fs layer 700bc83a032f: Waiting a68314905439: Waiting 656a7e4a91c0: Waiting 29802c64cdfc: Download complete 34c29055ee42: Verifying Checksum 34c29055ee42: Download complete 169185f82c45: Verifying Checksum 656a7e4a91c0: Verifying Checksum 656a7e4a91c0: Download complete a68314905439: Verifying Checksum a68314905439: Download complete 169185f82c45: Pull complete 34c29055ee42: Pull complete 700bc83a032f: Verifying Checksum 700bc83a032f: Download complete 29802c64cdfc: Pull complete 700bc83a032f: Pull complete a68314905439: Pull complete 656a7e4a91c0: Pull complete Digest: sha256:8dc29cb7ced82d0709bac0107c359279d3b4a9915d7343f33a3771947a79c4fd Status: Downloaded newer image for docker:18.06.1 ---> 3216eb138efb Step 2/21 : FROM python:3.6 3.6: Pulling from library/python 955615a668ce: Pulling fs layer 2756ef5f69a5: Pulling fs layer 911ea9f2bd51: Pulling fs layer 27b0a22ee906: Pulling fs layer 8584d51a9262: Pulling fs layer db63833ee201: Pulling fs layer 847cedaadaeb: Pulling fs layer 5ecbabe62d58: Pulling fs layer 0d414dd9bba1: Pulling fs layer 27b0a22ee906: Waiting 8584d51a9262: Waiting db63833ee201: Waiting 847cedaadaeb: Waiting 5ecbabe62d58: Waiting 0d414dd9bba1: Waiting 2756ef5f69a5: Verifying Checksum 911ea9f2bd51: Verifying Checksum 911ea9f2bd51: Download complete 2756ef5f69a5: Download complete 955615a668ce: Verifying Checksum 955615a668ce: Download complete db63833ee201: Verifying Checksum db63833ee201: Download complete 27b0a22ee906: Verifying Checksum 27b0a22ee906: Download complete 5ecbabe62d58: Verifying Checksum 5ecbabe62d58: Download complete 0d414dd9bba1: Verifying Checksum 0d414dd9bba1: Download complete 847cedaadaeb: Verifying Checksum 847cedaadaeb: Download complete 8584d51a9262: Verifying Checksum 8584d51a9262: Download complete 955615a668ce: Pull complete 2756ef5f69a5: Pull complete 911ea9f2bd51: Pull complete 27b0a22ee906: Pull complete 8584d51a9262: Pull complete db63833ee201: Pull complete 847cedaadaeb: Pull complete 5ecbabe62d58: Pull complete 0d414dd9bba1: Pull complete Digest: sha256:b2bc2730ec76b3b01fcea1e104a229166e90782dbd13db3590d50a8ae2724426 Status: Downloaded newer image for python:3.6 ---> e4064505727a Step 3/21 : RUN set -ex; apt-get update -qq; apt-get install -y locales python-dev git ---> Running in 6cff28aa040f + apt-get update -qq + apt-get install -y locales python-dev git Reading package lists... Building dependency tree... Reading state information... git is already the newest version (1:2.30.2-1). The following additional packages will be installed: libc-l10n libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib mailcap mime-support python-is-python2 python2 python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal Suggested packages: python2-doc python-tk python2.7-doc binfmt-support The following NEW packages will be installed: libc-l10n libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib locales mailcap mime-support python-dev-is-python2 python-is-python2 python2 python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 12.7 MB of archives. After this operation, 54.3 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-minimal amd64 2.7.18-8 [396 kB] Get:2 http://deb.debian.org/debian bullseye/main amd64 python2.7-minimal amd64 2.7.18-8 [1322 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 python2-minimal amd64 2.7.18-3 [34.2 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] Get:5 http://deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] Get:6 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-stdlib amd64 2.7.18-8 [1865 kB] Get:7 http://deb.debian.org/debian bullseye/main amd64 python2.7 amd64 2.7.18-8 [311 kB] Get:8 http://deb.debian.org/debian bullseye/main amd64 libpython2-stdlib amd64 2.7.18-3 [21.2 kB] Get:9 http://deb.debian.org/debian bullseye/main amd64 python2 amd64 2.7.18-3 [24.5 kB] Get:10 http://deb.debian.org/debian bullseye/main amd64 libc-l10n all 2.31-13 [862 kB] Get:11 http://deb.debian.org/debian bullseye/main amd64 locales all 2.31-13 [4085 kB] Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython2.7 amd64 2.7.18-8 [1022 kB] Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-dev amd64 2.7.18-8 [2354 kB] Get:14 http://deb.debian.org/debian bullseye/main amd64 libpython2-dev amd64 2.7.18-3 [21.3 kB] Get:15 http://deb.debian.org/debian bullseye/main amd64 python-is-python2 all 2.7.18-9 [2940 B] Get:16 http://deb.debian.org/debian bullseye/main amd64 python2.7-dev amd64 2.7.18-8 [291 kB] Get:17 http://deb.debian.org/debian bullseye/main amd64 python2-dev amd64 2.7.18-3 [1216 B] Get:18 http://deb.debian.org/debian bullseye/main amd64 python-dev-is-python2 all 2.7.18-9 [1528 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 12.7 MB in 1s (18.9 MB/s) Selecting previously unselected package libpython2.7-minimal: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 ... 23378 files and directories currently installed.) Preparing to unpack .../0-libpython2.7-minimal_2.7.18-8_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.18-8) ... Selecting previously unselected package python2.7-minimal. Preparing to unpack .../1-python2.7-minimal_2.7.18-8_amd64.deb ... Unpacking python2.7-minimal (2.7.18-8) ... Selecting previously unselected package python2-minimal. Preparing to unpack .../2-python2-minimal_2.7.18-3_amd64.deb ... Unpacking python2-minimal (2.7.18-3) ... Selecting previously unselected package mailcap. Preparing to unpack .../3-mailcap_3.69_all.deb ... Unpacking mailcap (3.69) ... Selecting previously unselected package mime-support. Preparing to unpack .../4-mime-support_3.66_all.deb ... Unpacking mime-support (3.66) ... Selecting previously unselected package libpython2.7-stdlib:amd64. Preparing to unpack .../5-libpython2.7-stdlib_2.7.18-8_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.18-8) ... Selecting previously unselected package python2.7. Preparing to unpack .../6-python2.7_2.7.18-8_amd64.deb ... Unpacking python2.7 (2.7.18-8) ... Selecting previously unselected package libpython2-stdlib:amd64. Preparing to unpack .../7-libpython2-stdlib_2.7.18-3_amd64.deb ... Unpacking libpython2-stdlib:amd64 (2.7.18-3) ... Setting up libpython2.7-minimal:amd64 (2.7.18-8) ... Setting up python2.7-minimal (2.7.18-8) ... Linking and byte-compiling packages for runtime python2.7... Setting up python2-minimal (2.7.18-3) ... Selecting previously unselected package python2. (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 ... 24148 files and directories currently installed.) Preparing to unpack .../0-python2_2.7.18-3_amd64.deb ... Unpacking python2 (2.7.18-3) ... Selecting previously unselected package libc-l10n. Preparing to unpack .../1-libc-l10n_2.31-13_all.deb ... Unpacking libc-l10n (2.31-13) ... Selecting previously unselected package locales. Preparing to unpack .../2-locales_2.31-13_all.deb ... Unpacking locales (2.31-13) ... Selecting previously unselected package libpython2.7:amd64. Preparing to unpack .../3-libpython2.7_2.7.18-8_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.18-8) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../4-libpython2.7-dev_2.7.18-8_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.18-8) ... Selecting previously unselected package libpython2-dev:amd64. Preparing to unpack .../5-libpython2-dev_2.7.18-3_amd64.deb ... Unpacking libpython2-dev:amd64 (2.7.18-3) ... Selecting previously unselected package python-is-python2. Preparing to unpack .../6-python-is-python2_2.7.18-9_all.deb ... Unpacking python-is-python2 (2.7.18-9) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../7-python2.7-dev_2.7.18-8_amd64.deb ... Unpacking python2.7-dev (2.7.18-8) ... Selecting previously unselected package python2-dev. Preparing to unpack .../8-python2-dev_2.7.18-3_amd64.deb ... Unpacking python2-dev (2.7.18-3) ... Selecting previously unselected package python-dev-is-python2. Preparing to unpack .../9-python-dev-is-python2_2.7.18-9_all.deb ... Unpacking python-dev-is-python2 (2.7.18-9) ... Setting up libc-l10n (2.31-13) ... Setting up locales (2.31-13) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Generating locales (this might take a while)... Generation complete. Setting up mailcap (3.69) ... Setting up mime-support (3.66) ... Setting up libpython2.7-stdlib:amd64 (2.7.18-8) ... Setting up libpython2.7:amd64 (2.7.18-8) ... Setting up libpython2.7-dev:amd64 (2.7.18-8) ... Setting up python2.7 (2.7.18-8) ... Setting up libpython2-stdlib:amd64 (2.7.18-3) ... Setting up python2 (2.7.18-3) ... Setting up libpython2-dev:amd64 (2.7.18-3) ... Setting up python-is-python2 (2.7.18-9) ... Setting up python2.7-dev (2.7.18-8) ... Setting up python2-dev (2.7.18-3) ... Setting up python-dev-is-python2 (2.7.18-9) ... Processing triggers for libc-bin (2.31-13) ... Removing intermediate container 6cff28aa040f ---> 2947590b6b93 Step 4/21 : COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker ---> 6e66f7d7ffad Step 5/21 : RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen ---> Running in fcdde00f7666 Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Removing intermediate container fcdde00f7666 ---> 6080052f829e Step 6/21 : ENV LANG en_US.UTF-8 ---> Running in 2e0644da689b Removing intermediate container 2e0644da689b ---> 1b48e9ec8299 Step 7/21 : RUN useradd -d /home/user -m -s /bin/bash user ---> Running in 9ba8a5670af3 Removing intermediate container 9ba8a5670af3 ---> 01e90abb8d01 Step 8/21 : WORKDIR /code/ ---> Running in 7083d92250ba Removing intermediate container 7083d92250ba ---> 8b0c3d3d781b Step 9/21 : RUN pip install virtualenv==16.2.0 ---> Running in 090f5cc9eb8e Collecting virtualenv==16.2.0 Downloading virtualenv-16.2.0-py2.py3-none-any.whl (1.9 MB) Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.6/site-packages (from virtualenv==16.2.0) (57.4.0) Installing collected packages: virtualenv Successfully installed virtualenv-16.2.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Removing intermediate container 090f5cc9eb8e ---> dc5e08c64821 Step 10/21 : RUN pip install tox==2.1.1 ---> Running in 73ee1a86a2ae Collecting tox==2.1.1 Downloading tox-2.1.1-py2.py3-none-any.whl (39 kB) Requirement already satisfied: virtualenv>=1.11.2 in /usr/local/lib/python3.6/site-packages (from tox==2.1.1) (16.2.0) Collecting pluggy<0.4.0,>=0.3.0 Downloading pluggy-0.3.1-py2.py3-none-any.whl (10 kB) Collecting py>=1.4.17 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==2.1.1) (57.4.0) Installing collected packages: py, pluggy, tox Successfully installed pluggy-0.3.1 py-1.10.0 tox-2.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Removing intermediate container 73ee1a86a2ae ---> ed7a208dcc90 Step 11/21 : ADD requirements.txt /code/ ---> 27d00e554e99 Step 12/21 : ADD requirements-dev.txt /code/ ---> 9dcda629cc3b Step 13/21 : ADD .pre-commit-config.yaml /code/ ---> d6f4df5f89c5 Step 14/21 : ADD setup.py /code/ ---> 36de89040e72 Step 15/21 : ADD tox.ini /code/ ---> 0d7199f51d10 Step 16/21 : ADD compose /code/compose/ ---> 54f24c4417fa Step 17/21 : ADD README.md /code/ ---> e93db2357eff Step 18/21 : RUN tox --notest ---> Running in addced008e47 py27 create: /code/.tox/py27 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt py27 develop-inst: /code py27 installed: atomicwrites==1.4.0,attrs==21.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.6,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==3.3.2,docker==3.7.3,# Editable install with no version control (docker-compose==1.24.0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==2.6.0,mccabe==0.6.1,mock==2.0.0,more-itertools==5.0.0,paramiko==2.4.2,pbr==5.6.0,pluggy==0.6.0,py==1.10.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.20.0,six==1.10.0,texttable==0.9.1,urllib3==1.24.3,websocket-client==0.56.0 py36 create: /code/.tox/py36 py36 installdeps: -rrequirements.txt, -rrequirements-dev.txt py36 develop-inst: /code py36 installed: atomicwrites==1.4.0,attrs==21.2.0,bcrypt==3.2.0,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.6,chardet==3.0.4,coverage==4.4.2,cryptography==3.4.8,docker==3.7.3,# Editable install with no version control (docker-compose==1.24.0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==2.6.0,mccabe==0.6.1,mock==2.0.0,more-itertools==8.9.0,paramiko==2.4.2,pbr==5.6.0,pluggy==0.6.0,py==1.10.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.20.0,six==1.10.0,texttable==0.9.1,urllib3==1.24.3,websocket-client==0.56.0 py37 create: /code/.tox/py37 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt py37 develop-inst: /code py37 installed: atomicwrites==1.4.0,attrs==21.2.0,bcrypt==3.2.0,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.6,chardet==3.0.4,coverage==4.4.2,cryptography==3.4.8,docker==3.7.3,# Editable install with no version control (docker-compose==1.24.0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==2.6.0,mccabe==0.6.1,mock==2.0.0,more-itertools==8.9.0,paramiko==2.4.2,pbr==5.6.0,pluggy==0.6.0,py==1.10.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.20.0,six==1.10.0,texttable==0.9.1,urllib3==1.24.3,websocket-client==0.56.0 pre-commit create: /code/.tox/pre-commit pre-commit installdeps: pre-commit pre-commit develop-inst: /code pre-commit installed: backports.entry-points-selectable==1.1.0,bcrypt==3.2.0,cached-property==1.5.2,certifi==2021.5.30,cffi==1.14.6,cfgv==3.3.1,chardet==3.0.4,cryptography==3.4.8,distlib==0.3.2,docker==3.7.3,# Editable install with no version control (docker-compose==1.24.0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,filelock==3.0.12,identify==2.2.13,idna==2.7,importlib-metadata==4.8.1,importlib-resources==5.2.2,jsonschema==2.6.0,nodeenv==1.6.0,paramiko==2.7.2,platformdirs==2.3.0,pre-commit==2.15.0,pycparser==2.20,PyNaCl==1.4.0,PyYAML==3.13,requests==2.20.1,six==1.16.0,texttable==0.9.1,toml==0.10.2,typing-extensions==3.10.0.2,urllib3==1.24.3,virtualenv==20.7.2,websocket-client==0.59.0,zipp==3.5.0 ___________________________________ summary ____________________________________ py27: skipped tests py36: skipped tests py37: skipped tests pre-commit: skipped tests congratulations :) Removing intermediate container addced008e47 ---> 6609856ce25f Step 19/21 : ADD . /code/ ---> 47e0c433d968 Step 20/21 : RUN chown -R user /code/ ---> Running in b516bf5c7352 Removing intermediate container b516bf5c7352 ---> 95ab99ef8b7a Step 21/21 : ENTRYPOINT ["/code/.tox/py36/bin/docker-compose"] ---> Running in 083ad98025db Removing intermediate container 083ad98025db ---> 7ca3ca6cf6ee Successfully built 7ca3ca6cf6ee Successfully tagged dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e The push refers to repository [docker.io/dockerbuildbot/compose] 96ba038c5850: Preparing e7554364fd9c: Preparing bf4053baa6ab: Preparing e14029aa26da: Preparing b6d259307b69: Preparing c4ee96555fe1: Preparing c4fd76c1e733: Preparing 5622831843b4: Preparing 7a3a8039322a: Preparing 19d0aa4baf21: Preparing aac53f856010: Preparing e45e227dd560: Preparing 3098894aa5e7: Preparing 630112754f9e: Preparing 05343a6e9196: Preparing 0277558ca614: Preparing cb59b9247427: Preparing e581835939ca: Preparing b8d71f4feb61: Preparing a3eb6a8eb4a4: Preparing b648c7c7c062: Preparing 7cf0f434f498: Preparing 8555e663f65b: Preparing d00da3cd7763: Preparing 4e61e63529c2: Preparing 799760671c38: Preparing 630112754f9e: Waiting 05343a6e9196: Waiting c4ee96555fe1: Waiting 0277558ca614: Waiting cb59b9247427: Waiting e581835939ca: Waiting b8d71f4feb61: Waiting a3eb6a8eb4a4: Waiting b648c7c7c062: Waiting 7cf0f434f498: Waiting 8555e663f65b: Waiting d00da3cd7763: Waiting 4e61e63529c2: Waiting 799760671c38: Waiting c4fd76c1e733: Waiting 5622831843b4: Waiting 7a3a8039322a: Waiting 19d0aa4baf21: Waiting aac53f856010: Waiting e45e227dd560: Waiting 3098894aa5e7: Waiting denied: requested access to the resource is denied [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