Pull request #8572 opened 17:19:19 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 17:20:32 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 17:20:32 chowning workspace [Pipeline] sh 17:20:33 + pwd 17:20:33 + id -u 17:20:33 + id -g 17:20:33 + docker run --rm -v /home/ubuntu/workspace/compose_PR-8572:/workspace busybox chown -R 1000:1000 /workspace 17:20:33 Unable to find image 'busybox:latest' locally 17:20:33 latest: Pulling from library/busybox 17:20:33 8ec32b265e94: Pulling fs layer 17:20:34 8ec32b265e94: Download complete 17:20:35 8ec32b265e94: Pull complete 17:20:36 Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 17:20:37 Status: Downloaded newer image for busybox:latest [Pipeline] echo 17:20:45 Removing all docker containers [Pipeline] sh 17:20:45 + docker container ls -aq [Pipeline] echo 17:20:45 Docker containers have been removed [Pipeline] echo 17:20:45 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 17:20:45 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 17:20:45 The recommended git tool is: git 17:20:48 using credential sf-release-bot.github.ssh 17:20:48 Cloning the remote Git repository 17:20:48 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 17:20:52 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 17:20:52 Checking out Revision 3fbb9fe51e423b27a485d580305f1dcfcb2adb4e (PR-8572) > git config core.sparsecheckout # timeout=10 > git checkout -f 3fbb9fe51e423b27a485d580305f1dcfcb2adb4e # timeout=10 17:20:56 Commit message: "Bump docker-py" 17:20:56 First time build. Skipping changelog. [Pipeline] sh 17:20:57 + git rev-parse HEAD > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] isUnix [Pipeline] sh 17:20:58 + docker pull dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e 17:20:58 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 17:20:58 + docker build -t dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e . 17:20:58 Sending build context to Docker daemon 1.805MB 17:20:58 Step 1/21 : FROM docker:18.06.1 as docker 17:20:59 18.06.1: Pulling from library/docker 17:20:59 169185f82c45: Pulling fs layer 17:20:59 34c29055ee42: Pulling fs layer 17:20:59 29802c64cdfc: Pulling fs layer 17:20:59 700bc83a032f: Pulling fs layer 17:20:59 a68314905439: Pulling fs layer 17:20:59 656a7e4a91c0: Pulling fs layer 17:20:59 700bc83a032f: Waiting 17:20:59 a68314905439: Waiting 17:20:59 656a7e4a91c0: Waiting 17:20:59 29802c64cdfc: Download complete 17:20:59 34c29055ee42: Verifying Checksum 17:20:59 34c29055ee42: Download complete 17:20:59 169185f82c45: Verifying Checksum 17:20:59 656a7e4a91c0: Verifying Checksum 17:20:59 656a7e4a91c0: Download complete 17:20:59 a68314905439: Verifying Checksum 17:20:59 a68314905439: Download complete 17:20:59 169185f82c45: Pull complete 17:21:00 34c29055ee42: Pull complete 17:21:00 700bc83a032f: Verifying Checksum 17:21:00 700bc83a032f: Download complete 17:21:00 29802c64cdfc: Pull complete 17:21:03 700bc83a032f: Pull complete 17:21:03 a68314905439: Pull complete 17:21:03 656a7e4a91c0: Pull complete 17:21:03 Digest: sha256:8dc29cb7ced82d0709bac0107c359279d3b4a9915d7343f33a3771947a79c4fd 17:21:03 Status: Downloaded newer image for docker:18.06.1 17:21:03 ---> 3216eb138efb 17:21:03 Step 2/21 : FROM python:3.6 17:21:03 3.6: Pulling from library/python 17:21:03 955615a668ce: Pulling fs layer 17:21:03 2756ef5f69a5: Pulling fs layer 17:21:03 911ea9f2bd51: Pulling fs layer 17:21:03 27b0a22ee906: Pulling fs layer 17:21:03 8584d51a9262: Pulling fs layer 17:21:03 db63833ee201: Pulling fs layer 17:21:03 847cedaadaeb: Pulling fs layer 17:21:03 5ecbabe62d58: Pulling fs layer 17:21:03 0d414dd9bba1: Pulling fs layer 17:21:03 27b0a22ee906: Waiting 17:21:03 8584d51a9262: Waiting 17:21:03 db63833ee201: Waiting 17:21:03 847cedaadaeb: Waiting 17:21:03 5ecbabe62d58: Waiting 17:21:03 0d414dd9bba1: Waiting 17:21:03 2756ef5f69a5: Verifying Checksum 17:21:03 911ea9f2bd51: Verifying Checksum 17:21:03 911ea9f2bd51: Download complete 17:21:03 2756ef5f69a5: Download complete 17:21:05 955615a668ce: Verifying Checksum 17:21:05 955615a668ce: Download complete 17:21:05 db63833ee201: Verifying Checksum 17:21:05 db63833ee201: Download complete 17:21:05 27b0a22ee906: Verifying Checksum 17:21:05 27b0a22ee906: Download complete 17:21:05 5ecbabe62d58: Verifying Checksum 17:21:05 5ecbabe62d58: Download complete 17:21:05 0d414dd9bba1: Verifying Checksum 17:21:05 0d414dd9bba1: Download complete 17:21:06 847cedaadaeb: Verifying Checksum 17:21:06 847cedaadaeb: Download complete 17:21:09 8584d51a9262: Verifying Checksum 17:21:09 8584d51a9262: Download complete 17:21:11 955615a668ce: Pull complete 17:21:11 2756ef5f69a5: Pull complete 17:21:12 911ea9f2bd51: Pull complete 17:21:18 27b0a22ee906: Pull complete 17:21:31 8584d51a9262: Pull complete 17:21:31 db63833ee201: Pull complete 17:21:33 847cedaadaeb: Pull complete 17:21:33 5ecbabe62d58: Pull complete 17:21:33 0d414dd9bba1: Pull complete 17:21:33 Digest: sha256:b2bc2730ec76b3b01fcea1e104a229166e90782dbd13db3590d50a8ae2724426 17:21:33 Status: Downloaded newer image for python:3.6 17:21:33 ---> e4064505727a 17:21:33 Step 3/21 : RUN set -ex; apt-get update -qq; apt-get install -y locales python-dev git 17:21:40 ---> Running in 6cff28aa040f 17:21:40 + apt-get update -qq 17:21:43 + apt-get install -y locales python-dev git 17:21:43 Reading package lists... 17:21:44 Building dependency tree... 17:21:44 Reading state information... 17:21:44 git is already the newest version (1:2.30.2-1). 17:21:44 The following additional packages will be installed: 17:21:44 libc-l10n libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev 17:21:44 libpython2.7-minimal libpython2.7-stdlib mailcap mime-support 17:21:44 python-is-python2 python2 python2-dev python2-minimal python2.7 17:21:44 python2.7-dev python2.7-minimal 17:21:44 Suggested packages: 17:21:44 python2-doc python-tk python2.7-doc binfmt-support 17:21:44 The following NEW packages will be installed: 17:21:44 libc-l10n libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev 17:21:44 libpython2.7-minimal libpython2.7-stdlib locales mailcap mime-support 17:21:44 python-dev-is-python2 python-is-python2 python2 python2-dev python2-minimal 17:21:44 python2.7 python2.7-dev python2.7-minimal 17:21:44 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. 17:21:44 Need to get 12.7 MB of archives. 17:21:44 After this operation, 54.3 MB of additional disk space will be used. 17:21:44 Get:1 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-minimal amd64 2.7.18-8 [396 kB] 17:21:44 Get:2 http://deb.debian.org/debian bullseye/main amd64 python2.7-minimal amd64 2.7.18-8 [1322 kB] 17:21:44 Get:3 http://deb.debian.org/debian bullseye/main amd64 python2-minimal amd64 2.7.18-3 [34.2 kB] 17:21:44 Get:4 http://deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] 17:21:44 Get:5 http://deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] 17:21:44 Get:6 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-stdlib amd64 2.7.18-8 [1865 kB] 17:21:44 Get:7 http://deb.debian.org/debian bullseye/main amd64 python2.7 amd64 2.7.18-8 [311 kB] 17:21:44 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpython2-stdlib amd64 2.7.18-3 [21.2 kB] 17:21:44 Get:9 http://deb.debian.org/debian bullseye/main amd64 python2 amd64 2.7.18-3 [24.5 kB] 17:21:44 Get:10 http://deb.debian.org/debian bullseye/main amd64 libc-l10n all 2.31-13 [862 kB] 17:21:44 Get:11 http://deb.debian.org/debian bullseye/main amd64 locales all 2.31-13 [4085 kB] 17:21:45 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython2.7 amd64 2.7.18-8 [1022 kB] 17:21:45 Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-dev amd64 2.7.18-8 [2354 kB] 17:21:45 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpython2-dev amd64 2.7.18-3 [21.3 kB] 17:21:45 Get:15 http://deb.debian.org/debian bullseye/main amd64 python-is-python2 all 2.7.18-9 [2940 B] 17:21:45 Get:16 http://deb.debian.org/debian bullseye/main amd64 python2.7-dev amd64 2.7.18-8 [291 kB] 17:21:45 Get:17 http://deb.debian.org/debian bullseye/main amd64 python2-dev amd64 2.7.18-3 [1216 B] 17:21:45 Get:18 http://deb.debian.org/debian bullseye/main amd64 python-dev-is-python2 all 2.7.18-9 [1528 B] 17:21:45 debconf: delaying package configuration, since apt-utils is not installed 17:21:45 Fetched 12.7 MB in 1s (18.9 MB/s) 17:21:45 Selecting previously unselected package libpython2.7-minimal:amd64. 17:21:45 (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.) 17:21:45 Preparing to unpack .../0-libpython2.7-minimal_2.7.18-8_amd64.deb ... 17:21:45 Unpacking libpython2.7-minimal:amd64 (2.7.18-8) ... 17:21:45 Selecting previously unselected package python2.7-minimal. 17:21:45 Preparing to unpack .../1-python2.7-minimal_2.7.18-8_amd64.deb ... 17:21:45 Unpacking python2.7-minimal (2.7.18-8) ... 17:21:45 Selecting previously unselected package python2-minimal. 17:21:45 Preparing to unpack .../2-python2-minimal_2.7.18-3_amd64.deb ... 17:21:45 Unpacking python2-minimal (2.7.18-3) ... 17:21:45 Selecting previously unselected package mailcap. 17:21:45 Preparing to unpack .../3-mailcap_3.69_all.deb ... 17:21:45 Unpacking mailcap (3.69) ... 17:21:45 Selecting previously unselected package mime-support. 17:21:46 Preparing to unpack .../4-mime-support_3.66_all.deb ... 17:21:46 Unpacking mime-support (3.66) ... 17:21:46 Selecting previously unselected package libpython2.7-stdlib:amd64. 17:21:46 Preparing to unpack .../5-libpython2.7-stdlib_2.7.18-8_amd64.deb ... 17:21:46 Unpacking libpython2.7-stdlib:amd64 (2.7.18-8) ... 17:21:46 Selecting previously unselected package python2.7. 17:21:46 Preparing to unpack .../6-python2.7_2.7.18-8_amd64.deb ... 17:21:46 Unpacking python2.7 (2.7.18-8) ... 17:21:46 Selecting previously unselected package libpython2-stdlib:amd64. 17:21:46 Preparing to unpack .../7-libpython2-stdlib_2.7.18-3_amd64.deb ... 17:21:46 Unpacking libpython2-stdlib:amd64 (2.7.18-3) ... 17:21:46 Setting up libpython2.7-minimal:amd64 (2.7.18-8) ... 17:21:46 Setting up python2.7-minimal (2.7.18-8) ... 17:21:47 Linking and byte-compiling packages for runtime python2.7... 17:21:47 Setting up python2-minimal (2.7.18-3) ... 17:21:47 Selecting previously unselected package python2. 17:21:47 (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.) 17:21:47 Preparing to unpack .../0-python2_2.7.18-3_amd64.deb ... 17:21:47 Unpacking python2 (2.7.18-3) ... 17:21:47 Selecting previously unselected package libc-l10n. 17:21:47 Preparing to unpack .../1-libc-l10n_2.31-13_all.deb ... 17:21:47 Unpacking libc-l10n (2.31-13) ... 17:21:47 Selecting previously unselected package locales. 17:21:47 Preparing to unpack .../2-locales_2.31-13_all.deb ... 17:21:47 Unpacking locales (2.31-13) ... 17:21:48 Selecting previously unselected package libpython2.7:amd64. 17:21:48 Preparing to unpack .../3-libpython2.7_2.7.18-8_amd64.deb ... 17:21:48 Unpacking libpython2.7:amd64 (2.7.18-8) ... 17:21:48 Selecting previously unselected package libpython2.7-dev:amd64. 17:21:48 Preparing to unpack .../4-libpython2.7-dev_2.7.18-8_amd64.deb ... 17:21:48 Unpacking libpython2.7-dev:amd64 (2.7.18-8) ... 17:21:48 Selecting previously unselected package libpython2-dev:amd64. 17:21:48 Preparing to unpack .../5-libpython2-dev_2.7.18-3_amd64.deb ... 17:21:48 Unpacking libpython2-dev:amd64 (2.7.18-3) ... 17:21:48 Selecting previously unselected package python-is-python2. 17:21:48 Preparing to unpack .../6-python-is-python2_2.7.18-9_all.deb ... 17:21:48 Unpacking python-is-python2 (2.7.18-9) ... 17:21:48 Selecting previously unselected package python2.7-dev. 17:21:48 Preparing to unpack .../7-python2.7-dev_2.7.18-8_amd64.deb ... 17:21:48 Unpacking python2.7-dev (2.7.18-8) ... 17:21:48 Selecting previously unselected package python2-dev. 17:21:48 Preparing to unpack .../8-python2-dev_2.7.18-3_amd64.deb ... 17:21:48 Unpacking python2-dev (2.7.18-3) ... 17:21:48 Selecting previously unselected package python-dev-is-python2. 17:21:48 Preparing to unpack .../9-python-dev-is-python2_2.7.18-9_all.deb ... 17:21:48 Unpacking python-dev-is-python2 (2.7.18-9) ... 17:21:49 Setting up libc-l10n (2.31-13) ... 17:21:49 Setting up locales (2.31-13) ... 17:21:49 debconf: unable to initialize frontend: Dialog 17:21:49 debconf: (TERM is not set, so the dialog frontend is not usable.) 17:21:49 debconf: falling back to frontend: Readline 17:21:49 Generating locales (this might take a while)... 17:21:49 Generation complete. 17:21:49 Setting up mailcap (3.69) ... 17:21:49 Setting up mime-support (3.66) ... 17:21:49 Setting up libpython2.7-stdlib:amd64 (2.7.18-8) ... 17:21:49 Setting up libpython2.7:amd64 (2.7.18-8) ... 17:21:49 Setting up libpython2.7-dev:amd64 (2.7.18-8) ... 17:21:49 Setting up python2.7 (2.7.18-8) ... 17:21:50 Setting up libpython2-stdlib:amd64 (2.7.18-3) ... 17:21:50 Setting up python2 (2.7.18-3) ... 17:21:50 Setting up libpython2-dev:amd64 (2.7.18-3) ... 17:21:50 Setting up python-is-python2 (2.7.18-9) ... 17:21:50 Setting up python2.7-dev (2.7.18-8) ... 17:21:50 Setting up python2-dev (2.7.18-3) ... 17:21:50 Setting up python-dev-is-python2 (2.7.18-9) ... 17:21:50 Processing triggers for libc-bin (2.31-13) ... 17:21:54 Removing intermediate container 6cff28aa040f 17:21:54 ---> 2947590b6b93 17:21:54 Step 4/21 : COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker 17:21:57 ---> 6e66f7d7ffad 17:21:57 Step 5/21 : RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen 17:21:57 ---> Running in fcdde00f7666 17:21:57 Generating locales (this might take a while)... 17:22:00 en_US.UTF-8... done 17:22:00 Generation complete. 17:22:00 Removing intermediate container fcdde00f7666 17:22:00 ---> 6080052f829e 17:22:00 Step 6/21 : ENV LANG en_US.UTF-8 17:22:00 ---> Running in 2e0644da689b 17:22:01 Removing intermediate container 2e0644da689b 17:22:01 ---> 1b48e9ec8299 17:22:01 Step 7/21 : RUN useradd -d /home/user -m -s /bin/bash user 17:22:01 ---> Running in 9ba8a5670af3 17:22:02 Removing intermediate container 9ba8a5670af3 17:22:02 ---> 01e90abb8d01 17:22:02 Step 8/21 : WORKDIR /code/ 17:22:02 ---> Running in 7083d92250ba 17:22:02 Removing intermediate container 7083d92250ba 17:22:02 ---> 8b0c3d3d781b 17:22:02 Step 9/21 : RUN pip install virtualenv==16.2.0 17:22:02 ---> Running in 090f5cc9eb8e 17:22:10 Collecting virtualenv==16.2.0 17:22:10 Downloading virtualenv-16.2.0-py2.py3-none-any.whl (1.9 MB) 17:22:10 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.6/site-packages (from virtualenv==16.2.0) (57.4.0) 17:22:10 Installing collected packages: virtualenv 17:22:10 Successfully installed virtualenv-16.2.0 17:22:10 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 17:22:16 Removing intermediate container 090f5cc9eb8e 17:22:16 ---> dc5e08c64821 17:22:16 Step 10/21 : RUN pip install tox==2.1.1 17:22:16 ---> Running in 73ee1a86a2ae 17:22:22 Collecting tox==2.1.1 17:22:22 Downloading tox-2.1.1-py2.py3-none-any.whl (39 kB) 17:22:22 Requirement already satisfied: virtualenv>=1.11.2 in /usr/local/lib/python3.6/site-packages (from tox==2.1.1) (16.2.0) 17:22:22 Collecting pluggy<0.4.0,>=0.3.0 17:22:22 Downloading pluggy-0.3.1-py2.py3-none-any.whl (10 kB) 17:22:22 Collecting py>=1.4.17 17:22:22 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) 17:22:23 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) 17:22:23 Installing collected packages: py, pluggy, tox 17:22:23 Successfully installed pluggy-0.3.1 py-1.10.0 tox-2.1.1 17:22:23 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 17:22:23 Removing intermediate container 73ee1a86a2ae 17:22:23 ---> ed7a208dcc90 17:22:23 Step 11/21 : ADD requirements.txt /code/ 17:22:23 ---> 27d00e554e99 17:22:23 Step 12/21 : ADD requirements-dev.txt /code/ 17:22:24 ---> 9dcda629cc3b 17:22:24 Step 13/21 : ADD .pre-commit-config.yaml /code/ 17:22:24 ---> d6f4df5f89c5 17:22:24 Step 14/21 : ADD setup.py /code/ 17:22:24 ---> 36de89040e72 17:22:24 Step 15/21 : ADD tox.ini /code/ 17:22:25 ---> 0d7199f51d10 17:22:25 Step 16/21 : ADD compose /code/compose/ 17:22:25 ---> 54f24c4417fa 17:22:25 Step 17/21 : ADD README.md /code/ 17:22:25 ---> e93db2357eff 17:22:25 Step 18/21 : RUN tox --notest 17:22:25 ---> Running in addced008e47 17:22:26 py27 create: /code/.tox/py27 17:22:38 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 17:23:05 py27 develop-inst: /code 17:23:05 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 17:23:05 py36 create: /code/.tox/py36 17:23:20 py36 installdeps: -rrequirements.txt, -rrequirements-dev.txt 17:23:58 py36 develop-inst: /code 17:23:58 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 17:23:58 py37 create: /code/.tox/py37 17:24:07 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 17:24:21 py37 develop-inst: /code 17:24:23 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 17:24:23 pre-commit create: /code/.tox/pre-commit 17:24:35 pre-commit installdeps: pre-commit 17:24:47 pre-commit develop-inst: /code 17:25:05 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 17:25:05 ___________________________________ summary ____________________________________ 17:25:05 py27: skipped tests 17:25:05 py36: skipped tests 17:25:05 py37: skipped tests 17:25:05 pre-commit: skipped tests 17:25:05 congratulations :) 17:25:10 Removing intermediate container addced008e47 17:25:10 ---> 6609856ce25f 17:25:10 Step 19/21 : ADD . /code/ 17:25:10 ---> 47e0c433d968 17:25:10 Step 20/21 : RUN chown -R user /code/ 17:25:10 ---> Running in b516bf5c7352 17:25:42 Removing intermediate container b516bf5c7352 17:25:42 ---> 95ab99ef8b7a 17:25:42 Step 21/21 : ENTRYPOINT ["/code/.tox/py36/bin/docker-compose"] 17:25:42 ---> Running in 083ad98025db 17:25:42 Removing intermediate container 083ad98025db 17:25:42 ---> 7ca3ca6cf6ee 17:25:42 Successfully built 7ca3ca6cf6ee 17:25:42 Successfully tagged dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e [Pipeline] isUnix [Pipeline] sh 17:25:42 + docker tag dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e [Pipeline] isUnix [Pipeline] sh 17:25:42 + docker push dockerbuildbot/compose:3fbb9fe51e423b27a485d580305f1dcfcb2adb4e 17:25:42 The push refers to repository [docker.io/dockerbuildbot/compose] 17:25:42 96ba038c5850: Preparing 17:25:42 e7554364fd9c: Preparing 17:25:42 bf4053baa6ab: Preparing 17:25:42 e14029aa26da: Preparing 17:25:42 b6d259307b69: Preparing 17:25:42 c4ee96555fe1: Preparing 17:25:42 c4fd76c1e733: Preparing 17:25:42 5622831843b4: Preparing 17:25:42 7a3a8039322a: Preparing 17:25:42 19d0aa4baf21: Preparing 17:25:42 aac53f856010: Preparing 17:25:42 e45e227dd560: Preparing 17:25:42 3098894aa5e7: Preparing 17:25:42 630112754f9e: Preparing 17:25:42 05343a6e9196: Preparing 17:25:42 0277558ca614: Preparing 17:25:42 cb59b9247427: Preparing 17:25:42 e581835939ca: Preparing 17:25:42 b8d71f4feb61: Preparing 17:25:42 a3eb6a8eb4a4: Preparing 17:25:42 b648c7c7c062: Preparing 17:25:42 7cf0f434f498: Preparing 17:25:42 8555e663f65b: Preparing 17:25:42 d00da3cd7763: Preparing 17:25:42 4e61e63529c2: Preparing 17:25:42 799760671c38: Preparing 17:25:42 630112754f9e: Waiting 17:25:42 05343a6e9196: Waiting 17:25:42 c4ee96555fe1: Waiting 17:25:42 0277558ca614: Waiting 17:25:42 cb59b9247427: Waiting 17:25:42 e581835939ca: Waiting 17:25:42 b8d71f4feb61: Waiting 17:25:42 a3eb6a8eb4a4: Waiting 17:25:42 b648c7c7c062: Waiting 17:25:42 7cf0f434f498: Waiting 17:25:42 8555e663f65b: Waiting 17:25:42 d00da3cd7763: Waiting 17:25:42 4e61e63529c2: Waiting 17:25:42 799760671c38: Waiting 17:25:42 c4fd76c1e733: Waiting 17:25:42 5622831843b4: Waiting 17:25:42 7a3a8039322a: Waiting 17:25:42 19d0aa4baf21: Waiting 17:25:42 aac53f856010: Waiting 17:25:42 e45e227dd560: Waiting 17:25:42 3098894aa5e7: Waiting 17:25:42 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