Pull request #6900 updated 13:17:24 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at d7c7e21921fba349f2fc2fa702c07d87166d80c9 rather than 86bb8fbf2360501e29c4cc87f5a45d8934419a3e Obtained Jenkinsfile from d7c7e21921fba349f2fc2fa702c07d87166d80c9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 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 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1604-aufs (i-0f5604bde6ff454c4) in /home/ubuntu/workspace/compose_PR-6900 [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-6900@tmp/d79f74b2-9a69-41b1-88e2-267e66653f25/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 13:17:27 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 13:17:27 chowning workspace [Pipeline] sh 13:17:28 + pwd 13:17:28 + id -u 13:17:28 + id -g 13:17:28 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6900:/workspace busybox chown -R 1000:1000 /workspace 13:17:28 Unable to find image 'busybox:latest' locally 13:17:28 latest: Pulling from library/busybox 13:17:28 9758c28807f2: Pulling fs layer 13:17:28 9758c28807f2: Verifying Checksum 13:17:28 9758c28807f2: Download complete 13:17:28 9758c28807f2: Pull complete 13:17:28 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d 13:17:28 Status: Downloaded newer image for busybox:latest [Pipeline] echo 13:17:29 Removing all docker containers [Pipeline] sh 13:17:29 + docker container ls -aq [Pipeline] echo 13:17:29 Docker containers have been removed [Pipeline] echo 13:17:29 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 13:17:29 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "alpine") [Pipeline] checkout 13:17:29 using credential sf-release-bot.github.ssh 13:17:29 Cloning the remote Git repository 13:17:29 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.7.4' 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 13:17:31 Fetching without tags 13:17:31 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900) 13:17:31 Commit message: "Update compose/project.py" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10 > git rev-list --no-walk e8c0e533895a934aeba70739e8418809c8c88563 # timeout=10 [Pipeline] sh 13:17:32 + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh 13:17:32 + docker pull dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:17:32 Error response from daemon: manifest for dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e not found: manifest unknown: manifest unknown [Pipeline] sh 13:17:33 + script/build/write-git-sha 13:17:33 + GIT_COMMIT=86bb8fb 13:17:33 + docker build -t dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=86bb8fbf2360501e29c4cc87f5a45d8934419a3e . 13:17:33 Sending build context to Docker daemon 1.861MB 13:17:33 Step 1/32 : ARG DOCKER_VERSION=18.09.7 13:17:33 Step 2/32 : ARG PYTHON_VERSION=3.7.4 13:17:33 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 13:17:33 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch 13:17:33 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 13:17:33 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim 13:17:33 Step 7/32 : ARG BUILD_PLATFORM=alpine 13:17:33 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli 13:17:33 18.09.7: Pulling from library/docker 13:17:33 050382585609: Pulling fs layer 13:17:33 0bb4ee3360d7: Pulling fs layer 13:17:33 893f09c2afb0: Pulling fs layer 13:17:33 3204ba24bdf5: Pulling fs layer 13:17:33 c7a4c34d84a5: Pulling fs layer 13:17:33 758ee1f25c37: Pulling fs layer 13:17:33 3204ba24bdf5: Waiting 13:17:33 c7a4c34d84a5: Waiting 13:17:33 758ee1f25c37: Waiting 13:17:33 0bb4ee3360d7: Download complete 13:17:33 050382585609: Verifying Checksum 13:17:33 c7a4c34d84a5: Verifying Checksum 13:17:33 c7a4c34d84a5: Download complete 13:17:33 050382585609: Pull complete 13:17:33 893f09c2afb0: Verifying Checksum 13:17:33 893f09c2afb0: Download complete 13:17:33 758ee1f25c37: Verifying Checksum 13:17:33 758ee1f25c37: Download complete 13:17:34 0bb4ee3360d7: Pull complete 13:17:34 893f09c2afb0: Pull complete 13:17:34 3204ba24bdf5: Verifying Checksum 13:17:34 3204ba24bdf5: Download complete 13:17:35 3204ba24bdf5: Pull complete 13:17:35 c7a4c34d84a5: Pull complete 13:17:35 758ee1f25c37: Pull complete 13:17:35 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31 13:17:35 Status: Downloaded newer image for docker:18.09.7 13:17:35 ---> 108a4437ed8c 13:17:35 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine 13:17:35 3.7.4-alpine3.10: Pulling from library/python 13:17:35 9d48c3bd43c5: Already exists 13:17:35 c0ea575d71b9: Pulling fs layer 13:17:35 0f535eceebd5: Pulling fs layer 13:17:35 8a30f5893bea: Pulling fs layer 13:17:35 287089fe229e: Pulling fs layer 13:17:35 287089fe229e: Waiting 13:17:36 8a30f5893bea: Verifying Checksum 13:17:36 8a30f5893bea: Download complete 13:17:36 c0ea575d71b9: Verifying Checksum 13:17:36 c0ea575d71b9: Download complete 13:17:36 287089fe229e: Verifying Checksum 13:17:36 287089fe229e: Download complete 13:17:36 c0ea575d71b9: Pull complete 13:17:36 0f535eceebd5: Download complete 13:17:37 0f535eceebd5: Pull complete 13:17:37 8a30f5893bea: Pull complete 13:17:37 287089fe229e: Pull complete 13:17:37 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95 13:17:37 Status: Downloaded newer image for python:3.7.4-alpine3.10 13:17:37 ---> f309434dea3a 13:17:37 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 13:17:38 ---> Running in 5d36a88b96e0 13:17:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 13:17:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 13:17:39 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1g-r0) 13:17:39 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1g-r0) 13:17:39 (3/34) Installing bash (5.0.0-r0) 13:17:39 Executing bash-5.0.0-r0.post-install 13:17:39 (4/34) Installing binutils (2.32-r0) 13:17:39 (5/34) Installing libmagic (5.37-r1) 13:17:39 (6/34) Installing file (5.37-r1) 13:17:39 (7/34) Installing gmp (6.1.2-r1) 13:17:39 (8/34) Installing isl (0.18-r0) 13:17:39 (9/34) Installing libgomp (8.3.0-r0) 13:17:39 (10/34) Installing libatomic (8.3.0-r0) 13:17:39 (11/34) Installing libgcc (8.3.0-r0) 13:17:39 (12/34) Installing mpfr3 (3.1.5-r1) 13:17:39 (13/34) Installing mpc1 (1.1.0-r0) 13:17:39 (14/34) Installing libstdc++ (8.3.0-r0) 13:17:39 (15/34) Installing gcc (8.3.0-r0) 13:17:40 (16/34) Installing musl-dev (1.1.22-r3) 13:17:40 (17/34) Installing libc-dev (0.7.1-r0) 13:17:40 (18/34) Installing g++ (8.3.0-r0) 13:17:40 (19/34) Installing make (4.2.1-r2) 13:17:40 (20/34) Installing fortify-headers (1.1-r0) 13:17:40 (21/34) Installing build-base (0.5-r1) 13:17:40 (22/34) Installing nghttp2-libs (1.39.2-r1) 13:17:40 (23/34) Installing libcurl (7.66.0-r1) 13:17:40 (24/34) Installing curl (7.66.0-r1) 13:17:40 (25/34) Installing pcre2 (10.33-r0) 13:17:40 (26/34) Installing git (2.22.4-r0) 13:17:40 (27/34) Installing linux-headers (4.19.36-r0) 13:17:41 (28/34) Installing pkgconf (1.6.1-r1) 13:17:41 (29/34) Installing libffi-dev (3.2.1-r6) 13:17:41 (30/34) Installing openssl (1.1.1g-r0) 13:17:41 (31/34) Installing openssl-dev (1.1.1g-r0) 13:17:41 (32/34) Installing python2 (2.7.18-r0) 13:17:41 (33/34) Installing python2-dev (2.7.18-r0) 13:17:41 (34/34) Installing zlib-dev (1.2.11-r1) 13:17:41 Executing busybox-1.30.1-r2.trigger 13:17:41 Executing ca-certificates-20190108-r0.trigger 13:17:41 OK: 266 MiB in 67 packages 13:17:44 Removing intermediate container 5d36a88b96e0 13:17:44 ---> b23bc41f8c7e 13:17:44 Step 11/32 : ENV BUILD_BOOTLOADER=1 13:17:44 ---> Running in f6272b90aaf5 13:17:44 Removing intermediate container f6272b90aaf5 13:17:44 ---> 30528993111e 13:17:44 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian 13:17:45 3.7.4-slim-stretch: Pulling from library/python 13:17:45 80369df48736: Pulling fs layer 13:17:45 aaba0609d543: Pulling fs layer 13:17:45 33536ac8210e: Pulling fs layer 13:17:45 35aa8bff600e: Pulling fs layer 13:17:45 6e4c9666aa4e: Pulling fs layer 13:17:45 35aa8bff600e: Waiting 13:17:45 6e4c9666aa4e: Waiting 13:17:45 aaba0609d543: Verifying Checksum 13:17:45 aaba0609d543: Download complete 13:17:45 80369df48736: Verifying Checksum 13:17:45 80369df48736: Download complete 13:17:45 35aa8bff600e: Verifying Checksum 13:17:45 35aa8bff600e: Download complete 13:17:45 33536ac8210e: Verifying Checksum 13:17:45 33536ac8210e: Download complete 13:17:45 6e4c9666aa4e: Verifying Checksum 13:17:45 6e4c9666aa4e: Download complete 13:17:46 80369df48736: Pull complete 13:17:46 aaba0609d543: Pull complete 13:17:47 33536ac8210e: Pull complete 13:17:48 35aa8bff600e: Pull complete 13:17:48 6e4c9666aa4e: Pull complete 13:17:48 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b 13:17:48 Status: Downloaded newer image for python:3.7.4-slim-stretch 13:17:48 ---> fad2b9f06d3b 13:17:48 Step 13/32 : RUN apt-get update && apt-get install -y curl gcc git libc-dev libgcc-6-dev make openssl python2.7-dev 13:17:48 ---> Running in 83a776eb5075 13:17:49 Ign:1 http://deb.debian.org/debian stretch InRelease 13:17:49 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [53.0 kB] 13:17:49 Get:3 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB] 13:17:49 Get:4 http://deb.debian.org/debian stretch Release [118 kB] 13:17:49 Get:5 http://deb.debian.org/debian stretch Release.gpg [2410 B] 13:17:49 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [613 kB] 13:17:49 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [2596 B] 13:17:49 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB] 13:17:50 Fetched 7962 kB in 2s (3381 kB/s) 13:17:51 Reading package lists... 13:17:52 Reading package lists... 13:17:52 Building dependency tree... 13:17:52 Reading state information... 13:17:52 openssl is already the newest version (1.1.0l-1~deb9u1). 13:17:52 openssl set to manually installed. 13:17:52 The following additional packages will be installed: 13:17:52 binutils bzip2 cpp cpp-6 file gcc-6 git-man krb5-locales less libasan3 13:17:52 libatomic1 libbsd0 libc-dev-bin libcc1-0 libcilkrts5 libcurl3 13:17:52 libcurl3-gnutls libedit2 liberror-perl libexpat1-dev libgmp10 libgnutls30 13:17:52 libgomp1 libgpm2 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 13:17:52 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 13:17:52 libldap-common liblsan0 libmagic-mgc libmagic1 libmpc3 libmpfr4 libmpx2 13:17:52 libncurses5 libnettle6 libnghttp2-14 libp11-kit0 libperl5.24 libpopt0 13:17:52 libpsl5 libpython2.7 libpython2.7-dev libpython2.7-minimal 13:17:52 libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2 libsasl2-modules 13:17:52 libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0 13:17:52 libunistring0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 13:17:52 libxmuu1 linux-libc-dev manpages manpages-dev mime-support openssh-client 13:17:52 patch perl perl-base perl-modules-5.24 publicsuffix python2.7 13:17:52 python2.7-minimal rename rsync xauth xz-utils 13:17:52 Suggested packages: 13:17:52 binutils-doc bzip2-doc cpp-doc gcc-6-locales gcc-multilib autoconf automake 13:17:52 libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg 13:17:52 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg 13:17:52 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 13:17:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:17:52 git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc 13:17:52 gnutls-bin gpm krb5-doc krb5-user libsasl2-modules-gssapi-mit 13:17:52 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 13:17:52 libsasl2-modules-sql make-doc man-browser keychain libpam-ssh monkeysphere 13:17:52 ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl 13:17:52 | libterm-readline-perl-perl python2.7-doc binfmt-support openssh-server 13:17:52 The following NEW packages will be installed: 13:17:52 binutils bzip2 cpp cpp-6 curl file gcc gcc-6 git git-man krb5-locales less 13:17:52 libasan3 libatomic1 libbsd0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 13:17:52 libcurl3 libcurl3-gnutls libedit2 liberror-perl libexpat1-dev libgcc-6-dev 13:17:52 libgmp10 libgnutls30 libgomp1 libgpm2 libgssapi-krb5-2 libhogweed4 libidn11 13:17:52 libidn2-0 libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 13:17:52 libkrb5support0 libldap-2.4-2 libldap-common liblsan0 libmagic-mgc libmagic1 13:17:52 libmpc3 libmpfr4 libmpx2 libncurses5 libnettle6 libnghttp2-14 libp11-kit0 13:17:52 libperl5.24 libpopt0 libpsl5 libpython2.7 libpython2.7-dev 13:17:52 libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2 13:17:52 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 13:17:52 libtsan0 libubsan0 libunistring0 libx11-6 libx11-data libxau6 libxcb1 13:17:52 libxdmcp6 libxext6 libxmuu1 linux-libc-dev make manpages manpages-dev 13:17:52 mime-support openssh-client patch perl perl-modules-5.24 publicsuffix 13:17:52 python2.7 python2.7-dev python2.7-minimal rename rsync xauth xz-utils 13:17:52 The following packages will be upgraded: 13:17:52 perl-base 13:17:53 1 upgraded, 93 newly installed, 0 to remove and 10 not upgraded. 13:17:53 Need to get 86.6 MB of archives. 13:17:53 After this operation, 286 MB of additional disk space will be used. 13:17:53 Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u5 [85.8 kB] 13:17:53 Get:2 http://deb.debian.org/debian stretch/main amd64 perl-base amd64 5.24.1-3+deb9u7 [1346 kB] 13:17:53 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u5 [220 kB] 13:17:53 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u12 [290 kB] 13:17:53 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u4 [390 kB] 13:17:53 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u4 [1386 kB] 13:17:53 Get:7 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u7 [2723 kB] 13:17:53 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2u-1~deb9u2 [1304 kB] 13:17:53 Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u4 [1897 kB] 13:17:53 Get:10 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u7 [3527 kB] 13:17:53 Get:11 http://security.debian.org/debian-security stretch/updates/main amd64 python2.7 amd64 2.7.13-2+deb9u4 [286 kB] 13:17:53 Get:12 http://security.debian.org/debian-security stretch/updates/main amd64 libcurl3 amd64 7.52.1-5+deb9u12 [292 kB] 13:17:53 Get:13 http://security.debian.org/debian-security stretch/updates/main amd64 curl amd64 7.52.1-5+deb9u12 [227 kB] 13:17:53 Get:14 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.240-2 [1556 kB] 13:17:53 Get:15 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u7 [218 kB] 13:17:53 Get:16 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB] 13:17:53 Get:17 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB] 13:17:53 Get:18 http://security.debian.org/debian-security stretch/updates/main amd64 libpython2.7 amd64 2.7.13-2+deb9u4 [1071 kB] 13:17:53 Get:19 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB] 13:17:54 Get:20 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1+deb9u1 [115 kB] 13:17:54 Get:21 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB] 13:17:54 Get:22 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB] 13:17:54 Get:23 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u5 [896 kB] 13:17:54 Get:24 http://security.debian.org/debian-security stretch/updates/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u4 [28.2 MB] 13:17:54 Get:25 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB] 13:17:54 Get:26 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB] 13:17:54 Get:27 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB] 13:17:54 Get:28 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB] 13:17:54 Get:29 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB] 13:17:54 Get:30 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB] 13:17:54 Get:31 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB] 13:17:54 Get:32 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [68.4 kB] 13:17:54 Get:33 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [105 kB] 13:17:54 Get:34 http://deb.debian.org/debian stretch/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB] 13:17:54 Get:35 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB] 13:17:54 Get:36 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB] 13:17:54 Get:37 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB] 13:17:54 Get:38 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB] 13:17:54 Get:39 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u7 [1436 kB] 13:17:54 Get:40 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u7 [4170 kB] 13:17:54 Get:41 http://deb.debian.org/debian stretch/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB] 13:17:54 Get:42 http://deb.debian.org/debian stretch/main amd64 libpopt0 amd64 1.16-10+b2 [49.4 kB] 13:17:54 Get:43 http://deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] 13:17:54 Get:44 http://deb.debian.org/debian stretch/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u3 [222 kB] 13:17:54 Get:45 http://deb.debian.org/debian stretch/main amd64 libmagic1 amd64 1:5.30-1+deb9u3 [111 kB] 13:17:54 Get:46 http://deb.debian.org/debian stretch/main amd64 file amd64 1:5.30-1+deb9u3 [64.2 kB] 13:17:54 Get:47 http://deb.debian.org/debian stretch/main amd64 krb5-locales all 1.15-1+deb9u1 [93.8 kB] 13:17:54 Get:48 http://deb.debian.org/debian stretch/main amd64 less amd64 481-2.1 [126 kB] 13:17:54 Get:49 http://deb.debian.org/debian stretch/main amd64 libbsd0 amd64 0.8.3-1 [83.0 kB] 13:17:54 Get:50 http://deb.debian.org/debian stretch/main amd64 libncurses5 amd64 6.0+20161126-1+deb9u2 [93.4 kB] 13:17:54 Get:51 http://deb.debian.org/debian stretch/main amd64 libedit2 amd64 3.1-20160903-3 [84.8 kB] 13:17:54 Get:52 http://deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] 13:17:54 Get:53 http://deb.debian.org/debian stretch/main amd64 manpages all 4.10-2 [1222 kB] 13:17:54 Get:54 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB] 13:17:54 Get:55 http://deb.debian.org/debian stretch/main amd64 openssh-client amd64 1:7.4p1-10+deb9u7 [780 kB] 13:17:54 Get:56 http://deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] 13:17:54 Get:57 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB] 13:17:54 Get:58 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB] 13:17:54 Get:59 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB] 13:17:54 Get:60 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB] 13:17:54 Get:61 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB] 13:17:54 Get:62 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB] 13:17:54 Get:63 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB] 13:17:54 Get:64 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB] 13:17:54 Get:65 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB] 13:17:54 Get:66 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B] 13:17:54 Get:67 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB] 13:17:54 Get:68 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB] 13:17:54 Get:69 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB] 13:17:54 Get:70 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB] 13:17:54 Get:71 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB] 13:17:54 Get:72 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB] 13:17:54 Get:73 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB] 13:17:54 Get:74 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB] 13:17:54 Get:75 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB] 13:17:54 Get:76 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B] 13:17:54 Get:77 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB] 13:17:54 Get:78 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB] 13:17:54 Get:79 http://deb.debian.org/debian stretch/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB] 13:17:54 Get:80 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3+deb9u1 [102 kB] 13:17:54 Get:81 http://deb.debian.org/debian stretch/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 13:17:54 Get:82 http://deb.debian.org/debian stretch/main amd64 libxcb1 amd64 1.12-1 [133 kB] 13:17:54 Get:83 http://deb.debian.org/debian stretch/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB] 13:17:54 Get:84 http://deb.debian.org/debian stretch/main amd64 libxmuu1 amd64 2:1.1.2-2 [23.5 kB] 13:17:54 Get:85 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB] 13:17:54 Get:86 http://deb.debian.org/debian stretch/main amd64 manpages-dev all 4.10-2 [2145 kB] 13:17:54 Get:87 http://security.debian.org/debian-security stretch/updates/main amd64 libx11-data all 2:1.6.4-3+deb9u3 [291 kB] 13:17:54 Get:88 http://security.debian.org/debian-security stretch/updates/main amd64 libx11-6 amd64 2:1.6.4-3+deb9u3 [749 kB] 13:17:54 Get:89 http://deb.debian.org/debian stretch/main amd64 patch amd64 2.7.5-1+deb9u2 [112 kB] 13:17:54 Get:90 http://deb.debian.org/debian stretch/main amd64 rename all 0.20-4 [12.5 kB] 13:17:54 Get:91 http://deb.debian.org/debian stretch/main amd64 rsync amd64 3.1.2-1+deb9u2 [393 kB] 13:17:54 Get:92 http://security.debian.org/debian-security stretch/updates/main amd64 python2.7-dev amd64 2.7.13-2+deb9u4 [304 kB] 13:17:54 Get:93 http://deb.debian.org/debian stretch/main amd64 xauth amd64 1:1.0.9-1+b2 [39.6 kB] 13:17:54 Get:94 http://deb.debian.org/debian stretch/main amd64 publicsuffix all 20190415.1030-0+deb9u1 [108 kB] 13:17:54 debconf: delaying package configuration, since apt-utils is not installed 13:17:54 Fetched 86.6 MB in 1s (46.4 MB/s) 13:17:54 (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.) 13:17:54 Preparing to unpack .../perl-base_5.24.1-3+deb9u7_amd64.deb ... 13:17:54 Unpacking perl-base (5.24.1-3+deb9u7) over (5.24.1-3+deb9u5) ... 13:17:55 Setting up perl-base (5.24.1-3+deb9u7) ... 13:17:55 Selecting previously unselected package perl-modules-5.24. 13:17:55 (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.) 13:17:55 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u7_all.deb ... 13:17:55 Unpacking perl-modules-5.24 (5.24.1-3+deb9u7) ... 13:17:55 Selecting previously unselected package libperl5.24:amd64. 13:17:55 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u7_amd64.deb ... 13:17:55 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u7) ... 13:17:55 Selecting previously unselected package perl. 13:17:55 Preparing to unpack .../02-perl_5.24.1-3+deb9u7_amd64.deb ... 13:17:55 Unpacking perl (5.24.1-3+deb9u7) ... 13:17:55 Selecting previously unselected package libgmp10:amd64. 13:17:55 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ... 13:17:55 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ... 13:17:55 Selecting previously unselected package libnettle6:amd64. 13:17:55 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ... 13:17:55 Unpacking libnettle6:amd64 (3.3-1+b2) ... 13:17:55 Selecting previously unselected package libhogweed4:amd64. 13:17:55 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ... 13:17:55 Unpacking libhogweed4:amd64 (3.3-1+b2) ... 13:17:55 Selecting previously unselected package libidn11:amd64. 13:17:55 Preparing to unpack .../06-libidn11_1.33-1+deb9u1_amd64.deb ... 13:17:55 Unpacking libidn11:amd64 (1.33-1+deb9u1) ... 13:17:56 Selecting previously unselected package libp11-kit0:amd64. 13:17:56 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ... 13:17:56 Unpacking libp11-kit0:amd64 (0.23.3-2) ... 13:17:56 Selecting previously unselected package libtasn1-6:amd64. 13:17:56 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ... 13:17:56 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ... 13:17:56 Selecting previously unselected package libgnutls30:amd64. 13:17:56 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u5_amd64.deb ... 13:17:56 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u5) ... 13:17:56 Selecting previously unselected package libkeyutils1:amd64. 13:17:56 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ... 13:17:56 Unpacking libkeyutils1:amd64 (1.5.9-9) ... 13:17:56 Selecting previously unselected package libkrb5support0:amd64. 13:17:56 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ... 13:17:56 Selecting previously unselected package libk5crypto3:amd64. 13:17:56 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ... 13:17:56 Selecting previously unselected package libkrb5-3:amd64. 13:17:56 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ... 13:17:56 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:17:56 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ... 13:17:56 Selecting previously unselected package libunistring0:amd64. 13:17:56 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ... 13:17:56 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ... 13:17:56 Selecting previously unselected package libidn2-0:amd64. 13:17:56 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ... 13:17:56 Selecting previously unselected package libsasl2-modules-db:amd64. 13:17:56 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ... 13:17:56 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ... 13:17:56 Selecting previously unselected package libsasl2-2:amd64. 13:17:56 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ... 13:17:56 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ... 13:17:56 Selecting previously unselected package libldap-common. 13:17:56 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u5_all.deb ... 13:17:56 Unpacking libldap-common (2.4.44+dfsg-5+deb9u5) ... 13:17:56 Selecting previously unselected package libldap-2.4-2:amd64. 13:17:56 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u5_amd64.deb ... 13:17:56 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u5) ... 13:17:56 Selecting previously unselected package libnghttp2-14:amd64. 13:17:56 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ... 13:17:56 Selecting previously unselected package libpsl5:amd64. 13:17:56 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ... 13:17:56 Unpacking libpsl5:amd64 (0.17.0-3) ... 13:17:56 Selecting previously unselected package librtmp1:amd64. 13:17:56 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ... 13:17:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ... 13:17:56 Selecting previously unselected package libssh2-1:amd64. 13:17:56 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ... 13:17:56 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ... 13:17:56 Selecting previously unselected package libcurl3-gnutls:amd64. 13:17:56 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u12_amd64.deb ... 13:17:56 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u12) ... 13:17:56 Selecting previously unselected package liberror-perl. 13:17:56 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ... 13:17:56 Unpacking liberror-perl (0.17024-1) ... 13:17:56 Selecting previously unselected package git-man. 13:17:56 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u7_all.deb ... 13:17:56 Unpacking git-man (1:2.11.0-3+deb9u7) ... 13:17:56 Selecting previously unselected package git. 13:17:56 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u7_amd64.deb ... 13:17:56 Unpacking git (1:2.11.0-3+deb9u7) ... 13:17:57 Selecting previously unselected package libxau6:amd64. 13:17:57 Preparing to unpack .../29-libxau6_1%3a1.0.8-1_amd64.deb ... 13:17:57 Unpacking libxau6:amd64 (1:1.0.8-1) ... 13:17:57 Selecting previously unselected package libpython2.7-minimal:amd64. 13:17:57 Preparing to unpack .../30-libpython2.7-minimal_2.7.13-2+deb9u4_amd64.deb ... 13:17:57 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u4) ... 13:17:57 Selecting previously unselected package python2.7-minimal. 13:17:57 Preparing to unpack .../31-python2.7-minimal_2.7.13-2+deb9u4_amd64.deb ... 13:17:57 Unpacking python2.7-minimal (2.7.13-2+deb9u4) ... 13:17:57 Selecting previously unselected package libpopt0:amd64. 13:17:57 Preparing to unpack .../32-libpopt0_1.16-10+b2_amd64.deb ... 13:17:57 Unpacking libpopt0:amd64 (1.16-10+b2) ... 13:17:57 Selecting previously unselected package libssl1.0.2:amd64. 13:17:57 Preparing to unpack .../33-libssl1.0.2_1.0.2u-1~deb9u2_amd64.deb ... 13:17:57 Unpacking libssl1.0.2:amd64 (1.0.2u-1~deb9u2) ... 13:17:57 Selecting previously unselected package bzip2. 13:17:57 Preparing to unpack .../34-bzip2_1.0.6-8.1_amd64.deb ... 13:17:57 Unpacking bzip2 (1.0.6-8.1) ... 13:17:58 Selecting previously unselected package libmagic-mgc. 13:17:58 Preparing to unpack .../35-libmagic-mgc_1%3a5.30-1+deb9u3_amd64.deb ... 13:17:58 Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... 13:17:58 Selecting previously unselected package libmagic1:amd64. 13:17:58 Preparing to unpack .../36-libmagic1_1%3a5.30-1+deb9u3_amd64.deb ... 13:17:58 Unpacking libmagic1:amd64 (1:5.30-1+deb9u3) ... 13:17:58 Selecting previously unselected package file. 13:17:58 Preparing to unpack .../37-file_1%3a5.30-1+deb9u3_amd64.deb ... 13:17:58 Unpacking file (1:5.30-1+deb9u3) ... 13:17:58 Selecting previously unselected package krb5-locales. 13:17:58 Preparing to unpack .../38-krb5-locales_1.15-1+deb9u1_all.deb ... 13:17:58 Unpacking krb5-locales (1.15-1+deb9u1) ... 13:17:58 Selecting previously unselected package less. 13:17:58 Preparing to unpack .../39-less_481-2.1_amd64.deb ... 13:17:58 Unpacking less (481-2.1) ... 13:17:58 Selecting previously unselected package libbsd0:amd64. 13:17:58 Preparing to unpack .../40-libbsd0_0.8.3-1_amd64.deb ... 13:17:58 Unpacking libbsd0:amd64 (0.8.3-1) ... 13:17:58 Selecting previously unselected package libncurses5:amd64. 13:17:58 Preparing to unpack .../41-libncurses5_6.0+20161126-1+deb9u2_amd64.deb ... 13:17:58 Unpacking libncurses5:amd64 (6.0+20161126-1+deb9u2) ... 13:17:58 Selecting previously unselected package libedit2:amd64. 13:17:58 Preparing to unpack .../42-libedit2_3.1-20160903-3_amd64.deb ... 13:17:58 Unpacking libedit2:amd64 (3.1-20160903-3) ... 13:17:58 Selecting previously unselected package libgpm2:amd64. 13:17:58 Preparing to unpack .../43-libgpm2_1.20.4-6.2+b1_amd64.deb ... 13:17:58 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... 13:17:58 Selecting previously unselected package manpages. 13:17:58 Preparing to unpack .../44-manpages_4.10-2_all.deb ... 13:17:58 Unpacking manpages (4.10-2) ... 13:17:58 Selecting previously unselected package mime-support. 13:17:58 Preparing to unpack .../45-mime-support_3.60_all.deb ... 13:17:58 Unpacking mime-support (3.60) ... 13:17:58 Selecting previously unselected package openssh-client. 13:17:58 Preparing to unpack .../46-openssh-client_1%3a7.4p1-10+deb9u7_amd64.deb ... 13:17:58 Unpacking openssh-client (1:7.4p1-10+deb9u7) ... 13:17:58 Selecting previously unselected package libpython2.7-stdlib:amd64. 13:17:58 Preparing to unpack .../47-libpython2.7-stdlib_2.7.13-2+deb9u4_amd64.deb ... 13:17:58 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u4) ... 13:17:58 Selecting previously unselected package python2.7. 13:17:58 Preparing to unpack .../48-python2.7_2.7.13-2+deb9u4_amd64.deb ... 13:17:58 Unpacking python2.7 (2.7.13-2+deb9u4) ... 13:17:58 Selecting previously unselected package xz-utils. 13:17:58 Preparing to unpack .../49-xz-utils_5.2.2-1.2+b1_amd64.deb ... 13:17:58 Unpacking xz-utils (5.2.2-1.2+b1) ... 13:17:58 Selecting previously unselected package binutils. 13:17:58 Preparing to unpack .../50-binutils_2.28-5_amd64.deb ... 13:17:58 Unpacking binutils (2.28-5) ... 13:17:59 Selecting previously unselected package libisl15:amd64. 13:17:59 Preparing to unpack .../51-libisl15_0.18-1_amd64.deb ... 13:17:59 Unpacking libisl15:amd64 (0.18-1) ... 13:17:59 Selecting previously unselected package libmpfr4:amd64. 13:17:59 Preparing to unpack .../52-libmpfr4_3.1.5-1_amd64.deb ... 13:17:59 Unpacking libmpfr4:amd64 (3.1.5-1) ... 13:17:59 Selecting previously unselected package libmpc3:amd64. 13:17:59 Preparing to unpack .../53-libmpc3_1.0.3-1+b2_amd64.deb ... 13:17:59 Unpacking libmpc3:amd64 (1.0.3-1+b2) ... 13:17:59 Selecting previously unselected package cpp-6. 13:17:59 Preparing to unpack .../54-cpp-6_6.3.0-18+deb9u1_amd64.deb ... 13:17:59 Unpacking cpp-6 (6.3.0-18+deb9u1) ... 13:17:59 Selecting previously unselected package cpp. 13:17:59 Preparing to unpack .../55-cpp_4%3a6.3.0-4_amd64.deb ... 13:17:59 Unpacking cpp (4:6.3.0-4) ... 13:18:00 Selecting previously unselected package libcurl3:amd64. 13:18:00 Preparing to unpack .../56-libcurl3_7.52.1-5+deb9u12_amd64.deb ... 13:18:00 Unpacking libcurl3:amd64 (7.52.1-5+deb9u12) ... 13:18:00 Selecting previously unselected package curl. 13:18:00 Preparing to unpack .../57-curl_7.52.1-5+deb9u12_amd64.deb ... 13:18:00 Unpacking curl (7.52.1-5+deb9u12) ... 13:18:00 Selecting previously unselected package libcc1-0:amd64. 13:18:00 Preparing to unpack .../58-libcc1-0_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libgomp1:amd64. 13:18:00 Preparing to unpack .../59-libgomp1_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libitm1:amd64. 13:18:00 Preparing to unpack .../60-libitm1_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libatomic1:amd64. 13:18:00 Preparing to unpack .../61-libatomic1_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libasan3:amd64. 13:18:00 Preparing to unpack .../62-libasan3_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package liblsan0:amd64. 13:18:00 Preparing to unpack .../63-liblsan0_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libtsan0:amd64. 13:18:00 Preparing to unpack .../64-libtsan0_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libubsan0:amd64. 13:18:00 Preparing to unpack .../65-libubsan0_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libcilkrts5:amd64. 13:18:00 Preparing to unpack .../66-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libmpx2:amd64. 13:18:00 Preparing to unpack .../67-libmpx2_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libquadmath0:amd64. 13:18:00 Preparing to unpack .../68-libquadmath0_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ... 13:18:00 Selecting previously unselected package libgcc-6-dev:amd64. 13:18:00 Preparing to unpack .../69-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ... 13:18:00 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ... 13:18:01 Selecting previously unselected package gcc-6. 13:18:01 Preparing to unpack .../70-gcc-6_6.3.0-18+deb9u1_amd64.deb ... 13:18:01 Unpacking gcc-6 (6.3.0-18+deb9u1) ... 13:18:01 Selecting previously unselected package gcc. 13:18:01 Preparing to unpack .../71-gcc_4%3a6.3.0-4_amd64.deb ... 13:18:01 Unpacking gcc (4:6.3.0-4) ... 13:18:01 Selecting previously unselected package libc-dev-bin. 13:18:01 Preparing to unpack .../72-libc-dev-bin_2.24-11+deb9u4_amd64.deb ... 13:18:01 Unpacking libc-dev-bin (2.24-11+deb9u4) ... 13:18:01 Selecting previously unselected package linux-libc-dev:amd64. 13:18:01 Preparing to unpack .../73-linux-libc-dev_4.9.240-2_amd64.deb ... 13:18:01 Unpacking linux-libc-dev:amd64 (4.9.240-2) ... 13:18:01 Selecting previously unselected package libc6-dev:amd64. 13:18:01 Preparing to unpack .../74-libc6-dev_2.24-11+deb9u4_amd64.deb ... 13:18:01 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ... 13:18:02 Selecting previously unselected package libexpat1-dev:amd64. 13:18:02 Preparing to unpack .../75-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ... 13:18:02 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ... 13:18:02 Selecting previously unselected package libpython2.7:amd64. 13:18:02 Preparing to unpack .../76-libpython2.7_2.7.13-2+deb9u4_amd64.deb ... 13:18:02 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u4) ... 13:18:02 Selecting previously unselected package libpython2.7-dev:amd64. 13:18:02 Preparing to unpack .../77-libpython2.7-dev_2.7.13-2+deb9u4_amd64.deb ... 13:18:02 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u4) ... 13:18:04 Selecting previously unselected package libsasl2-modules:amd64. 13:18:04 Preparing to unpack .../78-libsasl2-modules_2.1.27~101-g0780600+dfsg-3+deb9u1_amd64.deb ... 13:18:04 Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ... 13:18:04 Selecting previously unselected package libxdmcp6:amd64. 13:18:04 Preparing to unpack .../79-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 13:18:04 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 13:18:04 Selecting previously unselected package libxcb1:amd64. 13:18:04 Preparing to unpack .../80-libxcb1_1.12-1_amd64.deb ... 13:18:04 Unpacking libxcb1:amd64 (1.12-1) ... 13:18:04 Selecting previously unselected package libx11-data. 13:18:04 Preparing to unpack .../81-libx11-data_2%3a1.6.4-3+deb9u3_all.deb ... 13:18:04 Unpacking libx11-data (2:1.6.4-3+deb9u3) ... 13:18:04 Selecting previously unselected package libx11-6:amd64. 13:18:04 Preparing to unpack .../82-libx11-6_2%3a1.6.4-3+deb9u3_amd64.deb ... 13:18:04 Unpacking libx11-6:amd64 (2:1.6.4-3+deb9u3) ... 13:18:04 Selecting previously unselected package libxext6:amd64. 13:18:04 Preparing to unpack .../83-libxext6_2%3a1.3.3-1+b2_amd64.deb ... 13:18:04 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ... 13:18:04 Selecting previously unselected package libxmuu1:amd64. 13:18:04 Preparing to unpack .../84-libxmuu1_2%3a1.1.2-2_amd64.deb ... 13:18:04 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 13:18:04 Selecting previously unselected package make. 13:18:04 Preparing to unpack .../85-make_4.1-9.1_amd64.deb ... 13:18:04 Unpacking make (4.1-9.1) ... 13:18:04 Selecting previously unselected package manpages-dev. 13:18:04 Preparing to unpack .../86-manpages-dev_4.10-2_all.deb ... 13:18:04 Unpacking manpages-dev (4.10-2) ... 13:18:04 Selecting previously unselected package patch. 13:18:04 Preparing to unpack .../87-patch_2.7.5-1+deb9u2_amd64.deb ... 13:18:04 Unpacking patch (2.7.5-1+deb9u2) ... 13:18:04 Selecting previously unselected package python2.7-dev. 13:18:04 Preparing to unpack .../88-python2.7-dev_2.7.13-2+deb9u4_amd64.deb ... 13:18:04 Unpacking python2.7-dev (2.7.13-2+deb9u4) ... 13:18:04 Selecting previously unselected package rename. 13:18:04 Preparing to unpack .../89-rename_0.20-4_all.deb ... 13:18:04 Unpacking rename (0.20-4) ... 13:18:04 Selecting previously unselected package rsync. 13:18:04 Preparing to unpack .../90-rsync_3.1.2-1+deb9u2_amd64.deb ... 13:18:04 Unpacking rsync (3.1.2-1+deb9u2) ... 13:18:04 Selecting previously unselected package xauth. 13:18:04 Preparing to unpack .../91-xauth_1%3a1.0.9-1+b2_amd64.deb ... 13:18:04 Unpacking xauth (1:1.0.9-1+b2) ... 13:18:05 Selecting previously unselected package publicsuffix. 13:18:05 Preparing to unpack .../92-publicsuffix_20190415.1030-0+deb9u1_all.deb ... 13:18:05 Unpacking publicsuffix (20190415.1030-0+deb9u1) ... 13:18:05 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libncurses5:amd64 (6.0+20161126-1+deb9u2) ... 13:18:05 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up perl-modules-5.24 (5.24.1-3+deb9u7) ... 13:18:05 Setting up manpages (4.10-2) ... 13:18:05 Setting up libperl5.24:amd64 (5.24.1-3+deb9u7) ... 13:18:05 Setting up libnettle6:amd64 (3.3-1+b2) ... 13:18:05 Setting up git-man (1:2.11.0-3+deb9u7) ... 13:18:05 Setting up libpopt0:amd64 (1.16-10+b2) ... 13:18:05 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up less (481-2.1) ... 13:18:05 debconf: unable to initialize frontend: Dialog 13:18:05 debconf: (TERM is not set, so the dialog frontend is not usable.) 13:18:05 debconf: falling back to frontend: Readline 13:18:05 Setting up make (4.1-9.1) ... 13:18:05 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ... 13:18:05 Setting up mime-support (3.60) ... 13:18:05 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... 13:18:05 Setting up libldap-common (2.4.44+dfsg-5+deb9u5) ... 13:18:05 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ... 13:18:05 Setting up linux-libc-dev:amd64 (4.9.240-2) ... 13:18:05 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ... 13:18:05 Setting up libbsd0:amd64 (0.8.3-1) ... 13:18:05 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ... 13:18:05 Setting up libmagic-mgc (1:5.30-1+deb9u3) ... 13:18:05 Setting up bzip2 (1.0.6-8.1) ... 13:18:05 Setting up libmagic1:amd64 (1:5.30-1+deb9u3) ... 13:18:05 Setting up rsync (3.1.2-1+deb9u2) ... 13:18:05 invoke-rc.d: could not determine current runlevel 13:18:05 invoke-rc.d: policy-rc.d denied execution of restart. 13:18:05 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up perl (5.24.1-3+deb9u7) ... 13:18:05 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode 13:18:05 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 13:18:05 Setting up libssl1.0.2:amd64 (1.0.2u-1~deb9u2) ... 13:18:05 debconf: unable to initialize frontend: Dialog 13:18:05 debconf: (TERM is not set, so the dialog frontend is not usable.) 13:18:05 debconf: falling back to frontend: Readline 13:18:05 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ... 13:18:05 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ... 13:18:05 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ... 13:18:05 Setting up patch (2.7.5-1+deb9u2) ... 13:18:05 Setting up krb5-locales (1.15-1+deb9u1) ... 13:18:05 Processing triggers for libc-bin (2.24-11+deb9u4) ... 13:18:05 Setting up publicsuffix (20190415.1030-0+deb9u1) ... 13:18:05 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ... 13:18:05 Setting up xz-utils (5.2.2-1.2+b1) ... 13:18:05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist 13:18:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist 13:18:05 Setting up libp11-kit0:amd64 (0.23.3-2) ... 13:18:05 Setting up libmpfr4:amd64 (3.1.5-1) ... 13:18:05 Setting up libmpc3:amd64 (1.0.3-1+b2) ... 13:18:05 Setting up binutils (2.28-5) ... 13:18:05 Setting up libc-dev-bin (2.24-11+deb9u4) ... 13:18:05 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 13:18:06 Setting up libkeyutils1:amd64 (1.5.9-9) ... 13:18:06 Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3+deb9u1) ... 13:18:06 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u4) ... 13:18:06 Setting up manpages-dev (4.10-2) ... 13:18:06 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ... 13:18:06 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ... 13:18:06 Setting up libx11-data (2:1.6.4-3+deb9u3) ... 13:18:06 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u4) ... 13:18:06 Setting up libxau6:amd64 (1:1.0.8-1) ... 13:18:06 Setting up libidn11:amd64 (1.33-1+deb9u1) ... 13:18:06 Setting up python2.7-minimal (2.7.13-2+deb9u4) ... 13:18:06 Linking and byte-compiling packages for runtime python2.7... 13:18:06 Setting up libedit2:amd64 (3.1-20160903-3) ... 13:18:06 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ... 13:18:06 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ... 13:18:06 Setting up liberror-perl (0.17024-1) ... 13:18:06 Setting up rename (0.20-4) ... 13:18:06 update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode 13:18:06 update-alternatives: warning: skip creation of /usr/share/man/man1/rename.1.gz because associated file /usr/share/man/man1/file-rename.1p.gz (of link group rename) doesn't exist 13:18:06 Setting up libpsl5:amd64 (0.17.0-3) ... 13:18:06 Setting up python2.7 (2.7.13-2+deb9u4) ... 13:18:07 Setting up file (1:5.30-1+deb9u3) ... 13:18:07 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ... 13:18:07 Setting up libhogweed4:amd64 (3.3-1+b2) ... 13:18:07 Setting up libisl15:amd64 (0.18-1) ... 13:18:07 Setting up libpython2.7:amd64 (2.7.13-2+deb9u4) ... 13:18:07 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ... 13:18:07 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u4) ... 13:18:07 Setting up cpp-6 (6.3.0-18+deb9u1) ... 13:18:07 Setting up python2.7-dev (2.7.13-2+deb9u4) ... 13:18:07 Setting up libxcb1:amd64 (1.12-1) ... 13:18:07 Setting up cpp (4:6.3.0-4) ... 13:18:07 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ... 13:18:07 Setting up libgnutls30:amd64 (3.5.8-5+deb9u5) ... 13:18:07 Setting up libx11-6:amd64 (2:1.6.4-3+deb9u3) ... 13:18:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ... 13:18:07 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 13:18:07 Setting up gcc-6 (6.3.0-18+deb9u1) ... 13:18:07 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u5) ... 13:18:07 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ... 13:18:07 Setting up libxext6:amd64 (2:1.3.3-1+b2) ... 13:18:07 Setting up gcc (4:6.3.0-4) ... 13:18:07 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ... 13:18:07 Setting up xauth (1:1.0.9-1+b2) ... 13:18:07 Setting up openssh-client (1:7.4p1-10+deb9u7) ... 13:18:07 Setting up libcurl3:amd64 (7.52.1-5+deb9u12) ... 13:18:07 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u12) ... 13:18:07 Setting up git (1:2.11.0-3+deb9u7) ... 13:18:07 Setting up curl (7.52.1-5+deb9u12) ... 13:18:07 Processing triggers for libc-bin (2.24-11+deb9u4) ... 13:18:10 Removing intermediate container 83a776eb5075 13:18:10 ---> 7493554f5f53 13:18:10 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build 13:18:10 ---> 30528993111e 13:18:10 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ 13:18:10 ---> be3ac064cd7a 13:18:10 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] 13:18:10 ---> Running in 90a63c258e2c 13:18:11 Removing intermediate container 90a63c258e2c 13:18:11 ---> bc6f3f999abc 13:18:11 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 13:18:11 ---> f003f4aaa61a 13:18:11 Step 18/32 : WORKDIR /code/ 13:18:11 ---> Running in b15ad6fb73ab 13:18:11 Removing intermediate container b15ad6fb73ab 13:18:11 ---> 301b57ebf427 13:18:11 Step 19/32 : RUN pip install virtualenv==16.2.0 13:18:11 ---> Running in cc7e86baed49 13:18:18 Collecting virtualenv==16.2.0 13:18:18 Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) 13:18:18 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0) 13:18:18 Installing collected packages: virtualenv 13:18:18 Successfully installed virtualenv-16.2.0 13:18:22 WARNING: You are using pip version 19.3; however, version 20.2.4 is available. 13:18:22 You should consider upgrading via the 'pip install --upgrade pip' command. 13:18:23 Removing intermediate container cc7e86baed49 13:18:23 ---> 9fab8aa4c823 13:18:23 Step 20/32 : RUN pip install tox==2.9.1 13:18:23 ---> Running in 5b760c3fac14 13:18:28 Collecting tox==2.9.1 13:18:29 Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) 13:18:29 Collecting pluggy<1.0,>=0.3.0 13:18:29 Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl 13:18:29 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) 13:18:29 Collecting py>=1.4.17 13:18:29 Downloading https://files.pythonhosted.org/packages/68/0f/41a43535b52a81e4f29e420a151032d26f08b62206840c48d14b70e53376/py-1.9.0-py2.py3-none-any.whl (99kB) 13:18:29 Collecting six 13:18:29 Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl 13:18:29 Collecting importlib-metadata>=0.12; python_version < "3.8" 13:18:29 Downloading https://files.pythonhosted.org/packages/6d/6d/f4bb28424bc677bce1210bc19f69a43efe823e294325606ead595211f93e/importlib_metadata-2.0.0-py2.py3-none-any.whl 13:18:29 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) 13:18:29 Collecting zipp>=0.5 13:18:29 Downloading https://files.pythonhosted.org/packages/41/ad/6a4f1a124b325618a7fb758b885b68ff7b058eec47d9220a12ab38d90b1f/zipp-3.4.0-py3-none-any.whl 13:18:29 Installing collected packages: zipp, importlib-metadata, pluggy, py, six, tox 13:18:29 Successfully installed importlib-metadata-2.0.0 pluggy-0.13.1 py-1.9.0 six-1.15.0 tox-2.9.1 zipp-3.4.0 13:18:29 WARNING: You are using pip version 19.3; however, version 20.2.4 is available. 13:18:29 You should consider upgrading via the 'pip install --upgrade pip' command. 13:18:29 Removing intermediate container 5b760c3fac14 13:18:29 ---> 8722ba4318ef 13:18:29 Step 21/32 : COPY requirements.txt . 13:18:30 ---> 62a1c9ae007f 13:18:30 Step 22/32 : COPY requirements-dev.txt . 13:18:30 ---> f16bc97e7abe 13:18:30 Step 23/32 : COPY .pre-commit-config.yaml . 13:18:30 ---> 83f1e0f72d46 13:18:30 Step 24/32 : COPY tox.ini . 13:18:30 ---> 2c2e1512c6af 13:18:30 Step 25/32 : COPY setup.py . 13:18:30 ---> 3ecd5b26af8d 13:18:30 Step 26/32 : COPY README.md . 13:18:30 ---> 51ca3fefce11 13:18:30 Step 27/32 : COPY compose compose/ 13:18:31 ---> 18a0021d9d50 13:18:31 Step 28/32 : RUN tox --notest 13:18:31 ---> Running in e59bcea941aa 13:18:31 py27 create: /code/.tox/py27 13:18:44 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 13:20:50 py27 develop-inst: /code 13:20:54 py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.,atomicwrites==1.4.0,attrs==20.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==3.2.1,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.4.2,pluggy==0.6.0,py==1.9.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,pyrsistent==0.16.1,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.11,websocket-client==0.32.0 13:20:54 py37 create: /code/.tox/py37 13:21:06 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 13:23:28 py37 develop-inst: /code 13:23:28 py37 installed: atomicwrites==1.4.0,attrs==20.2.0,bcrypt==3.2.0,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.3,chardet==3.0.4,coverage==4.4.2,cryptography==3.2.1,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.6.0,paramiko==2.4.2,pluggy==0.6.0,py==1.9.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,pyrsistent==0.17.3,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.11,websocket-client==0.32.0 13:23:28 pre-commit create: /code/.tox/pre-commit 13:23:34 pre-commit installdeps: pre-commit 13:23:47 pre-commit installed: appdirs==1.4.4,cfgv==3.2.0,distlib==0.3.1,filelock==3.0.12,identify==1.5.7,importlib-metadata==2.0.0,nodeenv==1.5.0,pre-commit==2.8.2,PyYAML==5.3.1,six==1.15.0,toml==0.10.2,virtualenv==20.1.0,zipp==3.4.0 13:23:47 ___________________________________ summary ____________________________________ 13:23:47 py27: skipped tests 13:23:47 py37: skipped tests 13:23:47 pre-commit: skipped tests 13:23:47 congratulations :) 13:23:48 Removing intermediate container e59bcea941aa 13:23:48 ---> 4a1d39fb24be 13:23:48 Step 29/32 : COPY . . 13:23:48 ---> a3031e7d57c7 13:23:48 Step 30/32 : ARG GIT_COMMIT=unknown 13:23:48 ---> Running in 140cfe4c1248 13:23:49 Removing intermediate container 140cfe4c1248 13:23:49 ---> 2e8be4af1543 13:23:49 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 13:23:49 ---> Running in ddd0ade00bea 13:23:49 Removing intermediate container ddd0ade00bea 13:23:49 ---> 0e6247143c52 13:23:49 Step 32/32 : RUN script/build/linux-entrypoint 13:23:49 ---> Running in 317669d6cd31 13:23:49 + CODE_PATH=/code 13:23:49 + VENV=/code/.tox/py37 13:23:49 + cd /code 13:23:49 + mkdir -p dist 13:23:49 + chmod 777 dist 13:23:49 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 13:24:11 + '[' -z 86bb8fbf2360501e29c4cc87f5a45d8934419a3e ']' 13:24:11 + echo 86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:24:11 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 13:24:11 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 13:24:11 + '[' '!' -z 1 ']' 13:24:11 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller 13:24:11 Cloning into '/tmp/pyinstaller'... 13:24:11 + cd /tmp/pyinstaller/bootloader 13:24:11 + git checkout v3.5 13:24:11 Note: checking out 'v3.5'. 13:24:11 13:24:11 You are in 'detached HEAD' state. You can look around, make experimental 13:24:11 changes and commit them, and you can discard any commits you make in this 13:24:11 state without impacting any branches by performing another checkout. 13:24:11 13:24:11 If you want to create a new branch to retain commits you create, you may 13:24:11 do so (now or later) by using -b with the checkout command again. Example: 13:24:11 13:24:11 git checkout -b <new-branch-name> 13:24:11 13:24:11 HEAD is now at 498e6ee0 Release 3.5. 13:24:11 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all 13:24:11 Setting top to : /tmp/pyinstaller/bootloader 13:24:11 Setting out to : /tmp/pyinstaller/bootloader/build 13:24:11 Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 13:24:11 Checking for 'gcc' (C compiler) : /usr/bin/gcc 13:24:11 Checking size of pointer : 8 13:24:11 Platform : Linux-64bit detected based on compiler 13:24:11 Checking for flags -m64 : yes 13:24:11 Checking for program '/usr/bin/strip' : /usr/bin/strip 13:24:11 Checking for program 'strip' : /usr/bin/strip 13:24:11 Checking for library dl : yes 13:24:11 Checking for library m : yes 13:24:11 Checking for library z : yes 13:24:11 Checking for function unsetenv : yes 13:24:11 Checking for function mkdtemp : yes 13:24:11 Checking for flags -Wl,--as-needed : yes 13:24:11 'configure' finished successfully (0.350s) 13:24:11 'all' finished successfully (0.000s) 13:24:11 'distclean' finished successfully (0.001s) 13:24:11 Setting top to : /tmp/pyinstaller/bootloader 13:24:11 Setting out to : /tmp/pyinstaller/bootloader/build 13:24:11 Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 13:24:11 Checking for 'gcc' (C compiler) : /usr/bin/gcc 13:24:11 Checking size of pointer : 8 13:24:11 Platform : Linux-64bit detected based on compiler 13:24:12 Checking for flags -m64 : yes 13:24:12 Checking for program '/usr/bin/strip' : /usr/bin/strip 13:24:12 Checking for program 'strip' : /usr/bin/strip 13:24:12 Checking for library dl : yes 13:24:12 Checking for library m : yes 13:24:12 Checking for library z : yes 13:24:12 Checking for function unsetenv : yes 13:24:12 Checking for function mkdtemp : yes 13:24:12 Checking for flags -Wl,--as-needed : yes 13:24:12 'configure' finished successfully (0.316s) 13:24:12 'make_all' finished successfully (0.003s) 13:24:12 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 13:24:12 [ 1/13] Compiling src/pyi_python.c 13:24:12 [ 2/13] Compiling src/pyi_global.c 13:24:12 [ 3/13] Compiling src/pyi_archive.c 13:24:12 [ 4/13] Compiling src/pyi_utils.c 13:24:12 [ 5/13] Compiling src/pyi_main.c 13:24:12 [ 6/13] Compiling src/pyi_pythonlib.c 13:24:12 [ 7/13] Compiling src/pyi_python27_compat.c 13:24:12 [ 8/13] Compiling src/pyi_win32_utils.c 13:24:12 [ 9/13] Compiling src/pyi_path.c 13:24:12 [10/13] Compiling src/main.c 13:24:12 [11/13] Compiling src/pyi_launch.c 13:24:12 [12/13] Linking build/debug/run_d 13:24:12 [13/13] Processing build/debug/run_d 13:24:12 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 13:24:12 'build_debug' finished successfully (0.658s) 13:24:12 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 13:24:12 [ 1/13] Compiling src/pyi_python.c 13:24:12 [ 2/13] Compiling src/pyi_global.c 13:24:12 [ 3/13] Compiling src/main.c 13:24:12 [ 4/13] Compiling src/pyi_archive.c 13:24:12 [ 5/13] Compiling src/pyi_launch.c 13:24:13 [ 6/13] Compiling src/pyi_win32_utils.c 13:24:13 [ 7/13] Compiling src/pyi_main.c 13:24:13 [ 8/13] Compiling src/pyi_pythonlib.c 13:24:13 [ 9/13] Compiling src/pyi_python27_compat.c 13:24:13 [10/13] Compiling src/pyi_utils.c 13:24:13 [11/13] Compiling src/pyi_path.c 13:24:13 [12/13] Linking build/release/run 13:24:13 [13/13] Processing build/release/run 13:24:13 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 13:24:13 'build_release' finished successfully (0.618s) 13:24:13 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 13:24:13 [13/14] Processing build/debug/run_d 13:24:13 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) 13:24:13 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 13:24:13 'install_debug' finished successfully (0.014s) 13:24:13 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 13:24:13 [13/14] Processing build/release/run 13:24:13 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) 13:24:13 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 13:24:13 'install_release' finished successfully (0.011s) 13:24:13 + /code/.tox/py37/bin/pip3 install .. 13:24:13 Processing /tmp/pyinstaller 13:24:13 Installing build dependencies: started 13:24:19 Installing build dependencies: finished with status 'done' 13:24:19 Getting requirements to build wheel: started 13:24:19 Getting requirements to build wheel: finished with status 'done' 13:24:19 Preparing wheel metadata: started 13:24:19 Preparing wheel metadata: finished with status 'done' 13:24:19 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.17) 13:24:19 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (50.3.2) 13:24:19 Building wheels for collected packages: PyInstaller 13:24:19 Building wheel for PyInstaller (PEP 517): started 13:24:20 Building wheel for PyInstaller (PEP 517): finished with status 'done' 13:24:20 Created wheel for PyInstaller: filename=PyInstaller-3.5-py3-none-any.whl size=2879089 sha256=e4a5db53bbbce3ce366ae3222f82e571229d4261106eb27d60e44961a46f402c 13:24:20 Stored in directory: /tmp/pip-ephem-wheel-cache-j3nomfvk/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b 13:24:20 Successfully built PyInstaller 13:24:20 Installing collected packages: PyInstaller 13:24:20 Attempting uninstall: PyInstaller 13:24:20 Found existing installation: PyInstaller 3.5 13:24:21 Uninstalling PyInstaller-3.5: 13:24:21 Successfully uninstalled PyInstaller-3.5 13:24:21 Successfully installed PyInstaller-3.5 13:24:21 + cd /code 13:24:21 + rm -Rf /tmp/pyinstaller 13:24:21 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 13:24:21 40 INFO: PyInstaller: 3.5 13:24:21 40 INFO: Python: 3.7.4 13:24:21 43 INFO: Platform: Linux-4.4.0-1114-aws-x86_64-with 13:24:21 44 INFO: UPX is not available. 13:24:21 45 INFO: Extending PYTHONPATH with paths 13:24:21 ['/code/bin', '/code'] 13:24:21 45 INFO: checking Analysis 13:24:21 45 INFO: Building Analysis because Analysis-00.toc is non existent 13:24:21 45 INFO: Initializing module dependency graph... 13:24:21 47 INFO: Initializing module graph hooks... 13:24:21 48 INFO: Analyzing base_library.zip ... 13:24:24 2571 INFO: running Analysis Analysis-00.toc 13:24:24 2582 INFO: Caching module hooks... 13:24:24 2586 INFO: Analyzing bin/docker-compose 13:24:24 2675 INFO: Processing pre-find module path hook distutils 13:24:24 2676 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 13:24:24 2855 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 13:24:25 3695 INFO: Processing pre-safe import module hook six.moves 13:24:28 6401 INFO: Loading module hooks... 13:24:28 6401 INFO: Loading module hook "hook-certifi.py"... 13:24:28 6402 INFO: Loading module hook "hook-pydoc.py"... 13:24:28 6402 INFO: Loading module hook "hook-jsonschema.py"... 13:24:28 6404 INFO: Loading module hook "hook-pkg_resources.py"... 13:24:28 6556 INFO: Processing pre-safe import module hook win32com 13:24:28 7119 INFO: Loading module hook "hook-cryptography.py"... 13:24:28 7251 INFO: Loading module hook "hook-encodings.py"... 13:24:28 7289 INFO: Loading module hook "hook-xml.py"... 13:24:28 7333 INFO: Loading module hook "hook-sysconfig.py"... 13:24:28 7340 INFO: Loading module hook "hook-lib2to3.py"... 13:24:28 7341 INFO: Loading module hook "hook-nacl.py"... 13:24:28 7343 INFO: Loading module hook "hook-distutils.py"... 13:24:29 7367 INFO: Looking for ctypes DLLs 13:24:29 7384 INFO: Analyzing run-time hooks ... 13:24:29 7389 INFO: Including run-time hook 'pyi_rth_certifi.py' 13:24:29 7390 INFO: Including run-time hook 'pyi_rth_pkgres.py' 13:24:29 7391 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' 13:24:29 7402 INFO: Looking for dynamic libraries 13:24:29 7590 INFO: Looking for eggs 13:24:29 7590 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 13:24:29 7599 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 13:24:29 7651 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 13:24:29 7672 INFO: checking PYZ 13:24:29 7672 INFO: Building PYZ because PYZ-00.toc is non existent 13:24:29 7672 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 13:24:30 8423 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 13:24:30 8435 INFO: checking PKG 13:24:30 8435 INFO: Building PKG because PKG-00.toc is non existent 13:24:30 8435 INFO: Building PKG (CArchive) PKG-00.pkg 13:24:42 19684 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 13:24:42 19687 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 13:24:42 19687 INFO: checking EXE 13:24:42 19687 INFO: Building EXE because EXE-00.toc is non existent 13:24:42 19687 INFO: Building EXE from EXE-00.toc 13:24:42 19687 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 13:24:42 19771 INFO: Building EXE from EXE-00.toc completed successfully. 13:24:42 + ls -la dist/ 13:24:42 total 17788 13:24:42 drwxrwxrwx 2 root root 4096 Nov 3 13:24 . 13:24:42 drwxr-xr-x 19 root root 4096 Nov 3 13:24 .. 13:24:42 -rwxr-xr-x 1 root root 18204504 Nov 3 13:24 docker-compose 13:24:42 + ldd dist/docker-compose 13:24:42  /lib/ld-musl-x86_64.so.1 (0x7efdc46f5000) 13:24:42 libz.so.1 => /lib/libz.so.1 (0x7efdc46bf000) 13:24:42 libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7efdc46f5000) 13:24:42 + mv dist/docker-compose /usr/local/bin 13:24:42 + docker-compose version 13:24:42 docker-compose version 1.25.0dev, build 86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:24:42 docker-py version: 4.0.1 13:24:42 CPython version: 3.7.4 13:24:42 OpenSSL version: OpenSSL 1.1.1g 21 Apr 2020 13:24:42 Removing intermediate container 317669d6cd31 13:24:42 ---> 6df6402275b6 13:24:43 Successfully built 6df6402275b6 13:24:43 Successfully tagged dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e [Pipeline] sh 13:24:43 + docker push dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:24:43 The push refers to repository [docker.io/dockerbuildbot/compose] 13:24:43 3264ffc98a9b: Preparing 13:24:43 28bd774dbd83: Preparing 13:24:43 e656f0130e1f: Preparing 13:24:43 6e5fa4635045: Preparing 13:24:43 84cc991471e8: Preparing 13:24:43 5bb99ddf6627: Preparing 13:24:43 24058c598478: Preparing 13:24:43 c323a15ec21b: Preparing 13:24:43 57ea6758e3b0: Preparing 13:24:43 755f52ceadf0: Preparing 13:24:43 058091ac8190: Preparing 13:24:43 8c0d923ade52: Preparing 13:24:43 7a1319ccf42b: Preparing 13:24:43 b9c6291223d5: Preparing 13:24:43 33b37fc48439: Preparing 13:24:43 2dc186515330: Preparing 13:24:43 2a8b7fd42278: Preparing 13:24:43 6a1aa47d6606: Preparing 13:24:43 7b66164940a3: Preparing 13:24:43 c5728f2d608b: Preparing 13:24:43 03901b4a2ea8: Preparing 13:24:43 5bb99ddf6627: Waiting 13:24:43 24058c598478: Waiting 13:24:43 c323a15ec21b: Waiting 13:24:43 57ea6758e3b0: Waiting 13:24:43 755f52ceadf0: Waiting 13:24:43 058091ac8190: Waiting 13:24:43 8c0d923ade52: Waiting 13:24:43 7a1319ccf42b: Waiting 13:24:43 b9c6291223d5: Waiting 13:24:43 33b37fc48439: Waiting 13:24:43 2dc186515330: Waiting 13:24:43 2a8b7fd42278: Waiting 13:24:43 6a1aa47d6606: Waiting 13:24:43 7b66164940a3: Waiting 13:24:43 c5728f2d608b: Waiting 13:24:43 03901b4a2ea8: Waiting 13:24:45 28bd774dbd83: Pushed 13:24:45 6e5fa4635045: Pushed 13:24:45 84cc991471e8: Pushed 13:24:47 5bb99ddf6627: Pushed 13:24:47 24058c598478: Pushed 13:24:48 c323a15ec21b: Pushed 13:24:49 755f52ceadf0: Pushed 13:24:49 57ea6758e3b0: Pushed 13:24:49 3264ffc98a9b: Pushed 13:24:50 058091ac8190: Pushed 13:24:52 7a1319ccf42b: Pushed 13:24:52 8c0d923ade52: Pushed 13:24:53 2a8b7fd42278: Layer already exists 13:24:53 6a1aa47d6606: Layer already exists 13:24:53 7b66164940a3: Layer already exists 13:24:53 c5728f2d608b: Layer already exists 13:24:53 03901b4a2ea8: Layer already exists 13:24:54 33b37fc48439: Pushed 13:24:55 e656f0130e1f: Pushed 13:25:07 2dc186515330: Retrying in 5 seconds 13:25:08 2dc186515330: Retrying in 4 seconds 13:25:09 2dc186515330: Retrying in 3 seconds 13:25:10 2dc186515330: Retrying in 2 seconds 13:25:10 2dc186515330: Retrying in 1 second 13:25:13 b9c6291223d5: Pushed 13:25:28 2dc186515330: Pushed 13:25:30 alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e: digest: sha256:2cd8035c8cb38a0fa84d09e121d26f3db3e223049abe04941cd586dffab8e8bb size: 4714 [Pipeline] echo 13:25:30 dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] echo image.id: dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1604-aufs (i-0f5604bde6ff454c4) in /home/ubuntu/workspace/compose_PR-6900 [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-6900@tmp/2ecce8b8-2a0f-4255-a4c3-dcab49a0e966/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 13:25:31 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e /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 EC2 (managed-agents) - ubuntu-1604-aufs (i-0f5604bde6ff454c4) in /home/ubuntu/workspace/compose_PR-6900 [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-6900@tmp/682f9c86-f423-44ec-9564-562b4d2ff6e0/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 13:25:32 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 13:25:32 chowning workspace [Pipeline] sh 13:25:32 + pwd 13:25:32 + id -u 13:25:32 + id -g 13:25:32 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6900:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 13:25:33 Removing all docker containers [Pipeline] sh 13:25:33 + docker container ls -aq [Pipeline] echo 13:25:33 Docker containers have been removed [Pipeline] echo 13:25:33 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 13:25:33 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "debian") [Pipeline] checkout 13:25:33 using credential sf-release-bot.github.ssh 13:25:33 Cloning the remote Git repository 13:25:33 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.7.4' 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 13:25:35 Fetching without tags 13:25:35 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900) 13:25:35 Commit message: "Update compose/project.py" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10 [Pipeline] isUnix [Pipeline] sh 13:25:36 + docker pull dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:25:36 Error response from daemon: manifest for dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e not found: manifest unknown: manifest unknown [Pipeline] sh 13:25:36 + script/build/write-git-sha 13:25:36 + GIT_COMMIT=86bb8fb 13:25:36 + docker build -t dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=86bb8fbf2360501e29c4cc87f5a45d8934419a3e . 13:25:36 Sending build context to Docker daemon 1.861MB 13:25:36 Step 1/32 : ARG DOCKER_VERSION=18.09.7 13:25:36 Step 2/32 : ARG PYTHON_VERSION=3.7.4 13:25:36 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 13:25:36 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch 13:25:36 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 13:25:36 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim 13:25:36 Step 7/32 : ARG BUILD_PLATFORM=alpine 13:25:36 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli 13:25:36 ---> 108a4437ed8c 13:25:36 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine 13:25:36 ---> f309434dea3a 13:25:36 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 13:25:36 ---> Using cache 13:25:36 ---> b23bc41f8c7e 13:25:36 Step 11/32 : ENV BUILD_BOOTLOADER=1 13:25:36 ---> Using cache 13:25:36 ---> 30528993111e 13:25:36 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian 13:25:36 ---> fad2b9f06d3b 13:25:36 Step 13/32 : RUN apt-get update && apt-get install -y curl gcc git libc-dev libgcc-6-dev make openssl python2.7-dev 13:25:36 ---> Using cache 13:25:36 ---> 7493554f5f53 13:25:36 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build 13:25:36 ---> 7493554f5f53 13:25:36 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ 13:25:36 ---> 62239d0a8b2a 13:25:36 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] 13:25:36 ---> Running in 995f5133af1e 13:25:36 Removing intermediate container 995f5133af1e 13:25:36 ---> ca3f93d00e66 13:25:36 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 13:25:37 ---> 2e7c978ac8b4 13:25:37 Step 18/32 : WORKDIR /code/ 13:25:37 ---> Running in e4823fe76f4b 13:25:37 Removing intermediate container e4823fe76f4b 13:25:37 ---> b76d3367cb67 13:25:37 Step 19/32 : RUN pip install virtualenv==16.2.0 13:25:37 ---> Running in ffecfa9c68e7 13:25:44 Collecting virtualenv==16.2.0 13:25:44 Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) 13:25:44 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0) 13:25:44 Installing collected packages: virtualenv 13:25:44 Successfully installed virtualenv-16.2.0 13:25:48 WARNING: You are using pip version 19.3; however, version 20.2.4 is available. 13:25:48 You should consider upgrading via the 'pip install --upgrade pip' command. 13:25:48 Removing intermediate container ffecfa9c68e7 13:25:48 ---> c94cb1f04b3d 13:25:48 Step 20/32 : RUN pip install tox==2.9.1 13:25:48 ---> Running in c75af5e1c8ac 13:25:54 Collecting tox==2.9.1 13:25:54 Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) 13:25:54 Collecting pluggy<1.0,>=0.3.0 13:25:54 Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl 13:25:54 Collecting py>=1.4.17 13:25:54 Downloading https://files.pythonhosted.org/packages/68/0f/41a43535b52a81e4f29e420a151032d26f08b62206840c48d14b70e53376/py-1.9.0-py2.py3-none-any.whl (99kB) 13:25:54 Collecting six 13:25:54 Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl 13:25:54 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) 13:25:54 Collecting importlib-metadata>=0.12; python_version < "3.8" 13:25:54 Downloading https://files.pythonhosted.org/packages/6d/6d/f4bb28424bc677bce1210bc19f69a43efe823e294325606ead595211f93e/importlib_metadata-2.0.0-py2.py3-none-any.whl 13:25:54 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) 13:25:54 Collecting zipp>=0.5 13:25:54 Downloading https://files.pythonhosted.org/packages/41/ad/6a4f1a124b325618a7fb758b885b68ff7b058eec47d9220a12ab38d90b1f/zipp-3.4.0-py3-none-any.whl 13:25:54 Installing collected packages: zipp, importlib-metadata, pluggy, py, six, tox 13:25:54 Successfully installed importlib-metadata-2.0.0 pluggy-0.13.1 py-1.9.0 six-1.15.0 tox-2.9.1 zipp-3.4.0 13:25:54 WARNING: You are using pip version 19.3; however, version 20.2.4 is available. 13:25:54 You should consider upgrading via the 'pip install --upgrade pip' command. 13:25:55 Removing intermediate container c75af5e1c8ac 13:25:55 ---> 9b3474b41ab9 13:25:55 Step 21/32 : COPY requirements.txt . 13:25:55 ---> b8967c1674cf 13:25:55 Step 22/32 : COPY requirements-dev.txt . 13:25:55 ---> bb32cba93198 13:25:55 Step 23/32 : COPY .pre-commit-config.yaml . 13:25:56 ---> 350c198aebe5 13:25:56 Step 24/32 : COPY tox.ini . 13:25:56 ---> e6f636489f22 13:25:56 Step 25/32 : COPY setup.py . 13:25:56 ---> dce13ce779be 13:25:56 Step 26/32 : COPY README.md . 13:25:56 ---> 3407622ebbcd 13:25:56 Step 27/32 : COPY compose compose/ 13:25:56 ---> 7366f09c9945 13:25:56 Step 28/32 : RUN tox --notest 13:25:56 ---> Running in 5cc4d98024c8 13:25:57 py27 create: /code/.tox/py27 13:26:09 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 13:26:27 py27 develop-inst: /code 13:26:33 py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.,atomicwrites==1.4.0,attrs==20.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==3.2.1,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.4.2,pluggy==0.6.0,py==1.9.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,pyrsistent==0.16.1,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.11,websocket-client==0.32.0 13:26:33 py37 create: /code/.tox/py37 13:26:45 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 13:27:03 py37 develop-inst: /code 13:27:04 py37 installed: atomicwrites==1.4.0,attrs==20.2.0,bcrypt==3.2.0,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.3,chardet==3.0.4,coverage==4.4.2,cryptography==3.2.1,ddt==1.2.0,docker==4.0.1,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.6.0,paramiko==2.4.2,pluggy==0.6.0,py==1.9.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,pyrsistent==0.17.3,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.11,websocket-client==0.32.0 13:27:04 pre-commit create: /code/.tox/pre-commit 13:27:16 pre-commit installdeps: pre-commit 13:27:29 pre-commit installed: appdirs==1.4.4,cfgv==3.2.0,distlib==0.3.1,filelock==3.0.12,identify==1.5.7,importlib-metadata==2.0.0,nodeenv==1.5.0,pre-commit==2.8.2,PyYAML==5.3.1,six==1.15.0,toml==0.10.2,virtualenv==20.1.0,zipp==3.4.0 13:27:29 ___________________________________ summary ____________________________________ 13:27:29 py27: skipped tests 13:27:29 py37: skipped tests 13:27:29 pre-commit: skipped tests 13:27:29 congratulations :) 13:27:30 Removing intermediate container 5cc4d98024c8 13:27:30 ---> 0f506f95d255 13:27:30 Step 29/32 : COPY . . 13:27:30 ---> 54e75320a628 13:27:30 Step 30/32 : ARG GIT_COMMIT=unknown 13:27:30 ---> Running in d48cd3f8a4e3 13:27:30 Removing intermediate container d48cd3f8a4e3 13:27:30 ---> 04f5c427d633 13:27:30 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 13:27:30 ---> Running in 266317e77c47 13:27:30 Removing intermediate container 266317e77c47 13:27:30 ---> 3055261b9a5b 13:27:30 Step 32/32 : RUN script/build/linux-entrypoint 13:27:30 ---> Running in 315eb5155791 13:27:30 + CODE_PATH=/code 13:27:30 + VENV=/code/.tox/py37 13:27:30 + cd /code 13:27:30 + mkdir -p dist 13:27:30 + chmod 777 dist 13:27:30 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 13:27:52 + '[' -z 86bb8fbf2360501e29c4cc87f5a45d8934419a3e ']' 13:27:52 + echo 86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:27:52 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 13:27:52 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 13:27:52 NOT compiling bootloader!!! 13:27:52 + '[' '!' -z '' ']' 13:27:52 + echo 'NOT compiling bootloader!!!' 13:27:52 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 13:27:52 39 INFO: PyInstaller: 3.5 13:27:52 39 INFO: Python: 3.7.4 13:27:52 40 INFO: Platform: Linux-4.4.0-1114-aws-x86_64-with-debian-9.11 13:27:52 41 INFO: UPX is not available. 13:27:52 42 INFO: Extending PYTHONPATH with paths 13:27:52 ['/code/bin', '/code'] 13:27:52 42 INFO: checking Analysis 13:27:52 43 INFO: Building Analysis because Analysis-00.toc is non existent 13:27:52 43 INFO: Initializing module dependency graph... 13:27:52 44 INFO: Initializing module graph hooks... 13:27:52 45 INFO: Analyzing base_library.zip ... 13:27:52 2531 INFO: running Analysis Analysis-00.toc 13:27:52 2548 INFO: Caching module hooks... 13:27:52 2552 INFO: Analyzing bin/docker-compose 13:27:52 2639 INFO: Processing pre-find module path hook distutils 13:27:52 2640 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 13:27:52 2822 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 13:27:53 3659 INFO: Processing pre-safe import module hook six.moves 13:27:55 6340 INFO: Loading module hooks... 13:27:55 6340 INFO: Loading module hook "hook-certifi.py"... 13:27:55 6341 INFO: Loading module hook "hook-pydoc.py"... 13:27:55 6341 INFO: Loading module hook "hook-jsonschema.py"... 13:27:55 6343 INFO: Loading module hook "hook-pkg_resources.py"... 13:27:56 6661 INFO: Processing pre-safe import module hook win32com 13:27:56 7076 INFO: Loading module hook "hook-cryptography.py"... 13:27:56 7211 INFO: Loading module hook "hook-encodings.py"... 13:27:56 7252 INFO: Loading module hook "hook-xml.py"... 13:27:56 7296 INFO: Loading module hook "hook-sysconfig.py"... 13:27:56 7304 INFO: Loading module hook "hook-lib2to3.py"... 13:27:56 7305 INFO: Loading module hook "hook-nacl.py"... 13:27:56 7306 INFO: Loading module hook "hook-distutils.py"... 13:27:56 7329 INFO: Looking for ctypes DLLs 13:27:56 7347 INFO: Analyzing run-time hooks ... 13:27:56 7353 INFO: Including run-time hook 'pyi_rth_certifi.py' 13:27:56 7354 INFO: Including run-time hook 'pyi_rth_pkgres.py' 13:27:56 7354 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' 13:27:56 7366 INFO: Looking for dynamic libraries 13:27:57 7842 INFO: Looking for eggs 13:27:57 7843 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 13:27:57 7851 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 13:27:57 7902 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 13:27:57 7922 INFO: checking PYZ 13:27:57 7922 INFO: Building PYZ because PYZ-00.toc is non existent 13:27:57 7922 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 13:27:58 8643 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 13:27:58 8654 INFO: checking PKG 13:27:58 8654 INFO: Building PKG because PKG-00.toc is non existent 13:27:58 8655 INFO: Building PKG (CArchive) PKG-00.pkg 13:28:08 18803 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 13:28:08 18806 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 13:28:08 18806 INFO: checking EXE 13:28:08 18806 INFO: Building EXE because EXE-00.toc is non existent 13:28:08 18806 INFO: Building EXE from EXE-00.toc 13:28:08 18806 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 13:28:08 18890 INFO: Building EXE from EXE-00.toc completed successfully. 13:28:08 + ls -la dist/ 13:28:08 total 17520 13:28:08 drwxrwxrwx 2 root root 4096 Nov 3 13:28 . 13:28:08 drwxr-xr-x 19 root root 4096 Nov 3 13:27 .. 13:28:08 -rwxr-xr-x 1 root root 17929608 Nov 3 13:28 docker-compose 13:28:08 + ldd dist/docker-compose 13:28:08  linux-vdso.so.1 (0x00007fffa4b6e000) 13:28:08 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbd81689000) 13:28:08 libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fbd8146f000) 13:28:08 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbd810d0000) 13:28:08 /lib64/ld-linux-x86-64.so.2 (0x00007fbd8188d000) 13:28:08 + mv dist/docker-compose /usr/local/bin 13:28:08 + docker-compose version 13:28:08 docker-compose version 1.25.0dev, build 86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:28:08 docker-py version: 4.0.1 13:28:08 CPython version: 3.7.4 13:28:08 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 13:28:09 Removing intermediate container 315eb5155791 13:28:09 ---> 12ad58fb7438 13:28:09 Successfully built 12ad58fb7438 13:28:09 Successfully tagged dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e [Pipeline] sh 13:28:09 + docker push dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:28:09 The push refers to repository [docker.io/dockerbuildbot/compose] 13:28:09 0916f76aac6e: Preparing 13:28:09 0bab8af41d44: Preparing 13:28:09 9ba67094f4c9: Preparing 13:28:09 8195a5c534c3: Preparing 13:28:09 603d52945391: Preparing 13:28:09 771a387fd267: Preparing 13:28:09 d888f3f6464e: Preparing 13:28:09 84cc40e69eac: Preparing 13:28:09 86b10485ac90: Preparing 13:28:09 4eadcc1506e5: Preparing 13:28:09 048306ebb835: Preparing 13:28:09 4692e06b115d: Preparing 13:28:09 f1af8cbedfab: Preparing 13:28:09 384fcff4f687: Preparing 13:28:09 20f6281f21d8: Preparing 13:28:09 1d8ad4692e88: Preparing 13:28:09 99a2e7cd1f0d: Preparing 13:28:09 a8f0218d77da: Preparing 13:28:09 b3edacbcd846: Preparing 13:28:09 896510bee743: Preparing 13:28:09 67ecfc9591c8: Preparing 13:28:09 771a387fd267: Waiting 13:28:09 d888f3f6464e: Waiting 13:28:09 84cc40e69eac: Waiting 13:28:09 86b10485ac90: Waiting 13:28:09 4eadcc1506e5: Waiting 13:28:09 048306ebb835: Waiting 13:28:09 4692e06b115d: Waiting 13:28:09 f1af8cbedfab: Waiting 13:28:09 384fcff4f687: Waiting 13:28:09 20f6281f21d8: Waiting 13:28:09 1d8ad4692e88: Waiting 13:28:09 99a2e7cd1f0d: Waiting 13:28:09 a8f0218d77da: Waiting 13:28:09 b3edacbcd846: Waiting 13:28:09 896510bee743: Waiting 13:28:09 67ecfc9591c8: Waiting 13:28:11 603d52945391: Pushed 13:28:12 8195a5c534c3: Pushed 13:28:13 0bab8af41d44: Pushed 13:28:14 d888f3f6464e: Pushed 13:28:15 771a387fd267: Pushed 13:28:15 84cc40e69eac: Pushed 13:28:16 86b10485ac90: Pushed 13:28:17 4eadcc1506e5: Pushed 13:28:17 048306ebb835: Pushed 13:28:18 0916f76aac6e: Pushed 13:28:19 f1af8cbedfab: Pushed 13:28:19 4692e06b115d: Pushed 13:28:19 99a2e7cd1f0d: Layer already exists 13:28:21 a8f0218d77da: Layer already exists 13:28:21 b3edacbcd846: Layer already exists 13:28:21 20f6281f21d8: Pushed 13:28:21 67ecfc9591c8: Layer already exists 13:28:21 896510bee743: Layer already exists 13:28:22 384fcff4f687: Pushed 13:28:26 9ba67094f4c9: Pushed 13:28:36 1d8ad4692e88: Pushed 13:28:38 debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e: digest: sha256:c7ffafb0448ff2f5dabc335510d9b60fde813e55b1634e99b37fa41f184a8140 size: 4717 [Pipeline] echo 13:28:38 dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] echo image.id: dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1604-aufs (i-0f5604bde6ff454c4) in /home/ubuntu/workspace/compose_PR-6900 [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-6900@tmp/fcbcd9c7-87fe-4c7f-9972-95e94b589127/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 13:28:39 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e /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.13_py27) [Pipeline] { (Branch: alpine_19.03.13_py37) [Pipeline] { (Branch: debian_19.03.13_py27) [Pipeline] { (Branch: debian_19.03.13_py37) [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1604-aufs (i-0f5604bde6ff454c4) in /home/ubuntu/workspace/compose_PR-6900 [Pipeline] node [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d0e22cbf4f3dfabf) in /home/ubuntu/workspace/compose_PR-6900 [Pipeline] { Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0da5f21738851b3fb) in /home/ubuntu/workspace/compose_PR-6900 [Pipeline] { $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6900@tmp/c25f9469-493c-4622-ae52-cd59d4659fbd/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 13:28:40 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 13:28:40 chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6900@tmp/5dfca8ab-87ea-4330-a432-da73035051b1/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 13:28:40 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 13:28:40 chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6900@tmp/47e36de0-196e-463f-bf44-57085289660e/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 13:28:40 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 13:28:40 chowning workspace [Pipeline] sh 13:28:40 + pwd 13:28:40 + id -u 13:28:40 + id -g 13:28:40 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6900:/workspace busybox chown -R 1000:1000 /workspace 13:28:40 + pwd 13:28:40 + id -u 13:28:40 + id -g 13:28:40 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6900:/workspace busybox chown -R 1000:1000 /workspace 13:28:40 + pwd 13:28:40 + id -u 13:28:40 + id -g 13:28:40 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6900:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 13:28:41 Removing all docker containers [Pipeline] sh [Pipeline] echo 13:28:41 Removing all docker containers [Pipeline] sh 13:28:41 + docker container ls -aq [Pipeline] echo 13:28:41 Docker containers have been removed [Pipeline] echo 13:28:41 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 13:28:41 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.13 / baseImage=alpine) [Pipeline] checkout 13:28:41 using credential sf-release-bot.github.ssh 13:28:41 Cloning the remote Git repository 13:28:41 Cloning with configured refspecs honoured and without tags 13:28:41 + docker container ls -aq [Pipeline] echo 13:28:41 Docker containers have been removed [Pipeline] echo 13:28:41 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 13:28:41 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.13 / baseImage=alpine) [Pipeline] checkout 13:28:41 using credential sf-release-bot.github.ssh 13:28:41 Cloning the remote Git repository 13:28:41 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.7.4' 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 [Pipeline] echo 13:28:42 Removing all docker containers [Pipeline] sh 13:28:42 + docker container ls -aq [Pipeline] echo 13:28:42 Docker containers have been removed [Pipeline] echo 13:28:42 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 13:28:42 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.13 / baseImage=debian) [Pipeline] checkout Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6900/head:refs/remotes/origin/PR-6900 # timeout=10 13:28:42 using credential sf-release-bot.github.ssh 13:28:42 Cloning the remote Git repository 13:28:42 Cloning with configured refspecs honoured and without tags 13:28:42 Fetching without tags 13:28:43 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900) 13:28:43 Commit message: "Update compose/project.py" 13:28:43 Fetching without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.7.4' 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 [Pipeline] sh 13:28:43 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900) 13:28:43 Commit message: "Update compose/project.py" 13:28:44 + docker info 13:28:44 + awk -F : $1 == "Storage Driver" { print $2; exit } 13:28:44 WARNING: No swap limit support 13:28:44 WARNING: the aufs storage-driver is deprecated, and will be removed in a future release. [Pipeline] echo 13:28:44 Using local system's storage driver: [Pipeline] sh 13:28:44 + pwd 13:28:44 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6900/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.13 -e BUILD_NUMBER=jenkins-compose-PR-6900-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --verbose 13:28:44 Fetching without tags [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10 13:28:44 + docker version 13:28:44 Client: Docker Engine - Community 13:28:44 Version: 18.09.7 13:28:44 API version: 1.39 13:28:44 Go version: go1.10.8 13:28:44 Git commit: 2d0083d 13:28:44 Built: Thu Jun 27 17:54:15 2019 13:28:44 OS/Arch: linux/amd64 13:28:44 Experimental: false 13:28:44 13:28:44 Server: Docker Engine - Community 13:28:44 Engine: 13:28:44 Version: 19.03.13 13:28:44 API version: 1.40 (minimum version 1.12) 13:28:44 Go version: go1.13.15 13:28:44 Git commit: 4484c46d9d 13:28:44 Built: Wed Sep 16 17:01:30 2020 13:28:44 OS/Arch: linux/amd64 13:28:44 Experimental: true 13:28:44 containerd: 13:28:44 Version: 1.3.7 13:28:44 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 13:28:44 runc: 13:28:44 Version: 1.0.0-rc10 13:28:44 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 13:28:44 docker-init: 13:28:44 Version: 0.18.0 13:28:44 GitCommit: fec3683 13:28:44 + export DOCKER_VERSIONS=19.03.13 13:28:44 + DOCKER_VERSIONS=19.03.13 13:28:44 + STORAGE_DRIVER=overlay 13:28:44 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 13:28:44 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 13:28:44 ++ hostname 13:28:44 + GIT_VOLUME=--volumes-from=8b179bd5ee26 13:28:44 + . script/test/all 13:28:44 ++ set -e 13:28:44 ++ echo 'Running lint checks' 13:28:44 Running lint checks 13:28:44 ++ docker run --rm --tty --volumes-from=8b179bd5ee26 dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e tox -e pre-commit > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 13:28:44 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900) 13:28:44 + awk -F : $1 == "Storage Driver" { print $2; exit } 13:28:44 + docker info 13:28:44 Commit message: "Update compose/project.py" [Pipeline] sh 13:28:45 WARNING: No swap limit support [Pipeline] echo 13:28:45 Using local system's storage driver: [Pipeline] sh 13:28:45 + docker info 13:28:45 + awk -F : $1 == "Storage Driver" { print $2; exit } 13:28:45 + pwd 13:28:45 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6900/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.13 -e BUILD_NUMBER=jenkins-compose-PR-6900-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --verbose 13:28:45 Unable to find image 'dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e' locally 13:28:45 alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e: Pulling from dockerbuildbot/compose 13:28:45 9d48c3bd43c5: Pulling fs layer 13:28:45 c0ea575d71b9: Pulling fs layer 13:28:45 0f535eceebd5: Pulling fs layer 13:28:45 8a30f5893bea: Pulling fs layer 13:28:45 287089fe229e: Pulling fs layer 13:28:45 19f1879d788a: Pulling fs layer 13:28:45 67e5aedb7248: Pulling fs layer 13:28:45 c2e12d421658: Pulling fs layer 13:28:45 e17bea405947: Pulling fs layer 13:28:45 d772b6875ce6: Pulling fs layer 13:28:45 63c92f28c671: Pulling fs layer 13:28:45 53cde3021641: Pulling fs layer 13:28:45 76f528c11881: Pulling fs layer 13:28:45 c7735056400a: Pulling fs layer 13:28:45 87f17d5e5108: Pulling fs layer 13:28:45 b2f928bdfad9: Pulling fs layer 13:28:45 37fe1d2ba301: Pulling fs layer 13:28:45 412ab5a43f85: Pulling fs layer 13:28:45 f65a232a845d: Pulling fs layer 13:28:45 cc8445b9f190: Pulling fs layer 13:28:45 e947b7b1adeb: Pulling fs layer 13:28:45 287089fe229e: Waiting 13:28:45 19f1879d788a: Waiting 13:28:45 67e5aedb7248: Waiting 13:28:45 c2e12d421658: Waiting 13:28:45 e17bea405947: Waiting 13:28:45 d772b6875ce6: Waiting 13:28:45 63c92f28c671: Waiting 13:28:45 53cde3021641: Waiting 13:28:45 76f528c11881: Waiting 13:28:45 c7735056400a: Waiting 13:28:45 87f17d5e5108: Waiting 13:28:45 b2f928bdfad9: Waiting 13:28:45 37fe1d2ba301: Waiting 13:28:45 412ab5a43f85: Waiting 13:28:45 f65a232a845d: Waiting 13:28:45 cc8445b9f190: Waiting 13:28:45 e947b7b1adeb: Waiting 13:28:45 8a30f5893bea: Waiting > git config core.sparsecheckout # timeout=10 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10 13:28:45 c0ea575d71b9: Verifying Checksum 13:28:45 c0ea575d71b9: Download complete 13:28:45 9d48c3bd43c5: Verifying Checksum 13:28:45 8a30f5893bea: Verifying Checksum 13:28:45 8a30f5893bea: Download complete 13:28:45 287089fe229e: Verifying Checksum 13:28:45 287089fe229e: Download complete 13:28:45 pre-commit installed: appdirs==1.4.4,cfgv==3.2.0,distlib==0.3.1,filelock==3.0.12,identify==1.5.7,importlib-metadata==2.0.0,nodeenv==1.5.0,pre-commit==2.8.2,PyYAML==5.3.1,six==1.15.0,toml==0.10.2,virtualenv==20.1.0,zipp==3.4.0 13:28:45 pre-commit runtests: PYTHONHASHSEED='422512887' 13:28:45 pre-commit runtests: commands[0] | pre-commit install 13:28:46 67e5aedb7248: Verifying Checksum 13:28:46 67e5aedb7248: Download complete 13:28:46 0f535eceebd5: Verifying Checksum 13:28:46 0f535eceebd5: Download complete 13:28:46 9d48c3bd43c5: Pull complete 13:28:46 e17bea405947: Verifying Checksum 13:28:46 e17bea405947: Download complete 13:28:46 WARNING: No swap limit support [Pipeline] echo 13:28:46 Using local system's storage driver: [Pipeline] sh 13:28:46 pre-commit installed at .git/hooks/pre-commit 13:28:46 pre-commit runtests: commands[1] | pre-commit run --all-files 13:28:46 [WARNING] normalizing pre-commit configuration to a top-level map. support for top level list will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this. 13:28:46 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 13:28:46 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 13:28:46 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 13:28:46 d772b6875ce6: Verifying Checksum 13:28:46 d772b6875ce6: Download complete 13:28:46 c0ea575d71b9: Pull complete 13:28:46 c2e12d421658: Verifying Checksum 13:28:46 c2e12d421658: Download complete 13:28:46 + pwd 13:28:46 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6900/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.13 -e BUILD_NUMBER=jenkins-compose-PR-6900-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --verbose 13:28:46 Unable to find image 'dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e' locally 13:28:46 53cde3021641: Verifying Checksum 13:28:46 53cde3021641: Download complete 13:28:46 76f528c11881: Verifying Checksum 13:28:46 76f528c11881: Download complete 13:28:46 63c92f28c671: Verifying Checksum 13:28:46 63c92f28c671: Download complete 13:28:46 c7735056400a: Verifying Checksum 13:28:46 c7735056400a: Download complete 13:28:46 debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e: Pulling from dockerbuildbot/compose 13:28:46 80369df48736: Pulling fs layer 13:28:46 aaba0609d543: Pulling fs layer 13:28:46 33536ac8210e: Pulling fs layer 13:28:46 35aa8bff600e: Pulling fs layer 13:28:46 6e4c9666aa4e: Pulling fs layer 13:28:46 e87e6bdfd806: Pulling fs layer 13:28:46 93ae0dd0dbef: Pulling fs layer 13:28:46 852945019c22: Pulling fs layer 13:28:46 cb6601eb289a: Pulling fs layer 13:28:46 d262a3eb52a1: Pulling fs layer 13:28:46 9dc1271a9d26: Pulling fs layer 13:28:46 7a1e030a8872: Pulling fs layer 13:28:46 f95c236bd021: Pulling fs layer 13:28:46 00b52bd57712: Pulling fs layer 13:28:46 5276e2a83957: Pulling fs layer 13:28:46 bdd8e4dbf532: Pulling fs layer 13:28:46 255287ded166: Pulling fs layer 13:28:46 cc8484e67675: Pulling fs layer 13:28:46 04721dba4a20: Pulling fs layer 13:28:46 2e1829f74053: Pulling fs layer 13:28:46 c366a1c4adfb: Pulling fs layer 13:28:46 852945019c22: Waiting 13:28:46 cb6601eb289a: Waiting 13:28:46 d262a3eb52a1: Waiting 13:28:46 9dc1271a9d26: Waiting 13:28:46 7a1e030a8872: Waiting 13:28:46 f95c236bd021: Waiting 13:28:46 00b52bd57712: Waiting 13:28:46 5276e2a83957: Waiting 13:28:46 bdd8e4dbf532: Waiting 13:28:46 255287ded166: Waiting 13:28:46 cc8484e67675: Waiting 13:28:46 04721dba4a20: Waiting 13:28:46 2e1829f74053: Waiting 13:28:46 c366a1c4adfb: Waiting 13:28:46 e87e6bdfd806: Waiting 13:28:46 93ae0dd0dbef: Waiting 13:28:46 6e4c9666aa4e: Waiting 13:28:46 35aa8bff600e: Waiting 13:28:46 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 13:28:46 87f17d5e5108: Verifying Checksum 13:28:46 87f17d5e5108: Download complete 13:28:46 37fe1d2ba301: Verifying Checksum 13:28:46 37fe1d2ba301: Download complete 13:28:46 b2f928bdfad9: Verifying Checksum 13:28:46 b2f928bdfad9: Download complete 13:28:46 412ab5a43f85: Verifying Checksum 13:28:46 412ab5a43f85: Download complete 13:28:46 19f1879d788a: Verifying Checksum 13:28:46 19f1879d788a: Download complete 13:28:46 cc8445b9f190: Verifying Checksum 13:28:46 cc8445b9f190: Download complete 13:28:46 80369df48736: Verifying Checksum 13:28:46 80369df48736: Download complete 13:28:46 aaba0609d543: Verifying Checksum 13:28:46 aaba0609d543: Download complete 13:28:46 35aa8bff600e: Verifying Checksum 13:28:46 35aa8bff600e: Download complete 13:28:46 33536ac8210e: Verifying Checksum 13:28:46 33536ac8210e: Download complete 13:28:46 93ae0dd0dbef: Verifying Checksum 13:28:46 93ae0dd0dbef: Download complete 13:28:46 6e4c9666aa4e: Download complete 13:28:47 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 13:28:47 [INFO] Once installed this environment will be reused. 13:28:47 [INFO] This may take a few minutes... 13:28:47 cb6601eb289a: Download complete 13:28:47 852945019c22: Verifying Checksum 13:28:47 852945019c22: Download complete 13:28:47 d262a3eb52a1: Verifying Checksum 13:28:47 d262a3eb52a1: Download complete 13:28:47 7a1e030a8872: Verifying Checksum 13:28:47 7a1e030a8872: Download complete 13:28:47 9dc1271a9d26: Verifying Checksum 13:28:47 9dc1271a9d26: Download complete 13:28:47 f95c236bd021: Verifying Checksum 13:28:47 f95c236bd021: Download complete 13:28:47 5276e2a83957: Verifying Checksum 13:28:47 5276e2a83957: Download complete 13:28:47 00b52bd57712: Verifying Checksum 13:28:47 00b52bd57712: Download complete 13:28:47 bdd8e4dbf532: Verifying Checksum 13:28:47 bdd8e4dbf532: Download complete 13:28:47 255287ded166: Verifying Checksum 13:28:47 255287ded166: Download complete 13:28:47 cc8484e67675: Verifying Checksum 13:28:47 cc8484e67675: Download complete 13:28:47 2e1829f74053: Download complete 13:28:48 04721dba4a20: Verifying Checksum 13:28:48 04721dba4a20: Download complete 13:28:48 c366a1c4adfb: Verifying Checksum 13:28:48 c366a1c4adfb: Download complete 13:28:48 e87e6bdfd806: Verifying Checksum 13:28:48 e87e6bdfd806: Download complete 13:28:48 f65a232a845d: Verifying Checksum 13:28:48 f65a232a845d: Download complete 13:28:48 0f535eceebd5: Pull complete 13:28:48 e947b7b1adeb: Verifying Checksum 13:28:48 e947b7b1adeb: Download complete 13:28:48 8a30f5893bea: Pull complete 13:28:48 287089fe229e: Pull complete 13:28:48 80369df48736: Pull complete 13:28:49 aaba0609d543: Pull complete 13:28:49 33536ac8210e: Pull complete 13:28:50 35aa8bff600e: Pull complete 13:28:50 6e4c9666aa4e: Pull complete 13:28:51 19f1879d788a: Pull complete 13:28:51 67e5aedb7248: Pull complete 13:28:52 c2e12d421658: Pull complete 13:28:52 e17bea405947: Pull complete 13:28:52 d772b6875ce6: Pull complete 13:28:52 63c92f28c671: Pull complete 13:28:52 53cde3021641: Pull complete 13:28:52 76f528c11881: Pull complete 13:28:52 c7735056400a: Pull complete 13:28:53 87f17d5e5108: Pull complete 13:28:53 b2f928bdfad9: Pull complete 13:28:53 37fe1d2ba301: Pull complete 13:28:53 412ab5a43f85: Pull complete 13:28:54 e87e6bdfd806: Pull complete 13:28:54 93ae0dd0dbef: Pull complete 13:28:54 852945019c22: Pull complete 13:28:54 cb6601eb289a: Pull complete 13:28:54 d262a3eb52a1: Pull complete 13:28:55 9dc1271a9d26: Pull complete Still waiting to schedule task Waiting for next available executor on ‘ubuntu&&!zfs’ 13:28:55 7a1e030a8872: Pull complete 13:28:55 f95c236bd021: Pull complete 13:28:55 f65a232a845d: Pull complete 13:28:55 cc8445b9f190: Pull complete 13:28:55 00b52bd57712: Pull complete 13:28:56 5276e2a83957: Pull complete 13:28:56 bdd8e4dbf532: Pull complete 13:28:56 e947b7b1adeb: Pull complete 13:28:56 Digest: sha256:2cd8035c8cb38a0fa84d09e121d26f3db3e223049abe04941cd586dffab8e8bb 13:28:56 Status: Downloaded newer image for dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:28:56 255287ded166: Pull complete 13:28:56 cc8484e67675: Pull complete 13:28:56 + docker version 13:28:57 Client: Docker Engine - Community 13:28:57 Version: 18.09.7 13:28:57 API version: 1.39 13:28:57 Go version: go1.10.8 13:28:57 Git commit: 2d0083d 13:28:57 Built: Thu Jun 27 17:54:15 2019 13:28:57 OS/Arch: linux/amd64 13:28:57 Experimental: false 13:28:57 13:28:57 Server: Docker Engine - Community 13:28:57 Engine: 13:28:57 Version: 19.03.13 13:28:57 API version: 1.40 (minimum version 1.12) 13:28:57 Go version: go1.13.15 13:28:57 Git commit: 4484c46d9d 13:28:57 Built: Wed Sep 16 17:01:06 2020 13:28:57 OS/Arch: linux/amd64 13:28:57 Experimental: true 13:28:57 containerd: 13:28:57 Version: 1.3.7 13:28:57 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 13:28:57 runc: 13:28:57 Version: 1.0.0-rc10 13:28:57 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 13:28:57 docker-init: 13:28:57 Version: 0.18.0 13:28:57 GitCommit: fec3683 13:28:57 + export DOCKER_VERSIONS=19.03.13 13:28:57 + DOCKER_VERSIONS=19.03.13 13:28:57 + STORAGE_DRIVER=overlay 13:28:57 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 13:28:57 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 13:28:57 ++ hostname 13:28:57 + GIT_VOLUME=--volumes-from=b43cf8898c9e 13:28:57 + . script/test/all 13:28:57 ++ set -e 13:28:57 ++ echo 'Running lint checks' 13:28:57 Running lint checks 13:28:57 ++ docker run --rm --tty --volumes-from=b43cf8898c9e dockerbuildbot/compose:alpine-86bb8fbf2360501e29c4cc87f5a45d8934419a3e tox -e pre-commit 13:28:58 pre-commit installed: appdirs==1.4.4,cfgv==3.2.0,distlib==0.3.1,filelock==3.0.12,identify==1.5.7,importlib-metadata==2.0.0,nodeenv==1.5.0,pre-commit==2.8.2,PyYAML==5.3.1,six==1.15.0,toml==0.10.2,virtualenv==20.1.0,zipp==3.4.0 13:28:58 pre-commit runtests: PYTHONHASHSEED='1696726108' 13:28:58 pre-commit runtests: commands[0] | pre-commit install 13:28:58 pre-commit installed at .git/hooks/pre-commit 13:28:58 pre-commit runtests: commands[1] | pre-commit run --all-files 13:28:58 [WARNING] normalizing pre-commit configuration to a top-level map. support for top level list will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this. 13:28:58 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 13:28:58 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 13:28:58 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 13:28:59 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 13:28:59 04721dba4a20: Pull complete 13:28:59 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 13:28:59 [INFO] Once installed this environment will be reused. 13:28:59 [INFO] This may take a few minutes... 13:28:59 2e1829f74053: Pull complete 13:29:00 c366a1c4adfb: Pull complete 13:29:00 Digest: sha256:c7ffafb0448ff2f5dabc335510d9b60fde813e55b1634e99b37fa41f184a8140 13:29:00 Status: Downloaded newer image for dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e 13:29:01 standard_init_linux.go:211: exec user process caused "exec format error" [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0da5f21738851b3fb) in /home/ubuntu/workspace/compose_PR-6900 [Pipeline] // node [Pipeline] { [Pipeline] } Failed in branch debian_19.03.13_py27 [Pipeline] withDockerRegistry 13:29:02 Sending interrupt signal to process $ 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-6900@tmp/441438f8-6b7f-4e51-9dab-dd7f718db269/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 13:29:07 Terminated 13:29:07 script returned exit code 143 13:29:08 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 13:29:08 [INFO] Once installed this environment will be reused. 13:29:08 [INFO] This may take a few minutes... 13:29:12 Sending interrupt signal to process 13:29:18 Terminated 13:29:18 script returned exit code 143 [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] wrap [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] echo 13:29:23 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 13:29:23 chowning workspace [Pipeline] sh [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] } Failed in branch alpine_19.03.13_py27 [Pipeline] } Failed in branch alpine_19.03.13_py37 13:29:23 + pwd 13:29:23 + id -u 13:29:23 + id -g 13:29:23 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6900:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 13:29:24 Removing all docker containers [Pipeline] sh 13:29:25 + docker container ls -aq [Pipeline] echo 13:29:25 Docker containers have been removed [Pipeline] echo 13:29:25 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 13:29:25 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.13 / baseImage=debian) [Pipeline] checkout 13:29:25 using credential sf-release-bot.github.ssh 13:29:25 Cloning the remote Git repository 13:29:25 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 > git --version # 'git version 2.7.4' 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 13:29:26 Fetching without tags 13:29:27 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900) 13:29:27 Commit message: "Update compose/project.py" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10 [Pipeline] sh 13:29:28 + awk -F : $1 == "Storage Driver" { print $2; exit } 13:29:28 + docker info 13:29:28 WARNING: No swap limit support [Pipeline] echo 13:29:28 Using local system's storage driver: [Pipeline] sh 13:29:28 + pwd 13:29:28 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6900/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.13 -e BUILD_NUMBER=jenkins-compose-PR-6900-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --verbose 13:29:29 standard_init_linux.go:211: exec user process caused "exec format error" [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_19.03.13_py37 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE