Skip to content
Failed

Console Output

Pull request #7124 updated
21:17:43 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at b572a1e2e076bd3ec0d05ae39de5b925d465fce9 rather than ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
Obtained Jenkinsfile from b572a1e2e076bd3ec0d05ae39de5b925d465fce9
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-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124
[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-7124@tmp/b293ce12-884d-4f53-b16b-a4bd704f1bc0/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
21:17:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:17:55 chowning workspace
[Pipeline] sh
21:17:56 + uname -m
[Pipeline] sh
21:17:56 + pwd
21:17:56 + id -u
21:17:56 + id -g
21:17:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:17:56 Unable to find image 'busybox:latest' locally
21:17:56 latest: Pulling from library/busybox
21:17:56 bdbbaa22dec6: Pulling fs layer
21:17:56 bdbbaa22dec6: Download complete
21:17:56 bdbbaa22dec6: Pull complete
21:17:56 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
21:17:56 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
21:17:58 Removing all docker containers
[Pipeline] sh
21:17:59 + docker container ls -aq
[Pipeline] echo
21:17:59 Docker containers have been removed
[Pipeline] echo
21:17:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:17:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
21:18:00 using credential sf-release-bot.github.ssh
21:18:00 Cloning the remote Git repository
21:18:00 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
21:18:03 Fetching without tags
21:18:03 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:18:03 Commit message: "Fix flake8 issues"
 > git rev-list --no-walk f55b93735c135bd3207c6828ec1747458218beb3 # timeout=10
[Pipeline] sh
21:18:05 + git rev-parse HEAD
[Pipeline] sh
21:18:05 + docker pull dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:18:05 Error response from daemon: manifest for dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 not found: manifest unknown: manifest unknown
[Pipeline] sh
21:18:06 + script/build/write-git-sha
21:18:06 + GIT_COMMIT=ebbd2e86
21:18:06 + docker build -t dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 .
21:18:06 Sending build context to Docker daemon  1.881MB

21:18:06 Step 1/32 : ARG DOCKER_VERSION=18.09.7
21:18:06 Step 2/32 : ARG PYTHON_VERSION=3.7.4
21:18:06 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
21:18:06 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
21:18:06 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
21:18:06 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
21:18:06 Step 7/32 : ARG BUILD_PLATFORM=alpine
21:18:06 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
21:18:06 18.09.7: Pulling from library/docker
21:18:06 050382585609: Pulling fs layer
21:18:06 0bb4ee3360d7: Pulling fs layer
21:18:06 893f09c2afb0: Pulling fs layer
21:18:06 3204ba24bdf5: Pulling fs layer
21:18:06 c7a4c34d84a5: Pulling fs layer
21:18:06 758ee1f25c37: Pulling fs layer
21:18:06 3204ba24bdf5: Waiting
21:18:06 c7a4c34d84a5: Waiting
21:18:06 758ee1f25c37: Waiting
21:18:06 893f09c2afb0: Verifying Checksum
21:18:06 893f09c2afb0: Download complete
21:18:06 0bb4ee3360d7: Download complete
21:18:06 050382585609: Verifying Checksum
21:18:06 c7a4c34d84a5: Verifying Checksum
21:18:06 c7a4c34d84a5: Download complete
21:18:06 758ee1f25c37: Verifying Checksum
21:18:06 758ee1f25c37: Download complete
21:18:06 050382585609: Pull complete
21:18:06 0bb4ee3360d7: Pull complete
21:18:07 3204ba24bdf5: Verifying Checksum
21:18:07 3204ba24bdf5: Download complete
21:18:07 893f09c2afb0: Pull complete
21:18:09 3204ba24bdf5: Pull complete
21:18:09 c7a4c34d84a5: Pull complete
21:18:09 758ee1f25c37: Pull complete
21:18:09 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
21:18:09 Status: Downloaded newer image for docker:18.09.7
21:18:09  ---> 108a4437ed8c
21:18:09 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
21:18:09 3.7.4-alpine3.10: Pulling from library/python
21:18:09 9d48c3bd43c5: Pulling fs layer
21:18:09 c0ea575d71b9: Pulling fs layer
21:18:09 0f535eceebd5: Pulling fs layer
21:18:09 8a30f5893bea: Pulling fs layer
21:18:09 287089fe229e: Pulling fs layer
21:18:09 8a30f5893bea: Waiting
21:18:09 287089fe229e: Waiting
21:18:09 c0ea575d71b9: Download complete
21:18:09 9d48c3bd43c5: Verifying Checksum
21:18:09 9d48c3bd43c5: Download complete
21:18:09 287089fe229e: Verifying Checksum
21:18:09 287089fe229e: Download complete
21:18:09 8a30f5893bea: Verifying Checksum
21:18:09 8a30f5893bea: Download complete
21:18:09 0f535eceebd5: Verifying Checksum
21:18:09 0f535eceebd5: Download complete
21:18:09 9d48c3bd43c5: Pull complete
21:18:09 c0ea575d71b9: Pull complete
21:18:11 0f535eceebd5: Pull complete
21:18:11 8a30f5893bea: Pull complete
21:18:11 287089fe229e: Pull complete
21:18:11 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
21:18:11 Status: Downloaded newer image for python:3.7.4-alpine3.10
21:18:11  ---> f309434dea3a
21:18:11 Step 10/32 : RUN apk add --no-cache     bash     build-base     ca-certificates     curl     gcc     git     libc-dev     libffi-dev     libgcc     make     musl-dev     openssl     openssl-dev     python2     python2-dev     zlib-dev
21:18:13  ---> Running in f90bf3da1b0c
21:18:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
21:18:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
21:18:14 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r2)
21:18:14 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r2)
21:18:14 (3/34) Installing bash (5.0.0-r0)
21:18:14 Executing bash-5.0.0-r0.post-install
21:18:14 (4/34) Installing binutils (2.32-r0)
21:18:14 (5/34) Installing libmagic (5.37-r1)
21:18:14 (6/34) Installing file (5.37-r1)
21:18:14 (7/34) Installing gmp (6.1.2-r1)
21:18:14 (8/34) Installing isl (0.18-r0)
21:18:14 (9/34) Installing libgomp (8.3.0-r0)
21:18:14 (10/34) Installing libatomic (8.3.0-r0)
21:18:14 (11/34) Installing libgcc (8.3.0-r0)
21:18:14 (12/34) Installing mpfr3 (3.1.5-r1)
21:18:14 (13/34) Installing mpc1 (1.1.0-r0)
21:18:14 (14/34) Installing libstdc++ (8.3.0-r0)
21:18:14 (15/34) Installing gcc (8.3.0-r0)
21:18:15 (16/34) Installing musl-dev (1.1.22-r3)
21:18:15 (17/34) Installing libc-dev (0.7.1-r0)
21:18:15 (18/34) Installing g++ (8.3.0-r0)
21:18:16 (19/34) Installing make (4.2.1-r2)
21:18:16 (20/34) Installing fortify-headers (1.1-r0)
21:18:16 (21/34) Installing build-base (0.5-r1)
21:18:16 (22/34) Installing nghttp2-libs (1.39.2-r0)
21:18:16 (23/34) Installing libcurl (7.66.0-r0)
21:18:16 (24/34) Installing curl (7.66.0-r0)
21:18:16 (25/34) Installing pcre2 (10.33-r0)
21:18:16 (26/34) Installing git (2.22.2-r0)
21:18:16 (27/34) Installing linux-headers (4.19.36-r0)
21:18:16 (28/34) Installing pkgconf (1.6.1-r1)
21:18:16 (29/34) Installing libffi-dev (3.2.1-r6)
21:18:16 (30/34) Installing openssl (1.1.1d-r2)
21:18:16 (31/34) Installing openssl-dev (1.1.1d-r2)
21:18:16 (32/34) Installing python2 (2.7.16-r1)
21:18:17 (33/34) Installing python2-dev (2.7.16-r1)
21:18:17 (34/34) Installing zlib-dev (1.2.11-r1)
21:18:17 Executing busybox-1.30.1-r2.trigger
21:18:17 Executing ca-certificates-20190108-r0.trigger
21:18:17 OK: 266 MiB in 67 packages
21:18:22 Removing intermediate container f90bf3da1b0c
21:18:22  ---> a0fee480894e
21:18:22 Step 11/32 : ENV BUILD_BOOTLOADER=1
21:18:22  ---> Running in 03d073e69618
21:18:22 Removing intermediate container 03d073e69618
21:18:22  ---> 89c1439a3f7f
21:18:22 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
21:18:22 3.7.4-slim-stretch: Pulling from library/python
21:18:22 80369df48736: Pulling fs layer
21:18:22 aaba0609d543: Pulling fs layer
21:18:22 33536ac8210e: Pulling fs layer
21:18:22 35aa8bff600e: Pulling fs layer
21:18:22 6e4c9666aa4e: Pulling fs layer
21:18:22 35aa8bff600e: Waiting
21:18:22 6e4c9666aa4e: Waiting
21:18:22 aaba0609d543: Verifying Checksum
21:18:22 aaba0609d543: Download complete
21:18:22 35aa8bff600e: Verifying Checksum
21:18:22 35aa8bff600e: Download complete
21:18:23 33536ac8210e: Verifying Checksum
21:18:23 33536ac8210e: Download complete
21:18:23 80369df48736: Verifying Checksum
21:18:23 80369df48736: Download complete
21:18:23 6e4c9666aa4e: Download complete
21:18:24 80369df48736: Pull complete
21:18:24 aaba0609d543: Pull complete
21:18:25 33536ac8210e: Pull complete
21:18:25 35aa8bff600e: Pull complete
21:18:26 6e4c9666aa4e: Pull complete
21:18:26 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
21:18:26 Status: Downloaded newer image for python:3.7.4-slim-stretch
21:18:26  ---> fad2b9f06d3b
21:18:26 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
21:18:26  ---> Running in d7572d4dabe3
21:18:28 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
21:18:28 Ign:2 http://deb.debian.org/debian stretch InRelease
21:18:28 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
21:18:28 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
21:18:28 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
21:18:28 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [513 kB]
21:18:28 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
21:18:29 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
21:18:30 Fetched 7932 kB in 2s (3321 kB/s)
21:18:30 Reading package lists...
21:18:31 Reading package lists...
21:18:31 Building dependency tree...
21:18:31 Reading state information...
21:18:31 openssl is already the newest version (1.1.0l-1~deb9u1).
21:18:31 openssl set to manually installed.
21:18:31 The following additional packages will be installed:
21:18:31   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
21:18:31   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
21:18:31   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
21:18:31   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
21:18:31   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
21:18:31   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
21:18:31   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
21:18:31   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
21:18:31   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
21:18:31   python2.7-minimal
21:18:31 Suggested packages:
21:18:31   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
21:18:31   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
21:18:31   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
21:18:31   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
21:18:31   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
21:18:31   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
21:18:31   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
21:18:31   | libterm-readline-perl-perl python2.7-doc binfmt-support
21:18:31 Recommended packages:
21:18:31   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
21:18:31   libsasl2-modules libssl-doc bzip2 file xz-utils rename
21:18:32 The following NEW packages will be installed:
21:18:32   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
21:18:32   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
21:18:32   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
21:18:32   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
21:18:32   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
21:18:32   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
21:18:32   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
21:18:32   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
21:18:32   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
21:18:32   libubsan0 libunistring0 linux-libc-dev make mime-support perl
21:18:32   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
21:18:32 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
21:18:32 Need to get 79.6 MB of archives.
21:18:32 After this operation, 271 MB of additional disk space will be used.
21:18:32 Get:1 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
21:18:32 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [68.4 kB]
21:18:32 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [105 kB]
21:18:32 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
21:18:32 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 git-man all 1:2.11.0-3+deb9u5 [1433 kB]
21:18:32 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u5 [4161 kB]
21:18:33 Get:7 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
21:18:33 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
21:18:33 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
21:18:33 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
21:18:33 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
21:18:33 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
21:18:33 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
21:18:33 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
21:18:33 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
21:18:33 Get:16 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
21:18:33 Get:17 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
21:18:33 Get:18 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
21:18:33 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
21:18:33 Get:20 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
21:18:33 Get:21 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2u-1~deb9u1 [1304 kB]
21:18:33 Get:22 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
21:18:33 Get:23 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
21:18:33 Get:24 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
21:18:33 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
21:18:33 Get:26 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
21:18:33 Get:27 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
21:18:33 Get:28 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
21:18:33 Get:29 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
21:18:33 Get:30 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
21:18:33 Get:31 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
21:18:33 Get:32 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB]
21:18:33 Get:33 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
21:18:33 Get:34 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
21:18:33 Get:35 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
21:18:33 Get:36 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
21:18:33 Get:37 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
21:18:33 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
21:18:33 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
21:18:33 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
21:18:33 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
21:18:33 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
21:18:33 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
21:18:33 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
21:18:33 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
21:18:33 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
21:18:33 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
21:18:33 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
21:18:33 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
21:18:33 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
21:18:33 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
21:18:33 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
21:18:33 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
21:18:33 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
21:18:33 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
21:18:33 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
21:18:33 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
21:18:33 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
21:18:33 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
21:18:33 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
21:18:33 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
21:18:33 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
21:18:33 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
21:18:33 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
21:18:33 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
21:18:34 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
21:18:34 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
21:18:34 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
21:18:34 debconf: delaying package configuration, since apt-utils is not installed
21:18:34 Fetched 79.6 MB in 2s (35.5 MB/s)
21:18:34 Selecting previously unselected package perl-modules-5.24.
21:18:34 (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 ... 6710 files and directories currently installed.)
21:18:34 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
21:18:34 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
21:18:34 Selecting previously unselected package libperl5.24:amd64.
21:18:34 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
21:18:34 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
21:18:35 Selecting previously unselected package perl.
21:18:35 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
21:18:35 Unpacking perl (5.24.1-3+deb9u5) ...
21:18:35 Selecting previously unselected package libgmp10:amd64.
21:18:35 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
21:18:35 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
21:18:35 Selecting previously unselected package libnettle6:amd64.
21:18:35 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
21:18:35 Unpacking libnettle6:amd64 (3.3-1+b2) ...
21:18:35 Selecting previously unselected package libhogweed4:amd64.
21:18:35 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
21:18:35 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
21:18:35 Selecting previously unselected package libidn11:amd64.
21:18:35 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
21:18:35 Unpacking libidn11:amd64 (1.33-1) ...
21:18:35 Selecting previously unselected package libp11-kit0:amd64.
21:18:35 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
21:18:35 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
21:18:35 Selecting previously unselected package libtasn1-6:amd64.
21:18:35 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
21:18:35 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
21:18:35 Selecting previously unselected package libgnutls30:amd64.
21:18:35 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
21:18:35 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
21:18:35 Selecting previously unselected package libkeyutils1:amd64.
21:18:35 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
21:18:35 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
21:18:35 Selecting previously unselected package libkrb5support0:amd64.
21:18:35 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
21:18:35 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
21:18:35 Selecting previously unselected package libk5crypto3:amd64.
21:18:35 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
21:18:35 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
21:18:35 Selecting previously unselected package libkrb5-3:amd64.
21:18:35 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
21:18:35 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
21:18:35 Selecting previously unselected package libgssapi-krb5-2:amd64.
21:18:35 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
21:18:35 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
21:18:35 Selecting previously unselected package libunistring0:amd64.
21:18:35 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
21:18:35 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
21:18:36 Selecting previously unselected package libidn2-0:amd64.
21:18:36 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
21:18:36 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
21:18:36 Selecting previously unselected package libsasl2-modules-db:amd64.
21:18:36 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ...
21:18:36 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:18:36 Selecting previously unselected package libsasl2-2:amd64.
21:18:36 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ...
21:18:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:18:36 Selecting previously unselected package libldap-common.
21:18:36 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
21:18:36 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
21:18:36 Selecting previously unselected package libldap-2.4-2:amd64.
21:18:36 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
21:18:36 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
21:18:36 Selecting previously unselected package libnghttp2-14:amd64.
21:18:36 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
21:18:36 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
21:18:36 Selecting previously unselected package libpsl5:amd64.
21:18:36 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
21:18:36 Unpacking libpsl5:amd64 (0.17.0-3) ...
21:18:36 Selecting previously unselected package librtmp1:amd64.
21:18:36 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
21:18:36 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
21:18:36 Selecting previously unselected package libssh2-1:amd64.
21:18:36 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
21:18:36 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
21:18:36 Selecting previously unselected package libcurl3-gnutls:amd64.
21:18:36 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
21:18:36 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
21:18:36 Selecting previously unselected package liberror-perl.
21:18:36 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
21:18:36 Unpacking liberror-perl (0.17024-1) ...
21:18:36 Selecting previously unselected package git-man.
21:18:36 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u5_all.deb ...
21:18:36 Unpacking git-man (1:2.11.0-3+deb9u5) ...
21:18:36 Selecting previously unselected package git.
21:18:36 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u5_amd64.deb ...
21:18:36 Unpacking git (1:2.11.0-3+deb9u5) ...
21:18:37 Selecting previously unselected package libpython2.7-minimal:amd64.
21:18:37 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
21:18:37 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
21:18:37 Selecting previously unselected package python2.7-minimal.
21:18:37 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
21:18:37 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
21:18:37 Selecting previously unselected package libssl1.0.2:amd64.
21:18:37 Preparing to unpack .../31-libssl1.0.2_1.0.2u-1~deb9u1_amd64.deb ...
21:18:37 Unpacking libssl1.0.2:amd64 (1.0.2u-1~deb9u1) ...
21:18:37 Selecting previously unselected package mime-support.
21:18:37 Preparing to unpack .../32-mime-support_3.60_all.deb ...
21:18:37 Unpacking mime-support (3.60) ...
21:18:37 Selecting previously unselected package libpython2.7-stdlib:amd64.
21:18:37 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
21:18:37 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
21:18:37 Selecting previously unselected package python2.7.
21:18:37 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
21:18:37 Unpacking python2.7 (2.7.13-2+deb9u3) ...
21:18:37 Selecting previously unselected package binutils.
21:18:37 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
21:18:37 Unpacking binutils (2.28-5) ...
21:18:38 Selecting previously unselected package libisl15:amd64.
21:18:38 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
21:18:38 Unpacking libisl15:amd64 (0.18-1) ...
21:18:38 Selecting previously unselected package libmpfr4:amd64.
21:18:38 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
21:18:38 Unpacking libmpfr4:amd64 (3.1.5-1) ...
21:18:38 Selecting previously unselected package libmpc3:amd64.
21:18:38 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
21:18:38 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
21:18:38 Selecting previously unselected package cpp-6.
21:18:38 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
21:18:38 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package cpp.
21:18:39 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
21:18:39 Unpacking cpp (4:6.3.0-4) ...
21:18:39 Selecting previously unselected package libcurl3:amd64.
21:18:39 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
21:18:39 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
21:18:39 Selecting previously unselected package curl.
21:18:39 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
21:18:39 Unpacking curl (7.52.1-5+deb9u9) ...
21:18:39 Selecting previously unselected package libcc1-0:amd64.
21:18:39 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libgomp1:amd64.
21:18:39 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libitm1:amd64.
21:18:39 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libatomic1:amd64.
21:18:39 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libasan3:amd64.
21:18:39 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package liblsan0:amd64.
21:18:39 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libtsan0:amd64.
21:18:39 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libubsan0:amd64.
21:18:39 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libcilkrts5:amd64.
21:18:39 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libmpx2:amd64.
21:18:39 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libquadmath0:amd64.
21:18:39 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
21:18:39 Selecting previously unselected package libgcc-6-dev:amd64.
21:18:39 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
21:18:39 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
21:18:40 Selecting previously unselected package gcc-6.
21:18:40 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
21:18:40 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
21:18:40 Selecting previously unselected package gcc.
21:18:40 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
21:18:40 Unpacking gcc (4:6.3.0-4) ...
21:18:40 Selecting previously unselected package libc-dev-bin.
21:18:40 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
21:18:40 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
21:18:40 Selecting previously unselected package linux-libc-dev:amd64.
21:18:40 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ...
21:18:40 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
21:18:41 Selecting previously unselected package libc6-dev:amd64.
21:18:41 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
21:18:41 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
21:18:41 Selecting previously unselected package libexpat1-dev:amd64.
21:18:41 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
21:18:41 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
21:18:41 Selecting previously unselected package libffi-dev:amd64.
21:18:41 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
21:18:41 Unpacking libffi-dev:amd64 (3.2.1-6) ...
21:18:41 Selecting previously unselected package libpython2.7:amd64.
21:18:41 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
21:18:41 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
21:18:41 Selecting previously unselected package libpython2.7-dev:amd64.
21:18:41 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
21:18:41 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
21:18:43 Selecting previously unselected package libssl-dev:amd64.
21:18:43 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
21:18:43 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
21:18:43 Selecting previously unselected package make.
21:18:43 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
21:18:43 Unpacking make (4.1-9.1) ...
21:18:43 Selecting previously unselected package python2.7-dev.
21:18:43 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
21:18:43 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
21:18:44 Selecting previously unselected package zlib1g-dev:amd64.
21:18:44 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
21:18:44 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
21:18:44 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
21:18:44 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
21:18:44 Setting up libnettle6:amd64 (3.3-1+b2) ...
21:18:44 Setting up git-man (1:2.11.0-3+deb9u5) ...
21:18:44 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up make (4.1-9.1) ...
21:18:44 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
21:18:44 Setting up mime-support (3.60) ...
21:18:44 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
21:18:44 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
21:18:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:18:44 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
21:18:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:18:44 Setting up libffi-dev:amd64 (3.2.1-6) ...
21:18:44 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
21:18:44 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up perl (5.24.1-3+deb9u5) ...
21:18:44 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
21:18:44 update-alternatives: warning: skip creation of /usr/share/man/man1/rename.1.gz because associated file /usr/share/man/man1/prename.1.gz (of link group rename) doesn't exist
21:18:44 Setting up libssl1.0.2:amd64 (1.0.2u-1~deb9u1) ...
21:18:44 debconf: unable to initialize frontend: Dialog
21:18:44 debconf: (TERM is not set, so the dialog frontend is not usable.)
21:18:44 debconf: falling back to frontend: Readline
21:18:44 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
21:18:44 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
21:18:44 Processing triggers for libc-bin (2.24-11+deb9u4) ...
21:18:44 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
21:18:44 Setting up libp11-kit0:amd64 (0.23.3-2) ...
21:18:44 Setting up libmpfr4:amd64 (3.1.5-1) ...
21:18:44 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
21:18:44 Setting up binutils (2.28-5) ...
21:18:44 Setting up libc-dev-bin (2.24-11+deb9u4) ...
21:18:44 Setting up libkeyutils1:amd64 (1.5.9-9) ...
21:18:44 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
21:18:44 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
21:18:44 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
21:18:44 Setting up libidn11:amd64 (1.33-1) ...
21:18:44 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
21:18:44 Linking and byte-compiling packages for runtime python2.7...
21:18:44 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
21:18:44 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
21:18:44 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
21:18:44 Setting up liberror-perl (0.17024-1) ...
21:18:44 Setting up libpsl5:amd64 (0.17.0-3) ...
21:18:44 Setting up python2.7 (2.7.13-2+deb9u3) ...
21:18:45 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
21:18:45 Setting up libhogweed4:amd64 (3.3-1+b2) ...
21:18:45 Setting up libisl15:amd64 (0.18-1) ...
21:18:45 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
21:18:45 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
21:18:45 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
21:18:45 Setting up cpp-6 (6.3.0-18+deb9u1) ...
21:18:45 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
21:18:45 Setting up cpp (4:6.3.0-4) ...
21:18:45 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
21:18:45 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
21:18:45 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
21:18:45 Setting up gcc-6 (6.3.0-18+deb9u1) ...
21:18:45 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
21:18:45 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
21:18:45 Setting up gcc (4:6.3.0-4) ...
21:18:45 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
21:18:45 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
21:18:45 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
21:18:45 Setting up git (1:2.11.0-3+deb9u5) ...
21:18:45 Setting up curl (7.52.1-5+deb9u9) ...
21:18:45 Processing triggers for libc-bin (2.24-11+deb9u4) ...
21:18:51 Removing intermediate container d7572d4dabe3
21:18:51  ---> 902b161181da
21:18:51 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
21:18:51  ---> 89c1439a3f7f
21:18:51 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
21:18:51  ---> 8c2cc4baae51
21:18:51 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
21:18:51  ---> Running in 106277ea5e87
21:18:51 Removing intermediate container 106277ea5e87
21:18:51  ---> ecca21391036
21:18:51 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
21:18:52  ---> 993dbf2ab907
21:18:52 Step 18/32 : WORKDIR /code/
21:18:52  ---> Running in 22d4c4327ad1
21:18:52 Removing intermediate container 22d4c4327ad1
21:18:52  ---> a28c995f8b16
21:18:52 Step 19/32 : RUN pip install virtualenv==16.2.0
21:18:52  ---> Running in 8a0b2dff3257
21:18:58 Collecting virtualenv==16.2.0
21:18:58   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
21:18:59 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
21:18:59 Installing collected packages: virtualenv
21:18:59 Successfully installed virtualenv-16.2.0
21:19:03 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
21:19:03 You should consider upgrading via the 'pip install --upgrade pip' command.
21:19:04 Removing intermediate container 8a0b2dff3257
21:19:04  ---> 64b073a659db
21:19:04 Step 20/32 : RUN pip install tox==2.9.1
21:19:04  ---> Running in 51f7f1150996
21:19:09 Collecting tox==2.9.1
21:19:10   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
21:19:10 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
21:19:10 Collecting six
21:19:10   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
21:19:10 Collecting py>=1.4.17
21:19:10   Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB)
21:19:10 Collecting pluggy<1.0,>=0.3.0
21:19:10   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
21:19:10 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
21:19:10 Collecting importlib-metadata>=0.12; python_version < "3.8"
21:19:10   Downloading https://files.pythonhosted.org/packages/e9/71/1a1e0ed0981bb6a67bce55a210f168126b7ebd2065958673797ea66489ca/importlib_metadata-1.3.0-py2.py3-none-any.whl
21:19:10 Collecting zipp>=0.5
21:19:10   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
21:19:10 Collecting more-itertools
21:19:10   Downloading https://files.pythonhosted.org/packages/68/03/0604cec1ea13c9f063dd50f900d1a36160334dd3cfb01fd0e638f61b46ba/more_itertools-8.0.2-py3-none-any.whl (40kB)
21:19:10 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
21:19:11 Successfully installed importlib-metadata-1.3.0 more-itertools-8.0.2 pluggy-0.13.1 py-1.8.1 six-1.13.0 tox-2.9.1 zipp-0.6.0
21:19:11 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
21:19:11 You should consider upgrading via the 'pip install --upgrade pip' command.
21:19:11 Removing intermediate container 51f7f1150996
21:19:11  ---> 478d6e8f8ded
21:19:11 Step 21/32 : COPY requirements.txt .
21:19:11  ---> 1b81e2074ba2
21:19:11 Step 22/32 : COPY requirements-dev.txt .
21:19:12  ---> 289401ffc405
21:19:12 Step 23/32 : COPY .pre-commit-config.yaml .
21:19:12  ---> 81de28390b0b
21:19:12 Step 24/32 : COPY tox.ini .
21:19:12  ---> a0b1ad9f6e54
21:19:12 Step 25/32 : COPY setup.py .
21:19:12  ---> 66353cf1020c
21:19:12 Step 26/32 : COPY README.md .
21:19:12  ---> bdbbb7433815
21:19:12 Step 27/32 : COPY compose compose/
21:19:13  ---> 5bdd43d9c318
21:19:13 Step 28/32 : RUN tox --notest
21:19:13  ---> Running in 0eb45fe970b7
21:19:14 py27 create: /code/.tox/py27
21:19:26 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:21:32 py27 develop-inst: /code
21:21:33 py27 installed: 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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0
21:21:33 py37 create: /code/.tox/py37
21:21:45 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:23:51 py37 develop-inst: /code
21:23:51 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
21:23:51 pre-commit create: /code/.tox/pre-commit
21:24:00 pre-commit installdeps: pre-commit
21:24:12 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0
21:24:12 ___________________________________ summary ____________________________________
21:24:12   py27: skipped tests
21:24:12   py37: skipped tests
21:24:12   pre-commit: skipped tests
21:24:12   congratulations :)
21:24:16 Removing intermediate container 0eb45fe970b7
21:24:16  ---> 14f78d7b1e8c
21:24:16 Step 29/32 : COPY . .
21:24:16  ---> 9a6ab4e3b67e
21:24:16 Step 30/32 : ARG GIT_COMMIT=unknown
21:24:16  ---> Running in 0c3ed527542c
21:24:16 Removing intermediate container 0c3ed527542c
21:24:16  ---> 87e3a50b1626
21:24:16 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
21:24:16  ---> Running in 4a687b60598c
21:24:17 Removing intermediate container 4a687b60598c
21:24:17  ---> 2845da45bba4
21:24:17 Step 32/32 : RUN script/build/linux-entrypoint
21:24:17  ---> Running in 851ffb75d87c
21:24:17 + CODE_PATH=/code
21:24:17 + VENV=/code/.tox/py37
21:24:17 + cd /code
21:24:17 + mkdir -p dist
21:24:17 + chmod 777 dist
21:24:17 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
21:24:36 + '[' -z ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 ']'
21:24:36 + echo ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:24:36 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:24:36 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:24:36 + '[' '!' -z 1 ']'
21:24:36 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
21:24:36 Cloning into '/tmp/pyinstaller'...
21:24:40 + cd /tmp/pyinstaller/bootloader
21:24:40 + git checkout v3.5
21:24:40 Note: checking out 'v3.5'.
21:24:40 
21:24:40 You are in 'detached HEAD' state. You can look around, make experimental
21:24:40 changes and commit them, and you can discard any commits you make in this
21:24:40 state without impacting any branches by performing another checkout.
21:24:40 
21:24:40 If you want to create a new branch to retain commits you create, you may
21:24:40 do so (now or later) by using -b with the checkout command again. Example:
21:24:40 
21:24:40   git checkout -b <new-branch-name>
21:24:40 
21:24:40 HEAD is now at 498e6ee0 Release 3.5.
21:24:40 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
21:24:40 Setting top to                           : /tmp/pyinstaller/bootloader 
21:24:40 Setting out to                           : /tmp/pyinstaller/bootloader/build 
21:24:40 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
21:24:40 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
21:24:40 Checking size of pointer                 : 8 
21:24:40 Platform                                 : Linux-64bit detected based on compiler 
21:24:40 Checking for flags -m64                  : yes 
21:24:40 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
21:24:40 Checking for program 'strip'             : /usr/bin/strip 
21:24:40 Checking for library dl                  : yes 
21:24:40 Checking for library m                   : yes 
21:24:40 Checking for library z                   : yes 
21:24:40 Checking for function unsetenv           : yes 
21:24:40 Checking for function mkdtemp            : yes 
21:24:40 Checking for flags -Wl,--as-needed       : yes 
21:24:40 'configure' finished successfully (0.338s)
21:24:40 'all' finished successfully (0.000s)
21:24:40 'distclean' finished successfully (0.001s)
21:24:40 Setting top to                           : /tmp/pyinstaller/bootloader 
21:24:40 Setting out to                           : /tmp/pyinstaller/bootloader/build 
21:24:40 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
21:24:40 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
21:24:40 Checking size of pointer                 : 8 
21:24:40 Platform                                 : Linux-64bit detected based on compiler 
21:24:40 Checking for flags -m64                  : yes 
21:24:40 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
21:24:40 Checking for program 'strip'             : /usr/bin/strip 
21:24:40 Checking for library dl                  : yes 
21:24:40 Checking for library m                   : yes 
21:24:40 Checking for library z                   : yes 
21:24:40 Checking for function unsetenv           : yes 
21:24:40 Checking for function mkdtemp            : yes 
21:24:40 Checking for flags -Wl,--as-needed       : yes 
21:24:40 'configure' finished successfully (0.318s)
21:24:40 'make_all' finished successfully (0.003s)
21:24:40 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
21:24:40 [ 1/13] Compiling src/pyi_python.c
21:24:40 [ 2/13] Compiling src/pyi_global.c
21:24:40 [ 3/13] Compiling src/pyi_archive.c
21:24:40 [ 4/13] Compiling src/pyi_launch.c
21:24:41 [ 5/13] Compiling src/pyi_main.c
21:24:41 [ 6/13] Compiling src/pyi_win32_utils.c
21:24:41 [ 7/13] Compiling src/pyi_python27_compat.c
21:24:41 [ 8/13] Compiling src/pyi_pythonlib.c
21:24:41 [ 9/13] Compiling src/pyi_path.c
21:24:41 [10/13] Compiling src/main.c
21:24:41 [11/13] Compiling src/pyi_utils.c
21:24:41 [12/13] Linking build/debug/run_d
21:24:41 [13/13] Processing build/debug/run_d
21:24:41 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
21:24:41 'build_debug' finished successfully (0.698s)
21:24:41 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
21:24:41 [ 1/13] Compiling src/pyi_python.c
21:24:41 [ 2/13] Compiling src/pyi_global.c
21:24:41 [ 3/13] Compiling src/main.c
21:24:41 [ 4/13] Compiling src/pyi_archive.c
21:24:41 [ 5/13] Compiling src/pyi_launch.c
21:24:41 [ 6/13] Compiling src/pyi_win32_utils.c
21:24:41 [ 7/13] Compiling src/pyi_main.c
21:24:41 [ 8/13] Compiling src/pyi_pythonlib.c
21:24:42 [ 9/13] Compiling src/pyi_python27_compat.c
21:24:42 [10/13] Compiling src/pyi_utils.c
21:24:42 [11/13] Compiling src/pyi_path.c
21:24:42 [12/13] Linking build/release/run
21:24:42 [13/13] Processing build/release/run
21:24:42 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
21:24:42 'build_release' finished successfully (0.660s)
21:24:42 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
21:24:42 [13/14] Processing build/debug/run_d
21:24:42 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
21:24:42 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
21:24:42 'install_debug' finished successfully (0.016s)
21:24:42 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
21:24:42 [13/14] Processing build/release/run
21:24:42 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
21:24:42 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
21:24:42 'install_release' finished successfully (0.014s)
21:24:42 + /code/.tox/py37/bin/pip3 install ..
21:24:42 Processing /tmp/pyinstaller
21:24:42   Installing build dependencies: started
21:24:48   Installing build dependencies: finished with status 'done'
21:24:48   Getting requirements to build wheel: started
21:24:48   Getting requirements to build wheel: finished with status 'done'
21:24:48     Preparing wheel metadata: started
21:24:48     Preparing wheel metadata: finished with status 'done'
21:24:48 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
21:24:48 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (44.0.0)
21:24:48 Building wheels for collected packages: PyInstaller
21:24:48   Building wheel for PyInstaller (PEP 517): started
21:24:49   Building wheel for PyInstaller (PEP 517): finished with status 'done'
21:24:49   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=21867ff911ad907ce9cfbdb0014b2e12373294464c2f10f0e53b45150eb8c40a
21:24:49   Stored in directory: /tmp/pip-ephem-wheel-cache-ggs0iunl/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
21:24:49 Successfully built PyInstaller
21:24:49 Installing collected packages: PyInstaller
21:24:49   Found existing installation: PyInstaller 3.5
21:24:49     Uninstalling PyInstaller-3.5:
21:24:49       Successfully uninstalled PyInstaller-3.5
21:24:50 Successfully installed PyInstaller-3.5
21:24:50 + cd /code
21:24:50 + rm -Rf /tmp/pyinstaller
21:24:50 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
21:24:50 36 INFO: PyInstaller: 3.5
21:24:50 36 INFO: Python: 3.7.4
21:24:50 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
21:24:50 40 INFO: UPX is not available.
21:24:50 41 INFO: Extending PYTHONPATH with paths
21:24:50 ['/code/bin', '/code']
21:24:50 41 INFO: checking Analysis
21:24:50 42 INFO: Building Analysis because Analysis-00.toc is non existent
21:24:50 42 INFO: Initializing module dependency graph...
21:24:50 43 INFO: Initializing module graph hooks...
21:24:50 44 INFO: Analyzing base_library.zip ...
21:24:52 2496 INFO: running Analysis Analysis-00.toc
21:24:52 2507 INFO: Caching module hooks...
21:24:52 2511 INFO: Analyzing bin/docker-compose
21:24:52 2592 INFO: Processing pre-find module path hook   distutils
21:24:52 2593 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
21:24:53 2772 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
21:24:54 3624 INFO: Processing pre-safe import module hook   six.moves
21:24:56 5963 INFO: Loading module hooks...
21:24:56 5963 INFO: Loading module hook "hook-certifi.py"...
21:24:56 5964 INFO: Loading module hook "hook-jsonschema.py"...
21:24:56 5965 INFO: Loading module hook "hook-xml.py"...
21:24:56 6003 INFO: Loading module hook "hook-nacl.py"...
21:24:56 6004 INFO: Loading module hook "hook-distutils.py"...
21:24:56 6006 INFO: Loading module hook "hook-pkg_resources.py"...
21:24:56 6146 INFO: Processing pre-safe import module hook   win32com
21:24:56 6338 INFO: Loading module hook "hook-pydoc.py"...
21:24:56 6339 INFO: Loading module hook "hook-sysconfig.py"...
21:24:56 6345 INFO: Loading module hook "hook-encodings.py"...
21:24:56 6383 INFO: Loading module hook "hook-cryptography.py"...
21:24:56 6529 INFO: Looking for ctypes DLLs
21:24:56 Illegal option -p
21:24:56 6558 INFO: Analyzing run-time hooks ...
21:24:56 6566 INFO: Including run-time hook 'pyi_rth_certifi.py'
21:24:56 6567 INFO: Including run-time hook 'pyi_rth_pkgres.py'
21:24:56 6576 INFO: Looking for dynamic libraries
21:24:57 6782 INFO: Looking for eggs
21:24:57 6782 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
21:24:57 6791 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
21:24:57 6843 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
21:24:57 6866 INFO: checking PYZ
21:24:57 6866 INFO: Building PYZ because PYZ-00.toc is non existent
21:24:57 6866 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
21:24:58 7622 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
21:24:58 7633 INFO: checking PKG
21:24:58 7633 INFO: Building PKG because PKG-00.toc is non existent
21:24:58 7633 INFO: Building PKG (CArchive) PKG-00.pkg
21:25:10 18733 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
21:25:10 18736 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
21:25:10 18736 INFO: checking EXE
21:25:10 18736 INFO: Building EXE because EXE-00.toc is non existent
21:25:10 18736 INFO: Building EXE from EXE-00.toc
21:25:10 18736 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
21:25:10 19213 INFO: Building EXE from EXE-00.toc completed successfully.
21:25:10 + ls -la dist/
21:25:10 total 17124
21:25:10 drwxrwxrwx    2 root     root          4096 Jan  6 21:25 .
21:25:10 drwxr-xr-x    1 root     root          4096 Jan  6 21:24 ..
21:25:10 -rwxr-xr-x    1 root     root      17522648 Jan  6 21:25 docker-compose
21:25:10 + ldd dist/docker-compose
21:25:10 	/lib/ld-musl-x86_64.so.1 (0x7fd938c25000)
21:25:10 	libz.so.1 => /lib/libz.so.1 (0x7fd938bef000)
21:25:10 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fd938c25000)
21:25:10 + mv dist/docker-compose /usr/local/bin
21:25:10 + docker-compose version
21:25:10 docker-compose version 1.26.0dev, build ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:25:10 docker-py version: 4.1.0
21:25:10 CPython version: 3.7.4
21:25:10 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
21:25:12 Removing intermediate container 851ffb75d87c
21:25:12  ---> f9df8db8ad07
21:25:12 Successfully built f9df8db8ad07
21:25:12 Successfully tagged dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] sh
21:25:12 + docker push dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:25:12 The push refers to repository [docker.io/dockerbuildbot/compose]
21:25:12 b8aecb98d717: Preparing
21:25:12 1778385b68e1: Preparing
21:25:12 6b27cdc8bc6d: Preparing
21:25:12 4690d43a1b82: Preparing
21:25:12 2d5c00a94421: Preparing
21:25:12 46de72884d30: Preparing
21:25:12 3b45037faef8: Preparing
21:25:12 5ae51fbe4fa3: Preparing
21:25:12 a100e4a168a4: Preparing
21:25:12 b50bf713b107: Preparing
21:25:12 832cf352b3d0: Preparing
21:25:12 64620144396b: Preparing
21:25:12 e71230281a4a: Preparing
21:25:12 6276460eb2de: Preparing
21:25:12 de1632309f90: Preparing
21:25:12 e01c05f84fdf: Preparing
21:25:12 2a8b7fd42278: Preparing
21:25:12 6a1aa47d6606: Preparing
21:25:12 7b66164940a3: Preparing
21:25:12 c5728f2d608b: Preparing
21:25:12 03901b4a2ea8: Preparing
21:25:12 46de72884d30: Waiting
21:25:12 3b45037faef8: Waiting
21:25:12 5ae51fbe4fa3: Waiting
21:25:12 a100e4a168a4: Waiting
21:25:12 b50bf713b107: Waiting
21:25:12 832cf352b3d0: Waiting
21:25:12 64620144396b: Waiting
21:25:12 e71230281a4a: Waiting
21:25:12 6276460eb2de: Waiting
21:25:12 de1632309f90: Waiting
21:25:12 e01c05f84fdf: Waiting
21:25:12 2a8b7fd42278: Waiting
21:25:12 6a1aa47d6606: Waiting
21:25:12 7b66164940a3: Waiting
21:25:12 c5728f2d608b: Waiting
21:25:12 03901b4a2ea8: Waiting
21:25:13 2d5c00a94421: Pushed
21:25:14 1778385b68e1: Pushed
21:25:14 4690d43a1b82: Pushed
21:25:16 46de72884d30: Pushed
21:25:16 3b45037faef8: Pushed
21:25:16 5ae51fbe4fa3: Pushed
21:25:17 a100e4a168a4: Pushed
21:25:17 b50bf713b107: Pushed
21:25:18 832cf352b3d0: Pushed
21:25:20 b8aecb98d717: Pushed
21:25:20 e71230281a4a: Pushed
21:25:20 64620144396b: Pushed
21:25:21 2a8b7fd42278: Layer already exists
21:25:21 6a1aa47d6606: Layer already exists
21:25:22 7b66164940a3: Layer already exists
21:25:22 de1632309f90: Pushed
21:25:22 03901b4a2ea8: Layer already exists
21:25:22 c5728f2d608b: Layer already exists
21:25:23 6276460eb2de: Pushed
21:25:25 6b27cdc8bc6d: Pushed
21:25:39 e01c05f84fdf: Pushed
21:25:39 alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: digest: sha256:0de95fa03367d66b7523fdfd7b5d5c3d4bdb81ba6af65a960badae5500c3483b size: 4715
[Pipeline] echo
21:25:39 dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124
[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-7124@tmp/f475051e-9117-418e-a6ad-3b44d6f38c17/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] sh
21:25:40 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 /code/script/test/versions.py -n 2 docker/docker-ce recent
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124
[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-7124@tmp/858ae4ac-d350-4038-90bf-b9586ef767be/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
21:25:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:25:42 chowning workspace
[Pipeline] sh
21:25:42 + uname -m
[Pipeline] sh
21:25:43 + pwd
21:25:43 + id -u
21:25:43 + id -g
21:25:43 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:25:44 Removing all docker containers
[Pipeline] sh
21:25:44 + docker container ls -aq
[Pipeline] echo
21:25:44 Docker containers have been removed
[Pipeline] echo
21:25:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:25:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
21:25:44 using credential sf-release-bot.github.ssh
21:25:44 Cloning the remote Git repository
21:25:44 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
21:25:46 Fetching without tags
21:25:46 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:25:46 Commit message: "Fix flake8 issues"
[Pipeline] sh
21:25:47 + docker pull dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:25:47 Error response from daemon: manifest for dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 not found: manifest unknown: manifest unknown
[Pipeline] sh
21:25:48 + script/build/write-git-sha
21:25:48 + GIT_COMMIT=ebbd2e86
21:25:48 + docker build -t dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 .
21:25:48 Sending build context to Docker daemon  1.881MB

21:25:48 Step 1/32 : ARG DOCKER_VERSION=18.09.7
21:25:48 Step 2/32 : ARG PYTHON_VERSION=3.7.4
21:25:48 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
21:25:48 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
21:25:48 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
21:25:48 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
21:25:48 Step 7/32 : ARG BUILD_PLATFORM=alpine
21:25:48 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
21:25:48  ---> 108a4437ed8c
21:25:48 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
21:25:48  ---> f309434dea3a
21:25:48 Step 10/32 : RUN apk add --no-cache     bash     build-base     ca-certificates     curl     gcc     git     libc-dev     libffi-dev     libgcc     make     musl-dev     openssl     openssl-dev     python2     python2-dev     zlib-dev
21:25:48  ---> Using cache
21:25:48  ---> a0fee480894e
21:25:48 Step 11/32 : ENV BUILD_BOOTLOADER=1
21:25:48  ---> Using cache
21:25:48  ---> 89c1439a3f7f
21:25:48 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
21:25:48  ---> fad2b9f06d3b
21:25:48 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
21:25:48  ---> Using cache
21:25:48  ---> 902b161181da
21:25:48 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
21:25:48  ---> 902b161181da
21:25:48 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
21:25:48  ---> a86ba5c1d7d0
21:25:48 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
21:25:48  ---> Running in ed9d46340b92
21:25:48 Removing intermediate container ed9d46340b92
21:25:48  ---> 59e898bde5cd
21:25:48 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
21:25:52  ---> 05baf0c88330
21:25:52 Step 18/32 : WORKDIR /code/
21:25:52  ---> Running in 6aec7309286d
21:25:52 Removing intermediate container 6aec7309286d
21:25:52  ---> e37d30adbc7a
21:25:52 Step 19/32 : RUN pip install virtualenv==16.2.0
21:25:52  ---> Running in dcd77897c215
21:25:59 Collecting virtualenv==16.2.0
21:25:59   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
21:25:59 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
21:25:59 Installing collected packages: virtualenv
21:25:59 Successfully installed virtualenv-16.2.0
21:26:03 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
21:26:03 You should consider upgrading via the 'pip install --upgrade pip' command.
21:26:04 Removing intermediate container dcd77897c215
21:26:04  ---> eca006f26015
21:26:04 Step 20/32 : RUN pip install tox==2.9.1
21:26:04  ---> Running in 6f4af6c0d2d8
21:26:10 Collecting tox==2.9.1
21:26:10   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
21:26:10 Collecting pluggy<1.0,>=0.3.0
21:26:10   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
21:26:10 Collecting six
21:26:10   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
21:26:10 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
21:26:10 Collecting py>=1.4.17
21:26:10   Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB)
21:26:10 Collecting importlib-metadata>=0.12; python_version < "3.8"
21:26:10   Downloading https://files.pythonhosted.org/packages/e9/71/1a1e0ed0981bb6a67bce55a210f168126b7ebd2065958673797ea66489ca/importlib_metadata-1.3.0-py2.py3-none-any.whl
21:26:10 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
21:26:10 Collecting zipp>=0.5
21:26:10   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
21:26:10 Collecting more-itertools
21:26:10   Downloading https://files.pythonhosted.org/packages/68/03/0604cec1ea13c9f063dd50f900d1a36160334dd3cfb01fd0e638f61b46ba/more_itertools-8.0.2-py3-none-any.whl (40kB)
21:26:11 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
21:26:11 Successfully installed importlib-metadata-1.3.0 more-itertools-8.0.2 pluggy-0.13.1 py-1.8.1 six-1.13.0 tox-2.9.1 zipp-0.6.0
21:26:11 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
21:26:11 You should consider upgrading via the 'pip install --upgrade pip' command.
21:26:11 Removing intermediate container 6f4af6c0d2d8
21:26:11  ---> 4667f560bee3
21:26:11 Step 21/32 : COPY requirements.txt .
21:26:12  ---> 7dd1c36588c7
21:26:12 Step 22/32 : COPY requirements-dev.txt .
21:26:12  ---> ee051f700bcc
21:26:12 Step 23/32 : COPY .pre-commit-config.yaml .
21:26:12  ---> 953d1a432859
21:26:12 Step 24/32 : COPY tox.ini .
21:26:12  ---> b4213f6a8392
21:26:12 Step 25/32 : COPY setup.py .
21:26:12  ---> 66f33c91a8b6
21:26:12 Step 26/32 : COPY README.md .
21:26:13  ---> 7d2f026431c5
21:26:13 Step 27/32 : COPY compose compose/
21:26:13  ---> da21df494630
21:26:13 Step 28/32 : RUN tox --notest
21:26:13  ---> Running in 20c8774542ab
21:26:14 py27 create: /code/.tox/py27
21:26:26 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:26:44 py27 develop-inst: /code
21:26:52 py27 installed: 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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0
21:26:52 py37 create: /code/.tox/py37
21:27:04 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:27:22 py37 develop-inst: /code
21:27:22 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
21:27:22 pre-commit create: /code/.tox/pre-commit
21:27:32 pre-commit installdeps: pre-commit
21:27:45 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0
21:27:45 ___________________________________ summary ____________________________________
21:27:45   py27: skipped tests
21:27:45   py37: skipped tests
21:27:45   pre-commit: skipped tests
21:27:45   congratulations :)
21:27:48 Removing intermediate container 20c8774542ab
21:27:48  ---> 8f2c948d44ea
21:27:48 Step 29/32 : COPY . .
21:27:48  ---> d8c9a23b1383
21:27:48 Step 30/32 : ARG GIT_COMMIT=unknown
21:27:48  ---> Running in fe906f0ad302
21:27:48 Removing intermediate container fe906f0ad302
21:27:48  ---> 8e086295d0ae
21:27:48 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
21:27:48  ---> Running in 7adb1ba3f983
21:27:48 Removing intermediate container 7adb1ba3f983
21:27:48  ---> bccd33993c0c
21:27:48 Step 32/32 : RUN script/build/linux-entrypoint
21:27:48  ---> Running in d87127f37c58
21:27:49 + CODE_PATH=/code
21:27:49 + VENV=/code/.tox/py37
21:27:49 + cd /code
21:27:49 + mkdir -p dist
21:27:49 + chmod 777 dist
21:27:49 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
21:28:07 + '[' -z ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 ']'
21:28:07 + echo ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:28:07 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:28:07 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:28:07 + '[' '!' -z '' ']'
21:28:07 + echo 'NOT compiling bootloader!!!'
21:28:07 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
21:28:07 NOT compiling bootloader!!!
21:28:07 36 INFO: PyInstaller: 3.5
21:28:07 36 INFO: Python: 3.7.4
21:28:07 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
21:28:07 39 INFO: UPX is not available.
21:28:07 40 INFO: Extending PYTHONPATH with paths
21:28:07 ['/code/bin', '/code']
21:28:07 40 INFO: checking Analysis
21:28:07 40 INFO: Building Analysis because Analysis-00.toc is non existent
21:28:07 40 INFO: Initializing module dependency graph...
21:28:07 41 INFO: Initializing module graph hooks...
21:28:07 42 INFO: Analyzing base_library.zip ...
21:28:10 2571 INFO: running Analysis Analysis-00.toc
21:28:10 2588 INFO: Caching module hooks...
21:28:10 2592 INFO: Analyzing bin/docker-compose
21:28:10 2674 INFO: Processing pre-find module path hook   distutils
21:28:10 2674 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
21:28:10 2861 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
21:28:11 3731 INFO: Processing pre-safe import module hook   six.moves
21:28:14 6126 INFO: Loading module hooks...
21:28:14 6127 INFO: Loading module hook "hook-certifi.py"...
21:28:14 6127 INFO: Loading module hook "hook-jsonschema.py"...
21:28:14 6129 INFO: Loading module hook "hook-xml.py"...
21:28:14 6167 INFO: Loading module hook "hook-nacl.py"...
21:28:14 6169 INFO: Loading module hook "hook-distutils.py"...
21:28:14 6170 INFO: Loading module hook "hook-pkg_resources.py"...
21:28:14 6490 INFO: Processing pre-safe import module hook   win32com
21:28:14 6492 INFO: Loading module hook "hook-pydoc.py"...
21:28:14 6493 INFO: Loading module hook "hook-sysconfig.py"...
21:28:14 6500 INFO: Loading module hook "hook-encodings.py"...
21:28:14 6538 INFO: Loading module hook "hook-cryptography.py"...
21:28:14 6693 INFO: Looking for ctypes DLLs
21:28:14 6726 INFO: Analyzing run-time hooks ...
21:28:14 6734 INFO: Including run-time hook 'pyi_rth_certifi.py'
21:28:14 6736 INFO: Including run-time hook 'pyi_rth_pkgres.py'
21:28:14 6746 INFO: Looking for dynamic libraries
21:28:15 7272 INFO: Looking for eggs
21:28:15 7272 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
21:28:15 7282 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
21:28:15 7335 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
21:28:15 7357 INFO: checking PYZ
21:28:15 7357 INFO: Building PYZ because PYZ-00.toc is non existent
21:28:15 7357 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
21:28:16 8061 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
21:28:16 8071 INFO: checking PKG
21:28:16 8071 INFO: Building PKG because PKG-00.toc is non existent
21:28:16 8071 INFO: Building PKG (CArchive) PKG-00.pkg
21:28:26 17794 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
21:28:26 17797 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
21:28:26 17797 INFO: checking EXE
21:28:26 17798 INFO: Building EXE because EXE-00.toc is non existent
21:28:26 17798 INFO: Building EXE from EXE-00.toc
21:28:26 17798 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
21:28:26 18283 INFO: Building EXE from EXE-00.toc completed successfully.
21:28:26 + ls -la dist/
21:28:26 total 16648
21:28:26 drwxrwxrwx 2 root root     4096 Jan  6 21:28 .
21:28:26 drwxr-xr-x 1 root root     4096 Jan  6 21:28 ..
21:28:26 -rwxr-xr-x 1 root root 17034184 Jan  6 21:28 docker-compose
21:28:26 + ldd dist/docker-compose
21:28:26 	linux-vdso.so.1 (0x00007ffdd2de2000)
21:28:26 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f98b9ae4000)
21:28:26 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f98b98ca000)
21:28:26 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f98b952b000)
21:28:26 	/lib64/ld-linux-x86-64.so.2 (0x00007f98b9ce8000)
21:28:26 + mv dist/docker-compose /usr/local/bin
21:28:26 + docker-compose version
21:28:26 docker-compose version 1.26.0dev, build ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:28:26 docker-py version: 4.1.0
21:28:26 CPython version: 3.7.4
21:28:26 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
21:28:28 Removing intermediate container d87127f37c58
21:28:28  ---> f0fded11fb2c
21:28:28 Successfully built f0fded11fb2c
21:28:28 Successfully tagged dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] sh
21:28:28 + docker push dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:28:28 The push refers to repository [docker.io/dockerbuildbot/compose]
21:28:28 de5338f26ba2: Preparing
21:28:28 0485d6cd6351: Preparing
21:28:28 74e227c960c4: Preparing
21:28:28 03cf48b77aa1: Preparing
21:28:28 64671eda4202: Preparing
21:28:28 2fb89640095b: Preparing
21:28:28 42a806b4c57b: Preparing
21:28:28 22597d05d650: Preparing
21:28:28 9ee76474307a: Preparing
21:28:28 9d7fecdc47c2: Preparing
21:28:28 cb159002febb: Preparing
21:28:28 710bba8c651b: Preparing
21:28:28 f374439ecf0c: Preparing
21:28:28 dacc9462ba40: Preparing
21:28:28 1fda847fab83: Preparing
21:28:28 088636749b2f: Preparing
21:28:28 99a2e7cd1f0d: Preparing
21:28:28 a8f0218d77da: Preparing
21:28:28 b3edacbcd846: Preparing
21:28:28 896510bee743: Preparing
21:28:28 67ecfc9591c8: Preparing
21:28:28 dacc9462ba40: Waiting
21:28:28 1fda847fab83: Waiting
21:28:28 088636749b2f: Waiting
21:28:28 99a2e7cd1f0d: Waiting
21:28:28 a8f0218d77da: Waiting
21:28:28 b3edacbcd846: Waiting
21:28:28 896510bee743: Waiting
21:28:28 67ecfc9591c8: Waiting
21:28:28 42a806b4c57b: Waiting
21:28:28 22597d05d650: Waiting
21:28:28 9ee76474307a: Waiting
21:28:28 9d7fecdc47c2: Waiting
21:28:28 cb159002febb: Waiting
21:28:28 710bba8c651b: Waiting
21:28:28 f374439ecf0c: Waiting
21:28:28 2fb89640095b: Waiting
21:28:30 64671eda4202: Pushed
21:28:31 0485d6cd6351: Pushed
21:28:31 03cf48b77aa1: Pushed
21:28:32 2fb89640095b: Pushed
21:28:32 22597d05d650: Pushed
21:28:32 42a806b4c57b: Pushed
21:28:33 9ee76474307a: Pushed
21:28:34 9d7fecdc47c2: Pushed
21:28:34 cb159002febb: Pushed
21:28:35 f374439ecf0c: Pushed
21:28:37 1fda847fab83: Pushed
21:28:37 710bba8c651b: Pushed
21:28:38 99a2e7cd1f0d: Layer already exists
21:28:38 a8f0218d77da: Layer already exists
21:28:38 b3edacbcd846: Layer already exists
21:28:38 896510bee743: Layer already exists
21:28:38 67ecfc9591c8: Layer already exists
21:28:39 dacc9462ba40: Pushed
21:28:41 74e227c960c4: Pushed
21:28:42 de5338f26ba2: Pushed
21:28:57 088636749b2f: Pushed
21:28:57 debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: digest: sha256:6ce944c131bd8ad9637721a3dbb6d4d5f551db88614a05d6142b12019810928c size: 4718
[Pipeline] echo
21:28:57 dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124
[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-7124@tmp/e1b4ab7e-99e5-4915-8fd7-e2902ea07d88/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] sh
21:28:57 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 /code/script/test/versions.py -n 2 docker/docker-ce recent
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: alpine_19.03.5_py27)
[Pipeline] { (Branch: alpine_19.03.5_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.5_py27)
[Pipeline] { (Branch: debian_19.03.5_py37)
[Pipeline] { (Branch: debian_18.09.9_py27)
[Pipeline] { (Branch: debian_18.09.9_py37)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e86c8d4642769805) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0ee9541979de2ffad) in /home/ubuntu/workspace/compose_PR-7124
Running on ubuntu-1804-overlay2 (i-05bc973359a8c04db) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on ubuntu-1804-overlay2 (i-0d33a78233876e3aa) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-040b6280f2088cbd0) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0f930202ed945f856) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0e711f6cf2f77320e) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0df74eb569aeeb4ff) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/e395c730-a313-4a42-b1f4-ece81cf5ff97/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
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/619ff6ff-5bd9-4922-9aa8-4721878f1088/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] {
[Pipeline] wrap
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/6dc5843c-c25a-45d2-a59f-30ce6eee83d1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
21:28:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:28:59 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
21:28:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:28:59 chowning workspace
[Pipeline] sh
[Pipeline] echo
21:28:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:28:59 chowning workspace
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
21:28:59 + uname -m
[Pipeline] sh
21:28:59 + uname -m
[Pipeline] sh
21:28:59 + uname -m
[Pipeline] sh
21:29:00 + pwd
21:29:00 + id -u
21:29:00 + id -g
21:29:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:00 + pwd
21:29:00 + id -u
21:29:00 + id -g
21:29:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:00 + pwd
21:29:00 + id -u
21:29:00 + id -g
21:29:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:29:01 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
21:29:01 Removing all docker containers
[Pipeline] sh
21:29:01 + docker container ls -aq
21:29:01 + docker container ls -aq
[Pipeline] echo
21:29:01 Docker containers have been removed
[Pipeline] echo
21:29:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:01 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
21:29:01 using credential sf-release-bot.github.ssh
[Pipeline] echo
21:29:01 Docker containers have been removed
[Pipeline] echo
21:29:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
21:29:01 Cloning the remote Git repository
21:29:01 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
21:29:01 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=alpine)
[Pipeline] checkout
21:29:01 using credential sf-release-bot.github.ssh
21:29:01 Cloning the remote Git repository
21:29:01 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
21:29:01 Removing all docker containers
[Pipeline] sh
21:29:01 + docker container ls -aq
[Pipeline] echo
21:29:01 Docker containers have been removed
[Pipeline] echo
21:29:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:01 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5 / baseImage=debian)
[Pipeline] checkout
21:29:01 using credential sf-release-bot.github.ssh
21:29:01 Cloning the remote Git repository
21:29:01 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
21:29:03 Fetching without tags
21:29:03 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
21:29:03 Commit message: "Fix flake8 issues"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:03 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
21:29:03 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
21:29:03 Commit message: "Fix flake8 issues"
21:29:04 Fetching without tags
21:29:04 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
21:29:04 Commit message: "Fix flake8 issues"
[Pipeline] sh
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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:04 + docker info
21:29:04 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:29:04 WARNING: No swap limit support
[Pipeline] echo
21:29:04 Using local system's storage driver: 
[Pipeline] sh
21:29:05 + pwd
21:29:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:05 Unable to find image 'dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:05 debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:05 80369df48736: Already exists
21:29:05 aaba0609d543: Already exists
21:29:05 33536ac8210e: Already exists
21:29:05 35aa8bff600e: Already exists
21:29:05 6e4c9666aa4e: Already exists
21:29:05 d5d20a4e4635: Pulling fs layer
21:29:05 fbdecde7ee84: Pulling fs layer
21:29:05 f11b412467d8: Pulling fs layer
21:29:05 2ba40f10745a: Pulling fs layer
21:29:05 9949c1f346ad: Pulling fs layer
21:29:05 a8745d98d7f6: Pulling fs layer
21:29:05 08518b484190: Pulling fs layer
21:29:05 33777328aae9: Pulling fs layer
21:29:05 36ec084242de: Pulling fs layer
21:29:05 a91d34c46780: Pulling fs layer
21:29:05 068781cc0c97: Pulling fs layer
21:29:05 09580887c122: Pulling fs layer
21:29:05 ff6a56854526: Pulling fs layer
21:29:05 d44d22b6e1e5: Pulling fs layer
21:29:05 e0ce417bab05: Pulling fs layer
21:29:05 d88d44ff64ba: Pulling fs layer
21:29:05 2ba40f10745a: Waiting
21:29:05 9949c1f346ad: Waiting
21:29:05 a8745d98d7f6: Waiting
21:29:05 08518b484190: Waiting
21:29:05 33777328aae9: Waiting
21:29:05 36ec084242de: Waiting
21:29:05 a91d34c46780: Waiting
21:29:05 068781cc0c97: Waiting
21:29:05 09580887c122: Waiting
21:29:05 ff6a56854526: Waiting
21:29:05 d44d22b6e1e5: Waiting
21:29:05 e0ce417bab05: Waiting
21:29:05 d88d44ff64ba: Waiting
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] sh
21:29:05 fbdecde7ee84: Verifying Checksum
21:29:05 fbdecde7ee84: Download complete
21:29:05 2ba40f10745a: Verifying Checksum
21:29:05 2ba40f10745a: Download complete
21:29:05 f11b412467d8: Verifying Checksum
21:29:05 f11b412467d8: Download complete
21:29:05 9949c1f346ad: Verifying Checksum
21:29:05 9949c1f346ad: Download complete
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/e2cebcec-aece-4491-b7d3-b0a53cf2e483/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
21:29:05 a8745d98d7f6: Verifying Checksum
21:29:05 a8745d98d7f6: Download complete
21:29:05 08518b484190: Verifying Checksum
21:29:05 08518b484190: Download complete
21:29:05 33777328aae9: Verifying Checksum
21:29:05 33777328aae9: Download complete
21:29:05 36ec084242de: Verifying Checksum
21:29:05 36ec084242de: Download complete
21:29:05 a91d34c46780: Verifying Checksum
21:29:05 a91d34c46780: Download complete
21:29:05 068781cc0c97: Verifying Checksum
21:29:05 068781cc0c97: Download complete
21:29:05 09580887c122: Verifying Checksum
21:29:05 09580887c122: Download complete
21:29:05 ff6a56854526: Verifying Checksum
21:29:05 ff6a56854526: Download complete
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
21:29:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:29:05 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/9605a272-1912-42a5-867b-b72523ce9afa/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/1aa83f4d-abb7-4564-9d87-59a2c42cc40a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/2fd88b92-02af-46df-b70a-2f910f0d09f0/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/4f9acdff-1c1a-4e14-a4d6-6b00b8a49949/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
21:29:05 + docker info
21:29:05 + awk -F :  $1 == "Storage Driver" { print $2; exit }
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
21:29:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:29:05 chowning workspace
[Pipeline] sh
21:29:05 e0ce417bab05: Verifying Checksum
21:29:05 e0ce417bab05: Download complete
[Pipeline] echo
21:29:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:29:05 chowning workspace
[Pipeline] sh
[Pipeline] echo
21:29:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:29:05 chowning workspace
21:29:05 + uname -m
[Pipeline] sh
[Pipeline] echo
21:29:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:29:06 chowning workspace
[Pipeline] sh
21:29:06 + uname -m
21:29:06 WARNING: No swap limit support
[Pipeline] echo
21:29:06 Using local system's storage driver: 
[Pipeline] sh
21:29:06 + uname -m
[Pipeline] sh
[Pipeline] sh
21:29:06 d44d22b6e1e5: Verifying Checksum
21:29:06 d44d22b6e1e5: Download complete
[Pipeline] sh
21:29:06 + uname -m
[Pipeline] sh
21:29:06 + uname -m
21:29:06 + pwd
21:29:06 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:06 Unable to find image 'dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:06 debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:06 80369df48736: Already exists
21:29:06 aaba0609d543: Already exists
21:29:06 33536ac8210e: Already exists
21:29:06 35aa8bff600e: Already exists
21:29:06 6e4c9666aa4e: Already exists
21:29:06 d5d20a4e4635: Pulling fs layer
21:29:06 fbdecde7ee84: Pulling fs layer
21:29:06 f11b412467d8: Pulling fs layer
21:29:06 2ba40f10745a: Pulling fs layer
21:29:06 9949c1f346ad: Pulling fs layer
21:29:06 a8745d98d7f6: Pulling fs layer
21:29:06 08518b484190: Pulling fs layer
21:29:06 33777328aae9: Pulling fs layer
21:29:06 36ec084242de: Pulling fs layer
21:29:06 a91d34c46780: Pulling fs layer
21:29:06 068781cc0c97: Pulling fs layer
21:29:06 09580887c122: Pulling fs layer
21:29:06 ff6a56854526: Pulling fs layer
21:29:06 d44d22b6e1e5: Pulling fs layer
21:29:06 e0ce417bab05: Pulling fs layer
21:29:06 d88d44ff64ba: Pulling fs layer
21:29:06 2ba40f10745a: Waiting
21:29:06 9949c1f346ad: Waiting
21:29:06 a8745d98d7f6: Waiting
21:29:06 08518b484190: Waiting
21:29:06 33777328aae9: Waiting
21:29:06 36ec084242de: Waiting
21:29:06 a91d34c46780: Waiting
21:29:06 068781cc0c97: Waiting
21:29:06 09580887c122: Waiting
21:29:06 ff6a56854526: Waiting
21:29:06 d44d22b6e1e5: Waiting
21:29:06 e0ce417bab05: Waiting
21:29:06 d88d44ff64ba: Waiting
21:29:06 fbdecde7ee84: Verifying Checksum
21:29:06 fbdecde7ee84: Download complete
21:29:06 + pwd
21:29:06 + id -u
21:29:06 + id -g
21:29:06 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:06 Unable to find image 'busybox:latest' locally
21:29:06 latest: Pulling from library/busybox
21:29:06 bdbbaa22dec6: Pulling fs layer
[Pipeline] sh
21:29:06 d5d20a4e4635: Verifying Checksum
21:29:06 d5d20a4e4635: Download complete
21:29:06 d88d44ff64ba: Verifying Checksum
21:29:06 d88d44ff64ba: Download complete
21:29:06 + pwd
21:29:06 + id -u
21:29:06 + id -g
21:29:06 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:06 Unable to find image 'busybox:latest' locally
21:29:06 latest: Pulling from library/busybox
21:29:06 bdbbaa22dec6: Pulling fs layer
21:29:06 + pwd
21:29:06 + id -u
21:29:06 + id -g
21:29:06 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:06 Unable to find image 'busybox:latest' locally
21:29:06 latest: Pulling from library/busybox
21:29:06 bdbbaa22dec6: Pulling fs layer
21:29:06 + pwd
21:29:06 + id -u
21:29:06 + id -g
21:29:06 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:06 Unable to find image 'busybox:latest' locally
21:29:06 latest: Pulling from library/busybox
21:29:06 2ba40f10745a: Verifying Checksum
21:29:06 2ba40f10745a: Download complete
21:29:06 f11b412467d8: Verifying Checksum
21:29:06 f11b412467d8: Download complete
21:29:06 a8745d98d7f6: Verifying Checksum
21:29:06 a8745d98d7f6: Download complete
21:29:06 bdbbaa22dec6: Verifying Checksum
21:29:06 bdbbaa22dec6: Download complete
21:29:06 bdbbaa22dec6: Verifying Checksum
21:29:06 bdbbaa22dec6: Download complete
21:29:06 + pwd
21:29:06 + id -u
21:29:06 + id -g
21:29:06 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:29:06 Unable to find image 'busybox:latest' locally
21:29:06 latest: Pulling from library/busybox
21:29:06 bdbbaa22dec6: Verifying Checksum
21:29:06 bdbbaa22dec6: Download complete
21:29:06 bdbbaa22dec6: Pull complete
21:29:06 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
21:29:06 Status: Downloaded newer image for busybox:latest
21:29:07 bdbbaa22dec6: Pulling fs layer
21:29:07 bdbbaa22dec6: Download complete
21:29:07 9949c1f346ad: Verifying Checksum
21:29:07 9949c1f346ad: Download complete
21:29:07 08518b484190: Verifying Checksum
21:29:07 08518b484190: Download complete
21:29:07 33777328aae9: Verifying Checksum
21:29:07 33777328aae9: Download complete
21:29:07 36ec084242de: Verifying Checksum
21:29:07 36ec084242de: Download complete
21:29:07 a91d34c46780: Verifying Checksum
21:29:07 a91d34c46780: Download complete
21:29:07 09580887c122: Verifying Checksum
21:29:07 09580887c122: Download complete
21:29:07 068781cc0c97: Verifying Checksum
21:29:07 068781cc0c97: Download complete
21:29:07 ff6a56854526: Verifying Checksum
21:29:07 ff6a56854526: Download complete
21:29:07 bdbbaa22dec6: Pull complete
21:29:07 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
21:29:07 Status: Downloaded newer image for busybox:latest
21:29:07 bdbbaa22dec6: Pull complete
21:29:07 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
21:29:07 Status: Downloaded newer image for busybox:latest
21:29:07 bdbbaa22dec6: Pulling fs layer
21:29:07 bdbbaa22dec6: Verifying Checksum
21:29:07 bdbbaa22dec6: Download complete
21:29:07 bdbbaa22dec6: Pull complete
21:29:07 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
21:29:07 Status: Downloaded newer image for busybox:latest
21:29:07 e0ce417bab05: Verifying Checksum
21:29:07 e0ce417bab05: Download complete
21:29:07 bdbbaa22dec6: Pull complete
21:29:07 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
21:29:07 Status: Downloaded newer image for busybox:latest
21:29:07 d44d22b6e1e5: Verifying Checksum
21:29:07 d44d22b6e1e5: Download complete
21:29:08 d5d20a4e4635: Verifying Checksum
21:29:08 d5d20a4e4635: Download complete
21:29:08 d88d44ff64ba: Verifying Checksum
21:29:08 d88d44ff64ba: Download complete
[Pipeline] sh
[Pipeline] echo
21:29:08 Removing all docker containers
[Pipeline] sh
21:29:08 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:29:08 + docker info
21:29:08 WARNING: No swap limit support
[Pipeline] echo
21:29:08 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] echo
21:29:08 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
21:29:08 Removing all docker containers
[Pipeline] sh
21:29:08 + docker container ls -aq
[Pipeline] echo
21:29:09 Docker containers have been removed
[Pipeline] echo
21:29:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
[Pipeline] echo
21:29:09 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
21:29:09 Removing all docker containers
[Pipeline] sh
21:29:09 + pwd
21:29:09 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:09 Unable to find image 'dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:09 alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:09 9d48c3bd43c5: Already exists
21:29:09 c0ea575d71b9: Already exists
21:29:09 0f535eceebd5: Already exists
21:29:09 8a30f5893bea: Already exists
21:29:09 287089fe229e: Already exists
21:29:09 32bc94da756c: Pulling fs layer
21:29:09 c91454e2e140: Pulling fs layer
21:29:09 e1bb0e941546: Pulling fs layer
21:29:09 8e67e3b30c27: Pulling fs layer
21:29:09 798cb077d89c: Pulling fs layer
21:29:09 ba487fcc01e6: Pulling fs layer
21:29:09 1e9a2cb217c2: Pulling fs layer
21:29:09 628dcc8dac65: Pulling fs layer
21:29:09 6c37034b156f: Pulling fs layer
21:29:09 69476245b716: Pulling fs layer
21:29:09 5a5bc6b9f540: Pulling fs layer
21:29:09 e8c1609d58d3: Pulling fs layer
21:29:09 805f71b0bb04: Pulling fs layer
21:29:09 4c71da6518cd: Pulling fs layer
21:29:09 0d625b54c5a8: Pulling fs layer
21:29:09 d64056a7a00b: Pulling fs layer
21:29:09 8e67e3b30c27: Waiting
21:29:09 798cb077d89c: Waiting
21:29:09 ba487fcc01e6: Waiting
21:29:09 1e9a2cb217c2: Waiting
21:29:09 628dcc8dac65: Waiting
21:29:09 6c37034b156f: Waiting
21:29:09 69476245b716: Waiting
21:29:09 5a5bc6b9f540: Waiting
21:29:09 e8c1609d58d3: Waiting
21:29:09 805f71b0bb04: Waiting
21:29:09 4c71da6518cd: Waiting
21:29:09 0d625b54c5a8: Waiting
21:29:09 d64056a7a00b: Waiting
21:29:09 + docker container ls -aq
[Pipeline] echo
21:29:09 Docker containers have been removed
[Pipeline] echo
21:29:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:09 cleanWorkspace: Workspace is clean.
21:29:09 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=debian)
[Pipeline] echo
21:29:09 Docker containers have been removed
[Pipeline] echo
21:29:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
[Pipeline] echo
21:29:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5 / baseImage=alpine)
[Pipeline] checkout
21:29:09 + docker container ls -aq
[Pipeline] echo
21:29:09 Docker containers have been removed
[Pipeline] echo
21:29:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
21:29:09 + docker container ls -aq
[Pipeline] echo
21:29:09 Docker containers have been removed
[Pipeline] echo
21:29:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
21:29:09 c91454e2e140: Verifying Checksum
21:29:09 c91454e2e140: Download complete
21:29:09 8e67e3b30c27: Verifying Checksum
21:29:09 8e67e3b30c27: Download complete
21:29:09 e1bb0e941546: Verifying Checksum
21:29:09 e1bb0e941546: Download complete
21:29:09 ba487fcc01e6: Verifying Checksum
21:29:09 ba487fcc01e6: Download complete
21:29:09 1e9a2cb217c2: Verifying Checksum
21:29:09 1e9a2cb217c2: Download complete
21:29:09 798cb077d89c: Verifying Checksum
21:29:09 798cb077d89c: Download complete
21:29:09 628dcc8dac65: Verifying Checksum
21:29:09 628dcc8dac65: Download complete
21:29:09 69476245b716: Verifying Checksum
21:29:09 69476245b716: Download complete
21:29:09 6c37034b156f: Verifying Checksum
21:29:09 6c37034b156f: Download complete
21:29:09 5a5bc6b9f540: Verifying Checksum
21:29:09 5a5bc6b9f540: Download complete
21:29:09 e8c1609d58d3: Verifying Checksum
21:29:09 e8c1609d58d3: Download complete
21:29:09 d5d20a4e4635: Pull complete
21:29:09 fbdecde7ee84: Pull complete
21:29:09 805f71b0bb04: Verifying Checksum
21:29:09 805f71b0bb04: Download complete
21:29:10 0d625b54c5a8: Verifying Checksum
21:29:10 0d625b54c5a8: Download complete
21:29:10 4c71da6518cd: Verifying Checksum
21:29:10 4c71da6518cd: Download complete
21:29:10 f11b412467d8: Pull complete
21:29:10 2ba40f10745a: Pull complete
21:29:10 9949c1f346ad: Pull complete
21:29:10 32bc94da756c: Verifying Checksum
21:29:10 32bc94da756c: Download complete
21:29:10 d64056a7a00b: Verifying Checksum
21:29:10 d64056a7a00b: Download complete
21:29:10 using credential sf-release-bot.github.ssh
21:29:10 Cloning the remote Git repository
21:29:10 Cloning with configured refspecs honoured and without tags
21:29:10 a8745d98d7f6: Pull complete
21:29:10 08518b484190: Pull complete
Cloning repository git@github.com:docker/compose.git
21:29:11 33777328aae9: Pull complete
21:29:11 36ec084242de: Pull complete
21:29:11 using credential sf-release-bot.github.ssh
21:29:11 Cloning the remote Git repository
21:29:11 Cloning with configured refspecs honoured and without tags
21:29:11 using credential sf-release-bot.github.ssh
21:29:11 Cloning the remote Git repository
21:29:11 Cloning with configured refspecs honoured and without tags
21:29:11 using credential sf-release-bot.github.ssh
21:29:11 Cloning the remote Git repository
21:29:11 Cloning with configured refspecs honoured and without tags
21:29:11 using credential sf-release-bot.github.ssh
21:29:11 Cloning the remote Git repository
21:29:11 Cloning with configured refspecs honoured and without tags
21:29:11 d5d20a4e4635: Pull complete
21:29:11 fbdecde7ee84: Pull complete
Cloning repository git@github.com:docker/compose.git
21:29:11 a91d34c46780: Pull complete
21:29:11 068781cc0c97: Pull complete
21:29:11 09580887c122: Pull complete
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
21:29:11 ff6a56854526: Pull complete
21:29:11 f11b412467d8: Pull complete
21:29:12 2ba40f10745a: Pull complete
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
21:29:12 9949c1f346ad: Pull complete
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
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/7124/head:refs/remotes/origin/PR-7124
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/7124/head:refs/remotes/origin/PR-7124
21:29:12 a8745d98d7f6: Pull complete
21:29:12 08518b484190: Pull complete
21:29:12 33777328aae9: Pull complete
21:29:12 36ec084242de: Pull complete
21:29:12 a91d34c46780: Pull complete
21:29:13 Fetching without tags
21:29:13 Fetching without tags
21:29:13 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
21:29:13 068781cc0c97: Pull complete
21:29:13 09580887c122: Pull complete
21:29:13 Fetching without tags
21:29:13 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:13 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
21:29:13 ff6a56854526: Pull complete
21:29:13 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
21:29:13 Fetching without tags
21:29:13 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:13 Commit message: "Fix flake8 issues"
21:29:13 Checking out Revision ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 (PR-7124)
21:29:14 Commit message: "Fix flake8 issues"
21:29:14 32bc94da756c: Pull complete
21:29:14 c91454e2e140: Pull complete
21:29:14 Commit message: "Fix flake8 issues"
21:29:14 d44d22b6e1e5: Pull complete
21:29:14 e0ce417bab05: Pull complete
21:29:14 Commit message: "Fix flake8 issues"
21:29:14 Commit message: "Fix flake8 issues"
21:29:14 d88d44ff64ba: Pull complete
21:29:14 Digest: sha256:6ce944c131bd8ad9637721a3dbb6d4d5f551db88614a05d6142b12019810928c
21:29:14 Status: Downloaded newer image for dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:14 e1bb0e941546: Pull complete
21:29:14 8e67e3b30c27: Pull complete
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:14 798cb077d89c: Pull complete
21:29:14 + docker info
21:29:14 + awk -F :  $1 == "Storage Driver" { print $2; exit }
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
[Pipeline] sh
21:29:15 ba487fcc01e6: Pull complete
21:29:15 1e9a2cb217c2: Pull complete
[Pipeline] sh
21:29:15 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:29:15 + docker info
21:29:15 628dcc8dac65: Pull complete
21:29:15 6c37034b156f: Pull complete
[Pipeline] sh
[Pipeline] sh
21:29:15 + + dockerawk info -F
21:29:15  :  $1 == "Storage Driver" { print $2; exit }
21:29:15 69476245b716: Pull complete
21:29:15 5a5bc6b9f540: Pull complete
21:29:15 + docker info
21:29:15 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:29:15 + docker info
21:29:15 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:29:15 e8c1609d58d3: Pull complete
21:29:15 805f71b0bb04: Pull complete
21:29:16 d44d22b6e1e5: Pull complete
21:29:16 e0ce417bab05: Pull complete
21:29:16 d88d44ff64ba: Pull complete
21:29:16 Digest: sha256:6ce944c131bd8ad9637721a3dbb6d4d5f551db88614a05d6142b12019810928c
21:29:16 Status: Downloaded newer image for dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:17 + docker version
21:29:17 Client: Docker Engine - Community
21:29:17  Version:           18.09.7
21:29:17  API version:       1.39
21:29:17  Go version:        go1.10.8
21:29:17  Git commit:        2d0083d
21:29:17  Built:             Thu Jun 27 17:54:15 2019
21:29:17  OS/Arch:           linux/amd64
21:29:17  Experimental:      false
21:29:17 
21:29:17 Server: Docker Engine - Community
21:29:17  Engine:
21:29:17   Version:          19.03.2
21:29:17   API version:      1.40 (minimum version 1.12)
21:29:17   Go version:       go1.12.8
21:29:17   Git commit:       6a30dfc
21:29:17   Built:            Thu Aug 29 05:27:45 2019
21:29:17   OS/Arch:          linux/amd64
21:29:17   Experimental:     true
21:29:17  containerd:
21:29:17   Version:          1.2.6
21:29:17   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:17  runc:
21:29:17   Version:          1.0.0-rc8
21:29:17   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:17  docker-init:
21:29:17   Version:          0.18.0
21:29:17   GitCommit:        fec3683
21:29:17 + export DOCKER_VERSIONS=18.09.9
21:29:17 + DOCKER_VERSIONS=18.09.9
21:29:17 + STORAGE_DRIVER=overlay
21:29:17 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:17 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:17 ++ hostname
21:29:17 + GIT_VOLUME=--volumes-from=57fe39ed30c9
21:29:17 + . script/test/all
21:29:17 ++ set -e
21:29:17 ++ echo 'Running lint checks'
21:29:17 Running lint checks
21:29:17 ++ docker run --rm --tty --volumes-from=57fe39ed30c9 dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:18 4c71da6518cd: Pull complete
21:29:18 0d625b54c5a8: Pull complete
21:29:18 d64056a7a00b: Pull complete
21:29:18 Digest: sha256:0de95fa03367d66b7523fdfd7b5d5c3d4bdb81ba6af65a960badae5500c3483b
21:29:18 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:18 pre-commit runtests: PYTHONHASHSEED='3641445454'

21:29:18 pre-commit runtests: commands[0] | pre-commit install

21:29:18 pre-commit installed at .git/hooks/pre-commit

21:29:18 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:18 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:18 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:18 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:18 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:18 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:19 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:19 [INFO] Once installed this environment will be reused.

21:29:19 [INFO] This may take a few minutes...

21:29:20 WARNING: No swap limit support
[Pipeline] echo
21:29:20 Using local system's storage driver: 
[Pipeline] sh
21:29:20 WARNING: No swap limit support
21:29:21 WARNING: No swap limit support
[Pipeline] echo
21:29:21 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] echo
21:29:21 Using local system's storage driver: 
[Pipeline] sh
21:29:21 + pwd
21:29:21 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:21 Unable to find image 'dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:21 debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:21 80369df48736: Pulling fs layer
21:29:21 aaba0609d543: Pulling fs layer
21:29:21 33536ac8210e: Pulling fs layer
21:29:21 35aa8bff600e: Pulling fs layer
21:29:21 6e4c9666aa4e: Pulling fs layer
21:29:21 d5d20a4e4635: Pulling fs layer
21:29:21 fbdecde7ee84: Pulling fs layer
21:29:21 f11b412467d8: Pulling fs layer
21:29:21 2ba40f10745a: Pulling fs layer
21:29:21 9949c1f346ad: Pulling fs layer
21:29:21 a8745d98d7f6: Pulling fs layer
21:29:21 08518b484190: Pulling fs layer
21:29:21 33777328aae9: Pulling fs layer
21:29:21 36ec084242de: Pulling fs layer
21:29:21 a91d34c46780: Pulling fs layer
21:29:21 068781cc0c97: Pulling fs layer
21:29:21 09580887c122: Pulling fs layer
21:29:21 ff6a56854526: Pulling fs layer
21:29:21 d44d22b6e1e5: Pulling fs layer
21:29:21 e0ce417bab05: Pulling fs layer
21:29:21 d88d44ff64ba: Pulling fs layer
21:29:21 35aa8bff600e: Waiting
21:29:21 6e4c9666aa4e: Waiting
21:29:21 d5d20a4e4635: Waiting
21:29:21 fbdecde7ee84: Waiting
21:29:21 f11b412467d8: Waiting
21:29:21 2ba40f10745a: Waiting
21:29:21 9949c1f346ad: Waiting
21:29:21 a8745d98d7f6: Waiting
21:29:21 08518b484190: Waiting
21:29:21 33777328aae9: Waiting
21:29:21 36ec084242de: Waiting
21:29:21 a91d34c46780: Waiting
21:29:21 068781cc0c97: Waiting
21:29:21 09580887c122: Waiting
21:29:21 ff6a56854526: Waiting
21:29:21 d44d22b6e1e5: Waiting
21:29:21 e0ce417bab05: Waiting
21:29:21 d88d44ff64ba: Waiting
21:29:21 + pwd
21:29:21 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:21 Unable to find image 'dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:21 alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:21 9d48c3bd43c5: Pulling fs layer
21:29:21 c0ea575d71b9: Pulling fs layer
21:29:21 0f535eceebd5: Pulling fs layer
21:29:21 8a30f5893bea: Pulling fs layer
21:29:21 287089fe229e: Pulling fs layer
21:29:21 32bc94da756c: Pulling fs layer
21:29:21 c91454e2e140: Pulling fs layer
21:29:21 e1bb0e941546: Pulling fs layer
21:29:21 8e67e3b30c27: Pulling fs layer
21:29:21 798cb077d89c: Pulling fs layer
21:29:21 ba487fcc01e6: Pulling fs layer
21:29:21 1e9a2cb217c2: Pulling fs layer
21:29:21 628dcc8dac65: Pulling fs layer
21:29:21 6c37034b156f: Pulling fs layer
21:29:21 69476245b716: Pulling fs layer
21:29:21 5a5bc6b9f540: Pulling fs layer
21:29:21 e8c1609d58d3: Pulling fs layer
21:29:21 805f71b0bb04: Pulling fs layer
21:29:21 4c71da6518cd: Pulling fs layer
21:29:21 0d625b54c5a8: Pulling fs layer
21:29:21 d64056a7a00b: Pulling fs layer
21:29:21 e1bb0e941546: Waiting
21:29:21 8e67e3b30c27: Waiting
21:29:21 798cb077d89c: Waiting
21:29:21 ba487fcc01e6: Waiting
21:29:21 1e9a2cb217c2: Waiting
21:29:21 628dcc8dac65: Waiting
21:29:21 6c37034b156f: Waiting
21:29:21 69476245b716: Waiting
21:29:21 5a5bc6b9f540: Waiting
21:29:21 e8c1609d58d3: Waiting
21:29:21 805f71b0bb04: Waiting
21:29:21 4c71da6518cd: Waiting
21:29:21 0d625b54c5a8: Waiting
21:29:21 d64056a7a00b: Waiting
21:29:21 287089fe229e: Waiting
21:29:21 32bc94da756c: Waiting
21:29:21 c91454e2e140: Waiting
21:29:21 8a30f5893bea: Waiting
21:29:21 + pwd
21:29:21 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:21 Unable to find image 'dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:21 debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:21 80369df48736: Pulling fs layer
21:29:21 aaba0609d543: Pulling fs layer
21:29:21 33536ac8210e: Pulling fs layer
21:29:21 35aa8bff600e: Pulling fs layer
21:29:21 6e4c9666aa4e: Pulling fs layer
21:29:21 d5d20a4e4635: Pulling fs layer
21:29:21 fbdecde7ee84: Pulling fs layer
21:29:21 f11b412467d8: Pulling fs layer
21:29:21 2ba40f10745a: Pulling fs layer
21:29:21 9949c1f346ad: Pulling fs layer
21:29:21 a8745d98d7f6: Pulling fs layer
21:29:21 08518b484190: Pulling fs layer
21:29:21 33777328aae9: Pulling fs layer
21:29:21 36ec084242de: Pulling fs layer
21:29:21 a91d34c46780: Pulling fs layer
21:29:21 068781cc0c97: Pulling fs layer
21:29:21 09580887c122: Pulling fs layer
21:29:21 ff6a56854526: Pulling fs layer
21:29:21 d44d22b6e1e5: Pulling fs layer
21:29:21 e0ce417bab05: Pulling fs layer
21:29:21 d88d44ff64ba: Pulling fs layer
21:29:21 08518b484190: Waiting
21:29:21 33777328aae9: Waiting
21:29:21 36ec084242de: Waiting
21:29:21 a91d34c46780: Waiting
21:29:21 068781cc0c97: Waiting
21:29:21 09580887c122: Waiting
21:29:21 35aa8bff600e: Waiting
21:29:21 ff6a56854526: Waiting
21:29:21 6e4c9666aa4e: Waiting
21:29:21 d44d22b6e1e5: Waiting
21:29:21 d5d20a4e4635: Waiting
21:29:21 e0ce417bab05: Waiting
21:29:21 fbdecde7ee84: Waiting
21:29:21 d88d44ff64ba: Waiting
21:29:21 f11b412467d8: Waiting
21:29:21 2ba40f10745a: Waiting
21:29:21 a8745d98d7f6: Waiting
21:29:21 + docker version
21:29:21 Client: Docker Engine - Community
21:29:21  Version:           18.09.7
21:29:21  API version:       1.39
21:29:21  Go version:        go1.10.8
21:29:21  Git commit:        2d0083d
21:29:21  Built:             Thu Jun 27 17:54:15 2019
21:29:21  OS/Arch:           linux/amd64
21:29:21  Experimental:      false
21:29:21 
21:29:21 Server: Docker Engine - Community
21:29:21  Engine:
21:29:21   Version:          19.03.2
21:29:21   API version:      1.40 (minimum version 1.12)
21:29:21   Go version:       go1.12.8
21:29:21   Git commit:       6a30dfc
21:29:21   Built:            Thu Aug 29 05:27:45 2019
21:29:21   OS/Arch:          linux/amd64
21:29:21   Experimental:     true
21:29:21  containerd:
21:29:21   Version:          1.2.6
21:29:21   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:21  runc:
21:29:21   Version:          1.0.0-rc8
21:29:21   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:21  docker-init:
21:29:21   Version:          0.18.0
21:29:21   GitCommit:        fec3683
21:29:21 + export DOCKER_VERSIONS=19.03.5
21:29:21 + DOCKER_VERSIONS=19.03.5
21:29:21 + STORAGE_DRIVER=overlay
21:29:21 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:21 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:21 ++ hostname
21:29:21 + GIT_VOLUME=--volumes-from=6bb2f426d3a9
21:29:21 + . script/test/all
21:29:21 ++ set -e
21:29:21 ++ echo 'Running lint checks'
21:29:21 Running lint checks
21:29:21 ++ docker run --rm --tty --volumes-from=6bb2f426d3a9 dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:21 aaba0609d543: Verifying Checksum
21:29:21 aaba0609d543: Download complete
21:29:21 80369df48736: Verifying Checksum
21:29:21 80369df48736: Download complete
21:29:21 WARNING: No swap limit support
[Pipeline] echo
21:29:21 Using local system's storage driver: 
[Pipeline] sh
21:29:21 aaba0609d543: Verifying Checksum
21:29:21 c0ea575d71b9: Verifying Checksum
21:29:21 c0ea575d71b9: Download complete
21:29:21 9d48c3bd43c5: Verifying Checksum
21:29:21 9d48c3bd43c5: Download complete
21:29:21 8a30f5893bea: Verifying Checksum
21:29:21 8a30f5893bea: Download complete
21:29:21 aaba0609d543: Download complete
21:29:21 35aa8bff600e: Verifying Checksum
21:29:21 35aa8bff600e: Download complete
21:29:21 33536ac8210e: Verifying Checksum
21:29:21 33536ac8210e: Download complete
21:29:21 35aa8bff600e: Verifying Checksum
21:29:21 35aa8bff600e: Download complete
21:29:21 6e4c9666aa4e: Verifying Checksum
21:29:21 6e4c9666aa4e: Download complete
21:29:21 33536ac8210e: Verifying Checksum
21:29:21 33536ac8210e: Download complete
21:29:21 fbdecde7ee84: Verifying Checksum
21:29:21 fbdecde7ee84: Download complete
21:29:21 6e4c9666aa4e: Verifying Checksum
21:29:21 6e4c9666aa4e: Download complete
21:29:21 fbdecde7ee84: Verifying Checksum
21:29:21 fbdecde7ee84: Download complete
21:29:21 80369df48736: Verifying Checksum
21:29:21 80369df48736: Download complete
21:29:21 2ba40f10745a: Verifying Checksum
21:29:21 2ba40f10745a: Download complete
21:29:21 287089fe229e: Verifying Checksum
21:29:21 287089fe229e: Download complete
21:29:21 0f535eceebd5: Verifying Checksum
21:29:21 0f535eceebd5: Download complete
21:29:21 c91454e2e140: Verifying Checksum
21:29:21 c91454e2e140: Download complete
21:29:21 9d48c3bd43c5: Pull complete
21:29:21 WARNING: No swap limit support
[Pipeline] echo
21:29:21 Using local system's storage driver: 
[Pipeline] sh
21:29:21 + pwd
21:29:21 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:21 Unable to find image 'dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:21 alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:21 9d48c3bd43c5: Pulling fs layer
21:29:21 c0ea575d71b9: Pulling fs layer
21:29:21 0f535eceebd5: Pulling fs layer
21:29:21 8a30f5893bea: Pulling fs layer
21:29:21 287089fe229e: Pulling fs layer
21:29:21 32bc94da756c: Pulling fs layer
21:29:21 c91454e2e140: Pulling fs layer
21:29:21 e1bb0e941546: Pulling fs layer
21:29:21 8e67e3b30c27: Pulling fs layer
21:29:21 798cb077d89c: Pulling fs layer
21:29:21 ba487fcc01e6: Pulling fs layer
21:29:21 1e9a2cb217c2: Pulling fs layer
21:29:21 628dcc8dac65: Pulling fs layer
21:29:21 6c37034b156f: Pulling fs layer
21:29:21 69476245b716: Pulling fs layer
21:29:21 5a5bc6b9f540: Pulling fs layer
21:29:21 e8c1609d58d3: Pulling fs layer
21:29:21 805f71b0bb04: Pulling fs layer
21:29:21 4c71da6518cd: Pulling fs layer
21:29:21 0d625b54c5a8: Pulling fs layer
21:29:21 d64056a7a00b: Pulling fs layer
21:29:21 1e9a2cb217c2: Waiting
21:29:21 628dcc8dac65: Waiting
21:29:21 6c37034b156f: Waiting
21:29:21 69476245b716: Waiting
21:29:21 5a5bc6b9f540: Waiting
21:29:21 e8c1609d58d3: Waiting
21:29:21 805f71b0bb04: Waiting
21:29:21 4c71da6518cd: Waiting
21:29:21 0d625b54c5a8: Waiting
21:29:21 d64056a7a00b: Waiting
21:29:21 8a30f5893bea: Waiting
21:29:21 287089fe229e: Waiting
21:29:21 32bc94da756c: Waiting
21:29:21 c91454e2e140: Waiting
21:29:21 e1bb0e941546: Waiting
21:29:21 8e67e3b30c27: Waiting
21:29:21 798cb077d89c: Waiting
21:29:21 ba487fcc01e6: Waiting
21:29:21 c0ea575d71b9: Verifying Checksum
21:29:21 c0ea575d71b9: Download complete
21:29:22 2ba40f10745a: Verifying Checksum
21:29:22 2ba40f10745a: Download complete
21:29:22 f11b412467d8: Verifying Checksum
21:29:22 f11b412467d8: Download complete
21:29:22 f11b412467d8: Verifying Checksum
21:29:22 f11b412467d8: Download complete
21:29:22 9949c1f346ad: Verifying Checksum
21:29:22 9949c1f346ad: Download complete
21:29:22 a8745d98d7f6: Verifying Checksum
21:29:22 a8745d98d7f6: Download complete
21:29:22 9d48c3bd43c5: Verifying Checksum
21:29:22 9d48c3bd43c5: Download complete
21:29:22 8a30f5893bea: Verifying Checksum
21:29:22 8a30f5893bea: Download complete
21:29:22 287089fe229e: Verifying Checksum
21:29:22 287089fe229e: Download complete
21:29:22 + pwd
21:29:22 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 --verbose
21:29:22 Unable to find image 'dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1' locally
21:29:22 alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1: Pulling from dockerbuildbot/compose
21:29:22 9d48c3bd43c5: Pulling fs layer
21:29:22 c0ea575d71b9: Pulling fs layer
21:29:22 0f535eceebd5: Pulling fs layer
21:29:22 8a30f5893bea: Pulling fs layer
21:29:22 287089fe229e: Pulling fs layer
21:29:22 32bc94da756c: Pulling fs layer
21:29:22 c91454e2e140: Pulling fs layer
21:29:22 e1bb0e941546: Pulling fs layer
21:29:22 8e67e3b30c27: Pulling fs layer
21:29:22 798cb077d89c: Pulling fs layer
21:29:22 ba487fcc01e6: Pulling fs layer
21:29:22 1e9a2cb217c2: Pulling fs layer
21:29:22 628dcc8dac65: Pulling fs layer
21:29:22 6c37034b156f: Pulling fs layer
21:29:22 69476245b716: Pulling fs layer
21:29:22 5a5bc6b9f540: Pulling fs layer
21:29:22 e8c1609d58d3: Pulling fs layer
21:29:22 805f71b0bb04: Pulling fs layer
21:29:22 4c71da6518cd: Pulling fs layer
21:29:22 0d625b54c5a8: Pulling fs layer
21:29:22 d64056a7a00b: Pulling fs layer
21:29:22 8a30f5893bea: Waiting
21:29:22 287089fe229e: Waiting
21:29:22 32bc94da756c: Waiting
21:29:22 c91454e2e140: Waiting
21:29:22 e1bb0e941546: Waiting
21:29:22 8e67e3b30c27: Waiting
21:29:22 798cb077d89c: Waiting
21:29:22 ba487fcc01e6: Waiting
21:29:22 1e9a2cb217c2: Waiting
21:29:22 628dcc8dac65: Waiting
21:29:22 6c37034b156f: Waiting
21:29:22 69476245b716: Waiting
21:29:22 5a5bc6b9f540: Waiting
21:29:22 e8c1609d58d3: Waiting
21:29:22 805f71b0bb04: Waiting
21:29:22 4c71da6518cd: Waiting
21:29:22 0d625b54c5a8: Waiting
21:29:22 d64056a7a00b: Waiting
21:29:22 c0ea575d71b9: Verifying Checksum
21:29:22 c0ea575d71b9: Download complete
21:29:22 8e67e3b30c27: Verifying Checksum
21:29:22 8e67e3b30c27: Download complete
21:29:22 e1bb0e941546: Verifying Checksum
21:29:22 e1bb0e941546: Download complete
21:29:22 a8745d98d7f6: Verifying Checksum
21:29:22 a8745d98d7f6: Download complete
21:29:22 9949c1f346ad: Verifying Checksum
21:29:22 9949c1f346ad: Download complete
21:29:22 08518b484190: Verifying Checksum
21:29:22 08518b484190: Download complete
21:29:22 33777328aae9: Verifying Checksum
21:29:22 33777328aae9: Download complete
21:29:22 36ec084242de: Verifying Checksum
21:29:22 36ec084242de: Download complete
21:29:22 a91d34c46780: Verifying Checksum
21:29:22 a91d34c46780: Download complete
21:29:22 08518b484190: Verifying Checksum
21:29:22 08518b484190: Download complete
21:29:22 33777328aae9: Verifying Checksum
21:29:22 33777328aae9: Download complete
21:29:22 a91d34c46780: Verifying Checksum
21:29:22 a91d34c46780: Download complete
21:29:22 36ec084242de: Verifying Checksum
21:29:22 36ec084242de: Download complete
21:29:22 068781cc0c97: Verifying Checksum
21:29:22 068781cc0c97: Download complete
21:29:22 09580887c122: Verifying Checksum
21:29:22 09580887c122: Download complete
21:29:22 0f535eceebd5: Verifying Checksum
21:29:22 0f535eceebd5: Download complete
21:29:22 c91454e2e140: Verifying Checksum
21:29:22 c91454e2e140: Download complete
21:29:22 8e67e3b30c27: Verifying Checksum
21:29:22 8e67e3b30c27: Download complete
21:29:22 8a30f5893bea: Verifying Checksum
21:29:22 8a30f5893bea: Download complete
21:29:22 9d48c3bd43c5: Verifying Checksum
21:29:22 9d48c3bd43c5: Download complete
21:29:22 287089fe229e: Verifying Checksum
21:29:22 287089fe229e: Download complete
21:29:22 798cb077d89c: Verifying Checksum
21:29:22 798cb077d89c: Download complete
21:29:22 c0ea575d71b9: Pull complete
21:29:22 1e9a2cb217c2: Verifying Checksum
21:29:22 1e9a2cb217c2: Download complete
21:29:22 ba487fcc01e6: Verifying Checksum
21:29:22 ba487fcc01e6: Download complete
21:29:22 628dcc8dac65: Verifying Checksum
21:29:22 628dcc8dac65: Download complete
21:29:22 068781cc0c97: Verifying Checksum
21:29:22 068781cc0c97: Download complete
21:29:22 09580887c122: Verifying Checksum
21:29:22 09580887c122: Download complete
21:29:22 ff6a56854526: Verifying Checksum
21:29:22 ff6a56854526: Download complete
21:29:22 ff6a56854526: Verifying Checksum
21:29:22 ff6a56854526: Download complete
21:29:22 e1bb0e941546: Verifying Checksum
21:29:22 e1bb0e941546: Download complete
21:29:22 9d48c3bd43c5: Pull complete
21:29:22 798cb077d89c: Verifying Checksum
21:29:22 798cb077d89c: Download complete
21:29:22 ba487fcc01e6: Verifying Checksum
21:29:22 ba487fcc01e6: Download complete
21:29:22 0f535eceebd5: Verifying Checksum
21:29:22 0f535eceebd5: Download complete
21:29:22 c91454e2e140: Verifying Checksum
21:29:22 c91454e2e140: Download complete
21:29:22 8e67e3b30c27: Verifying Checksum
21:29:22 8e67e3b30c27: Download complete
21:29:22 9d48c3bd43c5: Pull complete
21:29:22 6c37034b156f: Verifying Checksum
21:29:22 6c37034b156f: Download complete
21:29:22 69476245b716: Verifying Checksum
21:29:22 69476245b716: Download complete
21:29:22 5a5bc6b9f540: Verifying Checksum
21:29:22 5a5bc6b9f540: Download complete
21:29:22 e8c1609d58d3: Verifying Checksum
21:29:22 e8c1609d58d3: Download complete
21:29:22 805f71b0bb04: Verifying Checksum
21:29:22 805f71b0bb04: Download complete
21:29:22 e0ce417bab05: Verifying Checksum
21:29:22 e0ce417bab05: Download complete
21:29:22 e0ce417bab05: Verifying Checksum
21:29:22 e0ce417bab05: Download complete
21:29:22 1e9a2cb217c2: Verifying Checksum
21:29:22 1e9a2cb217c2: Download complete
21:29:22 628dcc8dac65: Verifying Checksum
21:29:22 628dcc8dac65: Download complete
21:29:22 6c37034b156f: Verifying Checksum
21:29:22 6c37034b156f: Download complete
21:29:22 c0ea575d71b9: Pull complete
21:29:22 69476245b716: Verifying Checksum
21:29:22 69476245b716: Download complete
21:29:22 5a5bc6b9f540: Verifying Checksum
21:29:22 5a5bc6b9f540: Download complete
21:29:22 e8c1609d58d3: Verifying Checksum
21:29:22 e8c1609d58d3: Download complete
21:29:22 e1bb0e941546: Verifying Checksum
21:29:22 e1bb0e941546: Download complete
21:29:22 798cb077d89c: Verifying Checksum
21:29:22 798cb077d89c: Download complete
21:29:22 0d625b54c5a8: Verifying Checksum
21:29:22 0d625b54c5a8: Download complete
21:29:22 32bc94da756c: Verifying Checksum
21:29:22 32bc94da756c: Download complete
21:29:23 805f71b0bb04: Verifying Checksum
21:29:23 805f71b0bb04: Download complete
21:29:23 0d625b54c5a8: Verifying Checksum
21:29:23 0d625b54c5a8: Download complete
21:29:23 c0ea575d71b9: Pull complete
21:29:23 1e9a2cb217c2: Verifying Checksum
21:29:23 1e9a2cb217c2: Download complete
21:29:23 ba487fcc01e6: Verifying Checksum
21:29:23 ba487fcc01e6: Download complete
21:29:23 628dcc8dac65: Verifying Checksum
21:29:23 628dcc8dac65: Download complete
21:29:23 6c37034b156f: Verifying Checksum
21:29:23 6c37034b156f: Download complete
21:29:23 69476245b716: Verifying Checksum
21:29:23 69476245b716: Download complete
21:29:23 5a5bc6b9f540: Verifying Checksum
21:29:23 5a5bc6b9f540: Download complete
21:29:23 e8c1609d58d3: Verifying Checksum
21:29:23 e8c1609d58d3: Download complete
21:29:23 d44d22b6e1e5: Verifying Checksum
21:29:23 d44d22b6e1e5: Download complete
21:29:23 805f71b0bb04: Verifying Checksum
21:29:23 805f71b0bb04: Download complete
21:29:23 0d625b54c5a8: Verifying Checksum
21:29:23 0d625b54c5a8: Download complete
21:29:23 d5d20a4e4635: Verifying Checksum
21:29:23 d5d20a4e4635: Download complete
21:29:23 d44d22b6e1e5: Verifying Checksum
21:29:23 d44d22b6e1e5: Download complete
21:29:23 4c71da6518cd: Verifying Checksum
21:29:23 4c71da6518cd: Download complete
21:29:23 d5d20a4e4635: Verifying Checksum
21:29:23 d5d20a4e4635: Download complete
21:29:23 32bc94da756c: Verifying Checksum
21:29:23 32bc94da756c: Download complete
21:29:23 32bc94da756c: Verifying Checksum
21:29:23 32bc94da756c: Download complete
21:29:23 d64056a7a00b: Verifying Checksum
21:29:23 d64056a7a00b: Download complete
21:29:23 d88d44ff64ba: Verifying Checksum
21:29:23 d88d44ff64ba: Download complete
21:29:23 4c71da6518cd: Verifying Checksum
21:29:23 4c71da6518cd: Download complete
21:29:24 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:24 pre-commit runtests: PYTHONHASHSEED='733442222'

21:29:24 pre-commit runtests: commands[0] | pre-commit install

21:29:24 pre-commit installed at .git/hooks/pre-commit

21:29:24 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:24 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:24 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:24 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:24 4c71da6518cd: Verifying Checksum
21:29:24 4c71da6518cd: Download complete
21:29:24 d64056a7a00b: Verifying Checksum
21:29:24 d64056a7a00b: Download complete
21:29:24 d88d44ff64ba: Verifying Checksum
21:29:24 d88d44ff64ba: Download complete
21:29:24 d64056a7a00b: Verifying Checksum
21:29:24 d64056a7a00b: Download complete
21:29:24 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:24 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:24 [INFO] Once installed this environment will be reused.

21:29:24 [INFO] This may take a few minutes...

21:29:24 80369df48736: Pull complete
21:29:24 aaba0609d543: Pull complete
21:29:24 80369df48736: Pull complete
21:29:24 0f535eceebd5: Pull complete
21:29:24 8a30f5893bea: Pull complete
21:29:24 aaba0609d543: Pull complete
21:29:24 287089fe229e: Pull complete
21:29:25 0f535eceebd5: Pull complete
21:29:25 0f535eceebd5: Pull complete
21:29:25 8a30f5893bea: Pull complete
21:29:25 287089fe229e: Pull complete
21:29:25 8a30f5893bea: Pull complete
21:29:25 + docker version
21:29:25 Client: Docker Engine - Community
21:29:25  Version:           18.09.7
21:29:25  API version:       1.39
21:29:25  Go version:        go1.10.8
21:29:25  Git commit:        2d0083d
21:29:25  Built:             Thu Jun 27 17:54:15 2019
21:29:25  OS/Arch:           linux/amd64
21:29:25  Experimental:      false
21:29:25 
21:29:25 Server: Docker Engine - Community
21:29:25  Engine:
21:29:25   Version:          19.03.2
21:29:25   API version:      1.40 (minimum version 1.12)
21:29:25   Go version:       go1.12.8
21:29:25   Git commit:       6a30dfc
21:29:25   Built:            Thu Aug 29 05:27:45 2019
21:29:25   OS/Arch:          linux/amd64
21:29:25   Experimental:     true
21:29:25  containerd:
21:29:25   Version:          1.2.6
21:29:25   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:25  runc:
21:29:25   Version:          1.0.0-rc8
21:29:25   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:25  docker-init:
21:29:25   Version:          0.18.0
21:29:25   GitCommit:        fec3683
21:29:25 + export DOCKER_VERSIONS=19.03.5
21:29:25 + DOCKER_VERSIONS=19.03.5
21:29:25 + STORAGE_DRIVER=overlay
21:29:25 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:25 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:25 ++ hostname
21:29:25 + GIT_VOLUME=--volumes-from=eca02e0c10a0
21:29:25 + . script/test/all
21:29:25 ++ set -e
21:29:25 ++ echo 'Running lint checks'
21:29:25 Running lint checks
21:29:25 ++ docker run --rm --tty --volumes-from=eca02e0c10a0 dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:25 287089fe229e: Pull complete
21:29:25 33536ac8210e: Pull complete
21:29:25 33536ac8210e: Pull complete
21:29:25 35aa8bff600e: Pull complete
21:29:25 6e4c9666aa4e: Pull complete
21:29:26 35aa8bff600e: Pull complete
21:29:26 6e4c9666aa4e: Pull complete
21:29:26 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:26 pre-commit runtests: PYTHONHASHSEED='2021731302'

21:29:26 pre-commit runtests: commands[0] | pre-commit install

21:29:26 pre-commit installed at .git/hooks/pre-commit

21:29:26 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:26 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:26 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:26 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:26 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:27 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:27 [INFO] Once installed this environment will be reused.

21:29:27 [INFO] This may take a few minutes...

21:29:28 32bc94da756c: Pull complete
21:29:28 c91454e2e140: Pull complete
21:29:28 32bc94da756c: Pull complete
21:29:28 c91454e2e140: Pull complete
21:29:28 e1bb0e941546: Pull complete
21:29:28 8e67e3b30c27: Pull complete
21:29:28 32bc94da756c: Pull complete
21:29:28 c91454e2e140: Pull complete
21:29:29 798cb077d89c: Pull complete
21:29:29 e1bb0e941546: Pull complete
21:29:29 8e67e3b30c27: Pull complete
21:29:29 ba487fcc01e6: Pull complete
21:29:29 798cb077d89c: Pull complete
21:29:29 e1bb0e941546: Pull complete
21:29:29 8e67e3b30c27: Pull complete
21:29:29 1e9a2cb217c2: Pull complete
21:29:29 628dcc8dac65: Pull complete
21:29:29 ba487fcc01e6: Pull complete
21:29:29 1e9a2cb217c2: Pull complete
21:29:29 798cb077d89c: Pull complete
21:29:29 ba487fcc01e6: Pull complete
21:29:29 6c37034b156f: Pull complete
21:29:29 69476245b716: Pull complete
21:29:29 5a5bc6b9f540: Pull complete
21:29:30 628dcc8dac65: Pull complete
21:29:30 6c37034b156f: Pull complete
21:29:30 69476245b716: Pull complete
21:29:30 d5d20a4e4635: Pull complete
21:29:30 fbdecde7ee84: Pull complete
21:29:30 f11b412467d8: Pull complete
21:29:30 2ba40f10745a: Pull complete
21:29:30 1e9a2cb217c2: Pull complete
21:29:30 628dcc8dac65: Pull complete
21:29:30 e8c1609d58d3: Pull complete
21:29:30 805f71b0bb04: Pull complete
21:29:30 d5d20a4e4635: Pull complete
21:29:30 fbdecde7ee84: Pull complete
21:29:30 f11b412467d8: Pull complete
21:29:30 2ba40f10745a: Pull complete
21:29:30 5a5bc6b9f540: Pull complete
21:29:30 e8c1609d58d3: Pull complete
21:29:30 9949c1f346ad: Pull complete
21:29:30 6c37034b156f: Pull complete
21:29:30 69476245b716: Pull complete
21:29:30 5a5bc6b9f540: Pull complete
21:29:30 9949c1f346ad: Pull complete
21:29:30 805f71b0bb04: Pull complete
21:29:30 a8745d98d7f6: Pull complete
21:29:30 08518b484190: Pull complete
21:29:30 33777328aae9: Pull complete
21:29:30 e8c1609d58d3: Pull complete
21:29:30 805f71b0bb04: Pull complete
21:29:30 a8745d98d7f6: Pull complete
21:29:30 08518b484190: Pull complete
21:29:30 36ec084242de: Pull complete
21:29:30 a91d34c46780: Pull complete
21:29:30 068781cc0c97: Pull complete
21:29:31 33777328aae9: Pull complete
21:29:31 36ec084242de: Pull complete
21:29:31 a91d34c46780: Pull complete
21:29:31 09580887c122: Pull complete
21:29:31 ff6a56854526: Pull complete
21:29:31 068781cc0c97: Pull complete
21:29:31 09580887c122: Pull complete
21:29:31 ff6a56854526: Pull complete
21:29:32 4c71da6518cd: Pull complete
21:29:32 4c71da6518cd: Pull complete
21:29:32 0d625b54c5a8: Pull complete
21:29:32 0d625b54c5a8: Pull complete
21:29:33 4c71da6518cd: Pull complete
21:29:33 0d625b54c5a8: Pull complete
21:29:33 d64056a7a00b: Pull complete
21:29:33 Digest: sha256:0de95fa03367d66b7523fdfd7b5d5c3d4bdb81ba6af65a960badae5500c3483b
21:29:33 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:33 d64056a7a00b: Pull complete
21:29:33 Digest: sha256:0de95fa03367d66b7523fdfd7b5d5c3d4bdb81ba6af65a960badae5500c3483b
21:29:33 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:33 d64056a7a00b: Pull complete
21:29:33 d44d22b6e1e5: Pull complete
21:29:33 e0ce417bab05: Pull complete
21:29:33 Digest: sha256:0de95fa03367d66b7523fdfd7b5d5c3d4bdb81ba6af65a960badae5500c3483b
21:29:33 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:34 d44d22b6e1e5: Pull complete
21:29:34 e0ce417bab05: Pull complete
21:29:34 d88d44ff64ba: Pull complete
21:29:34 Digest: sha256:6ce944c131bd8ad9637721a3dbb6d4d5f551db88614a05d6142b12019810928c
21:29:34 Status: Downloaded newer image for dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:34 d88d44ff64ba: Pull complete
21:29:34 Digest: sha256:6ce944c131bd8ad9637721a3dbb6d4d5f551db88614a05d6142b12019810928c
21:29:34 Status: Downloaded newer image for dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1
21:29:36 + docker version
21:29:36 Client: Docker Engine - Community
21:29:36  Version:           18.09.7
21:29:36  API version:       1.39
21:29:36  Go version:        go1.10.8
21:29:36  Git commit:        2d0083d
21:29:36  Built:             Thu Jun 27 17:54:15 2019
21:29:36  OS/Arch:           linux/amd64
21:29:36  Experimental:      false
21:29:36 
21:29:36 Server: Docker Engine - Community
21:29:36  Engine:
21:29:36   Version:          19.03.2
21:29:36   API version:      1.40 (minimum version 1.12)
21:29:36   Go version:       go1.12.8
21:29:36   Git commit:       6a30dfc
21:29:36   Built:            Thu Aug 29 05:27:45 2019
21:29:36   OS/Arch:          linux/amd64
21:29:36   Experimental:     true
21:29:36  containerd:
21:29:36   Version:          1.2.6
21:29:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:36  runc:
21:29:36   Version:          1.0.0-rc8
21:29:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:36  docker-init:
21:29:36   Version:          0.18.0
21:29:36   GitCommit:        fec3683
21:29:36 + export DOCKER_VERSIONS=18.09.9
21:29:36 + DOCKER_VERSIONS=18.09.9
21:29:36 + STORAGE_DRIVER=overlay
21:29:36 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:36 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:36 ++ hostname
21:29:36 + GIT_VOLUME=--volumes-from=0ca4596906d9
21:29:36 + . script/test/all
21:29:36 ++ set -e
21:29:36 ++ echo 'Running lint checks'
21:29:36 Running lint checks
21:29:36 ++ docker run --rm --tty --volumes-from=0ca4596906d9 dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:36 + docker version
21:29:36 Client: Docker Engine - Community
21:29:36  Version:           18.09.7
21:29:36  API version:       1.39
21:29:36  Go version:        go1.10.8
21:29:36  Git commit:        2d0083d
21:29:36  Built:             Thu Jun 27 17:54:15 2019
21:29:36  OS/Arch:           linux/amd64
21:29:36  Experimental:      false
21:29:36 
21:29:36 Server: Docker Engine - Community
21:29:36  Engine:
21:29:36   Version:          19.03.2
21:29:36   API version:      1.40 (minimum version 1.12)
21:29:36   Go version:       go1.12.8
21:29:36   Git commit:       6a30dfc
21:29:36   Built:            Thu Aug 29 05:27:45 2019
21:29:36   OS/Arch:          linux/amd64
21:29:36   Experimental:     true
21:29:36  containerd:
21:29:36   Version:          1.2.6
21:29:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:36  runc:
21:29:36   Version:          1.0.0-rc8
21:29:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:36  docker-init:
21:29:36   Version:          0.18.0
21:29:36   GitCommit:        fec3683
21:29:36 + export DOCKER_VERSIONS=18.09.9
21:29:36 + DOCKER_VERSIONS=18.09.9
21:29:36 + STORAGE_DRIVER=overlay
21:29:36 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:36 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:36 ++ hostname
21:29:36 + GIT_VOLUME=--volumes-from=faaf03de87a7
21:29:36 + . script/test/all
21:29:36 ++ set -e
21:29:36 ++ echo 'Running lint checks'
21:29:36 Running lint checks
21:29:36 ++ docker run --rm --tty --volumes-from=faaf03de87a7 dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:37 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:37 [INFO] Once installed this environment will be reused.

21:29:37 [INFO] This may take a few minutes...

21:29:37 + docker version
21:29:37 Client: Docker Engine - Community
21:29:37  Version:           18.09.7
21:29:37  API version:       1.39
21:29:37  Go version:        go1.10.8
21:29:37  Git commit:        2d0083d
21:29:37  Built:             Thu Jun 27 17:54:15 2019
21:29:37  OS/Arch:           linux/amd64
21:29:37  Experimental:      false
21:29:37 
21:29:37 Server: Docker Engine - Community
21:29:37  Engine:
21:29:37   Version:          19.03.2
21:29:37   API version:      1.40 (minimum version 1.12)
21:29:37   Go version:       go1.12.8
21:29:37   Git commit:       6a30dfc
21:29:37   Built:            Thu Aug 29 05:27:45 2019
21:29:37   OS/Arch:          linux/amd64
21:29:37   Experimental:     true
21:29:37  containerd:
21:29:37   Version:          1.2.6
21:29:37   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:37  runc:
21:29:37   Version:          1.0.0-rc8
21:29:37   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:37  docker-init:
21:29:37   Version:          0.18.0
21:29:37   GitCommit:        fec3683
21:29:37 + export DOCKER_VERSIONS=19.03.5
21:29:37 + DOCKER_VERSIONS=19.03.5
21:29:37 + STORAGE_DRIVER=overlay
21:29:37 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:37 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:37 ++ hostname
21:29:37 + GIT_VOLUME=--volumes-from=59ff03c382f9
21:29:37 + . script/test/all
21:29:37 ++ set -e
21:29:37 ++ echo 'Running lint checks'
21:29:37 Running lint checks
21:29:37 ++ docker run --rm --tty --volumes-from=59ff03c382f9 dockerbuildbot/compose:alpine-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:37 + docker version
21:29:37 Client: Docker Engine - Community
21:29:37  Version:           18.09.7
21:29:37  API version:       1.39
21:29:37  Go version:        go1.10.8
21:29:37  Git commit:        2d0083d
21:29:37  Built:             Thu Jun 27 17:54:15 2019
21:29:37  OS/Arch:           linux/amd64
21:29:37  Experimental:      false
21:29:37 
21:29:37 Server: Docker Engine - Community
21:29:37  Engine:
21:29:37   Version:          19.03.2
21:29:37   API version:      1.40 (minimum version 1.12)
21:29:37   Go version:       go1.12.8
21:29:37   Git commit:       6a30dfc
21:29:37   Built:            Thu Aug 29 05:27:45 2019
21:29:37   OS/Arch:          linux/amd64
21:29:37   Experimental:     true
21:29:37  containerd:
21:29:37   Version:          1.2.6
21:29:37   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:37  runc:
21:29:37   Version:          1.0.0-rc8
21:29:37   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:37  docker-init:
21:29:37   Version:          0.18.0
21:29:37   GitCommit:        fec3683
21:29:37 + export DOCKER_VERSIONS=19.03.5
21:29:37 + DOCKER_VERSIONS=19.03.5
21:29:37 + STORAGE_DRIVER=overlay
21:29:37 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:37 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:37 ++ hostname
21:29:37 + GIT_VOLUME=--volumes-from=aaeb939a9611
21:29:37 + . script/test/all
21:29:37 ++ set -e
21:29:37 ++ echo 'Running lint checks'
21:29:37 Running lint checks
21:29:37 ++ docker run --rm --tty --volumes-from=aaeb939a9611 dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:37 + docker version
21:29:37 Client: Docker Engine - Community
21:29:37  Version:           18.09.7
21:29:37  API version:       1.39
21:29:37  Go version:        go1.10.8
21:29:37  Git commit:        2d0083d
21:29:37  Built:             Thu Jun 27 17:54:15 2019
21:29:37  OS/Arch:           linux/amd64
21:29:37  Experimental:      false
21:29:37 
21:29:37 Server: Docker Engine - Community
21:29:37  Engine:
21:29:37   Version:          19.03.2
21:29:37   API version:      1.40 (minimum version 1.12)
21:29:37   Go version:       go1.12.8
21:29:37   Git commit:       6a30dfc
21:29:37   Built:            Thu Aug 29 05:27:45 2019
21:29:37   OS/Arch:          linux/amd64
21:29:37   Experimental:     true
21:29:37  containerd:
21:29:37   Version:          1.2.6
21:29:37   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:29:37  runc:
21:29:37   Version:          1.0.0-rc8
21:29:37   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:29:37  docker-init:
21:29:37   Version:          0.18.0
21:29:37   GitCommit:        fec3683
21:29:37 + export DOCKER_VERSIONS=18.09.9
21:29:37 + DOCKER_VERSIONS=18.09.9
21:29:37 + STORAGE_DRIVER=overlay
21:29:37 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:37 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:29:37 ++ hostname
21:29:37 + GIT_VOLUME=--volumes-from=227c6c77e610
21:29:37 + . script/test/all
21:29:37 ++ set -e
21:29:37 ++ echo 'Running lint checks'
21:29:37 Running lint checks
21:29:37 ++ docker run --rm --tty --volumes-from=227c6c77e610 dockerbuildbot/compose:debian-ebbd2e86ce5bac32bcd98eee28f8ee0978aa31c1 tox -e pre-commit
21:29:38 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:38 pre-commit runtests: PYTHONHASHSEED='4058000798'

21:29:38 pre-commit runtests: commands[0] | pre-commit install

21:29:38 pre-commit installed at .git/hooks/pre-commit

21:29:38 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:38 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:38 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:38 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:38 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:38 pre-commit runtests: PYTHONHASHSEED='3335101586'

21:29:38 pre-commit runtests: commands[0] | pre-commit install

21:29:38 pre-commit installed at .git/hooks/pre-commit

21:29:38 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:38 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:38 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:38 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:38 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:38 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:38 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:38 pre-commit runtests: PYTHONHASHSEED='1720042788'

21:29:38 pre-commit runtests: commands[0] | pre-commit install

21:29:38 pre-commit installed at .git/hooks/pre-commit

21:29:38 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:38 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:38 pre-commit runtests: PYTHONHASHSEED='3302028727'

21:29:38 pre-commit runtests: commands[0] | pre-commit install

21:29:38 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:38 [INFO] Once installed this environment will be reused.

21:29:38 [INFO] This may take a few minutes...

21:29:38 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:38 [INFO] Once installed this environment will be reused.

21:29:38 [INFO] This may take a few minutes...

21:29:39 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:39 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:39 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:39 pre-commit installed at .git/hooks/pre-commit

21:29:39 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:39 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:39 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:39 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:39 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:29:39 pre-commit runtests: PYTHONHASHSEED='123201767'

21:29:39 pre-commit runtests: commands[0] | pre-commit install

21:29:39 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:39 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:39 pre-commit installed at .git/hooks/pre-commit

21:29:39 pre-commit runtests: commands[1] | pre-commit run --all-files

21:29:39 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

21:29:39 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

21:29:39 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:39 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:39 [INFO] Once installed this environment will be reused.

21:29:39 [INFO] This may take a few minutes...

21:29:39 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:39 [INFO] Once installed this environment will be reused.

21:29:39 [INFO] This may take a few minutes...

21:29:39 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:29:40 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

21:29:40 [INFO] Once installed this environment will be reused.

21:29:40 [INFO] This may take a few minutes...

21:29:42 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:42 [INFO] Once installed this environment will be reused.

21:29:42 [INFO] This may take a few minutes...

21:29:45 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:45 [INFO] Once installed this environment will be reused.

21:29:45 [INFO] This may take a few minutes...

21:29:47 Check for added large files..............................................Passed

21:29:47 Check docstring is first.................................................Passed

21:29:47 Check for merge conflicts................................................Passed

21:29:47 Check Yaml...............................................................Passed

21:29:47 Check JSON...............................................................Passed

21:29:48 Debug Statements (Python)................................................Passed

21:29:48 Fix End of Files.........................................................Passed

21:29:52 Check for added large files..............................................Passed

21:29:52 Check docstring is first.................................................Passed

21:29:52 Check for merge conflicts................................................Passed

21:29:52 Check Yaml...............................................................Passed

21:29:52 Check JSON...............................................................Passed

21:29:53 Debug Statements (Python)................................................Passed

21:29:53 Fix End of Files.........................................................Passed

21:29:56 Flake8...................................................................Passed

21:29:56 Tests should end in _test.py.............................................Passed

21:29:56 Fix requirements.txt.....................................................Passed

21:29:56 Trim Trailing Whitespace.................................................Failed

21:29:56 - hook id: trailing-whitespace

21:29:56 - exit code: 1

21:29:56 - files were modified by this hook

21:29:56 

21:29:56 Fixing compose/config/config_schema_v3.7.json

21:29:56 

21:29:56 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:56 [INFO] Once installed this environment will be reused.

21:29:56 [INFO] This may take a few minutes...

21:29:57 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:57 [INFO] Once installed this environment will be reused.

21:29:57 [INFO] This may take a few minutes...

21:29:57 Reorder python imports...................................................Passed

21:29:57 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

21:29:57 ___________________________________ summary ____________________________________

21:29:57 ERROR:   pre-commit: commands failed

21:29:57 Check for added large files..............................................Passed

21:29:57 Check docstring is first.................................................Passed

21:29:57 Check for merge conflicts................................................Passed

21:29:57 Check Yaml...............................................................Passed

21:29:57 Check JSON...............................................................Passed

21:29:57 Debug Statements (Python)................................................Passed

21:29:57 Fix End of Files.........................................................Passed

21:29:57 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:57 [INFO] Once installed this environment will be reused.

21:29:57 [INFO] This may take a few minutes...

21:29:57 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:57 [INFO] Once installed this environment will be reused.

21:29:57 [INFO] This may take a few minutes...

21:29:58 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:29:58 [INFO] Once installed this environment will be reused.

21:29:58 [INFO] This may take a few minutes...

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9_py37
21:29:58 Flake8...................................................................Sending interrupt signal to process
21:29:58 Sending interrupt signal to process
21:29:58 Terminated
21:29:58 script returned exit code 143
21:29:59 Sending interrupt signal to process
21:29:59 Terminated
21:29:59 script returned exit code 143
21:29:59 Sending interrupt signal to process
21:30:00 Terminated
21:30:00 script returned exit code 143
21:30:00 Sending interrupt signal to process
21:30:01 Flake8...................................................................Sending interrupt signal to process
21:30:01 Terminated
21:30:01 script returned exit code 143
21:30:01 Sending interrupt signal to process
21:30:01 Terminated
21:30:01 script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
21:30:01 Terminated
[Pipeline] // wrap
21:30:01 script returned exit code 143
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // stage
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // withDockerRegistry
[Pipeline] }
Failed in branch alpine_19.03.5_py27
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // wrap
[Pipeline] }
Failed in branch alpine_18.09.9_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py37
[Pipeline] }
Failed in branch debian_19.03.5_py27
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.5_py37
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_19.03.5_py37
21:30:02 Terminated
21:30:02 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9_py27
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE