Skip to content
Failed

Console Output

Pull request #6647 updated
19:14:08 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at abef11b2a6fa5bed4a86c3ebc022fb5e8898217a rather than 7f8ad814d116f45398211186fa7d3c6b35574be0
Obtained Jenkinsfile from abef11b2a6fa5bed4a86c3ebc022fb5e8898217a
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-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/620c3c31-b321-4abf-9f3b-41fd7b9f171e/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
19:15:40 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:15:40 chowning workspace
[Pipeline] sh
19:15:41 + uname -m
[Pipeline] sh
19:15:41 + pwd
19:15:41 + id -u
19:15:41 + id -g
19:15:41 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:15:41 Unable to find image 'busybox:latest' locally
19:15:41 latest: Pulling from library/busybox
19:15:41 0f8c40e1270f: Pulling fs layer
19:15:41 0f8c40e1270f: Verifying Checksum
19:15:41 0f8c40e1270f: Download complete
19:15:42 0f8c40e1270f: Pull complete
19:15:42 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:15:42 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
19:15:45 Removing all docker containers
[Pipeline] sh
19:15:45 + docker container ls -aq
[Pipeline] echo
19:15:45 Docker containers have been removed
[Pipeline] echo
19:15:45 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:15:45 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
19:15:48 using credential sf-release-bot.github.ssh
19:15:48 Cloning the remote Git repository
19:15:48 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
19:15:51 Fetching without tags
19:15:52 Checking out Revision 7f8ad814d116f45398211186fa7d3c6b35574be0 (PR-6647)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f8ad814d116f45398211186fa7d3c6b35574be0
19:15:52 Commit message: "update unit tests"
19:15:52 First time build. Skipping changelog.
[Pipeline] sh
19:15:53 + git rev-parse HEAD
 > git rev-list --no-walk 23de44781dd40da4a84548e022d10761894bcac5 # timeout=10
[Pipeline] sh
19:15:54 + docker pull dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0
19:15:54 Error response from daemon: manifest for dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 not found: manifest unknown: manifest unknown
[Pipeline] sh
19:15:54 + script/build/write-git-sha
19:15:54 + GIT_COMMIT=7f8ad814
19:15:54 + docker build -t dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=7f8ad814d116f45398211186fa7d3c6b35574be0 .
19:15:54 Sending build context to Docker daemon  1.868MB

19:15:55 Step 1/32 : ARG DOCKER_VERSION=18.09.7
19:15:55 Step 2/32 : ARG PYTHON_VERSION=3.7.4
19:15:55 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
19:15:55 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
19:15:55 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
19:15:55 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
19:15:55 Step 7/32 : ARG BUILD_PLATFORM=alpine
19:15:55 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
19:15:55 18.09.7: Pulling from library/docker
19:15:55 050382585609: Pulling fs layer
19:15:55 0bb4ee3360d7: Pulling fs layer
19:15:55 893f09c2afb0: Pulling fs layer
19:15:55 3204ba24bdf5: Pulling fs layer
19:15:55 c7a4c34d84a5: Pulling fs layer
19:15:55 758ee1f25c37: Pulling fs layer
19:15:55 3204ba24bdf5: Waiting
19:15:55 c7a4c34d84a5: Waiting
19:15:55 758ee1f25c37: Waiting
19:15:55 893f09c2afb0: Verifying Checksum
19:15:55 893f09c2afb0: Download complete
19:15:55 0bb4ee3360d7: Verifying Checksum
19:15:55 0bb4ee3360d7: Download complete
19:15:55 050382585609: Verifying Checksum
19:15:55 050382585609: Download complete
19:15:55 c7a4c34d84a5: Verifying Checksum
19:15:55 c7a4c34d84a5: Download complete
19:15:55 758ee1f25c37: Verifying Checksum
19:15:55 758ee1f25c37: Download complete
19:15:56 050382585609: Pull complete
19:15:56 0bb4ee3360d7: Pull complete
19:15:56 893f09c2afb0: Pull complete
19:15:56 3204ba24bdf5: Verifying Checksum
19:15:56 3204ba24bdf5: Download complete
19:15:59 3204ba24bdf5: Pull complete
19:16:00 c7a4c34d84a5: Pull complete
19:16:00 758ee1f25c37: Pull complete
19:16:00 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
19:16:00 Status: Downloaded newer image for docker:18.09.7
19:16:00  ---> 108a4437ed8c
19:16:00 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
19:16:00 3.7.4-alpine3.10: Pulling from library/python
19:16:00 9d48c3bd43c5: Pulling fs layer
19:16:00 c0ea575d71b9: Pulling fs layer
19:16:00 0f535eceebd5: Pulling fs layer
19:16:00 8a30f5893bea: Pulling fs layer
19:16:00 287089fe229e: Pulling fs layer
19:16:00 8a30f5893bea: Waiting
19:16:00 287089fe229e: Waiting
19:16:00 c0ea575d71b9: Verifying Checksum
19:16:00 c0ea575d71b9: Download complete
19:16:00 9d48c3bd43c5: Verifying Checksum
19:16:00 9d48c3bd43c5: Download complete
19:16:00 8a30f5893bea: Verifying Checksum
19:16:00 8a30f5893bea: Download complete
19:16:00 287089fe229e: Verifying Checksum
19:16:00 287089fe229e: Download complete
19:16:00 0f535eceebd5: Verifying Checksum
19:16:00 0f535eceebd5: Download complete
19:16:01 9d48c3bd43c5: Pull complete
19:16:01 c0ea575d71b9: Pull complete
19:16:03 0f535eceebd5: Pull complete
19:16:03 8a30f5893bea: Pull complete
19:16:04 287089fe229e: Pull complete
19:16:04 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
19:16:04 Status: Downloaded newer image for python:3.7.4-alpine3.10
19:16:04  ---> f309434dea3a
19:16:04 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
19:16:07  ---> Running in 28184061797d
19:16:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
19:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
19:16:09 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r0)
19:16:09 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r0)
19:16:09 (3/34) Installing bash (5.0.0-r0)
19:16:09 Executing bash-5.0.0-r0.post-install
19:16:09 (4/34) Installing binutils (2.32-r0)
19:16:09 (5/34) Installing libmagic (5.37-r1)
19:16:09 (6/34) Installing file (5.37-r1)
19:16:09 (7/34) Installing gmp (6.1.2-r1)
19:16:09 (8/34) Installing isl (0.18-r0)
19:16:09 (9/34) Installing libgomp (8.3.0-r0)
19:16:09 (10/34) Installing libatomic (8.3.0-r0)
19:16:09 (11/34) Installing libgcc (8.3.0-r0)
19:16:09 (12/34) Installing mpfr3 (3.1.5-r1)
19:16:09 (13/34) Installing mpc1 (1.1.0-r0)
19:16:09 (14/34) Installing libstdc++ (8.3.0-r0)
19:16:09 (15/34) Installing gcc (8.3.0-r0)
19:16:10 (16/34) Installing musl-dev (1.1.22-r3)
19:16:10 (17/34) Installing libc-dev (0.7.1-r0)
19:16:10 (18/34) Installing g++ (8.3.0-r0)
19:16:11 (19/34) Installing make (4.2.1-r2)
19:16:11 (20/34) Installing fortify-headers (1.1-r0)
19:16:11 (21/34) Installing build-base (0.5-r1)
19:16:11 (22/34) Installing nghttp2-libs (1.39.2-r0)
19:16:11 (23/34) Installing libcurl (7.66.0-r0)
19:16:11 (24/34) Installing curl (7.66.0-r0)
19:16:11 (25/34) Installing pcre2 (10.33-r0)
19:16:11 (26/34) Installing git (2.22.0-r0)
19:16:11 (27/34) Installing linux-headers (4.19.36-r0)
19:16:11 (28/34) Installing pkgconf (1.6.1-r1)
19:16:11 (29/34) Installing libffi-dev (3.2.1-r6)
19:16:11 (30/34) Installing openssl (1.1.1d-r0)
19:16:11 (31/34) Installing openssl-dev (1.1.1d-r0)
19:16:12 (32/34) Installing python2 (2.7.16-r1)
19:16:12 (33/34) Installing python2-dev (2.7.16-r1)
19:16:12 (34/34) Installing zlib-dev (1.2.11-r1)
19:16:12 Executing busybox-1.30.1-r2.trigger
19:16:12 Executing ca-certificates-20190108-r0.trigger
19:16:12 OK: 266 MiB in 67 packages
19:16:21 Removing intermediate container 28184061797d
19:16:21  ---> c361329087b8
19:16:21 Step 11/32 : ENV BUILD_BOOTLOADER=1
19:16:21  ---> Running in 3325da4eb007
19:16:21 Removing intermediate container 3325da4eb007
19:16:21  ---> d0a932ef4167
19:16:21 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
19:16:21 3.7.4-slim-stretch: Pulling from library/python
19:16:21 80369df48736: Pulling fs layer
19:16:21 aaba0609d543: Pulling fs layer
19:16:21 33536ac8210e: Pulling fs layer
19:16:21 35aa8bff600e: Pulling fs layer
19:16:21 6e4c9666aa4e: Pulling fs layer
19:16:21 35aa8bff600e: Waiting
19:16:21 6e4c9666aa4e: Waiting
19:16:21 aaba0609d543: Verifying Checksum
19:16:21 aaba0609d543: Download complete
19:16:21 35aa8bff600e: Verifying Checksum
19:16:21 35aa8bff600e: Download complete
19:16:21 80369df48736: Verifying Checksum
19:16:21 80369df48736: Download complete
19:16:21 6e4c9666aa4e: Verifying Checksum
19:16:21 6e4c9666aa4e: Download complete
19:16:21 33536ac8210e: Verifying Checksum
19:16:21 33536ac8210e: Download complete
19:16:23 80369df48736: Pull complete
19:16:23 aaba0609d543: Pull complete
19:16:25 33536ac8210e: Pull complete
19:16:25 35aa8bff600e: Pull complete
19:16:26 6e4c9666aa4e: Pull complete
19:16:26 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
19:16:26 Status: Downloaded newer image for python:3.7.4-slim-stretch
19:16:26  ---> fad2b9f06d3b
19:16: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
19:16:27  ---> Running in 1481b325c5a8
19:16:29 Ign:1 http://deb.debian.org/debian stretch InRelease
19:16:29 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
19:16:29 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
19:16:29 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
19:16:29 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
19:16:29 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB]
19:16:29 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
19:16:29 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
19:16:30 Fetched 7919 kB in 2s (2877 kB/s)
19:16:31 Reading package lists...
19:16:32 Reading package lists...
19:16:32 Building dependency tree...
19:16:32 Reading state information...
19:16:33 openssl is already the newest version (1.1.0l-1~deb9u1).
19:16:33 openssl set to manually installed.
19:16:33 The following additional packages will be installed:
19:16:33   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
19:16:33   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
19:16:33   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
19:16:33   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
19:16:33   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
19:16:33   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
19:16:33   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
19:16:33   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
19:16:33   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
19:16:33   python2.7-minimal
19:16:33 Suggested packages:
19:16:33   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
19:16:33   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
19:16:33   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
19:16:33   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
19:16:33   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
19:16:33   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
19:16:33   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
19:16:33   | libterm-readline-perl-perl python2.7-doc binfmt-support
19:16:33 Recommended packages:
19:16:33   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
19:16:33   libsasl2-modules libssl-doc bzip2 file xz-utils rename
19:16:33 The following NEW packages will be installed:
19:16:33   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
19:16:33   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
19:16:33   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
19:16:33   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
19:16:33   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
19:16:33   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
19:16:33   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
19:16:33   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
19:16:33   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
19:16:33   libubsan0 libunistring0 linux-libc-dev make mime-support perl
19:16:33   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
19:16:34 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
19:16:34 Need to get 79.6 MB of archives.
19:16:34 After this operation, 271 MB of additional disk space will be used.
19:16:34 Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
19:16:34 Get:2 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
19:16:34 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2t-1~deb9u1 [1304 kB]
19:16:34 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u1 [1446 kB]
19:16:34 Get:5 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
19:16:34 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
19:16:34 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
19:16:34 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
19:16:34 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
19:16:34 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
19:16:34 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
19:16:34 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
19:16:34 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
19:16:34 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
19:16:34 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
19:16:34 Get:16 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
19:16:34 Get:17 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
19:16:34 Get:18 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
19:16:34 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
19:16:34 Get:20 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
19:16:34 Get:21 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
19:16:34 Get:22 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
19:16:34 Get:23 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
19:16:34 Get:24 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
19:16:34 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
19:16:34 Get:26 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
19:16:34 Get:27 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
19:16:34 Get:28 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
19:16:34 Get:29 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
19:16:34 Get:30 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
19:16:34 Get:31 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
19:16:34 Get:32 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u4 [1433 kB]
19:16:34 Get:33 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u4 [4167 kB]
19:16:35 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
19:16:35 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
19:16:35 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
19:16:35 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
19:16:35 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
19:16:35 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
19:16:35 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
19:16:35 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
19:16:35 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
19:16:35 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
19:16:35 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
19:16:35 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
19:16:35 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
19:16:35 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
19:16:35 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
19:16:35 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
19:16:35 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
19:16:35 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
19:16:35 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
19:16:35 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
19:16:35 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
19:16:35 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
19:16:35 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
19:16:35 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
19:16:35 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
19:16:35 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
19:16:35 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
19:16:35 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
19:16:35 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
19:16:35 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
19:16:35 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
19:16:35 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
19:16:36 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
19:16:36 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
19:16:36 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
19:16:36 debconf: delaying package configuration, since apt-utils is not installed
19:16:36 Fetched 79.6 MB in 2s (26.8 MB/s)
19:16:36 Selecting previously unselected package perl-modules-5.24.
19:16: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.)
19:16:36 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
19:16:36 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
19:16:37 Selecting previously unselected package libperl5.24:amd64.
19:16:37 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
19:16:37 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
19:16:38 Selecting previously unselected package perl.
19:16:38 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
19:16:38 Unpacking perl (5.24.1-3+deb9u5) ...
19:16:38 Selecting previously unselected package libgmp10:amd64.
19:16:38 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
19:16:38 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
19:16:38 Selecting previously unselected package libnettle6:amd64.
19:16:38 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
19:16:38 Unpacking libnettle6:amd64 (3.3-1+b2) ...
19:16:38 Selecting previously unselected package libhogweed4:amd64.
19:16:38 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
19:16:38 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
19:16:38 Selecting previously unselected package libidn11:amd64.
19:16:38 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
19:16:38 Unpacking libidn11:amd64 (1.33-1) ...
19:16:38 Selecting previously unselected package libp11-kit0:amd64.
19:16:38 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
19:16:38 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
19:16:38 Selecting previously unselected package libtasn1-6:amd64.
19:16:38 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
19:16:38 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
19:16:38 Selecting previously unselected package libgnutls30:amd64.
19:16:38 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
19:16:38 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
19:16:38 Selecting previously unselected package libkeyutils1:amd64.
19:16:38 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
19:16:38 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
19:16:38 Selecting previously unselected package libkrb5support0:amd64.
19:16:38 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
19:16:38 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
19:16:38 Selecting previously unselected package libk5crypto3:amd64.
19:16:38 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
19:16:38 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
19:16:38 Selecting previously unselected package libkrb5-3:amd64.
19:16:38 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
19:16:38 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
19:16:38 Selecting previously unselected package libgssapi-krb5-2:amd64.
19:16:38 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
19:16:38 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
19:16:38 Selecting previously unselected package libunistring0:amd64.
19:16:38 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
19:16:38 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
19:16:38 Selecting previously unselected package libidn2-0:amd64.
19:16:38 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
19:16:38 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
19:16:38 Selecting previously unselected package libsasl2-modules-db:amd64.
19:16:38 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
19:16:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
19:16:39 Selecting previously unselected package libsasl2-2:amd64.
19:16:39 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
19:16:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
19:16:39 Selecting previously unselected package libldap-common.
19:16:39 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
19:16:39 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
19:16:39 Selecting previously unselected package libldap-2.4-2:amd64.
19:16:39 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
19:16:39 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
19:16:39 Selecting previously unselected package libnghttp2-14:amd64.
19:16:39 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
19:16:39 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
19:16:39 Selecting previously unselected package libpsl5:amd64.
19:16:39 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
19:16:39 Unpacking libpsl5:amd64 (0.17.0-3) ...
19:16:39 Selecting previously unselected package librtmp1:amd64.
19:16:39 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
19:16:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
19:16:39 Selecting previously unselected package libssh2-1:amd64.
19:16:39 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
19:16:39 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
19:16:39 Selecting previously unselected package libcurl3-gnutls:amd64.
19:16:39 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
19:16:39 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
19:16:39 Selecting previously unselected package liberror-perl.
19:16:39 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
19:16:39 Unpacking liberror-perl (0.17024-1) ...
19:16:39 Selecting previously unselected package git-man.
19:16:39 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
19:16:39 Unpacking git-man (1:2.11.0-3+deb9u4) ...
19:16:39 Selecting previously unselected package git.
19:16:39 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u4_amd64.deb ...
19:16:39 Unpacking git (1:2.11.0-3+deb9u4) ...
19:16:40 Selecting previously unselected package libpython2.7-minimal:amd64.
19:16:40 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
19:16:40 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
19:16:40 Selecting previously unselected package python2.7-minimal.
19:16:40 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
19:16:40 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
19:16:40 Selecting previously unselected package libssl1.0.2:amd64.
19:16:40 Preparing to unpack .../31-libssl1.0.2_1.0.2t-1~deb9u1_amd64.deb ...
19:16:40 Unpacking libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
19:16:41 Selecting previously unselected package mime-support.
19:16:41 Preparing to unpack .../32-mime-support_3.60_all.deb ...
19:16:41 Unpacking mime-support (3.60) ...
19:16:41 Selecting previously unselected package libpython2.7-stdlib:amd64.
19:16:41 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
19:16:41 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
19:16:41 Selecting previously unselected package python2.7.
19:16:41 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
19:16:41 Unpacking python2.7 (2.7.13-2+deb9u3) ...
19:16:41 Selecting previously unselected package binutils.
19:16:41 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
19:16:41 Unpacking binutils (2.28-5) ...
19:16:42 Selecting previously unselected package libisl15:amd64.
19:16:42 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
19:16:42 Unpacking libisl15:amd64 (0.18-1) ...
19:16:42 Selecting previously unselected package libmpfr4:amd64.
19:16:42 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
19:16:42 Unpacking libmpfr4:amd64 (3.1.5-1) ...
19:16:42 Selecting previously unselected package libmpc3:amd64.
19:16:42 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
19:16:42 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
19:16:42 Selecting previously unselected package cpp-6.
19:16:42 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
19:16:42 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package cpp.
19:16:43 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
19:16:43 Unpacking cpp (4:6.3.0-4) ...
19:16:43 Selecting previously unselected package libcurl3:amd64.
19:16:43 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
19:16:43 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
19:16:43 Selecting previously unselected package curl.
19:16:43 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
19:16:43 Unpacking curl (7.52.1-5+deb9u9) ...
19:16:43 Selecting previously unselected package libcc1-0:amd64.
19:16:43 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package libgomp1:amd64.
19:16:43 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package libitm1:amd64.
19:16:43 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package libatomic1:amd64.
19:16:43 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package libasan3:amd64.
19:16:43 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package liblsan0:amd64.
19:16:43 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package libtsan0:amd64.
19:16:43 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
19:16:43 Selecting previously unselected package libubsan0:amd64.
19:16:43 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
19:16:43 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
19:16:44 Selecting previously unselected package libcilkrts5:amd64.
19:16:44 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
19:16:44 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
19:16:44 Selecting previously unselected package libmpx2:amd64.
19:16:44 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
19:16:44 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
19:16:44 Selecting previously unselected package libquadmath0:amd64.
19:16:44 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
19:16:44 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
19:16:44 Selecting previously unselected package libgcc-6-dev:amd64.
19:16:44 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
19:16:44 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
19:16:44 Selecting previously unselected package gcc-6.
19:16:44 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
19:16:44 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
19:16:45 Selecting previously unselected package gcc.
19:16:45 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
19:16:45 Unpacking gcc (4:6.3.0-4) ...
19:16:45 Selecting previously unselected package libc-dev-bin.
19:16:45 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
19:16:45 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
19:16:45 Selecting previously unselected package linux-libc-dev:amd64.
19:16:45 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u1_amd64.deb ...
19:16:45 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u1) ...
19:16:46 Selecting previously unselected package libc6-dev:amd64.
19:16:46 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
19:16:46 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
19:16:46 Selecting previously unselected package libexpat1-dev:amd64.
19:16:46 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
19:16:46 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
19:16:46 Selecting previously unselected package libffi-dev:amd64.
19:16:46 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
19:16:46 Unpacking libffi-dev:amd64 (3.2.1-6) ...
19:16:46 Selecting previously unselected package libpython2.7:amd64.
19:16:46 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
19:16:46 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
19:16:46 Selecting previously unselected package libpython2.7-dev:amd64.
19:16:46 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
19:16:46 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
19:16:49 Selecting previously unselected package libssl-dev:amd64.
19:16:49 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
19:16:49 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
19:16:49 Selecting previously unselected package make.
19:16:49 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
19:16:49 Unpacking make (4.1-9.1) ...
19:16:50 Selecting previously unselected package python2.7-dev.
19:16:50 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
19:16:50 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
19:16:50 Selecting previously unselected package zlib1g-dev:amd64.
19:16:50 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
19:16:50 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
19:16:50 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
19:16:50 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
19:16:50 Setting up libnettle6:amd64 (3.3-1+b2) ...
19:16:50 Setting up git-man (1:2.11.0-3+deb9u4) ...
19:16:50 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up make (4.1-9.1) ...
19:16:50 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
19:16:50 Setting up mime-support (3.60) ...
19:16:50 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
19:16:50 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
19:16:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
19:16:50 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u1) ...
19:16:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
19:16:50 Setting up libffi-dev:amd64 (3.2.1-6) ...
19:16:50 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
19:16:50 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up perl (5.24.1-3+deb9u5) ...
19:16:50 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
19:16: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
19:16:50 Setting up libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
19:16:50 debconf: unable to initialize frontend: Dialog
19:16:50 debconf: (TERM is not set, so the dialog frontend is not usable.)
19:16:50 debconf: falling back to frontend: Readline
19:16:50 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
19:16:50 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
19:16:50 Processing triggers for libc-bin (2.24-11+deb9u4) ...
19:16:50 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
19:16:50 Setting up libp11-kit0:amd64 (0.23.3-2) ...
19:16:50 Setting up libmpfr4:amd64 (3.1.5-1) ...
19:16:50 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
19:16:50 Setting up binutils (2.28-5) ...
19:16:50 Setting up libc-dev-bin (2.24-11+deb9u4) ...
19:16:50 Setting up libkeyutils1:amd64 (1.5.9-9) ...
19:16:50 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
19:16:50 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
19:16:50 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
19:16:50 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
19:16:50 Setting up libidn11:amd64 (1.33-1) ...
19:16:50 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
19:16:51 Linking and byte-compiling packages for runtime python2.7...
19:16:51 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
19:16:51 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
19:16:51 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
19:16:51 Setting up liberror-perl (0.17024-1) ...
19:16:51 Setting up libpsl5:amd64 (0.17.0-3) ...
19:16:51 Setting up python2.7 (2.7.13-2+deb9u3) ...
19:16:52 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
19:16:52 Setting up libhogweed4:amd64 (3.3-1+b2) ...
19:16:52 Setting up libisl15:amd64 (0.18-1) ...
19:16:52 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
19:16:52 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
19:16:52 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
19:16:52 Setting up cpp-6 (6.3.0-18+deb9u1) ...
19:16:52 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
19:16:52 Setting up cpp (4:6.3.0-4) ...
19:16:52 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
19:16:52 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
19:16:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
19:16:52 Setting up gcc-6 (6.3.0-18+deb9u1) ...
19:16:52 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
19:16:52 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
19:16:52 Setting up gcc (4:6.3.0-4) ...
19:16:52 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
19:16:52 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
19:16:52 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
19:16:52 Setting up git (1:2.11.0-3+deb9u4) ...
19:16:52 Setting up curl (7.52.1-5+deb9u9) ...
19:16:52 Processing triggers for libc-bin (2.24-11+deb9u4) ...
19:17:00 Removing intermediate container 1481b325c5a8
19:17:00  ---> 29cab1da3d1a
19:17:00 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
19:17:00  ---> d0a932ef4167
19:17:00 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
19:17:00  ---> b0457107fd2f
19:17:00 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
19:17:00  ---> Running in 534243e52bc3
19:17:00 Removing intermediate container 534243e52bc3
19:17:00  ---> 60b8662bfce5
19:17:00 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
19:17:02  ---> a343798109ea
19:17:02 Step 18/32 : WORKDIR /code/
19:17:02  ---> Running in 2690526f7f60
19:17:02 Removing intermediate container 2690526f7f60
19:17:02  ---> e53f008fd042
19:17:02 Step 19/32 : RUN pip install virtualenv==16.2.0
19:17:02  ---> Running in 16ddb4e4b4f1
19:17:09 Collecting virtualenv==16.2.0
19:17:10   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
19:17:10 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
19:17:10 Installing collected packages: virtualenv
19:17:10 Successfully installed virtualenv-16.2.0
19:17:14 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
19:17:14 You should consider upgrading via the 'pip install --upgrade pip' command.
19:17:15 Removing intermediate container 16ddb4e4b4f1
19:17:15  ---> f6e6f959baf9
19:17:15 Step 20/32 : RUN pip install tox==2.9.1
19:17:15  ---> Running in 7a2dc065f047
19:17:21 Collecting tox==2.9.1
19:17:22   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
19:17:22 Collecting pluggy<1.0,>=0.3.0
19:17:22   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
19:17:22 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)
19:17:22 Collecting six
19:17:22   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
19:17:22 Collecting py>=1.4.17
19:17:22   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
19:17:22 Collecting importlib-metadata>=0.12; python_version < "3.8"
19:17:22   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
19:17:22 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)
19:17:22 Collecting zipp>=0.5
19:17:22   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
19:17:22 Collecting more-itertools
19:17:22   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
19:17:23 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
19:17:23 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
19:17:23 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
19:17:23 You should consider upgrading via the 'pip install --upgrade pip' command.
19:17:24 Removing intermediate container 7a2dc065f047
19:17:24  ---> 34ca723b6290
19:17:24 Step 21/32 : COPY requirements.txt .
19:17:24  ---> f2d3848691ba
19:17:24 Step 22/32 : COPY requirements-dev.txt .
19:17:25  ---> 260f1385ad62
19:17:25 Step 23/32 : COPY .pre-commit-config.yaml .
19:17:26  ---> 45595ec5e558
19:17:26 Step 24/32 : COPY tox.ini .
19:17:26  ---> 3c8f123a4ca3
19:17:26 Step 25/32 : COPY setup.py .
19:17:27  ---> 8928b9e246ba
19:17:27 Step 26/32 : COPY README.md .
19:17:27  ---> 87709312d95e
19:17:27 Step 27/32 : COPY compose compose/
19:17:27  ---> 237c83663db6
19:17:27 Step 28/32 : RUN tox --notest
19:17:27  ---> Running in 8184cf87073b
19:17:28 py27 create: /code/.tox/py27
19:17:43 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:19:50 py27 develop-inst: /code
19:19:53 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:19:53 py37 create: /code/.tox/py37
19:20:05 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:22:12 py37 develop-inst: /code
19:22:12 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:22:12 pre-commit create: /code/.tox/pre-commit
19:22:20 pre-commit installdeps: pre-commit
19:22:35 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
19:22:35 ___________________________________ summary ____________________________________
19:22:35   py27: skipped tests
19:22:35   py37: skipped tests
19:22:35   pre-commit: skipped tests
19:22:35   congratulations :)
19:22:36 Removing intermediate container 8184cf87073b
19:22:36  ---> 1dea07927680
19:22:36 Step 29/32 : COPY . .
19:22:36  ---> 9db40a7f926a
19:22:36 Step 30/32 : ARG GIT_COMMIT=unknown
19:22:36  ---> Running in 268f0dd8b7a6
19:22:36 Removing intermediate container 268f0dd8b7a6
19:22:36  ---> 7aa75a4d9576
19:22:36 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
19:22:36  ---> Running in 9f2986ac58b0
19:22:36 Removing intermediate container 9f2986ac58b0
19:22:36  ---> f72dfaff5683
19:22:36 Step 32/32 : RUN script/build/linux-entrypoint
19:22:36  ---> Running in a6f4a566cea7
19:22:37 + CODE_PATH=/code
19:22:37 + VENV=/code/.tox/py37
19:22:37 + cd /code
19:22:37 + mkdir -p dist
19:22:37 + chmod 777 dist
19:22:37 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
19:22:55 + '[' -z 7f8ad814d116f45398211186fa7d3c6b35574be0 ']'
19:22:55 + echo 7f8ad814d116f45398211186fa7d3c6b35574be0
19:22:55 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:22:55 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:22:55 + '[' '!' -z 1 ']'
19:22:55 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
19:22:55 Cloning into '/tmp/pyinstaller'...
19:22:58 + cd /tmp/pyinstaller/bootloader
19:22:58 + git checkout v3.5
19:22:59 Note: checking out 'v3.5'.
19:22:59 
19:22:59 You are in 'detached HEAD' state. You can look around, make experimental
19:22:59 changes and commit them, and you can discard any commits you make in this
19:22:59 state without impacting any branches by performing another checkout.
19:22:59 
19:22:59 If you want to create a new branch to retain commits you create, you may
19:22:59 do so (now or later) by using -b with the checkout command again. Example:
19:22:59 
19:22:59   git checkout -b <new-branch-name>
19:22:59 
19:22:59 HEAD is now at 498e6ee0 Release 3.5.
19:22:59 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
19:22:59 Setting top to                           : /tmp/pyinstaller/bootloader 
19:22:59 Setting out to                           : /tmp/pyinstaller/bootloader/build 
19:22:59 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
19:22:59 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
19:22:59 Checking size of pointer                 : 8 
19:22:59 Platform                                 : Linux-64bit detected based on compiler 
19:22:59 Checking for flags -m64                  : yes 
19:22:59 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
19:22:59 Checking for program 'strip'             : /usr/bin/strip 
19:22:59 Checking for library dl                  : yes 
19:22:59 Checking for library m                   : yes 
19:22:59 Checking for library z                   : yes 
19:22:59 Checking for function unsetenv           : yes 
19:22:59 Checking for function mkdtemp            : yes 
19:22:59 Checking for flags -Wl,--as-needed       : yes 
19:22:59 'configure' finished successfully (0.353s)
19:22:59 'all' finished successfully (0.000s)
19:22:59 'distclean' finished successfully (0.001s)
19:22:59 Setting top to                           : /tmp/pyinstaller/bootloader 
19:22:59 Setting out to                           : /tmp/pyinstaller/bootloader/build 
19:22:59 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
19:22:59 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
19:22:59 Checking size of pointer                 : 8 
19:22:59 Platform                                 : Linux-64bit detected based on compiler 
19:22:59 Checking for flags -m64                  : yes 
19:22:59 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
19:22:59 Checking for program 'strip'             : /usr/bin/strip 
19:22:59 Checking for library dl                  : yes 
19:22:59 Checking for library m                   : yes 
19:22:59 Checking for library z                   : yes 
19:22:59 Checking for function unsetenv           : yes 
19:22:59 Checking for function mkdtemp            : yes 
19:22:59 Checking for flags -Wl,--as-needed       : yes 
19:22:59 'configure' finished successfully (0.313s)
19:22:59 'make_all' finished successfully (0.003s)
19:22:59 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
19:22:59 [ 1/13] Compiling src/pyi_python.c
19:22:59 [ 2/13] Compiling src/pyi_global.c
19:22:59 [ 3/13] Compiling src/main.c
19:23:00 [ 4/13] Compiling src/pyi_utils.c
19:23:00 [ 5/13] Compiling src/pyi_main.c
19:23:00 [ 6/13] Compiling src/pyi_win32_utils.c
19:23:00 [ 7/13] Compiling src/pyi_python27_compat.c
19:23:00 [ 8/13] Compiling src/pyi_pythonlib.c
19:23:00 [ 9/13] Compiling src/pyi_path.c
19:23:00 [10/13] Compiling src/pyi_archive.c
19:23:00 [11/13] Compiling src/pyi_launch.c
19:23:00 [12/13] Linking build/debug/run_d
19:23:00 [13/13] Processing build/debug/run_d
19:23:00 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
19:23:00 'build_debug' finished successfully (0.710s)
19:23:00 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
19:23:00 [ 1/13] Compiling src/pyi_python.c
19:23:00 [ 2/13] Compiling src/pyi_global.c
19:23:00 [ 3/13] Compiling src/main.c
19:23:00 [ 4/13] Compiling src/pyi_archive.c
19:23:00 [ 5/13] Compiling src/pyi_launch.c
19:23:01 [ 6/13] Compiling src/pyi_win32_utils.c
19:23:01 [ 7/13] Compiling src/pyi_main.c
19:23:01 [ 8/13] Compiling src/pyi_pythonlib.c
19:23:01 [ 9/13] Compiling src/pyi_python27_compat.c
19:23:01 [10/13] Compiling src/pyi_utils.c
19:23:01 [11/13] Compiling src/pyi_path.c
19:23:01 [12/13] Linking build/release/run
19:23:01 [13/13] Processing build/release/run
19:23:01 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
19:23:01 'build_release' finished successfully (0.703s)
19:23:01 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
19:23:01 [13/14] Processing build/debug/run_d
19:23:01 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
19:23:01 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
19:23:01 'install_debug' finished successfully (0.014s)
19:23:01 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
19:23:01 [13/14] Processing build/release/run
19:23:01 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
19:23:01 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
19:23:01 'install_release' finished successfully (0.013s)
19:23:01 + /code/.tox/py37/bin/pip3 install ..
19:23:01 Processing /tmp/pyinstaller
19:23:02   Installing build dependencies: started
19:23:07   Installing build dependencies: finished with status 'done'
19:23:07   Getting requirements to build wheel: started
19:23:07   Getting requirements to build wheel: finished with status 'done'
19:23:07     Preparing wheel metadata: started
19:23:07     Preparing wheel metadata: finished with status 'done'
19:23:07 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
19:23:07 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
19:23:07 Building wheels for collected packages: PyInstaller
19:23:07   Building wheel for PyInstaller (PEP 517): started
19:23:08   Building wheel for PyInstaller (PEP 517): finished with status 'done'
19:23:08   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=0490584fee36dd321bb90c5a78b793a3bbfcdebe8afddd57568e8262fd9ade2c
19:23:08   Stored in directory: /tmp/pip-ephem-wheel-cache-950ii55g/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
19:23:08 Successfully built PyInstaller
19:23:08 Installing collected packages: PyInstaller
19:23:08   Found existing installation: PyInstaller 3.5
19:23:08     Uninstalling PyInstaller-3.5:
19:23:08       Successfully uninstalled PyInstaller-3.5
19:23:09 Successfully installed PyInstaller-3.5
19:23:09 + cd /code
19:23:09 + rm -Rf /tmp/pyinstaller
19:23:09 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
19:23:09 40 INFO: PyInstaller: 3.5
19:23:09 40 INFO: Python: 3.7.4
19:23:09 44 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
19:23:09 45 INFO: UPX is not available.
19:23:09 47 INFO: Extending PYTHONPATH with paths
19:23:09 ['/code/bin', '/code']
19:23:09 47 INFO: checking Analysis
19:23:09 47 INFO: Building Analysis because Analysis-00.toc is non existent
19:23:09 48 INFO: Initializing module dependency graph...
19:23:09 50 INFO: Initializing module graph hooks...
19:23:09 51 INFO: Analyzing base_library.zip ...
19:23:12 2551 INFO: running Analysis Analysis-00.toc
19:23:12 2562 INFO: Caching module hooks...
19:23:12 2566 INFO: Analyzing bin/docker-compose
19:23:12 2647 INFO: Processing pre-find module path hook   distutils
19:23:12 2647 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
19:23:12 2822 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
19:23:13 3733 INFO: Processing pre-safe import module hook   six.moves
19:23:16 6079 INFO: Loading module hooks...
19:23:16 6080 INFO: Loading module hook "hook-certifi.py"...
19:23:16 6080 INFO: Loading module hook "hook-jsonschema.py"...
19:23:16 6082 INFO: Loading module hook "hook-xml.py"...
19:23:16 6120 INFO: Loading module hook "hook-nacl.py"...
19:23:16 6122 INFO: Loading module hook "hook-distutils.py"...
19:23:16 6123 INFO: Loading module hook "hook-pkg_resources.py"...
19:23:16 6446 INFO: Processing pre-safe import module hook   win32com
19:23:16 6451 INFO: Loading module hook "hook-pydoc.py"...
19:23:16 6451 INFO: Loading module hook "hook-sysconfig.py"...
19:23:16 6457 INFO: Loading module hook "hook-encodings.py"...
19:23:16 6495 INFO: Loading module hook "hook-cryptography.py"...
19:23:16 6648 INFO: Looking for ctypes DLLs
19:23:16 Illegal option -p
19:23:16 6677 INFO: Analyzing run-time hooks ...
19:23:16 6685 INFO: Including run-time hook 'pyi_rth_certifi.py'
19:23:16 6686 INFO: Including run-time hook 'pyi_rth_pkgres.py'
19:23:16 6695 INFO: Looking for dynamic libraries
19:23:16 6909 INFO: Looking for eggs
19:23:16 6909 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
19:23:16 6918 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
19:23:16 6970 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
19:23:16 6991 INFO: checking PYZ
19:23:16 6991 INFO: Building PYZ because PYZ-00.toc is non existent
19:23:16 6991 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
19:23:17 7703 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
19:23:17 7713 INFO: checking PKG
19:23:17 7713 INFO: Building PKG because PKG-00.toc is non existent
19:23:17 7713 INFO: Building PKG (CArchive) PKG-00.pkg
19:23:29 18767 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
19:23:29 18771 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
19:23:29 18771 INFO: checking EXE
19:23:29 18771 INFO: Building EXE because EXE-00.toc is non existent
19:23:29 18771 INFO: Building EXE from EXE-00.toc
19:23:29 18771 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
19:23:29 18822 INFO: Building EXE from EXE-00.toc completed successfully.
19:23:29 + ls -la dist/
19:23:29 total 17124
19:23:29 drwxrwxrwx    2 root     root          4096 Nov  6 19:23 .
19:23:29 drwxr-xr-x    1 root     root          4096 Nov  6 19:23 ..
19:23:29 -rwxr-xr-x    1 root     root      17519888 Nov  6 19:23 docker-compose
19:23:29 + ldd dist/docker-compose
19:23:29 	/lib/ld-musl-x86_64.so.1 (0x7f8d3a0c5000)
19:23:29 	libz.so.1 => /lib/libz.so.1 (0x7f8d3a08f000)
19:23:29 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f8d3a0c5000)
19:23:29 + mv dist/docker-compose /usr/local/bin
19:23:29 + docker-compose version
19:23:29 docker-compose version 1.25.0dev, build 7f8ad814d116f45398211186fa7d3c6b35574be0
19:23:29 docker-py version: 4.1.0
19:23:29 CPython version: 3.7.4
19:23:29 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
19:23:30 Removing intermediate container a6f4a566cea7
19:23:30  ---> 7fa6d76c1082
19:23:30 Successfully built 7fa6d76c1082
19:23:30 Successfully tagged dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] sh
19:23:31 + docker push dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0
19:23:31 The push refers to repository [docker.io/dockerbuildbot/compose]
19:23:31 1bd76b65343c: Preparing
19:23:31 1f4c9be50bcb: Preparing
19:23:31 d9d1ac818ec0: Preparing
19:23:31 6d4bd24cd3bf: Preparing
19:23:31 87f778e947bd: Preparing
19:23:31 aaa6cea6d488: Preparing
19:23:31 895537100cf8: Preparing
19:23:31 cbf53bf92620: Preparing
19:23:31 15bbab403dd8: Preparing
19:23:31 bf7f8d4f54b3: Preparing
19:23:31 f9bf53631db5: Preparing
19:23:31 38b29c62b360: Preparing
19:23:31 8a6685cb2553: Preparing
19:23:31 42c4f8afbb2d: Preparing
19:23:31 a9feb4814066: Preparing
19:23:31 e6cb99f17018: Preparing
19:23:31 2a8b7fd42278: Preparing
19:23:31 6a1aa47d6606: Preparing
19:23:31 7b66164940a3: Preparing
19:23:31 c5728f2d608b: Preparing
19:23:31 03901b4a2ea8: Preparing
19:23:31 aaa6cea6d488: Waiting
19:23:31 895537100cf8: Waiting
19:23:31 cbf53bf92620: Waiting
19:23:31 15bbab403dd8: Waiting
19:23:31 bf7f8d4f54b3: Waiting
19:23:31 f9bf53631db5: Waiting
19:23:31 38b29c62b360: Waiting
19:23:31 8a6685cb2553: Waiting
19:23:31 42c4f8afbb2d: Waiting
19:23:31 a9feb4814066: Waiting
19:23:31 e6cb99f17018: Waiting
19:23:31 2a8b7fd42278: Waiting
19:23:31 6a1aa47d6606: Waiting
19:23:31 7b66164940a3: Waiting
19:23:31 c5728f2d608b: Waiting
19:23:31 03901b4a2ea8: Waiting
19:23:33 87f778e947bd: Pushed
19:23:33 1f4c9be50bcb: Pushed
19:23:33 6d4bd24cd3bf: Pushed
19:23:35 aaa6cea6d488: Pushed
19:23:35 895537100cf8: Pushed
19:23:35 cbf53bf92620: Pushed
19:23:36 bf7f8d4f54b3: Pushed
19:23:36 f9bf53631db5: Pushed
19:23:37 15bbab403dd8: Pushed
19:23:37 1bd76b65343c: Pushed
19:23:39 8a6685cb2553: Pushed
19:23:41 a9feb4814066: Pushed
19:23:41 2a8b7fd42278: Layer already exists
19:23:41 38b29c62b360: Pushed
19:23:41 7b66164940a3: Layer already exists
19:23:41 6a1aa47d6606: Layer already exists
19:23:41 c5728f2d608b: Layer already exists
19:23:41 03901b4a2ea8: Layer already exists
19:23:42 d9d1ac818ec0: Pushed
19:23:42 42c4f8afbb2d: Pushed
19:23:57 e6cb99f17018: Pushed
19:23:57 alpine-7f8ad814d116f45398211186fa7d3c6b35574be0: digest: sha256:321132ac72035d5fe7fe9af710e27d18ec305c1c5a625e23bf61d7eb89db5848 size: 4715
[Pipeline] echo
19:23:57 dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/713ebf9c-ac43-4478-8453-dffb536d2e8b/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
19:23:57 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 /code/script/test/versions.py -n 2 docker/docker-ce recent
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/d155e304-6c1e-4b59-9365-1cd10723dc8c/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
19:24:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:24:00 chowning workspace
[Pipeline] sh
19:24:00 + uname -m
[Pipeline] sh
19:24:00 + pwd
19:24:00 + id -u
19:24:00 + id -g
19:24:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:24:01 Removing all docker containers
[Pipeline] sh
19:24:02 + docker container ls -aq
[Pipeline] echo
19:24:02 Docker containers have been removed
[Pipeline] echo
19:24:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:24:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
19:24:02 using credential sf-release-bot.github.ssh
19:24:02 Cloning the remote Git repository
19:24:02 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
19:24:04 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
19:24:04 Checking out Revision 7f8ad814d116f45398211186fa7d3c6b35574be0 (PR-6647)
19:24:04 Commit message: "update unit tests"
[Pipeline] sh
19:24:05 + docker pull dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0
19:24:05 Error response from daemon: manifest for dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0 not found: manifest unknown: manifest unknown
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f8ad814d116f45398211186fa7d3c6b35574be0
19:24:05 + script/build/write-git-sha
19:24:05 + GIT_COMMIT=7f8ad814
19:24:05 + docker build -t dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=7f8ad814d116f45398211186fa7d3c6b35574be0 .
19:24:05 Sending build context to Docker daemon  1.868MB

19:24:05 Step 1/32 : ARG DOCKER_VERSION=18.09.7
19:24:05 Step 2/32 : ARG PYTHON_VERSION=3.7.4
19:24:05 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
19:24:05 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
19:24:05 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
19:24:05 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
19:24:05 Step 7/32 : ARG BUILD_PLATFORM=alpine
19:24:05 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
19:24:05  ---> 108a4437ed8c
19:24:05 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
19:24:05  ---> f309434dea3a
19:24: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
19:24:05  ---> Using cache
19:24:05  ---> c361329087b8
19:24:05 Step 11/32 : ENV BUILD_BOOTLOADER=1
19:24:05  ---> Using cache
19:24:05  ---> d0a932ef4167
19:24:05 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
19:24:05  ---> fad2b9f06d3b
19:24:05 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
19:24:05  ---> Using cache
19:24:05  ---> 29cab1da3d1a
19:24:05 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
19:24:05  ---> 29cab1da3d1a
19:24:05 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
19:24:05  ---> 8e8c0a7d099a
19:24:05 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
19:24:05  ---> Running in 252e99a48746
19:24:06 Removing intermediate container 252e99a48746
19:24:06  ---> b201b7cfe1ad
19:24:06 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
19:24:07  ---> 28518c1886b1
19:24:07 Step 18/32 : WORKDIR /code/
19:24:07  ---> Running in 33a9944920ee
19:24:07 Removing intermediate container 33a9944920ee
19:24:07  ---> 283e5df1c867
19:24:07 Step 19/32 : RUN pip install virtualenv==16.2.0
19:24:07  ---> Running in 66e8ab5688eb
19:24:14 Collecting virtualenv==16.2.0
19:24:14   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
19:24:14 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
19:24:14 Installing collected packages: virtualenv
19:24:14 Successfully installed virtualenv-16.2.0
19:24:18 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
19:24:18 You should consider upgrading via the 'pip install --upgrade pip' command.
19:24:19 Removing intermediate container 66e8ab5688eb
19:24:19  ---> faacdef439d0
19:24:19 Step 20/32 : RUN pip install tox==2.9.1
19:24:19  ---> Running in 8de902728ef4
19:24:25 Collecting tox==2.9.1
19:24:26   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
19:24:26 Collecting six
19:24:26   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
19:24:26 Collecting py>=1.4.17
19:24:26   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
19:24:26 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)
19:24:26 Collecting pluggy<1.0,>=0.3.0
19:24:26   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
19:24:26 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)
19:24:26 Collecting importlib-metadata>=0.12; python_version < "3.8"
19:24:26   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
19:24:26 Collecting zipp>=0.5
19:24:26   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
19:24:26 Collecting more-itertools
19:24:26   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
19:24:26 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
19:24:26 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
19:24:26 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
19:24:26 You should consider upgrading via the 'pip install --upgrade pip' command.
19:24:27 Removing intermediate container 8de902728ef4
19:24:27  ---> bb1ae7533b9f
19:24:27 Step 21/32 : COPY requirements.txt .
19:24:27  ---> d2612d5d0ce6
19:24:27 Step 22/32 : COPY requirements-dev.txt .
19:24:27  ---> 7ad33e3672e6
19:24:27 Step 23/32 : COPY .pre-commit-config.yaml .
19:24:27  ---> 75fbd936469e
19:24:27 Step 24/32 : COPY tox.ini .
19:24:27  ---> 3ca5e5cfe81d
19:24:27 Step 25/32 : COPY setup.py .
19:24:28  ---> 117b5d5d7773
19:24:28 Step 26/32 : COPY README.md .
19:24:28  ---> c1f895e72624
19:24:28 Step 27/32 : COPY compose compose/
19:24:28  ---> 71f02f394275
19:24:28 Step 28/32 : RUN tox --notest
19:24:28  ---> Running in da5f1b3f360c
19:24:29 py27 create: /code/.tox/py27
19:24:41 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:25:00 py27 develop-inst: /code
19:25:08 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:25:08 py37 create: /code/.tox/py37
19:25:18 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:25:36 py37 develop-inst: /code
19:25:37 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:25:37 pre-commit create: /code/.tox/pre-commit
19:25:49 pre-commit installdeps: pre-commit
19:26:01 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
19:26:01 ___________________________________ summary ____________________________________
19:26:01   py27: skipped tests
19:26:01   py37: skipped tests
19:26:01   pre-commit: skipped tests
19:26:01   congratulations :)
19:26:03 Removing intermediate container da5f1b3f360c
19:26:03  ---> d69a29747454
19:26:03 Step 29/32 : COPY . .
19:26:04  ---> c98230bb6038
19:26:04 Step 30/32 : ARG GIT_COMMIT=unknown
19:26:04  ---> Running in bfcc89ca2d06
19:26:04 Removing intermediate container bfcc89ca2d06
19:26:04  ---> 58228d948de7
19:26:04 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
19:26:04  ---> Running in 549be0510671
19:26:04 Removing intermediate container 549be0510671
19:26:04  ---> 683aefc738a4
19:26:04 Step 32/32 : RUN script/build/linux-entrypoint
19:26:04  ---> Running in 886719d6f52d
19:26:05 + CODE_PATH=/code
19:26:05 + VENV=/code/.tox/py37
19:26:05 + cd /code
19:26:05 + mkdir -p dist
19:26:05 + chmod 777 dist
19:26:05 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
19:26:23 + '[' -z 7f8ad814d116f45398211186fa7d3c6b35574be0 ']'
19:26:23 + echo 7f8ad814d116f45398211186fa7d3c6b35574be0
19:26:23 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:26:23 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:26:23 + '[' '!' -z '' ']'
19:26:23 + echo 'NOT compiling bootloader!!!'
19:26:23 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
19:26:23 NOT compiling bootloader!!!
19:26:23 37 INFO: PyInstaller: 3.5
19:26:23 38 INFO: Python: 3.7.4
19:26:23 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
19:26:23 40 INFO: UPX is not available.
19:26:23 41 INFO: Extending PYTHONPATH with paths
19:26:23 ['/code/bin', '/code']
19:26:23 41 INFO: checking Analysis
19:26:23 41 INFO: Building Analysis because Analysis-00.toc is non existent
19:26:23 41 INFO: Initializing module dependency graph...
19:26:23 43 INFO: Initializing module graph hooks...
19:26:23 44 INFO: Analyzing base_library.zip ...
19:26:26 2555 INFO: running Analysis Analysis-00.toc
19:26:26 2573 INFO: Caching module hooks...
19:26:26 2577 INFO: Analyzing bin/docker-compose
19:26:26 2659 INFO: Processing pre-find module path hook   distutils
19:26:26 2659 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
19:26:26 2841 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
19:26:27 3717 INFO: Processing pre-safe import module hook   six.moves
19:26:30 6103 INFO: Loading module hooks...
19:26:30 6103 INFO: Loading module hook "hook-certifi.py"...
19:26:30 6104 INFO: Loading module hook "hook-jsonschema.py"...
19:26:30 6105 INFO: Loading module hook "hook-xml.py"...
19:26:30 6145 INFO: Loading module hook "hook-nacl.py"...
19:26:30 6147 INFO: Loading module hook "hook-distutils.py"...
19:26:30 6148 INFO: Loading module hook "hook-pkg_resources.py"...
19:26:30 6285 INFO: Processing pre-safe import module hook   win32com
19:26:30 6485 INFO: Loading module hook "hook-pydoc.py"...
19:26:30 6485 INFO: Loading module hook "hook-sysconfig.py"...
19:26:30 6493 INFO: Loading module hook "hook-encodings.py"...
19:26:30 6537 INFO: Loading module hook "hook-cryptography.py"...
19:26:30 6687 INFO: Looking for ctypes DLLs
19:26:30 6718 INFO: Analyzing run-time hooks ...
19:26:30 6726 INFO: Including run-time hook 'pyi_rth_certifi.py'
19:26:30 6727 INFO: Including run-time hook 'pyi_rth_pkgres.py'
19:26:30 6736 INFO: Looking for dynamic libraries
19:26:30 7257 INFO: Looking for eggs
19:26:30 7257 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
19:26:30 7265 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
19:26:31 7315 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
19:26:31 7336 INFO: checking PYZ
19:26:31 7337 INFO: Building PYZ because PYZ-00.toc is non existent
19:26:31 7337 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
19:26:31 8033 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
19:26:31 8046 INFO: checking PKG
19:26:31 8046 INFO: Building PKG because PKG-00.toc is non existent
19:26:31 8046 INFO: Building PKG (CArchive) PKG-00.pkg
19:26:41 17772 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
19:26:41 17775 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
19:26:41 17775 INFO: checking EXE
19:26:41 17775 INFO: Building EXE because EXE-00.toc is non existent
19:26:41 17775 INFO: Building EXE from EXE-00.toc
19:26:41 17775 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
19:26:41 17828 INFO: Building EXE from EXE-00.toc completed successfully.
19:26:41 + ls -la dist/
19:26:41 total 16648
19:26:41 drwxrwxrwx 2 root root     4096 Nov  6 19:26 .
19:26:41 drwxr-xr-x 1 root root     4096 Nov  6 19:26 ..
19:26:41 -rwxr-xr-x 1 root root 17031840 Nov  6 19:26 docker-compose
19:26:41 + ldd dist/docker-compose
19:26:41 	linux-vdso.so.1 (0x00007ffd106f4000)
19:26:41 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6f76350000)
19:26:41 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f6f76136000)
19:26:41 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6f75d97000)
19:26:41 	/lib64/ld-linux-x86-64.so.2 (0x00007f6f76554000)
19:26:41 + mv dist/docker-compose /usr/local/bin
19:26:41 + docker-compose version
19:26:42 docker-compose version 1.25.0dev, build 7f8ad814d116f45398211186fa7d3c6b35574be0
19:26:42 docker-py version: 4.1.0
19:26:42 CPython version: 3.7.4
19:26:42 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
19:26:43 Removing intermediate container 886719d6f52d
19:26:43  ---> 26238e0c613a
19:26:43 Successfully built 26238e0c613a
19:26:43 Successfully tagged dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] sh
19:26:43 + docker push dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0
19:26:43 The push refers to repository [docker.io/dockerbuildbot/compose]
19:26:43 beebc302d773: Preparing
19:26:43 3983ae730093: Preparing
19:26:43 7f2ea5b905a5: Preparing
19:26:43 d94c6494c95d: Preparing
19:26:43 47139c6d1e1d: Preparing
19:26:43 606147b06a36: Preparing
19:26:43 ac087ef75ef5: Preparing
19:26:43 3a30e171cc95: Preparing
19:26:43 0df71f476b8b: Preparing
19:26:43 0de271b50e69: Preparing
19:26:43 2d9dd36de98f: Preparing
19:26:43 fad3ffa4cc62: Preparing
19:26:43 d522b478f6cd: Preparing
19:26:43 cdc05b8fa52d: Preparing
19:26:43 efc79e0de688: Preparing
19:26:43 d64b56cc801a: Preparing
19:26:43 99a2e7cd1f0d: Preparing
19:26:43 a8f0218d77da: Preparing
19:26:43 b3edacbcd846: Preparing
19:26:43 896510bee743: Preparing
19:26:43 67ecfc9591c8: Preparing
19:26:43 606147b06a36: Waiting
19:26:43 ac087ef75ef5: Waiting
19:26:43 3a30e171cc95: Waiting
19:26:43 0df71f476b8b: Waiting
19:26:43 0de271b50e69: Waiting
19:26:43 2d9dd36de98f: Waiting
19:26:43 fad3ffa4cc62: Waiting
19:26:43 b3edacbcd846: Waiting
19:26:43 896510bee743: Waiting
19:26:43 cdc05b8fa52d: Waiting
19:26:43 efc79e0de688: Waiting
19:26:43 d64b56cc801a: Waiting
19:26:43 99a2e7cd1f0d: Waiting
19:26:43 a8f0218d77da: Waiting
19:26:43 67ecfc9591c8: Waiting
19:26:45 d94c6494c95d: Pushed
19:26:46 47139c6d1e1d: Pushed
19:26:46 3983ae730093: Pushed
19:26:48 606147b06a36: Pushed
19:26:48 ac087ef75ef5: Pushed
19:26:48 3a30e171cc95: Pushed
19:26:49 0de271b50e69: Pushed
19:26:49 0df71f476b8b: Pushed
19:26:50 beebc302d773: Pushed
19:26:50 2d9dd36de98f: Pushed
19:26:56 d522b478f6cd: Pushed
19:26:56 fad3ffa4cc62: Pushed
19:26:56 efc79e0de688: Pushed
19:26:56 99a2e7cd1f0d: Layer already exists
19:26:56 a8f0218d77da: Layer already exists
19:26:56 b3edacbcd846: Layer already exists
19:26:56 896510bee743: Layer already exists
19:26:56 67ecfc9591c8: Layer already exists
19:26:56 cdc05b8fa52d: Pushed
19:26:58 7f2ea5b905a5: Pushed
19:27:10 d64b56cc801a: Pushed
19:27:10 debian-7f8ad814d116f45398211186fa7d3c6b35574be0: digest: sha256:ce2cf8af7ecd53049d67f02e4a3f95ebc7846d23b25498e97985aef4b558a307 size: 4718
[Pipeline] echo
19:27:10 dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/58111360-c062-44c2-870f-fe13630e952a/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
19:27:11 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-7f8ad814d116f45398211186fa7d3c6b35574be0 /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-rc1_py27)
[Pipeline] { (Branch: alpine_19.03.5-rc1_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.5-rc1_py27)
[Pipeline] { (Branch: debian_19.03.5-rc1_py37)
[Pipeline] { (Branch: debian_18.09.9_py27)
[Pipeline] { (Branch: debian_18.09.9_py37)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-05966ee8d08f8709c) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/d227434c-20bb-42d2-b07e-3e666d2a8652/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/62231f36-566f-41b8-9b51-ab1938b97e35/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
19:27:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:27:12 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
19:27:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:27:12 chowning workspace
[Pipeline] sh
19:27:13 + uname -m
[Pipeline] sh
19:27:13 + uname -m
[Pipeline] sh
19:27:13 + pwd
19:27:13 + id -u
19:27:13 + id -g
19:27:13 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:27:13 + pwd
19:27:13 + id -u
19:27:13 + id -g
19:27:13 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:27:14 Removing all docker containers
[Pipeline] sh
19:27:14 + docker container ls -aq
[Pipeline] echo
19:27:14 Docker containers have been removed
[Pipeline] echo
19:27:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:27:14 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=alpine)
[Pipeline] checkout
19:27:14 using credential sf-release-bot.github.ssh
19:27:14 Cloning the remote Git repository
19:27:14 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
19:27:14 Removing all docker containers
[Pipeline] sh
19:27:15 + docker container ls -aq
[Pipeline] echo
19:27:15 Docker containers have been removed
[Pipeline] echo
19:27:15 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:27:15 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=alpine)
[Pipeline] checkout
19:27:15 using credential sf-release-bot.github.ssh
19:27:15 Cloning the remote Git repository
19:27:15 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
19:27:16 Fetching without tags
19:27:16 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
19:27:17 Checking out Revision 7f8ad814d116f45398211186fa7d3c6b35574be0 (PR-6647)
19:27:17 Checking out Revision 7f8ad814d116f45398211186fa7d3c6b35574be0 (PR-6647)
19:27:17 Commit message: "update unit tests"
19:27:17 Commit message: "update unit tests"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f8ad814d116f45398211186fa7d3c6b35574be0
[Pipeline] sh
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f8ad814d116f45398211186fa7d3c6b35574be0
19:27:18 + docker info
19:27:18 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:27:18 + docker info
19:27:18 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:27:18 WARNING: No swap limit support
[Pipeline] echo
19:27:18 Using local system's storage driver: 
[Pipeline] sh
19:27:18 + pwd
19:27:18 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-5 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 --verbose
19:27:18 Unable to find image 'dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0' locally
19:27:18 alpine-7f8ad814d116f45398211186fa7d3c6b35574be0: Pulling from dockerbuildbot/compose
19:27:18 9d48c3bd43c5: Already exists
19:27:18 c0ea575d71b9: Already exists
19:27:18 0f535eceebd5: Already exists
19:27:18 8a30f5893bea: Already exists
19:27:18 287089fe229e: Already exists
19:27:18 3bfa42f08d45: Pulling fs layer
19:27:18 023b6c611d12: Pulling fs layer
19:27:18 1284607e03d1: Pulling fs layer
19:27:18 228eecdc53fd: Pulling fs layer
19:27:18 770e40ec3156: Pulling fs layer
19:27:18 0460d077bcff: Pulling fs layer
19:27:18 6682f19710d3: Pulling fs layer
19:27:18 b429e3cd1970: Pulling fs layer
19:27:18 323015b3acd0: Pulling fs layer
19:27:18 aca137a768cc: Pulling fs layer
19:27:18 c23bb74692d9: Pulling fs layer
19:27:18 ce500c7ba0db: Pulling fs layer
19:27:18 85140d541953: Pulling fs layer
19:27:18 cc102ffe8690: Pulling fs layer
19:27:18 75f81aa03cd6: Pulling fs layer
19:27:18 ed8a0acd2d68: Pulling fs layer
19:27:18 228eecdc53fd: Waiting
19:27:18 770e40ec3156: Waiting
19:27:18 0460d077bcff: Waiting
19:27:18 6682f19710d3: Waiting
19:27:18 b429e3cd1970: Waiting
19:27:18 323015b3acd0: Waiting
19:27:18 aca137a768cc: Waiting
19:27:18 c23bb74692d9: Waiting
19:27:18 ce500c7ba0db: Waiting
19:27:18 85140d541953: Waiting
19:27:18 cc102ffe8690: Waiting
19:27:18 75f81aa03cd6: Waiting
19:27:18 ed8a0acd2d68: Waiting
19:27:18 023b6c611d12: Download complete
19:27:19 228eecdc53fd: Verifying Checksum
19:27:19 228eecdc53fd: Download complete
19:27:19 1284607e03d1: Verifying Checksum
19:27:19 1284607e03d1: Download complete
19:27:19 0460d077bcff: Verifying Checksum
19:27:19 0460d077bcff: Download complete
19:27:19 770e40ec3156: Verifying Checksum
19:27:19 770e40ec3156: Download complete
19:27:19 6682f19710d3: Verifying Checksum
19:27:19 6682f19710d3: Download complete
19:27:19 b429e3cd1970: Verifying Checksum
19:27:19 b429e3cd1970: Download complete
19:27:19 323015b3acd0: Verifying Checksum
19:27:19 323015b3acd0: Download complete
19:27:19 aca137a768cc: Verifying Checksum
19:27:19 aca137a768cc: Download complete
19:27:19 c23bb74692d9: Verifying Checksum
19:27:19 c23bb74692d9: Download complete
19:27:19 ce500c7ba0db: Verifying Checksum
19:27:19 ce500c7ba0db: Download complete
19:27:19 85140d541953: Verifying Checksum
19:27:19 85140d541953: Download complete
19:27:19 75f81aa03cd6: Verifying Checksum
19:27:19 75f81aa03cd6: Download complete
19:27:20 3bfa42f08d45: Verifying Checksum
19:27:20 3bfa42f08d45: Download complete
19:27:20 cc102ffe8690: Verifying Checksum
19:27:20 cc102ffe8690: Download complete
19:27:20 ed8a0acd2d68: Verifying Checksum
19:27:20 ed8a0acd2d68: Download complete
19:27:23 3bfa42f08d45: Pull complete
19:27:23 023b6c611d12: Pull complete
19:27:23 1284607e03d1: Pull complete
19:27:23 228eecdc53fd: Pull complete
19:27:24 770e40ec3156: Pull complete
19:27:24 0460d077bcff: Pull complete
19:27:24 6682f19710d3: Pull complete
19:27:24 b429e3cd1970: Pull complete
19:27:24 323015b3acd0: Pull complete
19:27:24 aca137a768cc: Pull complete
19:27:24 c23bb74692d9: Pull complete
19:27:25 ce500c7ba0db: Pull complete
19:27:25 85140d541953: Pull complete
19:27:26 WARNING: No swap limit support
[Pipeline] echo
19:27:26 Using local system's storage driver: 
[Pipeline] sh
19:27:26 + pwd
19:27:26 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-5 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 --verbose
19:27:27 + docker version
19:27:27 Client: Docker Engine - Community
19:27:27  Version:           18.09.7
19:27:27  API version:       1.39
19:27:27  Go version:        go1.10.8
19:27:27  Git commit:        2d0083d
19:27:27  Built:             Thu Jun 27 17:54:15 2019
19:27:27  OS/Arch:           linux/amd64
19:27:27  Experimental:      false
19:27:27 
19:27:27 Server: Docker Engine - Community
19:27:27  Engine:
19:27:27   Version:          19.03.2
19:27:27   API version:      1.40 (minimum version 1.12)
19:27:27   Go version:       go1.12.8
19:27:27   Git commit:       6a30dfc
19:27:27   Built:            Thu Aug 29 05:27:45 2019
19:27:27   OS/Arch:          linux/amd64
19:27:27   Experimental:     true
19:27:27  containerd:
19:27:27   Version:          1.2.6
19:27:27   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:27:27  runc:
19:27:27   Version:          1.0.0-rc8
19:27:27   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:27:27  docker-init:
19:27:27   Version:          0.18.0
19:27:27   GitCommit:        fec3683
19:27:27 + export DOCKER_VERSIONS=19.03.5-rc1
19:27:27 + DOCKER_VERSIONS=19.03.5-rc1
19:27:27 + STORAGE_DRIVER=overlay
19:27:27 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:27:27 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:27:27 ++ hostname
19:27:27 + GIT_VOLUME=--volumes-from=9dab490c1bd5
19:27:27 + . script/test/all
19:27:27 ++ set -e
19:27:27 ++ echo 'Running lint checks'
19:27:27 Running lint checks
19:27:27 ++ docker run --rm --tty --volumes-from=9dab490c1bd5 dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0 tox -e pre-commit
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’
19:27:27 cc102ffe8690: Pull complete
19:27:27 75f81aa03cd6: Pull complete
19:27:28 ed8a0acd2d68: Pull complete
19:27:28 Digest: sha256:321132ac72035d5fe7fe9af710e27d18ec305c1c5a625e23bf61d7eb89db5848
19:27:28 Status: Downloaded newer image for dockerbuildbot/compose:alpine-7f8ad814d116f45398211186fa7d3c6b35574be0
19:27:29 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:27:29 pre-commit runtests: PYTHONHASHSEED='1184925859'

19:27:29 pre-commit runtests: commands[0] | pre-commit install

19:27:29 pre-commit installed at .git/hooks/pre-commit

19:27:29 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

19:27:29 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

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

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

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

19:27:33 pre-commit runtests: PYTHONHASHSEED='2687307790'

19:27:33 pre-commit runtests: commands[0] | pre-commit install

19:27:33 pre-commit installed at .git/hooks/pre-commit

19:27:33 pre-commit runtests: commands[1] | pre-commit run --all-files

19:27:33 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:27:33 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:27:33 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:27:33 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

19:27:33 [INFO] Once installed this environment will be reused.

19:27:33 [INFO] This may take a few minutes...

19:27:47 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

19:27:47 [INFO] Once installed this environment will be reused.

19:27:47 [INFO] This may take a few minutes...

19:27:51 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

19:27:51 [INFO] Once installed this environment will be reused.

19:27:51 [INFO] This may take a few minutes...

19:28:00 Check for added large files..............................................Passed

19:28:00 Check docstring is first.................................................Passed

19:28:00 Check for merge conflicts................................................Passed

19:28:00 Check Yaml...............................................................Passed

19:28:00 Check JSON...............................................................Passed

19:28:00 Debug Statements (Python)................................................Passed

19:28:00 Fix End of Files.........................................................Passed

19:28:03 Check for added large files..............................................Passed

19:28:03 Check docstring is first.................................................Passed

19:28:03 Check for merge conflicts................................................Passed

19:28:03 Check Yaml...............................................................Passed

19:28:03 Check JSON...............................................................Passed

19:28:04 Debug Statements (Python)................................................Passed

19:28:04 Fix End of Files.........................................................Passed

19:28:08 Flake8...................................................................Failed

19:28:08 hookid: flake8

19:28:08 

19:28:08 tests/unit/cli/main_test.py:95:66: E202 whitespace before '}'

19:28:08 

19:28:08 Tests should end in _test.py.............................................Passed

19:28:08 Fix requirements.txt.....................................................Passed

19:28:08 Trim Trailing Whitespace.................................................Passed

19:28:09 Reorder python imports...................................................Failed

19:28:09 hookid: reorder-python-imports

19:28:09 

19:28:09 Files were modified by this hook. Additional output:

19:28:09 

19:28:09 Reordering imports in tests/unit/cli/main_test.py

19:28:09 

19:28:09 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

19:28:09 ___________________________________ summary ____________________________________

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

19:28:18 pre-commit runtests: PYTHONHASHSEED='1280114920'

19:28:18 pre-commit runtests: commands[0] | pre-commit install

19:28:18 pre-commit installed at .git/hooks/pre-commit

19:28:18 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

19:28:18 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

19:28:18 [INFO] Once installed this environment will be reused.

19:28:18 [INFO] This may take a few minutes...

19:28:36 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

19:28:36 [INFO] Once installed this environment will be reused.

19:28:36 [INFO] This may take a few minutes...

19:28:49 Check for added large files..............................................Passed

19:28:49 Check docstring is first.................................................Passed

19:28:49 Check for merge conflicts................................................Passed

19:28:49 Check Yaml...............................................................Passed

19:28:49 Check JSON...............................................................Passed

19:28:49 Debug Statements (Python)................................................Passed

19:28:49 Fix End of Files.........................................................Passed

19:28:57 Flake8...................................................................Failed

19:28:57 hookid: flake8

19:28:57 

19:28:57 tests/unit/cli/main_test.py:95:66: E202 whitespace before '}'

19:28:57 

19:28:57 Tests should end in _test.py.............................................Passed

19:28:57 Fix requirements.txt.....................................................Passed

19:28:57 Trim Trailing Whitespace.................................................Passed

19:28:58 Reorder python imports...................................................Failed

19:28:58 hookid: reorder-python-imports

19:28:58 

19:28:58 Files were modified by this hook. Additional output:

19:28:58 

19:28:58 Reordering imports in tests/unit/cli/main_test.py

19:28:58 

19:28:58 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

19:28:58 ___________________________________ summary ____________________________________

19:28:58 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