Skip to content
Failed

Console Output

Pull request #6959 updated
14:59:40 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from f27706be45de4e239583d3148820dfa644e589b1
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-02b209a9262124880) in /home/ubuntu/workspace/compose_PR-6959
[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-6959@tmp/f4b6c51c-2274-460b-a48e-f25e7dd88385/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:59:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:59:42 chowning workspace
[Pipeline] sh
14:59:43 + uname -m
[Pipeline] sh
14:59:43 + pwd
14:59:43 + id -u
14:59:43 + id -g
14:59:43 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
14:59:43 Unable to find image 'busybox:latest' locally
14:59:43 latest: Pulling from library/busybox
14:59:43 7c9d20b9b6cd: Pulling fs layer
14:59:43 7c9d20b9b6cd: Download complete
14:59:43 7c9d20b9b6cd: Pull complete
14:59:43 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
14:59:43 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:59:45 Removing all docker containers
[Pipeline] sh
14:59:45 + docker container ls -aq
[Pipeline] echo
14:59:45 Docker containers have been removed
[Pipeline] echo
14:59:45 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:59:45 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
14:59:45 using credential sf-release-bot.github.ssh
14:59:45 Cloning the remote Git repository
14:59:45 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
14:59:47 Fetching without tags
14:59:47 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
14:59:47 Commit message: "Handle loading by `-f -` combined with other files"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
14:59:47 First time build. Skipping changelog.
 > git rev-list --no-walk f14b4898f3ccdde7a29513f0d65db5aaa2b33be7 # timeout=10
[Pipeline] sh
14:59:49 + git rev-parse HEAD
[Pipeline] sh
14:59:49 + docker pull dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
14:59:49 Error response from daemon: manifest for dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 not found: manifest unknown: manifest unknown
[Pipeline] sh
14:59:50 + script/build/write-git-sha
14:59:50 + GIT_COMMIT=f27706be
14:59:50 + docker build -t dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=f27706be45de4e239583d3148820dfa644e589b1 .
14:59:50 Sending build context to Docker daemon  1.864MB

14:59:50 Step 1/32 : ARG DOCKER_VERSION=18.09.7
14:59:50 Step 2/32 : ARG PYTHON_VERSION=3.7.4
14:59:50 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
14:59:50 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
14:59:50 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
14:59:50 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
14:59:50 Step 7/32 : ARG BUILD_PLATFORM=alpine
14:59:50 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
14:59:50 18.09.7: Pulling from library/docker
14:59:50 050382585609: Already exists
14:59:50 0bb4ee3360d7: Pulling fs layer
14:59:50 893f09c2afb0: Pulling fs layer
14:59:50 3204ba24bdf5: Pulling fs layer
14:59:50 c7a4c34d84a5: Pulling fs layer
14:59:50 758ee1f25c37: Pulling fs layer
14:59:50 c7a4c34d84a5: Waiting
14:59:50 758ee1f25c37: Waiting
14:59:50 0bb4ee3360d7: Verifying Checksum
14:59:50 0bb4ee3360d7: Download complete
14:59:50 893f09c2afb0: Verifying Checksum
14:59:50 893f09c2afb0: Download complete
14:59:50 758ee1f25c37: Verifying Checksum
14:59:50 758ee1f25c37: Download complete
14:59:50 c7a4c34d84a5: Verifying Checksum
14:59:50 c7a4c34d84a5: Download complete
14:59:50 0bb4ee3360d7: Pull complete
14:59:50 893f09c2afb0: Pull complete
14:59:51 3204ba24bdf5: Verifying Checksum
14:59:51 3204ba24bdf5: Download complete
14:59:52 3204ba24bdf5: Pull complete
14:59:52 c7a4c34d84a5: Pull complete
14:59:52 758ee1f25c37: Pull complete
14:59:52 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
14:59:52 Status: Downloaded newer image for docker:18.09.7
14:59:52  ---> 108a4437ed8c
14:59:52 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
14:59:52 3.7.4-alpine3.10: Pulling from library/python
14:59:52 9d48c3bd43c5: Already exists
14:59:52 c0ea575d71b9: Pulling fs layer
14:59:52 0f535eceebd5: Pulling fs layer
14:59:52 8a30f5893bea: Pulling fs layer
14:59:52 c1d30ace7b67: Pulling fs layer
14:59:52 c1d30ace7b67: Waiting
14:59:52 c0ea575d71b9: Download complete
14:59:52 8a30f5893bea: Verifying Checksum
14:59:52 8a30f5893bea: Download complete
14:59:53 c1d30ace7b67: Verifying Checksum
14:59:53 c1d30ace7b67: Download complete
14:59:53 c0ea575d71b9: Pull complete
14:59:53 0f535eceebd5: Download complete
14:59:54 0f535eceebd5: Pull complete
14:59:54 8a30f5893bea: Pull complete
14:59:54 c1d30ace7b67: Pull complete
14:59:54 Digest: sha256:9363cb46e52894a22ba87ebec0845d30f4c27efd6b907705ba9a27192b45e797
14:59:54 Status: Downloaded newer image for python:3.7.4-alpine3.10
14:59:54  ---> 39fb80313465
14:59:54 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
14:59:56  ---> Running in 44e5b0ff8621
14:59:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
14:59:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
14:59:58 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r0)
14:59:58 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r0)
14:59:58 (3/34) Installing bash (5.0.0-r0)
14:59:58 Executing bash-5.0.0-r0.post-install
14:59:58 (4/34) Installing binutils (2.32-r0)
14:59:58 (5/34) Installing libmagic (5.37-r0)
14:59:58 (6/34) Installing file (5.37-r0)
14:59:58 (7/34) Installing gmp (6.1.2-r1)
14:59:58 (8/34) Installing isl (0.18-r0)
14:59:58 (9/34) Installing libgomp (8.3.0-r0)
14:59:58 (10/34) Installing libatomic (8.3.0-r0)
14:59:58 (11/34) Installing libgcc (8.3.0-r0)
14:59:58 (12/34) Installing mpfr3 (3.1.5-r1)
14:59:58 (13/34) Installing mpc1 (1.1.0-r0)
14:59:58 (14/34) Installing libstdc++ (8.3.0-r0)
14:59:58 (15/34) Installing gcc (8.3.0-r0)
14:59:59 (16/34) Installing musl-dev (1.1.22-r3)
14:59:59 (17/34) Installing libc-dev (0.7.1-r0)
14:59:59 (18/34) Installing g++ (8.3.0-r0)
15:00:00 (19/34) Installing make (4.2.1-r2)
15:00:00 (20/34) Installing fortify-headers (1.1-r0)
15:00:00 (21/34) Installing build-base (0.5-r1)
15:00:00 (22/34) Installing nghttp2-libs (1.39.2-r0)
15:00:00 (23/34) Installing libcurl (7.66.0-r0)
15:00:00 (24/34) Installing curl (7.66.0-r0)
15:00:00 (25/34) Installing pcre2 (10.33-r0)
15:00:00 (26/34) Installing git (2.22.0-r0)
15:00:00 (27/34) Installing linux-headers (4.19.36-r0)
15:00:00 (28/34) Installing pkgconf (1.6.1-r1)
15:00:00 (29/34) Installing libffi-dev (3.2.1-r6)
15:00:00 (30/34) Installing openssl (1.1.1d-r0)
15:00:00 (31/34) Installing openssl-dev (1.1.1d-r0)
15:00:00 (32/34) Installing python2 (2.7.16-r1)
15:00:00 (33/34) Installing python2-dev (2.7.16-r1)
15:00:00 (34/34) Installing zlib-dev (1.2.11-r1)
15:00:00 Executing busybox-1.30.1-r2.trigger
15:00:00 Executing ca-certificates-20190108-r0.trigger
15:00:00 OK: 266 MiB in 67 packages
15:00:06 Removing intermediate container 44e5b0ff8621
15:00:06  ---> a3cc47bcdb47
15:00:06 Step 11/32 : ENV BUILD_BOOTLOADER=1
15:00:06  ---> Running in 99291a1eaec4
15:00:06 Removing intermediate container 99291a1eaec4
15:00:06  ---> b0704bde105c
15:00:06 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
15:00:06 3.7.4-slim-stretch: Pulling from library/python
15:00:06 8f91359f1fff: Pulling fs layer
15:00:06 502ac059b4cd: Pulling fs layer
15:00:06 cfd307573f01: Pulling fs layer
15:00:06 65beb65381ee: Pulling fs layer
15:00:06 4c21f9ed2a53: Pulling fs layer
15:00:06 65beb65381ee: Waiting
15:00:06 4c21f9ed2a53: Waiting
15:00:06 502ac059b4cd: Verifying Checksum
15:00:06 502ac059b4cd: Download complete
15:00:06 8f91359f1fff: Verifying Checksum
15:00:06 8f91359f1fff: Download complete
15:00:06 65beb65381ee: Verifying Checksum
15:00:06 65beb65381ee: Download complete
15:00:06 cfd307573f01: Verifying Checksum
15:00:06 cfd307573f01: Download complete
15:00:06 4c21f9ed2a53: Verifying Checksum
15:00:06 4c21f9ed2a53: Download complete
15:00:07 8f91359f1fff: Pull complete
15:00:07 502ac059b4cd: Pull complete
15:00:08 cfd307573f01: Pull complete
15:00:08 65beb65381ee: Pull complete
15:00:08 4c21f9ed2a53: Pull complete
15:00:08 Digest: sha256:88c98d55716d52ffcf51a2861757e351d6b1ce52b27e936d668fefd6d659f2e8
15:00:08 Status: Downloaded newer image for python:3.7.4-slim-stretch
15:00:08  ---> 7691d3cb6cbc
15:00:08 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
15:00:09  ---> Running in 75564e64c67e
15:00:11 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
15:00:11 Ign:2 http://deb.debian.org/debian stretch InRelease
15:00:11 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
15:00:11 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
15:00:11 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
15:00:11 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB]
15:00:11 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
15:00:11 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
15:00:12 Fetched 7919 kB in 2s (3381 kB/s)
15:00:12 Reading package lists...
15:00:13 Reading package lists...
15:00:13 Building dependency tree...
15:00:13 Reading state information...
15:00:13 The following additional packages will be installed:
15:00:13   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
15:00:13   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1 libexpat1-dev
15:00:13   libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11
15:00:13   libidn2-0 libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3
15:00:13   libkrb5support0 libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4
15:00:13   libmpx2 libnettle6 libnghttp2-14 libp11-kit0 libperl5.24 libpsl5
15:00:13   libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib
15:00:13   libquadmath0 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.0.2
15:00:13   libssl1.1 libtasn1-6 libtsan0 libubsan0 libunistring0 linux-libc-dev
15:00:13   mime-support perl perl-modules-5.24 python2.7 python2.7-minimal
15:00:13 Suggested packages:
15:00:13   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
15:00:13   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
15:00:13   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
15:00:13   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
15:00:13   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
15:00:13   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
15:00:13   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
15:00:13   | libterm-readline-perl-perl python2.7-doc binfmt-support
15:00:13 Recommended packages:
15:00:13   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
15:00:13   libsasl2-modules libssl-doc bzip2 file xz-utils rename
15:00:14 The following NEW packages will be installed:
15:00:14   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
15:00:14   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
15:00:14   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
15:00:14   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
15:00:14   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
15:00:14   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
15:00:14   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
15:00:14   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
15:00:14   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
15:00:14   libubsan0 libunistring0 linux-libc-dev make mime-support perl
15:00:14   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
15:00:14 The following packages will be upgraded:
15:00:14   libexpat1 libssl1.1 openssl
15:00:15 3 upgraded, 68 newly installed, 0 to remove and 5 not upgraded.
15:00:15 Need to get 81.8 MB of archives.
15:00:15 After this operation, 271 MB of additional disk space will be used.
15:00:15 Get:1 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
15:00:15 Get:2 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
15:00:15 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
15:00:15 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1 amd64 2.2.0-2+deb9u3 [83.7 kB]
15:00:15 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2t-1~deb9u1 [1304 kB]
15:00:15 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.1 amd64 1.1.0l-1~deb9u1 [1358 kB]
15:00:15 Get:7 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
15:00:15 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u1 [1446 kB]
15:00:15 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
15:00:15 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
15:00:15 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
15:00:15 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
15:00:15 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
15:00:15 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
15:00:15 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
15:00:15 Get:16 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
15:00:15 Get:17 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
15:00:15 Get:18 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
15:00:15 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
15:00:15 Get:20 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
15:00:15 Get:21 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
15:00:15 Get:22 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
15:00:15 Get:23 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
15:00:15 Get:24 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
15:00:15 Get:25 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
15:00:15 Get:26 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
15:00:15 Get:27 http://security.debian.org/debian-security stretch/updates/main amd64 openssl amd64 1.1.0l-1~deb9u1 [749 kB]
15:00:15 Get:28 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
15:00:15 Get:29 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
15:00:15 Get:30 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
15:00:15 Get:31 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
15:00:15 Get:32 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
15:00:15 Get:33 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
15:00:15 Get:34 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
15:00:15 Get:35 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u4 [1433 kB]
15:00:15 Get:36 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u4 [4167 kB]
15:00:15 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
15:00:15 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
15:00:15 Get:39 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
15:00:15 Get:40 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
15:00:15 Get:41 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
15:00:15 Get:42 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
15:00:15 Get:43 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
15:00:15 Get:44 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
15:00:15 Get:45 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
15:00:15 Get:46 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
15:00:15 Get:47 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
15:00:15 Get:48 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
15:00:15 Get:49 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
15:00:15 Get:50 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
15:00:15 Get:51 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
15:00:15 Get:52 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
15:00:15 Get:53 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
15:00:15 Get:54 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
15:00:15 Get:55 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
15:00:15 Get:56 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
15:00:15 Get:57 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
15:00:15 Get:58 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
15:00:15 Get:59 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
15:00:15 Get:60 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
15:00:15 Get:61 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
15:00:15 Get:62 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
15:00:15 Get:63 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
15:00:15 Get:64 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
15:00:15 Get:65 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
15:00:15 Get:66 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
15:00:15 Get:67 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
15:00:15 Get:68 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
15:00:16 Get:69 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
15:00:16 Get:70 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
15:00:16 Get:71 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
15:00:16 debconf: delaying package configuration, since apt-utils is not installed
15:00:16 Fetched 81.8 MB in 2s (37.9 MB/s)
15:00:16 Selecting previously unselected package perl-modules-5.24.
15:00:16 (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.)
15:00:16 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
15:00:16 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
15:00:17 Selecting previously unselected package libperl5.24:amd64.
15:00:17 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
15:00:17 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
15:00:17 Selecting previously unselected package perl.
15:00:17 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
15:00:17 Unpacking perl (5.24.1-3+deb9u5) ...
15:00:17 Selecting previously unselected package libgmp10:amd64.
15:00:17 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
15:00:17 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
15:00:17 Selecting previously unselected package libnettle6:amd64.
15:00:17 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
15:00:17 Unpacking libnettle6:amd64 (3.3-1+b2) ...
15:00:17 Selecting previously unselected package libhogweed4:amd64.
15:00:17 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
15:00:17 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
15:00:17 Selecting previously unselected package libidn11:amd64.
15:00:17 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
15:00:17 Unpacking libidn11:amd64 (1.33-1) ...
15:00:17 Selecting previously unselected package libp11-kit0:amd64.
15:00:17 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
15:00:17 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
15:00:17 Selecting previously unselected package libtasn1-6:amd64.
15:00:17 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
15:00:17 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
15:00:17 Selecting previously unselected package libgnutls30:amd64.
15:00:17 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
15:00:17 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
15:00:17 Selecting previously unselected package libkeyutils1:amd64.
15:00:17 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
15:00:17 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
15:00:18 Selecting previously unselected package libkrb5support0:amd64.
15:00:18 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
15:00:18 Selecting previously unselected package libk5crypto3:amd64.
15:00:18 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
15:00:18 Selecting previously unselected package libkrb5-3:amd64.
15:00:18 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
15:00:18 Selecting previously unselected package libgssapi-krb5-2:amd64.
15:00:18 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
15:00:18 Selecting previously unselected package libunistring0:amd64.
15:00:18 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
15:00:18 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
15:00:18 Selecting previously unselected package libidn2-0:amd64.
15:00:18 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
15:00:18 Selecting previously unselected package libsasl2-modules-db:amd64.
15:00:18 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
15:00:18 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
15:00:18 Selecting previously unselected package libsasl2-2:amd64.
15:00:18 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
15:00:18 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
15:00:18 Selecting previously unselected package libldap-common.
15:00:18 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
15:00:18 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
15:00:18 Selecting previously unselected package libldap-2.4-2:amd64.
15:00:18 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
15:00:18 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
15:00:18 Selecting previously unselected package libnghttp2-14:amd64.
15:00:18 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
15:00:18 Selecting previously unselected package libpsl5:amd64.
15:00:18 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
15:00:18 Unpacking libpsl5:amd64 (0.17.0-3) ...
15:00:18 Selecting previously unselected package librtmp1:amd64.
15:00:18 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
15:00:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
15:00:18 Selecting previously unselected package libssh2-1:amd64.
15:00:18 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
15:00:18 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
15:00:18 Selecting previously unselected package libcurl3-gnutls:amd64.
15:00:18 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
15:00:18 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
15:00:18 Preparing to unpack .../26-libexpat1_2.2.0-2+deb9u3_amd64.deb ...
15:00:18 Unpacking libexpat1:amd64 (2.2.0-2+deb9u3) over (2.2.0-2+deb9u2) ...
15:00:18 Selecting previously unselected package liberror-perl.
15:00:18 Preparing to unpack .../27-liberror-perl_0.17024-1_all.deb ...
15:00:18 Unpacking liberror-perl (0.17024-1) ...
15:00:18 Selecting previously unselected package git-man.
15:00:18 Preparing to unpack .../28-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
15:00:18 Unpacking git-man (1:2.11.0-3+deb9u4) ...
15:00:18 Selecting previously unselected package git.
15:00:18 Preparing to unpack .../29-git_1%3a2.11.0-3+deb9u4_amd64.deb ...
15:00:18 Unpacking git (1:2.11.0-3+deb9u4) ...
15:00:19 Selecting previously unselected package libpython2.7-minimal:amd64.
15:00:19 Preparing to unpack .../30-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
15:00:19 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
15:00:19 Selecting previously unselected package python2.7-minimal.
15:00:19 Preparing to unpack .../31-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
15:00:19 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
15:00:19 Selecting previously unselected package libssl1.0.2:amd64.
15:00:19 Preparing to unpack .../32-libssl1.0.2_1.0.2t-1~deb9u1_amd64.deb ...
15:00:19 Unpacking libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
15:00:19 Preparing to unpack .../33-libssl1.1_1.1.0l-1~deb9u1_amd64.deb ...
15:00:19 Unpacking libssl1.1:amd64 (1.1.0l-1~deb9u1) over (1.1.0k-1~deb9u1) ...
15:00:19 Selecting previously unselected package mime-support.
15:00:19 Preparing to unpack .../34-mime-support_3.60_all.deb ...
15:00:19 Unpacking mime-support (3.60) ...
15:00:19 Selecting previously unselected package libpython2.7-stdlib:amd64.
15:00:19 Preparing to unpack .../35-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
15:00:19 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
15:00:20 Selecting previously unselected package python2.7.
15:00:20 Preparing to unpack .../36-python2.7_2.7.13-2+deb9u3_amd64.deb ...
15:00:20 Unpacking python2.7 (2.7.13-2+deb9u3) ...
15:00:20 Selecting previously unselected package binutils.
15:00:20 Preparing to unpack .../37-binutils_2.28-5_amd64.deb ...
15:00:20 Unpacking binutils (2.28-5) ...
15:00:20 Selecting previously unselected package libisl15:amd64.
15:00:20 Preparing to unpack .../38-libisl15_0.18-1_amd64.deb ...
15:00:20 Unpacking libisl15:amd64 (0.18-1) ...
15:00:20 Selecting previously unselected package libmpfr4:amd64.
15:00:20 Preparing to unpack .../39-libmpfr4_3.1.5-1_amd64.deb ...
15:00:20 Unpacking libmpfr4:amd64 (3.1.5-1) ...
15:00:20 Selecting previously unselected package libmpc3:amd64.
15:00:20 Preparing to unpack .../40-libmpc3_1.0.3-1+b2_amd64.deb ...
15:00:20 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
15:00:20 Selecting previously unselected package cpp-6.
15:00:20 Preparing to unpack .../41-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
15:00:20 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package cpp.
15:00:21 Preparing to unpack .../42-cpp_4%3a6.3.0-4_amd64.deb ...
15:00:21 Unpacking cpp (4:6.3.0-4) ...
15:00:21 Selecting previously unselected package libcurl3:amd64.
15:00:21 Preparing to unpack .../43-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
15:00:21 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
15:00:21 Selecting previously unselected package curl.
15:00:21 Preparing to unpack .../44-curl_7.52.1-5+deb9u9_amd64.deb ...
15:00:21 Unpacking curl (7.52.1-5+deb9u9) ...
15:00:21 Selecting previously unselected package libcc1-0:amd64.
15:00:21 Preparing to unpack .../45-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libgomp1:amd64.
15:00:21 Preparing to unpack .../46-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libitm1:amd64.
15:00:21 Preparing to unpack .../47-libitm1_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libatomic1:amd64.
15:00:21 Preparing to unpack .../48-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libasan3:amd64.
15:00:21 Preparing to unpack .../49-libasan3_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package liblsan0:amd64.
15:00:21 Preparing to unpack .../50-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libtsan0:amd64.
15:00:21 Preparing to unpack .../51-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libubsan0:amd64.
15:00:21 Preparing to unpack .../52-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libcilkrts5:amd64.
15:00:21 Preparing to unpack .../53-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libmpx2:amd64.
15:00:21 Preparing to unpack .../54-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
15:00:21 Selecting previously unselected package libquadmath0:amd64.
15:00:21 Preparing to unpack .../55-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
15:00:21 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
15:00:22 Selecting previously unselected package libgcc-6-dev:amd64.
15:00:22 Preparing to unpack .../56-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
15:00:22 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
15:00:22 Selecting previously unselected package gcc-6.
15:00:22 Preparing to unpack .../57-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
15:00:22 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
15:00:23 Selecting previously unselected package gcc.
15:00:23 Preparing to unpack .../58-gcc_4%3a6.3.0-4_amd64.deb ...
15:00:23 Unpacking gcc (4:6.3.0-4) ...
15:00:23 Selecting previously unselected package libc-dev-bin.
15:00:23 Preparing to unpack .../59-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
15:00:23 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
15:00:23 Selecting previously unselected package linux-libc-dev:amd64.
15:00:23 Preparing to unpack .../60-linux-libc-dev_4.9.189-3+deb9u1_amd64.deb ...
15:00:23 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u1) ...
15:00:23 Selecting previously unselected package libc6-dev:amd64.
15:00:23 Preparing to unpack .../61-libc6-dev_2.24-11+deb9u4_amd64.deb ...
15:00:23 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
15:00:23 Selecting previously unselected package libexpat1-dev:amd64.
15:00:23 Preparing to unpack .../62-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
15:00:23 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
15:00:23 Selecting previously unselected package libffi-dev:amd64.
15:00:23 Preparing to unpack .../63-libffi-dev_3.2.1-6_amd64.deb ...
15:00:23 Unpacking libffi-dev:amd64 (3.2.1-6) ...
15:00:23 Selecting previously unselected package libpython2.7:amd64.
15:00:23 Preparing to unpack .../64-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
15:00:23 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
15:00:23 Selecting previously unselected package libpython2.7-dev:amd64.
15:00:23 Preparing to unpack .../65-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
15:00:23 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
15:00:26 Selecting previously unselected package libssl-dev:amd64.
15:00:26 Preparing to unpack .../66-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
15:00:26 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
15:00:26 Selecting previously unselected package make.
15:00:26 Preparing to unpack .../67-make_4.1-9.1_amd64.deb ...
15:00:26 Unpacking make (4.1-9.1) ...
15:00:26 Preparing to unpack .../68-openssl_1.1.0l-1~deb9u1_amd64.deb ...
15:00:26 Unpacking openssl (1.1.0l-1~deb9u1) over (1.1.0k-1~deb9u1) ...
15:00:26 Selecting previously unselected package python2.7-dev.
15:00:26 Preparing to unpack .../69-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
15:00:26 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
15:00:26 Selecting previously unselected package zlib1g-dev:amd64.
15:00:26 Preparing to unpack .../70-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
15:00:26 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
15:00:26 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
15:00:26 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
15:00:26 Setting up libnettle6:amd64 (3.3-1+b2) ...
15:00:26 Setting up git-man (1:2.11.0-3+deb9u4) ...
15:00:26 Setting up libexpat1:amd64 (2.2.0-2+deb9u3) ...
15:00:26 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up make (4.1-9.1) ...
15:00:26 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
15:00:26 Setting up mime-support (3.60) ...
15:00:26 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
15:00:26 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
15:00:26 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u1) ...
15:00:26 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
15:00:26 Setting up libffi-dev:amd64 (3.2.1-6) ...
15:00:26 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
15:00:26 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up perl (5.24.1-3+deb9u5) ...
15:00:26 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
15:00:26 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
15:00:26 Setting up libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
15:00:26 debconf: unable to initialize frontend: Dialog
15:00:26 debconf: (TERM is not set, so the dialog frontend is not usable.)
15:00:26 debconf: falling back to frontend: Readline
15:00:26 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
15:00:26 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
15:00:26 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
15:00:26 Processing triggers for libc-bin (2.24-11+deb9u4) ...
15:00:26 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
15:00:26 Setting up libssl1.1:amd64 (1.1.0l-1~deb9u1) ...
15:00:26 debconf: unable to initialize frontend: Dialog
15:00:26 debconf: (TERM is not set, so the dialog frontend is not usable.)
15:00:26 debconf: falling back to frontend: Readline
15:00:27 Setting up libp11-kit0:amd64 (0.23.3-2) ...
15:00:27 Setting up openssl (1.1.0l-1~deb9u1) ...
15:00:27 Setting up libmpfr4:amd64 (3.1.5-1) ...
15:00:27 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
15:00:27 Setting up binutils (2.28-5) ...
15:00:27 Setting up libc-dev-bin (2.24-11+deb9u4) ...
15:00:27 Setting up libkeyutils1:amd64 (1.5.9-9) ...
15:00:27 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
15:00:27 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
15:00:27 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
15:00:27 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
15:00:27 Setting up libidn11:amd64 (1.33-1) ...
15:00:27 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
15:00:27 Linking and byte-compiling packages for runtime python2.7...
15:00:27 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
15:00:27 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
15:00:27 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
15:00:27 Setting up liberror-perl (0.17024-1) ...
15:00:27 Setting up libpsl5:amd64 (0.17.0-3) ...
15:00:27 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
15:00:27 Setting up python2.7 (2.7.13-2+deb9u3) ...
15:00:28 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
15:00:28 Setting up libhogweed4:amd64 (3.3-1+b2) ...
15:00:28 Setting up libisl15:amd64 (0.18-1) ...
15:00:28 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
15:00:28 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
15:00:28 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
15:00:28 Setting up cpp-6 (6.3.0-18+deb9u1) ...
15:00:28 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
15:00:28 Setting up cpp (4:6.3.0-4) ...
15:00:28 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
15:00:28 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
15:00:28 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
15:00:28 Setting up gcc-6 (6.3.0-18+deb9u1) ...
15:00:28 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
15:00:28 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
15:00:28 Setting up gcc (4:6.3.0-4) ...
15:00:28 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
15:00:28 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
15:00:28 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
15:00:28 Setting up git (1:2.11.0-3+deb9u4) ...
15:00:28 Setting up curl (7.52.1-5+deb9u9) ...
15:00:28 Processing triggers for libc-bin (2.24-11+deb9u4) ...
15:00:32 Removing intermediate container 75564e64c67e
15:00:32  ---> 3ada5fc7d186
15:00:32 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
15:00:32  ---> b0704bde105c
15:00:32 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
15:00:32  ---> 552d6e60d70a
15:00:32 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
15:00:32  ---> Running in f701c1fdfb15
15:00:32 Removing intermediate container f701c1fdfb15
15:00:32  ---> 8449cff351ba
15:00:32 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
15:00:34  ---> ec32c345c23c
15:00:34 Step 18/32 : WORKDIR /code/
15:00:34  ---> Running in 2b2315cd2c09
15:00:34 Removing intermediate container 2b2315cd2c09
15:00:34  ---> c9c2d3659ed5
15:00:34 Step 19/32 : RUN pip install virtualenv==16.2.0
15:00:34  ---> Running in 50846e5118ad
15:00:36 Collecting virtualenv==16.2.0
15:00:41   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
15:00:41 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
15:00:41 Installing collected packages: virtualenv
15:00:41 Successfully installed virtualenv-16.2.0
15:00:46 Removing intermediate container 50846e5118ad
15:00:46  ---> 69cebc5297b9
15:00:46 Step 20/32 : RUN pip install tox==2.9.1
15:00:46  ---> Running in 14339dcf3fc1
15:00:47 Collecting tox==2.9.1
15:00:52   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
15:00:52 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)
15:00:52 Collecting py>=1.4.17 (from tox==2.9.1)
15:00:52   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
15:00:52 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
15:00:52   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
15:00:52 Collecting six (from tox==2.9.1)
15:00:52   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
15:00:52 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.2.0)
15:00:52 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
15:00:52   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
15:00:52 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
15:00:52   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
15:00:52 Collecting more-itertools (from zipp>=0.5->importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
15:00:52   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
15:00:52 Installing collected packages: py, more-itertools, zipp, importlib-metadata, pluggy, six, tox
15:00:53 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
15:00:53 Removing intermediate container 14339dcf3fc1
15:00:53  ---> 0f8771053c98
15:00:53 Step 21/32 : COPY requirements.txt .
15:00:53  ---> 91c62725c969
15:00:53 Step 22/32 : COPY requirements-dev.txt .
15:00:54  ---> ea9295966b54
15:00:54 Step 23/32 : COPY .pre-commit-config.yaml .
15:00:54  ---> 2368f6e14734
15:00:54 Step 24/32 : COPY tox.ini .
15:00:54  ---> 8e797d29ca7e
15:00:54 Step 25/32 : COPY setup.py .
15:00:54  ---> 561f8f55cfbe
15:00:54 Step 26/32 : COPY README.md .
15:00:55  ---> 0661c6ed87bb
15:00:55 Step 27/32 : COPY compose compose/
15:00:55  ---> 20d2e05e15e7
15:00:55 Step 28/32 : RUN tox --notest
15:00:55  ---> Running in 3d92d0b7a351
15:00:56 py27 create: /code/.tox/py27
15:01:08 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
15:03:15 py27 develop-inst: /code
15:03:15 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,asn1crypto==1.0.1,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==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.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
15:03:15 py37 create: /code/.tox/py37
15:03:20 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
15:05:26 py37 develop-inst: /code
15:05:26 py37 installed: asn1crypto==1.0.1,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
15:05:26 pre-commit create: /code/.tox/pre-commit
15:05:26 pre-commit installdeps: pre-commit
15:05:35 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0
15:05:35 ___________________________________ summary ____________________________________
15:05:35   py27: skipped tests
15:05:35   py37: skipped tests
15:05:35   pre-commit: skipped tests
15:05:35   congratulations :)
15:05:37 Removing intermediate container 3d92d0b7a351
15:05:37  ---> 457814c024d7
15:05:37 Step 29/32 : COPY . .
15:05:37  ---> da9014a2e95c
15:05:37 Step 30/32 : ARG GIT_COMMIT=unknown
15:05:38  ---> Running in ad99aa7b5b80
15:05:38 Removing intermediate container ad99aa7b5b80
15:05:38  ---> aa8581e9db6c
15:05:38 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
15:05:38  ---> Running in 55061d3b599f
15:05:38 Removing intermediate container 55061d3b599f
15:05:38  ---> c89709ec27ad
15:05:38 Step 32/32 : RUN script/build/linux-entrypoint
15:05:38  ---> Running in 6a158f821c47
15:05:39 + CODE_PATH=/code
15:05:39 + VENV=/code/.tox/py37
15:05:39 + cd /code
15:05:39 + mkdir -p dist
15:05:39 + chmod 777 dist
15:05:39 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
15:05:57 + '[' -z f27706be45de4e239583d3148820dfa644e589b1 ']'
15:05:57 + echo f27706be45de4e239583d3148820dfa644e589b1
15:05:57 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:05:57 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:05:57 + '[' '!' -z 1 ']'
15:05:57 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
15:05:57 Cloning into '/tmp/pyinstaller'...
15:06:00 + cd /tmp/pyinstaller/bootloader
15:06:00 + git checkout v3.5
15:06:00 Note: checking out 'v3.5'.
15:06:00 
15:06:00 You are in 'detached HEAD' state. You can look around, make experimental
15:06:00 changes and commit them, and you can discard any commits you make in this
15:06:00 state without impacting any branches by performing another checkout.
15:06:00 
15:06:00 If you want to create a new branch to retain commits you create, you may
15:06:00 do so (now or later) by using -b with the checkout command again. Example:
15:06:00 
15:06:00   git checkout -b <new-branch-name>
15:06:00 
15:06:00 HEAD is now at 498e6ee0 Release 3.5.
15:06:00 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
15:06:00 Setting top to                           : /tmp/pyinstaller/bootloader 
15:06:00 Setting out to                           : /tmp/pyinstaller/bootloader/build 
15:06:00 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
15:06:00 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
15:06:00 Checking size of pointer                 : 8 
15:06:00 Platform                                 : Linux-64bit detected based on compiler 
15:06:00 Checking for flags -m64                  : yes 
15:06:00 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
15:06:00 Checking for program 'strip'             : /usr/bin/strip 
15:06:00 Checking for library dl                  : yes 
15:06:00 Checking for library m                   : yes 
15:06:00 Checking for library z                   : yes 
15:06:00 Checking for function unsetenv           : yes 
15:06:00 Checking for function mkdtemp            : yes 
15:06:00 Checking for flags -Wl,--as-needed       : yes 
15:06:00 'configure' finished successfully (0.328s)
15:06:00 'all' finished successfully (0.000s)
15:06:00 'distclean' finished successfully (0.001s)
15:06:00 Setting top to                           : /tmp/pyinstaller/bootloader 
15:06:00 Setting out to                           : /tmp/pyinstaller/bootloader/build 
15:06:00 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
15:06:01 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
15:06:01 Checking size of pointer                 : 8 
15:06:01 Platform                                 : Linux-64bit detected based on compiler 
15:06:01 Checking for flags -m64                  : yes 
15:06:01 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
15:06:01 Checking for program 'strip'             : /usr/bin/strip 
15:06:01 Checking for library dl                  : yes 
15:06:01 Checking for library m                   : yes 
15:06:01 Checking for library z                   : yes 
15:06:01 Checking for function unsetenv           : yes 
15:06:01 Checking for function mkdtemp            : yes 
15:06:01 Checking for flags -Wl,--as-needed       : yes 
15:06:01 'configure' finished successfully (0.309s)
15:06:01 'make_all' finished successfully (0.003s)
15:06:01 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
15:06:01 [ 1/13] Compiling src/pyi_python.c
15:06:01 [ 2/13] Compiling src/pyi_global.c
15:06:01 [ 3/13] Compiling src/pyi_archive.c
15:06:01 [ 4/13] Compiling src/pyi_utils.c
15:06:01 [ 5/13] Compiling src/pyi_main.c
15:06:01 [ 6/13] Compiling src/pyi_win32_utils.c
15:06:01 [ 7/13] Compiling src/pyi_python27_compat.c
15:06:01 [ 8/13] Compiling src/pyi_pythonlib.c
15:06:01 [ 9/13] Compiling src/pyi_path.c
15:06:01 [10/13] Compiling src/main.c
15:06:01 [11/13] Compiling src/pyi_launch.c
15:06:01 [12/13] Linking build/debug/run_d
15:06:01 [13/13] Processing build/debug/run_d
15:06:01 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
15:06:01 'build_debug' finished successfully (0.723s)
15:06:01 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
15:06:01 [ 1/13] Compiling src/pyi_python.c
15:06:01 [ 2/13] Compiling src/pyi_global.c
15:06:02 [ 3/13] Compiling src/main.c
15:06:02 [ 4/13] Compiling src/pyi_utils.c
15:06:02 [ 5/13] Compiling src/pyi_python27_compat.c
15:06:02 [ 6/13] Compiling src/pyi_win32_utils.c
15:06:02 [ 7/13] Compiling src/pyi_main.c
15:06:02 [ 8/13] Compiling src/pyi_pythonlib.c
15:06:02 [ 9/13] Compiling src/pyi_path.c
15:06:02 [10/13] Compiling src/pyi_archive.c
15:06:02 [11/13] Compiling src/pyi_launch.c
15:06:02 [12/13] Linking build/release/run
15:06:02 [13/13] Processing build/release/run
15:06:02 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
15:06:02 'build_release' finished successfully (0.666s)
15:06:02 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
15:06:02 [13/14] Processing build/debug/run_d
15:06:02 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
15:06:02 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
15:06:02 'install_debug' finished successfully (0.014s)
15:06:02 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
15:06:02 [13/14] Processing build/release/run
15:06:02 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
15:06:02 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
15:06:02 'install_release' finished successfully (0.012s)
15:06:02 + /code/.tox/py37/bin/pip3 install ..
15:06:03 Processing /tmp/pyinstaller
15:06:03   Installing build dependencies: started
15:06:08   Installing build dependencies: finished with status 'done'
15:06:08   Getting requirements to build wheel: started
15:06:08   Getting requirements to build wheel: finished with status 'done'
15:06:08     Preparing wheel metadata: started
15:06:09     Preparing wheel metadata: finished with status 'done'
15:06:09 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
15:06:09 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.4.0)
15:06:09 Building wheels for collected packages: PyInstaller
15:06:09   Building wheel for PyInstaller (PEP 517): started
15:06:09   Building wheel for PyInstaller (PEP 517): finished with status 'done'
15:06:09   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=589b147fecfd26b4ef6afa44976717a33024e445c17592ab4e60ba04a7f6cec2
15:06:09   Stored in directory: /tmp/pip-ephem-wheel-cache-t9ppnoos/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
15:06:09 Successfully built PyInstaller
15:06:09 Installing collected packages: PyInstaller
15:06:09   Found existing installation: PyInstaller 3.5
15:06:10     Uninstalling PyInstaller-3.5:
15:06:10       Successfully uninstalled PyInstaller-3.5
15:06:10 Successfully installed PyInstaller-3.5
15:06:10 + cd /code
15:06:10 + rm -Rf /tmp/pyinstaller
15:06:10 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
15:06:10 35 INFO: PyInstaller: 3.5
15:06:10 35 INFO: Python: 3.7.4
15:06:10 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
15:06:10 39 INFO: UPX is not available.
15:06:10 40 INFO: Extending PYTHONPATH with paths
15:06:10 ['/code/bin', '/code']
15:06:10 41 INFO: checking Analysis
15:06:10 41 INFO: Building Analysis because Analysis-00.toc is non existent
15:06:10 41 INFO: Initializing module dependency graph...
15:06:10 42 INFO: Initializing module graph hooks...
15:06:10 43 INFO: Analyzing base_library.zip ...
15:06:13 2464 INFO: running Analysis Analysis-00.toc
15:06:13 2475 INFO: Caching module hooks...
15:06:13 2479 INFO: Analyzing bin/docker-compose
15:06:13 2556 INFO: Processing pre-find module path hook   distutils
15:06:13 2556 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
15:06:13 2728 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
15:06:14 3811 INFO: Processing pre-safe import module hook   six.moves
15:06:16 5930 INFO: Loading module hooks...
15:06:16 5931 INFO: Loading module hook "hook-certifi.py"...
15:06:16 5931 INFO: Loading module hook "hook-jsonschema.py"...
15:06:16 5933 INFO: Loading module hook "hook-xml.py"...
15:06:16 5970 INFO: Loading module hook "hook-nacl.py"...
15:06:16 5971 INFO: Loading module hook "hook-distutils.py"...
15:06:16 5973 INFO: Loading module hook "hook-pkg_resources.py"...
15:06:17 6180 INFO: Processing pre-safe import module hook   win32com
15:06:17 6290 INFO: Loading module hook "hook-pydoc.py"...
15:06:17 6291 INFO: Loading module hook "hook-sysconfig.py"...
15:06:17 6297 INFO: Loading module hook "hook-encodings.py"...
15:06:17 6333 INFO: Loading module hook "hook-cryptography.py"...
15:06:17 6503 INFO: Looking for ctypes DLLs
15:06:17 6513 INFO: Analyzing run-time hooks ...
15:06:17 6518 INFO: Including run-time hook 'pyi_rth_certifi.py'
15:06:17 6519 INFO: Including run-time hook 'pyi_rth_pkgres.py'
15:06:17 6527 INFO: Looking for dynamic libraries
15:06:17 6730 INFO: Looking for eggs
15:06:17 6731 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
15:06:17 6740 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
15:06:17 6792 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
15:06:17 6813 INFO: checking PYZ
15:06:17 6813 INFO: Building PYZ because PYZ-00.toc is non existent
15:06:17 6813 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
15:06:18 7539 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
15:06:18 7549 INFO: checking PKG
15:06:18 7549 INFO: Building PKG because PKG-00.toc is non existent
15:06:18 7549 INFO: Building PKG (CArchive) PKG-00.pkg
15:06:30 18473 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
15:06:30 18476 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
15:06:30 18476 INFO: checking EXE
15:06:30 18476 INFO: Building EXE because EXE-00.toc is non existent
15:06:30 18476 INFO: Building EXE from EXE-00.toc
15:06:30 18476 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
15:06:30 18531 INFO: Building EXE from EXE-00.toc completed successfully.
15:06:30 + ls -la dist/
15:06:30 total 17188
15:06:30 drwxrwxrwx    2 root     root          4096 Oct 11 15:06 .
15:06:30 drwxr-xr-x    1 root     root          4096 Oct 11 15:06 ..
15:06:30 -rwxr-xr-x    1 root     root      17585768 Oct 11 15:06 docker-compose
15:06:30 + ldd dist/docker-compose
15:06:30 	/lib/ld-musl-x86_64.so.1 (0x7f794f275000)
15:06:30 	libz.so.1 => /lib/libz.so.1 (0x7f794f23f000)
15:06:30 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f794f275000)
15:06:30 + mv dist/docker-compose /usr/local/bin
15:06:30 + docker-compose version
15:06:30 docker-compose version 1.25.0dev, build f27706be45de4e239583d3148820dfa644e589b1
15:06:30 docker-py version: 4.0.1
15:06:30 CPython version: 3.7.4
15:06:30 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
15:06:30 Removing intermediate container 6a158f821c47
15:06:30  ---> 470711d022cd
15:06:30 Successfully built 470711d022cd
15:06:30 Successfully tagged dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] sh
15:06:31 + docker push dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
15:06:31 The push refers to repository [docker.io/dockerbuildbot/compose]
15:06:31 e05dda66ca06: Preparing
15:06:31 b0b4f229a254: Preparing
15:06:31 b78a44174bf7: Preparing
15:06:31 a2be5ed6cf36: Preparing
15:06:31 fc99496f8484: Preparing
15:06:31 0a78a42d4b82: Preparing
15:06:31 282bbe2d2bce: Preparing
15:06:31 c2f42394ef17: Preparing
15:06:31 050e6c786e73: Preparing
15:06:31 44ff44f1c858: Preparing
15:06:31 f43489a1c860: Preparing
15:06:31 51ddf5be26e2: Preparing
15:06:31 6513ff07984f: Preparing
15:06:31 6ecdf4dd29ed: Preparing
15:06:31 d5d423d13c03: Preparing
15:06:31 b62a1185bb56: Preparing
15:06:31 df8f08ee9463: Preparing
15:06:31 6a1aa47d6606: Preparing
15:06:31 7b66164940a3: Preparing
15:06:31 c5728f2d608b: Preparing
15:06:31 03901b4a2ea8: Preparing
15:06:31 0a78a42d4b82: Waiting
15:06:31 282bbe2d2bce: Waiting
15:06:31 c2f42394ef17: Waiting
15:06:31 050e6c786e73: Waiting
15:06:31 44ff44f1c858: Waiting
15:06:31 f43489a1c860: Waiting
15:06:31 51ddf5be26e2: Waiting
15:06:31 6513ff07984f: Waiting
15:06:31 6ecdf4dd29ed: Waiting
15:06:31 d5d423d13c03: Waiting
15:06:31 b62a1185bb56: Waiting
15:06:31 df8f08ee9463: Waiting
15:06:31 6a1aa47d6606: Waiting
15:06:31 7b66164940a3: Waiting
15:06:31 c5728f2d608b: Waiting
15:06:31 03901b4a2ea8: Waiting
15:06:33 a2be5ed6cf36: Pushed
15:06:33 fc99496f8484: Pushed
15:06:33 b0b4f229a254: Pushed
15:06:34 282bbe2d2bce: Pushed
15:06:34 0a78a42d4b82: Pushed
15:06:35 c2f42394ef17: Pushed
15:06:35 44ff44f1c858: Pushed
15:06:35 050e6c786e73: Pushed
15:06:36 f43489a1c860: Pushed
15:06:37 6513ff07984f: Pushed
15:06:37 e05dda66ca06: Pushed
15:06:38 51ddf5be26e2: Pushed
15:06:39 df8f08ee9463: Layer already exists
15:06:40 6a1aa47d6606: Layer already exists
15:06:40 d5d423d13c03: Pushed
15:06:40 7b66164940a3: Layer already exists
15:06:40 c5728f2d608b: Layer already exists
15:06:40 03901b4a2ea8: Layer already exists
15:06:42 6ecdf4dd29ed: Pushed
15:06:42 b78a44174bf7: Pushed
15:06:54 b62a1185bb56: Pushed
15:06:56 alpine-f27706be45de4e239583d3148820dfa644e589b1: digest: sha256:be35ea87b7ebd9db48dcd7aa98b8b9e92b757447a7a28ca186325e29b37babd0 size: 4715
[Pipeline] echo
15:06:56 dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-028797bb86a15485f) in /home/ubuntu/workspace/compose_PR-6959
[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-6959@tmp/b19c3f63-c781-4ed2-9cc8-22c8fc2d1c50/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
15:06:56 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 /code/script/test/versions.py -n 2 docker/docker-ce recent
15:06:56 Unable to find image 'dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1' locally
15:06:56 alpine-f27706be45de4e239583d3148820dfa644e589b1: Pulling from dockerbuildbot/compose
15:06:56 9d48c3bd43c5: Already exists
15:06:56 c0ea575d71b9: Already exists
15:06:56 0f535eceebd5: Already exists
15:06:56 8a30f5893bea: Already exists
15:06:56 c1d30ace7b67: Already exists
15:06:56 ed1acba3d14a: Pulling fs layer
15:06:56 d6026f25a9af: Pulling fs layer
15:06:56 10408619ffaa: Pulling fs layer
15:06:56 32685d7fdd4b: Pulling fs layer
15:06:56 44d8f6d6e24e: Pulling fs layer
15:06:56 c97a7bf37aaf: Pulling fs layer
15:06:56 c7227ecd94ef: Pulling fs layer
15:06:56 f238d5f6b9da: Pulling fs layer
15:06:56 2bdbb05e8507: Pulling fs layer
15:06:56 cc0b92ef8a5c: Pulling fs layer
15:06:56 2c0712c669fa: Pulling fs layer
15:06:56 3de74222b01e: Pulling fs layer
15:06:56 d6b87a737f60: Pulling fs layer
15:06:56 bca012c0b1e3: Pulling fs layer
15:06:56 94401458478d: Pulling fs layer
15:06:56 e68226f784f7: Pulling fs layer
15:06:56 32685d7fdd4b: Waiting
15:06:56 44d8f6d6e24e: Waiting
15:06:56 c97a7bf37aaf: Waiting
15:06:56 c7227ecd94ef: Waiting
15:06:56 f238d5f6b9da: Waiting
15:06:56 2bdbb05e8507: Waiting
15:06:56 cc0b92ef8a5c: Waiting
15:06:56 2c0712c669fa: Waiting
15:06:56 3de74222b01e: Waiting
15:06:56 d6b87a737f60: Waiting
15:06:56 bca012c0b1e3: Waiting
15:06:56 94401458478d: Waiting
15:06:56 e68226f784f7: Waiting
15:06:56 d6026f25a9af: Verifying Checksum
15:06:56 d6026f25a9af: Download complete
15:06:56 32685d7fdd4b: Verifying Checksum
15:06:56 32685d7fdd4b: Download complete
15:06:56 10408619ffaa: Verifying Checksum
15:06:56 10408619ffaa: Download complete
15:06:57 c97a7bf37aaf: Verifying Checksum
15:06:57 c97a7bf37aaf: Download complete
15:06:57 44d8f6d6e24e: Verifying Checksum
15:06:57 44d8f6d6e24e: Download complete
15:06:57 c7227ecd94ef: Verifying Checksum
15:06:57 c7227ecd94ef: Download complete
15:06:57 f238d5f6b9da: Verifying Checksum
15:06:57 f238d5f6b9da: Download complete
15:06:57 cc0b92ef8a5c: Verifying Checksum
15:06:57 cc0b92ef8a5c: Download complete
15:06:57 2bdbb05e8507: Verifying Checksum
15:06:57 2bdbb05e8507: Download complete
15:06:57 2c0712c669fa: Verifying Checksum
15:06:57 2c0712c669fa: Download complete
15:06:57 3de74222b01e: Verifying Checksum
15:06:57 3de74222b01e: Download complete
15:06:57 d6b87a737f60: Verifying Checksum
15:06:57 d6b87a737f60: Download complete
15:06:57 94401458478d: Verifying Checksum
15:06:57 94401458478d: Download complete
15:06:57 ed1acba3d14a: Verifying Checksum
15:06:57 ed1acba3d14a: Download complete
15:06:57 bca012c0b1e3: Verifying Checksum
15:06:57 bca012c0b1e3: Download complete
15:06:58 e68226f784f7: Verifying Checksum
15:06:58 e68226f784f7: Download complete
15:07:01 ed1acba3d14a: Pull complete
15:07:01 d6026f25a9af: Pull complete
15:07:01 10408619ffaa: Pull complete
15:07:01 32685d7fdd4b: Pull complete
15:07:02 44d8f6d6e24e: Pull complete
15:07:02 c97a7bf37aaf: Pull complete
15:07:02 c7227ecd94ef: Pull complete
15:07:02 f238d5f6b9da: Pull complete
15:07:02 2bdbb05e8507: Pull complete
15:07:02 cc0b92ef8a5c: Pull complete
15:07:02 2c0712c669fa: Pull complete
15:07:03 3de74222b01e: Pull complete
15:07:03 d6b87a737f60: Pull complete
15:07:05 bca012c0b1e3: Pull complete
15:07:05 94401458478d: Pull complete
15:07:06 e68226f784f7: Pull complete
15:07:06 Digest: sha256:be35ea87b7ebd9db48dcd7aa98b8b9e92b757447a7a28ca186325e29b37babd0
15:07:06 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-028797bb86a15485f) in /home/ubuntu/workspace/compose_PR-6959
[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-6959@tmp/662db0f0-3efa-424d-9af6-13b03287e08b/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
15:07:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:07:11 chowning workspace
[Pipeline] sh
15:07:12 + uname -m
[Pipeline] sh
15:07:12 + pwd
15:07:12 + id -u
15:07:12 + id -g
15:07:12 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
15:07:13 Removing all docker containers
[Pipeline] sh
15:07:13 + docker container ls -aq
[Pipeline] echo
15:07:13 Docker containers have been removed
[Pipeline] echo
15:07:13 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:07:13 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
15:07:14 using credential sf-release-bot.github.ssh
15:07:14 Cloning the remote Git repository
15:07:14 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:07:15 Fetching without tags
15:07:15 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
15:07:15 Commit message: "Handle loading by `-f -` combined with other files"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] sh
15:07:17 + docker pull dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
15:07:17 Error response from daemon: manifest for dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 not found: manifest unknown: manifest unknown
[Pipeline] sh
15:07:17 + script/build/write-git-sha
15:07:17 + GIT_COMMIT=f27706be
15:07:17 + docker build -t dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=f27706be45de4e239583d3148820dfa644e589b1 .
15:07:17 Sending build context to Docker daemon  1.864MB

15:07:17 Step 1/32 : ARG DOCKER_VERSION=18.09.7
15:07:17 Step 2/32 : ARG PYTHON_VERSION=3.7.4
15:07:17 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
15:07:17 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
15:07:17 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
15:07:17 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
15:07:17 Step 7/32 : ARG BUILD_PLATFORM=alpine
15:07:17 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
15:07:17  ---> 108a4437ed8c
15:07:17 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
15:07:17  ---> 39fb80313465
15:07:17 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
15:07:17  ---> Using cache
15:07:17  ---> f5f7b637d895
15:07:17 Step 11/32 : ENV BUILD_BOOTLOADER=1
15:07:17  ---> Using cache
15:07:17  ---> 3796b1668205
15:07:17 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
15:07:17  ---> 7691d3cb6cbc
15:07:17 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
15:07:17  ---> Using cache
15:07:17  ---> 750809e9626f
15:07:17 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
15:07:17  ---> 750809e9626f
15:07:17 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
15:07:17  ---> 90929337aa3f
15:07:17 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
15:07:17  ---> Running in 5858781bef77
15:07:18 Removing intermediate container 5858781bef77
15:07:18  ---> 9766a3e71119
15:07:18 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
15:07:18  ---> 8bce19470a39
15:07:18 Step 18/32 : WORKDIR /code/
15:07:18  ---> Running in 7cbfe43f6d37
15:07:19 Removing intermediate container 7cbfe43f6d37
15:07:19  ---> 51f6d7a75295
15:07:19 Step 19/32 : RUN pip install virtualenv==16.2.0
15:07:19  ---> Running in 39ad326fa0a6
15:07:21 Collecting virtualenv==16.2.0
15:07:26   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
15:07:26 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
15:07:26 Installing collected packages: virtualenv
15:07:26 Successfully installed virtualenv-16.2.0
15:07:31 Removing intermediate container 39ad326fa0a6
15:07:31  ---> ca6802983a49
15:07:31 Step 20/32 : RUN pip install tox==2.9.1
15:07:31  ---> Running in cf326b9bea09
15:07:32 Collecting tox==2.9.1
15:07:37   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
15:07:37 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
15:07:37   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
15:07:37 Collecting six (from tox==2.9.1)
15:07:37   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
15:07:37 Collecting py>=1.4.17 (from tox==2.9.1)
15:07:37   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
15:07:37 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)
15:07:37 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
15:07:37   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
15:07:37 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.2.0)
15:07:37 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
15:07:37   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
15:07:37 Collecting more-itertools (from zipp>=0.5->importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
15:07:37   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
15:07:37 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
15:07:38 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
15:07:38 Removing intermediate container cf326b9bea09
15:07:38  ---> 2e405db7e7ae
15:07:38 Step 21/32 : COPY requirements.txt .
15:07:38  ---> 91a5ffeaabe2
15:07:38 Step 22/32 : COPY requirements-dev.txt .
15:07:39  ---> ecdb838d6a63
15:07:39 Step 23/32 : COPY .pre-commit-config.yaml .
15:07:39  ---> a689b9d5f085
15:07:39 Step 24/32 : COPY tox.ini .
15:07:39  ---> 4a5efbeae53c
15:07:39 Step 25/32 : COPY setup.py .
15:07:39  ---> 0e2290dcb8f2
15:07:39 Step 26/32 : COPY README.md .
15:07:39  ---> 285b98bf7315
15:07:39 Step 27/32 : COPY compose compose/
15:07:40  ---> 9f30a9f25668
15:07:40 Step 28/32 : RUN tox --notest
15:07:40  ---> Running in be6e2aa641b2
15:07:41 py27 create: /code/.tox/py27
15:07:53 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
15:08:05 py27 develop-inst: /code
15:08:14 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,asn1crypto==1.0.1,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==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.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
15:08:14 py37 create: /code/.tox/py37
15:08:26 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
15:08:38 py37 develop-inst: /code
15:08:39 py37 installed: asn1crypto==1.0.1,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
15:08:39 pre-commit create: /code/.tox/pre-commit
15:08:51 pre-commit installdeps: pre-commit
15:08:58 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0
15:08:58 ___________________________________ summary ____________________________________
15:08:58   py27: skipped tests
15:08:58   py37: skipped tests
15:08:58   pre-commit: skipped tests
15:08:58   congratulations :)
15:09:00 Removing intermediate container be6e2aa641b2
15:09:00  ---> 37e12d2d8ab5
15:09:00 Step 29/32 : COPY . .
15:09:01  ---> 4bfbaea40257
15:09:01 Step 30/32 : ARG GIT_COMMIT=unknown
15:09:01  ---> Running in d28a4de2c76c
15:09:01 Removing intermediate container d28a4de2c76c
15:09:01  ---> 4ad3dd6a324f
15:09:01 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
15:09:01  ---> Running in 191f9281c51b
15:09:01 Removing intermediate container 191f9281c51b
15:09:01  ---> fc4a82c6425f
15:09:01 Step 32/32 : RUN script/build/linux-entrypoint
15:09:01  ---> Running in c749978385cf
15:09:02 + CODE_PATH=/code
15:09:02 + VENV=/code/.tox/py37
15:09:02 + cd /code
15:09:02 + mkdir -p dist
15:09:02 + chmod 777 dist
15:09:02 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
15:09:20 + '[' -z f27706be45de4e239583d3148820dfa644e589b1 ']'
15:09:20 + echo f27706be45de4e239583d3148820dfa644e589b1
15:09:20 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:09:20 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:09:20 + '[' '!' -z '' ']'
15:09:20 + echo 'NOT compiling bootloader!!!'
15:09:20 NOT compiling bootloader!!!
15:09:20 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
15:09:20 35 INFO: PyInstaller: 3.5
15:09:20 35 INFO: Python: 3.7.4
15:09:20 36 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
15:09:20 37 INFO: UPX is not available.
15:09:20 38 INFO: Extending PYTHONPATH with paths
15:09:20 ['/code/bin', '/code']
15:09:20 39 INFO: checking Analysis
15:09:20 39 INFO: Building Analysis because Analysis-00.toc is non existent
15:09:20 39 INFO: Initializing module dependency graph...
15:09:20 40 INFO: Initializing module graph hooks...
15:09:20 41 INFO: Analyzing base_library.zip ...
15:09:22 2486 INFO: running Analysis Analysis-00.toc
15:09:22 2503 INFO: Caching module hooks...
15:09:22 2507 INFO: Analyzing bin/docker-compose
15:09:22 2586 INFO: Processing pre-find module path hook   distutils
15:09:22 2586 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
15:09:22 2748 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
15:09:24 3827 INFO: Processing pre-safe import module hook   six.moves
15:09:26 5973 INFO: Loading module hooks...
15:09:26 5973 INFO: Loading module hook "hook-certifi.py"...
15:09:26 5974 INFO: Loading module hook "hook-jsonschema.py"...
15:09:26 5975 INFO: Loading module hook "hook-xml.py"...
15:09:26 6015 INFO: Loading module hook "hook-nacl.py"...
15:09:26 6016 INFO: Loading module hook "hook-distutils.py"...
15:09:26 6019 INFO: Loading module hook "hook-pkg_resources.py"...
15:09:26 6201 INFO: Processing pre-safe import module hook   win32com
15:09:26 6352 INFO: Loading module hook "hook-pydoc.py"...
15:09:26 6352 INFO: Loading module hook "hook-sysconfig.py"...
15:09:26 6358 INFO: Loading module hook "hook-encodings.py"...
15:09:26 6396 INFO: Loading module hook "hook-cryptography.py"...
15:09:27 6565 INFO: Looking for ctypes DLLs
15:09:27 6577 INFO: Analyzing run-time hooks ...
15:09:27 6584 INFO: Including run-time hook 'pyi_rth_certifi.py'
15:09:27 6586 INFO: Including run-time hook 'pyi_rth_pkgres.py'
15:09:27 6595 INFO: Looking for dynamic libraries
15:09:27 7165 INFO: Looking for eggs
15:09:27 7165 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
15:09:27 7174 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
15:09:27 7226 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
15:09:27 7248 INFO: checking PYZ
15:09:27 7248 INFO: Building PYZ because PYZ-00.toc is non existent
15:09:27 7248 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
15:09:28 7960 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
15:09:28 7970 INFO: checking PKG
15:09:28 7970 INFO: Building PKG because PKG-00.toc is non existent
15:09:28 7970 INFO: Building PKG (CArchive) PKG-00.pkg
15:09:38 17757 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
15:09:38 17760 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
15:09:38 17760 INFO: checking EXE
15:09:38 17760 INFO: Building EXE because EXE-00.toc is non existent
15:09:38 17760 INFO: Building EXE from EXE-00.toc
15:09:38 17761 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
15:09:38 17957 INFO: Building EXE from EXE-00.toc completed successfully.
15:09:38 + ls -la dist/
15:09:38 total 16768
15:09:38 drwxrwxrwx 2 root root     4096 Oct 11 15:09 .
15:09:38 drwxr-xr-x 1 root root     4096 Oct 11 15:09 ..
15:09:38 -rwxr-xr-x 1 root root 17157880 Oct 11 15:09 docker-compose
15:09:38 + ldd dist/docker-compose
15:09:38 	linux-vdso.so.1 (0x00007fff79778000)
15:09:38 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd2c1844000)
15:09:38 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd2c162a000)
15:09:38 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd2c128b000)
15:09:38 	/lib64/ld-linux-x86-64.so.2 (0x00007fd2c1a48000)
15:09:38 + mv dist/docker-compose /usr/local/bin
15:09:38 + docker-compose version
15:09:39 docker-compose version 1.25.0dev, build f27706be45de4e239583d3148820dfa644e589b1
15:09:39 docker-py version: 4.0.1
15:09:39 CPython version: 3.7.4
15:09:39 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
15:09:40 Removing intermediate container c749978385cf
15:09:40  ---> 442c64d251f3
15:09:40 Successfully built 442c64d251f3
15:09:40 Successfully tagged dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] sh
15:09:40 + docker push dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
15:09:40 The push refers to repository [docker.io/dockerbuildbot/compose]
15:09:40 cda2c584005e: Preparing
15:09:40 64124fdfccb9: Preparing
15:09:40 5f887464ab2a: Preparing
15:09:40 f53ac6c7a1ae: Preparing
15:09:40 14ed37fa189f: Preparing
15:09:40 b1e62588c9ae: Preparing
15:09:40 835c7b8d7914: Preparing
15:09:40 6b6a2bef8a7c: Preparing
15:09:40 1c73ce6ca99f: Preparing
15:09:40 3a543ed63a7f: Preparing
15:09:40 36bd32fd8612: Preparing
15:09:40 5a4c4d78e624: Preparing
15:09:40 b26d47bb51fc: Preparing
15:09:40 a6002cfdb5f4: Preparing
15:09:40 2c76b8c6f680: Preparing
15:09:40 9e6219f2c844: Preparing
15:09:40 5d9379544f46: Preparing
15:09:40 a60dca41a274: Preparing
15:09:40 2b0a1b3e6b0e: Preparing
15:09:40 e768b825df3d: Preparing
15:09:40 e9dc98463cd6: Preparing
15:09:40 b1e62588c9ae: Waiting
15:09:40 835c7b8d7914: Waiting
15:09:40 6b6a2bef8a7c: Waiting
15:09:40 1c73ce6ca99f: Waiting
15:09:40 3a543ed63a7f: Waiting
15:09:40 36bd32fd8612: Waiting
15:09:40 5a4c4d78e624: Waiting
15:09:40 b26d47bb51fc: Waiting
15:09:40 a6002cfdb5f4: Waiting
15:09:40 2c76b8c6f680: Waiting
15:09:40 9e6219f2c844: Waiting
15:09:40 5d9379544f46: Waiting
15:09:40 a60dca41a274: Waiting
15:09:40 2b0a1b3e6b0e: Waiting
15:09:40 e768b825df3d: Waiting
15:09:40 e9dc98463cd6: Waiting
15:09:42 14ed37fa189f: Pushed
15:09:42 f53ac6c7a1ae: Pushed
15:09:42 64124fdfccb9: Pushed
15:09:44 b1e62588c9ae: Pushed
15:09:44 835c7b8d7914: Pushed
15:09:44 6b6a2bef8a7c: Pushed
15:09:45 3a543ed63a7f: Pushed
15:09:46 1c73ce6ca99f: Pushed
15:09:46 36bd32fd8612: Pushed
15:09:47 b26d47bb51fc: Pushed
15:09:48 5a4c4d78e624: Pushed
15:09:50 2c76b8c6f680: Pushed
15:09:50 5d9379544f46: Layer already exists
15:09:50 a60dca41a274: Layer already exists
15:09:50 2b0a1b3e6b0e: Layer already exists
15:09:50 e768b825df3d: Layer already exists
15:09:50 e9dc98463cd6: Layer already exists
15:09:51 5f887464ab2a: Pushed
15:09:51 a6002cfdb5f4: Pushed
15:10:06 9e6219f2c844: Pushed
15:10:10 cda2c584005e: Pushed
15:10:12 debian-f27706be45de4e239583d3148820dfa644e589b1: digest: sha256:ee0202c316ffb046811d12e10275e1ba2658ec813e7600ae7f441e4c13ed0666 size: 4718
[Pipeline] echo
15:10:12 dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-028797bb86a15485f) in /home/ubuntu/workspace/compose_PR-6959
[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-6959@tmp/f92b5ce1-3534-49a5-a92c-07a9e5a49262/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
15:10:12 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 /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.3_py27)
[Pipeline] { (Branch: alpine_19.03.3_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.3_py27)
[Pipeline] { (Branch: debian_19.03.3_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
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-02b209a9262124880) in /home/ubuntu/workspace/compose_PR-6959
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0a83f62dcfb9f371b) in /home/ubuntu/workspace/compose_PR-6959
Running on ubuntu-1804-overlay2 (i-0aa893bbe2c24cd0b) in /home/ubuntu/workspace/compose_PR-6959
Running on ubuntu-1804-overlay2 (i-028797bb86a15485f) in /home/ubuntu/workspace/compose_PR-6959
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0934b7dfc564f1952) in /home/ubuntu/workspace/compose_PR-6959
Running on ubuntu-1804-overlay2 (i-041bc2ea6fd302663) in /home/ubuntu/workspace/compose_PR-6959
Running on ubuntu-1804-overlay2 (i-0d02016cdfc4869a5) in /home/ubuntu/workspace/compose_PR-6959
$ 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-6959@tmp/8eb2d0b9-ca42-4403-a752-70861f160982/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] {
[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-6959@tmp/b451d8c8-cebe-412c-a1c9-c2efc7cf59f7/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] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[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-6959@tmp/994bbcfe-1fc3-40cf-b547-73bd80bedd82/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] 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-6959@tmp/3a5bd794-7d2f-4b95-bffa-c50b15857644/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] 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-6959@tmp/5da02c57-155f-40fe-a624-0111ff823f15/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] 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-6959@tmp/c5a8d4b3-b213-4b00-ba2d-64e36e2bf63b/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] 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-6959@tmp/41f750cb-3682-4bf8-bf2e-3026bfe165e2/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] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
[Pipeline] echo
15:10:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:10:16 chowning workspace
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + uname -m
[Pipeline] sh
15:10:16 + pwd
15:10:16 + id -u
15:10:16 + id -g
15:10:16 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:16 + pwd
15:10:16 + id -u
15:10:16 + id -g
15:10:16 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:16 Unable to find image 'busybox:latest' locally
15:10:16 + pwd
15:10:16 + id -u
15:10:16 + id -g
15:10:16 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:17 + pwd
15:10:17 + id -u
15:10:17 + id -g
15:10:17 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:17 + pwd
15:10:17 + id -u
15:10:17 + id -g
15:10:17 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:17 + pwd
15:10:17 + id -u
15:10:17 + id -g
15:10:17 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:17 Unable to find image 'busybox:latest' locally
15:10:17 + pwd
15:10:17 + id -u
15:10:17 + id -g
15:10:17 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
15:10:17 Unable to find image 'busybox:latest' locally
15:10:17 latest: Pulling from library/busybox
15:10:17 latest: Pulling from library/busybox
15:10:17 7c9d20b9b6cd: Pulling fs layer
15:10:17 7c9d20b9b6cd: Verifying Checksum
15:10:17 7c9d20b9b6cd: Download complete
15:10:17 latest: Pulling from library/busybox
15:10:17 7c9d20b9b6cd: Pulling fs layer
15:10:17 7c9d20b9b6cd: Pulling fs layer
15:10:17 7c9d20b9b6cd: Download complete
15:10:17 7c9d20b9b6cd: Pull complete
15:10:17 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
15:10:17 Status: Downloaded newer image for busybox:latest
15:10:17 7c9d20b9b6cd: Verifying Checksum
15:10:17 7c9d20b9b6cd: Download complete
15:10:17 7c9d20b9b6cd: Pull complete
15:10:17 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
15:10:17 Status: Downloaded newer image for busybox:latest
15:10:17 7c9d20b9b6cd: Pull complete
15:10:17 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
15:10:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
15:10:18 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
15:10:18 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
15:10:18 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
15:10:18 Removing all docker containers
[Pipeline] sh
15:10:18 + docker container ls -aq
[Pipeline] echo
15:10:18 Docker containers have been removed
[Pipeline] echo
15:10:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
15:10:18 + docker container ls -aq
[Pipeline] echo
15:10:18 Docker containers have been removed
[Pipeline] echo
15:10:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:10:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
15:10:18 + docker container ls -aq
[Pipeline] echo
15:10:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
[Pipeline] echo
15:10:18 Docker containers have been removed
[Pipeline] echo
15:10:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
[Pipeline] echo
15:10:18 cleanWorkspace: Workspace is clean.
15:10:18 using credential sf-release-bot.github.ssh
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian)
15:10:18 + docker container ls -aq
[Pipeline] checkout
15:10:18 Cloning the remote Git repository
15:10:18 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
15:10:18 Docker containers have been removed
[Pipeline] echo
15:10:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:10:18 cleanWorkspace: Workspace is clean.
15:10:18 using credential sf-release-bot.github.ssh
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.3 / baseImage=alpine)
15:10:18 Cloning the remote Git repository
15:10:18 Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
15:10:18 using credential sf-release-bot.github.ssh
15:10:18 Cloning the remote Git repository
15:10:18 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
15:10:18 Removing all docker containers
[Pipeline] sh
15:10:18 using credential sf-release-bot.github.ssh
15:10:18 Cloning the remote Git repository
15:10:18 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
15:10:19 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
15:10:19 Removing all docker containers
[Pipeline] sh
15:10:19 + docker container ls -aq
[Pipeline] echo
15:10:19 Docker containers have been removed
[Pipeline] echo
15:10:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:10:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.3 / baseImage=alpine)
[Pipeline] checkout
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:19 using credential sf-release-bot.github.ssh
15:10:19 Cloning the remote Git repository
15:10:19 Cloning with configured refspecs honoured and without tags
15:10:19 + docker container ls -aq
[Pipeline] echo
15:10:19 Docker containers have been removed
[Pipeline] echo
15:10:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:10:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.3 / baseImage=debian)
15:10:19 + docker container ls -aq
[Pipeline] checkout
[Pipeline] echo
15:10:19 Docker containers have been removed
[Pipeline] echo
15:10:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:10:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.3 / baseImage=debian)
[Pipeline] checkout
15:10:19 using credential sf-release-bot.github.ssh
15:10:19 Cloning the remote Git repository
15:10:19 Cloning with configured refspecs honoured and without tags
15:10:19 using credential sf-release-bot.github.ssh
15:10:19 Cloning the remote Git repository
15:10:19 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:20 Fetching without tags
15:10:20 Fetching without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:20 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
15:10:20 Commit message: "Handle loading by `-f -` combined with other files"
15:10:20 Fetching without tags
15:10:20 Fetching without tags
15:10:20 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
15:10:20 Commit message: "Handle loading by `-f -` combined with other files"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:20 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
15:10:20 Commit message: "Handle loading by `-f -` combined with other files"
15:10:20 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
15:10:20 Fetching without tags
15:10:20 Commit message: "Handle loading by `-f -` combined with other files"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:21 Fetching without tags
15:10:21 Fetching without tags
15:10:21 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
15:10:21 Commit message: "Handle loading by `-f -` combined with other files"
[Pipeline] sh
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:21 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:10:21 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
[Pipeline] sh
15:10:21 Commit message: "Handle loading by `-f -` combined with other files"
15:10:21 Commit message: "Handle loading by `-f -` combined with other files"
[Pipeline] sh
15:10:21 + docker info
15:10:21 + awk -F :  $1 == "Storage Driver" { print $2; exit }
[Pipeline] sh
15:10:21 + awk -F :  $1 == "Storage Driver" { print $2; exit }
15:10:21 + docker info
15:10:21 + docker info
15:10:21 + awk -F :  $1 == "Storage Driver" { print $2; exit }
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
15:10:21 + docker info
15:10:21 + awk -F :  $1 == "Storage Driver" { print $2; exit }
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] sh
15:10:21 WARNING: No swap limit support
[Pipeline] echo
15:10:21 Using local system's storage driver: 
[Pipeline] sh
15:10:22 + docker info
15:10:22 + awk -F :  $1 == "Storage Driver" { print $2; exit }
15:10:22 + pwd
15:10:22 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 --verbose
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] sh
15:10:22 WARNING: No swap limit support
[Pipeline] echo
15:10:22 Using local system's storage driver: 
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
15:10:22 + docker info
15:10:22 + awk -F :  $1 == "Storage Driver" { print $2; exit }
15:10:22 + pwd
15:10:22 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:10:22 Unable to find image 'dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1' locally
[Pipeline] sh
15:10:22 WARNING: No swap limit support
[Pipeline] echo
15:10:22 Using local system's storage driver: 
[Pipeline] sh
15:10:22 + docker version
15:10:22 Client: Docker Engine - Community
15:10:22  Version:           18.09.7
15:10:22  API version:       1.39
15:10:22  Go version:        go1.10.8
15:10:22  Git commit:        2d0083d
15:10:22  Built:             Thu Jun 27 17:54:15 2019
15:10:22  OS/Arch:           linux/amd64
15:10:22  Experimental:      false
15:10:22 
15:10:22 Server: Docker Engine - Community
15:10:22  Engine:
15:10:22   Version:          19.03.2
15:10:22   API version:      1.40 (minimum version 1.12)
15:10:22   Go version:       go1.12.8
15:10:22   Git commit:       6a30dfc
15:10:22   Built:            Thu Aug 29 05:27:45 2019
15:10:22   OS/Arch:          linux/amd64
15:10:22   Experimental:     true
15:10:22  containerd:
15:10:22   Version:          1.2.6
15:10:22   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:22  runc:
15:10:22   Version:          1.0.0-rc8
15:10:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:22  docker-init:
15:10:22   Version:          0.18.0
15:10:22   GitCommit:        fec3683
15:10:22 + export DOCKER_VERSIONS=18.09.9
15:10:22 + DOCKER_VERSIONS=18.09.9
15:10:22 + STORAGE_DRIVER=overlay
15:10:22 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:22 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:22 ++ hostname
15:10:22 + GIT_VOLUME=--volumes-from=2ae21fcbcf56
15:10:22 + . script/test/all
15:10:22 ++ set -e
15:10:22 ++ echo 'Running lint checks'
15:10:22 Running lint checks
15:10:22 ++ docker run --rm --tty --volumes-from=2ae21fcbcf56 dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:22 alpine-f27706be45de4e239583d3148820dfa644e589b1: Pulling from dockerbuildbot/compose
15:10:22 9d48c3bd43c5: Already exists
15:10:22 c0ea575d71b9: Pulling fs layer
15:10:22 0f535eceebd5: Pulling fs layer
15:10:22 8a30f5893bea: Pulling fs layer
15:10:22 c1d30ace7b67: Pulling fs layer
15:10:22 ed1acba3d14a: Pulling fs layer
15:10:22 d6026f25a9af: Pulling fs layer
15:10:22 10408619ffaa: Pulling fs layer
15:10:22 32685d7fdd4b: Pulling fs layer
15:10:22 44d8f6d6e24e: Pulling fs layer
15:10:22 c97a7bf37aaf: Pulling fs layer
15:10:22 c7227ecd94ef: Pulling fs layer
15:10:22 f238d5f6b9da: Pulling fs layer
15:10:22 2bdbb05e8507: Pulling fs layer
15:10:22 cc0b92ef8a5c: Pulling fs layer
15:10:22 2c0712c669fa: Pulling fs layer
15:10:22 3de74222b01e: Pulling fs layer
15:10:22 d6b87a737f60: Pulling fs layer
15:10:22 bca012c0b1e3: Pulling fs layer
15:10:22 94401458478d: Pulling fs layer
15:10:22 e68226f784f7: Pulling fs layer
15:10:22 c7227ecd94ef: Waiting
15:10:22 f238d5f6b9da: Waiting
15:10:22 2bdbb05e8507: Waiting
15:10:22 cc0b92ef8a5c: Waiting
15:10:22 2c0712c669fa: Waiting
15:10:22 3de74222b01e: Waiting
15:10:22 d6b87a737f60: Waiting
15:10:22 bca012c0b1e3: Waiting
15:10:22 c1d30ace7b67: Waiting
15:10:22 ed1acba3d14a: Waiting
15:10:22 d6026f25a9af: Waiting
15:10:22 10408619ffaa: Waiting
15:10:22 32685d7fdd4b: Waiting
15:10:22 44d8f6d6e24e: Waiting
15:10:22 c97a7bf37aaf: Waiting
15:10:22 94401458478d: Waiting
15:10:22 e68226f784f7: Waiting
15:10:22 8a30f5893bea: Verifying Checksum
15:10:22 8a30f5893bea: Download complete
15:10:22 c0ea575d71b9: Verifying Checksum
15:10:22 c0ea575d71b9: Download complete
15:10:22 c1d30ace7b67: Verifying Checksum
15:10:22 c1d30ace7b67: Download complete
15:10:22 c0ea575d71b9: Pull complete
15:10:22 + docker info
15:10:22 + awk -F :  $1 == "Storage Driver" { print $2; exit }
15:10:23 + pwd
15:10:23 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:10:23 Unable to find image 'dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1' locally
15:10:23 alpine-f27706be45de4e239583d3148820dfa644e589b1: Pulling from dockerbuildbot/compose
15:10:23 9d48c3bd43c5: Already exists
15:10:23 c0ea575d71b9: Pulling fs layer
15:10:23 0f535eceebd5: Pulling fs layer
15:10:23 8a30f5893bea: Pulling fs layer
15:10:23 c1d30ace7b67: Pulling fs layer
15:10:23 ed1acba3d14a: Pulling fs layer
15:10:23 d6026f25a9af: Pulling fs layer
15:10:23 10408619ffaa: Pulling fs layer
15:10:23 32685d7fdd4b: Pulling fs layer
15:10:23 44d8f6d6e24e: Pulling fs layer
15:10:23 c97a7bf37aaf: Pulling fs layer
15:10:23 c7227ecd94ef: Pulling fs layer
15:10:23 f238d5f6b9da: Pulling fs layer
15:10:23 2bdbb05e8507: Pulling fs layer
15:10:23 cc0b92ef8a5c: Pulling fs layer
15:10:23 2c0712c669fa: Pulling fs layer
15:10:23 3de74222b01e: Pulling fs layer
15:10:23 d6b87a737f60: Pulling fs layer
15:10:23 bca012c0b1e3: Pulling fs layer
15:10:23 94401458478d: Pulling fs layer
15:10:23 e68226f784f7: Pulling fs layer
15:10:23 c1d30ace7b67: Waiting
15:10:23 ed1acba3d14a: Waiting
15:10:23 d6026f25a9af: Waiting
15:10:23 10408619ffaa: Waiting
15:10:23 32685d7fdd4b: Waiting
15:10:23 44d8f6d6e24e: Waiting
15:10:23 c97a7bf37aaf: Waiting
15:10:23 c7227ecd94ef: Waiting
15:10:23 f238d5f6b9da: Waiting
15:10:23 2bdbb05e8507: Waiting
15:10:23 cc0b92ef8a5c: Waiting
15:10:23 2c0712c669fa: Waiting
15:10:23 3de74222b01e: Waiting
15:10:23 d6b87a737f60: Waiting
15:10:23 bca012c0b1e3: Waiting
15:10:23 94401458478d: Waiting
15:10:23 e68226f784f7: Waiting
15:10:23 d6026f25a9af: Verifying Checksum
15:10:23 d6026f25a9af: Download complete
15:10:23 0f535eceebd5: Verifying Checksum
15:10:23 0f535eceebd5: Download complete
15:10:23 8a30f5893bea: Verifying Checksum
15:10:23 8a30f5893bea: Download complete
15:10:23 c0ea575d71b9: Verifying Checksum
15:10:23 c0ea575d71b9: Download complete
15:10:23 32685d7fdd4b: Verifying Checksum
15:10:23 32685d7fdd4b: Download complete
15:10:23 10408619ffaa: Verifying Checksum
15:10:23 10408619ffaa: Download complete
15:10:23 c97a7bf37aaf: Verifying Checksum
15:10:23 c97a7bf37aaf: Download complete
15:10:23 c0ea575d71b9: Pull complete
15:10:23 0f535eceebd5: Verifying Checksum
15:10:23 0f535eceebd5: Download complete
15:10:23 d6026f25a9af: Download complete
15:10:23 44d8f6d6e24e: Verifying Checksum
15:10:23 44d8f6d6e24e: Download complete
15:10:23 c7227ecd94ef: Verifying Checksum
15:10:23 c7227ecd94ef: Download complete
15:10:23 f238d5f6b9da: Verifying Checksum
15:10:23 f238d5f6b9da: Download complete
15:10:23 2bdbb05e8507: Verifying Checksum
15:10:23 2bdbb05e8507: Download complete
15:10:23 c1d30ace7b67: Verifying Checksum
15:10:23 c1d30ace7b67: Download complete
15:10:23 32685d7fdd4b: Verifying Checksum
15:10:23 32685d7fdd4b: Download complete
15:10:23 cc0b92ef8a5c: Verifying Checksum
15:10:23 cc0b92ef8a5c: Download complete
15:10:23 2c0712c669fa: Verifying Checksum
15:10:23 2c0712c669fa: Download complete
15:10:23 3de74222b01e: Verifying Checksum
15:10:23 3de74222b01e: Download complete
15:10:23 d6b87a737f60: Verifying Checksum
15:10:23 d6b87a737f60: Download complete
15:10:24 10408619ffaa: Verifying Checksum
15:10:24 10408619ffaa: Download complete
15:10:24 c97a7bf37aaf: Verifying Checksum
15:10:24 c97a7bf37aaf: Download complete
15:10:24 44d8f6d6e24e: Verifying Checksum
15:10:24 44d8f6d6e24e: Download complete
15:10:24 94401458478d: Verifying Checksum
15:10:24 94401458478d: Download complete
15:10:24 c7227ecd94ef: Verifying Checksum
15:10:24 c7227ecd94ef: Download complete
15:10:24 f238d5f6b9da: Verifying Checksum
15:10:24 f238d5f6b9da: Download complete
15:10:24 cc0b92ef8a5c: Verifying Checksum
15:10:24 cc0b92ef8a5c: Download complete
15:10:24 2bdbb05e8507: Verifying Checksum
15:10:24 2bdbb05e8507: Download complete
15:10:24 2c0712c669fa: Verifying Checksum
15:10:24 2c0712c669fa: Download complete
15:10:24 ed1acba3d14a: Verifying Checksum
15:10:24 ed1acba3d14a: Download complete
15:10:24 3de74222b01e: Verifying Checksum
15:10:24 3de74222b01e: Download complete
15:10:24 d6b87a737f60: Verifying Checksum
15:10:24 d6b87a737f60: Download complete
15:10:24 94401458478d: Verifying Checksum
15:10:24 94401458478d: Download complete
15:10:24 ed1acba3d14a: Verifying Checksum
15:10:24 ed1acba3d14a: Download complete
15:10:24 bca012c0b1e3: Verifying Checksum
15:10:24 bca012c0b1e3: Download complete
15:10:24 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:24 pre-commit runtests: PYTHONHASHSEED='2615430128'

15:10:24 pre-commit runtests: commands[0] | pre-commit install

15:10:24 pre-commit installed at .git/hooks/pre-commit

15:10:24 pre-commit runtests: commands[1] | pre-commit run --all-files

15:10:25 bca012c0b1e3: Verifying Checksum
15:10:25 bca012c0b1e3: Download complete
15:10:25 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

15:10:25 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

15:10:25 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:25 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:10:25 e68226f784f7: Verifying Checksum
15:10:25 e68226f784f7: Download complete
15:10:25 e68226f784f7: Verifying Checksum
15:10:25 e68226f784f7: Download complete
15:10:25 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:25 [INFO] Once installed this environment will be reused.

15:10:25 [INFO] This may take a few minutes...

15:10:25 0f535eceebd5: Pull complete
15:10:25 8a30f5893bea: Pull complete
15:10:26 0f535eceebd5: Pull complete
15:10:26 8a30f5893bea: Pull complete
15:10:26 c1d30ace7b67: Pull complete
15:10:26 c1d30ace7b67: Pull complete
15:10:26 WARNING: No swap limit support
[Pipeline] echo
15:10:26 Using local system's storage driver: 
[Pipeline] sh
15:10:27 + pwd
15:10:27 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:10:27 Unable to find image 'dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1' locally
15:10:27 debian-f27706be45de4e239583d3148820dfa644e589b1: Pulling from dockerbuildbot/compose
15:10:27 8f91359f1fff: Pulling fs layer
15:10:27 502ac059b4cd: Pulling fs layer
15:10:27 cfd307573f01: Pulling fs layer
15:10:27 65beb65381ee: Pulling fs layer
15:10:27 4c21f9ed2a53: Pulling fs layer
15:10:27 271d27ea01ca: Pulling fs layer
15:10:27 7d203067497b: Pulling fs layer
15:10:27 27ad692ecab6: Pulling fs layer
15:10:27 970e36e178db: Pulling fs layer
15:10:27 4d816313bb3b: Pulling fs layer
15:10:27 114e8edb0be2: Pulling fs layer
15:10:27 22fa5573c9e6: Pulling fs layer
15:10:27 920dcddcf4ee: Pulling fs layer
15:10:27 6d0cde730de6: Pulling fs layer
15:10:27 d078ba1b4641: Pulling fs layer
15:10:27 56b20705216e: Pulling fs layer
15:10:27 b14eaa8c7370: Pulling fs layer
15:10:27 58f5a5ece642: Pulling fs layer
15:10:27 c22a1b18a793: Pulling fs layer
15:10:27 4a78e4c8231d: Pulling fs layer
15:10:27 09f73ffa135c: Pulling fs layer
15:10:27 114e8edb0be2: Waiting
15:10:27 22fa5573c9e6: Waiting
15:10:27 920dcddcf4ee: Waiting
15:10:27 6d0cde730de6: Waiting
15:10:27 d078ba1b4641: Waiting
15:10:27 56b20705216e: Waiting
15:10:27 b14eaa8c7370: Waiting
15:10:27 58f5a5ece642: Waiting
15:10:27 c22a1b18a793: Waiting
15:10:27 4a78e4c8231d: Waiting
15:10:27 09f73ffa135c: Waiting
15:10:27 65beb65381ee: Waiting
15:10:27 271d27ea01ca: Waiting
15:10:27 7d203067497b: Waiting
15:10:27 27ad692ecab6: Waiting
15:10:27 970e36e178db: Waiting
15:10:27 4d816313bb3b: Waiting
15:10:27 4c21f9ed2a53: Waiting
15:10:27 502ac059b4cd: Verifying Checksum
15:10:27 502ac059b4cd: Download complete
15:10:27 8f91359f1fff: Download complete
15:10:27 65beb65381ee: Verifying Checksum
15:10:27 65beb65381ee: Download complete
15:10:27 4c21f9ed2a53: Verifying Checksum
15:10:27 4c21f9ed2a53: Download complete
15:10:27 7d203067497b: Verifying Checksum
15:10:27 7d203067497b: Download complete
15:10:28 27ad692ecab6: Verifying Checksum
15:10:28 27ad692ecab6: Download complete
15:10:28 cfd307573f01: Verifying Checksum
15:10:28 cfd307573f01: Download complete
15:10:28 970e36e178db: Verifying Checksum
15:10:28 970e36e178db: Download complete
15:10:28 WARNING: No swap limit support
[Pipeline] echo
15:10:28 Using local system's storage driver: 
[Pipeline] sh
15:10:28 114e8edb0be2: Verifying Checksum
15:10:28 114e8edb0be2: Download complete
15:10:28 22fa5573c9e6: Verifying Checksum
15:10:28 22fa5573c9e6: Download complete
15:10:28 + pwd
15:10:28 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:10:28 4d816313bb3b: Verifying Checksum
15:10:28 4d816313bb3b: Download complete
15:10:28 920dcddcf4ee: Verifying Checksum
15:10:28 920dcddcf4ee: Download complete
15:10:28 d078ba1b4641: Verifying Checksum
15:10:28 d078ba1b4641: Download complete
15:10:28 6d0cde730de6: Verifying Checksum
15:10:28 6d0cde730de6: Download complete
15:10:28 56b20705216e: Verifying Checksum
15:10:28 56b20705216e: Download complete
15:10:28 b14eaa8c7370: Verifying Checksum
15:10:28 b14eaa8c7370: Download complete
15:10:28 58f5a5ece642: Verifying Checksum
15:10:28 58f5a5ece642: Download complete
15:10:28 WARNING: No swap limit support
[Pipeline] echo
15:10:28 Using local system's storage driver: 
[Pipeline] sh
15:10:28 4a78e4c8231d: Verifying Checksum
15:10:28 4a78e4c8231d: Download complete
15:10:28 + docker version
15:10:28 Client: Docker Engine - Community
15:10:28  Version:           18.09.7
15:10:28  API version:       1.39
15:10:28  Go version:        go1.10.8
15:10:28  Git commit:        2d0083d
15:10:28  Built:             Thu Jun 27 17:54:15 2019
15:10:28  OS/Arch:           linux/amd64
15:10:28  Experimental:      false
15:10:28 
15:10:28 Server: Docker Engine - Community
15:10:28  Engine:
15:10:28   Version:          19.03.2
15:10:28   API version:      1.40 (minimum version 1.12)
15:10:28   Go version:       go1.12.8
15:10:28   Git commit:       6a30dfc
15:10:28   Built:            Thu Aug 29 05:27:45 2019
15:10:28   OS/Arch:          linux/amd64
15:10:28   Experimental:     true
15:10:28  containerd:
15:10:28   Version:          1.2.6
15:10:28   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:28  runc:
15:10:28   Version:          1.0.0-rc8
15:10:28   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:28  docker-init:
15:10:28   Version:          0.18.0
15:10:28   GitCommit:        fec3683
15:10:28 + export DOCKER_VERSIONS=18.09.9
15:10:28 + DOCKER_VERSIONS=18.09.9
15:10:28 + STORAGE_DRIVER=overlay
15:10:28 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:28 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:28 ++ hostname
15:10:28 + GIT_VOLUME=--volumes-from=de8d05bc56bd
15:10:28 + . script/test/all
15:10:28 ++ set -e
15:10:28 ++ echo 'Running lint checks'
15:10:28 Running lint checks
15:10:28 ++ docker run --rm --tty --volumes-from=de8d05bc56bd dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:29 + pwd
15:10:29 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:10:29 Unable to find image 'dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1' locally
15:10:29 alpine-f27706be45de4e239583d3148820dfa644e589b1: Pulling from dockerbuildbot/compose
15:10:29 9d48c3bd43c5: Already exists
15:10:29 c0ea575d71b9: Pulling fs layer
15:10:29 0f535eceebd5: Pulling fs layer
15:10:29 8a30f5893bea: Pulling fs layer
15:10:29 c1d30ace7b67: Pulling fs layer
15:10:29 ed1acba3d14a: Pulling fs layer
15:10:29 d6026f25a9af: Pulling fs layer
15:10:29 10408619ffaa: Pulling fs layer
15:10:29 32685d7fdd4b: Pulling fs layer
15:10:29 44d8f6d6e24e: Pulling fs layer
15:10:29 c97a7bf37aaf: Pulling fs layer
15:10:29 c7227ecd94ef: Pulling fs layer
15:10:29 f238d5f6b9da: Pulling fs layer
15:10:29 2bdbb05e8507: Pulling fs layer
15:10:29 cc0b92ef8a5c: Pulling fs layer
15:10:29 2c0712c669fa: Pulling fs layer
15:10:29 3de74222b01e: Pulling fs layer
15:10:29 d6b87a737f60: Pulling fs layer
15:10:29 bca012c0b1e3: Pulling fs layer
15:10:29 94401458478d: Pulling fs layer
15:10:29 e68226f784f7: Pulling fs layer
15:10:29 c1d30ace7b67: Waiting
15:10:29 ed1acba3d14a: Waiting
15:10:29 d6026f25a9af: Waiting
15:10:29 10408619ffaa: Waiting
15:10:29 32685d7fdd4b: Waiting
15:10:29 44d8f6d6e24e: Waiting
15:10:29 c97a7bf37aaf: Waiting
15:10:29 c7227ecd94ef: Waiting
15:10:29 f238d5f6b9da: Waiting
15:10:29 2bdbb05e8507: Waiting
15:10:29 cc0b92ef8a5c: Waiting
15:10:29 2c0712c669fa: Waiting
15:10:29 3de74222b01e: Waiting
15:10:29 d6b87a737f60: Waiting
15:10:29 bca012c0b1e3: Waiting
15:10:29 e68226f784f7: Waiting
15:10:29 94401458478d: Waiting
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs’
15:10:29 c0ea575d71b9: Download complete
15:10:29 8a30f5893bea: Verifying Checksum
15:10:29 8a30f5893bea: Download complete
15:10:29 c1d30ace7b67: Verifying Checksum
15:10:29 c1d30ace7b67: Download complete
15:10:29 ed1acba3d14a: Pull complete
15:10:29 d6026f25a9af: Pull complete
15:10:29 c22a1b18a793: Verifying Checksum
15:10:29 c22a1b18a793: Download complete
15:10:29 c0ea575d71b9: Pull complete
15:10:29 d6026f25a9af: Verifying Checksum
15:10:29 d6026f25a9af: Download complete
15:10:29 0f535eceebd5: Verifying Checksum
15:10:29 0f535eceebd5: Download complete
15:10:29 ed1acba3d14a: Pull complete
15:10:29 d6026f25a9af: Pull complete
15:10:29 32685d7fdd4b: Verifying Checksum
15:10:29 32685d7fdd4b: Download complete
15:10:29 10408619ffaa: Verifying Checksum
15:10:29 10408619ffaa: Download complete
15:10:29 10408619ffaa: Pull complete
15:10:29 32685d7fdd4b: Pull complete
15:10:29 09f73ffa135c: Verifying Checksum
15:10:29 09f73ffa135c: Download complete
15:10:29 8f91359f1fff: Pull complete
15:10:30 44d8f6d6e24e: Verifying Checksum
15:10:30 44d8f6d6e24e: Download complete
15:10:30 c97a7bf37aaf: Verifying Checksum
15:10:30 c97a7bf37aaf: Download complete
15:10:30 c7227ecd94ef: Verifying Checksum
15:10:30 c7227ecd94ef: Download complete
15:10:30 f238d5f6b9da: Verifying Checksum
15:10:30 f238d5f6b9da: Download complete
15:10:30 2bdbb05e8507: Verifying Checksum
15:10:30 2bdbb05e8507: Download complete
15:10:30 10408619ffaa: Pull complete
15:10:30 32685d7fdd4b: Pull complete
15:10:30 44d8f6d6e24e: Pull complete
15:10:30 c97a7bf37aaf: Pull complete
15:10:30 502ac059b4cd: Pull complete
15:10:30 271d27ea01ca: Verifying Checksum
15:10:30 271d27ea01ca: Download complete
15:10:30 2c0712c669fa: Verifying Checksum
15:10:30 2c0712c669fa: Download complete
15:10:30 cc0b92ef8a5c: Verifying Checksum
15:10:30 cc0b92ef8a5c: Download complete
15:10:30 3de74222b01e: Verifying Checksum
15:10:30 3de74222b01e: Download complete
15:10:30 44d8f6d6e24e: Pull complete
15:10:30 c7227ecd94ef: Pull complete
15:10:30 f238d5f6b9da: Pull complete
15:10:30 2bdbb05e8507: Pull complete
15:10:30 d6b87a737f60: Verifying Checksum
15:10:30 d6b87a737f60: Download complete
15:10:30 ed1acba3d14a: Verifying Checksum
15:10:30 ed1acba3d14a: Download complete
15:10:30 94401458478d: Verifying Checksum
15:10:30 94401458478d: Download complete
15:10:30 c97a7bf37aaf: Pull complete
15:10:30 c7227ecd94ef: Pull complete
15:10:30 cc0b92ef8a5c: Pull complete
15:10:30 2c0712c669fa: Pull complete
15:10:30 3de74222b01e: Pull complete
15:10:30 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:30 pre-commit runtests: PYTHONHASHSEED='3169478362'

15:10:30 pre-commit runtests: commands[0] | pre-commit install

15:10:30 f238d5f6b9da: Pull complete
15:10:30 2bdbb05e8507: Pull complete
15:10:30 d6b87a737f60: Pull complete
15:10:31 WARNING: No swap limit support
[Pipeline] echo
15:10:31 Using local system's storage driver: 
[Pipeline] sh
15:10:31 pre-commit installed at .git/hooks/pre-commit

15:10:31 pre-commit runtests: commands[1] | pre-commit run --all-files

15:10:31 bca012c0b1e3: Verifying Checksum
15:10:31 bca012c0b1e3: Download complete
15:10:31 cc0b92ef8a5c: Pull complete
15:10:31 2c0712c669fa: Pull complete
15:10:31 3de74222b01e: Pull complete
15:10:31 cfd307573f01: Pull complete
15:10:31 + pwd
15:10:31 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:10:31 Unable to find image 'dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1' locally
15:10:31 debian-f27706be45de4e239583d3148820dfa644e589b1: Pulling from dockerbuildbot/compose
15:10:31 8f91359f1fff: Pulling fs layer
15:10:31 502ac059b4cd: Pulling fs layer
15:10:31 cfd307573f01: Pulling fs layer
15:10:31 65beb65381ee: Pulling fs layer
15:10:31 4c21f9ed2a53: Pulling fs layer
15:10:31 271d27ea01ca: Pulling fs layer
15:10:31 7d203067497b: Pulling fs layer
15:10:31 27ad692ecab6: Pulling fs layer
15:10:31 970e36e178db: Pulling fs layer
15:10:31 4d816313bb3b: Pulling fs layer
15:10:31 114e8edb0be2: Pulling fs layer
15:10:31 22fa5573c9e6: Pulling fs layer
15:10:31 920dcddcf4ee: Pulling fs layer
15:10:31 6d0cde730de6: Pulling fs layer
15:10:31 d078ba1b4641: Pulling fs layer
15:10:31 56b20705216e: Pulling fs layer
15:10:31 b14eaa8c7370: Pulling fs layer
15:10:31 58f5a5ece642: Pulling fs layer
15:10:31 c22a1b18a793: Pulling fs layer
15:10:31 4a78e4c8231d: Pulling fs layer
15:10:31 09f73ffa135c: Pulling fs layer
15:10:31 114e8edb0be2: Waiting
15:10:31 22fa5573c9e6: Waiting
15:10:31 920dcddcf4ee: Waiting
15:10:31 6d0cde730de6: Waiting
15:10:31 d078ba1b4641: Waiting
15:10:31 56b20705216e: Waiting
15:10:31 b14eaa8c7370: Waiting
15:10:31 58f5a5ece642: Waiting
15:10:31 c22a1b18a793: Waiting
15:10:31 4a78e4c8231d: Waiting
15:10:31 09f73ffa135c: Waiting
15:10:31 271d27ea01ca: Waiting
15:10:31 7d203067497b: Waiting
15:10:31 27ad692ecab6: Waiting
15:10:31 970e36e178db: Waiting
15:10:31 4d816313bb3b: Waiting
15:10:31 65beb65381ee: Waiting
15:10:31 4c21f9ed2a53: Waiting
15:10:31 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

15:10:31 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

15:10:31 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:31 e68226f784f7: Verifying Checksum
15:10:31 e68226f784f7: Download complete
15:10:31 d6b87a737f60: Pull complete
15:10:31 65beb65381ee: Pull complete
15:10:31 502ac059b4cd: Verifying Checksum
15:10:31 502ac059b4cd: Download complete
15:10:31 8f91359f1fff: Verifying Checksum
15:10:31 8f91359f1fff: Download complete
15:10:31 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:10:31 4c21f9ed2a53: Pull complete
15:10:31 65beb65381ee: Verifying Checksum
15:10:31 65beb65381ee: Download complete
15:10:31 cfd307573f01: Verifying Checksum
15:10:31 cfd307573f01: Download complete
15:10:31 4c21f9ed2a53: Verifying Checksum
15:10:31 4c21f9ed2a53: Download complete
15:10:31 7d203067497b: Verifying Checksum
15:10:31 7d203067497b: Download complete
15:10:31 970e36e178db: Verifying Checksum
15:10:31 970e36e178db: Download complete
15:10:31 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:31 [INFO] Once installed this environment will be reused.

15:10:31 [INFO] This may take a few minutes...

15:10:31 0f535eceebd5: Pull complete
15:10:32 27ad692ecab6: Verifying Checksum
15:10:32 27ad692ecab6: Download complete
15:10:32 4d816313bb3b: Verifying Checksum
15:10:32 4d816313bb3b: Download complete
15:10:32 8a30f5893bea: Pull complete
15:10:32 c1d30ace7b67: Pull complete
15:10:32 22fa5573c9e6: Verifying Checksum
15:10:32 22fa5573c9e6: Download complete
15:10:32 920dcddcf4ee: Verifying Checksum
15:10:32 920dcddcf4ee: Download complete
15:10:32 6d0cde730de6: Verifying Checksum
15:10:32 6d0cde730de6: Download complete
15:10:32 114e8edb0be2: Verifying Checksum
15:10:32 114e8edb0be2: Download complete
15:10:32 d078ba1b4641: Verifying Checksum
15:10:32 d078ba1b4641: Download complete
15:10:32 56b20705216e: Verifying Checksum
15:10:32 56b20705216e: Download complete
15:10:32 b14eaa8c7370: Verifying Checksum
15:10:32 b14eaa8c7370: Download complete
15:10:32 58f5a5ece642: Verifying Checksum
15:10:32 58f5a5ece642: Download complete
15:10:32 bca012c0b1e3: Pull complete
15:10:32 4a78e4c8231d: Verifying Checksum
15:10:32 4a78e4c8231d: Download complete
15:10:33 94401458478d: Pull complete
15:10:33 bca012c0b1e3: Pull complete
15:10:33 271d27ea01ca: Verifying Checksum
15:10:33 271d27ea01ca: Download complete
15:10:33 94401458478d: Pull complete
15:10:33 e68226f784f7: Pull complete
15:10:33 Digest: sha256:be35ea87b7ebd9db48dcd7aa98b8b9e92b757447a7a28ca186325e29b37babd0
15:10:33 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
15:10:33 c22a1b18a793: Verifying Checksum
15:10:33 c22a1b18a793: Download complete
15:10:33 09f73ffa135c: Verifying Checksum
15:10:33 09f73ffa135c: Download complete
15:10:34 e68226f784f7: Pull complete
15:10:34 Digest: sha256:be35ea87b7ebd9db48dcd7aa98b8b9e92b757447a7a28ca186325e29b37babd0
15:10:34 8f91359f1fff: Pull complete
15:10:34 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
15:10:34 502ac059b4cd: Pull complete
15:10:34 271d27ea01ca: Pull complete
15:10:34 7d203067497b: Pull complete
15:10:35 ed1acba3d14a: Pull complete
15:10:35 d6026f25a9af: Pull complete
15:10:35 cfd307573f01: Pull complete
15:10:35 65beb65381ee: Pull complete
15:10:35 27ad692ecab6: Pull complete
15:10:35 970e36e178db: Pull complete
15:10:35 4c21f9ed2a53: Pull complete
15:10:35 4d816313bb3b: Pull complete
15:10:36 10408619ffaa: Pull complete
15:10:36 32685d7fdd4b: Pull complete
15:10:36 114e8edb0be2: Pull complete
15:10:36 22fa5573c9e6: Pull complete
15:10:36 920dcddcf4ee: Pull complete
15:10:36 + docker version
15:10:36 Client: Docker Engine - Community
15:10:36  Version:           18.09.7
15:10:36  API version:       1.39
15:10:36  Go version:        go1.10.8
15:10:36  Git commit:        2d0083d
15:10:36  Built:             Thu Jun 27 17:54:15 2019
15:10:36  OS/Arch:           linux/amd64
15:10:36  Experimental:      false
15:10:36 
15:10:36 Server: Docker Engine - Community
15:10:36  Engine:
15:10:36   Version:          19.03.2
15:10:36   API version:      1.40 (minimum version 1.12)
15:10:36   Go version:       go1.12.8
15:10:36   Git commit:       6a30dfc
15:10:36   Built:            Thu Aug 29 05:27:45 2019
15:10:36   OS/Arch:          linux/amd64
15:10:36   Experimental:     true
15:10:36  containerd:
15:10:36   Version:          1.2.6
15:10:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:36  runc:
15:10:36   Version:          1.0.0-rc8
15:10:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:36  docker-init:
15:10:36   Version:          0.18.0
15:10:36   GitCommit:        fec3683
15:10:36 + export DOCKER_VERSIONS=18.09.9
15:10:36 + DOCKER_VERSIONS=18.09.9
15:10:36 + STORAGE_DRIVER=overlay
15:10:36 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:36 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:36 ++ hostname
15:10:36 + GIT_VOLUME=--volumes-from=6fbaff71b96f
15:10:36 + . script/test/all
15:10:36 ++ set -e
15:10:36 ++ echo 'Running lint checks'
15:10:36 Running lint checks
15:10:36 ++ docker run --rm --tty --volumes-from=6fbaff71b96f dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:36 44d8f6d6e24e: Pull complete
15:10:36 6d0cde730de6: Pull complete
15:10:36 d078ba1b4641: Pull complete
15:10:36 c97a7bf37aaf: Pull complete
15:10:36 c7227ecd94ef: Pull complete
15:10:36 56b20705216e: Pull complete
15:10:36 b14eaa8c7370: Pull complete
15:10:36 58f5a5ece642: Pull complete
15:10:36 f238d5f6b9da: Pull complete
15:10:36 2bdbb05e8507: Pull complete
15:10:36 cc0b92ef8a5c: Pull complete
15:10:37 2c0712c669fa: Pull complete
15:10:37 3de74222b01e: Pull complete
15:10:37 d6b87a737f60: Pull complete
15:10:37 + docker version
15:10:37 Client: Docker Engine - Community
15:10:37  Version:           18.09.7
15:10:37  API version:       1.39
15:10:37  Go version:        go1.10.8
15:10:37  Git commit:        2d0083d
15:10:37  Built:             Thu Jun 27 17:54:15 2019
15:10:37  OS/Arch:           linux/amd64
15:10:37  Experimental:      false
15:10:37 
15:10:37 Server: Docker Engine - Community
15:10:37  Engine:
15:10:37   Version:          19.03.2
15:10:37   API version:      1.40 (minimum version 1.12)
15:10:37   Go version:       go1.12.8
15:10:37   Git commit:       6a30dfc
15:10:37   Built:            Thu Aug 29 05:27:45 2019
15:10:37   OS/Arch:          linux/amd64
15:10:37   Experimental:     true
15:10:37  containerd:
15:10:37   Version:          1.2.6
15:10:37   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:37  runc:
15:10:37   Version:          1.0.0-rc8
15:10:37   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:37  docker-init:
15:10:37   Version:          0.18.0
15:10:37   GitCommit:        fec3683
15:10:37 + export DOCKER_VERSIONS=19.03.3
15:10:37 + DOCKER_VERSIONS=19.03.3
15:10:37 + STORAGE_DRIVER=overlay
15:10:37 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:37 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:37 ++ hostname
15:10:37 + GIT_VOLUME=--volumes-from=7d9bf498d6a5
15:10:37 + . script/test/all
15:10:37 ++ set -e
15:10:37 ++ echo 'Running lint checks'
15:10:37 Running lint checks
15:10:37 ++ docker run --rm --tty --volumes-from=7d9bf498d6a5 dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:38 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:38 pre-commit runtests: PYTHONHASHSEED='1107153865'

15:10:38 pre-commit runtests: commands[0] | pre-commit install

15:10:38 pre-commit installed at .git/hooks/pre-commit

15:10:38 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

15:10:38 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

15:10:38 [INFO] Once installed this environment will be reused.

15:10:38 [INFO] This may take a few minutes...

15:10:39 271d27ea01ca: Pull complete
15:10:39 c22a1b18a793: Pull complete
15:10:39 4a78e4c8231d: Pull complete
15:10:39 bca012c0b1e3: Pull complete
15:10:39 7d203067497b: Pull complete
15:10:39 94401458478d: Pull complete
15:10:39 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:39 pre-commit runtests: PYTHONHASHSEED='1922967375'

15:10:39 pre-commit runtests: commands[0] | pre-commit install

15:10:39 pre-commit installed at .git/hooks/pre-commit

15:10:39 pre-commit runtests: commands[1] | pre-commit run --all-files

15:10:39 09f73ffa135c: Pull complete
15:10:39 Digest: sha256:ee0202c316ffb046811d12e10275e1ba2658ec813e7600ae7f441e4c13ed0666
15:10:39 Status: Downloaded newer image for dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
15:10:39 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

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

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

15:10:39 27ad692ecab6: Pull complete
15:10:39 970e36e178db: Pull complete
15:10:40 e68226f784f7: Pull complete
15:10:40 Digest: sha256:be35ea87b7ebd9db48dcd7aa98b8b9e92b757447a7a28ca186325e29b37babd0
15:10:40 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1
15:10:40 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:10:40 4d816313bb3b: Pull complete
15:10:40 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:40 [INFO] Once installed this environment will be reused.

15:10:40 [INFO] This may take a few minutes...

15:10:40 114e8edb0be2: Pull complete
15:10:40 22fa5573c9e6: Pull complete
15:10:40 920dcddcf4ee: Pull complete
15:10:40 6d0cde730de6: Pull complete
15:10:40 d078ba1b4641: Pull complete
15:10:40 56b20705216e: Pull complete
15:10:41 b14eaa8c7370: Pull complete
15:10:41 58f5a5ece642: Pull complete
15:10:43 + docker version
15:10:43 Client: Docker Engine - Community
15:10:43  Version:           18.09.7
15:10:43  API version:       1.39
15:10:43  Go version:        go1.10.8
15:10:43  Git commit:        2d0083d
15:10:43  Built:             Thu Jun 27 17:54:15 2019
15:10:43  OS/Arch:           linux/amd64
15:10:43  Experimental:      false
15:10:43 
15:10:43 Server: Docker Engine - Community
15:10:43  Engine:
15:10:43   Version:          19.03.2
15:10:43   API version:      1.40 (minimum version 1.12)
15:10:43   Go version:       go1.12.8
15:10:43   Git commit:       6a30dfc
15:10:43   Built:            Thu Aug 29 05:27:45 2019
15:10:43   OS/Arch:          linux/amd64
15:10:43   Experimental:     true
15:10:43  containerd:
15:10:43   Version:          1.2.6
15:10:43   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:43  runc:
15:10:43   Version:          1.0.0-rc8
15:10:43   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:43  docker-init:
15:10:43   Version:          0.18.0
15:10:43   GitCommit:        fec3683
15:10:43 + export DOCKER_VERSIONS=19.03.3
15:10:43 + DOCKER_VERSIONS=19.03.3
15:10:43 + STORAGE_DRIVER=overlay
15:10:43 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:43 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:43 ++ hostname
15:10:43 + GIT_VOLUME=--volumes-from=c6ee135e02df
15:10:43 + . script/test/all
15:10:43 ++ set -e
15:10:43 ++ echo 'Running lint checks'
15:10:43 Running lint checks
15:10:43 ++ docker run --rm --tty --volumes-from=c6ee135e02df dockerbuildbot/compose:alpine-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:43 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:10:43 [INFO] Once installed this environment will be reused.

15:10:43 [INFO] This may take a few minutes...

15:10:43 c22a1b18a793: Pull complete
15:10:43 4a78e4c8231d: Pull complete
15:10:43 + docker version
15:10:43 Client: Docker Engine - Community
15:10:43  Version:           18.09.7
15:10:43  API version:       1.39
15:10:43  Go version:        go1.10.8
15:10:43  Git commit:        2d0083d
15:10:43  Built:             Thu Jun 27 17:54:15 2019
15:10:43  OS/Arch:           linux/amd64
15:10:43  Experimental:      false
15:10:43 
15:10:43 Server: Docker Engine - Community
15:10:43  Engine:
15:10:43   Version:          19.03.2
15:10:43   API version:      1.40 (minimum version 1.12)
15:10:43   Go version:       go1.12.8
15:10:43   Git commit:       6a30dfc
15:10:43   Built:            Thu Aug 29 05:27:45 2019
15:10:43   OS/Arch:          linux/amd64
15:10:43   Experimental:     true
15:10:43  containerd:
15:10:43   Version:          1.2.6
15:10:43   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:43  runc:
15:10:43   Version:          1.0.0-rc8
15:10:43   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:43  docker-init:
15:10:43   Version:          0.18.0
15:10:43   GitCommit:        fec3683
15:10:43 + export DOCKER_VERSIONS=19.03.3
15:10:43 + DOCKER_VERSIONS=19.03.3
15:10:43 + STORAGE_DRIVER=overlay
15:10:43 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:43 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:43 ++ hostname
15:10:43 + GIT_VOLUME=--volumes-from=920d9f15b1b7
15:10:43 + . script/test/all
15:10:43 ++ set -e
15:10:43 ++ echo 'Running lint checks'
15:10:43 Running lint checks
15:10:43 ++ docker run --rm --tty --volumes-from=920d9f15b1b7 dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:44 09f73ffa135c: Pull complete
15:10:44 Digest: sha256:ee0202c316ffb046811d12e10275e1ba2658ec813e7600ae7f441e4c13ed0666
15:10:44 Status: Downloaded newer image for dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1
15:10:45 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:45 pre-commit runtests: PYTHONHASHSEED='911788232'

15:10:45 pre-commit runtests: commands[0] | pre-commit install

15:10:45 pre-commit installed at .git/hooks/pre-commit

15:10:45 pre-commit runtests: commands[1] | pre-commit run --all-files

15:10:45 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

15:10:45 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

15:10:45 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:45 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:10:45 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:45 [INFO] Once installed this environment will be reused.

15:10:45 [INFO] This may take a few minutes...

15:10:45 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:45 pre-commit runtests: PYTHONHASHSEED='3102837191'

15:10:45 pre-commit runtests: commands[0] | pre-commit install

15:10:45 pre-commit installed at .git/hooks/pre-commit

15:10:45 pre-commit runtests: commands[1] | pre-commit run --all-files

15:10:45 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

15:10:45 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

15:10:45 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:45 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:10:46 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:46 [INFO] Once installed this environment will be reused.

15:10:46 [INFO] This may take a few minutes...

15:10:46 + docker version
15:10:46 Client: Docker Engine - Community
15:10:46  Version:           18.09.7
15:10:46  API version:       1.39
15:10:46  Go version:        go1.10.8
15:10:46  Git commit:        2d0083d
15:10:46  Built:             Thu Jun 27 17:54:15 2019
15:10:46  OS/Arch:           linux/amd64
15:10:46  Experimental:      false
15:10:46 
15:10:46 Server: Docker Engine - Community
15:10:46  Engine:
15:10:46   Version:          19.03.2
15:10:46   API version:      1.40 (minimum version 1.12)
15:10:46   Go version:       go1.12.8
15:10:46   Git commit:       6a30dfc
15:10:46   Built:            Thu Aug 29 05:27:45 2019
15:10:46   OS/Arch:          linux/amd64
15:10:46   Experimental:     true
15:10:46  containerd:
15:10:46   Version:          1.2.6
15:10:46   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:10:46  runc:
15:10:46   Version:          1.0.0-rc8
15:10:46   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:10:46  docker-init:
15:10:46   Version:          0.18.0
15:10:46   GitCommit:        fec3683
15:10:46 + export DOCKER_VERSIONS=19.03.3
15:10:46 + DOCKER_VERSIONS=19.03.3
15:10:46 + STORAGE_DRIVER=overlay
15:10:46 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:46 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:10:46 ++ hostname
15:10:46 + GIT_VOLUME=--volumes-from=737e7c1afe26
15:10:46 + . script/test/all
15:10:46 ++ set -e
15:10:46 ++ echo 'Running lint checks'
15:10:46 Running lint checks
15:10:46 ++ docker run --rm --tty --volumes-from=737e7c1afe26 dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:10:48 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:10:48 pre-commit runtests: PYTHONHASHSEED='551393663'

15:10:48 pre-commit runtests: commands[0] | pre-commit install

15:10:48 pre-commit installed at .git/hooks/pre-commit

15:10:48 pre-commit runtests: commands[1] | pre-commit run --all-files

15:10:48 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

15:10:48 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

15:10:48 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:49 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:10:49 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:10:49 [INFO] Once installed this environment will be reused.

15:10:49 [INFO] This may take a few minutes...

15:10:49 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:10:49 [INFO] Once installed this environment will be reused.

15:10:49 [INFO] This may take a few minutes...

15:10:53 Check for added large files..............................................Passed

15:10:53 Check docstring is first.................................................Passed

15:10:53 Check for merge conflicts................................................Passed

15:10:54 Check Yaml...............................................................Passed

15:10:54 Check JSON...............................................................Passed

15:10:54 Debug Statements (Python)................................................Passed

15:10:54 Fix End of Files.........................................................Passed

15:10:56 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:10:56 [INFO] Once installed this environment will be reused.

15:10:56 [INFO] This may take a few minutes...

15:10:58 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:10:58 [INFO] Once installed this environment will be reused.

15:10:58 [INFO] This may take a few minutes...

15:11:02 Check for added large files..............................................Passed

15:11:02 Check docstring is first.................................................Passed

15:11:02 Check for merge conflicts................................................Passed

15:11:02 Check Yaml...............................................................Passed

15:11:02 Check JSON...............................................................Passed

15:11:02 Debug Statements (Python)................................................Passed

15:11:02 Fix End of Files.........................................................Passed

15:11:02 Flake8...................................................................Failed

15:11:02 hookid: flake8

15:11:02 

15:11:02 compose/config/config.py:281:48: E272 multiple spaces before keyword

15:11:02 compose/config/config.py:287:106: E501 line too long (118 > 105 characters)

15:11:02 

15:11:02 Tests should end in _test.py.............................................Passed

15:11:02 Fix requirements.txt.....................................................Passed

15:11:02 Trim Trailing Whitespace.................................................Passed

15:11:03 Reorder python imports...................................................Passed

15:11:03 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

15:11:03 ___________________________________ summary ____________________________________

15:11:03 ERROR:   pre-commit: commands failed

15:11:03 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:11:03 [INFO] Once installed this environment will be reused.

15:11:03 [INFO] This may take a few minutes...

15:11:04 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:11:04 [INFO] Once installed this environment will be reused.

15:11:04 [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_py27
Running on ubuntu-1804-overlay2 (i-028797bb86a15485f) in /home/ubuntu/workspace/compose_PR-6959
15:11:04 Sending interrupt signal to process
15:11:04 Sending interrupt signal to process
15:11:04 Sending interrupt signal to process
15:11:04 Flake8...................................................................Sending interrupt signal to process
15:11:04 Sending interrupt signal to process
15:11:04 Sending interrupt signal to process
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
15:11:04 Terminated
15:11:04 script returned exit code 143
15:11:04 Terminated
15:11:04 script returned exit code 143
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6959@tmp/95e4cc15-32c3-4f04-acc4-ebcd947efe5e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
15:11:04 Terminated
[Pipeline] {
15:11:04 script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] wrap
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] {
15:11:04 Terminated
[Pipeline] }
15:11:04 script returned exit code 143
[Pipeline] wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
15:11:04 Terminated
[Pipeline] // wrap
[Pipeline] }
15:11:04 script returned exit code 143
[Pipeline] {
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] echo
15:11:04 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:11:04 chowning workspace
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.3_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py27
[Pipeline] // node
[Pipeline] }
Failed in branch debian_19.03.3_py27
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_18.09.9_py37
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.3_py37
15:11:05 + uname -m
[Pipeline] sh
15:11:05 + pwd
15:11:05 + id -u
15:11:05 + id -g
15:11:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6959:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
15:11:06 Removing all docker containers
[Pipeline] sh
15:11:07 + docker container ls -aq
[Pipeline] echo
15:11:07 Docker containers have been removed
[Pipeline] echo
15:11:07 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:11:07 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
15:11:07 using credential sf-release-bot.github.ssh
15:11:07 Cloning the remote Git repository
15:11:07 Cloning with configured refspecs honoured and without tags
15:11:07 Terminated
15:11:07 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_19.03.3_py37
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
15:11:08 Fetching without tags
15:11:09 Checking out Revision f27706be45de4e239583d3148820dfa644e589b1 (PR-6959)
15:11:09 Commit message: "Handle loading by `-f -` combined with other files"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6959/head:refs/remotes/origin/PR-6959 # 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/6959/head:refs/remotes/origin/PR-6959
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f27706be45de4e239583d3148820dfa644e589b1
[Pipeline] sh
15:11:10 + docker info
15:11:10 + awk -F :  $1 == "Storage Driver" { print $2; exit }
15:11:10 WARNING: No swap limit support
[Pipeline] echo
15:11:10 Using local system's storage driver: 
[Pipeline] sh
15:11:10 + pwd
15:11:10 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6959/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6959-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 --verbose
15:11:10 + docker version
15:11:10 Client: Docker Engine - Community
15:11:10  Version:           18.09.7
15:11:10  API version:       1.39
15:11:10  Go version:        go1.10.8
15:11:10  Git commit:        2d0083d
15:11:10  Built:             Thu Jun 27 17:54:15 2019
15:11:10  OS/Arch:           linux/amd64
15:11:10  Experimental:      false
15:11:10 
15:11:10 Server: Docker Engine - Community
15:11:10  Engine:
15:11:10   Version:          19.03.2
15:11:10   API version:      1.40 (minimum version 1.12)
15:11:10   Go version:       go1.12.8
15:11:10   Git commit:       6a30dfc
15:11:10   Built:            Thu Aug 29 05:27:45 2019
15:11:10   OS/Arch:          linux/amd64
15:11:10   Experimental:     true
15:11:10  containerd:
15:11:10   Version:          1.2.6
15:11:10   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:11:10  runc:
15:11:10   Version:          1.0.0-rc8
15:11:10   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:11:10  docker-init:
15:11:10   Version:          0.18.0
15:11:10   GitCommit:        fec3683
15:11:10 + export DOCKER_VERSIONS=18.09.9
15:11:10 + DOCKER_VERSIONS=18.09.9
15:11:10 + STORAGE_DRIVER=overlay
15:11:10 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:11:10 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
15:11:10 ++ hostname
15:11:10 + GIT_VOLUME=--volumes-from=161488e610fc
15:11:10 + . script/test/all
15:11:10 ++ set -e
15:11:10 ++ echo 'Running lint checks'
15:11:10 Running lint checks
15:11:10 ++ docker run --rm --tty --volumes-from=161488e610fc dockerbuildbot/compose:debian-f27706be45de4e239583d3148820dfa644e589b1 tox -e pre-commit
15:11:12 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

15:11:12 pre-commit runtests: PYTHONHASHSEED='3173514174'

15:11:12 pre-commit runtests: commands[0] | pre-commit install

15:11:13 pre-commit installed at .git/hooks/pre-commit

15:11:13 pre-commit runtests: commands[1] | pre-commit run --all-files

15:11:13 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

15:11:13 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

15:11:13 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

15:11:13 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

15:11:13 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

15:11:13 [INFO] Once installed this environment will be reused.

15:11:13 [INFO] This may take a few minutes...

15:11:31 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

15:11:31 [INFO] Once installed this environment will be reused.

15:11:31 [INFO] This may take a few minutes...

15:11:41 Check for added large files..............................................Passed

15:11:42 Check docstring is first.................................................Passed

15:11:42 Check for merge conflicts................................................Passed

15:11:42 Check Yaml...............................................................Passed

15:11:42 Check JSON...............................................................Passed

15:11:42 Debug Statements (Python)................................................Passed

15:11:43 Fix End of Files.........................................................Passed

15:11:51 Flake8...................................................................Failed

15:11:51 hookid: flake8

15:11:51 

15:11:51 compose/config/config.py:281:48: E272 multiple spaces before keyword

15:11:51 compose/config/config.py:287:106: E501 line too long (118 > 105 characters)

15:11:51 

15:11:51 Tests should end in _test.py.............................................Passed

15:11:51 Fix requirements.txt.....................................................Passed

15:11:51 Trim Trailing Whitespace.................................................Passed

15:11:52 Reorder python imports...................................................Passed

15:11:52 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

15:11:52 ___________________________________ summary ____________________________________

15:11:52 ERROR:   pre-commit: commands failed

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9_py37
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE