Skip to content
Failed

Console Output

Pull request #7029 updated
10:48:11 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from c7740c529ac4f7a6b2b9812a9331304bf903e6ef
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Running on ubuntu-1804-overlay2 (i-07d48821614ecec0b) in /home/ubuntu/workspace/compose_PR-7029
[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-7029@tmp/911d7c57-8890-42a4-b19e-9415e79863e0/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
10:49:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:49:42 chowning workspace
[Pipeline] sh
10:49:43 + uname -m
[Pipeline] sh
10:49:44 + pwd
10:49:44 + id -u
10:49:44 + id -g
10:49:44 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7029:/workspace busybox chown -R 1000:1000 /workspace
10:49:44 Unable to find image 'busybox:latest' locally
10:49:44 latest: Pulling from library/busybox
10:49:44 0f8c40e1270f: Pulling fs layer
10:49:54 0f8c40e1270f: Verifying Checksum
10:49:54 0f8c40e1270f: Download complete
10:49:54 0f8c40e1270f: Pull complete
10:49:54 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
10:49:54 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
10:49:56 Removing all docker containers
[Pipeline] sh
10:49:56 + docker container ls -aq
[Pipeline] echo
10:49:56 Docker containers have been removed
[Pipeline] echo
10:49:56 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:49:56 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
10:49:58 using credential sf-release-bot.github.ssh
10:49:58 Cloning the remote Git repository
10:49:58 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7029 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7029/head:refs/remotes/origin/PR-7029
10:50:02 Fetching without tags
10:50:03 Checking out Revision c7740c529ac4f7a6b2b9812a9331304bf903e6ef (PR-7029)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7029/head:refs/remotes/origin/PR-7029 # 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/7029/head:refs/remotes/origin/PR-7029
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7740c529ac4f7a6b2b9812a9331304bf903e6ef
10:50:03 Commit message: "Update compose/cli/main.py"
 > git rev-list --no-walk 520737544a9e4032af099425dcd3e8153c2b50f4 # timeout=10
[Pipeline] sh
10:50:05 + git rev-parse HEAD
[Pipeline] sh
10:50:05 + docker pull dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef
10:50:05 Error response from daemon: manifest for dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef not found: manifest unknown: manifest unknown
[Pipeline] sh
10:50:06 + script/build/write-git-sha
10:50:06 + GIT_COMMIT=c7740c52
10:50:06 + docker build -t dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=c7740c529ac4f7a6b2b9812a9331304bf903e6ef .
10:50:06 Sending build context to Docker daemon  1.869MB

10:50:06 Step 1/32 : ARG DOCKER_VERSION=18.09.7
10:50:06 Step 2/32 : ARG PYTHON_VERSION=3.7.4
10:50:06 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
10:50:06 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:50:06 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
10:50:06 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
10:50:06 Step 7/32 : ARG BUILD_PLATFORM=alpine
10:50:06 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:50:06 18.09.7: Pulling from library/docker
10:50:06 050382585609: Pulling fs layer
10:50:06 0bb4ee3360d7: Pulling fs layer
10:50:06 893f09c2afb0: Pulling fs layer
10:50:06 3204ba24bdf5: Pulling fs layer
10:50:06 c7a4c34d84a5: Pulling fs layer
10:50:06 758ee1f25c37: Pulling fs layer
10:50:06 3204ba24bdf5: Waiting
10:50:06 c7a4c34d84a5: Waiting
10:50:06 758ee1f25c37: Waiting
10:50:06 0bb4ee3360d7: Verifying Checksum
10:50:06 0bb4ee3360d7: Download complete
10:50:07 3204ba24bdf5: Verifying Checksum
10:50:07 3204ba24bdf5: Download complete
10:50:07 c7a4c34d84a5: Verifying Checksum
10:50:07 c7a4c34d84a5: Download complete
10:50:07 758ee1f25c37: Verifying Checksum
10:50:07 758ee1f25c37: Download complete
10:50:12 050382585609: Verifying Checksum
10:50:12 050382585609: Download complete
10:50:12 050382585609: Pull complete
10:50:12 0bb4ee3360d7: Pull complete
10:50:12 893f09c2afb0: Verifying Checksum
10:50:12 893f09c2afb0: Download complete
10:50:12 893f09c2afb0: Pull complete
10:50:14 3204ba24bdf5: Pull complete
10:50:14 c7a4c34d84a5: Pull complete
10:50:14 758ee1f25c37: Pull complete
10:50:14 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
10:50:15 Status: Downloaded newer image for docker:18.09.7
10:50:15  ---> 108a4437ed8c
10:50:15 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:50:15 3.7.4-alpine3.10: Pulling from library/python
10:50:15 9d48c3bd43c5: Pulling fs layer
10:50:15 c0ea575d71b9: Pulling fs layer
10:50:15 0f535eceebd5: Pulling fs layer
10:50:15 8a30f5893bea: Pulling fs layer
10:50:15 287089fe229e: Pulling fs layer
10:50:15 8a30f5893bea: Waiting
10:50:15 287089fe229e: Waiting
10:50:15 c0ea575d71b9: Verifying Checksum
10:50:15 c0ea575d71b9: Download complete
10:50:15 9d48c3bd43c5: Verifying Checksum
10:50:15 9d48c3bd43c5: Download complete
10:50:15 0f535eceebd5: Verifying Checksum
10:50:15 0f535eceebd5: Download complete
10:50:15 9d48c3bd43c5: Pull complete
10:50:15 c0ea575d71b9: Pull complete
10:50:18 0f535eceebd5: Pull complete
10:50:18 287089fe229e: Verifying Checksum
10:50:18 287089fe229e: Download complete
10:50:19 8a30f5893bea: Verifying Checksum
10:50:19 8a30f5893bea: Download complete
10:50:19 8a30f5893bea: Pull complete
10:50:20 287089fe229e: Pull complete
10:50:20 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
10:50:20 Status: Downloaded newer image for python:3.7.4-alpine3.10
10:50:20  ---> f309434dea3a
10:50:20 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
10:50:21  ---> Running in 685142ec1427
10:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
10:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
10:50:23 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:50:23 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:50:23 (3/34) Installing bash (5.0.0-r0)
10:50:23 Executing bash-5.0.0-r0.post-install
10:50:23 (4/34) Installing binutils (2.32-r0)
10:50:23 (5/34) Installing libmagic (5.37-r1)
10:50:23 (6/34) Installing file (5.37-r1)
10:50:23 (7/34) Installing gmp (6.1.2-r1)
10:50:23 (8/34) Installing isl (0.18-r0)
10:50:23 (9/34) Installing libgomp (8.3.0-r0)
10:50:23 (10/34) Installing libatomic (8.3.0-r0)
10:50:23 (11/34) Installing libgcc (8.3.0-r0)
10:50:23 (12/34) Installing mpfr3 (3.1.5-r1)
10:50:23 (13/34) Installing mpc1 (1.1.0-r0)
10:50:23 (14/34) Installing libstdc++ (8.3.0-r0)
10:50:23 (15/34) Installing gcc (8.3.0-r0)
10:50:25 (16/34) Installing musl-dev (1.1.22-r3)
10:50:25 (17/34) Installing libc-dev (0.7.1-r0)
10:50:25 (18/34) Installing g++ (8.3.0-r0)
10:50:25 (19/34) Installing make (4.2.1-r2)
10:50:25 (20/34) Installing fortify-headers (1.1-r0)
10:50:25 (21/34) Installing build-base (0.5-r1)
10:50:25 (22/34) Installing nghttp2-libs (1.39.2-r0)
10:50:25 (23/34) Installing libcurl (7.66.0-r0)
10:50:25 (24/34) Installing curl (7.66.0-r0)
10:50:25 (25/34) Installing pcre2 (10.33-r0)
10:50:25 (26/34) Installing git (2.22.0-r0)
10:50:25 (27/34) Installing linux-headers (4.19.36-r0)
10:50:25 (28/34) Installing pkgconf (1.6.1-r1)
10:50:25 (29/34) Installing libffi-dev (3.2.1-r6)
10:50:25 (30/34) Installing openssl (1.1.1d-r0)
10:50:25 (31/34) Installing openssl-dev (1.1.1d-r0)
10:50:26 (32/34) Installing python2 (2.7.16-r1)
10:50:26 (33/34) Installing python2-dev (2.7.16-r1)
10:50:26 (34/34) Installing zlib-dev (1.2.11-r1)
10:50:26 Executing busybox-1.30.1-r2.trigger
10:50:26 Executing ca-certificates-20190108-r0.trigger
10:50:27 OK: 266 MiB in 67 packages
10:50:33 Removing intermediate container 685142ec1427
10:50:33  ---> 6537d237948d
10:50:33 Step 11/32 : ENV BUILD_BOOTLOADER=1
10:50:33  ---> Running in 7731ea41e9bf
10:50:34 Removing intermediate container 7731ea41e9bf
10:50:34  ---> a9583ae977cc
10:50:34 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:50:34 3.7.4-slim-stretch: Pulling from library/python
10:50:34 80369df48736: Pulling fs layer
10:50:34 aaba0609d543: Pulling fs layer
10:50:34 33536ac8210e: Pulling fs layer
10:50:34 35aa8bff600e: Pulling fs layer
10:50:34 6e4c9666aa4e: Pulling fs layer
10:50:34 35aa8bff600e: Waiting
10:50:34 6e4c9666aa4e: Waiting
10:50:34 80369df48736: Verifying Checksum
10:50:34 80369df48736: Download complete
10:50:34 33536ac8210e: Verifying Checksum
10:50:34 33536ac8210e: Download complete
10:50:35 aaba0609d543: Verifying Checksum
10:50:35 aaba0609d543: Download complete
10:50:36 80369df48736: Pull complete
10:50:37 aaba0609d543: Pull complete
10:50:38 33536ac8210e: Pull complete
10:50:40 6e4c9666aa4e: Download complete
10:50:40 35aa8bff600e: Verifying Checksum
10:50:40 35aa8bff600e: Download complete
10:50:40 35aa8bff600e: Pull complete
10:50:40 6e4c9666aa4e: Pull complete
10:50:40 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
10:50:40 Status: Downloaded newer image for python:3.7.4-slim-stretch
10:50:40  ---> fad2b9f06d3b
10:50:40 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
10:50:41  ---> Running in a05212b86753
10:50:43 Ign:1 http://deb.debian.org/debian stretch InRelease
10:50:43 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
10:50:43 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
10:50:43 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
10:50:43 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
10:50:43 Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
10:50:43 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB]
10:50:44 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
10:50:45 Fetched 7927 kB in 2s (2645 kB/s)
10:50:46 Reading package lists...
10:50:47 Reading package lists...
10:50:47 Building dependency tree...
10:50:47 Reading state information...
10:50:47 openssl is already the newest version (1.1.0l-1~deb9u1).
10:50:47 openssl set to manually installed.
10:50:47 The following additional packages will be installed:
10:50:47   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
10:50:47   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
10:50:47   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
10:50:47   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
10:50:47   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
10:50:47   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
10:50:47   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
10:50:47   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
10:50:47   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
10:50:47   python2.7-minimal
10:50:47 Suggested packages:
10:50:47   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
10:50:47   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
10:50:47   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
10:50:47   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
10:50:47   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
10:50:47   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
10:50:47   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
10:50:47   | libterm-readline-perl-perl python2.7-doc binfmt-support
10:50:47 Recommended packages:
10:50:47   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
10:50:47   libsasl2-modules libssl-doc bzip2 file xz-utils rename
10:50:48 The following NEW packages will be installed:
10:50:48   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
10:50:48   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
10:50:48   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
10:50:48   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
10:50:48   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
10:50:48   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
10:50:48   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
10:50:48   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
10:50:48   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
10:50:48   libubsan0 libunistring0 linux-libc-dev make mime-support perl
10:50:48   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
10:50:49 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
10:50:49 Need to get 79.6 MB of archives.
10:50:49 After this operation, 271 MB of additional disk space will be used.
10:50:49 Get:1 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
10:50:49 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
10:50:49 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2t-1~deb9u1 [1304 kB]
10:50:49 Get:4 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
10:50:49 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB]
10:50:49 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
10:50:49 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
10:50:49 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
10:50:49 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
10:50:49 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
10:50:49 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
10:50:49 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
10:50:49 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
10:50:49 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
10:50:49 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
10:50:49 Get:16 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
10:50:49 Get:17 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
10:50:49 Get:18 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
10:50:49 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
10:50:49 Get:20 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
10:50:49 Get:21 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
10:50:49 Get:22 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
10:50:49 Get:23 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
10:50:49 Get:24 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
10:50:49 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
10:50:49 Get:26 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
10:50:49 Get:27 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
10:50:49 Get:28 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
10:50:49 Get:29 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
10:50:49 Get:30 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
10:50:49 Get:31 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
10:50:49 Get:32 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u4 [1433 kB]
10:50:49 Get:33 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u4 [4167 kB]
10:50:49 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
10:50:49 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
10:50:49 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
10:50:49 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
10:50:49 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
10:50:49 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
10:50:50 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
10:50:50 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
10:50:50 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
10:50:50 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
10:50:50 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
10:50:50 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
10:50:50 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
10:50:50 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
10:50:50 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
10:50:50 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
10:50:50 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
10:50:50 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
10:50:50 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
10:50:50 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
10:50:50 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
10:50:50 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
10:50:50 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
10:50:50 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
10:50:50 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
10:50:50 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
10:50:50 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
10:50:50 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
10:50:50 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
10:50:50 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
10:50:50 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
10:50:50 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
10:50:50 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
10:50:50 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
10:50:50 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
10:50:51 debconf: delaying package configuration, since apt-utils is not installed
10:50:51 Fetched 79.6 MB in 2s (31.8 MB/s)
10:50:51 Selecting previously unselected package perl-modules-5.24.
10:50:51 (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.)
10:50:51 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
10:50:51 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
10:50:52 Selecting previously unselected package libperl5.24:amd64.
10:50:52 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
10:50:52 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
10:50:52 Selecting previously unselected package perl.
10:50:52 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
10:50:52 Unpacking perl (5.24.1-3+deb9u5) ...
10:50:52 Selecting previously unselected package libgmp10:amd64.
10:50:52 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
10:50:52 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
10:50:52 Selecting previously unselected package libnettle6:amd64.
10:50:52 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
10:50:52 Unpacking libnettle6:amd64 (3.3-1+b2) ...
10:50:52 Selecting previously unselected package libhogweed4:amd64.
10:50:52 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
10:50:52 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
10:50:52 Selecting previously unselected package libidn11:amd64.
10:50:52 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
10:50:52 Unpacking libidn11:amd64 (1.33-1) ...
10:50:52 Selecting previously unselected package libp11-kit0:amd64.
10:50:52 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
10:50:52 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
10:50:52 Selecting previously unselected package libtasn1-6:amd64.
10:50:52 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
10:50:52 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
10:50:52 Selecting previously unselected package libgnutls30:amd64.
10:50:52 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
10:50:52 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
10:50:53 Selecting previously unselected package libkeyutils1:amd64.
10:50:53 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
10:50:53 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
10:50:53 Selecting previously unselected package libkrb5support0:amd64.
10:50:53 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
10:50:53 Selecting previously unselected package libk5crypto3:amd64.
10:50:53 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
10:50:53 Selecting previously unselected package libkrb5-3:amd64.
10:50:53 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
10:50:53 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:50:53 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
10:50:53 Selecting previously unselected package libunistring0:amd64.
10:50:53 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
10:50:53 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
10:50:53 Selecting previously unselected package libidn2-0:amd64.
10:50:53 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
10:50:53 Selecting previously unselected package libsasl2-modules-db:amd64.
10:50:53 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
10:50:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:50:53 Selecting previously unselected package libsasl2-2:amd64.
10:50:53 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
10:50:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:50:53 Selecting previously unselected package libldap-common.
10:50:53 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
10:50:53 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
10:50:53 Selecting previously unselected package libldap-2.4-2:amd64.
10:50:53 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
10:50:53 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
10:50:53 Selecting previously unselected package libnghttp2-14:amd64.
10:50:53 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
10:50:53 Selecting previously unselected package libpsl5:amd64.
10:50:53 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
10:50:53 Unpacking libpsl5:amd64 (0.17.0-3) ...
10:50:53 Selecting previously unselected package librtmp1:amd64.
10:50:53 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
10:50:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
10:50:53 Selecting previously unselected package libssh2-1:amd64.
10:50:53 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
10:50:53 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
10:50:53 Selecting previously unselected package libcurl3-gnutls:amd64.
10:50:53 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
10:50:53 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
10:50:53 Selecting previously unselected package liberror-perl.
10:50:53 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
10:50:53 Unpacking liberror-perl (0.17024-1) ...
10:50:53 Selecting previously unselected package git-man.
10:50:53 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
10:50:53 Unpacking git-man (1:2.11.0-3+deb9u4) ...
10:50:54 Selecting previously unselected package git.
10:50:54 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u4_amd64.deb ...
10:50:54 Unpacking git (1:2.11.0-3+deb9u4) ...
10:50:54 Selecting previously unselected package libpython2.7-minimal:amd64.
10:50:54 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
10:50:54 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
10:50:54 Selecting previously unselected package python2.7-minimal.
10:50:54 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
10:50:54 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
10:50:55 Selecting previously unselected package libssl1.0.2:amd64.
10:50:55 Preparing to unpack .../31-libssl1.0.2_1.0.2t-1~deb9u1_amd64.deb ...
10:50:55 Unpacking libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
10:50:55 Selecting previously unselected package mime-support.
10:50:55 Preparing to unpack .../32-mime-support_3.60_all.deb ...
10:50:55 Unpacking mime-support (3.60) ...
10:50:55 Selecting previously unselected package libpython2.7-stdlib:amd64.
10:50:55 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
10:50:55 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
10:50:55 Selecting previously unselected package python2.7.
10:50:55 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
10:50:55 Unpacking python2.7 (2.7.13-2+deb9u3) ...
10:50:55 Selecting previously unselected package binutils.
10:50:55 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
10:50:55 Unpacking binutils (2.28-5) ...
10:50:56 Selecting previously unselected package libisl15:amd64.
10:50:56 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
10:50:56 Unpacking libisl15:amd64 (0.18-1) ...
10:50:56 Selecting previously unselected package libmpfr4:amd64.
10:50:56 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
10:50:56 Unpacking libmpfr4:amd64 (3.1.5-1) ...
10:50:56 Selecting previously unselected package libmpc3:amd64.
10:50:56 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
10:50:56 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
10:50:56 Selecting previously unselected package cpp-6.
10:50:56 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
10:50:56 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package cpp.
10:50:58 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
10:50:58 Unpacking cpp (4:6.3.0-4) ...
10:50:58 Selecting previously unselected package libcurl3:amd64.
10:50:58 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
10:50:58 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
10:50:58 Selecting previously unselected package curl.
10:50:58 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
10:50:58 Unpacking curl (7.52.1-5+deb9u9) ...
10:50:58 Selecting previously unselected package libcc1-0:amd64.
10:50:58 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libgomp1:amd64.
10:50:58 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libitm1:amd64.
10:50:58 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libatomic1:amd64.
10:50:58 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libasan3:amd64.
10:50:58 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package liblsan0:amd64.
10:50:58 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libtsan0:amd64.
10:50:58 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libubsan0:amd64.
10:50:58 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libcilkrts5:amd64.
10:50:58 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libmpx2:amd64.
10:50:58 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libquadmath0:amd64.
10:50:58 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package libgcc-6-dev:amd64.
10:50:58 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
10:50:58 Selecting previously unselected package gcc-6.
10:50:58 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
10:50:58 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
10:51:00 Selecting previously unselected package gcc.
10:51:00 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
10:51:00 Unpacking gcc (4:6.3.0-4) ...
10:51:00 Selecting previously unselected package libc-dev-bin.
10:51:00 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
10:51:00 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
10:51:00 Selecting previously unselected package linux-libc-dev:amd64.
10:51:00 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ...
10:51:00 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
10:51:00 Selecting previously unselected package libc6-dev:amd64.
10:51:00 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
10:51:00 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
10:51:01 Selecting previously unselected package libexpat1-dev:amd64.
10:51:01 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
10:51:01 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
10:51:01 Selecting previously unselected package libffi-dev:amd64.
10:51:01 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
10:51:01 Unpacking libffi-dev:amd64 (3.2.1-6) ...
10:51:01 Selecting previously unselected package libpython2.7:amd64.
10:51:01 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
10:51:01 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
10:51:01 Selecting previously unselected package libpython2.7-dev:amd64.
10:51:01 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
10:51:01 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
10:51:04 Selecting previously unselected package libssl-dev:amd64.
10:51:04 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
10:51:04 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
10:51:04 Selecting previously unselected package make.
10:51:04 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
10:51:04 Unpacking make (4.1-9.1) ...
10:51:04 Selecting previously unselected package python2.7-dev.
10:51:04 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
10:51:04 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
10:51:04 Selecting previously unselected package zlib1g-dev:amd64.
10:51:04 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
10:51:04 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
10:51:04 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
10:51:04 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
10:51:04 Setting up libnettle6:amd64 (3.3-1+b2) ...
10:51:04 Setting up git-man (1:2.11.0-3+deb9u4) ...
10:51:04 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up make (4.1-9.1) ...
10:51:04 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
10:51:04 Setting up mime-support (3.60) ...
10:51:04 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
10:51:04 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
10:51:04 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:51:04 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
10:51:04 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:51:04 Setting up libffi-dev:amd64 (3.2.1-6) ...
10:51:04 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
10:51:04 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up perl (5.24.1-3+deb9u5) ...
10:51:04 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
10:51:04 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
10:51:04 Setting up libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
10:51:04 debconf: unable to initialize frontend: Dialog
10:51:04 debconf: (TERM is not set, so the dialog frontend is not usable.)
10:51:04 debconf: falling back to frontend: Readline
10:51:04 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
10:51:04 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
10:51:04 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
10:51:04 Processing triggers for libc-bin (2.24-11+deb9u4) ...
10:51:04 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
10:51:05 Setting up libp11-kit0:amd64 (0.23.3-2) ...
10:51:05 Setting up libmpfr4:amd64 (3.1.5-1) ...
10:51:05 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
10:51:05 Setting up binutils (2.28-5) ...
10:51:05 Setting up libc-dev-bin (2.24-11+deb9u4) ...
10:51:05 Setting up libkeyutils1:amd64 (1.5.9-9) ...
10:51:05 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
10:51:05 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
10:51:05 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
10:51:05 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
10:51:05 Setting up libidn11:amd64 (1.33-1) ...
10:51:05 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
10:51:05 Linking and byte-compiling packages for runtime python2.7...
10:51:05 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
10:51:05 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
10:51:05 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
10:51:05 Setting up liberror-perl (0.17024-1) ...
10:51:05 Setting up libpsl5:amd64 (0.17.0-3) ...
10:51:05 Setting up python2.7 (2.7.13-2+deb9u3) ...
10:51:06 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
10:51:06 Setting up libhogweed4:amd64 (3.3-1+b2) ...
10:51:06 Setting up libisl15:amd64 (0.18-1) ...
10:51:06 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
10:51:06 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
10:51:06 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
10:51:06 Setting up cpp-6 (6.3.0-18+deb9u1) ...
10:51:06 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
10:51:06 Setting up cpp (4:6.3.0-4) ...
10:51:06 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
10:51:06 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
10:51:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
10:51:06 Setting up gcc-6 (6.3.0-18+deb9u1) ...
10:51:06 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
10:51:06 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
10:51:06 Setting up gcc (4:6.3.0-4) ...
10:51:06 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
10:51:06 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
10:51:06 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
10:51:06 Setting up git (1:2.11.0-3+deb9u4) ...
10:51:06 Setting up curl (7.52.1-5+deb9u9) ...
10:51:06 Processing triggers for libc-bin (2.24-11+deb9u4) ...
10:51:14 Removing intermediate container a05212b86753
10:51:14  ---> ccf9a941fffd
10:51:14 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
10:51:14  ---> a9583ae977cc
10:51:14 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
10:51:14  ---> fe803d0456b2
10:51:14 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
10:51:14  ---> Running in 9f1d62f88925
10:51:15 Removing intermediate container 9f1d62f88925
10:51:15  ---> 23eda4c930b4
10:51:15 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
10:51:19  ---> 91d1e5ebd9be
10:51:19 Step 18/32 : WORKDIR /code/
10:51:19  ---> Running in 110950b117d5
10:51:19 Removing intermediate container 110950b117d5
10:51:19  ---> 5d41b6a77768
10:51:19 Step 19/32 : RUN pip install virtualenv==16.2.0
10:51:19  ---> Running in bb365989542f
10:51:27 Collecting virtualenv==16.2.0
10:51:27   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
10:51:27 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
10:51:27 Installing collected packages: virtualenv
10:51:27 Successfully installed virtualenv-16.2.0
10:51:30 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:51:30 You should consider upgrading via the 'pip install --upgrade pip' command.
10:51:32 Removing intermediate container bb365989542f
10:51:32  ---> 934a39afc582
10:51:32 Step 20/32 : RUN pip install tox==2.9.1
10:51:32  ---> Running in 9fd4eeb35e7c
10:51:39 Collecting tox==2.9.1
10:51:39   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
10:51:39 Collecting six
10:51:39   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
10:51:39 Collecting pluggy<1.0,>=0.3.0
10:51:39   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
10:51:39 Collecting py>=1.4.17
10:51:39   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
10:51:39 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)
10:51:39 Collecting importlib-metadata>=0.12; python_version < "3.8"
10:51:39   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
10:51:39 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)
10:51:39 Collecting zipp>=0.5
10:51:39   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
10:51:39 Collecting more-itertools
10:51:39   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
10:51:39 Installing collected packages: six, more-itertools, zipp, importlib-metadata, pluggy, py, tox
10:51:39 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
10:51:39 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:51:39 You should consider upgrading via the 'pip install --upgrade pip' command.
10:51:41 Removing intermediate container 9fd4eeb35e7c
10:51:41  ---> c8a483d59bd8
10:51:41 Step 21/32 : COPY requirements.txt .
10:51:41  ---> e6022f466612
10:51:41 Step 22/32 : COPY requirements-dev.txt .
10:51:41  ---> 566748cc1074
10:51:41 Step 23/32 : COPY .pre-commit-config.yaml .
10:51:42  ---> 6f5f45dd45c9
10:51:42 Step 24/32 : COPY tox.ini .
10:51:42  ---> 63fd7bffa85c
10:51:42 Step 25/32 : COPY setup.py .
10:51:42  ---> bc1003365b7d
10:51:42 Step 26/32 : COPY README.md .
10:51:43  ---> 5c9f0484d29a
10:51:43 Step 27/32 : COPY compose compose/
10:51:43  ---> 5f4e37fa81ce
10:51:43 Step 28/32 : RUN tox --notest
10:51:43  ---> Running in 591cb272a8d4
10:51:44 py27 create: /code/.tox/py27
10:51:59 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:54:05 py27 develop-inst: /code
10:54:07 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
10:54:07 py37 create: /code/.tox/py37
10:54:19 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:56:25 py37 develop-inst: /code
10:56:25 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
10:56:25 pre-commit create: /code/.tox/pre-commit
10:56:33 pre-commit installdeps: pre-commit
10:56:46 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
10:56:46 ___________________________________ summary ____________________________________
10:56:46   py27: skipped tests
10:56:46   py37: skipped tests
10:56:46   pre-commit: skipped tests
10:56:46   congratulations :)
10:56:47 Removing intermediate container 591cb272a8d4
10:56:47  ---> 21ccd0ad7624
10:56:47 Step 29/32 : COPY . .
10:56:47  ---> 5b9ee124d4a2
10:56:47 Step 30/32 : ARG GIT_COMMIT=unknown
10:56:48  ---> Running in 56aac9f8c6ba
10:56:48 Removing intermediate container 56aac9f8c6ba
10:56:48  ---> 1414e9a8fd2f
10:56:48 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
10:56:48  ---> Running in b97409d7b0ad
10:56:48 Removing intermediate container b97409d7b0ad
10:56:48  ---> d008e0269f96
10:56:48 Step 32/32 : RUN script/build/linux-entrypoint
10:56:48  ---> Running in 6cf007554acd
10:56:49 + CODE_PATH=/code
10:56:49 + VENV=/code/.tox/py37
10:56:49 + cd /code
10:56:49 + mkdir -p dist
10:56:49 + chmod 777 dist
10:56:49 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
10:57:07 + '[' -z c7740c529ac4f7a6b2b9812a9331304bf903e6ef ']'
10:57:07 + echo c7740c529ac4f7a6b2b9812a9331304bf903e6ef
10:57:07 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:57:07 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:57:07 + '[' '!' -z 1 ']'
10:57:07 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
10:57:07 Cloning into '/tmp/pyinstaller'...
10:57:11 + cd /tmp/pyinstaller/bootloader
10:57:11 + git checkout v3.5
10:57:11 Note: checking out 'v3.5'.
10:57:11 
10:57:11 You are in 'detached HEAD' state. You can look around, make experimental
10:57:11 changes and commit them, and you can discard any commits you make in this
10:57:11 state without impacting any branches by performing another checkout.
10:57:11 
10:57:11 If you want to create a new branch to retain commits you create, you may
10:57:11 do so (now or later) by using -b with the checkout command again. Example:
10:57:11 
10:57:11   git checkout -b <new-branch-name>
10:57:11 
10:57:11 HEAD is now at 498e6ee0 Release 3.5.
10:57:11 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
10:57:11 Setting top to                           : /tmp/pyinstaller/bootloader 
10:57:11 Setting out to                           : /tmp/pyinstaller/bootloader/build 
10:57:11 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
10:57:11 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
10:57:11 Checking size of pointer                 : 8 
10:57:11 Platform                                 : Linux-64bit detected based on compiler 
10:57:11 Checking for flags -m64                  : yes 
10:57:11 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
10:57:11 Checking for program 'strip'             : /usr/bin/strip 
10:57:11 Checking for library dl                  : yes 
10:57:11 Checking for library m                   : yes 
10:57:11 Checking for library z                   : yes 
10:57:11 Checking for function unsetenv           : yes 
10:57:11 Checking for function mkdtemp            : yes 
10:57:11 Checking for flags -Wl,--as-needed       : yes 
10:57:11 'configure' finished successfully (0.334s)
10:57:11 'all' finished successfully (0.000s)
10:57:11 'distclean' finished successfully (0.001s)
10:57:11 Setting top to                           : /tmp/pyinstaller/bootloader 
10:57:11 Setting out to                           : /tmp/pyinstaller/bootloader/build 
10:57:11 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
10:57:11 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
10:57:11 Checking size of pointer                 : 8 
10:57:11 Platform                                 : Linux-64bit detected based on compiler 
10:57:11 Checking for flags -m64                  : yes 
10:57:11 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
10:57:11 Checking for program 'strip'             : /usr/bin/strip 
10:57:11 Checking for library dl                  : yes 
10:57:11 Checking for library m                   : yes 
10:57:11 Checking for library z                   : yes 
10:57:11 Checking for function unsetenv           : yes 
10:57:11 Checking for function mkdtemp            : yes 
10:57:12 Checking for flags -Wl,--as-needed       : yes 
10:57:12 'configure' finished successfully (0.309s)
10:57:12 'make_all' finished successfully (0.003s)
10:57:12 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
10:57:12 [ 1/13] Compiling src/pyi_python.c
10:57:12 [ 2/13] Compiling src/pyi_global.c
10:57:12 [ 3/13] Compiling src/pyi_archive.c
10:57:12 [ 4/13] Compiling src/pyi_launch.c
10:57:12 [ 5/13] Compiling src/pyi_utils.c
10:57:12 [ 6/13] Compiling src/pyi_win32_utils.c
10:57:12 [ 7/13] Compiling src/pyi_main.c
10:57:12 [ 8/13] Compiling src/pyi_pythonlib.c
10:57:12 [ 9/13] Compiling src/pyi_python27_compat.c
10:57:12 [10/13] Compiling src/main.c
10:57:12 [11/13] Compiling src/pyi_path.c
10:57:12 [12/13] Linking build/debug/run_d
10:57:12 [13/13] Processing build/debug/run_d
10:57:12 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
10:57:12 'build_debug' finished successfully (0.722s)
10:57:12 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
10:57:12 [ 1/13] Compiling src/pyi_python.c
10:57:12 [ 2/13] Compiling src/pyi_global.c
10:57:12 [ 3/13] Compiling src/main.c
10:57:12 [ 4/13] Compiling src/pyi_utils.c
10:57:12 [ 5/13] Compiling src/pyi_python27_compat.c
10:57:12 [ 6/13] Compiling src/pyi_win32_utils.c
10:57:12 [ 7/13] Compiling src/pyi_main.c
10:57:13 [ 8/13] Compiling src/pyi_pythonlib.c
10:57:13 [ 9/13] Compiling src/pyi_path.c
10:57:13 [10/13] Compiling src/pyi_archive.c
10:57:13 [11/13] Compiling src/pyi_launch.c
10:57:13 [12/13] Linking build/release/run
10:57:13 [13/13] Processing build/release/run
10:57:13 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
10:57:13 'build_release' finished successfully (0.691s)
10:57:13 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
10:57:13 [13/14] Processing build/debug/run_d
10:57:13 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
10:57:13 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
10:57:13 'install_debug' finished successfully (0.016s)
10:57:13 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
10:57:13 [13/14] Processing build/release/run
10:57:13 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
10:57:13 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
10:57:13 'install_release' finished successfully (0.014s)
10:57:13 + /code/.tox/py37/bin/pip3 install ..
10:57:13 Processing /tmp/pyinstaller
10:57:13   Installing build dependencies: started
10:57:19   Installing build dependencies: finished with status 'done'
10:57:19   Getting requirements to build wheel: started
10:57:19   Getting requirements to build wheel: finished with status 'done'
10:57:19     Preparing wheel metadata: started
10:57:19     Preparing wheel metadata: finished with status 'done'
10:57:19 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
10:57:19 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
10:57:19 Building wheels for collected packages: PyInstaller
10:57:19   Building wheel for PyInstaller (PEP 517): started
10:57:20   Building wheel for PyInstaller (PEP 517): finished with status 'done'
10:57:20   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=b833c98aed3553ca0b6994162643eeb99af244b8554c4097d08a28e12d035ac6
10:57:20   Stored in directory: /tmp/pip-ephem-wheel-cache-b_8caru2/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
10:57:20 Successfully built PyInstaller
10:57:20 Installing collected packages: PyInstaller
10:57:20   Found existing installation: PyInstaller 3.5
10:57:20     Uninstalling PyInstaller-3.5:
10:57:20       Successfully uninstalled PyInstaller-3.5
10:57:21 Successfully installed PyInstaller-3.5
10:57:21 + cd /code
10:57:21 + rm -Rf /tmp/pyinstaller
10:57:21 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
10:57:21 38 INFO: PyInstaller: 3.5
10:57:21 38 INFO: Python: 3.7.4
10:57:21 42 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
10:57:21 44 INFO: UPX is not available.
10:57:21 46 INFO: Extending PYTHONPATH with paths
10:57:21 ['/code/bin', '/code']
10:57:21 46 INFO: checking Analysis
10:57:21 46 INFO: Building Analysis because Analysis-00.toc is non existent
10:57:21 46 INFO: Initializing module dependency graph...
10:57:21 49 INFO: Initializing module graph hooks...
10:57:21 50 INFO: Analyzing base_library.zip ...
10:57:24 2514 INFO: running Analysis Analysis-00.toc
10:57:24 2524 INFO: Caching module hooks...
10:57:24 2528 INFO: Analyzing bin/docker-compose
10:57:24 2609 INFO: Processing pre-find module path hook   distutils
10:57:24 2610 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
10:57:24 2785 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
10:57:25 3644 INFO: Processing pre-safe import module hook   six.moves
10:57:27 5972 INFO: Loading module hooks...
10:57:27 5973 INFO: Loading module hook "hook-certifi.py"...
10:57:27 5973 INFO: Loading module hook "hook-jsonschema.py"...
10:57:27 5975 INFO: Loading module hook "hook-xml.py"...
10:57:27 6013 INFO: Loading module hook "hook-nacl.py"...
10:57:27 6014 INFO: Loading module hook "hook-distutils.py"...
10:57:27 6016 INFO: Loading module hook "hook-pkg_resources.py"...
10:57:27 6178 INFO: Processing pre-safe import module hook   win32com
10:57:27 6343 INFO: Loading module hook "hook-pydoc.py"...
10:57:27 6343 INFO: Loading module hook "hook-sysconfig.py"...
10:57:27 6349 INFO: Loading module hook "hook-encodings.py"...
10:57:27 6387 INFO: Loading module hook "hook-cryptography.py"...
10:57:28 6572 INFO: Looking for ctypes DLLs
10:57:28 Illegal option -p
10:57:28 6601 INFO: Analyzing run-time hooks ...
10:57:28 6609 INFO: Including run-time hook 'pyi_rth_certifi.py'
10:57:28 6610 INFO: Including run-time hook 'pyi_rth_pkgres.py'
10:57:28 6619 INFO: Looking for dynamic libraries
10:57:28 6830 INFO: Looking for eggs
10:57:28 6830 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
10:57:28 6839 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
10:57:28 6891 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
10:57:28 6912 INFO: checking PYZ
10:57:28 6912 INFO: Building PYZ because PYZ-00.toc is non existent
10:57:28 6913 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
10:57:29 7635 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
10:57:29 7646 INFO: checking PKG
10:57:29 7646 INFO: Building PKG because PKG-00.toc is non existent
10:57:29 7646 INFO: Building PKG (CArchive) PKG-00.pkg
10:57:41 18694 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
10:57:41 18698 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
10:57:41 18698 INFO: checking EXE
10:57:41 18698 INFO: Building EXE because EXE-00.toc is non existent
10:57:41 18698 INFO: Building EXE from EXE-00.toc
10:57:41 18698 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
10:57:41 19374 INFO: Building EXE from EXE-00.toc completed successfully.
10:57:41 + ls -la dist/
10:57:41 total 17120
10:57:41 drwxrwxrwx    2 root     root          4096 Nov 19 10:57 .
10:57:41 drwxr-xr-x    1 root     root          4096 Nov 19 10:57 ..
10:57:41 -rwxr-xr-x    1 root     root      17515528 Nov 19 10:57 docker-compose
10:57:41 + ldd dist/docker-compose
10:57:41 	/lib/ld-musl-x86_64.so.1 (0x7f3bd53d0000)
10:57:41 	libz.so.1 => /lib/libz.so.1 (0x7f3bd539a000)
10:57:41 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f3bd53d0000)
10:57:41 + mv dist/docker-compose /usr/local/bin
10:57:41 + docker-compose version
10:57:41 docker-compose version 1.25.0dev, build c7740c529ac4f7a6b2b9812a9331304bf903e6ef
10:57:41 docker-py version: 4.1.0
10:57:41 CPython version: 3.7.4
10:57:41 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
10:57:44 Removing intermediate container 6cf007554acd
10:57:44  ---> dd8e4747e52f
10:57:44 Successfully built dd8e4747e52f
10:57:44 Successfully tagged dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef
[Pipeline] sh
10:57:45 + docker push dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef
10:57:45 The push refers to repository [docker.io/dockerbuildbot/compose]
10:57:45 d272267f5c27: Preparing
10:57:45 a4c57348d93b: Preparing
10:57:45 fe22eb8d770d: Preparing
10:57:45 2aeffe693ca9: Preparing
10:57:45 c7b38f87ec56: Preparing
10:57:45 66303941c30b: Preparing
10:57:45 3b739289beaa: Preparing
10:57:45 e5dd575d91ee: Preparing
10:57:45 c33fc61ee5ad: Preparing
10:57:45 5f807d60b4da: Preparing
10:57:45 4f8bfdc56635: Preparing
10:57:45 4e6e3e88372e: Preparing
10:57:45 5e78f999c61a: Preparing
10:57:45 9f5bfe7eecc9: Preparing
10:57:45 94f81a897e1e: Preparing
10:57:45 86831b127e43: Preparing
10:57:45 2a8b7fd42278: Preparing
10:57:45 6a1aa47d6606: Preparing
10:57:45 7b66164940a3: Preparing
10:57:45 c5728f2d608b: Preparing
10:57:45 03901b4a2ea8: Preparing
10:57:45 5e78f999c61a: Waiting
10:57:45 9f5bfe7eecc9: Waiting
10:57:45 94f81a897e1e: Waiting
10:57:45 86831b127e43: Waiting
10:57:45 2a8b7fd42278: Waiting
10:57:45 6a1aa47d6606: Waiting
10:57:45 7b66164940a3: Waiting
10:57:45 c5728f2d608b: Waiting
10:57:45 03901b4a2ea8: Waiting
10:57:45 66303941c30b: Waiting
10:57:45 3b739289beaa: Waiting
10:57:45 e5dd575d91ee: Waiting
10:57:45 c33fc61ee5ad: Waiting
10:57:45 5f807d60b4da: Waiting
10:57:45 4f8bfdc56635: Waiting
10:57:45 4e6e3e88372e: Waiting
10:57:46 2aeffe693ca9: Pushed
10:57:47 c7b38f87ec56: Pushed
10:57:47 a4c57348d93b: Pushed
10:57:48 66303941c30b: Pushed
10:57:49 e5dd575d91ee: Pushed
10:57:50 5f807d60b4da: Pushed
10:57:54 4f8bfdc56635: Pushed
10:57:55 c33fc61ee5ad: Pushed
10:57:56 4e6e3e88372e: Pushed
10:57:57 d272267f5c27: Pushed
10:57:57 94f81a897e1e: Pushed
10:58:01 3b739289beaa: Pushed
10:58:04 fe22eb8d770d: Pushed
10:58:05 2a8b7fd42278: Layer already exists
10:58:05 7b66164940a3: Layer already exists
10:58:06 5e78f999c61a: Pushed
10:58:06 c5728f2d608b: Layer already exists
10:58:07 6a1aa47d6606: Layer already exists
10:58:07 03901b4a2ea8: Layer already exists
10:58:10 9f5bfe7eecc9: Pushed
10:58:20 86831b127e43: Pushed
10:58:32 alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef: digest: sha256:ab59d92241296fc2feafdbdb33f00d33602256a7acac0a1b70062bc872c9cf46 size: 4715
[Pipeline] echo
10:58:32 dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-057d3f9ba69541d36) in /home/ubuntu/workspace/compose_PR-7029
[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-7029@tmp/e2458939-3db0-4211-8c77-6ff4fe0b3324/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
10:58:33 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef /code/script/test/versions.py -n 2 docker/docker-ce recent
10:58:33 Unable to find image 'dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef' locally
10:58:33 alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef: Pulling from dockerbuildbot/compose
10:58:33 9d48c3bd43c5: Already exists
10:58:33 c0ea575d71b9: Already exists
10:58:33 0f535eceebd5: Already exists
10:58:33 8a30f5893bea: Already exists
10:58:33 287089fe229e: Already exists
10:58:33 c566ffca5652: Pulling fs layer
10:58:33 6fe70b684536: Pulling fs layer
10:58:33 b47fd5e7937d: Pulling fs layer
10:58:33 52d7f414a981: Pulling fs layer
10:58:33 db2678c3a330: Pulling fs layer
10:58:33 e4bfeea875a3: Pulling fs layer
10:58:33 400b4492fbf4: Pulling fs layer
10:58:33 15d072d2e954: Pulling fs layer
10:58:33 a8ee136515cf: Pulling fs layer
10:58:33 c1e02aef8fe7: Pulling fs layer
10:58:33 a6352e5d3470: Pulling fs layer
10:58:33 92e16e998755: Pulling fs layer
10:58:33 f3c287346eeb: Pulling fs layer
10:58:33 b184d309319d: Pulling fs layer
10:58:33 8ce5970b7766: Pulling fs layer
10:58:33 7024e53435cc: Pulling fs layer
10:58:33 db2678c3a330: Waiting
10:58:33 e4bfeea875a3: Waiting
10:58:33 400b4492fbf4: Waiting
10:58:33 15d072d2e954: Waiting
10:58:33 a8ee136515cf: Waiting
10:58:33 c1e02aef8fe7: Waiting
10:58:33 a6352e5d3470: Waiting
10:58:33 92e16e998755: Waiting
10:58:33 f3c287346eeb: Waiting
10:58:33 b184d309319d: Waiting
10:58:33 8ce5970b7766: Waiting
10:58:33 7024e53435cc: Waiting
10:58:33 52d7f414a981: Waiting
10:58:35 b47fd5e7937d: Download complete
10:58:40 52d7f414a981: Verifying Checksum
10:58:40 52d7f414a981: Download complete
10:58:41 db2678c3a330: Verifying Checksum
10:58:41 db2678c3a330: Download complete
10:58:41 e4bfeea875a3: Download complete
10:58:41 400b4492fbf4: Verifying Checksum
10:58:41 400b4492fbf4: Download complete
10:58:45 15d072d2e954: Verifying Checksum
10:58:45 15d072d2e954: Download complete
10:58:50 6fe70b684536: Verifying Checksum
10:58:50 6fe70b684536: Download complete
10:58:50 c566ffca5652: Verifying Checksum
10:58:50 c566ffca5652: Download complete
10:58:50 a6352e5d3470: Verifying Checksum
10:58:50 a6352e5d3470: Download complete
10:58:54 c566ffca5652: Pull complete
10:58:54 6fe70b684536: Pull complete
10:58:54 b47fd5e7937d: Pull complete
10:58:54 52d7f414a981: Pull complete
10:58:55 db2678c3a330: Pull complete
10:58:55 a8ee136515cf: Verifying Checksum
10:58:55 a8ee136515cf: Download complete
10:58:55 e4bfeea875a3: Pull complete
10:58:55 c1e02aef8fe7: Verifying Checksum
10:58:55 c1e02aef8fe7: Download complete
10:58:55 400b4492fbf4: Pull complete
10:58:55 15d072d2e954: Pull complete
10:58:55 a8ee136515cf: Pull complete
10:58:55 c1e02aef8fe7: Pull complete
10:58:55 a6352e5d3470: Pull complete
10:58:57 92e16e998755: Download complete
10:58:57 92e16e998755: Pull complete
10:58:57 8ce5970b7766: Verifying Checksum
10:58:57 8ce5970b7766: Download complete
10:59:02 b184d309319d: Verifying Checksum
10:59:02 b184d309319d: Download complete
10:59:02 f3c287346eeb: Verifying Checksum
10:59:02 f3c287346eeb: Download complete
10:59:02 f3c287346eeb: Pull complete
10:59:03 7024e53435cc: Verifying Checksum
10:59:03 7024e53435cc: Download complete
10:59:04 b184d309319d: Pull complete
10:59:04 8ce5970b7766: Pull complete
10:59:05 7024e53435cc: Pull complete
10:59:05 Digest: sha256:ab59d92241296fc2feafdbdb33f00d33602256a7acac0a1b70062bc872c9cf46
10:59:05 Status: Downloaded newer image for dockerbuildbot/compose:alpine-c7740c529ac4f7a6b2b9812a9331304bf903e6ef
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e64cef920ef1d91e) in /home/ubuntu/workspace/compose_PR-7029
[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-7029@tmp/75307205-214f-4a98-91af-2b76fd72759f/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
10:59:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:59:14 chowning workspace
[Pipeline] sh
10:59:14 + uname -m
[Pipeline] sh
10:59:14 + pwd
10:59:14 + id -u
10:59:14 + id -g
10:59:14 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7029:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:59:16 Removing all docker containers
[Pipeline] sh
10:59:16 + docker container ls -aq
[Pipeline] echo
10:59:16 Docker containers have been removed
[Pipeline] echo
10:59:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:59:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
10:59:16 using credential sf-release-bot.github.ssh
10:59:16 Cloning the remote Git repository
10:59:16 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7029 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7029/head:refs/remotes/origin/PR-7029
10:59:18 Fetching without tags
10:59:18 Checking out Revision c7740c529ac4f7a6b2b9812a9331304bf903e6ef (PR-7029)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7029/head:refs/remotes/origin/PR-7029 # 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/7029/head:refs/remotes/origin/PR-7029
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7740c529ac4f7a6b2b9812a9331304bf903e6ef

GitHub has been notified of this commit’s build result

hudson.plugins.git.GitException: Command "git checkout -f c7740c529ac4f7a6b2b9812a9331304bf903e6ef" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: c7740c529ac4f7a6b2b9812a9331304bf903e6ef

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0e64cef920ef1d91e)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor602.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy478.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1242)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)
Caused: hudson.plugins.git.GitException: Could not checkout c7740c529ac4f7a6b2b9812a9331304bf903e6ef
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2427)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
Finished: FAILURE