Skip to content
Failed

Console Output

Pull request #7124 updated
20:50:18 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at b572a1e2e076bd3ec0d05ae39de5b925d465fce9 rather than f55b93735c135bd3207c6828ec1747458218beb3
Obtained Jenkinsfile from b572a1e2e076bd3ec0d05ae39de5b925d465fce9
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Running on ubuntu-1804-overlay2 (i-05bc973359a8c04db) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/52e96ae8-cc60-4ed0-a7d3-e4cb9d1a5846/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
20:50:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:50:46 chowning workspace
[Pipeline] sh
20:50:46 + uname -m
[Pipeline] sh
20:50:46 + pwd
20:50:46 + id -u
20:50:46 + id -g
20:50:46 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
20:50:49 Removing all docker containers
[Pipeline] sh
20:50:49 + docker container ls -aq
[Pipeline] echo
20:50:49 Docker containers have been removed
[Pipeline] echo
20:50:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:50:49 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
20:50:49 using credential sf-release-bot.github.ssh
20:50:49 Cloning the remote Git repository
20:50:49 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
20:50:53 Fetching without tags
20:50:53 Checking out Revision f55b93735c135bd3207c6828ec1747458218beb3 (PR-7124)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f55b93735c135bd3207c6828ec1747458218beb3
20:50:54 Commit message: "Forward device requests"
20:50:54 First time build. Skipping changelog.
[Pipeline] sh
 > git rev-list --no-walk 37e2a0c02d635d7b9e79ff9d68815055dd3ae24f # timeout=10
20:50:55 + git rev-parse HEAD
[Pipeline] sh
20:50:56 + docker pull dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3
20:50:56 Error response from daemon: manifest for dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 not found: manifest unknown: manifest unknown
[Pipeline] sh
20:50:56 + script/build/write-git-sha
20:50:56 + GIT_COMMIT=f55b9373
20:50:56 + docker build -t dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=f55b93735c135bd3207c6828ec1747458218beb3 .
20:50:56 Sending build context to Docker daemon  1.881MB

20:50:56 Step 1/32 : ARG DOCKER_VERSION=18.09.7
20:50:56 Step 2/32 : ARG PYTHON_VERSION=3.7.4
20:50:56 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
20:50:56 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
20:50:56 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
20:50:56 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
20:50:56 Step 7/32 : ARG BUILD_PLATFORM=alpine
20:50:56 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
20:50:56 18.09.7: Pulling from library/docker
20:50:56 050382585609: Pulling fs layer
20:50:56 0bb4ee3360d7: Pulling fs layer
20:50:56 893f09c2afb0: Pulling fs layer
20:50:56 3204ba24bdf5: Pulling fs layer
20:50:56 c7a4c34d84a5: Pulling fs layer
20:50:56 758ee1f25c37: Pulling fs layer
20:50:56 3204ba24bdf5: Waiting
20:50:56 c7a4c34d84a5: Waiting
20:50:56 758ee1f25c37: Waiting
20:50:56 0bb4ee3360d7: Download complete
20:50:56 893f09c2afb0: Verifying Checksum
20:50:56 893f09c2afb0: Download complete
20:50:56 c7a4c34d84a5: Verifying Checksum
20:50:56 c7a4c34d84a5: Download complete
20:50:56 050382585609: Verifying Checksum
20:50:56 050382585609: Download complete
20:50:56 758ee1f25c37: Verifying Checksum
20:50:56 758ee1f25c37: Download complete
20:50:57 050382585609: Pull complete
20:50:57 0bb4ee3360d7: Pull complete
20:50:58 893f09c2afb0: Pull complete
20:50:58 3204ba24bdf5: Verifying Checksum
20:50:58 3204ba24bdf5: Download complete
20:51:01 3204ba24bdf5: Pull complete
20:51:01 c7a4c34d84a5: Pull complete
20:51:01 758ee1f25c37: Pull complete
20:51:01 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
20:51:01 Status: Downloaded newer image for docker:18.09.7
20:51:01  ---> 108a4437ed8c
20:51:01 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
20:51:01 3.7.4-alpine3.10: Pulling from library/python
20:51:01 9d48c3bd43c5: Pulling fs layer
20:51:01 c0ea575d71b9: Pulling fs layer
20:51:01 0f535eceebd5: Pulling fs layer
20:51:01 8a30f5893bea: Pulling fs layer
20:51:01 287089fe229e: Pulling fs layer
20:51:01 8a30f5893bea: Waiting
20:51:01 c0ea575d71b9: Download complete
20:51:01 9d48c3bd43c5: Verifying Checksum
20:51:01 9d48c3bd43c5: Download complete
20:51:01 8a30f5893bea: Verifying Checksum
20:51:01 8a30f5893bea: Download complete
20:51:02 287089fe229e: Verifying Checksum
20:51:02 287089fe229e: Download complete
20:51:02 0f535eceebd5: Verifying Checksum
20:51:02 0f535eceebd5: Download complete
20:51:02 9d48c3bd43c5: Pull complete
20:51:02 c0ea575d71b9: Pull complete
20:51:05 0f535eceebd5: Pull complete
20:51:05 8a30f5893bea: Pull complete
20:51:05 287089fe229e: Pull complete
20:51:05 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
20:51:05 Status: Downloaded newer image for python:3.7.4-alpine3.10
20:51:05  ---> f309434dea3a
20:51:05 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
20:51:07  ---> Running in b97851fe12d6
20:51:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:51:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:51:09 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r2)
20:51:09 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r2)
20:51:09 (3/34) Installing bash (5.0.0-r0)
20:51:09 Executing bash-5.0.0-r0.post-install
20:51:09 (4/34) Installing binutils (2.32-r0)
20:51:09 (5/34) Installing libmagic (5.37-r1)
20:51:09 (6/34) Installing file (5.37-r1)
20:51:09 (7/34) Installing gmp (6.1.2-r1)
20:51:09 (8/34) Installing isl (0.18-r0)
20:51:09 (9/34) Installing libgomp (8.3.0-r0)
20:51:09 (10/34) Installing libatomic (8.3.0-r0)
20:51:09 (11/34) Installing libgcc (8.3.0-r0)
20:51:09 (12/34) Installing mpfr3 (3.1.5-r1)
20:51:09 (13/34) Installing mpc1 (1.1.0-r0)
20:51:09 (14/34) Installing libstdc++ (8.3.0-r0)
20:51:09 (15/34) Installing gcc (8.3.0-r0)
20:51:10 (16/34) Installing musl-dev (1.1.22-r3)
20:51:10 (17/34) Installing libc-dev (0.7.1-r0)
20:51:10 (18/34) Installing g++ (8.3.0-r0)
20:51:11 (19/34) Installing make (4.2.1-r2)
20:51:11 (20/34) Installing fortify-headers (1.1-r0)
20:51:11 (21/34) Installing build-base (0.5-r1)
20:51:11 (22/34) Installing nghttp2-libs (1.39.2-r0)
20:51:11 (23/34) Installing libcurl (7.66.0-r0)
20:51:11 (24/34) Installing curl (7.66.0-r0)
20:51:11 (25/34) Installing pcre2 (10.33-r0)
20:51:11 (26/34) Installing git (2.22.2-r0)
20:51:11 (27/34) Installing linux-headers (4.19.36-r0)
20:51:11 (28/34) Installing pkgconf (1.6.1-r1)
20:51:11 (29/34) Installing libffi-dev (3.2.1-r6)
20:51:12 (30/34) Installing openssl (1.1.1d-r2)
20:51:12 (31/34) Installing openssl-dev (1.1.1d-r2)
20:51:12 (32/34) Installing python2 (2.7.16-r1)
20:51:13 (33/34) Installing python2-dev (2.7.16-r1)
20:51:13 (34/34) Installing zlib-dev (1.2.11-r1)
20:51:13 Executing busybox-1.30.1-r2.trigger
20:51:13 Executing ca-certificates-20190108-r0.trigger
20:51:13 OK: 266 MiB in 67 packages
20:51:21 Removing intermediate container b97851fe12d6
20:51:21  ---> 48d73b6e0b14
20:51:21 Step 11/32 : ENV BUILD_BOOTLOADER=1
20:51:21  ---> Running in cadba140762d
20:51:21 Removing intermediate container cadba140762d
20:51:21  ---> eb12e39c73bc
20:51:21 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
20:51:21 3.7.4-slim-stretch: Pulling from library/python
20:51:21 80369df48736: Pulling fs layer
20:51:21 aaba0609d543: Pulling fs layer
20:51:21 33536ac8210e: Pulling fs layer
20:51:21 35aa8bff600e: Pulling fs layer
20:51:21 6e4c9666aa4e: Pulling fs layer
20:51:21 35aa8bff600e: Waiting
20:51:21 6e4c9666aa4e: Waiting
20:51:21 aaba0609d543: Verifying Checksum
20:51:21 aaba0609d543: Download complete
20:51:21 35aa8bff600e: Verifying Checksum
20:51:21 35aa8bff600e: Download complete
20:51:21 80369df48736: Verifying Checksum
20:51:21 80369df48736: Download complete
20:51:21 6e4c9666aa4e: Verifying Checksum
20:51:21 6e4c9666aa4e: Download complete
20:51:21 33536ac8210e: Verifying Checksum
20:51:21 33536ac8210e: Download complete
20:51:23 80369df48736: Pull complete
20:51:23 aaba0609d543: Pull complete
20:51:26 33536ac8210e: Pull complete
20:51:26 35aa8bff600e: Pull complete
20:51:26 6e4c9666aa4e: Pull complete
20:51:26 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
20:51:26 Status: Downloaded newer image for python:3.7.4-slim-stretch
20:51:26  ---> fad2b9f06d3b
20:51:26 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
20:51:26  ---> Running in 09129c80a9cb
20:51:29 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
20:51:29 Ign:2 http://deb.debian.org/debian stretch InRelease
20:51:29 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
20:51:29 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
20:51:29 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
20:51:29 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [513 kB]
20:51:29 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
20:51:29 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
20:51:31 Fetched 7932 kB in 3s (2542 kB/s)
20:51:31 Reading package lists...
20:51:32 Reading package lists...
20:51:32 Building dependency tree...
20:51:32 Reading state information...
20:51:32 openssl is already the newest version (1.1.0l-1~deb9u1).
20:51:32 openssl set to manually installed.
20:51:32 The following additional packages will be installed:
20:51:32   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
20:51:32   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
20:51:32   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
20:51:32   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
20:51:32   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
20:51:32   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
20:51:32   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
20:51:32   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
20:51:32   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
20:51:32   python2.7-minimal
20:51:32 Suggested packages:
20:51:32   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
20:51:32   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
20:51:32   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
20:51:32   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
20:51:32   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
20:51:32   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
20:51:32   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
20:51:32   | libterm-readline-perl-perl python2.7-doc binfmt-support
20:51:32 Recommended packages:
20:51:32   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
20:51:32   libsasl2-modules libssl-doc bzip2 file xz-utils rename
20:51:33 The following NEW packages will be installed:
20:51:33   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
20:51:33   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
20:51:33   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
20:51:33   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
20:51:33   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
20:51:33   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
20:51:33   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
20:51:33   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
20:51:33   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
20:51:33   libubsan0 libunistring0 linux-libc-dev make mime-support perl
20:51:33   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
20:51:34 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
20:51:34 Need to get 79.6 MB of archives.
20:51:34 After this operation, 271 MB of additional disk space will be used.
20:51:34 Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [68.4 kB]
20:51:34 Get:2 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
20:51:34 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [105 kB]
20:51:34 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
20:51:34 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 git-man all 1:2.11.0-3+deb9u5 [1433 kB]
20:51:34 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u5 [4161 kB]
20:51:34 Get:7 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
20:51:34 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2u-1~deb9u1 [1304 kB]
20:51:34 Get:9 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
20:51:34 Get:10 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
20:51:34 Get:11 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB]
20:51:34 Get:12 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
20:51:34 Get:13 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
20:51:34 Get:14 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
20:51:34 Get:15 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
20:51:34 Get:16 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
20:51:34 Get:17 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
20:51:35 Get:18 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
20:51:35 Get:19 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
20:51:35 Get:20 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
20:51:35 Get:21 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
20:51:35 Get:22 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
20:51:35 Get:23 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
20:51:35 Get:24 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
20:51:35 Get:25 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
20:51:35 Get:26 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
20:51:35 Get:27 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
20:51:35 Get:28 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
20:51:35 Get:29 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
20:51:35 Get:30 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
20:51:35 Get:31 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
20:51:35 Get:32 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
20:51:35 Get:33 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
20:51:35 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
20:51:35 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
20:51:35 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
20:51:35 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
20:51:35 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
20:51:35 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
20:51:35 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
20:51:35 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
20:51:35 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
20:51:35 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
20:51:35 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
20:51:35 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
20:51:35 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
20:51:35 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
20:51:35 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
20:51:35 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
20:51:35 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
20:51:35 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
20:51:35 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
20:51:35 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
20:51:35 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
20:51:35 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
20:51:35 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
20:51:35 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
20:51:35 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
20:51:35 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
20:51:35 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
20:51:35 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
20:51:35 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
20:51:35 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
20:51:35 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
20:51:35 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
20:51:35 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
20:51:35 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
20:51:35 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
20:51:36 debconf: delaying package configuration, since apt-utils is not installed
20:51:36 Fetched 79.6 MB in 2s (35.0 MB/s)
20:51:36 Selecting previously unselected package perl-modules-5.24.
20:51:36 (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.)
20:51:36 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
20:51:36 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
20:51:36 Selecting previously unselected package libperl5.24:amd64.
20:51:36 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
20:51:36 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
20:51:37 Selecting previously unselected package perl.
20:51:37 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
20:51:37 Unpacking perl (5.24.1-3+deb9u5) ...
20:51:37 Selecting previously unselected package libgmp10:amd64.
20:51:37 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
20:51:37 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
20:51:37 Selecting previously unselected package libnettle6:amd64.
20:51:37 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
20:51:37 Unpacking libnettle6:amd64 (3.3-1+b2) ...
20:51:37 Selecting previously unselected package libhogweed4:amd64.
20:51:37 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
20:51:37 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
20:51:37 Selecting previously unselected package libidn11:amd64.
20:51:37 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
20:51:37 Unpacking libidn11:amd64 (1.33-1) ...
20:51:38 Selecting previously unselected package libp11-kit0:amd64.
20:51:38 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
20:51:38 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
20:51:38 Selecting previously unselected package libtasn1-6:amd64.
20:51:38 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
20:51:38 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
20:51:38 Selecting previously unselected package libgnutls30:amd64.
20:51:38 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
20:51:38 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
20:51:38 Selecting previously unselected package libkeyutils1:amd64.
20:51:38 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
20:51:38 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
20:51:38 Selecting previously unselected package libkrb5support0:amd64.
20:51:38 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
20:51:38 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
20:51:38 Selecting previously unselected package libk5crypto3:amd64.
20:51:38 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
20:51:38 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
20:51:38 Selecting previously unselected package libkrb5-3:amd64.
20:51:38 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
20:51:38 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
20:51:38 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:51:38 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
20:51:38 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
20:51:38 Selecting previously unselected package libunistring0:amd64.
20:51:38 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
20:51:38 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
20:51:38 Selecting previously unselected package libidn2-0:amd64.
20:51:38 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
20:51:38 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
20:51:38 Selecting previously unselected package libsasl2-modules-db:amd64.
20:51:38 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ...
20:51:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
20:51:38 Selecting previously unselected package libsasl2-2:amd64.
20:51:38 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ...
20:51:38 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
20:51:38 Selecting previously unselected package libldap-common.
20:51:38 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
20:51:38 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
20:51:38 Selecting previously unselected package libldap-2.4-2:amd64.
20:51:38 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
20:51:38 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
20:51:39 Selecting previously unselected package libnghttp2-14:amd64.
20:51:39 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
20:51:39 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
20:51:39 Selecting previously unselected package libpsl5:amd64.
20:51:39 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
20:51:39 Unpacking libpsl5:amd64 (0.17.0-3) ...
20:51:39 Selecting previously unselected package librtmp1:amd64.
20:51:39 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
20:51:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
20:51:39 Selecting previously unselected package libssh2-1:amd64.
20:51:39 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
20:51:39 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
20:51:39 Selecting previously unselected package libcurl3-gnutls:amd64.
20:51:39 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
20:51:39 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
20:51:39 Selecting previously unselected package liberror-perl.
20:51:39 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
20:51:39 Unpacking liberror-perl (0.17024-1) ...
20:51:39 Selecting previously unselected package git-man.
20:51:39 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u5_all.deb ...
20:51:39 Unpacking git-man (1:2.11.0-3+deb9u5) ...
20:51:39 Selecting previously unselected package git.
20:51:39 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u5_amd64.deb ...
20:51:39 Unpacking git (1:2.11.0-3+deb9u5) ...
20:51:40 Selecting previously unselected package libpython2.7-minimal:amd64.
20:51:40 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
20:51:40 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
20:51:40 Selecting previously unselected package python2.7-minimal.
20:51:40 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
20:51:40 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
20:51:40 Selecting previously unselected package libssl1.0.2:amd64.
20:51:40 Preparing to unpack .../31-libssl1.0.2_1.0.2u-1~deb9u1_amd64.deb ...
20:51:40 Unpacking libssl1.0.2:amd64 (1.0.2u-1~deb9u1) ...
20:51:40 Selecting previously unselected package mime-support.
20:51:40 Preparing to unpack .../32-mime-support_3.60_all.deb ...
20:51:40 Unpacking mime-support (3.60) ...
20:51:40 Selecting previously unselected package libpython2.7-stdlib:amd64.
20:51:40 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
20:51:40 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
20:51:41 Selecting previously unselected package python2.7.
20:51:41 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
20:51:41 Unpacking python2.7 (2.7.13-2+deb9u3) ...
20:51:41 Selecting previously unselected package binutils.
20:51:41 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
20:51:41 Unpacking binutils (2.28-5) ...
20:51:42 Selecting previously unselected package libisl15:amd64.
20:51:42 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
20:51:42 Unpacking libisl15:amd64 (0.18-1) ...
20:51:42 Selecting previously unselected package libmpfr4:amd64.
20:51:42 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
20:51:42 Unpacking libmpfr4:amd64 (3.1.5-1) ...
20:51:42 Selecting previously unselected package libmpc3:amd64.
20:51:42 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
20:51:42 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
20:51:42 Selecting previously unselected package cpp-6.
20:51:42 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
20:51:42 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package cpp.
20:51:43 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
20:51:43 Unpacking cpp (4:6.3.0-4) ...
20:51:43 Selecting previously unselected package libcurl3:amd64.
20:51:43 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
20:51:43 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
20:51:43 Selecting previously unselected package curl.
20:51:43 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
20:51:43 Unpacking curl (7.52.1-5+deb9u9) ...
20:51:43 Selecting previously unselected package libcc1-0:amd64.
20:51:43 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libgomp1:amd64.
20:51:43 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libitm1:amd64.
20:51:43 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libatomic1:amd64.
20:51:43 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libasan3:amd64.
20:51:43 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package liblsan0:amd64.
20:51:43 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libtsan0:amd64.
20:51:43 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libubsan0:amd64.
20:51:43 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libcilkrts5:amd64.
20:51:43 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libmpx2:amd64.
20:51:43 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libquadmath0:amd64.
20:51:43 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
20:51:43 Selecting previously unselected package libgcc-6-dev:amd64.
20:51:43 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
20:51:43 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
20:51:44 Selecting previously unselected package gcc-6.
20:51:44 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
20:51:44 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
20:51:45 Selecting previously unselected package gcc.
20:51:45 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
20:51:45 Unpacking gcc (4:6.3.0-4) ...
20:51:45 Selecting previously unselected package libc-dev-bin.
20:51:45 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
20:51:45 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
20:51:45 Selecting previously unselected package linux-libc-dev:amd64.
20:51:45 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ...
20:51:45 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
20:51:45 Selecting previously unselected package libc6-dev:amd64.
20:51:45 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
20:51:45 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
20:51:46 Selecting previously unselected package libexpat1-dev:amd64.
20:51:46 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
20:51:46 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
20:51:46 Selecting previously unselected package libffi-dev:amd64.
20:51:46 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
20:51:46 Unpacking libffi-dev:amd64 (3.2.1-6) ...
20:51:46 Selecting previously unselected package libpython2.7:amd64.
20:51:46 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
20:51:46 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
20:51:46 Selecting previously unselected package libpython2.7-dev:amd64.
20:51:46 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
20:51:46 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
20:51:49 Selecting previously unselected package libssl-dev:amd64.
20:51:49 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
20:51:49 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
20:51:49 Selecting previously unselected package make.
20:51:49 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
20:51:49 Unpacking make (4.1-9.1) ...
20:51:49 Selecting previously unselected package python2.7-dev.
20:51:49 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
20:51:49 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
20:51:49 Selecting previously unselected package zlib1g-dev:amd64.
20:51:49 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
20:51:49 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
20:51:49 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
20:51:49 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
20:51:49 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
20:51:49 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
20:51:49 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
20:51:49 Setting up libnettle6:amd64 (3.3-1+b2) ...
20:51:49 Setting up git-man (1:2.11.0-3+deb9u5) ...
20:51:49 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
20:51:49 Setting up make (4.1-9.1) ...
20:51:49 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
20:51:49 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
20:51:49 Setting up mime-support (3.60) ...
20:51:50 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
20:51:50 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
20:51:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
20:51:50 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
20:51:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
20:51:50 Setting up libffi-dev:amd64 (3.2.1-6) ...
20:51:50 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
20:51:50 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up perl (5.24.1-3+deb9u5) ...
20:51:50 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
20:51:50 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
20:51:50 Setting up libssl1.0.2:amd64 (1.0.2u-1~deb9u1) ...
20:51:50 debconf: unable to initialize frontend: Dialog
20:51:50 debconf: (TERM is not set, so the dialog frontend is not usable.)
20:51:50 debconf: falling back to frontend: Readline
20:51:50 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
20:51:50 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
20:51:50 Processing triggers for libc-bin (2.24-11+deb9u4) ...
20:51:50 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
20:51:50 Setting up libp11-kit0:amd64 (0.23.3-2) ...
20:51:50 Setting up libmpfr4:amd64 (3.1.5-1) ...
20:51:50 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
20:51:50 Setting up binutils (2.28-5) ...
20:51:50 Setting up libc-dev-bin (2.24-11+deb9u4) ...
20:51:50 Setting up libkeyutils1:amd64 (1.5.9-9) ...
20:51:50 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
20:51:50 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
20:51:50 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
20:51:50 Setting up libidn11:amd64 (1.33-1) ...
20:51:50 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
20:51:50 Linking and byte-compiling packages for runtime python2.7...
20:51:50 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
20:51:50 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
20:51:50 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
20:51:50 Setting up liberror-perl (0.17024-1) ...
20:51:50 Setting up libpsl5:amd64 (0.17.0-3) ...
20:51:50 Setting up python2.7 (2.7.13-2+deb9u3) ...
20:51:51 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
20:51:51 Setting up libhogweed4:amd64 (3.3-1+b2) ...
20:51:51 Setting up libisl15:amd64 (0.18-1) ...
20:51:51 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
20:51:52 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
20:51:52 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
20:51:52 Setting up cpp-6 (6.3.0-18+deb9u1) ...
20:51:52 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
20:51:52 Setting up cpp (4:6.3.0-4) ...
20:51:52 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
20:51:52 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
20:51:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
20:51:52 Setting up gcc-6 (6.3.0-18+deb9u1) ...
20:51:52 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
20:51:52 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
20:51:52 Setting up gcc (4:6.3.0-4) ...
20:51:52 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
20:51:52 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
20:51:52 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
20:51:52 Setting up git (1:2.11.0-3+deb9u5) ...
20:51:52 Setting up curl (7.52.1-5+deb9u9) ...
20:51:52 Processing triggers for libc-bin (2.24-11+deb9u4) ...
20:51:58 Removing intermediate container 09129c80a9cb
20:51:58  ---> 940c1828730f
20:51:58 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
20:51:58  ---> eb12e39c73bc
20:51:58 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
20:51:58  ---> 343487fd547c
20:51:58 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
20:51:58  ---> Running in 32d9c67a26d0
20:51:58 Removing intermediate container 32d9c67a26d0
20:51:58  ---> e5125b39eb39
20:51:58 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
20:52:00  ---> 30215d584c23
20:52:00 Step 18/32 : WORKDIR /code/
20:52:00  ---> Running in 7d2ab1af367a
20:52:00 Removing intermediate container 7d2ab1af367a
20:52:00  ---> 0a3699edd999
20:52:00 Step 19/32 : RUN pip install virtualenv==16.2.0
20:52:00  ---> Running in e7258cac5a6c
20:52:08 Collecting virtualenv==16.2.0
20:52:08   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
20:52:08 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
20:52:08 Installing collected packages: virtualenv
20:52:08 Successfully installed virtualenv-16.2.0
20:52:12 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
20:52:12 You should consider upgrading via the 'pip install --upgrade pip' command.
20:52:13 Removing intermediate container e7258cac5a6c
20:52:13  ---> b004d5e813b3
20:52:13 Step 20/32 : RUN pip install tox==2.9.1
20:52:14  ---> Running in 831daa722edc
20:52:20 Collecting tox==2.9.1
20:52:20   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
20:52:20 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)
20:52:20 Collecting pluggy<1.0,>=0.3.0
20:52:20   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
20:52:20 Collecting six
20:52:20   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
20:52:20 Collecting py>=1.4.17
20:52:20   Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB)
20:52:20 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
20:52:20 Collecting importlib-metadata>=0.12; python_version < "3.8"
20:52:20   Downloading https://files.pythonhosted.org/packages/e9/71/1a1e0ed0981bb6a67bce55a210f168126b7ebd2065958673797ea66489ca/importlib_metadata-1.3.0-py2.py3-none-any.whl
20:52:20 Collecting zipp>=0.5
20:52:20   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
20:52:21 Collecting more-itertools
20:52:21   Downloading https://files.pythonhosted.org/packages/68/03/0604cec1ea13c9f063dd50f900d1a36160334dd3cfb01fd0e638f61b46ba/more_itertools-8.0.2-py3-none-any.whl (40kB)
20:52:21 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
20:52:21 Successfully installed importlib-metadata-1.3.0 more-itertools-8.0.2 pluggy-0.13.1 py-1.8.1 six-1.13.0 tox-2.9.1 zipp-0.6.0
20:52:21 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
20:52:21 You should consider upgrading via the 'pip install --upgrade pip' command.
20:52:22 Removing intermediate container 831daa722edc
20:52:22  ---> 96ec143f4538
20:52:22 Step 21/32 : COPY requirements.txt .
20:52:22  ---> 083a6d067536
20:52:22 Step 22/32 : COPY requirements-dev.txt .
20:52:22  ---> a46bf768e33c
20:52:22 Step 23/32 : COPY .pre-commit-config.yaml .
20:52:23  ---> 380122c01354
20:52:23 Step 24/32 : COPY tox.ini .
20:52:23  ---> 4e0cd2aa59a5
20:52:23 Step 25/32 : COPY setup.py .
20:52:23  ---> 63b3537ea35f
20:52:23 Step 26/32 : COPY README.md .
20:52:24  ---> b43affef6fad
20:52:24 Step 27/32 : COPY compose compose/
20:52:24  ---> 61445a4d15df
20:52:24 Step 28/32 : RUN tox --notest
20:52:24  ---> Running in 6fbc34221a5a
20:52:25 py27 create: /code/.tox/py27
20:52:40 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
20:55:17 py27 develop-inst: /code
20:55:17 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0
20:55:17 py37 create: /code/.tox/py37
20:55:23 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
20:57:30 py37 develop-inst: /code
20:57:30 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
20:57:30 pre-commit create: /code/.tox/pre-commit
20:57:38 pre-commit installdeps: pre-commit
20:57:50 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0
20:57:50 ___________________________________ summary ____________________________________
20:57:50   py27: skipped tests
20:57:50   py37: skipped tests
20:57:50   pre-commit: skipped tests
20:57:50   congratulations :)
20:57:53 Removing intermediate container 6fbc34221a5a
20:57:53  ---> d479a109cbaa
20:57:53 Step 29/32 : COPY . .
20:57:54  ---> dcbaf2559128
20:57:54 Step 30/32 : ARG GIT_COMMIT=unknown
20:57:54  ---> Running in 7eb208b85334
20:57:54 Removing intermediate container 7eb208b85334
20:57:54  ---> a0138b27e79f
20:57:54 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
20:57:54  ---> Running in ff506ab40371
20:57:54 Removing intermediate container ff506ab40371
20:57:54  ---> e0540db6561a
20:57:54 Step 32/32 : RUN script/build/linux-entrypoint
20:57:54  ---> Running in 2f14652d2999
20:57:55 + CODE_PATH=/code
20:57:55 + VENV=/code/.tox/py37
20:57:55 + cd /code
20:57:55 + mkdir -p dist
20:57:55 + chmod 777 dist
20:57:55 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
20:58:13 + '[' -z f55b93735c135bd3207c6828ec1747458218beb3 ']'
20:58:13 + echo f55b93735c135bd3207c6828ec1747458218beb3
20:58:13 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:58:13 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:58:13 + '[' '!' -z 1 ']'
20:58:13 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
20:58:13 Cloning into '/tmp/pyinstaller'...
20:58:16 + cd /tmp/pyinstaller/bootloader
20:58:16 + git checkout v3.5
20:58:16 Note: checking out 'v3.5'.
20:58:16 
20:58:16 You are in 'detached HEAD' state. You can look around, make experimental
20:58:16 changes and commit them, and you can discard any commits you make in this
20:58:16 state without impacting any branches by performing another checkout.
20:58:16 
20:58:16 If you want to create a new branch to retain commits you create, you may
20:58:16 do so (now or later) by using -b with the checkout command again. Example:
20:58:16 
20:58:16   git checkout -b <new-branch-name>
20:58:16 
20:58:16 HEAD is now at 498e6ee0 Release 3.5.
20:58:16 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
20:58:17 Setting top to                           : /tmp/pyinstaller/bootloader 
20:58:17 Setting out to                           : /tmp/pyinstaller/bootloader/build 
20:58:17 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
20:58:17 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
20:58:17 Checking size of pointer                 : 8 
20:58:17 Platform                                 : Linux-64bit detected based on compiler 
20:58:17 Checking for flags -m64                  : yes 
20:58:17 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
20:58:17 Checking for program 'strip'             : /usr/bin/strip 
20:58:17 Checking for library dl                  : yes 
20:58:17 Checking for library m                   : yes 
20:58:17 Checking for library z                   : yes 
20:58:17 Checking for function unsetenv           : yes 
20:58:17 Checking for function mkdtemp            : yes 
20:58:17 Checking for flags -Wl,--as-needed       : yes 
20:58:17 'configure' finished successfully (0.338s)
20:58:17 'all' finished successfully (0.000s)
20:58:17 'distclean' finished successfully (0.001s)
20:58:17 Setting top to                           : /tmp/pyinstaller/bootloader 
20:58:17 Setting out to                           : /tmp/pyinstaller/bootloader/build 
20:58:17 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
20:58:17 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
20:58:17 Checking size of pointer                 : 8 
20:58:17 Platform                                 : Linux-64bit detected based on compiler 
20:58:17 Checking for flags -m64                  : yes 
20:58:17 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
20:58:17 Checking for program 'strip'             : /usr/bin/strip 
20:58:17 Checking for library dl                  : yes 
20:58:17 Checking for library m                   : yes 
20:58:17 Checking for library z                   : yes 
20:58:17 Checking for function unsetenv           : yes 
20:58:17 Checking for function mkdtemp            : yes 
20:58:17 Checking for flags -Wl,--as-needed       : yes 
20:58:17 'configure' finished successfully (0.301s)
20:58:17 'make_all' finished successfully (0.003s)
20:58:17 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
20:58:17 [ 1/13] Compiling src/pyi_python.c
20:58:17 [ 2/13] Compiling src/pyi_global.c
20:58:17 [ 3/13] Compiling src/main.c
20:58:17 [ 4/13] Compiling src/pyi_utils.c
20:58:17 [ 5/13] Compiling src/pyi_main.c
20:58:17 [ 6/13] Compiling src/pyi_win32_utils.c
20:58:17 [ 7/13] Compiling src/pyi_python27_compat.c
20:58:17 [ 8/13] Compiling src/pyi_pythonlib.c
20:58:17 [ 9/13] Compiling src/pyi_path.c
20:58:18 [10/13] Compiling src/pyi_archive.c
20:58:18 [11/13] Compiling src/pyi_launch.c
20:58:18 [12/13] Linking build/debug/run_d
20:58:18 [13/13] Processing build/debug/run_d
20:58:18 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
20:58:18 'build_debug' finished successfully (0.696s)
20:58:18 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
20:58:18 [ 1/13] Compiling src/pyi_python.c
20:58:18 [ 2/13] Compiling src/pyi_global.c
20:58:18 [ 3/13] Compiling src/main.c
20:58:18 [ 4/13] Compiling src/pyi_archive.c
20:58:18 [ 5/13] Compiling src/pyi_launch.c
20:58:18 [ 6/13] Compiling src/pyi_win32_utils.c
20:58:18 [ 7/13] Compiling src/pyi_main.c
20:58:18 [ 8/13] Compiling src/pyi_pythonlib.c
20:58:18 [ 9/13] Compiling src/pyi_python27_compat.c
20:58:18 [10/13] Compiling src/pyi_utils.c
20:58:18 [11/13] Compiling src/pyi_path.c
20:58:18 [12/13] Linking build/release/run
20:58:18 [13/13] Processing build/release/run
20:58:18 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
20:58:18 'build_release' finished successfully (0.696s)
20:58:19 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
20:58:19 [13/14] Processing build/debug/run_d
20:58:19 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
20:58:19 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
20:58:19 'install_debug' finished successfully (0.017s)
20:58:19 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
20:58:19 [13/14] Processing build/release/run
20:58:19 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
20:58:19 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
20:58:19 'install_release' finished successfully (0.012s)
20:58:19 + /code/.tox/py37/bin/pip3 install ..
20:58:19 Processing /tmp/pyinstaller
20:58:19   Installing build dependencies: started
20:58:25   Installing build dependencies: finished with status 'done'
20:58:25   Getting requirements to build wheel: started
20:58:25   Getting requirements to build wheel: finished with status 'done'
20:58:25     Preparing wheel metadata: started
20:58:25     Preparing wheel metadata: finished with status 'done'
20:58:25 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (44.0.0)
20:58:25 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
20:58:25 Building wheels for collected packages: PyInstaller
20:58:25   Building wheel for PyInstaller (PEP 517): started
20:58:26   Building wheel for PyInstaller (PEP 517): finished with status 'done'
20:58:26   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=96d849e40a5a889eff48c8b0dfb3844c1de272301434ea765bac2880241d544b
20:58:26   Stored in directory: /tmp/pip-ephem-wheel-cache-penku_d0/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
20:58:26 Successfully built PyInstaller
20:58:26 Installing collected packages: PyInstaller
20:58:26   Found existing installation: PyInstaller 3.5
20:58:26     Uninstalling PyInstaller-3.5:
20:58:26       Successfully uninstalled PyInstaller-3.5
20:58:26 Successfully installed PyInstaller-3.5
20:58:27 + cd /code
20:58:27 + rm -Rf /tmp/pyinstaller
20:58:27 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
20:58:27 38 INFO: PyInstaller: 3.5
20:58:27 38 INFO: Python: 3.7.4
20:58:27 42 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
20:58:27 44 INFO: UPX is not available.
20:58:27 46 INFO: Extending PYTHONPATH with paths
20:58:27 ['/code/bin', '/code']
20:58:27 46 INFO: checking Analysis
20:58:27 46 INFO: Building Analysis because Analysis-00.toc is non existent
20:58:27 46 INFO: Initializing module dependency graph...
20:58:27 49 INFO: Initializing module graph hooks...
20:58:27 50 INFO: Analyzing base_library.zip ...
20:58:29 2513 INFO: running Analysis Analysis-00.toc
20:58:29 2524 INFO: Caching module hooks...
20:58:29 2528 INFO: Analyzing bin/docker-compose
20:58:29 2607 INFO: Processing pre-find module path hook   distutils
20:58:29 2607 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
20:58:30 2782 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
20:58:31 3764 INFO: Processing pre-safe import module hook   six.moves
20:58:33 6153 INFO: Loading module hooks...
20:58:33 6154 INFO: Loading module hook "hook-certifi.py"...
20:58:33 6154 INFO: Loading module hook "hook-jsonschema.py"...
20:58:33 6156 INFO: Loading module hook "hook-xml.py"...
20:58:33 6194 INFO: Loading module hook "hook-nacl.py"...
20:58:33 6196 INFO: Loading module hook "hook-distutils.py"...
20:58:33 6197 INFO: Loading module hook "hook-pkg_resources.py"...
20:58:33 6507 INFO: Processing pre-safe import module hook   win32com
20:58:33 6529 INFO: Loading module hook "hook-pydoc.py"...
20:58:33 6530 INFO: Loading module hook "hook-sysconfig.py"...
20:58:33 6536 INFO: Loading module hook "hook-encodings.py"...
20:58:33 6573 INFO: Loading module hook "hook-cryptography.py"...
20:58:34 6722 INFO: Looking for ctypes DLLs
20:58:34 Illegal option -p
20:58:34 6751 INFO: Analyzing run-time hooks ...
20:58:34 6760 INFO: Including run-time hook 'pyi_rth_certifi.py'
20:58:34 6761 INFO: Including run-time hook 'pyi_rth_pkgres.py'
20:58:34 6770 INFO: Looking for dynamic libraries
20:58:34 6970 INFO: Looking for eggs
20:58:34 6970 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
20:58:34 6980 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
20:58:34 7030 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
20:58:34 7051 INFO: checking PYZ
20:58:34 7051 INFO: Building PYZ because PYZ-00.toc is non existent
20:58:34 7052 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
20:58:35 7768 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
20:58:35 7786 INFO: checking PKG
20:58:35 7786 INFO: Building PKG because PKG-00.toc is non existent
20:58:35 7786 INFO: Building PKG (CArchive) PKG-00.pkg
20:58:47 18871 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
20:58:47 18874 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
20:58:47 18875 INFO: checking EXE
20:58:47 18875 INFO: Building EXE because EXE-00.toc is non existent
20:58:47 18875 INFO: Building EXE from EXE-00.toc
20:58:47 18875 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
20:58:47 18925 INFO: Building EXE from EXE-00.toc completed successfully.
20:58:47 + ls -la dist/
20:58:47 total 17124
20:58:47 drwxrwxrwx    2 root     root          4096 Jan  6 20:58 .
20:58:47 drwxr-xr-x    1 root     root          4096 Jan  6 20:58 ..
20:58:47 -rwxr-xr-x    1 root     root      17520848 Jan  6 20:58 docker-compose
20:58:47 + ldd dist/docker-compose
20:58:47 	/lib/ld-musl-x86_64.so.1 (0x7f3e72348000)
20:58:47 	libz.so.1 => /lib/libz.so.1 (0x7f3e72312000)
20:58:47 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f3e72348000)
20:58:47 + mv dist/docker-compose /usr/local/bin
20:58:47 + docker-compose version
20:58:47 docker-compose version 1.26.0dev, build f55b93735c135bd3207c6828ec1747458218beb3
20:58:47 docker-py version: 4.1.0
20:58:47 CPython version: 3.7.4
20:58:47 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
20:58:48 Removing intermediate container 2f14652d2999
20:58:48  ---> 378ac631c092
20:58:48 Successfully built 378ac631c092
20:58:48 Successfully tagged dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] sh
20:58:48 + docker push dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3
20:58:48 The push refers to repository [docker.io/dockerbuildbot/compose]
20:58:48 65a8fd9af592: Preparing
20:58:48 4f51def074f2: Preparing
20:58:48 269e70818471: Preparing
20:58:48 783800a30f40: Preparing
20:58:48 120a62b6f5fd: Preparing
20:58:48 1f11fa0bc7a0: Preparing
20:58:48 4220608db3ec: Preparing
20:58:48 0192716a1740: Preparing
20:58:48 91c6585fef08: Preparing
20:58:48 4ec34bba92e0: Preparing
20:58:48 64a628b3d2cd: Preparing
20:58:48 86ae43febba4: Preparing
20:58:48 e3d6623ce209: Preparing
20:58:48 068af8627c10: Preparing
20:58:48 b658b75b6ac8: Preparing
20:58:48 bc2a0fd86a2c: Preparing
20:58:48 2a8b7fd42278: Preparing
20:58:48 6a1aa47d6606: Preparing
20:58:48 7b66164940a3: Preparing
20:58:48 c5728f2d608b: Preparing
20:58:48 03901b4a2ea8: Preparing
20:58:48 1f11fa0bc7a0: Waiting
20:58:48 4220608db3ec: Waiting
20:58:48 0192716a1740: Waiting
20:58:48 91c6585fef08: Waiting
20:58:48 4ec34bba92e0: Waiting
20:58:48 068af8627c10: Waiting
20:58:48 64a628b3d2cd: Waiting
20:58:48 b658b75b6ac8: Waiting
20:58:48 bc2a0fd86a2c: Waiting
20:58:48 86ae43febba4: Waiting
20:58:48 e3d6623ce209: Waiting
20:58:48 2a8b7fd42278: Waiting
20:58:48 6a1aa47d6606: Waiting
20:58:48 7b66164940a3: Waiting
20:58:48 c5728f2d608b: Waiting
20:58:48 03901b4a2ea8: Waiting
20:58:49 783800a30f40: Pushed
20:58:49 120a62b6f5fd: Pushed
20:58:49 4f51def074f2: Pushed
20:58:51 4220608db3ec: Pushed
20:58:51 0192716a1740: Pushed
20:58:52 1f11fa0bc7a0: Pushed
20:58:53 91c6585fef08: Pushed
20:58:53 4ec34bba92e0: Pushed
20:58:53 64a628b3d2cd: Pushed
20:58:55 e3d6623ce209: Pushed
20:58:55 86ae43febba4: Pushed
20:58:58 b658b75b6ac8: Pushed
20:58:58 2a8b7fd42278: Layer already exists
20:58:58 65a8fd9af592: Pushed
20:58:58 7b66164940a3: Layer already exists
20:58:58 6a1aa47d6606: Layer already exists
20:58:58 03901b4a2ea8: Layer already exists
20:58:58 c5728f2d608b: Layer already exists
20:58:59 068af8627c10: Pushed
20:59:02 269e70818471: Pushed
20:59:17 bc2a0fd86a2c: Pushed
20:59:17 alpine-f55b93735c135bd3207c6828ec1747458218beb3: digest: sha256:d3effd868525eadacb634ff675a57862507a9cddb0862ad2db9468a1aa946ce0 size: 4715
[Pipeline] echo
20:59:17 dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e86c8d4642769805) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/d64a892e-7066-4cbd-9fa4-3009bd847b6c/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
20:59:25 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 /code/script/test/versions.py -n 2 docker/docker-ce recent
20:59:25 Unable to find image 'dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3' locally
20:59:25 alpine-f55b93735c135bd3207c6828ec1747458218beb3: Pulling from dockerbuildbot/compose
20:59:25 9d48c3bd43c5: Pulling fs layer
20:59:25 c0ea575d71b9: Pulling fs layer
20:59:25 0f535eceebd5: Pulling fs layer
20:59:25 8a30f5893bea: Pulling fs layer
20:59:25 287089fe229e: Pulling fs layer
20:59:25 0cf2660ff2e9: Pulling fs layer
20:59:25 c3c3f8932830: Pulling fs layer
20:59:25 04fca318c8f7: Pulling fs layer
20:59:25 c855c3f40af8: Pulling fs layer
20:59:25 58cc93b8f62e: Pulling fs layer
20:59:25 9c18b0309512: Pulling fs layer
20:59:25 1dec967a6167: Pulling fs layer
20:59:25 11a506c2f6b7: Pulling fs layer
20:59:25 b50e2d2312bc: Pulling fs layer
20:59:25 8a945a71eec0: Pulling fs layer
20:59:25 61302bd1d41d: Pulling fs layer
20:59:25 19afa450af9c: Pulling fs layer
20:59:25 8a3aa7bc5640: Pulling fs layer
20:59:25 9902a52a2428: Pulling fs layer
20:59:25 e39fcbeb21df: Pulling fs layer
20:59:25 f0e7c71d0e98: Pulling fs layer
20:59:25 287089fe229e: Waiting
20:59:25 0cf2660ff2e9: Waiting
20:59:25 c3c3f8932830: Waiting
20:59:25 04fca318c8f7: Waiting
20:59:25 c855c3f40af8: Waiting
20:59:25 58cc93b8f62e: Waiting
20:59:25 9c18b0309512: Waiting
20:59:25 1dec967a6167: Waiting
20:59:25 11a506c2f6b7: Waiting
20:59:25 b50e2d2312bc: Waiting
20:59:25 8a945a71eec0: Waiting
20:59:25 61302bd1d41d: Waiting
20:59:25 19afa450af9c: Waiting
20:59:25 8a3aa7bc5640: Waiting
20:59:25 9902a52a2428: Waiting
20:59:25 e39fcbeb21df: Waiting
20:59:25 f0e7c71d0e98: Waiting
20:59:25 8a30f5893bea: Waiting
20:59:25 9d48c3bd43c5: Verifying Checksum
20:59:25 9d48c3bd43c5: Download complete
20:59:26 c0ea575d71b9: Verifying Checksum
20:59:26 c0ea575d71b9: Download complete
20:59:26 8a30f5893bea: Verifying Checksum
20:59:26 8a30f5893bea: Download complete
20:59:26 287089fe229e: Verifying Checksum
20:59:26 287089fe229e: Download complete
20:59:26 0f535eceebd5: Verifying Checksum
20:59:26 0f535eceebd5: Download complete
20:59:26 c3c3f8932830: Verifying Checksum
20:59:26 c3c3f8932830: Download complete
20:59:26 c855c3f40af8: Verifying Checksum
20:59:26 c855c3f40af8: Download complete
20:59:26 04fca318c8f7: Verifying Checksum
20:59:26 04fca318c8f7: Download complete
20:59:26 9d48c3bd43c5: Pull complete
20:59:26 58cc93b8f62e: Verifying Checksum
20:59:26 58cc93b8f62e: Download complete
20:59:26 9c18b0309512: Verifying Checksum
20:59:26 9c18b0309512: Download complete
20:59:27 11a506c2f6b7: Verifying Checksum
20:59:27 11a506c2f6b7: Download complete
20:59:27 1dec967a6167: Verifying Checksum
20:59:27 1dec967a6167: Download complete
20:59:27 b50e2d2312bc: Verifying Checksum
20:59:27 b50e2d2312bc: Download complete
20:59:27 8a945a71eec0: Verifying Checksum
20:59:27 8a945a71eec0: Download complete
20:59:27 61302bd1d41d: Verifying Checksum
20:59:27 61302bd1d41d: Download complete
20:59:27 19afa450af9c: Verifying Checksum
20:59:27 19afa450af9c: Download complete
20:59:27 8a3aa7bc5640: Verifying Checksum
20:59:27 8a3aa7bc5640: Download complete
20:59:27 c0ea575d71b9: Pull complete
20:59:27 e39fcbeb21df: Download complete
20:59:28 0cf2660ff2e9: Verifying Checksum
20:59:28 0cf2660ff2e9: Download complete
20:59:28 9902a52a2428: Verifying Checksum
20:59:28 9902a52a2428: Download complete
20:59:28 f0e7c71d0e98: Verifying Checksum
20:59:28 f0e7c71d0e98: Download complete
20:59:29 0f535eceebd5: Pull complete
20:59:29 8a30f5893bea: Pull complete
20:59:30 287089fe229e: Pull complete
20:59:33 0cf2660ff2e9: Pull complete
20:59:33 c3c3f8932830: Pull complete
20:59:33 04fca318c8f7: Pull complete
20:59:33 c855c3f40af8: Pull complete
20:59:34 58cc93b8f62e: Pull complete
20:59:34 9c18b0309512: Pull complete
20:59:34 1dec967a6167: Pull complete
20:59:34 11a506c2f6b7: Pull complete
20:59:34 b50e2d2312bc: Pull complete
20:59:34 8a945a71eec0: Pull complete
20:59:35 61302bd1d41d: Pull complete
20:59:35 19afa450af9c: Pull complete
20:59:35 8a3aa7bc5640: Pull complete
20:59:37 9902a52a2428: Pull complete
20:59:37 e39fcbeb21df: Pull complete
20:59:38 f0e7c71d0e98: Pull complete
20:59:38 Digest: sha256:d3effd868525eadacb634ff675a57862507a9cddb0862ad2db9468a1aa946ce0
20:59:38 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e86c8d4642769805) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/a4afe86f-16bd-45cd-8daa-73765699fcd8/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
20:59:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:59:42 chowning workspace
[Pipeline] sh
20:59:43 + uname -m
[Pipeline] sh
20:59:43 + pwd
20:59:43 + id -u
20:59:43 + id -g
20:59:43 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
20:59:43 Unable to find image 'busybox:latest' locally
20:59:43 latest: Pulling from library/busybox
20:59:43 bdbbaa22dec6: Pulling fs layer
20:59:43 bdbbaa22dec6: Download complete
20:59:43 bdbbaa22dec6: Pull complete
20:59:43 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
20:59:43 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
20:59:45 Removing all docker containers
[Pipeline] sh
20:59:46 + docker container ls -aq
[Pipeline] echo
20:59:46 Docker containers have been removed
[Pipeline] echo
20:59:46 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:59:46 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
20:59:46 using credential sf-release-bot.github.ssh
20:59:46 Cloning the remote Git repository
20:59:46 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
20:59:48 Fetching without tags
20:59:48 Checking out Revision f55b93735c135bd3207c6828ec1747458218beb3 (PR-7124)
20:59:49 Commit message: "Forward device requests"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] sh
20:59:50 + docker pull dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3
20:59:50 Error response from daemon: manifest for dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3 not found: manifest unknown: manifest unknown
[Pipeline] sh
20:59:51 + script/build/write-git-sha
20:59:51 + GIT_COMMIT=f55b9373
20:59:51 + docker build -t dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=f55b93735c135bd3207c6828ec1747458218beb3 .
20:59:51 Sending build context to Docker daemon  1.881MB

20:59:51 Step 1/32 : ARG DOCKER_VERSION=18.09.7
20:59:51 Step 2/32 : ARG PYTHON_VERSION=3.7.4
20:59:51 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
20:59:51 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
20:59:51 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
20:59:51 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
20:59:51 Step 7/32 : ARG BUILD_PLATFORM=alpine
20:59:51 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
20:59:51 18.09.7: Pulling from library/docker
20:59:51 050382585609: Pulling fs layer
20:59:51 0bb4ee3360d7: Pulling fs layer
20:59:51 893f09c2afb0: Pulling fs layer
20:59:51 3204ba24bdf5: Pulling fs layer
20:59:51 c7a4c34d84a5: Pulling fs layer
20:59:51 758ee1f25c37: Pulling fs layer
20:59:51 3204ba24bdf5: Waiting
20:59:51 c7a4c34d84a5: Waiting
20:59:51 758ee1f25c37: Waiting
20:59:51 893f09c2afb0: Verifying Checksum
20:59:51 893f09c2afb0: Download complete
20:59:51 0bb4ee3360d7: Verifying Checksum
20:59:51 0bb4ee3360d7: Download complete
20:59:51 050382585609: Verifying Checksum
20:59:51 c7a4c34d84a5: Verifying Checksum
20:59:51 c7a4c34d84a5: Download complete
20:59:51 758ee1f25c37: Verifying Checksum
20:59:51 758ee1f25c37: Download complete
20:59:51 050382585609: Pull complete
20:59:51 0bb4ee3360d7: Pull complete
20:59:51 893f09c2afb0: Pull complete
20:59:52 3204ba24bdf5: Download complete
20:59:53 3204ba24bdf5: Pull complete
20:59:53 c7a4c34d84a5: Pull complete
20:59:53 758ee1f25c37: Pull complete
20:59:53 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
20:59:53 Status: Downloaded newer image for docker:18.09.7
20:59:53  ---> 108a4437ed8c
20:59:53 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
20:59:54 3.7.4-alpine3.10: Pulling from library/python
20:59:54 9d48c3bd43c5: Already exists
20:59:54 c0ea575d71b9: Already exists
20:59:54 0f535eceebd5: Already exists
20:59:54 8a30f5893bea: Already exists
20:59:54 287089fe229e: Already exists
20:59:54 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
20:59:54 Status: Downloaded newer image for python:3.7.4-alpine3.10
20:59:54  ---> f309434dea3a
20: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
20:59:54  ---> Running in eee138842d71
20:59:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:59:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:59:56 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r2)
20:59:56 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r2)
20:59:56 (3/34) Installing bash (5.0.0-r0)
20:59:56 Executing bash-5.0.0-r0.post-install
20:59:56 (4/34) Installing binutils (2.32-r0)
20:59:56 (5/34) Installing libmagic (5.37-r1)
20:59:56 (6/34) Installing file (5.37-r1)
20:59:56 (7/34) Installing gmp (6.1.2-r1)
20:59:56 (8/34) Installing isl (0.18-r0)
20:59:56 (9/34) Installing libgomp (8.3.0-r0)
20:59:56 (10/34) Installing libatomic (8.3.0-r0)
20:59:56 (11/34) Installing libgcc (8.3.0-r0)
20:59:56 (12/34) Installing mpfr3 (3.1.5-r1)
20:59:56 (13/34) Installing mpc1 (1.1.0-r0)
20:59:56 (14/34) Installing libstdc++ (8.3.0-r0)
20:59:56 (15/34) Installing gcc (8.3.0-r0)
20:59:57 (16/34) Installing musl-dev (1.1.22-r3)
20:59:57 (17/34) Installing libc-dev (0.7.1-r0)
20:59:57 (18/34) Installing g++ (8.3.0-r0)
20:59:57 (19/34) Installing make (4.2.1-r2)
20:59:57 (20/34) Installing fortify-headers (1.1-r0)
20:59:57 (21/34) Installing build-base (0.5-r1)
20:59:57 (22/34) Installing nghttp2-libs (1.39.2-r0)
20:59:57 (23/34) Installing libcurl (7.66.0-r0)
20:59:57 (24/34) Installing curl (7.66.0-r0)
20:59:57 (25/34) Installing pcre2 (10.33-r0)
20:59:57 (26/34) Installing git (2.22.2-r0)
20:59:58 (27/34) Installing linux-headers (4.19.36-r0)
20:59:58 (28/34) Installing pkgconf (1.6.1-r1)
20:59:58 (29/34) Installing libffi-dev (3.2.1-r6)
20:59:58 (30/34) Installing openssl (1.1.1d-r2)
20:59:58 (31/34) Installing openssl-dev (1.1.1d-r2)
20:59:58 (32/34) Installing python2 (2.7.16-r1)
20:59:58 (33/34) Installing python2-dev (2.7.16-r1)
20:59:59 (34/34) Installing zlib-dev (1.2.11-r1)
20:59:59 Executing busybox-1.30.1-r2.trigger
20:59:59 Executing ca-certificates-20190108-r0.trigger
20:59:59 OK: 266 MiB in 67 packages
21:00:03 Removing intermediate container eee138842d71
21:00:03  ---> 08ea8b147f47
21:00:03 Step 11/32 : ENV BUILD_BOOTLOADER=1
21:00:03  ---> Running in 0d615a1d06cc
21:00:03 Removing intermediate container 0d615a1d06cc
21:00:03  ---> c6a6bacef38f
21:00:03 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
21:00:03 3.7.4-slim-stretch: Pulling from library/python
21:00:03 80369df48736: Pulling fs layer
21:00:03 aaba0609d543: Pulling fs layer
21:00:03 33536ac8210e: Pulling fs layer
21:00:03 35aa8bff600e: Pulling fs layer
21:00:03 6e4c9666aa4e: Pulling fs layer
21:00:03 35aa8bff600e: Waiting
21:00:03 6e4c9666aa4e: Waiting
21:00:03 aaba0609d543: Verifying Checksum
21:00:03 aaba0609d543: Download complete
21:00:03 35aa8bff600e: Verifying Checksum
21:00:03 35aa8bff600e: Download complete
21:00:03 80369df48736: Verifying Checksum
21:00:03 80369df48736: Download complete
21:00:03 6e4c9666aa4e: Verifying Checksum
21:00:03 6e4c9666aa4e: Download complete
21:00:03 33536ac8210e: Verifying Checksum
21:00:03 33536ac8210e: Download complete
21:00:05 80369df48736: Pull complete
21:00:05 aaba0609d543: Pull complete
21:00:06 33536ac8210e: Pull complete
21:00:06 35aa8bff600e: Pull complete
21:00:06 6e4c9666aa4e: Pull complete
21:00:06 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
21:00:06 Status: Downloaded newer image for python:3.7.4-slim-stretch
21:00:06  ---> fad2b9f06d3b
21:00:06 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
21:00:07  ---> Running in e4580a0b4dda
21:00:09 Ign:1 http://deb.debian.org/debian stretch InRelease
21:00:09 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
21:00:09 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
21:00:09 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
21:00:09 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
21:00:09 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [513 kB]
21:00:09 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
21:00:09 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
21:00:10 Fetched 7932 kB in 2s (3200 kB/s)
21:00:10 Reading package lists...
21:00:11 Reading package lists...
21:00:11 Building dependency tree...
21:00:11 Reading state information...
21:00:11 openssl is already the newest version (1.1.0l-1~deb9u1).
21:00:11 openssl set to manually installed.
21:00:11 The following additional packages will be installed:
21:00:11   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
21:00:11   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
21:00:11   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
21:00:11   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
21:00:11   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
21:00:11   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
21:00:11   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
21:00:11   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
21:00:11   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
21:00:11   python2.7-minimal
21:00:11 Suggested packages:
21:00:11   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
21:00:11   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
21:00:11   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
21:00:11   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
21:00:11   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
21:00:11   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
21:00:11   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
21:00:11   | libterm-readline-perl-perl python2.7-doc binfmt-support
21:00:11 Recommended packages:
21:00:11   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
21:00:11   libsasl2-modules libssl-doc bzip2 file xz-utils rename
21:00:12 The following NEW packages will be installed:
21:00:12   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
21:00:12   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
21:00:12   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
21:00:12   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
21:00:12   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
21:00:12   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
21:00:12   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
21:00:12   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
21:00:12   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
21:00:12   libubsan0 libunistring0 linux-libc-dev make mime-support perl
21:00:12   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
21:00:13 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
21:00:13 Need to get 79.6 MB of archives.
21:00:13 After this operation, 271 MB of additional disk space will be used.
21:00:13 Get:1 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
21:00:13 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [68.4 kB]
21:00:13 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [105 kB]
21:00:13 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
21:00:13 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 git-man all 1:2.11.0-3+deb9u5 [1433 kB]
21:00:13 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u5 [4161 kB]
21:00:13 Get:7 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
21:00:13 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
21:00:13 Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2u-1~deb9u1 [1304 kB]
21:00:13 Get:10 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
21:00:13 Get:11 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
21:00:13 Get:12 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
21:00:13 Get:13 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
21:00:13 Get:14 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
21:00:13 Get:15 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
21:00:13 Get:16 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
21:00:13 Get:17 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB]
21:00:13 Get:18 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
21:00:13 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
21:00:13 Get:20 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
21:00:13 Get:21 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
21:00:13 Get:22 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
21:00:13 Get:23 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
21:00:13 Get:24 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
21:00:13 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
21:00:13 Get:26 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
21:00:13 Get:27 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
21:00:13 Get:28 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
21:00:13 Get:29 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
21:00:13 Get:30 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
21:00:13 Get:31 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
21:00:13 Get:32 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
21:00:13 Get:33 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
21:00:13 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
21:00:13 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
21:00:13 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
21:00:13 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
21:00:13 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
21:00:13 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
21:00:13 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
21:00:13 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
21:00:13 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
21:00:13 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
21:00:13 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
21:00:13 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
21:00:13 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
21:00:13 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
21:00:13 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
21:00:13 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
21:00:13 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
21:00:13 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
21:00:13 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
21:00:13 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
21:00:13 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
21:00:13 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
21:00:13 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
21:00:13 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
21:00:13 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
21:00:13 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
21:00:13 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
21:00:13 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
21:00:13 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
21:00:13 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
21:00:13 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
21:00:13 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
21:00:14 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
21:00:14 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
21:00:14 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
21:00:14 debconf: delaying package configuration, since apt-utils is not installed
21:00:14 Fetched 79.6 MB in 1s (41.5 MB/s)
21:00:14 Selecting previously unselected package perl-modules-5.24.
21:00:14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6710 files and directories currently installed.)
21:00:14 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
21:00:14 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
21:00:14 Selecting previously unselected package libperl5.24:amd64.
21:00:14 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
21:00:14 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
21:00:15 Selecting previously unselected package perl.
21:00:15 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
21:00:15 Unpacking perl (5.24.1-3+deb9u5) ...
21:00:15 Selecting previously unselected package libgmp10:amd64.
21:00:15 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
21:00:15 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
21:00:15 Selecting previously unselected package libnettle6:amd64.
21:00:15 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
21:00:15 Unpacking libnettle6:amd64 (3.3-1+b2) ...
21:00:15 Selecting previously unselected package libhogweed4:amd64.
21:00:15 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
21:00:15 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
21:00:15 Selecting previously unselected package libidn11:amd64.
21:00:15 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
21:00:15 Unpacking libidn11:amd64 (1.33-1) ...
21:00:15 Selecting previously unselected package libp11-kit0:amd64.
21:00:15 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
21:00:15 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
21:00:15 Selecting previously unselected package libtasn1-6:amd64.
21:00:15 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
21:00:15 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
21:00:15 Selecting previously unselected package libgnutls30:amd64.
21:00:15 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
21:00:15 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
21:00:15 Selecting previously unselected package libkeyutils1:amd64.
21:00:15 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
21:00:15 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
21:00:15 Selecting previously unselected package libkrb5support0:amd64.
21:00:15 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
21:00:15 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
21:00:15 Selecting previously unselected package libk5crypto3:amd64.
21:00:15 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
21:00:15 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
21:00:15 Selecting previously unselected package libkrb5-3:amd64.
21:00:15 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
21:00:15 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
21:00:15 Selecting previously unselected package libgssapi-krb5-2:amd64.
21:00:15 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
21:00:15 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
21:00:15 Selecting previously unselected package libunistring0:amd64.
21:00:15 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
21:00:16 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
21:00:16 Selecting previously unselected package libidn2-0:amd64.
21:00:16 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
21:00:16 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
21:00:16 Selecting previously unselected package libsasl2-modules-db:amd64.
21:00:16 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ...
21:00:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:00:16 Selecting previously unselected package libsasl2-2:amd64.
21:00:16 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ...
21:00:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:00:16 Selecting previously unselected package libldap-common.
21:00:16 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
21:00:16 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
21:00:16 Selecting previously unselected package libldap-2.4-2:amd64.
21:00:16 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
21:00:16 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
21:00:16 Selecting previously unselected package libnghttp2-14:amd64.
21:00:16 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
21:00:16 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
21:00:16 Selecting previously unselected package libpsl5:amd64.
21:00:16 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
21:00:16 Unpacking libpsl5:amd64 (0.17.0-3) ...
21:00:16 Selecting previously unselected package librtmp1:amd64.
21:00:16 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
21:00:16 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
21:00:16 Selecting previously unselected package libssh2-1:amd64.
21:00:16 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
21:00:16 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
21:00:16 Selecting previously unselected package libcurl3-gnutls:amd64.
21:00:16 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
21:00:16 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
21:00:16 Selecting previously unselected package liberror-perl.
21:00:16 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
21:00:16 Unpacking liberror-perl (0.17024-1) ...
21:00:16 Selecting previously unselected package git-man.
21:00:16 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u5_all.deb ...
21:00:16 Unpacking git-man (1:2.11.0-3+deb9u5) ...
21:00:16 Selecting previously unselected package git.
21:00:16 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u5_amd64.deb ...
21:00:16 Unpacking git (1:2.11.0-3+deb9u5) ...
21:00:17 Selecting previously unselected package libpython2.7-minimal:amd64.
21:00:17 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
21:00:17 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
21:00:17 Selecting previously unselected package python2.7-minimal.
21:00:17 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
21:00:17 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
21:00:17 Selecting previously unselected package libssl1.0.2:amd64.
21:00:17 Preparing to unpack .../31-libssl1.0.2_1.0.2u-1~deb9u1_amd64.deb ...
21:00:17 Unpacking libssl1.0.2:amd64 (1.0.2u-1~deb9u1) ...
21:00:17 Selecting previously unselected package mime-support.
21:00:17 Preparing to unpack .../32-mime-support_3.60_all.deb ...
21:00:17 Unpacking mime-support (3.60) ...
21:00:17 Selecting previously unselected package libpython2.7-stdlib:amd64.
21:00:17 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
21:00:17 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
21:00:17 Selecting previously unselected package python2.7.
21:00:17 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
21:00:17 Unpacking python2.7 (2.7.13-2+deb9u3) ...
21:00:17 Selecting previously unselected package binutils.
21:00:17 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
21:00:17 Unpacking binutils (2.28-5) ...
21:00:18 Selecting previously unselected package libisl15:amd64.
21:00:18 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
21:00:18 Unpacking libisl15:amd64 (0.18-1) ...
21:00:18 Selecting previously unselected package libmpfr4:amd64.
21:00:18 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
21:00:18 Unpacking libmpfr4:amd64 (3.1.5-1) ...
21:00:18 Selecting previously unselected package libmpc3:amd64.
21:00:18 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
21:00:18 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
21:00:18 Selecting previously unselected package cpp-6.
21:00:18 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
21:00:18 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package cpp.
21:00:19 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
21:00:19 Unpacking cpp (4:6.3.0-4) ...
21:00:19 Selecting previously unselected package libcurl3:amd64.
21:00:19 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
21:00:19 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
21:00:19 Selecting previously unselected package curl.
21:00:19 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
21:00:19 Unpacking curl (7.52.1-5+deb9u9) ...
21:00:19 Selecting previously unselected package libcc1-0:amd64.
21:00:19 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libgomp1:amd64.
21:00:19 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libitm1:amd64.
21:00:19 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libatomic1:amd64.
21:00:19 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libasan3:amd64.
21:00:19 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package liblsan0:amd64.
21:00:19 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libtsan0:amd64.
21:00:19 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libubsan0:amd64.
21:00:19 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
21:00:19 Selecting previously unselected package libcilkrts5:amd64.
21:00:19 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
21:00:19 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
21:00:20 Selecting previously unselected package libmpx2:amd64.
21:00:20 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
21:00:20 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
21:00:20 Selecting previously unselected package libquadmath0:amd64.
21:00:20 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
21:00:20 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
21:00:20 Selecting previously unselected package libgcc-6-dev:amd64.
21:00:20 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
21:00:20 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
21:00:20 Selecting previously unselected package gcc-6.
21:00:20 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
21:00:20 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
21:00:21 Selecting previously unselected package gcc.
21:00:21 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
21:00:21 Unpacking gcc (4:6.3.0-4) ...
21:00:21 Selecting previously unselected package libc-dev-bin.
21:00:21 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
21:00:21 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
21:00:21 Selecting previously unselected package linux-libc-dev:amd64.
21:00:21 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ...
21:00:21 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
21:00:21 Selecting previously unselected package libc6-dev:amd64.
21:00:21 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
21:00:21 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
21:00:21 Selecting previously unselected package libexpat1-dev:amd64.
21:00:21 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
21:00:21 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
21:00:21 Selecting previously unselected package libffi-dev:amd64.
21:00:21 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
21:00:21 Unpacking libffi-dev:amd64 (3.2.1-6) ...
21:00:21 Selecting previously unselected package libpython2.7:amd64.
21:00:21 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
21:00:21 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
21:00:21 Selecting previously unselected package libpython2.7-dev:amd64.
21:00:21 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
21:00:21 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
21:00:24 Selecting previously unselected package libssl-dev:amd64.
21:00:24 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
21:00:24 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
21:00:24 Selecting previously unselected package make.
21:00:24 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
21:00:24 Unpacking make (4.1-9.1) ...
21:00:24 Selecting previously unselected package python2.7-dev.
21:00:24 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
21:00:24 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
21:00:24 Selecting previously unselected package zlib1g-dev:amd64.
21:00:24 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
21:00:24 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
21:00:24 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
21:00:24 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
21:00:24 Setting up libnettle6:amd64 (3.3-1+b2) ...
21:00:24 Setting up git-man (1:2.11.0-3+deb9u5) ...
21:00:24 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up make (4.1-9.1) ...
21:00:24 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
21:00:24 Setting up mime-support (3.60) ...
21:00:24 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
21:00:24 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
21:00:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:00:24 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
21:00:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ...
21:00:24 Setting up libffi-dev:amd64 (3.2.1-6) ...
21:00:24 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
21:00:24 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up perl (5.24.1-3+deb9u5) ...
21:00:24 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
21:00:24 update-alternatives: warning: skip creation of /usr/share/man/man1/rename.1.gz because associated file /usr/share/man/man1/prename.1.gz (of link group rename) doesn't exist
21:00:24 Setting up libssl1.0.2:amd64 (1.0.2u-1~deb9u1) ...
21:00:24 debconf: unable to initialize frontend: Dialog
21:00:24 debconf: (TERM is not set, so the dialog frontend is not usable.)
21:00:24 debconf: falling back to frontend: Readline
21:00:24 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
21:00:24 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
21:00:24 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
21:00:24 Processing triggers for libc-bin (2.24-11+deb9u4) ...
21:00:24 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
21:00:24 Setting up libp11-kit0:amd64 (0.23.3-2) ...
21:00:24 Setting up libmpfr4:amd64 (3.1.5-1) ...
21:00:24 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
21:00:24 Setting up binutils (2.28-5) ...
21:00:24 Setting up libc-dev-bin (2.24-11+deb9u4) ...
21:00:24 Setting up libkeyutils1:amd64 (1.5.9-9) ...
21:00:24 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
21:00:24 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
21:00:24 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
21:00:25 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
21:00:25 Setting up libidn11:amd64 (1.33-1) ...
21:00:25 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
21:00:25 Linking and byte-compiling packages for runtime python2.7...
21:00:25 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
21:00:25 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
21:00:25 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
21:00:25 Setting up liberror-perl (0.17024-1) ...
21:00:25 Setting up libpsl5:amd64 (0.17.0-3) ...
21:00:25 Setting up python2.7 (2.7.13-2+deb9u3) ...
21:00:25 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
21:00:25 Setting up libhogweed4:amd64 (3.3-1+b2) ...
21:00:25 Setting up libisl15:amd64 (0.18-1) ...
21:00:25 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
21:00:25 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
21:00:25 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
21:00:25 Setting up cpp-6 (6.3.0-18+deb9u1) ...
21:00:26 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
21:00:26 Setting up cpp (4:6.3.0-4) ...
21:00:26 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
21:00:26 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
21:00:26 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
21:00:26 Setting up gcc-6 (6.3.0-18+deb9u1) ...
21:00:26 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
21:00:26 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
21:00:26 Setting up gcc (4:6.3.0-4) ...
21:00:26 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
21:00:26 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
21:00:26 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
21:00:26 Setting up git (1:2.11.0-3+deb9u5) ...
21:00:26 Setting up curl (7.52.1-5+deb9u9) ...
21:00:26 Processing triggers for libc-bin (2.24-11+deb9u4) ...
21:00:30 Removing intermediate container e4580a0b4dda
21:00:30  ---> e29c4c91cd1d
21:00:30 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
21:00:30  ---> e29c4c91cd1d
21:00:30 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
21:00:30  ---> df0ce8dc5a0e
21:00:30 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
21:00:30  ---> Running in 5be890cdc94f
21:00:30 Removing intermediate container 5be890cdc94f
21:00:30  ---> 0c99f52334ae
21:00:30 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
21:00:31  ---> 24dd88c9ecc4
21:00:31 Step 18/32 : WORKDIR /code/
21:00:31  ---> Running in 29e3f1662c62
21:00:31 Removing intermediate container 29e3f1662c62
21:00:31  ---> b2d1c9315218
21:00:31 Step 19/32 : RUN pip install virtualenv==16.2.0
21:00:32  ---> Running in 8ad9bdac28b3
21:00:38 Collecting virtualenv==16.2.0
21:00:38   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
21:00:39 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
21:00:39 Installing collected packages: virtualenv
21:00:39 Successfully installed virtualenv-16.2.0
21:00:43 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
21:00:43 You should consider upgrading via the 'pip install --upgrade pip' command.
21:00:44 Removing intermediate container 8ad9bdac28b3
21:00:44  ---> 70462c997008
21:00:44 Step 20/32 : RUN pip install tox==2.9.1
21:00:44  ---> Running in 98c05d4aefd4
21:00:49 Collecting tox==2.9.1
21:00:50   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
21:00:50 Collecting six
21:00:50   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
21:00:50 Collecting py>=1.4.17
21:00:50   Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB)
21:00:50 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
21:00:50 Collecting pluggy<1.0,>=0.3.0
21:00:50   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
21:00:50 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
21:00:50 Collecting importlib-metadata>=0.12; python_version < "3.8"
21:00:50   Downloading https://files.pythonhosted.org/packages/e9/71/1a1e0ed0981bb6a67bce55a210f168126b7ebd2065958673797ea66489ca/importlib_metadata-1.3.0-py2.py3-none-any.whl
21:00:50 Collecting zipp>=0.5
21:00:50   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
21:00:50 Collecting more-itertools
21:00:50   Downloading https://files.pythonhosted.org/packages/68/03/0604cec1ea13c9f063dd50f900d1a36160334dd3cfb01fd0e638f61b46ba/more_itertools-8.0.2-py3-none-any.whl (40kB)
21:00:50 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
21:00:50 Successfully installed importlib-metadata-1.3.0 more-itertools-8.0.2 pluggy-0.13.1 py-1.8.1 six-1.13.0 tox-2.9.1 zipp-0.6.0
21:00:50 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
21:00:50 You should consider upgrading via the 'pip install --upgrade pip' command.
21:00:51 Removing intermediate container 98c05d4aefd4
21:00:51  ---> c8b80985ef83
21:00:51 Step 21/32 : COPY requirements.txt .
21:00:51  ---> 9b2d75a19b39
21:00:51 Step 22/32 : COPY requirements-dev.txt .
21:00:51  ---> d29051019215
21:00:51 Step 23/32 : COPY .pre-commit-config.yaml .
21:00:51  ---> 0f1ff135c24b
21:00:51 Step 24/32 : COPY tox.ini .
21:00:52  ---> 1701f573f2d4
21:00:52 Step 25/32 : COPY setup.py .
21:00:52  ---> b760d36487f9
21:00:52 Step 26/32 : COPY README.md .
21:00:52  ---> addac6cb4dd1
21:00:52 Step 27/32 : COPY compose compose/
21:00:52  ---> d5de58f355e8
21:00:52 Step 28/32 : RUN tox --notest
21:00:52  ---> Running in 2fc127e859fd
21:00:53 py27 create: /code/.tox/py27
21:01:06 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:01:24 py27 develop-inst: /code
21:01:32 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0
21:01:32 py37 create: /code/.tox/py37
21:01:44 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:02:02 py37 develop-inst: /code
21:02:02 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
21:02:02 pre-commit create: /code/.tox/pre-commit
21:02:12 pre-commit installdeps: pre-commit
21:02:24 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0
21:02:24 ___________________________________ summary ____________________________________
21:02:24   py27: skipped tests
21:02:24   py37: skipped tests
21:02:24   pre-commit: skipped tests
21:02:24   congratulations :)
21:02:27 Removing intermediate container 2fc127e859fd
21:02:27  ---> 33437520cac1
21:02:27 Step 29/32 : COPY . .
21:02:27  ---> 7c10fd1ad830
21:02:27 Step 30/32 : ARG GIT_COMMIT=unknown
21:02:27  ---> Running in 0ac7c2244d95
21:02:27 Removing intermediate container 0ac7c2244d95
21:02:27  ---> 6dad2211ac0e
21:02:27 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
21:02:27  ---> Running in bf842a40e0a5
21:02:28 Removing intermediate container bf842a40e0a5
21:02:28  ---> 1ae5409ac964
21:02:28 Step 32/32 : RUN script/build/linux-entrypoint
21:02:28  ---> Running in 7d009a4a5308
21:02:28 + CODE_PATH=/code
21:02:28 + VENV=/code/.tox/py37
21:02:28 + cd /code
21:02:28 + mkdir -p dist
21:02:28 + chmod 777 dist
21:02:28 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
21:02:46 + '[' -z f55b93735c135bd3207c6828ec1747458218beb3 ']'
21:02:46 + echo f55b93735c135bd3207c6828ec1747458218beb3
21:02:46 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:02:46 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:02:46 + '[' '!' -z '' ']'
21:02:46 NOT compiling bootloader!!!
21:02:46 + echo 'NOT compiling bootloader!!!'
21:02:46 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
21:02:46 37 INFO: PyInstaller: 3.5
21:02:46 37 INFO: Python: 3.7.4
21:02:46 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
21:02:46 39 INFO: UPX is not available.
21:02:46 41 INFO: Extending PYTHONPATH with paths
21:02:46 ['/code/bin', '/code']
21:02:46 41 INFO: checking Analysis
21:02:46 41 INFO: Building Analysis because Analysis-00.toc is non existent
21:02:46 41 INFO: Initializing module dependency graph...
21:02:46 42 INFO: Initializing module graph hooks...
21:02:46 43 INFO: Analyzing base_library.zip ...
21:02:49 2599 INFO: running Analysis Analysis-00.toc
21:02:49 2616 INFO: Caching module hooks...
21:02:49 2619 INFO: Analyzing bin/docker-compose
21:02:49 2708 INFO: Processing pre-find module path hook   distutils
21:02:49 2708 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
21:02:50 2889 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
21:02:50 3767 INFO: Processing pre-safe import module hook   six.moves
21:02:53 6182 INFO: Loading module hooks...
21:02:53 6182 INFO: Loading module hook "hook-certifi.py"...
21:02:53 6183 INFO: Loading module hook "hook-jsonschema.py"...
21:02:53 6184 INFO: Loading module hook "hook-xml.py"...
21:02:53 6223 INFO: Loading module hook "hook-nacl.py"...
21:02:53 6225 INFO: Loading module hook "hook-distutils.py"...
21:02:53 6227 INFO: Loading module hook "hook-pkg_resources.py"...
21:02:53 6401 INFO: Processing pre-safe import module hook   win32com
21:02:53 6562 INFO: Loading module hook "hook-pydoc.py"...
21:02:53 6562 INFO: Loading module hook "hook-sysconfig.py"...
21:02:53 6568 INFO: Loading module hook "hook-encodings.py"...
21:02:53 6612 INFO: Loading module hook "hook-cryptography.py"...
21:02:53 6765 INFO: Looking for ctypes DLLs
21:02:53 6796 INFO: Analyzing run-time hooks ...
21:02:53 6804 INFO: Including run-time hook 'pyi_rth_certifi.py'
21:02:53 6805 INFO: Including run-time hook 'pyi_rth_pkgres.py'
21:02:53 6815 INFO: Looking for dynamic libraries
21:02:54 7406 INFO: Looking for eggs
21:02:54 7407 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
21:02:54 7416 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
21:02:54 7469 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
21:02:54 7491 INFO: checking PYZ
21:02:54 7491 INFO: Building PYZ because PYZ-00.toc is non existent
21:02:54 7491 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
21:02:55 8187 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
21:02:55 8197 INFO: checking PKG
21:02:55 8197 INFO: Building PKG because PKG-00.toc is non existent
21:02:55 8197 INFO: Building PKG (CArchive) PKG-00.pkg
21:03:05 17928 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
21:03:05 17932 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
21:03:05 17932 INFO: checking EXE
21:03:05 17932 INFO: Building EXE because EXE-00.toc is non existent
21:03:05 17932 INFO: Building EXE from EXE-00.toc
21:03:05 17932 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
21:03:05 17992 INFO: Building EXE from EXE-00.toc completed successfully.
21:03:05 + ls -la dist/
21:03:05 total 16648
21:03:05 drwxrwxrwx 2 root root     4096 Jan  6 21:03 .
21:03:05 drwxr-xr-x 1 root root     4096 Jan  6 21:02 ..
21:03:05 -rwxr-xr-x 1 root root 17031368 Jan  6 21:03 docker-compose
21:03:05 + ldd dist/docker-compose
21:03:05 	linux-vdso.so.1 (0x00007ffc79b2d000)
21:03:05 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4cf7f9e000)
21:03:05 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f4cf7d84000)
21:03:05 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4cf79e5000)
21:03:05 	/lib64/ld-linux-x86-64.so.2 (0x00007f4cf81a2000)
21:03:05 + mv dist/docker-compose /usr/local/bin
21:03:05 + docker-compose version
21:03:05 docker-compose version 1.26.0dev, build f55b93735c135bd3207c6828ec1747458218beb3
21:03:05 docker-py version: 4.1.0
21:03:05 CPython version: 3.7.4
21:03:05 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
21:03:07 Removing intermediate container 7d009a4a5308
21:03:07  ---> e9e040b0c400
21:03:07 Successfully built e9e040b0c400
21:03:07 Successfully tagged dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] sh
21:03:08 + docker push dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3
21:03:08 The push refers to repository [docker.io/dockerbuildbot/compose]
21:03:08 3a4976398c71: Preparing
21:03:08 73b795b67828: Preparing
21:03:08 96f4f6a0b908: Preparing
21:03:08 2c2de15fa829: Preparing
21:03:08 4650a0f473d5: Preparing
21:03:08 15de0d0b8ffe: Preparing
21:03:08 7901a518c27c: Preparing
21:03:08 31a4f211b589: Preparing
21:03:08 efaf06002290: Preparing
21:03:08 89854dc693b6: Preparing
21:03:08 c4b9ccdb0e98: Preparing
21:03:08 a69207088bd1: Preparing
21:03:08 cf03d050027f: Preparing
21:03:08 b822c97bb0a8: Preparing
21:03:08 037c1e9085bb: Preparing
21:03:08 71ff556d3c11: Preparing
21:03:08 99a2e7cd1f0d: Preparing
21:03:08 a8f0218d77da: Preparing
21:03:08 b3edacbcd846: Preparing
21:03:08 896510bee743: Preparing
21:03:08 67ecfc9591c8: Preparing
21:03:08 15de0d0b8ffe: Waiting
21:03:08 7901a518c27c: Waiting
21:03:08 31a4f211b589: Waiting
21:03:08 efaf06002290: Waiting
21:03:08 89854dc693b6: Waiting
21:03:08 c4b9ccdb0e98: Waiting
21:03:08 a69207088bd1: Waiting
21:03:08 cf03d050027f: Waiting
21:03:08 b822c97bb0a8: Waiting
21:03:08 037c1e9085bb: Waiting
21:03:08 71ff556d3c11: Waiting
21:03:08 99a2e7cd1f0d: Waiting
21:03:08 a8f0218d77da: Waiting
21:03:08 b3edacbcd846: Waiting
21:03:08 896510bee743: Waiting
21:03:08 67ecfc9591c8: Waiting
21:03:09 4650a0f473d5: Pushed
21:03:10 73b795b67828: Pushed
21:03:10 2c2de15fa829: Pushed
21:03:11 15de0d0b8ffe: Pushed
21:03:11 31a4f211b589: Pushed
21:03:12 7901a518c27c: Pushed
21:03:12 efaf06002290: Pushed
21:03:13 c4b9ccdb0e98: Pushed
21:03:13 89854dc693b6: Pushed
21:03:15 cf03d050027f: Pushed
21:03:15 a69207088bd1: Pushed
21:03:18 037c1e9085bb: Pushed
21:03:18 3a4976398c71: Pushed
21:03:18 99a2e7cd1f0d: Layer already exists
21:03:18 b3edacbcd846: Layer already exists
21:03:18 a8f0218d77da: Layer already exists
21:03:18 67ecfc9591c8: Layer already exists
21:03:18 896510bee743: Layer already exists
21:03:19 b822c97bb0a8: Pushed
21:03:20 96f4f6a0b908: Pushed
21:03:35 71ff556d3c11: Pushed
21:03:35 debian-f55b93735c135bd3207c6828ec1747458218beb3: digest: sha256:14b45204faedc7ad81e8190c871941098361a40498c120e3525ebc6004419bd2 size: 4718
[Pipeline] echo
21:03:35 dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e86c8d4642769805) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/920dfb42-5ed4-4a33-a429-5fcaea01c21f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
21:03:36 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-f55b93735c135bd3207c6828ec1747458218beb3 /code/script/test/versions.py -n 2 docker/docker-ce recent
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: alpine_19.03.5_py27)
[Pipeline] { (Branch: alpine_19.03.5_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.5_py27)
[Pipeline] { (Branch: debian_19.03.5_py37)
[Pipeline] { (Branch: debian_18.09.9_py27)
[Pipeline] { (Branch: debian_18.09.9_py37)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e86c8d4642769805) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-05bc973359a8c04db) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/a057b1eb-93c3-4599-b6d9-f767d4eb90a1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
21:03:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:03:37 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/c309b47a-06b1-4029-b904-cd97bd7efb1a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
21:03:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:03:37 chowning workspace
[Pipeline] sh
21:03:38 + uname -m
[Pipeline] sh
21:03:38 + uname -m
[Pipeline] sh
21:03:38 + pwd
21:03:38 + id -u
21:03:38 + id -g
21:03:38 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
21:03:38 + pwd
21:03:38 + id -u
21:03:38 + id -g
21:03:38 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:03:39 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
21:03:39 Removing all docker containers
[Pipeline] sh
21:03:39 + docker container ls -aq
[Pipeline] echo
21:03:39 Docker containers have been removed
[Pipeline] echo
21:03:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:03:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=alpine)
[Pipeline] checkout
21:03:39 using credential sf-release-bot.github.ssh
21:03:39 Cloning the remote Git repository
21:03:39 Cloning with configured refspecs honoured and without tags
21:03:39 + docker container ls -aq
[Pipeline] echo
21:03:39 Docker containers have been removed
[Pipeline] echo
21:03:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:03:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5 / baseImage=alpine)
[Pipeline] checkout
21:03:39 using credential sf-release-bot.github.ssh
21:03:39 Cloning the remote Git repository
21:03:39 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
21:03:41 Fetching without tags
21:03:41 Fetching without tags
21:03:41 Checking out Revision f55b93735c135bd3207c6828ec1747458218beb3 (PR-7124)
21:03:41 Checking out Revision f55b93735c135bd3207c6828ec1747458218beb3 (PR-7124)
21:03:41 Commit message: "Forward device requests"
21:03:41 Commit message: "Forward device requests"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f55b93735c135bd3207c6828ec1747458218beb3
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] sh
[Pipeline] sh
21:03:42 + docker info
21:03:42 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:03:42 + docker info
21:03:42 + awk -F :  $1 == "Storage Driver" { print $2; exit }
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
21:03:52 WARNING: No swap limit support
[Pipeline] echo
21:03:52 Using local system's storage driver: 
[Pipeline] sh
21:03:52 WARNING: No swap limit support
[Pipeline] echo
21:03:53 Using local system's storage driver: 
[Pipeline] sh
21:03:53 + pwd
21:03:53 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 --verbose
21:03:53 + pwd
21:03:53 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 --verbose
21:03:53 + docker version
21:03:53 Client: Docker Engine - Community
21:03:53  Version:           18.09.7
21:03:53  API version:       1.39
21:03:53  Go version:        go1.10.8
21:03:53  Git commit:        2d0083d
21:03:53  Built:             Thu Jun 27 17:54:15 2019
21:03:53  OS/Arch:           linux/amd64
21:03:53  Experimental:      false
21:03:53 
21:03:53 Server: Docker Engine - Community
21:03:53  Engine:
21:03:53   Version:          19.03.2
21:03:53   API version:      1.40 (minimum version 1.12)
21:03:53   Go version:       go1.12.8
21:03:53   Git commit:       6a30dfc
21:03:53   Built:            Thu Aug 29 05:27:45 2019
21:03:53   OS/Arch:          linux/amd64
21:03:53   Experimental:     true
21:03:53  containerd:
21:03:53   Version:          1.2.6
21:03:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:03:53  runc:
21:03:53   Version:          1.0.0-rc8
21:03:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:03:53  docker-init:
21:03:53   Version:          0.18.0
21:03:53   GitCommit:        fec3683
21:03:53 + export DOCKER_VERSIONS=19.03.5
21:03:53 + DOCKER_VERSIONS=19.03.5
21:03:53 + STORAGE_DRIVER=overlay
21:03:53 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:03:53 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:03:53 ++ hostname
21:03:53 + GIT_VOLUME=--volumes-from=084419c450fc
21:03:53 + . script/test/all
21:03:53 ++ set -e
21:03:53 ++ echo 'Running lint checks'
21:03:53 Running lint checks
21:03:53 ++ docker run --rm --tty --volumes-from=084419c450fc dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 tox -e pre-commit
21:03:53 + docker version
21:03:53 Client: Docker Engine - Community
21:03:53  Version:           18.09.7
21:03:53  API version:       1.39
21:03:53  Go version:        go1.10.8
21:03:53  Git commit:        2d0083d
21:03:53  Built:             Thu Jun 27 17:54:15 2019
21:03:53  OS/Arch:           linux/amd64
21:03:53  Experimental:      false
21:03:53 
21:03:53 Server: Docker Engine - Community
21:03:53  Engine:
21:03:53   Version:          19.03.2
21:03:53   API version:      1.40 (minimum version 1.12)
21:03:53   Go version:       go1.12.8
21:03:53   Git commit:       6a30dfc
21:03:53   Built:            Thu Aug 29 05:27:45 2019
21:03:53   OS/Arch:          linux/amd64
21:03:53   Experimental:     true
21:03:53  containerd:
21:03:53   Version:          1.2.6
21:03:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:03:53  runc:
21:03:53   Version:          1.0.0-rc8
21:03:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:03:53  docker-init:
21:03:53   Version:          0.18.0
21:03:53   GitCommit:        fec3683
21:03:53 + export DOCKER_VERSIONS=19.03.5
21:03:53 + DOCKER_VERSIONS=19.03.5
21:03:53 + STORAGE_DRIVER=overlay
21:03:53 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:03:53 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:03:53 ++ hostname
21:03:53 + GIT_VOLUME=--volumes-from=d2d080a31b38
21:03:53 + . script/test/all
21:03:53 ++ set -e
21:03:53 ++ echo 'Running lint checks'
21:03:53 Running lint checks
21:03:53 ++ docker run --rm --tty --volumes-from=d2d080a31b38 dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 tox -e pre-commit
21:03:55 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:03:55 pre-commit runtests: PYTHONHASHSEED='3132089333'

21:03:55 pre-commit runtests: commands[0] | pre-commit install

21:03:55 pre-commit installed at .git/hooks/pre-commit

21:03:55 pre-commit runtests: commands[1] | pre-commit run --all-files

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

21:03:55 pre-commit runtests: PYTHONHASHSEED='1966330500'

21:03:55 pre-commit runtests: commands[0] | pre-commit install

21:03:55 pre-commit installed at .git/hooks/pre-commit

21:03:55 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

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

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

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

21:03:56 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

21:03:56 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

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

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

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

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

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

21:04:14 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:04:14 [INFO] Once installed this environment will be reused.

21:04:14 [INFO] This may take a few minutes...

21:04:14 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:04:14 [INFO] Once installed this environment will be reused.

21:04:14 [INFO] This may take a few minutes...

21:04:24 Check for added large files..............................................Passed

21:04:25 Check docstring is first.................................................Passed

21:04:25 Check for merge conflicts................................................Passed

21:04:25 Check Yaml...............................................................Passed

21:04:25 Check JSON...............................................................Passed

21:04:25 Debug Statements (Python)................................................Passed

21:04:26 Fix End of Files.........................................................Passed

21:04:26 Check for added large files..............................................Passed

21:04:26 Check docstring is first.................................................Passed

21:04:26 Check for merge conflicts................................................Passed

21:04:26 Check Yaml...............................................................Passed

21:04:26 Check JSON...............................................................Passed

21:04:26 Debug Statements (Python)................................................Passed

21:04:26 Fix End of Files.........................................................Passed

21:04:34 Flake8...................................................................Failed

21:04:34 - hook id: flake8

21:04:34 - exit code: 1

21:04:34 

21:04:34 compose/service.py:117:23: W291 trailing whitespace

21:04:34 compose/service.py:997:106: E501 line too long (111 > 105 characters)

21:04:34 compose/service.py:1000:9: E303 too many blank lines (2)

21:04:34 

21:04:34 Tests should end in _test.py.............................................Passed

21:04:34 Fix requirements.txt.....................................................Passed

21:04:34 Trim Trailing Whitespace.................................................Failed

21:04:34 - hook id: trailing-whitespace

21:04:34 - exit code: 1

21:04:34 - files were modified by this hook

21:04:34 

21:04:34 Fixing compose/service.py

21:04:34 Fixing compose/config/config_schema_v3.7.json

21:04:34 

21:04:35 Flake8...................................................................Failed

21:04:35 - hook id: flake8

21:04:35 - exit code: 1

21:04:35 

21:04:35 compose/service.py:117:23: W291 trailing whitespace

21:04:35 compose/service.py:997:106: E501 line too long (111 > 105 characters)

21:04:35 compose/service.py:1000:9: E303 too many blank lines (2)

21:04:35 

21:04:35 Tests should end in _test.py.............................................Passed

21:04:35 Fix requirements.txt.....................................................Passed

21:04:35 Trim Trailing Whitespace.................................................Failed

21:04:35 - hook id: trailing-whitespace

21:04:35 - exit code: 1

21:04:35 - files were modified by this hook

21:04:35 

21:04:35 Fixing compose/service.py

21:04:35 Fixing compose/config/config_schema_v3.7.json

21:04:35 

21:04:35 Reorder python imports...................................................Passed

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

21:04:35 ___________________________________ summary ____________________________________

21:04:35 ERROR:   pre-commit: commands failed

21:04:36 Reorder python imports...................................................Passed

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

21:04:36 ___________________________________ summary ____________________________________

21:04:36 ERROR:   pre-commit: commands failed

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.5_py37
21:04:36 Sending interrupt signal to process
Running on ubuntu-1804-overlay2 (i-05bc973359a8c04db) in /home/ubuntu/workspace/compose_PR-7124
[Pipeline] {
[Pipeline] // node
21:04:36 Terminated
21:04:36 script returned exit code 143
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_18.09.9_py37
[Pipeline] }
Failed in branch debian_19.03.5_py27
[Pipeline] }
Failed in branch debian_19.03.5_py37
[Pipeline] }
Failed in branch debian_18.09.9_py27
[Pipeline] }
Failed in branch debian_18.09.9_py37
[Pipeline] }
[Pipeline] withDockerRegistry
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.5_py27
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/a7e2eb30-97d7-4e43-8ab4-8395e4444530/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
21:04:36 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:04:36 chowning workspace
[Pipeline] sh
21:04:37 + uname -m
[Pipeline] sh
21:04:37 + pwd
21:04:37 + id -u
21:04:37 + id -g
21:04:37 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:04:38 Removing all docker containers
[Pipeline] sh
21:04:38 + docker container ls -aq
[Pipeline] echo
21:04:38 Docker containers have been removed
[Pipeline] echo
21:04:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:04:38 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
21:04:38 using credential sf-release-bot.github.ssh
21:04:38 Cloning the remote Git repository
21:04:38 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
21:04:40 Fetching without tags
21:04:40 Checking out Revision f55b93735c135bd3207c6828ec1747458218beb3 (PR-7124)
21:04:40 Commit message: "Forward device requests"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7124/head:refs/remotes/origin/PR-7124
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f55b93735c135bd3207c6828ec1747458218beb3
[Pipeline] sh
21:04:41 + docker info
21:04:41 + awk -F :  $1 == "Storage Driver" { print $2; exit }
21:04:41 WARNING: No swap limit support
[Pipeline] echo
21:04:41 Using local system's storage driver: 
[Pipeline] sh
21:04:42 + pwd
21:04:42 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 --verbose
21:04:42 + docker version
21:04:42 Client: Docker Engine - Community
21:04:42  Version:           18.09.7
21:04:42  API version:       1.39
21:04:42  Go version:        go1.10.8
21:04:42  Git commit:        2d0083d
21:04:42  Built:             Thu Jun 27 17:54:15 2019
21:04:42  OS/Arch:           linux/amd64
21:04:42  Experimental:      false
21:04:42 
21:04:42 Server: Docker Engine - Community
21:04:42  Engine:
21:04:42   Version:          19.03.2
21:04:42   API version:      1.40 (minimum version 1.12)
21:04:42   Go version:       go1.12.8
21:04:42   Git commit:       6a30dfc
21:04:42   Built:            Thu Aug 29 05:27:45 2019
21:04:42   OS/Arch:          linux/amd64
21:04:42   Experimental:     true
21:04:42  containerd:
21:04:42   Version:          1.2.6
21:04:42   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:04:42  runc:
21:04:42   Version:          1.0.0-rc8
21:04:42   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:04:42  docker-init:
21:04:42   Version:          0.18.0
21:04:42   GitCommit:        fec3683
21:04:42 + export DOCKER_VERSIONS=18.09.9
21:04:42 + DOCKER_VERSIONS=18.09.9
21:04:42 + STORAGE_DRIVER=overlay
21:04:42 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:04:42 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
21:04:42 ++ hostname
21:04:42 + GIT_VOLUME=--volumes-from=68f5f6a5b3f8
21:04:42 + . script/test/all
21:04:42 ++ set -e
21:04:42 ++ echo 'Running lint checks'
21:04:42 Running lint checks
21:04:42 ++ docker run --rm --tty --volumes-from=68f5f6a5b3f8 dockerbuildbot/compose:alpine-f55b93735c135bd3207c6828ec1747458218beb3 tox -e pre-commit
21:04:44 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0

21:04:44 pre-commit runtests: PYTHONHASHSEED='978836026'

21:04:44 pre-commit runtests: commands[0] | pre-commit install

21:04:44 pre-commit installed at .git/hooks/pre-commit

21:04:44 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

21:04:45 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

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

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

21:05:03 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

21:05:03 [INFO] Once installed this environment will be reused.

21:05:03 [INFO] This may take a few minutes...

21:05:13 Check for added large files..............................................Passed

21:05:14 Check docstring is first.................................................Passed

21:05:14 Check for merge conflicts................................................Passed

21:05:14 Check Yaml...............................................................Passed

21:05:14 Check JSON...............................................................Passed

21:05:14 Debug Statements (Python)................................................Passed

21:05:15 Fix End of Files.........................................................Passed

21:05:23 Flake8...................................................................Failed

21:05:23 - hook id: flake8

21:05:23 - exit code: 1

21:05:23 

21:05:23 compose/service.py:117:23: W291 trailing whitespace

21:05:23 compose/service.py:997:106: E501 line too long (111 > 105 characters)

21:05:23 compose/service.py:1000:9: E303 too many blank lines (2)

21:05:23 

21:05:23 Tests should end in _test.py.............................................Passed

21:05:23 Fix requirements.txt.....................................................Passed

21:05:23 Trim Trailing Whitespace.................................................Failed

21:05:23 - hook id: trailing-whitespace

21:05:23 - exit code: 1

21:05:23 - files were modified by this hook

21:05:23 

21:05:23 Fixing compose/service.py

21:05:23 Fixing compose/config/config_schema_v3.7.json

21:05:23 

21:05:24 Reorder python imports...................................................Passed

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

21:05:24 ___________________________________ summary ____________________________________

21:05:24 ERROR:   pre-commit: commands failed

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

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE