Push event to branch 19.03 10:01:53 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 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 241f6703d31895690d4cb6f158f753615abe74ac 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10 Commit message: "Merge pull request #21 from docker/use-multiarch-busybox" > git rev-list --no-walk 49b252bdf16273de41b9b961caae5440a249d3e0 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] parallel [Pipeline] { (Branch: deb) [Pipeline] { (Branch: rpm) [Pipeline] { (Branch: static) [Pipeline] { (Branch: x86_64) [Pipeline] { (Branch: aarch64) [Pipeline] { (Branch: armhf) [Pipeline] stage [Pipeline] { (Ubuntu Xenial Debian Package) [Pipeline] stage [Pipeline] { (Centos 7 RPM Package) [Pipeline] stage [Pipeline] { (Static Linux Binaries) [Pipeline] stage [Pipeline] { (Build engine image on x86_64) [Pipeline] stage [Pipeline] { (Build engine image on aarch64) [Pipeline] stage [Pipeline] { (Build engine image on armhf) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a87fc824ade8c2a3) in /home/ubuntu/workspace/docker-ce-packaging_19.03 [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/docker-ce-packaging_19.03@tmp/9e24224a-e8ec-4efe-bad7-2452467e0dbf/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:01:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:01:59 chowning workspace [Pipeline] sh 10:02:00 + pwd 10:02:00 + id -u 10:02:00 + id -g 10:02:00 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace 10:02:00 Unable to find image 'busybox:latest' locally 10:02:00 latest: Pulling from library/busybox 10:02:00 e2334dd9fee4: Pulling fs layer 10:02:00 e2334dd9fee4: Verifying Checksum 10:02:00 e2334dd9fee4: Download complete 10:02:00 e2334dd9fee4: Pull complete 10:02:00 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 10:02:00 Status: Downloaded newer image for busybox:latest [Pipeline] echo 10:02:02 Removing all docker containers [Pipeline] sh 10:02:03 + docker container ls -aq [Pipeline] echo 10:02:03 Docker containers have been removed [Pipeline] echo 10:02:03 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:02:03 cleanWorkspace: Workspace is clean. [Pipeline] checkout 10:02:04 using credential docker-jenkins-github-credentials 10:02:04 Cloning the remote Git repository 10:02:04 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_19.03 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 10:02:05 Fetching without tags 10:02:05 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 10:02:09 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" [Pipeline] sh > git rev-list --no-walk 3a8cae1ae473097ace7150734d368acaab083c52 # timeout=10 10:02:09 + git clone https://github.com/docker/cli.git 10:02:09 Cloning into 'cli'... Still waiting to schedule task Waiting for next available executor on ‘ubuntu&&x86_64’ Still waiting to schedule task Waiting for next available executor on ‘ubuntu&&x86_64’ Still waiting to schedule task Waiting for next available executor on ‘linux&&x86_64’ Still waiting to schedule task All nodes of label ‘linux&&aarch64’ are offline Still waiting to schedule task All nodes of label ‘linux&&armhf’ are offline [Pipeline] sh 10:02:25 + git -C cli checkout 19.03 10:02:25 Switched to a new branch '19.03' 10:02:25 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:02:25 + git clone https://github.com/docker/engine.git 10:02:25 Cloning into 'engine'... [Pipeline] sh 10:02:40 + git -C engine checkout 19.03 10:02:41 Switched to a new branch '19.03' 10:02:41 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:02:41 + pwd 10:02:41 + pwd 10:02:41 + make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=ubuntu-xenial ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/cli deb 10:02:41 for p in ubuntu-xenial; do \ 10:02:41 make -C deb VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/cli GO_VERSION=1.13.10 ${p}; \ 10:02:41 done 10:02:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/deb' 10:02:41 mkdir -p sources 10:02:41 echo "docker.io/dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0" > sources/engine-image 10:02:41 mkdir -p sources 10:02:41 docker run --rm -i -w /v \ 10:02:41 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/cli:/cli \ 10:02:41 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/sources:/v \ 10:02:41 alpine \ 10:02:41 tar -C / -c -z -f /v/cli.tgz --exclude .git cli 10:02:41 Unable to find image 'alpine:latest' locally 10:02:41 latest: Pulling from library/alpine 10:02:41 aad63a933944: Pulling fs layer 10:02:41 aad63a933944: Verifying Checksum 10:02:41 aad63a933944: Download complete 10:02:42 aad63a933944: Pull complete 10:02:42 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 10:02:42 Status: Downloaded newer image for alpine:latest 10:02:45 mkdir -p sources 10:02:45 docker run --rm -i -w /v \ 10:02:45 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/engine:/engine \ 10:02:45 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/sources:/v \ 10:02:45 alpine \ 10:02:45 tar -C / -c -z -f /v/engine.tgz --exclude .git engine 10:02:48 mkdir -p sources 10:02:48 cp ../systemd/docker.service sources/docker.service 10:02:48 mkdir -p sources 10:02:48 cp ../systemd/docker.socket sources/docker.socket 10:02:48 mkdir -p sources 10:02:48 echo '{"platform":"Docker Engine - Community","engine_image":"engine-community","containerd_min_version":"1.2.0-beta.1","runtime":"host_install"}' > sources/distribution_based_engine.json 10:02:48 docker run --rm -i -w /v \ 10:02:48 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/plugins:/plugins \ 10:02:48 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/sources:/v \ 10:02:48 alpine \ 10:02:48 tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins 10:02:49 docker build --build-arg GO_IMAGE=golang:1.13.10-stretch --build-arg COMMON_FILES=common -t debbuild-ubuntu-xenial/x86_64 -f /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/ubuntu-xenial/Dockerfile . 10:02:49 Sending build context to Docker daemon 17.86MB 10:02:49 Step 1/20 : ARG GO_IMAGE 10:02:49 Step 2/20 : ARG BUILD_IMAGE=ubuntu:xenial 10:02:49 Step 3/20 : FROM ${GO_IMAGE} as golang 10:02:49 1.13.10-stretch: Pulling from library/golang 10:02:49 7568c21980bd: Pulling fs layer 10:02:49 4a9f2207c812: Pulling fs layer 10:02:49 6fe350d2b140: Pulling fs layer 10:02:49 d95a2fdc8b3d: Pulling fs layer 10:02:49 ac996c99fef8: Pulling fs layer 10:02:49 56021b21e136: Pulling fs layer 10:02:49 bc78545094a5: Pulling fs layer 10:02:49 ac996c99fef8: Waiting 10:02:49 d95a2fdc8b3d: Waiting 10:02:49 56021b21e136: Waiting 10:02:49 bc78545094a5: Waiting 10:02:50 4a9f2207c812: Verifying Checksum 10:02:50 4a9f2207c812: Download complete 10:02:50 6fe350d2b140: Verifying Checksum 10:02:50 6fe350d2b140: Download complete 10:02:50 7568c21980bd: Verifying Checksum 10:02:50 7568c21980bd: Download complete 10:02:50 d95a2fdc8b3d: Verifying Checksum 10:02:50 d95a2fdc8b3d: Download complete 10:02:50 bc78545094a5: Verifying Checksum 10:02:50 bc78545094a5: Download complete 10:02:51 ac996c99fef8: Verifying Checksum 10:02:51 ac996c99fef8: Download complete 10:02:52 56021b21e136: Verifying Checksum 10:02:52 56021b21e136: Download complete 10:02:53 7568c21980bd: Pull complete 10:02:53 4a9f2207c812: Pull complete 10:02:53 6fe350d2b140: Pull complete 10:02:56 d95a2fdc8b3d: Pull complete Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-03506a46d5ce44ccc) in /home/ubuntu/workspace/docker-ce-packaging_19.03 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 10:02:58 ac996c99fef8: Pull complete Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09d30f880076e7887) in /home/ubuntu/workspace/docker-ce-packaging_19.03 [Pipeline] { [Pipeline] withDockerRegistry 10:03:02 56021b21e136: Pull complete 10:03:02 bc78545094a5: Pull complete 10:03:02 Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 10:03:02 Status: Downloaded newer image for golang:1.13.10-stretch 10:03:02 ---> 6ffeb1b35038 10:03:02 Step 4/20 : FROM ${BUILD_IMAGE} 10:03:02 xenial: Pulling from library/ubuntu 10:03:02 fe703b657a32: Pulling fs layer 10:03:02 f9df1fafd224: Pulling fs layer 10:03:02 a645a4b887f9: Pulling fs layer 10:03:02 57db7fe0b522: Pulling fs layer 10:03:02 57db7fe0b522: Waiting 10:03:02 f9df1fafd224: Verifying Checksum 10:03:02 f9df1fafd224: Download complete 10:03:02 57db7fe0b522: Verifying Checksum 10:03:02 57db7fe0b522: Download complete 10:03:02 a645a4b887f9: Verifying Checksum 10:03:02 a645a4b887f9: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 10:03:03 fe703b657a32: Download complete 10:03:04 fe703b657a32: Pull complete 10:03:05 f9df1fafd224: Pull complete 10:03:05 a645a4b887f9: Pull complete 10:03:05 57db7fe0b522: Pull complete 10:03:05 Digest: sha256:e9938f45e51d9ff46e2b05a62e0546d0f07489b7f22fbc5288defe760599e38a 10:03:05 Status: Downloaded newer image for ubuntu:xenial 10:03:05 ---> 77be327e4b63 10:03:05 Step 5/20 : RUN apt-get update && apt-get install -y curl devscripts equivs git 10:03:06 ---> Running in 6a67b35f0dd0 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_19.03@tmp/2f15183c-2e25-4584-bdb3-65b682914575/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:03:07 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:03:07 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/docker-ce-packaging_19.03@tmp/39fa31da-5022-4c57-990d-800df52451b5/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:03:07 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:03:07 chowning workspace [Pipeline] sh 10:03:07 + pwd 10:03:07 + id -u 10:03:07 + id -g 10:03:07 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace 10:03:07 Unable to find image 'busybox:latest' locally 10:03:08 latest: Pulling from library/busybox 10:03:08 e2334dd9fee4: Pulling fs layer 10:03:08 e2334dd9fee4: Verifying Checksum 10:03:08 e2334dd9fee4: Download complete Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02fc56c1d9ca498b1) in /home/ubuntu/workspace/docker-ce-packaging_19.03 [Pipeline] { [Pipeline] withDockerRegistry 10:03:08 + pwd 10:03:08 + id -u 10:03:08 + id -g 10:03:08 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace 10:03:08 Unable to find image 'busybox:latest' locally 10:03:08 latest: Pulling from library/busybox 10:03:08 e2334dd9fee4: Pull complete 10:03:08 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 10:03:08 Status: Downloaded newer image for busybox:latest 10:03:09 a28b2a8c0530: Pulling fs layer 10:03:09 a28b2a8c0530: Verifying Checksum 10:03:09 a28b2a8c0530: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 10:03:09 a28b2a8c0530: Pull complete 10:03:09 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 10:03:09 Status: Downloaded newer image for busybox:latest [Pipeline] echo 10:03:11 Removing all docker containers [Pipeline] sh 10:03:11 Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] 10:03:11 Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB] 10:03:11 Get:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [1087 kB] 10:03:11 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 10:03:11 Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 10:03:11 Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB] 10:03:11 + docker container ls -aq [Pipeline] echo 10:03:11 Docker containers have been removed [Pipeline] echo 10:03:11 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:03:11 cleanWorkspace: Workspace is clean. [Pipeline] checkout 10:03:11 Get:7 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB] 10:03:11 Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [623 kB] 10:03:11 Get:9 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6280 B] 10:03:11 Get:10 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB] 10:03:11 Get:11 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-081ddda6ef0fb43a6) in /home/ubuntu/workspace/docker-ce-packaging_19.03 [Pipeline] { [Pipeline] withDockerRegistry 10:03:12 Get:12 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB] 10:03:12 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1457 kB] 10:03:12 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [13.1 kB] 10:03:12 Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [1028 kB] 10:03:12 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [19.2 kB] 10:03:12 Get:17 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7942 B] 10:03:12 Get:18 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [8807 B] $ 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/docker-ce-packaging_19.03@tmp/247c5f5a-78d3-4b4d-988a-12edc743d1f2/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:03:13 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:03:13 chowning workspace [Pipeline] sh 10:03:13 using credential docker-jenkins-github-credentials 10:03:13 Cloning the remote Git repository 10:03:13 Cloning with configured refspecs honoured and without tags 10:03:13 Fetched 16.4 MB in 6s (2556 kB/s) Cloning repository https://github.com/docker/docker-ce-packaging.git [Pipeline] echo 10:03:13 Removing all docker containers [Pipeline] sh 10:03:14 Reading package lists... 10:03:14 + pwd 10:03:14 + id -u 10:03:14 + id -g 10:03:14 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace 10:03:14 Unable to find image 'busybox:latest' locally 10:03:14 latest: Pulling from library/busybox 10:03:14 e2334dd9fee4: Pulling fs layer 10:03:14 + docker container ls -aq [Pipeline] echo 10:03:14 Docker containers have been removed [Pipeline] echo 10:03:14 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:03:14 cleanWorkspace: Workspace is clean. [Pipeline] checkout 10:03:14 e2334dd9fee4: Download complete > git init /home/ubuntu/workspace/docker-ce-packaging_19.03 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 10:03:14 Fetching without tags 10:03:14 e2334dd9fee4: Pull complete 10:03:14 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 10:03:14 Status: Downloaded newer image for busybox:latest 10:03:15 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) 10:03:15 Reading package lists... 10:03:15 Building dependency tree... 10:03:15 Reading state information... 10:03:15 The following additional packages will be installed: 10:03:15 at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates 10:03:15 cpp cpp-5 dctrl-tools debhelper dh-python dh-strip-nondeterminism diffstat 10:03:15 distro-info-data dpkg-dev dput fakeroot file g++ g++-5 gcc gcc-5 gettext 10:03:15 gettext-base git-man groff-base hardening-includes ifupdown intltool-debian 10:03:15 iproute2 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less 10:03:15 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 10:03:15 libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2 10:03:15 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1 10:03:15 libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl 10:03:15 libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3 10:03:15 libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl 10:03:15 libdns-export162 libdpkg-perl libedit2 libemail-valid-perl 10:03:15 libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl 10:03:15 libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl 10:03:15 libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl 10:03:15 libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0 10:03:15 libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 10:03:15 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal 10:03:15 libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl 10:03:15 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl 10:03:15 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl 10:03:15 libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55 10:03:15 libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl 10:03:15 libio-socket-ssl-perl libio-string-perl libipc-run-perl 10:03:15 libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3 10:03:15 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 10:03:15 liblist-moreutils-perl liblocale-gettext-perl liblsan0 10:03:15 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 10:03:15 libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4 10:03:15 libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl 10:03:15 libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6 10:03:15 libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl 10:03:15 libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal 10:03:15 libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal 10:03:15 libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 10:03:15 libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0 10:03:15 libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl 10:03:15 libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0 10:03:15 libunistring0 liburi-perl libwind0-heimdal libwww-perl 10:03:15 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 10:03:15 libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian 10:03:15 linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support 10:03:15 netbase openssh-client openssl patch patchutils perl perl-modules-5.22 10:03:15 po-debconf python python-apt-common python-minimal python2.7 10:03:15 python2.7-minimal python3 python3-apt python3-chardet python3-debian 10:03:15 python3-magic python3-minimal python3-pkg-resources python3-six python3.5 10:03:15 python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils 10:03:15 unzip wdiff xauth xdg-user-dirs xml-core xz-utils 10:03:15 Suggested packages: 10:03:15 default-mta | mail-transport-agent binutils-doc wamerican | wordlist whois 10:03:15 vacation bzip2-doc cpp-doc gcc-5-locales debtags dh-make bsd-mailx | mailx 10:03:15 cvs-buildpackage diffoscope devscripts-el dose-extra gnuplot 10:03:15 libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl 10:03:15 mozilla-devscripts mutt svn-buildpackage w3m debian-keyring 10:03:15 libsoap-lite-perl mini-dinstall python-bzrlib g++-multilib g++-5-multilib 10:03:15 gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake libtool flex bison 10:03:15 gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg 10:03:15 libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 10:03:15 libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg gettext-doc autopoint 10:03:15 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 10:03:15 gitweb git-arch git-cvs git-mediawiki git-svn groff ppp rdnssd iproute2-doc 10:03:15 resolvconf avahi-autoipd isc-dhcp-client-ddns apparmor isoquery 10:03:15 libgssapi-perl glibc-doc gnutls-bin krb5-doc krb5-user libdata-dump-perl 10:03:15 libcrypt-ssleay-perl libhtml-template-perl libxml-simple-perl 10:03:15 libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql 10:03:15 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 10:03:15 libstdc++-5-doc libauthen-ntlm-perl binutils-multiarch libtext-template-perl 10:03:15 lsb make-doc www-browser ssh-askpass libpam-ssh keychain monkeysphere ed 10:03:15 diffutils-doc perl-doc libterm-readline-gnu-perl 10:03:15 | libterm-readline-perl-perl libmail-box-perl python-doc python-tk 10:03:15 python2.7-doc binfmt-support python3-doc python3-tk python3-venv 10:03:15 python3-apt-dbg python-apt-doc python3-setuptools python3.5-venv 10:03:15 python3.5-doc openssh-server sgml-base-doc zip 10:03:15 The following NEW packages will be installed: 10:03:15 at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates 10:03:15 cpp cpp-5 curl dctrl-tools debhelper devscripts dh-python 10:03:15 dh-strip-nondeterminism diffstat distro-info-data dpkg-dev dput equivs 10:03:15 fakeroot file g++ g++-5 gcc gcc-5 gettext gettext-base git git-man 10:03:15 groff-base hardening-includes ifupdown intltool-debian iproute2 10:03:15 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less 10:03:15 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 10:03:15 libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2 10:03:15 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1 10:03:15 libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl 10:03:15 libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3 10:03:15 libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl 10:03:15 libdns-export162 libdpkg-perl libedit2 libemail-valid-perl 10:03:15 libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl 10:03:15 libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl 10:03:15 libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl 10:03:15 libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0 10:03:15 libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 10:03:15 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal 10:03:15 libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl 10:03:15 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl 10:03:15 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl 10:03:15 libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55 10:03:15 libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl 10:03:15 libio-socket-ssl-perl libio-string-perl libipc-run-perl 10:03:15 libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3 10:03:15 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 10:03:15 liblist-moreutils-perl liblocale-gettext-perl liblsan0 10:03:15 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 10:03:15 libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4 10:03:15 libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl 10:03:15 libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6 10:03:15 libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl 10:03:15 libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal 10:03:15 libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal 10:03:15 libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 10:03:15 libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0 10:03:15 libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl 10:03:15 libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0 10:03:15 libunistring0 liburi-perl libwind0-heimdal libwww-perl 10:03:15 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 10:03:15 libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian 10:03:15 linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support 10:03:15 netbase openssh-client openssl patch patchutils perl perl-modules-5.22 10:03:15 po-debconf python python-apt-common python-minimal python2.7 10:03:15 python2.7-minimal python3 python3-apt python3-chardet python3-debian 10:03:15 python3-magic python3-minimal python3-pkg-resources python3-six python3.5 10:03:15 python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils 10:03:15 unzip wdiff xauth xdg-user-dirs xml-core xz-utils Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 10:03:16 using credential docker-jenkins-github-credentials 10:03:16 Cloning the remote Git repository 10:03:16 Cloning with configured refspecs honoured and without tags WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_19.03@tmp/d00ae724-4891-4845-b53e-6b05d0dc54cc/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:03:16 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:03:16 chowning workspace [Pipeline] sh Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_19.03 # timeout=10 10:03:17 + pwd 10:03:17 + id -u 10:03:17 + id -g 10:03:17 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace 10:03:17 Unable to find image 'busybox:latest' locally 10:03:17 latest: Pulling from library/busybox 10:03:17 e2334dd9fee4: Pulling fs layer 10:03:17 e2334dd9fee4: Verifying Checksum 10:03:17 e2334dd9fee4: Download complete Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [Pipeline] echo 10:03:17 Removing all docker containers [Pipeline] sh 10:03:17 e2334dd9fee4: Pull complete 10:03:17 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 10:03:17 Status: Downloaded newer image for busybox:latest 10:03:17 + docker container ls -aq [Pipeline] echo 10:03:17 Docker containers have been removed [Pipeline] echo 10:03:17 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:03:17 cleanWorkspace: Workspace is clean. [Pipeline] checkout 10:03:18 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 10:03:18 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) 10:03:18 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" [Pipeline] sh 10:03:19 + git clone https://github.com/docker/cli.git 10:03:19 Cloning into 'cli'... 10:03:19 using credential docker-jenkins-github-credentials 10:03:19 Cloning the remote Git repository 10:03:19 Cloning with configured refspecs honoured and without tags > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_19.03 # timeout=10 [Pipeline] echo 10:03:20 Removing all docker containers [Pipeline] sh 10:03:20 + docker container ls -aq [Pipeline] echo 10:03:20 Docker containers have been removed [Pipeline] echo 10:03:20 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:03:20 cleanWorkspace: Workspace is clean. [Pipeline] checkout 10:03:20 0 upgraded, 234 newly installed, 0 to remove and 2 not upgraded. 10:03:20 Need to get 90.9 MB of archives. 10:03:20 After this operation, 383 MB of additional disk space will be used. 10:03:20 Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatm1 amd64 1:2.5.1-1.5 [24.2 kB] 10:03:20 Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblocale-gettext-perl amd64 1.07-1build1 [17.1 kB] 10:03:20 Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmnl0 amd64 1.0.3-5 [12.0 kB] 10:03:20 Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpopt0 amd64 1.16-10 [26.0 kB] 10:03:20 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.15 [1084 kB] 10:03:20 Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.9 [524 kB] 10:03:20 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.5 [71.5 kB] 10:03:20 Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.9 [1593 kB] 10:03:20 Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB] 10:03:20 Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB] 10:03:20 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB] 10:03:20 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1.4 [398 kB] 10:03:20 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.9 [2137 kB] 10:03:20 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.9 [165 kB] 10:03:20 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B] 10:03:20 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.2 [73.9 kB] 10:03:20 Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B] 10:03:20 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB] 10:03:20 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB] 10:03:20 Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.6 [1120 kB] 10:03:20 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 10:03:20 Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB] 10:03:20 Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB] 10:03:20 Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB] 10:03:20 Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB] 10:03:20 Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 10:03:21 Get:27 http://archive.ubuntu.com/ubuntu xenial/main amd64 groff-base amd64 1.22.3-7 [1151 kB] 10:03:21 Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 bsdmainutils amd64 9.0.6ubuntu3 [174 kB] 10:03:21 Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpipeline1 amd64 1.4.1-2 [24.6 kB] 10:03:21 Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 man-db amd64 2.7.5-1 [854 kB] 10:03:21 Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 sgml-base all 1.26+nmu4ubuntu1 [12.5 kB] 10:03:21 Get:32 http://archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] 10:03:21 Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.6 [2629 kB] 10:03:21 Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.6 [3405 kB] Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 10:03:21 Fetching without tags 10:03:21 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) 10:03:21 Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.6 [237 kB] 10:03:21 Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.9 [338 kB] 10:03:21 Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.9 [1262 kB] 10:03:21 Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] 10:03:21 Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.9 [1884 kB] 10:03:21 Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.9 [224 kB] 10:03:21 Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] 10:03:21 Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] 10:03:21 Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB] 10:03:21 Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB] 10:03:21 Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] 10:03:21 Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bzip2 amd64 1.0.6-8ubuntu0.2 [32.5 kB] 10:03:21 Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.13 [4630 B] 10:03:21 Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagic1 amd64 1:5.25-2ubuntu1.3 [216 kB] 10:03:21 Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 file amd64 1:5.25-2ubuntu1.3 [21.3 kB] 10:03:21 Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute2 amd64 4.3.0-1ubuntu3.16.04.5 [523 kB] 10:03:21 Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.4 [54.9 kB] 10:03:21 Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.15 [153 kB] 10:03:21 Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.15 [665 kB] 10:03:21 Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-client amd64 4.3.3-5ubuntu12.10 [224 kB] 10:03:21 Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-common amd64 4.3.3-5ubuntu12.10 [105 kB] 10:03:21 Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 less amd64 481-2.1ubuntu0.2 [110 kB] 10:03:21 Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.32 [55.8 kB] 10:03:21 Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbsd0 amd64 0.8.2-1ubuntu0.1 [42.0 kB] 10:03:21 Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.1 [93.5 kB] 10:03:21 Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.1 [136 kB] 10:03:21 Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB] 10:03:21 Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.1 [105 kB] 10:03:21 Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.3 [43.5 kB] 10:03:21 Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.7 [548 kB] 10:03:21 Get:65 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtables11 amd64 1.6.0-2ubuntu3 [27.2 kB] 10:03:21 Get:66 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB] 10:03:21 Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 netbase all 5.3 [12.9 kB] 10:03:21 Get:68 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.15 [492 kB] 10:03:21 Get:69 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20170717~16.04.2 [167 kB] 10:03:21 Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6568 B] 10:03:21 Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB] 10:03:21 Get:72 http://archive.ubuntu.com/ubuntu xenial/main amd64 iso-codes all 3.65-1 [2268 kB] 10:03:22 Get:73 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2.1 [13.6 kB] 10:03:22 Get:74 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libroken18-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [41.4 kB] 10:03:22 Get:75 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasn1-8-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [174 kB] 10:03:22 Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2.1 [31.2 kB] 10:03:22 Get:77 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2.1 [81.3 kB] 10:03:22 Get:78 http://archive.ubuntu.com/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B] 10:03:22 Get:79 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2.1 [273 kB] 10:03:22 Get:80 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2.1 [120 kB] 10:03:22 Get:81 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhcrypto4-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [85.0 kB] 10:03:22 Get:82 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimbase1-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [29.3 kB] 10:03:22 Get:83 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwind0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [47.8 kB] 10:03:22 Get:84 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhx509-5-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [107 kB] 10:03:22 Get:85 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-26-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [202 kB] 10:03:22 Get:86 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimntlm0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [15.1 kB] 10:03:22 Get:87 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi3-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [96.1 kB] 10:03:22 Get:88 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14ubuntu0.2 [14.5 kB] 10:03:22 Get:89 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14ubuntu0.2 [48.7 kB] 10:03:22 Get:90 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.7 [160 kB] 10:03:22 Get:91 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB] 10:03:22 Get:92 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.14 [184 kB] 10:03:22 Get:93 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB] 10:03:22 Get:94 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu4.6 [131 kB] 10:03:22 Get:95 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu55 amd64 55.1-7ubuntu0.5 [7650 kB] Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 10:03:22 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" 10:03:22 using credential docker-jenkins-github-credentials 10:03:22 Cloning the remote Git repository 10:03:22 Cloning with configured refspecs honoured and without tags 10:03:22 Get:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14ubuntu0.2 [47.7 kB] 10:03:22 Get:97 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.7 [698 kB] 10:03:22 Get:98 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 10:03:22 Get:99 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB] 10:03:22 Get:100 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.8 [590 kB] 10:03:22 Get:101 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-apt-common all 1.1.0~beta1ubuntu0.16.04.8 [16.7 kB] [Pipeline] sh 10:03:22 Get:102 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt amd64 1.1.0~beta1ubuntu0.16.04.8 [145 kB] 10:03:23 + git clone https://github.com/docker/engine.git 10:03:23 Cloning into 'engine'... 10:03:23 Get:103 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 rsync amd64 3.1.1-3ubuntu1.3 [329 kB] 10:03:23 Get:104 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 shared-mime-info amd64 1.5-2ubuntu0.2 [405 kB] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-00cf5786b731d5856) in /home/ubuntu/workspace/docker-ce-packaging_19.03 [Pipeline] { [Pipeline] withDockerRegistry 10:03:23 Get:105 http://archive.ubuntu.com/ubuntu xenial/main amd64 strace amd64 4.11-1ubuntu3 [179 kB] 10:03:23 Get:106 http://archive.ubuntu.com/ubuntu xenial/main amd64 xauth amd64 1:1.0.9-1ubuntu2 [22.7 kB] 10:03:23 Get:107 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6.16.04.1 [61.8 kB] 10:03:23 Get:108 http://archive.ubuntu.com/ubuntu xenial/main amd64 xml-core all 0.13+nmu2 [23.3 kB] 10:03:23 Get:109 http://archive.ubuntu.com/ubuntu xenial/main amd64 at amd64 3.1.18-2ubuntu1 [37.8 kB] 10:03:23 Get:110 http://archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] 10:03:23 Get:111 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.8 [2312 kB] 10:03:23 Get:112 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu11 [68.5 kB] 10:03:23 Get:113 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-177.207 [851 kB] 10:03:23 Get:114 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu11 [2086 kB] Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_19.03 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 10:03:23 Get:115 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] 10:03:23 Get:116 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.12 [7783 kB] 10:03:23 Fetching without tags 10:03:24 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) 10:03:24 Get:117 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] 10:03:24 Get:118 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.12 [38.8 kB] 10:03:24 Get:119 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.12 [55.2 kB] 10:03:24 Get:120 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.12 [27.4 kB] 10:03:24 Get:121 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.12 [8892 B] 10:03:24 Get:122 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.12 [265 kB] 10:03:24 Get:123 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.12 [105 kB] 10:03:24 Get:124 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.12 [244 kB] 10:03:24 Get:125 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.12 [95.3 kB] $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 10:03:24 Get:126 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.12 [40.0 kB] 10:03:24 Get:127 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.12 [9762 B] 10:03:24 Get:128 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.12 [131 kB] 10:03:24 Get:129 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [2239 kB] 10:03:24 Get:130 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.12 [8612 kB] 10:03:24 Get:131 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] 10:03:24 Get:132 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [1428 kB] 10:03:24 Get:133 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.12 [8430 kB] > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 10:03:25 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" 10:03:25 Get:134 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] 10:03:25 Get:135 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] 10:03:25 Get:136 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.6 [195 kB] 10:03:25 Get:137 http://archive.ubuntu.com/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB] 10:03:25 Get:138 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.2 [90.8 kB] 10:03:25 Get:139 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.6 [584 kB] 10:03:25 Get:140 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] 10:03:25 Get:141 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.14 [139 kB] 10:03:25 Get:142 http://archive.ubuntu.com/ubuntu xenial/main amd64 dctrl-tools amd64 2.24-2 [59.1 kB] 10:03:25 Get:143 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] 10:03:25 Get:144 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1082 kB] 10:03:25 Get:145 http://archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 10:03:25 Get:146 http://archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] 10:03:25 Get:147 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] 10:03:25 Get:148 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] 10:03:25 Get:149 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 10:03:25 Get:150 http://archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4864 B] 10:03:25 Get:151 http://archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] 10:03:25 Get:152 http://archive.ubuntu.com/ubuntu xenial/main amd64 devscripts amd64 2.16.2ubuntu3 [848 kB] 10:03:25 Get:153 http://archive.ubuntu.com/ubuntu xenial/main amd64 diffstat amd64 1.61-1 [23.6 kB] [Pipeline] sh 10:03:25 Get:154 http://archive.ubuntu.com/ubuntu xenial/main amd64 dput all 0.9.6.4ubuntu3 [33.1 kB] 10:03:25 Get:155 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] 10:03:25 Get:156 http://archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] 10:03:25 Get:157 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB] 10:03:25 Get:158 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.8 [737 kB] 10:03:25 Get:159 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.8 [3083 kB] 10:03:25 Get:160 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 10:03:25 Get:161 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] 10:03:25 Get:162 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 10:03:25 Get:163 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapt-pkg-perl amd64 0.1.29build7 [65.3 kB] 10:03:25 Get:164 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4778 B] 10:03:25 Get:165 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] 10:03:25 Get:166 http://archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] 10:03:25 Get:167 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] 10:03:25 Get:168 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-pm-perl all 4.26-1 [185 kB] 10:03:25 + git clone https://github.com/docker/cli.git 10:03:25 Cloning into 'cli'... 10:03:25 Get:169 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfcgi-perl amd64 0.77-1build1 [32.3 kB] 10:03:25 Get:170 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-fast-perl all 1:2.10-1 [10.2 kB] 10:03:25 Get:171 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsub-name-perl amd64 0.14-1build1 [10.8 kB] 10:03:25 Get:172 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclass-accessor-perl all 0.34-1 [26.0 kB] 10:03:25 Get:173 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclone-perl amd64 0.38-1build1 [10.3 kB] 10:03:25 Get:174 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdata-alias-perl amd64 1.20-1build1 [33.9 kB] 10:03:25 Get:175 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB] 10:03:25 Get:176 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdistro-info-perl all 0.14ubuntu0.1 [4690 B] 10:03:25 Get:177 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] 10:03:25 Get:178 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] 10:03:25 Get:179 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6288 B] 10:03:25 Get:180 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] 10:03:25 Get:181 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsocket6-perl amd64 0.25-1build2 [22.8 kB] 10:03:25 Get:182 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB] 10:03:25 Get:183 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB] 10:03:25 Get:184 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dns-perl amd64 0.81-2build1 [266 kB] 10:03:25 Get:185 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-domain-tld-perl all 1.73-1 [21.4 kB] 10:03:25 Get:186 http://archive.ubuntu.com/ubuntu xenial/main amd64 libemail-valid-perl all 1.198-1 [16.5 kB] 10:03:25 Get:187 http://archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 10:03:25 Get:188 http://archive.ubuntu.com/ubuntu xenial/main amd64 libexporter-tiny-perl all 0.042-1 [28.8 kB] 10:03:25 Get:189 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] 10:03:25 Get:190 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] 10:03:25 Get:191 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] 10:03:25 Get:192 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 10:03:25 Get:193 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9774 B] 10:03:25 Get:194 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] 10:03:25 Get:195 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB] 10:03:25 Get:196 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB] 10:03:26 Get:197 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 10:03:26 Get:198 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 10:03:26 Get:199 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] 10:03:26 Get:200 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] 10:03:26 Get:201 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] 10:03:26 Get:202 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] 10:03:26 Get:203 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] 10:03:26 Get:204 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] 10:03:26 Get:205 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] 10:03:26 Get:206 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-pty-perl amd64 1:1.08-1.1build1 [30.2 kB] 10:03:26 Get:207 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-string-perl all 1.08-3 [11.1 kB] 10:03:26 Get:208 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-run-perl all 0.94-1 [92.2 kB] 10:03:26 Get:209 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblist-moreutils-perl amd64 0.413-1build1 [67.0 kB] 10:03:26 Get:210 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] 10:03:26 Get:211 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] 10:03:26 Get:212 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] 10:03:26 Get:213 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8682 B] 10:03:26 Get:214 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 10:03:26 Get:215 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] 10:03:26 Get:216 http://archive.ubuntu.com/ubuntu xenial/main amd64 libparse-debianchangelog-perl all 1.2.0-8 [50.4 kB] 10:03:26 Get:217 http://archive.ubuntu.com/ubuntu xenial/main amd64 libperlio-gzip-perl amd64 0.19-1build1 [14.2 kB] 10:03:26 Get:218 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B] 10:03:26 Get:219 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-libyaml-perl amd64 0.41-6build1 [61.2 kB] 10:03:26 Get:220 http://archive.ubuntu.com/ubuntu xenial/main amd64 hardening-includes all 2.7ubuntu2 [13.6 kB] 10:03:26 Get:221 http://archive.ubuntu.com/ubuntu xenial/main amd64 patchutils amd64 0.3.4-1 [70.1 kB] 10:03:26 Get:222 http://archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] 10:03:26 Get:223 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lintian all 2.5.43ubuntu0.1 [626 kB] 10:03:26 Get:224 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] 10:03:26 Get:225 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pkg-resources all 20.7.0-1 [79.0 kB] 10:03:26 Get:226 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-chardet all 2.3.0-2 [96.2 kB] 10:03:26 Get:227 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-six all 1.10.0-3 [11.0 kB] 10:03:26 Get:228 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-debian all 0.1.27ubuntu2 [43.6 kB] 10:03:26 Get:229 http://archive.ubuntu.com/ubuntu xenial/main amd64 rename all 0.20-4 [12.0 kB] 10:03:26 Get:230 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] 10:03:26 Get:231 http://archive.ubuntu.com/ubuntu xenial/main amd64 wdiff amd64 1.2.2-1build1 [28.8 kB] 10:03:26 Get:232 http://archive.ubuntu.com/ubuntu xenial/universe amd64 equivs all 2.0.9+nmu1 [17.7 kB] 10:03:26 Get:233 http://archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] 10:03:27 Get:234 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-magic all 1:5.25-2ubuntu1.3 [5436 B] 10:03:27 debconf: delaying package configuration, since apt-utils is not installed 10:03:27 Fetched 90.9 MB in 11s (7903 kB/s) 10:03:27 Selecting previously unselected package libatm1:amd64. 10:03:27 (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 ... 4781 files and directories currently installed.) 10:03:27 Preparing to unpack .../libatm1_1%3a2.5.1-1.5_amd64.deb ... 10:03:27 Unpacking libatm1:amd64 (1:2.5.1-1.5) ... 10:03:27 Selecting previously unselected package liblocale-gettext-perl. 10:03:27 Preparing to unpack .../liblocale-gettext-perl_1.07-1build1_amd64.deb ... 10:03:27 Unpacking liblocale-gettext-perl (1.07-1build1) ... 10:03:27 Selecting previously unselected package libmnl0:amd64. 10:03:27 Preparing to unpack .../libmnl0_1.0.3-5_amd64.deb ... 10:03:27 Unpacking libmnl0:amd64 (1.0.3-5) ... 10:03:27 Selecting previously unselected package libpopt0:amd64. 10:03:27 Preparing to unpack .../libpopt0_1.16-10_amd64.deb ... 10:03:27 Unpacking libpopt0:amd64 (1.16-10) ... 10:03:27 Selecting previously unselected package libssl1.0.0:amd64. 10:03:27 Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.15_amd64.deb ... 10:03:27 Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.15) ... 10:03:27 Selecting previously unselected package libpython3.5-minimal:amd64. 10:03:27 Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.9_amd64.deb ... 10:03:27 Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.9) ... 10:03:27 Selecting previously unselected package libexpat1:amd64. 10:03:27 Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.5_amd64.deb ... 10:03:27 Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ... 10:03:27 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" 10:03:27 Selecting previously unselected package python3.5-minimal. 10:03:27 Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.9_amd64.deb ... 10:03:27 Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.9) ... 10:03:27 Selecting previously unselected package python3-minimal. 10:03:27 Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ... 10:03:27 Unpacking python3-minimal (3.5.1-3) ... 10:03:27 Selecting previously unselected package mime-support. 10:03:27 Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ... 10:03:27 Unpacking mime-support (3.59ubuntu1) ... 10:03:27 Selecting previously unselected package libmpdec2:amd64. 10:03:27 Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ... 10:03:27 Unpacking libmpdec2:amd64 (2.4.2-1) ... 10:03:28 Selecting previously unselected package libsqlite3-0:amd64. 10:03:28 Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1.4_amd64.deb ... 10:03:28 Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1.4) ... 10:03:28 Selecting previously unselected package libpython3.5-stdlib:amd64. 10:03:28 Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.9_amd64.deb ... 10:03:28 Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.9) ... [Pipeline] sh 10:03:28 Selecting previously unselected package python3.5. 10:03:28 Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.9_amd64.deb ... 10:03:28 Unpacking python3.5 (3.5.2-2ubuntu0~16.04.9) ... 10:03:28 Selecting previously unselected package libpython3-stdlib:amd64. 10:03:28 Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ... 10:03:28 Unpacking libpython3-stdlib:amd64 (3.5.1-3) ... 10:03:28 Selecting previously unselected package dh-python. 10:03:28 Preparing to unpack .../dh-python_2.20151103ubuntu1.2_all.deb ... 10:03:28 Unpacking dh-python (2.20151103ubuntu1.2) ... 10:03:28 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:03:28 Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.15) ... 10:03:28 debconf: unable to initialize frontend: Dialog 10:03:28 debconf: (TERM is not set, so the dialog frontend is not usable.) 10:03:28 debconf: falling back to frontend: Readline 10:03:28 debconf: unable to initialize frontend: Readline 10:03:28 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) 10:03:28 debconf: falling back to frontend: Teletype 10:03:28 + git clone https://github.com/docker/engine.git 10:03:28 Cloning into 'engine'... 10:03:28 Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.9) ... 10:03:28 Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ... 10:03:28 Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.9) ... 10:03:28 Setting up python3-minimal (3.5.1-3) ... 10:03:29 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:03:29 Selecting previously unselected package python3. 10:03:29 (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 ... 5787 files and directories currently installed.) 10:03:29 Preparing to unpack .../python3_3.5.1-3_amd64.deb ... 10:03:29 Unpacking python3 (3.5.1-3) ... 10:03:29 Selecting previously unselected package libgdbm3:amd64. 10:03:29 Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ... 10:03:29 Unpacking libgdbm3:amd64 (1.8.3-13.1) ... 10:03:29 Selecting previously unselected package libffi6:amd64. 10:03:29 Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ... 10:03:29 Unpacking libffi6:amd64 (3.2.1-4) ... 10:03:29 Selecting previously unselected package libglib2.0-0:amd64. 10:03:29 Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.6_amd64.deb ... 10:03:29 Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.6) ... 10:03:29 Selecting previously unselected package libxau6:amd64. 10:03:29 Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ... 10:03:29 Unpacking libxau6:amd64 (1:1.0.8-1) ... 10:03:29 Selecting previously unselected package libxdmcp6:amd64. 10:03:29 Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ... 10:03:29 Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ... 10:03:29 Selecting previously unselected package libxcb1:amd64. 10:03:29 Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ... 10:03:29 Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ... 10:03:29 Selecting previously unselected package libx11-data. 10:03:29 Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ... 10:03:29 Unpacking libx11-data (2:1.6.3-1ubuntu2.1) ... 10:03:29 Selecting previously unselected package libx11-6:amd64. 10:03:29 Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ... 10:03:29 Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... 10:03:29 Selecting previously unselected package libxext6:amd64. 10:03:29 Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ... 10:03:29 Unpacking libxext6:amd64 (2:1.3.3-1) ... 10:03:29 Selecting previously unselected package groff-base. 10:03:29 Preparing to unpack .../groff-base_1.22.3-7_amd64.deb ... 10:03:29 Unpacking groff-base (1.22.3-7) ... 10:03:29 Selecting previously unselected package bsdmainutils. 10:03:29 Preparing to unpack .../bsdmainutils_9.0.6ubuntu3_amd64.deb ... 10:03:29 Unpacking bsdmainutils (9.0.6ubuntu3) ... 10:03:29 Selecting previously unselected package libpipeline1:amd64. 10:03:29 Preparing to unpack .../libpipeline1_1.4.1-2_amd64.deb ... 10:03:29 Unpacking libpipeline1:amd64 (1.4.1-2) ... 10:03:29 Selecting previously unselected package man-db. 10:03:29 Preparing to unpack .../man-db_2.7.5-1_amd64.deb ... 10:03:29 Unpacking man-db (2.7.5-1) ... 10:03:29 Selecting previously unselected package sgml-base. 10:03:29 Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ... 10:03:29 Unpacking sgml-base (1.26+nmu4ubuntu1) ... 10:03:29 Selecting previously unselected package libunistring0:amd64. 10:03:29 Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... 10:03:29 Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... 10:03:29 Selecting previously unselected package perl-modules-5.22. 10:03:29 Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.6_all.deb ... 10:03:29 Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.6) ... 10:03:30 Selecting previously unselected package libperl5.22:amd64. 10:03:30 Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.6_amd64.deb ... 10:03:30 Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.6) ... 10:03:30 Selecting previously unselected package perl. 10:03:30 Preparing to unpack .../perl_5.22.1-9ubuntu0.6_amd64.deb ... 10:03:30 Unpacking perl (5.22.1-9ubuntu0.6) ... 10:03:30 Selecting previously unselected package libpython2.7-minimal:amd64. 10:03:30 Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.9_amd64.deb ... 10:03:30 Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.9) ... 10:03:30 Selecting previously unselected package python2.7-minimal. 10:03:30 Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.9_amd64.deb ... 10:03:30 Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.9) ... 10:03:30 Selecting previously unselected package python-minimal. 10:03:30 Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... 10:03:30 Unpacking python-minimal (2.7.12-1~16.04) ... 10:03:31 Selecting previously unselected package libpython2.7-stdlib:amd64. 10:03:31 Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.9_amd64.deb ... 10:03:31 Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.9) ... 10:03:31 Selecting previously unselected package python2.7. 10:03:31 Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.9_amd64.deb ... 10:03:31 Unpacking python2.7 (2.7.12-1ubuntu0~16.04.9) ... 10:03:31 Selecting previously unselected package libpython-stdlib:amd64. 10:03:31 Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... 10:03:31 Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... 10:03:31 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:03:31 Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.9) ... 10:03:31 Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.9) ... 10:03:31 Linking and byte-compiling packages for runtime python2.7... 10:03:31 Setting up python-minimal (2.7.12-1~16.04) ... 10:03:31 Selecting previously unselected package python. 10:03:31 (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 ... 9167 files and directories currently installed.) 10:03:31 Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... 10:03:31 Unpacking python (2.7.12-1~16.04) ... 10:03:31 Selecting previously unselected package libgmp10:amd64. 10:03:31 Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ... 10:03:31 Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ... 10:03:31 Selecting previously unselected package libmpfr4:amd64. 10:03:31 Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ... 10:03:31 Unpacking libmpfr4:amd64 (3.1.4-1) ... 10:03:31 Selecting previously unselected package libmpc3:amd64. 10:03:31 Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... 10:03:31 Unpacking libmpc3:amd64 (1.0.3-1) ... 10:03:31 Selecting previously unselected package bzip2. 10:03:31 Preparing to unpack .../bzip2_1.0.6-8ubuntu0.2_amd64.deb ... 10:03:31 Unpacking bzip2 (1.0.6-8ubuntu0.2) ... 10:03:31 Selecting previously unselected package distro-info-data. 10:03:31 Preparing to unpack .../distro-info-data_0.28ubuntu0.13_all.deb ... 10:03:31 Unpacking distro-info-data (0.28ubuntu0.13) ... 10:03:31 Selecting previously unselected package libmagic1:amd64. 10:03:31 Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1.3_amd64.deb ... 10:03:31 Unpacking libmagic1:amd64 (1:5.25-2ubuntu1.3) ... 10:03:31 Selecting previously unselected package file. 10:03:31 Preparing to unpack .../file_1%3a5.25-2ubuntu1.3_amd64.deb ... 10:03:31 Unpacking file (1:5.25-2ubuntu1.3) ... 10:03:31 Selecting previously unselected package iproute2. 10:03:31 Preparing to unpack .../iproute2_4.3.0-1ubuntu3.16.04.5_amd64.deb ... 10:03:31 Unpacking iproute2 (4.3.0-1ubuntu3.16.04.5) ... 10:03:32 Selecting previously unselected package ifupdown. 10:03:32 Preparing to unpack .../ifupdown_0.8.10ubuntu1.4_amd64.deb ... 10:03:32 Unpacking ifupdown (0.8.10ubuntu1.4) ... 10:03:32 Selecting previously unselected package libisc-export160. 10:03:32 Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.15_amd64.deb ... 10:03:32 Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... 10:03:32 Selecting previously unselected package libdns-export162. 10:03:32 Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.15_amd64.deb ... 10:03:32 Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... 10:03:32 Selecting previously unselected package isc-dhcp-client. 10:03:32 Preparing to unpack .../isc-dhcp-client_4.3.3-5ubuntu12.10_amd64.deb ... 10:03:32 Unpacking isc-dhcp-client (4.3.3-5ubuntu12.10) ... 10:03:32 Selecting previously unselected package isc-dhcp-common. 10:03:32 Preparing to unpack .../isc-dhcp-common_4.3.3-5ubuntu12.10_amd64.deb ... 10:03:32 Unpacking isc-dhcp-common (4.3.3-5ubuntu12.10) ... 10:03:32 Selecting previously unselected package less. 10:03:32 Preparing to unpack .../less_481-2.1ubuntu0.2_amd64.deb ... 10:03:32 Unpacking less (481-2.1ubuntu0.2) ... 10:03:32 Selecting previously unselected package libapt-inst2.0:amd64. 10:03:32 Preparing to unpack .../libapt-inst2.0_1.2.32_amd64.deb ... 10:03:32 Unpacking libapt-inst2.0:amd64 (1.2.32) ... 10:03:32 Selecting previously unselected package libbsd0:amd64. 10:03:32 Preparing to unpack .../libbsd0_0.8.2-1ubuntu0.1_amd64.deb ... 10:03:32 Unpacking libbsd0:amd64 (0.8.2-1ubuntu0.1) ... 10:03:32 Selecting previously unselected package libnettle6:amd64. 10:03:32 Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.1_amd64.deb ... 10:03:32 Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ... 10:03:32 Selecting previously unselected package libhogweed4:amd64. 10:03:32 Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.1_amd64.deb ... 10:03:32 Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ... 10:03:32 Selecting previously unselected package libidn11:amd64. 10:03:32 Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ... 10:03:32 Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ... 10:03:32 Selecting previously unselected package libp11-kit0:amd64. 10:03:32 Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.1_amd64.deb ... 10:03:32 Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ... 10:03:32 Selecting previously unselected package libtasn1-6:amd64. 10:03:32 Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.3_amd64.deb ... 10:03:32 Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ... 10:03:32 Selecting previously unselected package libgnutls30:amd64. 10:03:32 Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.7_amd64.deb ... 10:03:32 Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.7) ... 10:03:32 Selecting previously unselected package libxtables11:amd64. 10:03:32 Preparing to unpack .../libxtables11_1.6.0-2ubuntu3_amd64.deb ... 10:03:32 Unpacking libxtables11:amd64 (1.6.0-2ubuntu3) ... 10:03:32 Selecting previously unselected package lsb-release. 10:03:32 Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ... 10:03:32 Unpacking lsb-release (9.20160110ubuntu0.2) ... 10:03:32 Selecting previously unselected package netbase. 10:03:32 Preparing to unpack .../archives/netbase_5.3_all.deb ... 10:03:32 Unpacking netbase (5.3) ... 10:03:32 Selecting previously unselected package openssl. 10:03:32 Preparing to unpack .../openssl_1.0.2g-1ubuntu4.15_amd64.deb ... 10:03:32 Unpacking openssl (1.0.2g-1ubuntu4.15) ... 10:03:32 Selecting previously unselected package ca-certificates. 10:03:32 Preparing to unpack .../ca-certificates_20170717~16.04.2_all.deb ... 10:03:32 Unpacking ca-certificates (20170717~16.04.2) ... 10:03:32 Selecting previously unselected package libasprintf0v5:amd64. 10:03:32 Preparing to unpack .../libasprintf0v5_0.19.7-2ubuntu3.1_amd64.deb ... 10:03:32 Unpacking libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_19.03@tmp/6512b00a-a525-468d-b666-718a81a7fb94/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:03:33 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:03:33 chowning workspace [Pipeline] sh 10:03:33 Selecting previously unselected package gettext-base. 10:03:33 Preparing to unpack .../gettext-base_0.19.7-2ubuntu3.1_amd64.deb ... 10:03:33 Unpacking gettext-base (0.19.7-2ubuntu3.1) ... 10:03:33 Selecting previously unselected package iso-codes. 10:03:33 Preparing to unpack .../iso-codes_3.65-1_all.deb ... 10:03:33 Unpacking iso-codes (3.65-1) ... 10:03:33 Selecting previously unselected package krb5-locales. 10:03:33 Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2.1_all.deb ... 10:03:33 Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2.1) ... 10:03:33 Selecting previously unselected package libroken18-heimdal:amd64. 10:03:33 Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:03:33 Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libkrb5support0:amd64. 10:03:33 Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... 10:03:33 Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:33 Selecting previously unselected package libk5crypto3:amd64. 10:03:33 Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... 10:03:33 Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:33 Selecting previously unselected package libkeyutils1:amd64. 10:03:33 Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ... 10:03:33 Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ... 10:03:33 Selecting previously unselected package libkrb5-3:amd64. 10:03:33 Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... 10:03:33 Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:33 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:03:33 Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... 10:03:33 Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:03:33 Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:03:33 Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 + pwd 10:03:33 + id -u 10:03:33 + id -g 10:03:33 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace 10:03:33 Unable to find image 'busybox:latest' locally 10:03:33 latest: Pulling from library/busybox 10:03:33 47a9f0637952: Pulling fs layer 10:03:33 Selecting previously unselected package libwind0-heimdal:amd64. 10:03:33 Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:03:33 Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:03:33 Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:03:33 Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:03:33 Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... 10:03:33 Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:33 Selecting previously unselected package libsasl2-modules-db:amd64. 10:03:33 Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... 10:03:33 Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 10:03:33 Selecting previously unselected package libsasl2-2:amd64. 10:03:33 Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... 10:03:33 Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 10:03:34 47a9f0637952: Verifying Checksum 10:03:34 47a9f0637952: Download complete 10:03:34 Selecting previously unselected package libldap-2.4-2:amd64. 10:03:34 Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.7_amd64.deb ... 10:03:34 Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.7) ... 10:03:34 Selecting previously unselected package librtmp1:amd64. 10:03:34 Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ... 10:03:34 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ... 10:03:34 Selecting previously unselected package libcurl3-gnutls:amd64. 10:03:34 Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.14_amd64.deb ... 10:03:34 Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.14) ... 10:03:34 Selecting previously unselected package libedit2:amd64. 10:03:34 Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ... 10:03:34 Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ... 10:03:34 Selecting previously unselected package libglib2.0-data. 10:03:34 Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu4.6_all.deb ... 10:03:34 Unpacking libglib2.0-data (2.48.2-0ubuntu4.6) ... 10:03:34 Selecting previously unselected package libicu55:amd64. 10:03:34 Preparing to unpack .../libicu55_55.1-7ubuntu0.5_amd64.deb ... 10:03:34 Unpacking libicu55:amd64 (55.1-7ubuntu0.5) ... [Pipeline] sh 10:03:34 47a9f0637952: Pull complete 10:03:34 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 10:03:34 Status: Downloaded newer image for busybox:latest 10:03:34 + git -C cli checkout 19.03 10:03:34 Switched to a new branch '19.03' 10:03:34 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:03:35 + git clone https://github.com/docker/engine.git 10:03:35 Cloning into 'engine'... 10:03:35 Selecting previously unselected package libsasl2-modules:amd64. 10:03:35 Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... 10:03:35 Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 10:03:35 Selecting previously unselected package libxml2:amd64. 10:03:35 Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.7_amd64.deb ... 10:03:35 Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ... 10:03:35 Selecting previously unselected package libxmuu1:amd64. 10:03:35 Preparing to unpack .../libxmuu1_2%3a1.1.2-2_amd64.deb ... 10:03:35 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 10:03:35 Selecting previously unselected package manpages. 10:03:35 Preparing to unpack .../manpages_4.04-2_all.deb ... 10:03:35 Unpacking manpages (4.04-2) ... 10:03:35 Selecting previously unselected package openssh-client. 10:03:35 Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.8_amd64.deb ... 10:03:35 Unpacking openssh-client (1:7.2p2-4ubuntu2.8) ... 10:03:35 Selecting previously unselected package python-apt-common. 10:03:35 Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.8_all.deb ... 10:03:35 Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.8) ... 10:03:35 Selecting previously unselected package python3-apt. 10:03:35 Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.8_amd64.deb ... 10:03:35 Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.8) ... 10:03:35 Selecting previously unselected package rsync. 10:03:35 Preparing to unpack .../rsync_3.1.1-3ubuntu1.3_amd64.deb ... 10:03:35 Unpacking rsync (3.1.1-3ubuntu1.3) ... 10:03:35 Selecting previously unselected package shared-mime-info. 10:03:35 Preparing to unpack .../shared-mime-info_1.5-2ubuntu0.2_amd64.deb ... 10:03:35 Unpacking shared-mime-info (1.5-2ubuntu0.2) ... 10:03:35 Selecting previously unselected package strace. 10:03:35 Preparing to unpack .../strace_4.11-1ubuntu3_amd64.deb ... 10:03:35 Unpacking strace (4.11-1ubuntu3) ... 10:03:35 Selecting previously unselected package xauth. 10:03:35 Preparing to unpack .../xauth_1%3a1.0.9-1ubuntu2_amd64.deb ... 10:03:35 Unpacking xauth (1:1.0.9-1ubuntu2) ... 10:03:35 Selecting previously unselected package xdg-user-dirs. 10:03:35 Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6.16.04.1_amd64.deb ... 10:03:35 Unpacking xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... 10:03:35 Selecting previously unselected package xml-core. 10:03:35 Preparing to unpack .../xml-core_0.13+nmu2_all.deb ... 10:03:35 Unpacking xml-core (0.13+nmu2) ... 10:03:35 Selecting previously unselected package at. 10:03:35 Preparing to unpack .../at_3.1.18-2ubuntu1_amd64.deb ... 10:03:35 Unpacking at (3.1.18-2ubuntu1) ... 10:03:35 Selecting previously unselected package autotools-dev. 10:03:35 Preparing to unpack .../autotools-dev_20150820.1_all.deb ... 10:03:35 Unpacking autotools-dev (20150820.1) ... 10:03:35 Selecting previously unselected package binutils. 10:03:35 Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.8_amd64.deb ... 10:03:35 Unpacking binutils (2.26.1-1ubuntu1~16.04.8) ... 10:03:36 Selecting previously unselected package libc-dev-bin. 10:03:36 Preparing to unpack .../libc-dev-bin_2.23-0ubuntu11_amd64.deb ... 10:03:36 Unpacking libc-dev-bin (2.23-0ubuntu11) ... 10:03:36 Selecting previously unselected package linux-libc-dev:amd64. 10:03:36 Preparing to unpack .../linux-libc-dev_4.4.0-177.207_amd64.deb ... 10:03:36 Unpacking linux-libc-dev:amd64 (4.4.0-177.207) ... 10:03:36 Selecting previously unselected package libc6-dev:amd64. 10:03:36 Preparing to unpack .../libc6-dev_2.23-0ubuntu11_amd64.deb ... 10:03:36 Unpacking libc6-dev:amd64 (2.23-0ubuntu11) ... 10:03:36 Selecting previously unselected package libisl15:amd64. 10:03:36 Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... 10:03:36 Unpacking libisl15:amd64 (0.16.1-1) ... 10:03:36 Selecting previously unselected package cpp-5. 10:03:36 Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:36 Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.12) ... [Pipeline] echo 10:03:37 Removing all docker containers [Pipeline] sh 10:03:37 Selecting previously unselected package cpp. 10:03:37 Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... 10:03:37 Unpacking cpp (4:5.3.1-1ubuntu1) ... 10:03:37 Selecting previously unselected package libcc1-0:amd64. 10:03:37 Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:37 Selecting previously unselected package libgomp1:amd64. 10:03:37 Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 + docker container ls -aq [Pipeline] echo 10:03:37 Docker containers have been removed [Pipeline] echo 10:03:37 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:03:37 cleanWorkspace: Workspace is clean. [Pipeline] checkout 10:03:37 Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:37 Selecting previously unselected package libitm1:amd64. 10:03:37 Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:37 Selecting previously unselected package libatomic1:amd64. 10:03:37 Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:37 Selecting previously unselected package libasan2:amd64. 10:03:37 Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:37 Selecting previously unselected package liblsan0:amd64. 10:03:37 Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:37 Selecting previously unselected package libtsan0:amd64. 10:03:37 Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:37 Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:38 Selecting previously unselected package libubsan0:amd64. 10:03:38 Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:38 Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:38 Selecting previously unselected package libcilkrts5:amd64. 10:03:38 Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:38 Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:38 Selecting previously unselected package libmpx0:amd64. 10:03:38 Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:38 Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:38 Selecting previously unselected package libquadmath0:amd64. 10:03:38 Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:38 Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:38 Selecting previously unselected package libgcc-5-dev:amd64. 10:03:38 Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:38 Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:38 Selecting previously unselected package gcc-5. 10:03:38 Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:38 Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.12) ... 10:03:39 Selecting previously unselected package gcc. 10:03:39 Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... 10:03:39 Unpacking gcc (4:5.3.1-1ubuntu1) ... 10:03:39 Selecting previously unselected package libstdc++-5-dev:amd64. 10:03:39 Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:39 Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:39 Selecting previously unselected package g++-5. 10:03:39 Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... 10:03:39 Unpacking g++-5 (5.4.0-6ubuntu1~16.04.12) ... 10:03:39 using credential docker-jenkins-github-credentials 10:03:39 Cloning the remote Git repository 10:03:39 Cloning with configured refspecs honoured and without tags 10:03:40 Selecting previously unselected package g++. 10:03:40 Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... 10:03:40 Unpacking g++ (4:5.3.1-1ubuntu1) ... 10:03:40 Selecting previously unselected package make. 10:03:40 Preparing to unpack .../archives/make_4.1-6_amd64.deb ... 10:03:40 Unpacking make (4.1-6) ... 10:03:40 Selecting previously unselected package libdpkg-perl. 10:03:40 Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.6_all.deb ... 10:03:40 Unpacking libdpkg-perl (1.18.4ubuntu1.6) ... 10:03:40 Selecting previously unselected package xz-utils. 10:03:40 Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ... 10:03:40 Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ... 10:03:40 Selecting previously unselected package patch. 10:03:40 Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.2_amd64.deb ... 10:03:40 Unpacking patch (2.7.5-1ubuntu0.16.04.2) ... 10:03:40 Selecting previously unselected package dpkg-dev. 10:03:40 Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.6_all.deb ... 10:03:40 Unpacking dpkg-dev (1.18.4ubuntu1.6) ... 10:03:40 Selecting previously unselected package build-essential. 10:03:40 Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... 10:03:40 Unpacking build-essential (12.1ubuntu2) ... 10:03:40 Selecting previously unselected package curl. 10:03:40 Preparing to unpack .../curl_7.47.0-1ubuntu2.14_amd64.deb ... 10:03:40 Unpacking curl (7.47.0-1ubuntu2.14) ... 10:03:40 Selecting previously unselected package dctrl-tools. 10:03:40 Preparing to unpack .../dctrl-tools_2.24-2_amd64.deb ... 10:03:40 Unpacking dctrl-tools (2.24-2) ... 10:03:40 Selecting previously unselected package libcroco3:amd64. 10:03:40 Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... 10:03:40 Unpacking libcroco3:amd64 (0.6.11-1) ... 10:03:40 Selecting previously unselected package gettext. 10:03:40 Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... 10:03:40 Unpacking gettext (0.19.7-2ubuntu3.1) ... 10:03:40 Selecting previously unselected package intltool-debian. 10:03:40 Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... 10:03:40 Unpacking intltool-debian (0.35.0+20060710.4) ... 10:03:40 Selecting previously unselected package po-debconf. 10:03:40 Preparing to unpack .../po-debconf_1.0.19_all.deb ... 10:03:40 Unpacking po-debconf (1.0.19) ... 10:03:40 Selecting previously unselected package libarchive-zip-perl. 10:03:40 Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... 10:03:40 Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... 10:03:40 Selecting previously unselected package libfile-stripnondeterminism-perl. 10:03:40 Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... 10:03:40 Unpacking libfile-stripnondeterminism-perl (0.015-1) ... 10:03:40 Selecting previously unselected package libtimedate-perl. 10:03:40 Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... 10:03:40 Unpacking libtimedate-perl (2.3000-2) ... [Pipeline] sh Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_19.03 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 10:03:40 Selecting previously unselected package dh-strip-nondeterminism. 10:03:40 Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... 10:03:40 Unpacking dh-strip-nondeterminism (0.015-1) ... 10:03:40 Selecting previously unselected package debhelper. 10:03:40 Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... 10:03:40 Unpacking debhelper (9.20160115ubuntu3) ... 10:03:40 Selecting previously unselected package devscripts. 10:03:40 Preparing to unpack .../devscripts_2.16.2ubuntu3_amd64.deb ... 10:03:40 Unpacking devscripts (2.16.2ubuntu3) ... 10:03:41 + git -C cli checkout 19.03 10:03:41 Switched to a new branch '19.03' 10:03:41 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:03:41 Selecting previously unselected package diffstat. 10:03:41 Preparing to unpack .../diffstat_1.61-1_amd64.deb ... 10:03:41 Unpacking diffstat (1.61-1) ... 10:03:41 Selecting previously unselected package dput. 10:03:41 Preparing to unpack .../dput_0.9.6.4ubuntu3_all.deb ... 10:03:41 Unpacking dput (0.9.6.4ubuntu3) ... 10:03:41 Selecting previously unselected package libfakeroot:amd64. 10:03:41 Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... 10:03:41 Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... 10:03:41 Selecting previously unselected package fakeroot. 10:03:41 Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... 10:03:41 Unpacking fakeroot (1.20.2-1ubuntu1) ... 10:03:41 Selecting previously unselected package liberror-perl. 10:03:41 Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ... 10:03:41 Unpacking liberror-perl (0.17-1.2) ... 10:03:41 Selecting previously unselected package git-man. 10:03:41 Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.8_all.deb ... 10:03:41 Unpacking git-man (1:2.7.4-0ubuntu1.8) ... 10:03:41 Selecting previously unselected package git. 10:03:41 Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.8_amd64.deb ... 10:03:41 Unpacking git (1:2.7.4-0ubuntu1.8) ... [Pipeline] sh 10:03:41 + git -C engine checkout 19.03 10:03:41 + git clone https://github.com/docker/engine.git 10:03:41 Cloning into 'engine'... 10:03:41 Selecting previously unselected package libalgorithm-diff-perl. 10:03:41 Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... 10:03:41 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 10:03:41 Selecting previously unselected package libalgorithm-diff-xs-perl. 10:03:41 Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... 10:03:41 Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... 10:03:41 Selecting previously unselected package libalgorithm-merge-perl. 10:03:41 Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... 10:03:41 Unpacking libalgorithm-merge-perl (0.08-3) ... 10:03:41 Selecting previously unselected package libapt-pkg-perl. 10:03:41 Preparing to unpack .../libapt-pkg-perl_0.1.29build7_amd64.deb ... 10:03:41 Unpacking libapt-pkg-perl (0.1.29build7) ... 10:03:41 Selecting previously unselected package libasprintf-dev:amd64. 10:03:41 Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... 10:03:41 Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... 10:03:41 Selecting previously unselected package libhtml-tagset-perl. 10:03:41 Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... 10:03:41 Unpacking libhtml-tagset-perl (3.20-2) ... 10:03:41 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 10:03:42 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) 10:03:42 Selecting previously unselected package liburi-perl. 10:03:42 Preparing to unpack .../liburi-perl_1.71-1_all.deb ... 10:03:42 Unpacking liburi-perl (1.71-1) ... 10:03:42 Selecting previously unselected package libhtml-parser-perl. 10:03:42 Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... 10:03:42 Unpacking libhtml-parser-perl (3.72-1) ... 10:03:42 Selecting previously unselected package libcgi-pm-perl. 10:03:42 Preparing to unpack .../libcgi-pm-perl_4.26-1_all.deb ... 10:03:42 Unpacking libcgi-pm-perl (4.26-1) ... 10:03:42 Selecting previously unselected package libfcgi-perl. 10:03:42 Preparing to unpack .../libfcgi-perl_0.77-1build1_amd64.deb ... 10:03:42 Unpacking libfcgi-perl (0.77-1build1) ... 10:03:42 Selecting previously unselected package libcgi-fast-perl. 10:03:42 Preparing to unpack .../libcgi-fast-perl_1%3a2.10-1_all.deb ... 10:03:42 Unpacking libcgi-fast-perl (1:2.10-1) ... 10:03:42 Selecting previously unselected package libsub-name-perl. 10:03:42 Preparing to unpack .../libsub-name-perl_0.14-1build1_amd64.deb ... 10:03:42 Unpacking libsub-name-perl (0.14-1build1) ... 10:03:42 Selecting previously unselected package libclass-accessor-perl. 10:03:42 Preparing to unpack .../libclass-accessor-perl_0.34-1_all.deb ... 10:03:42 Unpacking libclass-accessor-perl (0.34-1) ... 10:03:42 Selecting previously unselected package libclone-perl. 10:03:42 Preparing to unpack .../libclone-perl_0.38-1build1_amd64.deb ... 10:03:42 Unpacking libclone-perl (0.38-1build1) ... 10:03:42 Switched to a new branch '19.03' 10:03:42 Branch 19.03 set up to track remote branch 19.03 from origin. [Pipeline] sh 10:03:42 Selecting previously unselected package libdata-alias-perl. 10:03:42 Preparing to unpack .../libdata-alias-perl_1.20-1build1_amd64.deb ... 10:03:42 Unpacking libdata-alias-perl (1.20-1build1) ... 10:03:42 Selecting previously unselected package libdigest-hmac-perl. 10:03:42 Preparing to unpack .../libdigest-hmac-perl_1.03+dfsg-1_all.deb ... 10:03:42 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ... 10:03:42 Selecting previously unselected package libdistro-info-perl. 10:03:42 Preparing to unpack .../libdistro-info-perl_0.14ubuntu0.1_all.deb ... 10:03:42 Unpacking libdistro-info-perl (0.14ubuntu0.1) ... 10:03:42 Selecting previously unselected package libnet-ssleay-perl. 10:03:42 Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... 10:03:42 Unpacking libnet-ssleay-perl (1.72-1build1) ... 10:03:42 Selecting previously unselected package libio-socket-ssl-perl. 10:03:42 Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... 10:03:42 Unpacking libio-socket-ssl-perl (2.024-1) ... 10:03:42 Selecting previously unselected package libnet-smtp-ssl-perl. 10:03:42 Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... 10:03:42 Unpacking libnet-smtp-ssl-perl (1.03-1) ... 10:03:42 Selecting previously unselected package libmailtools-perl. 10:03:42 Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... 10:03:42 Unpacking libmailtools-perl (2.13-1) ... 10:03:42 + pwd 10:03:42 + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine image 10:03:42 for p in image-linux; do \ 10:03:42 make -C image VERSION=0.0.0-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR= GO_VERSION=1.13.10 ${p}; \ 10:03:42 done 10:03:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:03:42 cp Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 10:03:42 docker build -t dockereng/engine-community:0.0.0-20200309214505-aa6a989 --build-arg GO_IMAGE="golang:1.13.10-stretch" --build-arg VERSION="0.0.0-20200309214505-aa6a989" --build-arg GITCOMMIT="$(cd /home/ubuntu/workspace/docker-ce-packaging_19.03/engine && git rev-parse --short=7 HEAD)" --build-arg BUILDTIME="2020-04-21T10:03:42.000000000+00:00" --build-arg PLATFORM="Docker Engine - Community" --build-arg PRODUCT="" --build-arg ENGINE_IMAGE="engine-community" --build-arg DEFAULT_PRODUCT_LICENSE="Community Engine" --file /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine 10:03:42 Selecting previously unselected package libsocket6-perl. 10:03:42 Preparing to unpack .../libsocket6-perl_0.25-1build2_amd64.deb ... 10:03:42 Unpacking libsocket6-perl (0.25-1build2) ... 10:03:42 Selecting previously unselected package libio-socket-inet6-perl. 10:03:42 Preparing to unpack .../libio-socket-inet6-perl_2.72-2_all.deb ... 10:03:42 Unpacking libio-socket-inet6-perl (2.72-2) ... 10:03:42 Selecting previously unselected package libnet-ip-perl. 10:03:42 Preparing to unpack .../libnet-ip-perl_1.26-1_all.deb ... 10:03:42 Unpacking libnet-ip-perl (1.26-1) ... 10:03:42 Selecting previously unselected package libnet-dns-perl. 10:03:42 Preparing to unpack .../libnet-dns-perl_0.81-2build1_amd64.deb ... 10:03:42 Unpacking libnet-dns-perl (0.81-2build1) ... 10:03:42 Selecting previously unselected package libnet-domain-tld-perl. 10:03:42 Preparing to unpack .../libnet-domain-tld-perl_1.73-1_all.deb ... 10:03:42 Unpacking libnet-domain-tld-perl (1.73-1) ... 10:03:42 Selecting previously unselected package libemail-valid-perl. 10:03:42 Preparing to unpack .../libemail-valid-perl_1.198-1_all.deb ... 10:03:42 Unpacking libemail-valid-perl (1.198-1) ... 10:03:42 Selecting previously unselected package libencode-locale-perl. 10:03:42 Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... 10:03:42 Unpacking libencode-locale-perl (1.05-1) ... 10:03:42 Selecting previously unselected package libexporter-tiny-perl. 10:03:42 Preparing to unpack .../libexporter-tiny-perl_0.042-1_all.deb ... 10:03:42 Unpacking libexporter-tiny-perl (0.042-1) ... 10:03:42 Selecting previously unselected package libipc-system-simple-perl. 10:03:42 Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... 10:03:42 Unpacking libipc-system-simple-perl (1.25-3) ... 10:03:42 Selecting previously unselected package libfile-basedir-perl. 10:03:42 Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... 10:03:42 Unpacking libfile-basedir-perl (0.07-1) ... 10:03:42 Selecting previously unselected package libfile-fcntllock-perl. 10:03:42 Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... 10:03:42 Unpacking libfile-fcntllock-perl (0.22-3) ... 10:03:42 Selecting previously unselected package libhttp-date-perl. 10:03:42 Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... 10:03:42 Unpacking libhttp-date-perl (6.02-1) ... 10:03:42 Selecting previously unselected package libfile-listing-perl. 10:03:42 Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... 10:03:42 Unpacking libfile-listing-perl (6.04-1) ... 10:03:42 Selecting previously unselected package libfont-afm-perl. 10:03:42 Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... 10:03:42 Unpacking libfont-afm-perl (1.20-1) ... 10:03:42 Selecting previously unselected package libgettextpo0:amd64. 10:03:42 Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... 10:03:42 Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... 10:03:43 Selecting previously unselected package libgettextpo-dev:amd64. 10:03:43 Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... 10:03:43 Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... 10:03:43 Selecting previously unselected package libio-html-perl. 10:03:43 Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... 10:03:43 Unpacking libio-html-perl (1.001-1) ... 10:03:43 Selecting previously unselected package liblwp-mediatypes-perl. 10:03:43 Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... 10:03:43 Unpacking liblwp-mediatypes-perl (6.02-1) ... 10:03:43 Selecting previously unselected package libhttp-message-perl. 10:03:43 Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... 10:03:43 Unpacking libhttp-message-perl (6.11-1) ... 10:03:43 Selecting previously unselected package libhtml-form-perl. 10:03:43 Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... 10:03:43 Unpacking libhtml-form-perl (6.03-1) ... 10:03:43 Selecting previously unselected package libhtml-tree-perl. 10:03:43 Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... 10:03:43 Unpacking libhtml-tree-perl (5.03-2) ... 10:03:43 Selecting previously unselected package libhtml-format-perl. 10:03:43 Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... 10:03:43 Unpacking libhtml-format-perl (2.11-2) ... > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 [Pipeline] sh 10:03:43 Selecting previously unselected package libhttp-cookies-perl. 10:03:43 Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... 10:03:43 Unpacking libhttp-cookies-perl (6.01-1) ... 10:03:43 Selecting previously unselected package libhttp-daemon-perl. 10:03:43 Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... 10:03:43 Unpacking libhttp-daemon-perl (6.01-1) ... 10:03:43 Selecting previously unselected package libhttp-negotiate-perl. 10:03:43 Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... 10:03:43 Unpacking libhttp-negotiate-perl (6.00-2) ... 10:03:43 Selecting previously unselected package libio-pty-perl. 10:03:43 Preparing to unpack .../libio-pty-perl_1%3a1.08-1.1build1_amd64.deb ... 10:03:43 Unpacking libio-pty-perl (1:1.08-1.1build1) ... 10:03:43 Selecting previously unselected package libio-string-perl. 10:03:43 Preparing to unpack .../libio-string-perl_1.08-3_all.deb ... 10:03:43 Unpacking libio-string-perl (1.08-3) ... 10:03:43 Selecting previously unselected package libipc-run-perl. 10:03:43 Preparing to unpack .../libipc-run-perl_0.94-1_all.deb ... 10:03:43 Unpacking libipc-run-perl (0.94-1) ... 10:03:43 Selecting previously unselected package liblist-moreutils-perl. 10:03:43 Preparing to unpack .../liblist-moreutils-perl_0.413-1build1_amd64.deb ... 10:03:43 Unpacking liblist-moreutils-perl (0.413-1build1) ... 10:03:43 Selecting previously unselected package libnet-http-perl. 10:03:43 Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... 10:03:43 Unpacking libnet-http-perl (6.09-1) ... 10:03:43 + git -C engine checkout 19.03 10:03:43 Selecting previously unselected package libwww-robotrules-perl. 10:03:43 Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... 10:03:43 Unpacking libwww-robotrules-perl (6.01-1) ... 10:03:43 Selecting previously unselected package libwww-perl. 10:03:43 Preparing to unpack .../libwww-perl_6.15-1_all.deb ... 10:03:43 Unpacking libwww-perl (6.15-1) ... 10:03:43 Selecting previously unselected package liblwp-protocol-https-perl. 10:03:43 Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... 10:03:43 Unpacking liblwp-protocol-https-perl (6.06-2) ... 10:03:43 Selecting previously unselected package libsys-hostname-long-perl. 10:03:43 Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... 10:03:43 Unpacking libsys-hostname-long-perl (1.5-1) ... 10:03:43 Selecting previously unselected package libmail-sendmail-perl. 10:03:43 Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... 10:03:43 Unpacking libmail-sendmail-perl (0.79.16-1) ... 10:03:43 Selecting previously unselected package libparse-debianchangelog-perl. 10:03:43 Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-8_all.deb ... 10:03:43 Unpacking libparse-debianchangelog-perl (1.2.0-8) ... 10:03:43 Selecting previously unselected package libperlio-gzip-perl. 10:03:43 Preparing to unpack .../libperlio-gzip-perl_0.19-1build1_amd64.deb ... 10:03:43 Unpacking libperlio-gzip-perl (0.19-1build1) ... 10:03:43 Selecting previously unselected package libtext-levenshtein-perl. 10:03:43 Preparing to unpack .../libtext-levenshtein-perl_0.13-1_all.deb ... 10:03:43 Unpacking libtext-levenshtein-perl (0.13-1) ... 10:03:43 Sending build context to Docker daemon 52.66MB 10:03:43 Step 1/49 : ARG GO_IMAGE 10:03:43 Step 2/49 : FROM ${GO_IMAGE} as builder 10:03:43 1.13.10-stretch: Pulling from library/golang 10:03:43 Selecting previously unselected package libyaml-libyaml-perl. 10:03:43 Preparing to unpack .../libyaml-libyaml-perl_0.41-6build1_amd64.deb ... 10:03:43 Unpacking libyaml-libyaml-perl (0.41-6build1) ... 10:03:43 Selecting previously unselected package hardening-includes. 10:03:43 Preparing to unpack .../hardening-includes_2.7ubuntu2_all.deb ... 10:03:43 Unpacking hardening-includes (2.7ubuntu2) ... 10:03:43 Selecting previously unselected package patchutils. 10:03:43 Preparing to unpack .../patchutils_0.3.4-1_amd64.deb ... 10:03:43 Unpacking patchutils (0.3.4-1) ... 10:03:43 Selecting previously unselected package t1utils. 10:03:43 Preparing to unpack .../t1utils_1.39-2_amd64.deb ... 10:03:43 Unpacking t1utils (1.39-2) ... 10:03:43 Selecting previously unselected package lintian. 10:03:43 Preparing to unpack .../lintian_2.5.43ubuntu0.1_all.deb ... 10:03:43 Unpacking lintian (2.5.43ubuntu0.1) ... 10:03:44 65d54b492d59: Pulling fs layer 10:03:44 7be35cdee43e: Pulling fs layer 10:03:44 b803ac2c0e69: Pulling fs layer 10:03:44 f56b7aa1f85c: Pulling fs layer 10:03:44 e4990bcee4c1: Pulling fs layer 10:03:44 99b932676b9d: Pulling fs layer 10:03:44 bebfb1f3752d: Pulling fs layer 10:03:44 f56b7aa1f85c: Waiting 10:03:44 e4990bcee4c1: Waiting 10:03:44 99b932676b9d: Waiting 10:03:44 bebfb1f3752d: Waiting 10:03:44 Selecting previously unselected package manpages-dev. 10:03:44 Preparing to unpack .../manpages-dev_4.04-2_all.deb ... 10:03:44 Unpacking manpages-dev (4.04-2) ... 10:03:44 Switched to a new branch '19.03' 10:03:44 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:03:44 b803ac2c0e69: Verifying Checksum 10:03:44 b803ac2c0e69: Download complete 10:03:44 7be35cdee43e: Verifying Checksum 10:03:44 7be35cdee43e: Download complete 10:03:44 Selecting previously unselected package python3-pkg-resources. 10:03:44 Preparing to unpack .../python3-pkg-resources_20.7.0-1_all.deb ... 10:03:44 Unpacking python3-pkg-resources (20.7.0-1) ... 10:03:44 Selecting previously unselected package python3-chardet. 10:03:44 Preparing to unpack .../python3-chardet_2.3.0-2_all.deb ... 10:03:44 Unpacking python3-chardet (2.3.0-2) ... 10:03:44 Selecting previously unselected package python3-six. 10:03:44 Preparing to unpack .../python3-six_1.10.0-3_all.deb ... 10:03:44 Unpacking python3-six (1.10.0-3) ... 10:03:44 Selecting previously unselected package python3-debian. 10:03:44 Preparing to unpack .../python3-debian_0.1.27ubuntu2_all.deb ... 10:03:44 Unpacking python3-debian (0.1.27ubuntu2) ... 10:03:44 Selecting previously unselected package rename. 10:03:44 Preparing to unpack .../archives/rename_0.20-4_all.deb ... 10:03:44 Unpacking rename (0.20-4) ... 10:03:44 + pwd 10:03:44 + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine image 10:03:44 for p in image-linux; do \ 10:03:44 make -C image VERSION=0.0.0-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR= GO_VERSION=1.13.10 ${p}; \ 10:03:44 done 10:03:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:03:44 cp Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 10:03:44 docker build -t dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 --build-arg GO_IMAGE="golang:1.13.10-stretch" --build-arg VERSION="0.0.0-20200309214505-aa6a9891b0" --build-arg GITCOMMIT="$(cd /home/ubuntu/workspace/docker-ce-packaging_19.03/engine && git rev-parse --short=7 HEAD)" --build-arg BUILDTIME="2020-04-21T10:03:44.000000000+00:00" --build-arg PLATFORM="Docker Engine - Community" --build-arg PRODUCT="" --build-arg ENGINE_IMAGE="engine-community" --build-arg DEFAULT_PRODUCT_LICENSE="Community Engine" --file /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine 10:03:44 65d54b492d59: Download complete 10:03:44 Selecting previously unselected package unzip. 10:03:44 Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... 10:03:44 Unpacking unzip (6.0-20ubuntu1) ... 10:03:44 Selecting previously unselected package wdiff. 10:03:44 Preparing to unpack .../wdiff_1.2.2-1build1_amd64.deb ... 10:03:44 Unpacking wdiff (1.2.2-1build1) ... 10:03:44 Selecting previously unselected package equivs. 10:03:44 Preparing to unpack .../equivs_2.0.9+nmu1_all.deb ... 10:03:44 Unpacking equivs (2.0.9+nmu1) ... 10:03:44 Selecting previously unselected package libauthen-sasl-perl. 10:03:44 Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... 10:03:44 Unpacking libauthen-sasl-perl (2.1600-1) ... 10:03:44 Selecting previously unselected package python3-magic. 10:03:44 Preparing to unpack .../python3-magic_1%3a5.25-2ubuntu1.3_all.deb ... 10:03:44 Unpacking python3-magic (1:5.25-2ubuntu1.3) ... 10:03:44 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:03:44 Processing triggers for systemd (229-4ubuntu21.27) ... 10:03:44 Setting up libatm1:amd64 (1:2.5.1-1.5) ... 10:03:44 Setting up liblocale-gettext-perl (1.07-1build1) ... 10:03:44 Setting up libmnl0:amd64 (1.0.3-5) ... 10:03:44 Setting up libpopt0:amd64 (1.16-10) ... 10:03:44 Setting up mime-support (3.59ubuntu1) ... 10:03:44 Setting up libmpdec2:amd64 (2.4.2-1) ... 10:03:44 Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1.4) ... 10:03:44 Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.9) ... 10:03:44 Setting up python3.5 (3.5.2-2ubuntu0~16.04.9) ... 10:03:45 e4990bcee4c1: Download complete 10:03:45 bebfb1f3752d: Verifying Checksum 10:03:45 bebfb1f3752d: Download complete 10:03:45 f56b7aa1f85c: Verifying Checksum 10:03:45 f56b7aa1f85c: Download complete 10:03:45 Sending build context to Docker daemon 52.66MB 10:03:45 Step 1/49 : ARG GO_IMAGE 10:03:45 Step 2/49 : FROM ${GO_IMAGE} as builder 10:03:45 1.13.10-stretch: Pulling from library/golang 10:03:45 7568c21980bd: Pulling fs layer 10:03:45 4a9f2207c812: Pulling fs layer 10:03:45 6fe350d2b140: Pulling fs layer 10:03:45 d95a2fdc8b3d: Pulling fs layer 10:03:45 ac996c99fef8: Pulling fs layer 10:03:45 56021b21e136: Pulling fs layer 10:03:45 bc78545094a5: Pulling fs layer 10:03:45 ac996c99fef8: Waiting 10:03:45 d95a2fdc8b3d: Waiting 10:03:45 56021b21e136: Waiting 10:03:45 bc78545094a5: Waiting 10:03:45 6fe350d2b140: Verifying Checksum 10:03:45 6fe350d2b140: Download complete 10:03:45 4a9f2207c812: Verifying Checksum 10:03:45 4a9f2207c812: Download complete 10:03:45 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" 10:03:45 Setting up libpython3-stdlib:amd64 (3.5.1-3) ... 10:03:45 Setting up libgdbm3:amd64 (1.8.3-13.1) ... 10:03:45 Setting up libffi6:amd64 (3.2.1-4) ... 10:03:45 Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.6) ... 10:03:45 No schema files found: doing nothing. 10:03:45 Setting up libxau6:amd64 (1:1.0.8-1) ... 10:03:45 Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ... 10:03:45 Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ... 10:03:45 Setting up libx11-data (2:1.6.3-1ubuntu2.1) ... 10:03:45 Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... 10:03:46 Setting up libxext6:amd64 (2:1.3.3-1) ... 10:03:46 Setting up groff-base (1.22.3-7) ... 10:03:46 Setting up bsdmainutils (9.0.6ubuntu3) ... 10:03:46 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode 10:03:46 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode 10:03:46 Setting up libpipeline1:amd64 (1.4.1-2) ... 10:03:46 Setting up man-db (2.7.5-1) ... 10:03:46 debconf: unable to initialize frontend: Dialog 10:03:46 debconf: (TERM is not set, so the dialog frontend is not usable.) 10:03:46 debconf: falling back to frontend: Readline 10:03:46 Building database of manual pages ... 10:03:46 7568c21980bd: Verifying Checksum 10:03:46 7568c21980bd: Download complete [Pipeline] sh 10:03:46 d95a2fdc8b3d: Verifying Checksum 10:03:46 d95a2fdc8b3d: Download complete 10:03:46 + git clone https://github.com/docker/engine.git 10:03:46 Cloning into 'engine'... 10:03:46 99b932676b9d: Verifying Checksum 10:03:46 99b932676b9d: Download complete 10:03:46 ac996c99fef8: Verifying Checksum 10:03:46 ac996c99fef8: Download complete 10:03:46 bc78545094a5: Verifying Checksum 10:03:46 bc78545094a5: Download complete 10:03:47 65d54b492d59: Pull complete 10:03:47 56021b21e136: Verifying Checksum 10:03:47 56021b21e136: Download complete 10:03:47 7be35cdee43e: Pull complete 10:03:48 b803ac2c0e69: Pull complete 10:03:49 7568c21980bd: Pull complete 10:03:49 4a9f2207c812: Pull complete 10:03:49 6fe350d2b140: Pull complete [Pipeline] sh 10:03:50 + git -C engine checkout 19.03 10:03:50 f56b7aa1f85c: Pull complete 10:03:50 Switched to a new branch '19.03' 10:03:50 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:03:51 + pwd 10:03:51 + pwd 10:03:51 + make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=centos-7 ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/cli rpm 10:03:51 for p in centos-7; do \ 10:03:51 make -C rpm VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/cli GO_VERSION=1.13.10 ${p}; \ 10:03:51 done 10:03:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/rpm' 10:03:51 mkdir -p rpmbuild/SOURCES 10:03:51 echo "docker.io/dockereng/engine-community-dm:0.0.0-20200309214505-aa6a9891b0" > rpmbuild/SOURCES/engine-image 10:03:51 mkdir -p rpmbuild/SOURCES 10:03:51 docker run --rm -i -w /v \ 10:03:51 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/engine:/engine \ 10:03:51 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/v \ 10:03:51 alpine \ 10:03:51 tar -C / -c -z -f /v/engine.tgz --exclude .git engine 10:03:51 Unable to find image 'alpine:latest' locally 10:03:51 latest: Pulling from library/alpine 10:03:51 aad63a933944: Pulling fs layer 10:03:51 aad63a933944: Verifying Checksum 10:03:51 aad63a933944: Download complete 10:03:51 aad63a933944: Pull complete 10:03:51 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 10:03:51 Status: Downloaded newer image for alpine:latest 10:03:52 d95a2fdc8b3d: Pull complete 10:03:52 e4990bcee4c1: Pull complete 10:03:52 Setting up sgml-base (1.26+nmu4ubuntu1) ... 10:03:52 Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... 10:03:52 Setting up perl-modules-5.22 (5.22.1-9ubuntu0.6) ... 10:03:52 Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.6) ... 10:03:52 Setting up perl (5.22.1-9ubuntu0.6) ... 10:03:52 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode 10:03:52 Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.9) ... 10:03:52 Setting up python2.7 (2.7.12-1ubuntu0~16.04.9) ... 10:03:52 Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... 10:03:52 Setting up python (2.7.12-1~16.04) ... 10:03:52 Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ... 10:03:52 Setting up libmpfr4:amd64 (3.1.4-1) ... 10:03:52 Setting up libmpc3:amd64 (1.0.3-1) ... 10:03:52 Setting up bzip2 (1.0.6-8ubuntu0.2) ... 10:03:52 Setting up distro-info-data (0.28ubuntu0.13) ... 10:03:52 Setting up libmagic1:amd64 (1:5.25-2ubuntu1.3) ... 10:03:52 Setting up file (1:5.25-2ubuntu1.3) ... 10:03:52 Setting up iproute2 (4.3.0-1ubuntu3.16.04.5) ... 10:03:52 Setting up ifupdown (0.8.10ubuntu1.4) ... 10:03:52 Creating /etc/network/interfaces. 10:03:52 Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... 10:03:52 Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... 10:03:53 Setting up isc-dhcp-client (4.3.3-5ubuntu12.10) ... 10:03:53 Setting up isc-dhcp-common (4.3.3-5ubuntu12.10) ... 10:03:53 Setting up less (481-2.1ubuntu0.2) ... 10:03:53 debconf: unable to initialize frontend: Dialog 10:03:53 debconf: (TERM is not set, so the dialog frontend is not usable.) 10:03:53 debconf: falling back to frontend: Readline 10:03:53 Setting up libapt-inst2.0:amd64 (1.2.32) ... 10:03:53 Setting up libbsd0:amd64 (0.8.2-1ubuntu0.1) ... 10:03:53 Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ... 10:03:53 Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ... 10:03:53 Setting up libidn11:amd64 (1.32-3ubuntu1.2) ... 10:03:53 Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ... 10:03:53 Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ... 10:03:53 Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.7) ... 10:03:53 Setting up libxtables11:amd64 (1.6.0-2ubuntu3) ... 10:03:53 Setting up netbase (5.3) ... 10:03:53 Setting up openssl (1.0.2g-1ubuntu4.15) ... 10:03:53 Setting up ca-certificates (20170717~16.04.2) ... 10:03:53 debconf: unable to initialize frontend: Dialog 10:03:53 debconf: (TERM is not set, so the dialog frontend is not usable.) 10:03:53 debconf: falling back to frontend: Readline 10:03:53 Setting up libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... 10:03:53 Setting up gettext-base (0.19.7-2ubuntu3.1) ... 10:03:53 Setting up iso-codes (3.65-1) ... 10:03:53 Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.1) ... 10:03:53 Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:53 Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:53 Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ... 10:03:53 Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:53 Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.1) ... 10:03:53 Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... 10:03:53 Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 10:03:53 Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 10:03:53 Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.7) ... 10:03:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ... 10:03:53 Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.14) ... 10:03:53 ac996c99fef8: Pull complete 10:03:54 Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ... 10:03:54 Setting up libglib2.0-data (2.48.2-0ubuntu4.6) ... 10:03:54 Setting up libicu55:amd64 (55.1-7ubuntu0.5) ... 10:03:54 Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 10:03:54 Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ... 10:03:54 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 10:03:54 Setting up manpages (4.04-2) ... 10:03:54 Setting up openssh-client (1:7.2p2-4ubuntu2.8) ... 10:03:54 Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.8) ... 10:03:54 Setting up rsync (3.1.1-3ubuntu1.3) ... 10:03:54 invoke-rc.d: could not determine current runlevel 10:03:54 invoke-rc.d: policy-rc.d denied execution of restart. 10:03:54 Setting up shared-mime-info (1.5-2ubuntu0.2) ... 10:03:55 mkdir -p rpmbuild/SOURCES 10:03:55 docker run --rm -i -w /v \ 10:03:55 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/cli:/cli \ 10:03:55 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/v \ 10:03:55 alpine \ 10:03:55 tar -C / -c -z -f /v/cli.tgz --exclude .git cli 10:03:56 Setting up strace (4.11-1ubuntu3) ... 10:03:56 Setting up xauth (1:1.0.9-1ubuntu2) ... 10:03:56 Setting up xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... 10:03:56 Setting up xml-core (0.13+nmu2) ... 10:03:56 99b932676b9d: Pull complete 10:03:56 bebfb1f3752d: Pull complete 10:03:56 Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 10:03:56 Status: Downloaded newer image for golang:1.13.10-stretch 10:03:56 ---> b1d63faeef0f 10:03:56 Step 3/49 : COPY hack/dockerfile/install/tini.installer / 10:03:56 Setting up at (3.1.18-2ubuntu1) ... 10:03:56 invoke-rc.d: could not determine current runlevel 10:03:56 invoke-rc.d: policy-rc.d denied execution of start. 10:03:56 Setting up autotools-dev (20150820.1) ... 10:03:56 Setting up binutils (2.26.1-1ubuntu1~16.04.8) ... 10:03:56 Setting up libc-dev-bin (2.23-0ubuntu11) ... 10:03:56 Setting up linux-libc-dev:amd64 (4.4.0-177.207) ... 10:03:56 Setting up libc6-dev:amd64 (2.23-0ubuntu11) ... 10:03:56 Setting up libisl15:amd64 (0.16.1-1) ... 10:03:56 Setting up cpp-5 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up cpp (4:5.3.1-1ubuntu1) ... [Pipeline] sh 10:03:56 Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up gcc-5 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up gcc (4:5.3.1-1ubuntu1) ... 10:03:56 Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up g++-5 (5.4.0-6ubuntu1~16.04.12) ... 10:03:56 Setting up g++ (4:5.3.1-1ubuntu1) ... 10:03:56 + git -C engine checkout 19.03 10:03:56 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 10:03:56 Setting up make (4.1-6) ... 10:03:56 Setting up libdpkg-perl (1.18.4ubuntu1.6) ... 10:03:56 Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ... 10:03:56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 10:03:56 Setting up patch (2.7.5-1ubuntu0.16.04.2) ... 10:03:56 Setting up dpkg-dev (1.18.4ubuntu1.6) ... 10:03:56 Setting up build-essential (12.1ubuntu2) ... 10:03:56 Setting up curl (7.47.0-1ubuntu2.14) ... 10:03:56 Setting up dctrl-tools (2.24-2) ... 10:03:56 Setting up libcroco3:amd64 (0.6.11-1) ... 10:03:56 Setting up gettext (0.19.7-2ubuntu3.1) ... 10:03:56 Setting up intltool-debian (0.35.0+20060710.4) ... 10:03:56 Setting up po-debconf (1.0.19) ... 10:03:56 Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... 10:03:56 Setting up libfile-stripnondeterminism-perl (0.015-1) ... 10:03:56 Setting up libtimedate-perl (2.3000-2) ... 10:03:56 Setting up diffstat (1.61-1) ... 10:03:56 Setting up dput (0.9.6.4ubuntu3) ... 10:03:56 Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... 10:03:56 Switched to a new branch '19.03' 10:03:56 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:03:57 Setting up fakeroot (1.20.2-1ubuntu1) ... 10:03:57 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 10:03:57 Setting up liberror-perl (0.17-1.2) ... 10:03:57 Setting up git-man (1:2.7.4-0ubuntu1.8) ... 10:03:57 Setting up git (1:2.7.4-0ubuntu1.8) ... 10:03:57 Setting up libalgorithm-diff-perl (1.19.03-1) ... 10:03:57 Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... 10:03:57 Setting up libalgorithm-merge-perl (0.08-3) ... 10:03:57 Setting up libapt-pkg-perl (0.1.29build7) ... 10:03:57 Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... 10:03:57 Setting up libhtml-tagset-perl (3.20-2) ... 10:03:57 Setting up liburi-perl (1.71-1) ... 10:03:57 Setting up libhtml-parser-perl (3.72-1) ... 10:03:57 Setting up libcgi-pm-perl (4.26-1) ... 10:03:57 Setting up libfcgi-perl (0.77-1build1) ... 10:03:57 Setting up libcgi-fast-perl (1:2.10-1) ... 10:03:57 Setting up libsub-name-perl (0.14-1build1) ... 10:03:57 Setting up libclass-accessor-perl (0.34-1) ... 10:03:57 Setting up libclone-perl (0.38-1build1) ... 10:03:57 Setting up libdata-alias-perl (1.20-1build1) ... 10:03:57 Setting up libdigest-hmac-perl (1.03+dfsg-1) ... 10:03:57 Setting up libdistro-info-perl (0.14ubuntu0.1) ... 10:03:57 + pwd 10:03:57 + pwd 10:03:57 + make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=static-linux ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/cli static 10:03:57 for p in static-linux; do \ 10:03:57 make -C static VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/cli GO_VERSION=1.13.10 ${p}; \ 10:03:57 done 10:03:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/static' 10:03:57 make -C /home/ubuntu/workspace/docker-ce-packaging_19.03/cli -f docker.Makefile VERSION=0.0.0-20200309214505-aa6a9891b0 build 10:03:57 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/cli' 10:03:57 # build dockerfile from stdin so that we don't send the build-context; source is bind-mounted in the development environment 10:03:57 cat ./dockerfiles/Dockerfile.binary-native | docker build --build-arg=GO_VERSION -t docker-cli-native - 10:03:57 Sending build context to Docker daemon 2.048kB 10:03:57 Step 1/6 : ARG GO_VERSION=1.13.10 10:03:57 Step 2/6 : FROM golang:${GO_VERSION}-alpine 10:03:57 Setting up libnet-ssleay-perl (1.72-1build1) ... 10:03:57 Setting up libio-socket-ssl-perl (2.024-1) ... 10:03:57 Setting up libnet-smtp-ssl-perl (1.03-1) ... 10:03:57 Setting up libmailtools-perl (2.13-1) ... 10:03:57 Setting up libsocket6-perl (0.25-1build2) ... 10:03:57 Setting up libio-socket-inet6-perl (2.72-2) ... 10:03:57 Setting up libnet-ip-perl (1.26-1) ... 10:03:57 Setting up libnet-dns-perl (0.81-2build1) ... 10:03:57 Setting up libnet-domain-tld-perl (1.73-1) ... 10:03:57 Setting up libemail-valid-perl (1.198-1) ... 10:03:57 Setting up libencode-locale-perl (1.05-1) ... 10:03:57 Setting up libexporter-tiny-perl (0.042-1) ... 10:03:57 Setting up libipc-system-simple-perl (1.25-3) ... 10:03:57 Setting up libfile-basedir-perl (0.07-1) ... 10:03:57 Setting up libfile-fcntllock-perl (0.22-3) ... 10:03:57 Setting up libhttp-date-perl (6.02-1) ... 10:03:57 Setting up libfile-listing-perl (6.04-1) ... 10:03:57 Setting up libfont-afm-perl (1.20-1) ... 10:03:57 Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... 10:03:57 Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... 10:03:57 Setting up libio-html-perl (1.001-1) ... 10:03:57 Setting up liblwp-mediatypes-perl (6.02-1) ... 10:03:57 Setting up libhttp-message-perl (6.11-1) ... 10:03:57 Setting up libhtml-form-perl (6.03-1) ... 10:03:57 Setting up libhtml-tree-perl (5.03-2) ... 10:03:57 Setting up libhtml-format-perl (2.11-2) ... 10:03:57 1.13.10-alpine: Pulling from library/golang 10:03:57 aad63a933944: Pulling fs layer 10:03:57 c732a2540651: Pulling fs layer 10:03:57 7b2225181d6b: Pulling fs layer 10:03:57 c7df7edfcd79: Pulling fs layer 10:03:57 5871566633bc: Pulling fs layer 10:03:57 c7df7edfcd79: Waiting 10:03:57 5871566633bc: Waiting 10:03:57 Setting up libhttp-cookies-perl (6.01-1) ... 10:03:57 Setting up libhttp-daemon-perl (6.01-1) ... 10:03:57 Setting up libhttp-negotiate-perl (6.00-2) ... 10:03:57 Setting up libio-pty-perl (1:1.08-1.1build1) ... 10:03:57 Setting up libio-string-perl (1.08-3) ... 10:03:57 Setting up libipc-run-perl (0.94-1) ... 10:03:57 Setting up liblist-moreutils-perl (0.413-1build1) ... 10:03:57 Setting up libnet-http-perl (6.09-1) ... 10:03:57 Setting up libwww-robotrules-perl (6.01-1) ... 10:03:57 Setting up libsys-hostname-long-perl (1.5-1) ... 10:03:57 Setting up libmail-sendmail-perl (0.79.16-1) ... 10:03:57 Setting up libparse-debianchangelog-perl (1.2.0-8) ... 10:03:57 Setting up libperlio-gzip-perl (0.19-1build1) ... 10:03:57 Setting up libtext-levenshtein-perl (0.13-1) ... 10:03:57 Setting up libyaml-libyaml-perl (0.41-6build1) ... 10:03:57 Setting up hardening-includes (2.7ubuntu2) ... 10:03:57 Setting up patchutils (0.3.4-1) ... 10:03:57 Setting up t1utils (1.39-2) ... 10:03:57 Setting up lintian (2.5.43ubuntu0.1) ... 10:03:57 Setting up manpages-dev (4.04-2) ... 10:03:57 Setting up rename (0.20-4) ... 10:03:57 update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode 10:03:57 Setting up unzip (6.0-20ubuntu1) ... 10:03:57 Setting up wdiff (1.2.2-1build1) ... 10:03:57 Setting up libauthen-sasl-perl (2.1600-1) ... 10:03:57 Setting up dh-python (2.20151103ubuntu1.2) ... 10:03:57 7b2225181d6b: Verifying Checksum 10:03:57 7b2225181d6b: Download complete 10:03:57 c732a2540651: Verifying Checksum 10:03:57 c732a2540651: Download complete 10:03:57 aad63a933944: Verifying Checksum 10:03:57 aad63a933944: Download complete 10:03:57 5871566633bc: Download complete 10:03:57 Setting up python3 (3.5.1-3) ... 10:03:57 running python rtupdate hooks for python3.5... 10:03:58 aad63a933944: Pull complete 10:03:58 c732a2540651: Pull complete 10:03:58 running python post-rtupdate hooks for python3.5... 10:03:58 Setting up lsb-release (9.20160110ubuntu0.2) ... 10:03:58 Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.8) ... 10:03:58 mkdir -p rpmbuild/SOURCES 10:03:58 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service 10:03:58 mkdir -p rpmbuild/SOURCES 10:03:58 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket 10:03:58 mkdir -p rpmbuild/SOURCES 10:03:58 echo '{"platform":"Docker Engine - Community","engine_image":"engine-community-dm","containerd_min_version":"1.2.0-beta.1","runtime":"host_install"}' > rpmbuild/SOURCES/distribution_based_engine.json 10:03:58 docker run --rm -i -w /v \ 10:03:58 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/plugins:/plugins \ 10:03:58 -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/v \ 10:03:58 alpine \ 10:03:58 tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins 10:03:58 7b2225181d6b: Pull complete 10:03:58 Setting up debhelper (9.20160115ubuntu3) ... 10:03:58 Setting up devscripts (2.16.2ubuntu3) ... 10:03:58 Setting up liblwp-protocol-https-perl (6.06-2) ... 10:03:58 Setting up python3-pkg-resources (20.7.0-1) ... 10:03:58 ---> 6ac340313cda 10:03:58 Step 4/49 : COPY hack/dockerfile/install/proxy.installer / 10:03:58 ---> 3367efe01966 10:03:58 Step 5/49 : RUN apt-get update && apt-get install -y bash btrfs-tools ca-certificates cmake gcc git libc-dev libgcc-6-dev libltdl-dev libseccomp-dev libtool make 10:03:58 ---> Running in 0678384d1253 10:03:58 Setting up python3-chardet (2.3.0-2) ... 10:03:58 Setting up python3-six (1.10.0-3) ... 10:03:59 Setting up python3-debian (0.1.27ubuntu2) ... 10:03:59 56021b21e136: Pull complete 10:03:59 bc78545094a5: Pull complete 10:03:59 Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 10:03:59 Status: Downloaded newer image for golang:1.13.10-stretch 10:03:59 ---> 6ffeb1b35038 10:03:59 Step 3/49 : COPY hack/dockerfile/install/tini.installer / 10:03:59 docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm:/v -w /v alpine chown -R root:root rpmbuild 10:03:59 c7df7edfcd79: Verifying Checksum 10:03:59 c7df7edfcd79: Download complete 10:03:59 Setting up equivs (2.0.9+nmu1) ... 10:03:59 Setting up python3-magic (1:5.25-2ubuntu1.3) ... 10:03:59 Setting up dh-strip-nondeterminism (0.015-1) ... 10:03:59 Setting up libwww-perl (6.15-1) ... 10:03:59 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:03:59 Processing triggers for systemd (229-4ubuntu21.27) ... 10:03:59 Processing triggers for ca-certificates (20170717~16.04.2) ... 10:03:59 Updating certificates in /etc/ssl/certs... 10:03:59 ---> 06aadc24bebf 10:03:59 Step 4/49 : COPY hack/dockerfile/install/proxy.installer / 10:04:00 ---> 5b8514e60032 10:04:00 Step 5/49 : RUN apt-get update && apt-get install -y bash btrfs-tools ca-certificates cmake gcc git libc-dev libgcc-6-dev libltdl-dev libseccomp-dev libtool make 10:04:00 ---> Running in 5b51f6fe217e 10:04:00 docker build --build-arg GO_IMAGE=golang:1.13.10-stretch -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile . 10:04:00 Sending build context to Docker daemon 17.83MB 10:04:00 Step 1/18 : ARG GO_IMAGE 10:04:00 Step 2/18 : ARG BUILD_IMAGE=centos:7 10:04:00 Step 3/18 : FROM ${GO_IMAGE} as golang 10:04:00 1.13.10-stretch: Pulling from library/golang 10:04:00 7568c21980bd: Pulling fs layer 10:04:00 4a9f2207c812: Pulling fs layer 10:04:00 6fe350d2b140: Pulling fs layer 10:04:00 d95a2fdc8b3d: Pulling fs layer 10:04:00 ac996c99fef8: Pulling fs layer 10:04:00 56021b21e136: Pulling fs layer 10:04:00 bc78545094a5: Pulling fs layer 10:04:00 ac996c99fef8: Waiting 10:04:00 56021b21e136: Waiting 10:04:00 bc78545094a5: Waiting 10:04:00 d95a2fdc8b3d: Waiting 10:04:00 6fe350d2b140: Verifying Checksum 10:04:00 6fe350d2b140: Download complete 10:04:00 4a9f2207c812: Verifying Checksum 10:04:00 4a9f2207c812: Download complete 10:04:00 Ign:1 http://deb.debian.org/debian stretch InRelease 10:04:00 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:04:00 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:04:00 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:04:00 148 added, 0 removed; done. 10:04:00 Running hooks in /etc/ca-certificates/update.d... 10:04:00 done. 10:04:00 Processing triggers for sgml-base (1.26+nmu4ubuntu1) ... 10:04:00 Get:5 http://deb.debian.org/debian stretch-updates/main arm64 Packages [27.9 kB] 10:04:00 Get:6 http://deb.debian.org/debian stretch/main arm64 Packages [6925 kB] 10:04:01 7568c21980bd: Verifying Checksum 10:04:01 7568c21980bd: Download complete 10:04:01 d95a2fdc8b3d: Verifying Checksum 10:04:01 d95a2fdc8b3d: Download complete 10:04:01 ac996c99fef8: Verifying Checksum 10:04:01 ac996c99fef8: Download complete 10:04:01 bc78545094a5: Verifying Checksum 10:04:01 bc78545094a5: Download complete 10:04:01 Ign:1 http://deb.debian.org/debian stretch InRelease 10:04:01 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:04:01 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:04:01 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:04:01 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:04:01 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:04:03 56021b21e136: Verifying Checksum 10:04:03 56021b21e136: Download complete 10:04:04 7568c21980bd: Pull complete 10:04:04 c7df7edfcd79: Pull complete 10:04:04 5871566633bc: Pull complete 10:04:04 Digest: sha256:84a409b4c174965a51e393064e46f6eb32adb80daa6097851268458136fd68b6 10:04:04 Status: Downloaded newer image for golang:1.13.10-alpine 10:04:04 ---> 3369136a43d1 10:04:04 Step 3/6 : RUN apk add -U git bash coreutils gcc musl-dev 10:04:04 4a9f2207c812: Pull complete 10:04:04 Checking out files: 92% (5472/5946) Checking out files: 93% (5530/5946) Checking out files: 94% (5590/5946) Checking out files: 95% (5649/5946) Checking out files: 96% (5709/5946) Checking out files: 97% (5768/5946) Checking out files: 98% (5828/5946) Checking out files: 99% (5887/5946) Checking out files: 100% (5946/5946) Checking out files: 100% (5946/5946), done. [Pipeline] sh 10:04:04 6fe350d2b140: Pull complete 10:04:04 + git -C engine checkout 19.03 10:04:05 ---> Running in 24b71f62f738 10:04:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:04:05 Switched to a new branch '19.03' 10:04:05 Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh 10:04:06 + pwd 10:04:06 + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine image 10:04:06 for p in image-linux; do \ 10:04:06 make -C image VERSION=0.0.0-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine CLI_DIR= GO_VERSION=1.13.10 ${p}; \ 10:04:06 done 10:04:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:04:06 cp Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 10:04:06 docker build -t dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 --build-arg GO_IMAGE="golang:1.13.10-stretch" --build-arg VERSION="0.0.0-20200309214505-aa6a9891b0" --build-arg GITCOMMIT="$(cd /home/ubuntu/workspace/docker-ce-packaging_19.03/engine && git rev-parse --short=7 HEAD)" --build-arg BUILDTIME="2020-04-21T10:04:06.000000000+00:00" --build-arg PLATFORM="Docker Engine - Community" --build-arg PRODUCT="" --build-arg ENGINE_IMAGE="engine-community" --build-arg DEFAULT_PRODUCT_LICENSE="Community Engine" --file /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine 10:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:04:07 (1/23) Installing ncurses-terminfo-base (6.1_p20200118-r3) 10:04:07 (2/23) Installing ncurses-libs (6.1_p20200118-r3) 10:04:07 (3/23) Installing readline (8.0.1-r0) 10:04:07 (4/23) Installing bash (5.0.11-r1) 10:04:07 Executing bash-5.0.11-r1.post-install 10:04:07 (5/23) Installing libacl (2.2.53-r0) 10:04:07 (6/23) Installing libattr (2.4.48-r0) 10:04:07 (7/23) Installing coreutils (8.31-r0) 10:04:07 (8/23) Installing libgcc (9.2.0-r4) 10:04:07 (9/23) Installing libstdc++ (9.2.0-r4) 10:04:07 (10/23) Installing binutils (2.33.1-r0) 10:04:07 (11/23) Installing gmp (6.1.2-r1) 10:04:07 (12/23) Installing isl (0.18-r0) 10:04:07 (13/23) Installing libgomp (9.2.0-r4) 10:04:07 (14/23) Installing libatomic (9.2.0-r4) 10:04:07 (15/23) Installing mpfr4 (4.0.2-r1) 10:04:07 (16/23) Installing mpc1 (1.1.0-r1) 10:04:07 (17/23) Installing gcc (9.2.0-r4) 10:04:07 Removing intermediate container 6a67b35f0dd0 10:04:07 ---> 312d9a786dfc 10:04:07 Step 6/20 : ARG GO_VERSION 10:04:07 ---> Running in f3b2084eb6a7 10:04:07 Removing intermediate container f3b2084eb6a7 10:04:07 ---> 06b76d76db9d 10:04:07 Step 7/20 : ENV GOPATH /go 10:04:07 ---> Running in 9826bd96d926 10:04:07 d95a2fdc8b3d: Pull complete 10:04:07 Removing intermediate container 9826bd96d926 10:04:07 ---> 59c81f86bd62 10:04:07 Step 8/20 : ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin 10:04:07 ---> Running in 3d5176355929 10:04:07 (18/23) Installing nghttp2-libs (1.40.0-r0) 10:04:07 (19/23) Installing libcurl (7.67.0-r0) 10:04:07 (20/23) Installing expat (2.2.9-r1) 10:04:07 (21/23) Installing pcre2 (10.34-r1) 10:04:07 (22/23) Installing git (2.24.2-r1) 10:04:07 Removing intermediate container 3d5176355929 10:04:07 ---> b5dc7462fd41 10:04:07 Step 9/20 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux 10:04:07 ---> Running in d3ba54dcf655 10:04:07 Removing intermediate container d3ba54dcf655 10:04:07 ---> 6d30e7232c79 10:04:07 Step 10/20 : ENV RUNC_BUILDTAGS apparmor seccomp selinux 10:04:08 (23/23) Installing musl-dev (1.1.24-r2) 10:04:08 Executing busybox-1.31.1-r9.trigger 10:04:08 OK: 131 MiB in 38 packages 10:04:08 ---> Running in 3ec48a8ecad8 10:04:08 Removing intermediate container 3ec48a8ecad8 10:04:08 ---> c5694bffc77f 10:04:08 Step 11/20 : ARG COMMON_FILES 10:04:08 ---> Running in ae2dab811f99 10:04:08 Removing intermediate container ae2dab811f99 10:04:08 ---> 131ef984bc4e 10:04:08 Step 12/20 : COPY ${COMMON_FILES} /root/build-deb/debian 10:04:08 ---> 89997081982c 10:04:08 Step 13/20 : RUN mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control 10:04:08 ---> Running in f990e4f13fe0 10:04:08 Sending build context to Docker daemon 52.66MB 10:04:08 Step 1/49 : ARG GO_IMAGE 10:04:08 Step 2/49 : FROM ${GO_IMAGE} as builder 10:04:08 1.13.10-stretch: Pulling from library/golang 10:04:08 37d8a5aac9ec: Pulling fs layer 10:04:08 b3f4f4abba42: Pulling fs layer 10:04:08 3accf104e4ac: Pulling fs layer 10:04:08 b661b06bea35: Pulling fs layer 10:04:08 6b8a029263ef: Pulling fs layer 10:04:08 7141f3aa5ffc: Pulling fs layer 10:04:08 9820859f1aba: Pulling fs layer 10:04:08 7141f3aa5ffc: Waiting 10:04:08 b661b06bea35: Waiting 10:04:08 6b8a029263ef: Waiting 10:04:08 9820859f1aba: Waiting 10:04:08 ac996c99fef8: Pull complete 10:04:09 3accf104e4ac: Verifying Checksum 10:04:09 3accf104e4ac: Download complete 10:04:09 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:04:09 Get:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages [503 kB] 10:04:09 Fetched 7761 kB in 8s (916 kB/s) 10:04:09 Reading package lists... 10:04:09 b3f4f4abba42: Verifying Checksum 10:04:09 b3f4f4abba42: Download complete 10:04:10 dh_testdir 10:04:10 dh_testroot 10:04:10 dh_prep 10:04:10 dh_testdir 10:04:10 dh_testroot 10:04:10 dh_install 10:04:10 dh_installdocs 10:04:10 dh_installchangelogs 10:04:10 dh_compress 10:04:10 dh_fixperms 10:04:10 dh_installdeb 10:04:10 dh_gencontrol 10:04:10 Removing intermediate container 24b71f62f738 10:04:10 ---> 1ec37962a442 10:04:10 Step 4/6 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 10:04:10 ---> Running in 6db93236837c 10:04:10 Removing intermediate container 6db93236837c 10:04:10 ---> 819b33956d5f 10:04:10 Step 5/6 : WORKDIR /go/src/github.com/docker/cli 10:04:10 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:04:10 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:04:10 Fetched 7937 kB in 8s (948 kB/s) 10:04:10 Reading package lists... 10:04:10 Reading package lists... 10:04:10 ---> Running in 0a6bde268645 10:04:10 Removing intermediate container 0a6bde268645 10:04:10 ---> 7970989f4a78 10:04:10 Step 6/6 : CMD ./scripts/build/binary 10:04:10 dh_md5sums 10:04:10 dh_builddeb 10:04:10 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. 10:04:10 10:04:10 The package has been created. 10:04:10 Attention, the package has been created in the current directory, 10:04:10 not in ".." as indicated by the message above! 10:04:10 Selecting previously unselected package docker-ce-build-deps. 10:04:10 (Reading database ... 20376 files and directories currently installed.) 10:04:10 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... 10:04:10 Unpacking docker-ce-build-deps (1.0) ... 10:04:10 Building dependency tree... 10:04:10 Reading state information... 10:04:10 bash is already the newest version (4.4-5). 10:04:10 bash set to manually installed. 10:04:10 ca-certificates is already the newest version (20161130+nmu1+deb9u1). 10:04:10 libgcc-6-dev is already the newest version (6.3.0-18+deb9u1). 10:04:10 libgcc-6-dev set to manually installed. 10:04:10 gcc is already the newest version (4:6.3.0-4). 10:04:10 libc6-dev is already the newest version (2.24-11+deb9u4). 10:04:10 make is already the newest version (4.1-9.1). 10:04:10 The following additional packages will be installed: 10:04:10 autotools-dev btrfs-progs cmake-data file libarchive13 libicu57 libjsoncpp1 10:04:10 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp2 libuv1 libxml2 10:04:10 sgml-base xml-core 10:04:10 Suggested packages: 10:04:10 codeblocks eclipse ninja-build gettext-base git-daemon-run 10:04:10 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch 10:04:10 git-cvs git-mediawiki git-svn lrzip libtool-doc seccomp autoconf automaken 10:04:10 gfortran | fortran95-compiler gcj-jdk sgml-base-doc debhelper 10:04:10 Recommended packages: 10:04:10 patch less rsync 10:04:10 ---> Running in 020138c0464e 10:04:10 Removing intermediate container 020138c0464e 10:04:10 ---> 16351ae47503 10:04:10 Successfully built 16351ae47503 10:04:10 Successfully tagged docker-cli-native:latest 10:04:10 docker run --rm -e VERSION=0.0.0-20200309214505-aa6a9891b0 -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -v "/home/ubuntu/workspace/docker-ce-packaging_19.03/cli":/go/src/github.com/docker/cli -v "docker-cli-dev-cache:/root/.cache/go-build" docker-cli-native 10:04:10 The following NEW packages will be installed: 10:04:10 autotools-dev btrfs-progs btrfs-tools cmake cmake-data file libarchive13 10:04:10 libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 10:04:10 libseccomp-dev libseccomp2 libtool libuv1 libxml2 sgml-base xml-core 10:04:10 The following packages will be upgraded: 10:04:10 git 10:04:10 Reading package lists... 10:04:10 Building dependency tree... 10:04:10 Reading state information... 10:04:10 bash is already the newest version (4.4-5). 10:04:10 bash set to manually installed. 10:04:10 ca-certificates is already the newest version (20161130+nmu1+deb9u1). 10:04:10 libgcc-6-dev is already the newest version (6.3.0-18+deb9u1). 10:04:10 libgcc-6-dev set to manually installed. 10:04:10 gcc is already the newest version (4:6.3.0-4). 10:04:10 libc6-dev is already the newest version (2.24-11+deb9u4). 10:04:10 make is already the newest version (4.1-9.1). 10:04:10 The following additional packages will be installed: 10:04:10 autotools-dev btrfs-progs cmake-data file libarchive13 libicu57 libjsoncpp1 10:04:10 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp2 libuv1 libxml2 10:04:10 sgml-base xml-core 10:04:10 Suggested packages: 10:04:10 codeblocks eclipse ninja-build gettext-base git-daemon-run 10:04:10 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch 10:04:10 git-cvs git-mediawiki git-svn lrzip libtool-doc seccomp autoconf automaken 10:04:10 gfortran | fortran95-compiler gcj-jdk sgml-base-doc debhelper 10:04:10 Recommended packages: 10:04:10 patch less rsync 10:04:11 Reading package lists... 10:04:11 Building dependency tree... 10:04:11 Reading state information... 10:04:11 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 10:04:11 The following NEW packages will be installed: 10:04:11 autotools-dev btrfs-progs btrfs-tools cmake cmake-data file libarchive13 10:04:11 libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 10:04:11 libseccomp-dev libseccomp2 libtool libuv1 libxml2 sgml-base xml-core 10:04:11 The following packages will be upgraded: 10:04:11 git 10:04:11 Building statically linked build/docker-linux-amd64 10:04:11 Starting 2 pkgProblemResolver with broken count: 0 10:04:11 Done 10:04:11  Done 10:04:11 Starting pkgProblemResolver with broken count: 0 10:04:11 Starting 2 pkgProblemResolver with broken count: 0 10:04:11 Done 10:04:11 The following additional packages will be installed: 10:04:11 bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd 10:04:11 libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1 10:04:11 libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 10:04:11 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev 10:04:11 libtool libudev-dev pkg-config 10:04:11 Suggested packages: 10:04:11 codeblocks eclipse ninja-build apparmor-easyprof augeas-tools lrzip 10:04:11 libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk 10:04:11 The following NEW packages will be installed: 10:04:11 bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd 10:04:11 libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1 10:04:11 libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 10:04:11 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev 10:04:11 libtool libudev-dev pkg-config 10:04:11 1 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. 10:04:11 Need to get 19.9 MB of archives. 10:04:11 After this operation, 69.9 MB of additional disk space will be used. 10:04:11 Get:1 http://deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] 10:04:11 Get:2 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] 10:04:11 Get:3 http://deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] 10:04:11 Get:4 http://deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] 10:04:11 Get:5 http://deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] 10:04:11 Get:6 http://deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] 10:04:11 Get:7 http://deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] 10:04:11 Get:8 http://deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB] 10:04:11 Get:9 http://deb.debian.org/debian stretch/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u3 [222 kB] 10:04:11 Get:10 http://deb.debian.org/debian stretch/main amd64 libmagic1 amd64 1:5.30-1+deb9u3 [111 kB] 10:04:11 Get:11 http://deb.debian.org/debian stretch/main amd64 file amd64 1:5.30-1+deb9u3 [64.2 kB] 10:04:11 Get:12 http://deb.debian.org/debian stretch/main amd64 autotools-dev all 20161112.1 [73.4 kB] 10:04:11 Get:13 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] 10:04:11 Get:14 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] 10:04:11 Get:15 http://deb.debian.org/debian stretch/main amd64 libltdl7 amd64 2.4.6-2 [389 kB] 10:04:11 Get:16 http://deb.debian.org/debian stretch/main amd64 libltdl-dev amd64 2.4.6-2 [161 kB] 10:04:11 Get:17 http://deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] 10:04:11 Get:18 http://deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] 10:04:11 Get:19 http://deb.debian.org/debian stretch/main amd64 libtool all 2.4.6-2 [545 kB] 10:04:11 Get:20 http://deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB] 10:04:12 37d8a5aac9ec: Verifying Checksum 10:04:12 37d8a5aac9ec: Download complete 10:04:12 1 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. 10:04:12 Need to get 18.8 MB of archives. 10:04:12 After this operation, 67.9 MB of additional disk space will be used. 10:04:12 Get:1 http://deb.debian.org/debian stretch/main arm64 cmake-data all 3.7.2-1 [1216 kB] 10:04:12 Get:2 http://deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] 10:04:12 Get:3 http://deb.debian.org/debian stretch/main arm64 libxml2 arm64 2.9.4+dfsg1-2.2+deb9u2 [788 kB] 10:04:12 Get:4 http://deb.debian.org/debian stretch/main arm64 libarchive13 arm64 3.2.2-2+deb9u2 [248 kB] 10:04:12 Get:5 http://deb.debian.org/debian stretch/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] 10:04:12 Get:6 http://deb.debian.org/debian stretch/main arm64 libuv1 arm64 1.9.1-3 [73.8 kB] 10:04:12 Get:7 http://deb.debian.org/debian stretch/main arm64 cmake arm64 3.7.2-1 [2774 kB] 10:04:12 Get:8 http://deb.debian.org/debian stretch/main arm64 sgml-base all 1.29 [14.8 kB] 10:04:12 Get:9 http://deb.debian.org/debian stretch/main arm64 libmagic-mgc arm64 1:5.30-1+deb9u3 [222 kB] 10:04:12 Get:10 http://deb.debian.org/debian stretch/main arm64 libmagic1 arm64 1:5.30-1+deb9u3 [103 kB] 10:04:12 Get:11 http://deb.debian.org/debian stretch/main arm64 file arm64 1:5.30-1+deb9u3 [64.0 kB] 10:04:12 Get:12 http://deb.debian.org/debian stretch/main arm64 autotools-dev all 20161112.1 [73.4 kB] 10:04:12 Get:13 http://deb.debian.org/debian stretch/main arm64 btrfs-progs arm64 4.7.3-1 [517 kB] 10:04:12 Get:14 http://deb.debian.org/debian stretch/main arm64 btrfs-tools arm64 4.7.3-1 [16.9 kB] 10:04:12 Get:15 http://deb.debian.org/debian stretch/main arm64 libltdl7 arm64 2.4.6-2 [386 kB] 10:04:12 Get:16 http://deb.debian.org/debian stretch/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB] 10:04:12 Get:17 http://deb.debian.org/debian stretch/main arm64 libseccomp2 arm64 2.3.1-2.1+deb9u1 [36.2 kB] 10:04:12 Get:18 http://deb.debian.org/debian stretch/main arm64 libseccomp-dev arm64 2.3.1-2.1+deb9u1 [58.1 kB] 10:04:12 Get:19 http://deb.debian.org/debian stretch/main arm64 libtool all 2.4.6-2 [545 kB] 10:04:12 Get:20 http://deb.debian.org/debian stretch/main arm64 xml-core all 0.17 [23.2 kB] 10:04:13 b661b06bea35: Verifying Checksum 10:04:13 b661b06bea35: Download complete 10:04:13 9820859f1aba: Verifying Checksum 10:04:13 9820859f1aba: Download complete 10:04:13 6b8a029263ef: Download complete 10:04:14 56021b21e136: Pull complete 10:04:14 bc78545094a5: Pull complete 10:04:14 Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 10:04:14 Status: Downloaded newer image for golang:1.13.10-stretch 10:04:14 ---> 6ffeb1b35038 10:04:14 Step 4/18 : FROM ${BUILD_IMAGE} 10:04:14 7: Pulling from library/centos 10:04:14 ab5ef0e58194: Pulling fs layer 10:04:14 ab5ef0e58194: Verifying Checksum 10:04:14 ab5ef0e58194: Download complete 10:04:15 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded. 10:04:15 1 not fully installed or removed. 10:04:15 Need to get 7055 kB of archives. 10:04:15 After this operation, 36.8 MB of additional disk space will be used. 10:04:15 Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bash-completion all 1:2.1-4.2ubuntu1.1 [152 kB] 10:04:16 Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:04:16 Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 btrfs-tools amd64 4.4-1ubuntu1.1 [521 kB] 10:04:16 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1121 kB] 10:04:16 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.8 [262 kB] 10:04:16 Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.14 [186 kB] 10:04:16 Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] 10:04:16 Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2623 kB] 10:04:16 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-apparmor all 2.10.95-0ubuntu2.11 [9788 B] 10:04:16 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-systemd all 1.29ubuntu4 [18.0 kB] 10:04:16 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.110-1ubuntu10 [12.2 kB] 10:04:16 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev-dev amd64 229-4ubuntu21.27 [150 kB] 10:04:16 Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsepol1-dev amd64 2.4-2 [249 kB] 10:04:16 Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] 10:04:16 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] 10:04:16 Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] 10:04:16 Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] 10:04:16 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libselinux1-dev amd64 2.4-3build2 [122 kB] 10:04:16 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-dev amd64 2:1.02.110-1ubuntu10 [29.6 kB] 10:04:16 Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] 10:04:16 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] 10:04:16 Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libseccomp-dev amd64 2.4.1-0ubuntu0.16.04.2 [60.1 kB] 10:04:16 Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd-dev amd64 229-4ubuntu21.27 [159 kB] 10:04:16 Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] 10:04:16 Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] 10:04:16 debconf: delaying package configuration, since apt-utils is not installed 10:04:16 Fetched 7055 kB in 5s (1332 kB/s) 10:04:16 Selecting previously unselected package bash-completion. 10:04:16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20380 files and directories currently installed.) 10:04:16 Preparing to unpack .../bash-completion_1%3a2.1-4.2ubuntu1.1_all.deb ... 10:04:17 Unpacking bash-completion (1:2.1-4.2ubuntu1.1) ... 10:04:17 Replaced by files in installed package apt (1.2.32) ... 10:04:17 Selecting previously unselected package liblzo2-2:amd64. 10:04:17 Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ... 10:04:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:04:17 37d8a5aac9ec: Pull complete 10:04:17 Selecting previously unselected package btrfs-tools. 10:04:17 Preparing to unpack .../btrfs-tools_4.4-1ubuntu1.1_amd64.deb ... 10:04:17 Unpacking btrfs-tools (4.4-1ubuntu1.1) ... 10:04:17 Selecting previously unselected package cmake-data. 10:04:17 Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... 10:04:17 Unpacking cmake-data (3.5.1-1ubuntu3) ... 10:04:17 ab5ef0e58194: Pull complete 10:04:17 Digest: sha256:4a701376d03f6b39b8c2a8f4a8e499441b0d567f9ab9d58e4991de4472fb813c 10:04:17 Status: Downloaded newer image for centos:7 10:04:17 ---> 5e35e350aded 10:04:17 Step 5/18 : ENV DISTRO centos 10:04:17 Selecting previously unselected package libarchive13:amd64. 10:04:17 Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.8_amd64.deb ... 10:04:17 Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ... 10:04:17 Selecting previously unselected package libcurl3:amd64. 10:04:17 Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.14_amd64.deb ... 10:04:17 Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.14) ... 10:04:17 Selecting previously unselected package libjsoncpp1:amd64. 10:04:17 Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... 10:04:17 Unpacking libjsoncpp1:amd64 (1.7.2-1) ... 10:04:17 Selecting previously unselected package cmake. 10:04:17 Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... 10:04:17 Unpacking cmake (3.5.1-1ubuntu3) ... 10:04:18 Selecting previously unselected package dh-apparmor. 10:04:18 Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.11_all.deb ... 10:04:18 Unpacking dh-apparmor (2.10.95-0ubuntu2.11) ... 10:04:18 Selecting previously unselected package dh-systemd. 10:04:18 Preparing to unpack .../dh-systemd_1.29ubuntu4_all.deb ... 10:04:18 Unpacking dh-systemd (1.29ubuntu4) ... 10:04:18 Selecting previously unselected package libdevmapper-event1.02.1:amd64. 10:04:18 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.110-1ubuntu10_amd64.deb ... 10:04:18 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ... 10:04:18 Selecting previously unselected package libudev-dev:amd64. 10:04:18 Preparing to unpack .../libudev-dev_229-4ubuntu21.27_amd64.deb ... 10:04:18 Unpacking libudev-dev:amd64 (229-4ubuntu21.27) ... 10:04:18 Selecting previously unselected package libsepol1-dev:amd64. 10:04:18 Preparing to unpack .../libsepol1-dev_2.4-2_amd64.deb ... 10:04:18 Unpacking libsepol1-dev:amd64 (2.4-2) ... 10:04:18 Selecting previously unselected package libpcre16-3:amd64. 10:04:18 Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... 10:04:18 Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... 10:04:18 Selecting previously unselected package libpcre32-3:amd64. 10:04:18 Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... 10:04:18 Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... 10:04:18 Selecting previously unselected package libpcrecpp0v5:amd64. 10:04:18 Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... 10:04:18 Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... 10:04:18 Selecting previously unselected package libpcre3-dev:amd64. 10:04:18 Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... 10:04:18 Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... 10:04:18 Selecting previously unselected package libselinux1-dev:amd64. 10:04:18 Preparing to unpack .../libselinux1-dev_2.4-3build2_amd64.deb ... 10:04:18 Unpacking libselinux1-dev:amd64 (2.4-3build2) ... 10:04:18 ---> Running in b907bcaa69ac 10:04:18 Removing intermediate container b907bcaa69ac 10:04:18 ---> 26351ad06112 10:04:18 Step 6/18 : ENV SUITE 7 10:04:18 b3f4f4abba42: Pull complete 10:04:18 Selecting previously unselected package libdevmapper-dev:amd64. 10:04:18 Preparing to unpack .../libdevmapper-dev_2%3a1.02.110-1ubuntu10_amd64.deb ... 10:04:18 Unpacking libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ... 10:04:18 Selecting previously unselected package libltdl7:amd64. 10:04:18 Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... 10:04:18 Unpacking libltdl7:amd64 (2.4.6-0.1) ... 10:04:18 Selecting previously unselected package libltdl-dev:amd64. 10:04:18 Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... 10:04:18 Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... 10:04:18 Selecting previously unselected package libseccomp-dev:amd64. 10:04:18 Preparing to unpack .../libseccomp-dev_2.4.1-0ubuntu0.16.04.2_amd64.deb ... 10:04:18 Unpacking libseccomp-dev:amd64 (2.4.1-0ubuntu0.16.04.2) ... 10:04:18 Selecting previously unselected package libsystemd-dev:amd64. 10:04:18 Preparing to unpack .../libsystemd-dev_229-4ubuntu21.27_amd64.deb ... 10:04:18 Unpacking libsystemd-dev:amd64 (229-4ubuntu21.27) ... 10:04:18 Selecting previously unselected package libtool. 10:04:18 Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... 10:04:18 ---> Running in d0b93b5ef810 10:04:18 Removing intermediate container d0b93b5ef810 10:04:18 ---> d903055326b3 10:04:18 Step 7/18 : ENV GOPATH=/go 10:04:18 ---> Running in 7a91ebff0eb0 10:04:18 3accf104e4ac: Pull complete 10:04:18 Unpacking libtool (2.4.6-0.1) ... 10:04:18 Selecting previously unselected package pkg-config. 10:04:18 Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... 10:04:18 Unpacking pkg-config (0.29.1-0ubuntu1) ... 10:04:18 Processing triggers for man-db (2.7.5-1) ... 10:04:19 Removing intermediate container 7a91ebff0eb0 10:04:19 ---> b928318e3c54 10:04:19 Step 8/18 : ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin 10:04:19 ---> Running in dfd33a67e394 10:04:19 Removing intermediate container dfd33a67e394 10:04:19 ---> 4b65869a0e72 10:04:19 Step 9/18 : ENV AUTO_GOPATH 1 10:04:19 ---> Running in 780db84b0f33 10:04:19 Removing intermediate container 780db84b0f33 10:04:19 ---> 06790f03a9af 10:04:19 Step 10/18 : ENV DOCKER_BUILDTAGS seccomp selinux 10:04:19 ---> Running in ed802f74c3c0 10:04:19 Removing intermediate container ed802f74c3c0 10:04:19 ---> d4a4ca5ce972 10:04:19 Step 11/18 : ENV RUNC_BUILDTAGS seccomp selinux 10:04:19 ---> Running in fc9ef299badb 10:04:19 Get:21 http://security.debian.org/debian-security stretch/updates/main amd64 libicu57 amd64 57.1-6+deb9u4 [7699 kB] 10:04:19 Get:22 http://security.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u7 [4170 kB] 10:04:19 debconf: delaying package configuration, since apt-utils is not installed 10:04:19 Fetched 19.9 MB in 8s (2379 kB/s) 10:04:19 Selecting previously unselected package cmake-data. 10:04:19 (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 ... 15091 files and directories currently installed.) 10:04:19 Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... 10:04:19 Unpacking cmake-data (3.7.2-1) ... 10:04:19 Selecting previously unselected package liblzo2-2:amd64. 10:04:19 Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_amd64.deb ... 10:04:19 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... 10:04:19 Selecting previously unselected package libicu57:amd64. 10:04:19 Preparing to unpack .../02-libicu57_57.1-6+deb9u4_amd64.deb ... 10:04:19 Unpacking libicu57:amd64 (57.1-6+deb9u4) ... 10:04:19 7141f3aa5ffc: Verifying Checksum 10:04:19 7141f3aa5ffc: Download complete 10:04:19 Removing intermediate container fc9ef299badb 10:04:19 ---> fde342b7eedb 10:04:19 Step 12/18 : RUN yum install -y rpm-build rpmlint 10:04:19 ---> Running in e954fedab1be 10:04:20 Selecting previously unselected package libxml2:amd64. 10:04:20 Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... 10:04:20 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... 10:04:20 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:04:20 Setting up bash-completion (1:2.1-4.2ubuntu1.1) ... 10:04:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:04:20 Setting up btrfs-tools (4.4-1ubuntu1.1) ... 10:04:20 Setting up cmake-data (3.5.1-1ubuntu3) ... 10:04:20 Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ... 10:04:20 Setting up libcurl3:amd64 (7.47.0-1ubuntu2.14) ... 10:04:20 Setting up libjsoncpp1:amd64 (1.7.2-1) ... 10:04:20 Loaded plugins: fastestmirror, ovl 10:04:20 Selecting previously unselected package libarchive13:amd64. 10:04:20 Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u2_amd64.deb ... 10:04:20 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... 10:04:20 Selecting previously unselected package libjsoncpp1:amd64. 10:04:20 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ... 10:04:20 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 10:04:20 Selecting previously unselected package libuv1:amd64. 10:04:20 Preparing to unpack .../06-libuv1_1.9.1-3_amd64.deb ... 10:04:20 Setting up cmake (3.5.1-1ubuntu3) ... 10:04:20 Setting up dh-apparmor (2.10.95-0ubuntu2.11) ... 10:04:20 Setting up dh-systemd (1.29ubuntu4) ... 10:04:20 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ... 10:04:20 Setting up libudev-dev:amd64 (229-4ubuntu21.27) ... 10:04:20 Setting up libsepol1-dev:amd64 (2.4-2) ... 10:04:20 Setting up libpcre16-3:amd64 (2:8.38-3.1) ... 10:04:20 Setting up libpcre32-3:amd64 (2:8.38-3.1) ... 10:04:20 Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... 10:04:20 Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... 10:04:20 Setting up libselinux1-dev:amd64 (2.4-3build2) ... 10:04:20 Setting up libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ... 10:04:20 Setting up libltdl7:amd64 (2.4.6-0.1) ... 10:04:20 Setting up libltdl-dev:amd64 (2.4.6-0.1) ... 10:04:20 Setting up libseccomp-dev:amd64 (2.4.1-0ubuntu0.16.04.2) ... 10:04:20 Setting up libsystemd-dev:amd64 (229-4ubuntu21.27) ... 10:04:20 Setting up libtool (2.4.6-0.1) ... 10:04:20 Setting up pkg-config (0.29.1-0ubuntu1) ... 10:04:20 Setting up docker-ce-build-deps (1.0) ... 10:04:20 Processing triggers for libc-bin (2.23-0ubuntu11) ... 10:04:20 Determining fastest mirrors 10:04:20 Unpacking libuv1:amd64 (1.9.1-3) ... 10:04:20 Selecting previously unselected package cmake. 10:04:20 Preparing to unpack .../07-cmake_3.7.2-1_amd64.deb ... 10:04:20 Unpacking cmake (3.7.2-1) ... 10:04:20 Get:21 http://security.debian.org/debian-security stretch/updates/main arm64 libicu57 arm64 57.1-6+deb9u4 [7553 kB] 10:04:20 Get:22 http://security.debian.org/debian-security stretch/updates/main arm64 git arm64 1:2.11.0-3+deb9u7 [3772 kB] 10:04:20 debconf: delaying package configuration, since apt-utils is not installed 10:04:20 Fetched 18.8 MB in 8s (2192 kB/s) 10:04:20 Selecting previously unselected package cmake-data. 10:04:20 (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 ... 14976 files and directories currently installed.) 10:04:20 Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... 10:04:20 Unpacking cmake-data (3.7.2-1) ... 10:04:20 Preparing to unpack .../08-git_1%3a2.11.0-3+deb9u7_amd64.deb ... 10:04:20 Unpacking git (1:2.11.0-3+deb9u7) over (1:2.11.0-3+deb9u6) ... 10:04:21 Selecting previously unselected package liblzo2-2:arm64. 10:04:21 Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_arm64.deb ... 10:04:21 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... 10:04:21 Selecting previously unselected package libicu57:arm64. 10:04:21 Preparing to unpack .../02-libicu57_57.1-6+deb9u4_arm64.deb ... 10:04:21 Unpacking libicu57:arm64 (57.1-6+deb9u4) ... 10:04:21 Removing intermediate container f990e4f13fe0 10:04:21 ---> 649cf37d82ac 10:04:21 Step 14/20 : COPY sources/ /sources 10:04:22 Selecting previously unselected package libxml2:arm64. 10:04:22 Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_arm64.deb ... 10:04:22 Unpacking libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... 10:04:22 Selecting previously unselected package libarchive13:arm64. 10:04:22 Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u2_arm64.deb ... 10:04:22 Unpacking libarchive13:arm64 (3.2.2-2+deb9u2) ... 10:04:22 ---> 6e88fd38b32c 10:04:22 Step 15/20 : ENV DISTRO ubuntu 10:04:22 ---> Running in b8353b4521a0 10:04:22 Removing intermediate container b8353b4521a0 10:04:22 ---> e8c199be13d0 10:04:22 Step 16/20 : ENV SUITE xenial 10:04:22 ---> Running in 2716f79da3e0 10:04:22 Selecting previously unselected package libjsoncpp1:arm64. 10:04:22 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ... 10:04:22 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... 10:04:22 Selecting previously unselected package libuv1:arm64. 10:04:22 Preparing to unpack .../06-libuv1_1.9.1-3_arm64.deb ... 10:04:22 Unpacking libuv1:arm64 (1.9.1-3) ... 10:04:22 Selecting previously unselected package cmake. 10:04:22 Preparing to unpack .../07-cmake_3.7.2-1_arm64.deb ... 10:04:22 Unpacking cmake (3.7.2-1) ... 10:04:22 Selecting previously unselected package sgml-base. 10:04:22 Preparing to unpack .../09-sgml-base_1.29_all.deb ... 10:04:22 Unpacking sgml-base (1.29) ... 10:04:22 Selecting previously unselected package libmagic-mgc. 10:04:22 Preparing to unpack .../10-libmagic-mgc_1%3a5.30-1+deb9u3_amd64.deb ... 10:04:22 Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... 10:04:22 Selecting previously unselected package libmagic1:amd64. 10:04:22 Preparing to unpack .../11-libmagic1_1%3a5.30-1+deb9u3_amd64.deb ... 10:04:22 Unpacking libmagic1:amd64 (1:5.30-1+deb9u3) ... 10:04:22 Removing intermediate container 2716f79da3e0 10:04:22 ---> 5531b02be8a7 10:04:22 Step 17/20 : COPY --from=golang /usr/local/go /usr/local/go 10:04:23 Selecting previously unselected package file. 10:04:23 Preparing to unpack .../12-file_1%3a5.30-1+deb9u3_amd64.deb ... 10:04:23 Unpacking file (1:5.30-1+deb9u3) ... 10:04:23 Selecting previously unselected package autotools-dev. 10:04:23 Preparing to unpack .../13-autotools-dev_20161112.1_all.deb ... 10:04:23 Unpacking autotools-dev (20161112.1) ... 10:04:23 Selecting previously unselected package btrfs-progs. 10:04:23 Preparing to unpack .../14-btrfs-progs_4.7.3-1_amd64.deb ... 10:04:23 Unpacking btrfs-progs (4.7.3-1) ... 10:04:23 Selecting previously unselected package btrfs-tools. 10:04:23 Preparing to unpack .../15-btrfs-tools_4.7.3-1_amd64.deb ... 10:04:23 Unpacking btrfs-tools (4.7.3-1) ... 10:04:23 Selecting previously unselected package libltdl7:amd64. 10:04:23 Preparing to unpack .../16-libltdl7_2.4.6-2_amd64.deb ... 10:04:23 Unpacking libltdl7:amd64 (2.4.6-2) ... 10:04:23 Preparing to unpack .../08-git_1%3a2.11.0-3+deb9u7_arm64.deb ... 10:04:23 Unpacking git (1:2.11.0-3+deb9u7) over (1:2.11.0-3+deb9u6) ... 10:04:23 Selecting previously unselected package libltdl-dev:amd64. 10:04:23 Preparing to unpack .../17-libltdl-dev_2.4.6-2_amd64.deb ... 10:04:23 Unpacking libltdl-dev:amd64 (2.4.6-2) ... 10:04:23 Selecting previously unselected package libseccomp2:amd64. 10:04:23 Preparing to unpack .../18-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... 10:04:23 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... 10:04:23 Selecting previously unselected package libseccomp-dev:amd64. 10:04:23 Preparing to unpack .../19-libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... 10:04:23 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... 10:04:23 Selecting previously unselected package libtool. 10:04:23 Preparing to unpack .../20-libtool_2.4.6-2_all.deb ... 10:04:23 Unpacking libtool (2.4.6-2) ... 10:04:23 Selecting previously unselected package xml-core. 10:04:23 Preparing to unpack .../21-xml-core_0.17_all.deb ... 10:04:23 Unpacking xml-core (0.17) ... 10:04:23 Setting up libuv1:amd64 (1.9.1-3) ... 10:04:23 Setting up cmake-data (3.7.2-1) ... 10:04:23 Setting up sgml-base (1.29) ... 10:04:23 Setting up libicu57:amd64 (57.1-6+deb9u4) ... 10:04:23 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... 10:04:23 Setting up libmagic-mgc (1:5.30-1+deb9u3) ... 10:04:23 Setting up libmagic1:amd64 (1:5.30-1+deb9u3) ... 10:04:23 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:04:23 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... 10:04:23 Setting up autotools-dev (20161112.1) ... 10:04:23 Setting up libltdl7:amd64 (2.4.6-2) ... 10:04:23 Setting up xml-core (0.17) ... 10:04:23 Setting up git (1:2.11.0-3+deb9u7) ... 10:04:23 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... 10:04:23 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 10:04:23 Setting up libltdl-dev:amd64 (2.4.6-2) ... 10:04:23 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... 10:04:23 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... 10:04:23 Setting up file (1:5.30-1+deb9u3) ... 10:04:23 Setting up btrfs-progs (4.7.3-1) ... 10:04:23 Setting up cmake (3.7.2-1) ... 10:04:23 Setting up libtool (2.4.6-2) ... 10:04:23 Setting up btrfs-tools (4.7.3-1) ... 10:04:23 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:04:23 Processing triggers for sgml-base (1.29) ... 10:04:24 b661b06bea35: Pull complete 10:04:25 Removing intermediate container 5b51f6fe217e 10:04:25 ---> 678b68539400 10:04:25 Step 6/49 : RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits 10:04:25 ---> Running in 55cf39b9e954 10:04:25 Selecting previously unselected package sgml-base. 10:04:25 Preparing to unpack .../09-sgml-base_1.29_all.deb ... 10:04:25 Unpacking sgml-base (1.29) ... 10:04:25 Selecting previously unselected package libmagic-mgc. 10:04:25 Preparing to unpack .../10-libmagic-mgc_1%3a5.30-1+deb9u3_arm64.deb ... 10:04:25 Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... 10:04:26 Selecting previously unselected package libmagic1:arm64. 10:04:26 Preparing to unpack .../11-libmagic1_1%3a5.30-1+deb9u3_arm64.deb ... 10:04:26 Unpacking libmagic1:arm64 (1:5.30-1+deb9u3) ... 10:04:26 Selecting previously unselected package file. 10:04:26 Preparing to unpack .../12-file_1%3a5.30-1+deb9u3_arm64.deb ... 10:04:26 Unpacking file (1:5.30-1+deb9u3) ... 10:04:26 Selecting previously unselected package autotools-dev. 10:04:26 Preparing to unpack .../13-autotools-dev_20161112.1_all.deb ... 10:04:26 Unpacking autotools-dev (20161112.1) ... 10:04:26 Selecting previously unselected package btrfs-progs. 10:04:26 Preparing to unpack .../14-btrfs-progs_4.7.3-1_arm64.deb ... 10:04:26 Unpacking btrfs-progs (4.7.3-1) ... 10:04:26 Selecting previously unselected package btrfs-tools. 10:04:26 Preparing to unpack .../15-btrfs-tools_4.7.3-1_arm64.deb ... 10:04:26 Unpacking btrfs-tools (4.7.3-1) ... 10:04:26 Selecting previously unselected package libltdl7:arm64. 10:04:26 Preparing to unpack .../16-libltdl7_2.4.6-2_arm64.deb ... 10:04:26 Unpacking libltdl7:arm64 (2.4.6-2) ... 10:04:26 Selecting previously unselected package libltdl-dev:arm64. 10:04:26 Preparing to unpack .../17-libltdl-dev_2.4.6-2_arm64.deb ... 10:04:26 Unpacking libltdl-dev:arm64 (2.4.6-2) ... 10:04:26 Selecting previously unselected package libseccomp2:arm64. 10:04:26 Preparing to unpack .../18-libseccomp2_2.3.1-2.1+deb9u1_arm64.deb ... 10:04:26 Unpacking libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... 10:04:26 Selecting previously unselected package libseccomp-dev:arm64. 10:04:26 Preparing to unpack .../19-libseccomp-dev_2.3.1-2.1+deb9u1_arm64.deb ... 10:04:26 Unpacking libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... 10:04:26 Selecting previously unselected package libtool. 10:04:26 Preparing to unpack .../20-libtool_2.4.6-2_all.deb ... 10:04:26 Unpacking libtool (2.4.6-2) ... 10:04:26 Selecting previously unselected package xml-core. 10:04:26 Preparing to unpack .../21-xml-core_0.17_all.deb ... 10:04:26 Unpacking xml-core (0.17) ... 10:04:26 Setting up libuv1:arm64 (1.9.1-3) ... 10:04:26 Setting up cmake-data (3.7.2-1) ... 10:04:26 Setting up sgml-base (1.29) ... 10:04:26 Setting up libicu57:arm64 (57.1-6+deb9u4) ... 10:04:26 Setting up libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... 10:04:26 Setting up libmagic-mgc (1:5.30-1+deb9u3) ... 10:04:26 Setting up libmagic1:arm64 (1:5.30-1+deb9u3) ... 10:04:26 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:04:26 Setting up libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... 10:04:26 Setting up autotools-dev (20161112.1) ... 10:04:26 Setting up libltdl7:arm64 (2.4.6-2) ... 10:04:26 Setting up xml-core (0.17) ... 10:04:27 Setting up git (1:2.11.0-3+deb9u7) ... 10:04:27 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... 10:04:27 Setting up libjsoncpp1:arm64 (1.7.4-3) ... 10:04:27 Setting up libltdl-dev:arm64 (2.4.6-2) ... 10:04:27 Setting up libarchive13:arm64 (3.2.2-2+deb9u2) ... 10:04:27 Setting up libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... 10:04:27 Setting up file (1:5.30-1+deb9u3) ... 10:04:27 Setting up btrfs-progs (4.7.3-1) ... 10:04:27 Setting up cmake (3.7.2-1) ... 10:04:27 Removing intermediate container 55cf39b9e954 10:04:27 ---> 8d77af0ff8e0 10:04:27 Step 7/49 : FROM builder as dockerd-builder 10:04:27 ---> 8d77af0ff8e0 10:04:27 Step 8/49 : RUN apt-get install -y libsystemd-dev 10:04:27 ---> Running in 9d0a28f9ccbb 10:04:27 * base: d36uatko69830t.cloudfront.net 10:04:27 * extras: d36uatko69830t.cloudfront.net 10:04:27 * updates: d36uatko69830t.cloudfront.net 10:04:27 6b8a029263ef: Pull complete 10:04:27 Setting up libtool (2.4.6-2) ... 10:04:27 Setting up btrfs-tools (4.7.3-1) ... 10:04:27 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:04:27 Processing triggers for sgml-base (1.29) ... 10:04:28 Reading package lists... 10:04:28 Building dependency tree... 10:04:28 Reading state information... 10:04:28 The following NEW packages will be installed: 10:04:28 libsystemd-dev 10:04:29 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. 10:04:29 Need to get 1972 kB of archives. 10:04:29 After this operation, 13.0 MB of additional disk space will be used. 10:04:29 Get:1 http://deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] 10:04:29 debconf: delaying package configuration, since apt-utils is not installed 10:04:29 Fetched 1972 kB in 1s (1870 kB/s) 10:04:29 Selecting previously unselected package libsystemd-dev:amd64. 10:04:29 (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 ... 17660 files and directories currently installed.) 10:04:29 Preparing to unpack .../libsystemd-dev_232-25+deb9u12_amd64.deb ... 10:04:29 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... 10:04:29 Removing intermediate container 0678384d1253 10:04:29 ---> 1e9cdd837793 10:04:29 Step 6/49 : RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits 10:04:29 ---> Running in b67af42adf8e 10:04:29 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... 10:04:30 Removing intermediate container 9d0a28f9ccbb 10:04:30 ---> a43ce61b9b2d 10:04:30 Step 9/49 : WORKDIR /go/src/github.com/docker/docker 10:04:30 ---> Running in e0ee26640ba2 10:04:30 Removing intermediate container e0ee26640ba2 10:04:30 ---> 2d6182ab6829 10:04:30 Step 10/49 : COPY . /go/src/github.com/docker/docker 10:04:30 Removing intermediate container b67af42adf8e 10:04:30 ---> 09c9289d7669 10:04:30 Step 7/49 : FROM builder as dockerd-builder 10:04:30 ---> 09c9289d7669 10:04:30 Step 8/49 : RUN apt-get install -y libsystemd-dev 10:04:30 ---> 2d3fa767846b 10:04:30 Step 18/20 : WORKDIR /root/build-deb 10:04:30 ---> Running in b496bf3dd9b7 10:04:30 Removing intermediate container b496bf3dd9b7 10:04:30 ---> 41d9544f59f6 10:04:30 Step 19/20 : COPY build-deb /root/build-deb/build-deb 10:04:31 ---> Running in 89b2a122446c 10:04:31 ---> 925d143293d7 10:04:31 Step 20/20 : ENTRYPOINT ["/root/build-deb/build-deb"] 10:04:31 ---> Running in 5b2b8f326920 10:04:31 Removing intermediate container 5b2b8f326920 10:04:31 ---> cde2f1d4d5d0 10:04:31 Successfully built cde2f1d4d5d0 10:04:31 Successfully tagged debbuild-ubuntu-xenial/x86_64:latest 10:04:31 docker run --rm -i -e EPOCH='5' -e DEB_VERSION=0.0.0-20200420120129-05ad944d13 -e VERSION=0.0.0-20200420120129-05ad944d13 -e DOCKER_GITCOMMIT=05ad944d13 -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/debbuild/ubuntu-xenial:/build debbuild-ubuntu-xenial/x86_64 10:04:32 + set -e 10:04:32 + mkdir -p /root/build-deb/engine 10:04:32 + tar -C /root/build-deb -xzf /sources/engine.tgz 10:04:32 + mkdir -p /root/build-deb/cli 10:04:32 + tar -C /root/build-deb -xzf /sources/cli.tgz 10:04:32 + mkdir -p /go/src/github.com/docker 10:04:32 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker 10:04:32 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli 10:04:32 + EPOCH=5 10:04:32 + EPOCH_SEP= 10:04:32 + [[ ! -z 5 ]] 10:04:32 + EPOCH_SEP=: 10:04:32 + [[ -z 0.0.0-20200420120129-05ad944d13 ]] 10:04:32 + echo VERSION AAA 0.0.0-20200420120129-05ad944d13 10:04:32 VERSION AAA 0.0.0-20200420120129-05ad944d13 10:04:32 + VERSION=0.0.0-20200420120129-05ad944d13 10:04:32 + echo VERSION bbb 0.0.0-20200420120129-05ad944d13 10:04:32 VERSION bbb 0.0.0-20200420120129-05ad944d13 10:04:32 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control 10:04:32 + debSource=docker-ce 10:04:32 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control 10:04:32 + debMaintainer='Docker <support@docker.com>' 10:04:32 ++ date --rfc-2822 10:04:32 + debDate='Tue, 21 Apr 2020 10:04:32 +0000' 10:04:32 + cat 10:04:32 + export DOCKER_GITCOMMIT=05ad944d13 10:04:32 + DOCKER_GITCOMMIT=05ad944d13 10:04:32 + echo VERSION BBB 0.0.0-20200420120129-05ad944d13 10:04:32 + dpkg-buildpackage -uc -us -I.git 10:04:32 VERSION BBB 0.0.0-20200420120129-05ad944d13 10:04:32 dpkg-buildpackage: source package docker-ce 10:04:32 dpkg-buildpackage: source version 5:0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial 10:04:32 dpkg-buildpackage: source distribution xenial 10:04:32 dpkg-buildpackage: source changed by Docker <support@docker.com> 10:04:32 dpkg-buildpackage: host architecture amd64 10:04:32 dpkg-source -I.git --before-build build-deb 10:04:32 debian/rules clean 10:04:32 dh clean --with=bash-completion --with=systemd 10:04:33 Reading package lists... 10:04:33 Building dependency tree... 10:04:33 Reading state information... 10:04:33 dh_testdir 10:04:33 dh_auto_clean 10:04:33 dh_clean 10:04:33 dpkg-source -I.git -b build-deb 10:04:33 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) 10:04:33 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address 10:04:33 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field 10:04:33 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20200420120129-05ad944d13-0~ubuntu' 10:04:33 dpkg-source: info: using source format '1.0' 10:04:33 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz 10:04:33 The following NEW packages will be installed: 10:04:33 libsystemd-dev 10:04:34 ---> d5ce2dfa3482 10:04:34 Step 11/49 : ARG VERSION 10:04:34 ---> Running in 933526c5a6a7 10:04:34 Removing intermediate container 933526c5a6a7 10:04:34 ---> 03383b0c4a74 10:04:34 Step 12/49 : ARG GITCOMMIT 10:04:34 ---> Running in bbb422e5e924 10:04:34 Removing intermediate container bbb422e5e924 10:04:34 ---> 6a66865fdc4f 10:04:34 Step 13/49 : ARG BUILDTIME 10:04:34 ---> Running in b607d2cb76b0 10:04:34 Removing intermediate container b607d2cb76b0 10:04:34 ---> 91ae77b64195 10:04:34 Step 14/49 : ARG PLATFORM 10:04:34 ---> Running in 17355f238d7f 10:04:34 Removing intermediate container 17355f238d7f 10:04:34 ---> ab7c74fc2494 10:04:34 Step 15/49 : ARG PRODUCT 10:04:34 ---> Running in 05cd2c39278e 10:04:34 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. 10:04:34 Need to get 1728 kB of archives. 10:04:34 After this operation, 20.0 MB of additional disk space will be used. 10:04:34 Get:1 http://deb.debian.org/debian stretch/main arm64 libsystemd-dev arm64 232-25+deb9u12 [1728 kB] 10:04:34 Removing intermediate container 05cd2c39278e 10:04:34 ---> 291ff2cc32bb 10:04:34 Step 16/49 : ARG DEFAULT_PRODUCT_LICENSE 10:04:34 ---> Running in 19533068dc71 10:04:34 Removing intermediate container 19533068dc71 10:04:34 ---> cb39871ce59e 10:04:34 Step 17/49 : ENV VERSION ${VERSION} 10:04:34 debconf: delaying package configuration, since apt-utils is not installed 10:04:34 Fetched 1728 kB in 1s (1630 kB/s) 10:04:34 Selecting previously unselected package libsystemd-dev:arm64. 10:04:34 (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 ... 17545 files and directories currently installed.) 10:04:34 Preparing to unpack .../libsystemd-dev_232-25+deb9u12_arm64.deb ... 10:04:34 Unpacking libsystemd-dev:arm64 (232-25+deb9u12) ... 10:04:35 ---> Running in 3c8db3154f76 10:04:35 Removing intermediate container 3c8db3154f76 10:04:35 ---> 86e5bf076087 10:04:35 Step 18/49 : ENV GITCOMMIT ${GITCOMMIT} 10:04:35 ---> Running in 3d0b635af702 10:04:35 Removing intermediate container 3d0b635af702 10:04:35 ---> 52c236b428cd 10:04:35 Step 19/49 : ENV BUILDTIME ${BUILDTIME} 10:04:35 ---> Running in 7b04bdf77ccb 10:04:35 Removing intermediate container 7b04bdf77ccb 10:04:35 ---> 5e11c2722d2d 10:04:35 Step 20/49 : ENV PLATFORM ${PLATFORM} 10:04:35 Setting up libsystemd-dev:arm64 (232-25+deb9u12) ... 10:04:35 7141f3aa5ffc: Pull complete 10:04:35 9820859f1aba: Pull complete 10:04:35 Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 10:04:35 Status: Downloaded newer image for golang:1.13.10-stretch 10:04:35 ---> 49b45b56ac91 10:04:35 Step 3/49 : COPY hack/dockerfile/install/tini.installer / 10:04:35 ---> Running in 9cdf426df1a1 10:04:35 Removing intermediate container 9cdf426df1a1 10:04:35 ---> 54ca1e69c7a5 10:04:35 Step 21/49 : ENV PRODUCT ${PRODUCT} 10:04:35 ---> Running in 87cf844e4b68 10:04:35 Removing intermediate container 87cf844e4b68 10:04:35 ---> 85c3a0977569 10:04:35 Step 22/49 : ENV DEFAULT_PRODUCT_LICENSE ${DEFAULT_PRODUCT_LICENSE} 10:04:35 ---> Running in 9c5d14cca905 10:04:35 Removing intermediate container 9c5d14cca905 10:04:35 ---> 9eb3bd8cd52d 10:04:35 Step 23/49 : RUN bash ./hack/make/.go-autogen 10:04:36 ---> Running in 54e56090cd2a 10:04:36 Removing intermediate container 89b2a122446c 10:04:36 ---> a629940ef485 10:04:36 Step 9/49 : WORKDIR /go/src/github.com/docker/docker 10:04:36 ---> Running in 848901f38c24 10:04:36 Removing intermediate container 848901f38c24 10:04:36 ---> 0d1d3d8a7140 10:04:36 Step 10/49 : COPY . /go/src/github.com/docker/docker 10:04:36 ---> ae692c7c631a 10:04:36 Step 4/49 : COPY hack/dockerfile/install/proxy.installer / 10:04:36 ---> cc6a7a599e81 10:04:36 Step 5/49 : RUN apt-get update && apt-get install -y bash btrfs-tools ca-certificates cmake gcc git libc-dev libgcc-6-dev libltdl-dev libseccomp-dev libtool make 10:04:36 ---> Running in 966da8024245 10:04:37 Removing intermediate container 54e56090cd2a 10:04:37 ---> cba51ccf631d 10:04:37 Step 24/49 : RUN go build -o /sbin/dockerd -tags 'autogen apparmor seccomp selinux journald exclude_graphdriver_devicemapper' -i -buildmode=pie -a -ldflags '-w' github.com/docker/docker/cmd/dockerd 10:04:37 ---> Running in 16228dee7478 10:04:38 Ign:1 http://deb.debian.org/debian stretch InRelease 10:04:38 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:04:38 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:04:38 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:04:38 Get:5 http://deb.debian.org/debian stretch-updates/main armhf Packages [27.9 kB] 10:04:38 Get:6 http://deb.debian.org/debian stretch/main armhf Packages [6912 kB] 10:04:41 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc 10:04:41 debian/rules build 10:04:41 dh build --with=bash-completion --with=systemd 10:04:41 dh_testdir 10:04:41 dh_update_autotools_config 10:04:41 dh_auto_configure 10:04:41 debian/rules override_dh_auto_build 10:04:41 make[1]: Entering directory '/root/build-deb' 10:04:41 # Build the daemon and dependencies 10:04:41 cd engine && PRODUCT=docker ./hack/make.sh dynbinary 10:04:41 10:04:41 Removing bundles/ 10:04:41 10:04:41 ---> Making bundle: dynbinary (in bundles/dynbinary) 10:04:41 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 10:04:41 GOOS="" GOARCH="" GOARM="" 10:04:41 ---> 771fbab05287 10:04:41 Step 11/49 : ARG VERSION 10:04:41 ---> Running in 980113a2ed64 10:04:41 Removing intermediate container 980113a2ed64 10:04:41 ---> cd2606118b21 10:04:41 Step 12/49 : ARG GITCOMMIT 10:04:42 ---> Running in e8b265158fcb 10:04:42 Removing intermediate container e8b265158fcb 10:04:42 ---> 3cfcd582b4c7 10:04:42 Step 13/49 : ARG BUILDTIME 10:04:42 ---> Running in 032eed4e5077 10:04:42 Removing intermediate container 032eed4e5077 10:04:42 ---> 258c063763d2 10:04:42 Step 14/49 : ARG PLATFORM 10:04:42 ---> Running in 04e6357b1d22 10:04:42 Removing intermediate container 04e6357b1d22 10:04:42 ---> 4c64a9a8d33e 10:04:42 Step 15/49 : ARG PRODUCT 10:04:42 ---> Running in 7154519bb4a6 10:04:42 Removing intermediate container 7154519bb4a6 10:04:42 ---> c4e4e808572c 10:04:42 Step 16/49 : ARG DEFAULT_PRODUCT_LICENSE 10:04:42 ---> Running in a4571d9f41e5 10:04:43 Removing intermediate container a4571d9f41e5 10:04:43 ---> c48fb20720b3 10:04:43 Step 17/49 : ENV VERSION ${VERSION} 10:04:43 ---> Running in 89b5d81b88f6 10:04:43 Removing intermediate container 89b5d81b88f6 10:04:43 ---> 4963cce010b1 10:04:43 Step 18/49 : ENV GITCOMMIT ${GITCOMMIT} 10:04:43 ---> Running in 0affe9fb7e00 10:04:43 Removing intermediate container 0affe9fb7e00 10:04:43 ---> 4dc725b46986 10:04:43 Step 19/49 : ENV BUILDTIME ${BUILDTIME} 10:04:43 ---> Running in 07b79fa8f110 10:04:43 Removing intermediate container 07b79fa8f110 10:04:43 ---> 9d614879e357 10:04:43 Step 20/49 : ENV PLATFORM ${PLATFORM} 10:04:43 ---> Running in 5272e0f8e822 10:04:44 Removing intermediate container 5272e0f8e822 10:04:44 ---> 6a55793c60c8 10:04:44 Step 21/49 : ENV PRODUCT ${PRODUCT} 10:04:44 ---> Running in 37b4c1449025 10:04:44 Removing intermediate container 37b4c1449025 10:04:44 ---> e95600af2fca 10:04:44 Step 22/49 : ENV DEFAULT_PRODUCT_LICENSE ${DEFAULT_PRODUCT_LICENSE} 10:04:44 ---> Running in 71f02adb0dc1 10:04:44 Removing intermediate container 71f02adb0dc1 10:04:44 ---> 68fb1e9cc3e3 10:04:44 Step 23/49 : RUN bash ./hack/make/.go-autogen 10:04:44 ---> Running in 12d06d0e7e77 10:04:46 Removing intermediate container 12d06d0e7e77 10:04:46 ---> bb21637e46c9 10:04:46 Step 24/49 : RUN go build -o /sbin/dockerd -tags 'autogen apparmor seccomp selinux journald exclude_graphdriver_devicemapper' -i -buildmode=pie -a -ldflags '-w' github.com/docker/docker/cmd/dockerd 10:04:46 ---> Running in 099b49198681 10:04:46 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:04:46 Get:8 http://security.debian.org/debian-security stretch/updates/main armhf Packages [499 kB] 10:04:46 Fetched 7744 kB in 8s (899 kB/s) 10:04:47 Reading package lists... 10:04:48 Reading package lists... 10:04:48 Building dependency tree... 10:04:48 Reading state information... 10:04:49 bash is already the newest version (4.4-5). 10:04:49 bash set to manually installed. 10:04:49 ca-certificates is already the newest version (20161130+nmu1+deb9u1). 10:04:49 libgcc-6-dev is already the newest version (6.3.0-18+deb9u1). 10:04:49 libgcc-6-dev set to manually installed. 10:04:49 gcc is already the newest version (4:6.3.0-4). 10:04:49 libc6-dev is already the newest version (2.24-11+deb9u4). 10:04:49 make is already the newest version (4.1-9.1). 10:04:49 The following additional packages will be installed: 10:04:49 autotools-dev btrfs-progs cmake-data file libarchive13 libicu57 libjsoncpp1 10:04:49 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp2 libuv1 libxml2 10:04:49 sgml-base xml-core 10:04:49 Suggested packages: 10:04:49 codeblocks eclipse ninja-build gettext-base git-daemon-run 10:04:49 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch 10:04:49 git-cvs git-mediawiki git-svn lrzip libtool-doc seccomp autoconf automaken 10:04:49 gfortran | fortran95-compiler gcj-jdk sgml-base-doc debhelper 10:04:49 Recommended packages: 10:04:49 patch less rsync 10:04:49 Resolving Dependencies 10:04:49 --> Running transaction check 10:04:49 ---> Package rpm-build.x86_64 0:4.11.3-40.el7 will be installed 10:04:49 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: unzip for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: file for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-40.el7.x86_64 10:04:49 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed 10:04:49 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch 10:04:49 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch 10:04:49 --> Running transaction check 10:04:49 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed 10:04:49 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed 10:04:49 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64 10:04:49 ---> Package elfutils.x86_64 0:0.176-2.el7 will be installed 10:04:49 ---> Package file.x86_64 0:5.11-35.el7 will be installed 10:04:49 ---> Package gdb.x86_64 0:7.6.1-115.el7 will be installed 10:04:49 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed 10:04:49 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed 10:04:49 ---> Package perl.x86_64 4:5.16.3-294.el7_6 will be installed 10:04:49 --> Processing Dependency: perl-libs = 4:5.16.3-294.el7_6 for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-294.el7_6.x86_64 10:04:49 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed 10:04:49 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed 10:04:49 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch 10:04:49 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch 10:04:49 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed 10:04:49 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed 10:04:49 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed 10:04:49 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 10:04:49 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 10:04:49 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 10:04:49 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 10:04:49 ---> Package unzip.x86_64 0:6.0-20.el7 will be installed 10:04:49 --> Running transaction check 10:04:49 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed 10:04:49 ---> Package emacs-filesystem.noarch 1:24.3-22.el7 will be installed 10:04:49 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed 10:04:49 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed 10:04:49 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed 10:04:49 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed 10:04:49 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed 10:04:49 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed 10:04:49 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch 10:04:49 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch 10:04:49 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed 10:04:49 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch 10:04:49 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch 10:04:49 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed 10:04:49 ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed 10:04:49 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed 10:04:49 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed 10:04:49 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed 10:04:49 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed 10:04:49 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed 10:04:49 ---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be installed 10:04:49 ---> Package perl-macros.x86_64 4:5.16.3-294.el7_6 will be installed 10:04:49 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed 10:04:49 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed 10:04:49 ---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed 10:04:49 ---> Package zip.x86_64 0:3.0-11.el7 will be installed 10:04:49 --> Running transaction check 10:04:49 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed 10:04:49 ---> Package perl-Pod-Escapes.noarch 1:1.04-294.el7_6 will be installed 10:04:49 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed 10:04:49 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch 10:04:49 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch 10:04:49 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed 10:04:49 --> Running transaction check 10:04:49 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed 10:04:49 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed 10:04:49 --> Finished Dependency Resolution 10:04:49 10:04:49 Dependencies Resolved 10:04:49 10:04:49 ================================================================================ 10:04:49 Package Arch Version Repository Size 10:04:49 ================================================================================ 10:04:49 Installing: 10:04:49 rpm-build x86_64 4.11.3-40.el7 base 149 k 10:04:49 rpmlint noarch 1.5-4.el7 base 229 k 10:04:49 Installing for dependencies: 10:04:49 bzip2 x86_64 1.0.6-13.el7 base 52 k 10:04:49 desktop-file-utils x86_64 0.23-2.el7 base 67 k 10:04:49 dwz x86_64 0.11-3.el7 base 99 k 10:04:49 elfutils x86_64 0.176-2.el7 base 305 k 10:04:49 emacs-filesystem noarch 1:24.3-22.el7 base 58 k 10:04:49 file x86_64 5.11-35.el7 base 57 k 10:04:49 gdb x86_64 7.6.1-115.el7 base 2.4 M 10:04:49 groff-base x86_64 1.22.2-8.el7 base 942 k 10:04:49 patch x86_64 2.7.1-12.el7_7 updates 111 k 10:04:49 perl x86_64 4:5.16.3-294.el7_6 base 8.0 M 10:04:49 perl-Carp noarch 1.26-244.el7 base 19 k 10:04:49 perl-Encode x86_64 2.51-7.el7 base 1.5 M 10:04:49 perl-Exporter noarch 5.68-3.el7 base 28 k 10:04:49 perl-File-Path noarch 2.09-2.el7 base 26 k 10:04:49 perl-File-Temp noarch 0.23.01-3.el7 base 56 k 10:04:49 perl-Filter x86_64 1.49-3.el7 base 76 k 10:04:49 perl-Getopt-Long noarch 2.40-3.el7 base 56 k 10:04:49 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k 10:04:49 perl-PathTools x86_64 3.40-5.el7 base 82 k 10:04:49 perl-Pod-Escapes noarch 1:1.04-294.el7_6 base 51 k 10:04:49 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k 10:04:49 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k 10:04:49 perl-Pod-Usage noarch 1.63-3.el7 base 27 k 10:04:49 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k 10:04:49 perl-Socket x86_64 2.010-4.el7 base 49 k 10:04:49 perl-Storable x86_64 2.45-3.el7 base 77 k 10:04:49 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k 10:04:49 perl-Thread-Queue noarch 3.02-2.el7 base 17 k 10:04:49 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k 10:04:49 perl-Time-Local noarch 1.2300-2.el7 base 24 k 10:04:49 perl-constant noarch 1.27-2.el7 base 19 k 10:04:49 perl-libs x86_64 4:5.16.3-294.el7_6 base 688 k 10:04:49 perl-macros x86_64 4:5.16.3-294.el7_6 base 44 k 10:04:49 perl-parent noarch 1:0.225-244.el7 base 12 k 10:04:49 perl-podlators noarch 2.5.1-3.el7 base 112 k 10:04:49 perl-srpm-macros noarch 1-8.el7 base 4.6 k 10:04:49 perl-threads x86_64 1.87-4.el7 base 49 k 10:04:49 perl-threads-shared x86_64 1.43-6.el7 base 39 k 10:04:49 python-srpm-macros noarch 3-32.el7 base 8.4 k 10:04:49 redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k 10:04:49 unzip x86_64 6.0-20.el7 base 170 k 10:04:49 zip x86_64 3.0-11.el7 base 260 k 10:04:49 10:04:49 Transaction Summary 10:04:49 ================================================================================ 10:04:49 Install 2 Packages (+42 Dependent packages) 10:04:49 10:04:49 Total download size: 16 M 10:04:49 Installed size: 51 M 10:04:49 Downloading packages: 10:04:49 The following NEW packages will be installed: 10:04:49 autotools-dev btrfs-progs btrfs-tools cmake cmake-data file libarchive13 10:04:49 libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 10:04:49 libseccomp-dev libseccomp2 libtool libuv1 libxml2 sgml-base xml-core 10:04:49 The following packages will be upgraded: 10:04:49 git 10:04:50 1 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. 10:04:50 Need to get 18.5 MB of archives. 10:04:50 After this operation, 59.6 MB of additional disk space will be used. 10:04:50 Get:1 http://deb.debian.org/debian stretch/main armhf cmake-data all 3.7.2-1 [1216 kB] 10:04:50 Get:2 http://deb.debian.org/debian stretch/main armhf liblzo2-2 armhf 2.08-1.2+b2 [49.7 kB] 10:04:50 Get:3 http://deb.debian.org/debian stretch/main armhf libxml2 armhf 2.9.4+dfsg1-2.2+deb9u2 [825 kB] 10:04:50 Get:4 http://deb.debian.org/debian stretch/main armhf libarchive13 armhf 3.2.2-2+deb9u2 [261 kB] 10:04:50 Get:5 http://deb.debian.org/debian stretch/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB] 10:04:50 Get:6 http://deb.debian.org/debian stretch/main armhf libuv1 armhf 1.9.1-3 [74.6 kB] 10:04:50 Get:7 http://deb.debian.org/debian stretch/main armhf cmake armhf 3.7.2-1 [2629 kB] 10:04:50 Get:8 http://deb.debian.org/debian stretch/main armhf sgml-base all 1.29 [14.8 kB] 10:04:50 Get:9 http://deb.debian.org/debian stretch/main armhf libmagic-mgc armhf 1:5.30-1+deb9u3 [222 kB] 10:04:50 Get:10 http://deb.debian.org/debian stretch/main armhf libmagic1 armhf 1:5.30-1+deb9u3 [105 kB] 10:04:50 Get:11 http://deb.debian.org/debian stretch/main armhf file armhf 1:5.30-1+deb9u3 [63.9 kB] 10:04:50 Get:12 http://deb.debian.org/debian stretch/main armhf autotools-dev all 20161112.1 [73.4 kB] 10:04:50 Get:13 http://deb.debian.org/debian stretch/main armhf btrfs-progs armhf 4.7.3-1 [546 kB] 10:04:50 Get:14 http://deb.debian.org/debian stretch/main armhf btrfs-tools armhf 4.7.3-1 [16.9 kB] 10:04:50 Get:15 http://deb.debian.org/debian stretch/main armhf libltdl7 armhf 2.4.6-2 [386 kB] 10:04:50 Get:16 http://deb.debian.org/debian stretch/main armhf libltdl-dev armhf 2.4.6-2 [159 kB] 10:04:50 Get:17 http://deb.debian.org/debian stretch/main armhf libseccomp2 armhf 2.3.1-2.1+deb9u1 [31.3 kB] 10:04:50 Get:18 http://deb.debian.org/debian stretch/main armhf libseccomp-dev armhf 2.3.1-2.1+deb9u1 [58.1 kB] 10:04:50 Get:19 http://deb.debian.org/debian stretch/main armhf libtool all 2.4.6-2 [545 kB] 10:04:50 Get:20 http://deb.debian.org/debian stretch/main armhf xml-core all 0.17 [23.2 kB] 10:04:57 warning: /var/cache/yum/x86_64/7/base/packages/bzip2-1.0.6-13.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY 10:04:57 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed 10:04:58 Get:21 http://security.debian.org/debian-security stretch/updates/main armhf libicu57 armhf 57.1-6+deb9u4 [7451 kB] 10:04:58 Get:22 http://security.debian.org/debian-security stretch/updates/main armhf git armhf 1:2.11.0-3+deb9u7 [3663 kB] 10:04:58 debconf: delaying package configuration, since apt-utils is not installed 10:04:58 Fetched 18.5 MB in 8s (2187 kB/s) 10:04:58 Selecting previously unselected package cmake-data. 10:04:58 (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 ... 14837 files and directories currently installed.) 10:04:58 Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... 10:04:58 Unpacking cmake-data (3.7.2-1) ... 10:04:59 Selecting previously unselected package liblzo2-2:armhf. 10:04:59 Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_armhf.deb ... 10:04:59 Unpacking liblzo2-2:armhf (2.08-1.2+b2) ... 10:04:59 Selecting previously unselected package libicu57:armhf. 10:04:59 Preparing to unpack .../02-libicu57_57.1-6+deb9u4_armhf.deb ... 10:04:59 Unpacking libicu57:armhf (57.1-6+deb9u4) ... 10:05:00 Selecting previously unselected package libxml2:armhf. 10:05:00 Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_armhf.deb ... 10:05:00 Unpacking libxml2:armhf (2.9.4+dfsg1-2.2+deb9u2) ... 10:05:00 Selecting previously unselected package libarchive13:armhf. 10:05:00 Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u2_armhf.deb ... 10:05:00 Unpacking libarchive13:armhf (3.2.2-2+deb9u2) ... 10:05:00 Selecting previously unselected package libjsoncpp1:armhf. 10:05:00 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ... 10:05:00 Unpacking libjsoncpp1:armhf (1.7.4-3) ... 10:05:00 Selecting previously unselected package libuv1:armhf. 10:05:00 Preparing to unpack .../06-libuv1_1.9.1-3_armhf.deb ... 10:05:00 Unpacking libuv1:armhf (1.9.1-3) ... 10:05:01 Selecting previously unselected package cmake. 10:05:01 Preparing to unpack .../07-cmake_3.7.2-1_armhf.deb ... 10:05:01 Unpacking cmake (3.7.2-1) ... 10:05:01 Preparing to unpack .../08-git_1%3a2.11.0-3+deb9u7_armhf.deb ... 10:05:01 Unpacking git (1:2.11.0-3+deb9u7) over (1:2.11.0-3+deb9u6) ... 10:05:04 Selecting previously unselected package sgml-base. 10:05:04 Preparing to unpack .../09-sgml-base_1.29_all.deb ... 10:05:04 Unpacking sgml-base (1.29) ... 10:05:04 Selecting previously unselected package libmagic-mgc. 10:05:04 Preparing to unpack .../10-libmagic-mgc_1%3a5.30-1+deb9u3_armhf.deb ... 10:05:04 Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... 10:05:04 Selecting previously unselected package libmagic1:armhf. 10:05:04 Preparing to unpack .../11-libmagic1_1%3a5.30-1+deb9u3_armhf.deb ... 10:05:04 Unpacking libmagic1:armhf (1:5.30-1+deb9u3) ... 10:05:04 Selecting previously unselected package file. 10:05:04 Preparing to unpack .../12-file_1%3a5.30-1+deb9u3_armhf.deb ... 10:05:04 Unpacking file (1:5.30-1+deb9u3) ... 10:05:04 Selecting previously unselected package autotools-dev. 10:05:04 Preparing to unpack .../13-autotools-dev_20161112.1_all.deb ... 10:05:04 Unpacking autotools-dev (20161112.1) ... 10:05:04 Selecting previously unselected package btrfs-progs. 10:05:04 Preparing to unpack .../14-btrfs-progs_4.7.3-1_armhf.deb ... 10:05:04 Unpacking btrfs-progs (4.7.3-1) ... 10:05:04 Selecting previously unselected package btrfs-tools. 10:05:04 Preparing to unpack .../15-btrfs-tools_4.7.3-1_armhf.deb ... 10:05:04 Unpacking btrfs-tools (4.7.3-1) ... 10:05:04 Selecting previously unselected package libltdl7:armhf. 10:05:04 Preparing to unpack .../16-libltdl7_2.4.6-2_armhf.deb ... 10:05:04 Unpacking libltdl7:armhf (2.4.6-2) ... 10:05:04 Selecting previously unselected package libltdl-dev:armhf. 10:05:04 Preparing to unpack .../17-libltdl-dev_2.4.6-2_armhf.deb ... 10:05:04 Unpacking libltdl-dev:armhf (2.4.6-2) ... 10:05:04 Selecting previously unselected package libseccomp2:armhf. 10:05:04 Preparing to unpack .../18-libseccomp2_2.3.1-2.1+deb9u1_armhf.deb ... 10:05:04 Unpacking libseccomp2:armhf (2.3.1-2.1+deb9u1) ... 10:05:04 Selecting previously unselected package libseccomp-dev:armhf. 10:05:04 Preparing to unpack .../19-libseccomp-dev_2.3.1-2.1+deb9u1_armhf.deb ... 10:05:04 Unpacking libseccomp-dev:armhf (2.3.1-2.1+deb9u1) ... 10:05:04 Selecting previously unselected package libtool. 10:05:04 Preparing to unpack .../20-libtool_2.4.6-2_all.deb ... 10:05:04 Unpacking libtool (2.4.6-2) ... 10:05:04 Selecting previously unselected package xml-core. 10:05:04 Preparing to unpack .../21-xml-core_0.17_all.deb ... 10:05:04 Unpacking xml-core (0.17) ... 10:05:04 Setting up libuv1:armhf (1.9.1-3) ... 10:05:04 Setting up cmake-data (3.7.2-1) ... 10:05:04 Setting up sgml-base (1.29) ... 10:05:04 Setting up libicu57:armhf (57.1-6+deb9u4) ... 10:05:04 Setting up libxml2:armhf (2.9.4+dfsg1-2.2+deb9u2) ... 10:05:04 Setting up libmagic-mgc (1:5.30-1+deb9u3) ... 10:05:04 Setting up libmagic1:armhf (1:5.30-1+deb9u3) ... 10:05:04 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:05:04 Setting up libseccomp2:armhf (2.3.1-2.1+deb9u1) ... 10:05:04 Setting up autotools-dev (20161112.1) ... 10:05:04 Setting up libltdl7:armhf (2.4.6-2) ... 10:05:04 Setting up xml-core (0.17) ... 10:05:05 Setting up git (1:2.11.0-3+deb9u7) ... 10:05:05 Setting up liblzo2-2:armhf (2.08-1.2+b2) ... 10:05:05 Setting up libjsoncpp1:armhf (1.7.4-3) ... 10:05:05 Setting up libltdl-dev:armhf (2.4.6-2) ... 10:05:05 Public key for patch-2.7.1-12.el7_7.x86_64.rpm is not installed 10:05:05 -------------------------------------------------------------------------------- 10:05:05 Total 1.0 MB/s | 16 MB 00:16 10:05:05 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 10:05:05 Importing GPG key 0xF4A80EB5: 10:05:05 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" 10:05:05 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 10:05:05 Package : centos-release-7-7.1908.0.el7.centos.x86_64 (@CentOS) 10:05:05 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 10:05:05 Running transaction check 10:05:05 Running transaction test 10:05:05 Transaction test succeeded 10:05:05 Running transaction 10:05:05 Installing : groff-base-1.22.2-8.el7.x86_64 1/44 10:05:05 Installing : bzip2-1.0.6-13.el7.x86_64 2/44 10:05:05 Installing : 1:perl-parent-0.225-244.el7.noarch 3/44 10:05:05 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 4/44 10:05:05 Installing : perl-podlators-2.5.1-3.el7.noarch 5/44 10:05:05 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 6/44 10:05:05 Installing : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 7/44 10:05:05 Setting up libarchive13:armhf (3.2.2-2+deb9u2) ... 10:05:05 Setting up libseccomp-dev:armhf (2.3.1-2.1+deb9u1) ... 10:05:05 Setting up file (1:5.30-1+deb9u3) ... 10:05:05 Setting up btrfs-progs (4.7.3-1) ... 10:05:05 Setting up cmake (3.7.2-1) ... 10:05:05 Setting up libtool (2.4.6-2) ... 10:05:05 Setting up btrfs-tools (4.7.3-1) ... 10:05:05 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:05:05 Processing triggers for sgml-base (1.29) ... 10:05:05 Installing : perl-Encode-2.51-7.el7.x86_64 8/44 10:05:05 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 9/44 10:05:05 Installing : perl-Pod-Usage-1.63-3.el7.noarch 10/44 10:05:06 Installing : 4:perl-libs-5.16.3-294.el7_6.x86_64 11/44 10:05:06 Installing : 4:perl-macros-5.16.3-294.el7_6.x86_64 12/44 10:05:06 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 13/44 10:05:06 Installing : perl-Exporter-5.68-3.el7.noarch 14/44 10:05:06 Installing : perl-Socket-2.010-4.el7.x86_64 15/44 10:05:06 Installing : perl-Carp-1.26-244.el7.noarch 16/44 10:05:06 Installing : perl-Storable-2.45-3.el7.x86_64 17/44 10:05:06 Installing : perl-PathTools-3.40-5.el7.x86_64 18/44 10:05:06 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 19/44 10:05:06 Installing : perl-Time-Local-1.2300-2.el7.noarch 20/44 10:05:06 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 21/44 10:05:06 Installing : perl-constant-1.27-2.el7.noarch 22/44 10:05:06 Installing : perl-threads-shared-1.43-6.el7.x86_64 23/44 10:05:06 Installing : perl-threads-1.87-4.el7.x86_64 24/44 10:05:06 Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/44 10:05:06 Installing : perl-File-Path-2.09-2.el7.noarch 26/44 10:05:06 Installing : perl-Filter-1.49-3.el7.x86_64 27/44 10:05:07 Installing : perl-Getopt-Long-2.40-3.el7.noarch 28/44 10:05:07 Installing : 4:perl-5.16.3-294.el7_6.x86_64 29/44 10:05:07 Installing : perl-Thread-Queue-3.02-2.el7.noarch 30/44 10:05:08 Installing : gdb-7.6.1-115.el7.x86_64 31/44 10:05:08 Installing : elfutils-0.176-2.el7.x86_64 32/44 10:05:08 Installing : python-srpm-macros-3-32.el7.noarch 33/44 10:05:08 Installing : file-5.11-35.el7.x86_64 34/44 10:05:08 Installing : patch-2.7.1-12.el7_7.x86_64 35/44 10:05:08 Installing : dwz-0.11-3.el7.x86_64 36/44 10:05:08 Installing : perl-srpm-macros-1-8.el7.noarch 37/44 10:05:08 Installing : unzip-6.0-20.el7.x86_64 38/44 10:05:08 Installing : 1:emacs-filesystem-24.3-22.el7.noarch 39/44 10:05:08 Installing : desktop-file-utils-0.23-2.el7.x86_64 40/44 10:05:08 Installing : zip-3.0-11.el7.x86_64 41/44 10:05:08 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 42/44 10:05:08 Installing : rpm-build-4.11.3-40.el7.x86_64 43/44 10:05:08 Installing : rpmlint-1.5-4.el7.noarch 44/44 10:05:08 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/44 10:05:08 Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/44 10:05:08 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/44 10:05:08 Verifying : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 4/44 10:05:08 Verifying : zip-3.0-11.el7.x86_64 5/44 10:05:08 Verifying : perl-Exporter-5.68-3.el7.noarch 6/44 10:05:08 Verifying : desktop-file-utils-0.23-2.el7.x86_64 7/44 10:05:08 Verifying : perl-PathTools-3.40-5.el7.x86_64 8/44 10:05:08 Verifying : 1:emacs-filesystem-24.3-22.el7.noarch 9/44 10:05:08 Verifying : unzip-6.0-20.el7.x86_64 10/44 10:05:08 Verifying : 1:perl-parent-0.225-244.el7.noarch 11/44 10:05:08 Verifying : bzip2-1.0.6-13.el7.x86_64 12/44 10:05:08 Verifying : perl-srpm-macros-1-8.el7.noarch 13/44 10:05:08 Verifying : 4:perl-libs-5.16.3-294.el7_6.x86_64 14/44 10:05:08 Verifying : groff-base-1.22.2-8.el7.x86_64 15/44 10:05:08 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 16/44 10:05:08 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 17/44 10:05:08 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 18/44 10:05:08 Verifying : dwz-0.11-3.el7.x86_64 19/44 10:05:08 Verifying : perl-Time-Local-1.2300-2.el7.noarch 20/44 10:05:08 Verifying : 4:perl-macros-5.16.3-294.el7_6.x86_64 21/44 10:05:08 Verifying : perl-Socket-2.010-4.el7.x86_64 22/44 10:05:08 Verifying : patch-2.7.1-12.el7_7.x86_64 23/44 10:05:08 Verifying : file-5.11-35.el7.x86_64 24/44 10:05:08 Verifying : perl-Carp-1.26-244.el7.noarch 25/44 10:05:08 Verifying : rpm-build-4.11.3-40.el7.x86_64 26/44 10:05:08 Verifying : perl-Storable-2.45-3.el7.x86_64 27/44 10:05:08 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 28/44 10:05:08 Verifying : python-srpm-macros-3-32.el7.noarch 29/44 10:05:08 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 30/44 10:05:08 Verifying : perl-Encode-2.51-7.el7.x86_64 31/44 10:05:08 Verifying : rpmlint-1.5-4.el7.noarch 32/44 10:05:08 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 33/44 10:05:08 Verifying : perl-podlators-2.5.1-3.el7.noarch 34/44 10:05:08 Verifying : perl-constant-1.27-2.el7.noarch 35/44 10:05:08 Verifying : elfutils-0.176-2.el7.x86_64 36/44 10:05:08 Verifying : perl-threads-1.87-4.el7.x86_64 37/44 10:05:08 Verifying : gdb-7.6.1-115.el7.x86_64 38/44 10:05:08 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 39/44 10:05:08 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 40/44 10:05:08 Verifying : 4:perl-5.16.3-294.el7_6.x86_64 41/44 10:05:08 Verifying : perl-File-Path-2.09-2.el7.noarch 42/44 10:05:08 Verifying : perl-Filter-1.49-3.el7.x86_64 43/44 10:05:08 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 44/44 10:05:08 10:05:08 Installed: 10:05:08 rpm-build.x86_64 0:4.11.3-40.el7 rpmlint.noarch 0:1.5-4.el7 10:05:08 10:05:08 Dependency Installed: 10:05:08 bzip2.x86_64 0:1.0.6-13.el7 10:05:08 desktop-file-utils.x86_64 0:0.23-2.el7 10:05:08 dwz.x86_64 0:0.11-3.el7 10:05:08 elfutils.x86_64 0:0.176-2.el7 10:05:08 emacs-filesystem.noarch 1:24.3-22.el7 10:05:08 file.x86_64 0:5.11-35.el7 10:05:08 gdb.x86_64 0:7.6.1-115.el7 10:05:08 groff-base.x86_64 0:1.22.2-8.el7 10:05:08 patch.x86_64 0:2.7.1-12.el7_7 10:05:08 perl.x86_64 4:5.16.3-294.el7_6 10:05:08 perl-Carp.noarch 0:1.26-244.el7 10:05:08 perl-Encode.x86_64 0:2.51-7.el7 10:05:08 perl-Exporter.noarch 0:5.68-3.el7 10:05:08 perl-File-Path.noarch 0:2.09-2.el7 10:05:08 perl-File-Temp.noarch 0:0.23.01-3.el7 10:05:08 perl-Filter.x86_64 0:1.49-3.el7 10:05:08 perl-Getopt-Long.noarch 0:2.40-3.el7 10:05:08 perl-HTTP-Tiny.noarch 0:0.033-3.el7 10:05:08 perl-PathTools.x86_64 0:3.40-5.el7 10:05:08 perl-Pod-Escapes.noarch 1:1.04-294.el7_6 10:05:08 perl-Pod-Perldoc.noarch 0:3.20-4.el7 10:05:08 perl-Pod-Simple.noarch 1:3.28-4.el7 10:05:08 perl-Pod-Usage.noarch 0:1.63-3.el7 10:05:08 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 10:05:08 perl-Socket.x86_64 0:2.010-4.el7 10:05:08 perl-Storable.x86_64 0:2.45-3.el7 10:05:08 perl-Text-ParseWords.noarch 0:3.29-4.el7 10:05:08 perl-Thread-Queue.noarch 0:3.02-2.el7 10:05:08 perl-Time-HiRes.x86_64 4:1.9725-3.el7 10:05:08 perl-Time-Local.noarch 0:1.2300-2.el7 10:05:08 perl-constant.noarch 0:1.27-2.el7 10:05:08 perl-libs.x86_64 4:5.16.3-294.el7_6 10:05:08 perl-macros.x86_64 4:5.16.3-294.el7_6 10:05:08 perl-parent.noarch 1:0.225-244.el7 10:05:08 perl-podlators.noarch 0:2.5.1-3.el7 10:05:08 perl-srpm-macros.noarch 0:1-8.el7 10:05:08 perl-threads.x86_64 0:1.87-4.el7 10:05:08 perl-threads-shared.x86_64 0:1.43-6.el7 10:05:08 python-srpm-macros.noarch 0:3-32.el7 10:05:08 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos 10:05:08 unzip.x86_64 0:6.0-20.el7 10:05:08 zip.x86_64 0:3.0-11.el7 10:05:08 10:05:08 Complete! 10:05:09 Removing intermediate container 966da8024245 10:05:09 ---> 5ad18aee13ae 10:05:09 Step 6/49 : RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits 10:05:09 ---> Running in a9d89f6ee920 10:05:10 Removing intermediate container a9d89f6ee920 10:05:10 ---> 4e4367053938 10:05:10 Step 7/49 : FROM builder as dockerd-builder 10:05:10 ---> 4e4367053938 10:05:10 Step 8/49 : RUN apt-get install -y libsystemd-dev 10:05:10 ---> Running in 6aba21d02173 10:05:11 Removing intermediate container e954fedab1be 10:05:11 ---> 8747c97c634b 10:05:11 Step 13/18 : COPY SPECS /root/rpmbuild/SPECS 10:05:11 ---> 07a0bb172f05 10:05:11 Step 14/18 : RUN sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo 10:05:11 ---> Running in 0a3f437f41e3 10:05:12 Removing intermediate container 0a3f437f41e3 10:05:12 ---> c4432fa306d2 10:05:12 Step 15/18 : RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec 10:05:12 ---> Running in 5b9734d84682 10:05:12 Reading package lists... 10:05:12 Building dependency tree... 10:05:12 Reading state information... 10:05:13 Loaded plugins: fastestmirror, ovl 10:05:13 Enabling base-source repository 10:05:13 Enabling extras-source repository 10:05:13 Enabling updates-source repository 10:05:13 Loading mirror speeds from cached hostfile 10:05:13 * base: d36uatko69830t.cloudfront.net 10:05:13 * extras: d36uatko69830t.cloudfront.net 10:05:13 * updates: d36uatko69830t.cloudfront.net 10:05:13 The following NEW packages will be installed: 10:05:13 libsystemd-dev 10:05:14 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. 10:05:14 Need to get 1780 kB of archives. 10:05:14 After this operation, 8932 kB of additional disk space will be used. 10:05:14 Get:1 http://deb.debian.org/debian stretch/main armhf libsystemd-dev armhf 232-25+deb9u12 [1780 kB] 10:05:14 debconf: delaying package configuration, since apt-utils is not installed 10:05:14 Fetched 1780 kB in 1s (1688 kB/s) 10:05:14 Selecting previously unselected package libsystemd-dev:armhf. 10:05:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17406 files and directories currently installed.) 10:05:14 Preparing to unpack .../libsystemd-dev_232-25+deb9u12_armhf.deb ... 10:05:14 Unpacking libsystemd-dev:armhf (232-25+deb9u12) ... 10:05:15 Setting up libsystemd-dev:armhf (232-25+deb9u12) ... 10:05:16 Removing intermediate container 6aba21d02173 10:05:16 ---> e1932bd25ebf 10:05:16 Step 9/49 : WORKDIR /go/src/github.com/docker/docker 10:05:16 ---> Running in bf9b317a016b 10:05:16 Removing intermediate container bf9b317a016b 10:05:16 ---> 16b318d4f24e 10:05:16 Step 10/49 : COPY . /go/src/github.com/docker/docker 10:05:17 Checking for new repos for mirrors 10:05:17 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec 10:05:17 --> 1:make-3.82-24.el7.x86_64 10:05:17 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 10:05:17 --> git-1.8.3.1-21.el7_7.x86_64 10:05:17 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec 10:05:17 --> Already installed : bash-4.2.46-33.el7.x86_64 10:05:17 --> btrfs-progs-devel-4.9.1-1.el7.x86_64 10:05:17 --> Already installed : ca-certificates-2018.2.22-70.0.el7_5.noarch 10:05:17 --> cmake-2.8.12.2-2.el7.x86_64 10:05:17 --> 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 10:05:17 --> gcc-4.8.5-39.el7.x86_64 10:05:17 --> git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> glibc-static-2.17-292.el7.x86_64 10:05:17 --> libseccomp-devel-2.3.1-3.el7.x86_64 10:05:17 --> libselinux-devel-2.5-14.1.el7.x86_64 10:05:17 --> libtool-2.4.2-22.el7_3.x86_64 10:05:17 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 10:05:17 --> 1:make-3.82-24.el7.x86_64 10:05:17 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 10:05:17 --> Already installed : systemd-219-67.el7_7.1.x86_64 10:05:17 --> selinux-policy-devel-3.13.1-252.el7_7.6.noarch 10:05:17 --> systemd-devel-219-67.el7_7.4.x86_64 10:05:17 --> Already installed : 2:tar-1.26-35.el7.x86_64 10:05:17 --> which-2.20-7.el7.x86_64 10:05:17 --> Running transaction check 10:05:17 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed 10:05:17 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64 10:05:17 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64 10:05:17 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed 10:05:17 --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.12.2-2.el7.x86_64 10:05:17 ---> Package device-mapper-devel.x86_64 7:1.02.158-2.el7_7.2 will be installed 10:05:17 --> Processing Dependency: device-mapper = 7:1.02.158-2.el7_7.2 for package: 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 10:05:17 ---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed 10:05:17 --> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 10:05:17 --> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 10:05:17 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64 10:05:17 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64 10:05:17 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64 10:05:17 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64 10:05:17 ---> Package git.x86_64 0:1.8.3.1-21.el7_7 will be installed 10:05:17 --> Processing Dependency: perl-Git = 1.8.3.1-21.el7_7 for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> Processing Dependency: rsync for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 --> Processing Dependency: less for package: git-1.8.3.1-21.el7_7.x86_64 10:05:17 ---> Package glibc-static.x86_64 0:2.17-292.el7 will be installed 10:05:17 ---> Package libseccomp-devel.x86_64 0:2.3.1-3.el7 will be installed 10:05:17 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-3.el7 for package: libseccomp-devel-2.3.1-3.el7.x86_64 10:05:17 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-3.el7.x86_64 10:05:17 ---> Package libselinux-devel.x86_64 0:2.5-14.1.el7 will be installed 10:05:17 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-14.1.el7.x86_64 10:05:17 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-14.1.el7.x86_64 10:05:17 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-14.1.el7.x86_64 10:05:17 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed 10:05:17 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64 10:05:17 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64 10:05:17 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed 10:05:17 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 10:05:17 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 10:05:17 ---> Package make.x86_64 1:3.82-24.el7 will be installed 10:05:17 ---> Package selinux-policy-devel.noarch 0:3.13.1-252.el7_7.6 will be installed 10:05:17 --> Processing Dependency: selinux-policy = 3.13.1-252.el7_7.6 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch 10:05:17 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch 10:05:17 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch 10:05:17 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch 10:05:17 ---> Package systemd-devel.x86_64 0:219-67.el7_7.4 will be installed 10:05:17 --> Processing Dependency: systemd-libs = 219-67.el7_7.4 for package: systemd-devel-219-67.el7_7.4.x86_64 10:05:17 --> Processing Dependency: systemd = 219-67.el7_7.4 for package: systemd-devel-219-67.el7_7.4.x86_64 10:05:17 Package: systemd-219-67.el7_7.4.src - can't co-install with systemd-219-67.el7_7.4.x86_64 10:05:17 ---> Package which.x86_64 0:2.20-7.el7 will be installed 10:05:17 --> Running transaction check 10:05:17 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed 10:05:17 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch 10:05:17 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed 10:05:17 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch 10:05:17 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed 10:05:17 --> Processing Dependency: liblzo2.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64 10:05:17 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64 10:05:17 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed 10:05:17 ---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed 10:05:17 ---> Package device-mapper.x86_64 7:1.02.158-2.el7 will be updated 10:05:17 --> Processing Dependency: device-mapper = 7:1.02.158-2.el7 for package: 7:device-mapper-libs-1.02.158-2.el7.x86_64 10:05:17 ---> Package device-mapper.x86_64 7:1.02.158-2.el7_7.2 will be an update 10:05:17 ---> Package glibc-devel.x86_64 0:2.17-292.el7 will be installed 10:05:17 --> Processing Dependency: glibc-headers = 2.17-292.el7 for package: glibc-devel-2.17-292.el7.x86_64 10:05:17 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-292.el7.x86_64 10:05:17 ---> Package less.x86_64 0:458-9.el7 will be installed 10:05:17 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed 10:05:17 ---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed 10:05:17 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed 10:05:17 ---> Package libseccomp.x86_64 0:2.3.1-3.el7 will be installed 10:05:17 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed 10:05:17 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed 10:05:17 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed 10:05:17 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed 10:05:17 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed 10:05:17 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64 10:05:17 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64 10:05:17 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 10:05:17 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 10:05:17 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed 10:05:17 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed 10:05:17 ---> Package perl-Git.noarch 0:1.8.3.1-21.el7_7 will be installed 10:05:17 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed 10:05:17 ---> Package policycoreutils-devel.x86_64 0:2.5-33.el7 will be installed 10:05:17 --> Processing Dependency: policycoreutils-python = 2.5-33.el7 for package: policycoreutils-devel-2.5-33.el7.x86_64 10:05:17 ---> Package rsync.x86_64 0:3.1.2-6.el7_6.1 will be installed 10:05:17 ---> Package selinux-policy.noarch 0:3.13.1-252.el7_7.6 will be installed 10:05:17 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-252.el7_7.6.noarch 10:05:17 ---> Package systemd.x86_64 0:219-67.el7_7.1 will be updated 10:05:17 ---> Package systemd.x86_64 0:219-67.el7_7.4 will be an update 10:05:17 ---> Package systemd-libs.x86_64 0:219-67.el7_7.1 will be updated 10:05:17 ---> Package systemd-libs.x86_64 0:219-67.el7_7.4 will be an update 10:05:17 --> Running transaction check 10:05:17 ---> Package device-mapper-libs.x86_64 7:1.02.158-2.el7 will be updated 10:05:17 ---> Package device-mapper-libs.x86_64 7:1.02.158-2.el7_7.2 will be an update 10:05:17 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-16.el7 will be installed 10:05:17 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed 10:05:17 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 10:05:17 ---> Package glibc-headers.x86_64 0:2.17-292.el7 will be installed 10:05:17 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-292.el7.x86_64 10:05:17 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-292.el7.x86_64 10:05:17 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed 10:05:17 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed 10:05:17 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed 10:05:17 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed 10:05:17 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed 10:05:17 ---> Package policycoreutils.x86_64 0:2.5-33.el7 will be installed 10:05:17 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-33.el7.x86_64 10:05:17 ---> Package policycoreutils-python.x86_64 0:2.5-33.el7 will be installed 10:05:17 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 10:05:17 --> Running transaction check 10:05:17 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed 10:05:17 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed 10:05:17 ---> Package kernel-headers.x86_64 0:3.10.0-1062.18.1.el7 will be installed 10:05:17 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed 10:05:17 ---> Package libselinux-python.x86_64 0:2.5-14.1.el7 will be installed 10:05:17 ---> Package libselinux-utils.x86_64 0:2.5-14.1.el7 will be installed 10:05:17 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed 10:05:17 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed 10:05:17 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed 10:05:17 --> Finished Dependency Resolution 10:05:17 10:05:17 Dependencies Resolved 10:05:17 10:05:17 ================================================================================ 10:05:17 Package Arch Version Repository Size 10:05:17 ================================================================================ 10:05:17 Installing: 10:05:17 btrfs-progs-devel x86_64 4.9.1-1.el7 base 47 k 10:05:17 cmake x86_64 2.8.12.2-2.el7 base 7.1 M 10:05:17 device-mapper-devel x86_64 7:1.02.158-2.el7_7.2 updates 203 k 10:05:17 gcc x86_64 4.8.5-39.el7 base 16 M 10:05:17 git x86_64 1.8.3.1-21.el7_7 updates 4.4 M 10:05:17 glibc-static x86_64 2.17-292.el7 base 1.6 M 10:05:17 libseccomp-devel x86_64 2.3.1-3.el7 base 64 k 10:05:17 libselinux-devel x86_64 2.5-14.1.el7 base 187 k 10:05:17 libtool x86_64 2.4.2-22.el7_3 base 588 k 10:05:17 libtool-ltdl-devel x86_64 2.4.2-22.el7_3 base 167 k 10:05:17 make x86_64 1:3.82-24.el7 base 421 k 10:05:17 selinux-policy-devel noarch 3.13.1-252.el7_7.6 updates 1.7 M 10:05:17 systemd-devel x86_64 219-67.el7_7.4 updates 208 k 10:05:17 which x86_64 2.20-7.el7 base 41 k 10:05:17 Installing for dependencies: 10:05:17 audit-libs-python x86_64 2.8.5-4.el7 base 76 k 10:05:17 autoconf noarch 2.69-11.el7 base 701 k 10:05:17 automake noarch 1.13.4-3.el7 base 679 k 10:05:17 btrfs-progs x86_64 4.9.1-1.el7 base 678 k 10:05:17 checkpolicy x86_64 2.5-8.el7 base 295 k 10:05:17 cpp x86_64 4.8.5-39.el7 base 5.9 M 10:05:17 e2fsprogs-libs x86_64 1.42.9-16.el7 base 167 k 10:05:17 fipscheck x86_64 1.4.1-6.el7 base 21 k 10:05:17 fipscheck-lib x86_64 1.4.1-6.el7 base 11 k 10:05:17 glibc-devel x86_64 2.17-292.el7 base 1.1 M 10:05:17 glibc-headers x86_64 2.17-292.el7 base 687 k 10:05:17 kernel-headers x86_64 3.10.0-1062.18.1.el7 updates 8.8 M 10:05:17 less x86_64 458-9.el7 base 120 k 10:05:17 libarchive x86_64 3.1.2-14.el7_7 updates 319 k 10:05:17 libcgroup x86_64 0.41-21.el7 base 66 k 10:05:17 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k 10:05:17 libgomp x86_64 4.8.5-39.el7 base 158 k 10:05:17 libmpc x86_64 1.0.1-3.el7 base 51 k 10:05:17 libseccomp x86_64 2.3.1-3.el7 base 56 k 10:05:17 libselinux-python x86_64 2.5-14.1.el7 base 235 k 10:05:17 libselinux-utils x86_64 2.5-14.1.el7 base 151 k 10:05:17 libsemanage-python x86_64 2.5-14.el7 base 113 k 10:05:17 libsepol-devel x86_64 2.5-10.el7 base 77 k 10:05:17 libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k 10:05:17 lzo x86_64 2.06-8.el7 base 59 k 10:05:17 m4 x86_64 1.4.16-10.el7 base 256 k 10:05:17 mpfr x86_64 3.1.1-4.el7 base 203 k 10:05:17 openssh x86_64 7.4p1-21.el7 base 510 k 10:05:17 openssh-clients x86_64 7.4p1-21.el7 base 655 k 10:05:17 pcre-devel x86_64 8.32-17.el7 base 480 k 10:05:17 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k 10:05:17 perl-Error noarch 1:0.17020-2.el7 base 32 k 10:05:17 perl-Git noarch 1.8.3.1-21.el7_7 updates 55 k 10:05:17 perl-TermReadKey x86_64 2.30-20.el7 base 31 k 10:05:17 perl-Test-Harness noarch 3.28-3.el7 base 302 k 10:05:17 policycoreutils x86_64 2.5-33.el7 base 916 k 10:05:17 policycoreutils-devel x86_64 2.5-33.el7 base 335 k 10:05:17 policycoreutils-python x86_64 2.5-33.el7 base 457 k 10:05:17 python-IPy noarch 0.75-6.el7 base 32 k 10:05:17 rsync x86_64 3.1.2-6.el7_6.1 base 404 k 10:05:17 selinux-policy noarch 3.13.1-252.el7_7.6 updates 492 k 10:05:17 setools-libs x86_64 3.3.8-4.el7 base 620 k 10:05:17 Updating for dependencies: 10:05:17 device-mapper x86_64 7:1.02.158-2.el7_7.2 updates 294 k 10:05:17 device-mapper-libs x86_64 7:1.02.158-2.el7_7.2 updates 322 k 10:05:17 systemd x86_64 219-67.el7_7.4 updates 5.1 M 10:05:17 systemd-libs x86_64 219-67.el7_7.4 updates 411 k 10:05:17 10:05:17 Transaction Summary 10:05:17 ================================================================================ 10:05:17 Install 14 Packages (+42 Dependent packages) 10:05:17 Upgrade ( 4 Dependent packages) 10:05:17 10:05:17 Total download size: 65 M 10:05:17 Downloading packages: 10:05:17 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 10:05:19 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/cli' 10:05:19 make -C /home/ubuntu/workspace/docker-ce-packaging_19.03/engine VERSION=0.0.0-20200309214505-aa6a9891b0 binary 10:05:19 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/engine' 10:05:24 ---> 63c9cb66d3a6 10:05:24 Step 11/49 : ARG VERSION 10:05:24 ---> Running in 2327ef8f1dbc 10:05:24 Removing intermediate container 2327ef8f1dbc 10:05:24 ---> 718698534390 10:05:24 Step 12/49 : ARG GITCOMMIT 10:05:24 ---> Running in 2fed1cb723cf 10:05:24 Removing intermediate container 2fed1cb723cf 10:05:24 ---> c4fdc008bb57 10:05:24 Step 13/49 : ARG BUILDTIME 10:05:24 ---> Running in 758b02e5af43 10:05:24 Removing intermediate container 758b02e5af43 10:05:24 ---> e1637262e98e 10:05:24 Step 14/49 : ARG PLATFORM 10:05:24 ---> Running in 3f2d31ba2317 10:05:24 Removing intermediate container 3f2d31ba2317 10:05:24 ---> 0a0529fdbc34 10:05:24 Step 15/49 : ARG PRODUCT 10:05:24 ---> Running in 7134d28abda9 10:05:24 Removing intermediate container 7134d28abda9 10:05:24 ---> 0a8066317e97 10:05:24 Step 16/49 : ARG DEFAULT_PRODUCT_LICENSE 10:05:24 ---> Running in be786ae22678 10:05:24 Removing intermediate container be786ae22678 10:05:24 ---> 61bb49a89a20 10:05:24 Step 17/49 : ENV VERSION ${VERSION} 10:05:24 ---> Running in 53b60d70be2b 10:05:25 Removing intermediate container 53b60d70be2b 10:05:25 ---> 38af6bedf891 10:05:25 Step 18/49 : ENV GITCOMMIT ${GITCOMMIT} 10:05:25 ---> Running in cd1115a89a58 10:05:25 Removing intermediate container cd1115a89a58 10:05:25 ---> 6e10267204b1 10:05:25 Step 19/49 : ENV BUILDTIME ${BUILDTIME} 10:05:25 ---> Running in 31a592084213 10:05:25 Removing intermediate container 31a592084213 10:05:25 ---> 3586b6893480 10:05:25 Step 20/49 : ENV PLATFORM ${PLATFORM} 10:05:25 ---> Running in 8c9bffcb63e2 10:05:25 Removing intermediate container 8c9bffcb63e2 10:05:25 ---> 8718ed3cdf6a 10:05:25 Step 21/49 : ENV PRODUCT ${PRODUCT} 10:05:25 ---> Running in b008a4f5bd60 10:05:25 Removing intermediate container b008a4f5bd60 10:05:25 ---> fc30ac5aa671 10:05:25 Step 22/49 : ENV DEFAULT_PRODUCT_LICENSE ${DEFAULT_PRODUCT_LICENSE} 10:05:26 ---> Running in 27cd06cf15d3 10:05:26 Removing intermediate container 27cd06cf15d3 10:05:26 ---> 561da3441cbf 10:05:26 Step 23/49 : RUN bash ./hack/make/.go-autogen 10:05:26 ---> Running in d4b3191c93d5 10:05:27 Removing intermediate container d4b3191c93d5 10:05:27 ---> 9be019f449cd 10:05:27 Step 24/49 : RUN go build -o /sbin/dockerd -tags 'autogen apparmor seccomp selinux journald exclude_graphdriver_devicemapper' -i -buildmode=pie -a -ldflags '-w' github.com/docker/docker/cmd/dockerd 10:05:27 ---> Running in 0095a423c362 10:05:29 mkdir bundles 10:05:29 Makefile:157: The docker client CLI has moved to github.com/docker/cli. For a dev-test cycle involving the CLI, run: 10:05:29 DOCKER_CLI_PATH=/host/path/to/cli/binary make shell 10:05:29 then change the cli and compile into a binary at the same location. 10:05:29 10:05:29 DOCKER_BUILDKIT="1" docker build --build-arg=GO_VERSION --build-arg=CROSS=false -t "docker-dev:19-03" -f "Dockerfile" . 10:05:29 #2 [internal] load build definition from Dockerfile 10:05:29 #2 transferring dockerfile: 10.90kB done 10:05:29 #2 DONE 0.1s 10:05:29 10:05:29 #1 [internal] load .dockerignore 10:05:29 #1 transferring context: 87B 0.0s done 10:05:29 #1 DONE 0.1s 10:05:29 10:05:29 #3 [internal] load metadata for docker.io/library/golang:1.13.10-stretch 10:05:29 #3 DONE 0.3s 10:05:29 10:05:29 #4 [base 1/2] FROM docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b... 10:05:29 #4 resolve docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f done 10:05:29 #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 12.04MB / 45.38MB 0.3s 10:05:29 #4 sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 1.39MB / 10.80MB 0.3s 10:05:29 #4 sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 0B / 4.34MB 0.3s 10:05:29 #4 sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 1.42kB / 1.42kB done 10:05:29 #4 sha256:ad5fd17f5bc06defff0136ec3b619469dee546afe91ba8f30eebea6439615bf5 1.80kB / 1.80kB done 10:05:29 #4 sha256:6ffeb1b35038075a3ca8b07aee65fabeec9b3c82c02e218688c25573c389005e 5.46kB / 5.46kB done 10:05:29 #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 21.58MB / 45.38MB 0.4s 10:05:29 #4 sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 10.62MB / 10.80MB 0.4s 10:05:29 #4 sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 4.34MB / 4.34MB 0.4s 10:05:29 #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 34.34MB / 45.38MB 0.6s 10:05:29 #4 sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 10.80MB / 10.80MB 0.4s done 10:05:29 #4 sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 4.34MB / 4.34MB 0.4s done 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 8.11MB / 50.09MB 0.6s 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 69.16kB / 57.72MB 0.6s 10:05:29 #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 42.92MB / 45.38MB 0.7s 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 14.59MB / 50.09MB 0.7s 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 10.25MB / 57.72MB 0.7s 10:05:29 #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 45.38MB / 45.38MB 0.9s 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 24.75MB / 50.09MB 0.9s 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 25.55MB / 57.72MB 0.9s 10:05:29 #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 45.38MB / 45.38MB 0.9s done 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 31.00MB / 57.72MB 1.0s 10:05:29 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 2.37MB / 120.15MB 1.0s 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 32.19MB / 50.09MB 1.1s 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 34.88MB / 57.72MB 1.1s 10:05:29 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 9.59MB / 120.15MB 1.1s 10:05:29 #4 extracting sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 43.78MB / 50.09MB 1.3s 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 41.95MB / 57.72MB 1.3s 10:05:29 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 18.26MB / 120.15MB 1.3s 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 50.09MB / 50.09MB 1.4s 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 45.09MB / 57.72MB 1.4s 10:05:29 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 25.06MB / 120.15MB 1.4s 10:05:29 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 50.09MB / 50.09MB 1.5s done 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 53.62MB / 57.72MB 1.6s 10:05:29 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 33.47MB / 120.15MB 1.6s 10:05:29 #4 sha256:bc78545094a5b7a86dc99b4193f1b6f62bf03d0eec3bb02c2f3b5f8766f45143 125B / 125B 1.6s done 10:05:29 #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 57.72MB / 57.72MB 1.7s done 10:05:29 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 41.25MB / 120.15MB 1.7s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 47.50MB / 120.15MB 1.8s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 60.70MB / 120.15MB 2.0s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 68.43MB / 120.15MB 2.1s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 86.67MB / 120.15MB 2.4s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 94.68MB / 120.15MB 2.5s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 101.62MB / 120.15MB 2.6s 10:05:30 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 112.15MB / 120.15MB 2.8s 10:05:31 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 119.17MB / 120.15MB 2.9s 10:05:31 #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 120.15MB / 120.15MB 3.1s done 10:05:31 #4 ... 10:05:31 10:05:31 #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... 10:05:31 #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.4s done 10:05:31 #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done 10:05:31 #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done 10:05:31 #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.5s done 10:05:31 #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.4s done 10:05:31 #64 DONE 3.0s 10:05:31 10:05:31 #4 [base 1/2] FROM docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b... 10:05:32 #4 ... 10:05:32 10:05:32 #18 [internal] load build context 10:05:32 #18 transferring context: 48.14MB 4.1s done 10:05:32 #18 DONE 4.2s 10:05:32 10:05:32 #4 [base 1/2] FROM docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b... 10:05:33 #4 extracting sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 3.9s done 10:05:33 #4 extracting sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 10:05:33 #4 extracting sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 0.4s done 10:05:33 #4 extracting sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 10:05:34 #4 extracting sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 0.1s done 10:05:34 #4 extracting sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 0.1s 10:05:36 #4 extracting sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 1.9s done 10:05:36 #4 extracting sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 10:05:38 #4 extracting sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 1.7s done 10:05:38 #4 extracting sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 0.1s 10:05:42 #4 extracting sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 3.9s done 10:05:42 #4 extracting sha256:bc78545094a5b7a86dc99b4193f1b6f62bf03d0eec3bb02c2f3b5f8766f45143 done 10:05:42 #4 DONE 14.0s 10:05:42 10:05:42 #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.d... 10:05:44 #5 DONE 2.4s 10:05:44 10:05:44 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:05:44 #57 ... 10:05:44 10:05:44 #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh 10:05:44 #22 DONE 0.2s 10:05:44 10:05:44 #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ 10:05:44 #52 DONE 0.1s 10:05:44 10:05:44 #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ 10:05:45 #26 DONE 0.2s 10:05:45 10:05:45 #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... 10:05:45 #23 DONE 0.1s 10:05:45 10:05:45 #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ 10:05:45 #60 DONE 0.1s 10:05:45 10:05:45 #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ 10:05:45 #32 DONE 0.1s 10:05:45 10:05:45 #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ 10:05:45 #29 DONE 0.2s 10:05:45 10:05:45 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:05:45 #30 ... 10:05:45 10:05:45 #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ 10:05:45 #49 DONE 0.2s 10:05:45 10:05:45 #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy 10:05:50 #50 5.205 + RM_GOPATH=0 10:05:50 #50 5.205 + TMP_GOPATH= 10:05:50 #50 5.205 + : /build 10:05:50 #50 5.205 + '[' -z '' ']' 10:05:50 #50 5.210 ++ mktemp -d 10:05:50 #50 5.216 + export GOPATH=/tmp/tmp.X8nWWL25xE 10:05:50 #50 5.216 + GOPATH=/tmp/tmp.X8nWWL25xE 10:05:50 #50 5.216 + RM_GOPATH=1 10:05:50 #50 5.216 ++ dirname ./install.sh 10:05:50 #50 5.218 + dir=. 10:05:50 #50 5.219 + bin=proxy 10:05:50 #50 5.219 + shift 10:05:50 #50 5.219 + '[' '!' -f ./proxy.installer ']' 10:05:50 #50 5.219 + . ./proxy.installer 10:05:50 #50 5.220 ++ LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f 10:05:50 #50 5.220 + install_proxy 10:05:50 #50 5.221 + case "$1" in 10:05:50 #50 5.221 + export CGO_ENABLED=0 10:05:50 #50 5.221 + CGO_ENABLED=0 10:05:50 #50 5.221 + _install_proxy 10:05:50 #50 5.221 + echo 'Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f' 10:05:50 #50 5.222 Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f 10:05:50 #50 5.222 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.X8nWWL25xE/src/github.com/docker/libnetwork 10:05:50 #50 5.225 Cloning into '/tmp/tmp.X8nWWL25xE/src/github.com/docker/libnetwork'... 10:05:50 #50 ... 10:05:50 10:05:50 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:05:50 #30 5.575 + RM_GOPATH=0 10:05:50 #30 5.575 + TMP_GOPATH= 10:05:50 #30 5.575 + : /build 10:05:50 #30 5.575 + '[' -z '' ']' 10:05:50 #30 5.579 ++ mktemp -d 10:05:50 #30 5.604 + export GOPATH=/tmp/tmp.dP3KLLhk5x 10:05:50 #30 5.604 + GOPATH=/tmp/tmp.dP3KLLhk5x 10:05:50 #30 5.604 + RM_GOPATH=1 10:05:50 #30 5.609 ++ dirname ./install.sh 10:05:50 #30 5.609 + dir=. 10:05:50 #30 5.610 + bin=tomlv 10:05:50 #30 5.610 + shift 10:05:50 #30 5.610 + '[' '!' -f ./tomlv.installer ']' 10:05:50 #30 5.611 + . ./tomlv.installer 10:05:50 #30 5.611 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 10:05:50 #30 5.613 + install_tomlv 10:05:50 #30 5.613 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 10:05:50 #30 5.613 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 10:05:50 #30 5.613 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.dP3KLLhk5x/src/github.com/BurntSushi/toml 10:05:50 #30 5.615 Cloning into '/tmp/tmp.dP3KLLhk5x/src/github.com/BurntSushi/toml'... 10:05:52 #30 6.763 + cd /tmp/tmp.dP3KLLhk5x/src/github.com/BurntSushi/toml 10:05:52 #30 6.763 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 10:05:52 #30 6.787 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 10:05:52 #30 7.585 runtime/internal/atomic 10:05:52 #30 7.616 internal/cpu 10:05:52 #30 7.917 runtime/internal/sys 10:05:53 #30 8.111 runtime/internal/math 10:05:53 #30 8.129 internal/bytealg 10:05:53 #30 8.187 math/bits 10:05:53 #30 8.683 math 10:05:54 #30 9.181 runtime 10:05:54 #30 ... 10:05:54 10:05:54 #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... 10:05:54 #55 5.743 + mktemp -d 10:05:54 #55 5.744 + export GOPATH=/tmp/tmp.J758l8rO4u 10:05:54 #55 5.745 + git clone https://github.com/docker/distribution.git /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution 10:05:54 #55 5.746 Cloning into '/tmp/tmp.J758l8rO4u/src/github.com/docker/distribution'... 10:05:54 #55 ... 10:05:54 10:05:54 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:05:54 #35 5.128 Ign:1 http://deb.debian.org/debian stretch InRelease 10:05:54 #35 5.129 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:05:54 #35 5.223 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:05:54 #35 5.243 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:05:54 #35 5.968 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:05:54 #35 6.501 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:05:55 #35 ... 10:05:55 10:05:55 #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum 10:05:55 #27 5.632 + RM_GOPATH=0 10:05:55 #27 5.632 + TMP_GOPATH= 10:05:55 #27 5.632 + : /build 10:05:55 #27 5.632 + '[' -z '' ']' 10:05:55 #27 5.632 ++ mktemp -d 10:05:55 #27 5.651 + export GOPATH=/tmp/tmp.Tg92lS2qK4 10:05:55 #27 5.651 + GOPATH=/tmp/tmp.Tg92lS2qK4 10:05:55 #27 5.651 + RM_GOPATH=1 10:05:55 #27 5.651 ++ dirname ./install.sh 10:05:55 #27 5.652 + dir=. 10:05:55 #27 5.653 + bin=gotestsum 10:05:55 #27 5.653 + shift 10:05:55 #27 5.653 + '[' '!' -f ./gotestsum.installer ']' 10:05:55 #27 5.653 + . ./gotestsum.installer 10:05:55 #27 5.653 ++ GOTESTSUM_COMMIT=v0.3.5 10:05:55 #27 5.654 + install_gotestsum 10:05:55 #27 5.654 + echo 'Installing gotestsum version v0.3.5' 10:05:55 #27 5.654 Installing gotestsum version v0.3.5 10:05:55 #27 5.654 + go get -d gotest.tools/gotestsum 10:05:55 #27 ... 10:05:55 10:05:55 #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli 10:05:55 #53 5.665 + RM_GOPATH=0 10:05:55 #53 5.665 + TMP_GOPATH= 10:05:55 #53 5.665 + : /build 10:05:55 #53 5.667 + '[' -z '' ']' 10:05:55 #53 5.671 ++ mktemp -d 10:05:55 #53 5.673 + export GOPATH=/tmp/tmp.cB896Vgu5v 10:05:55 #53 5.673 + GOPATH=/tmp/tmp.cB896Vgu5v 10:05:55 #53 5.673 + RM_GOPATH=1 10:05:55 #53 5.673 ++ dirname ./install.sh 10:05:55 #53 5.675 Install docker/cli version 17.06.2-ce from stable 10:05:55 #53 5.675 + dir=. 10:05:55 #53 5.675 + bin=dockercli 10:05:55 #53 5.675 + shift 10:05:55 #53 5.675 + '[' '!' -f ./dockercli.installer ']' 10:05:55 #53 5.675 + . ./dockercli.installer 10:05:55 #53 5.675 ++ DOCKERCLI_CHANNEL=stable 10:05:55 #53 5.675 ++ DOCKERCLI_VERSION=17.06.2-ce 10:05:55 #53 5.675 + install_dockercli 10:05:55 #53 5.675 + echo 'Install docker/cli version 17.06.2-ce from stable' 10:05:55 #53 5.675 ++ uname -m 10:05:55 #53 5.676 + arch=x86_64 10:05:55 #53 5.676 + '[' x86_64 '!=' x86_64 ']' 10:05:55 #53 5.676 + url=https://download.docker.com/linux/static 10:05:55 #53 5.677 + tar -xz docker/docker 10:05:55 #53 5.678 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz 10:05:55 #53 ... 10:05:55 10:05:55 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... 10:05:55 #44 6.536 Ign:1 http://deb.debian.org/debian stretch InRelease 10:05:55 #44 6.539 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:05:55 #44 6.604 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:05:55 #44 6.625 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:05:55 #44 7.403 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:05:55 #44 8.114 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:05:55 #44 ... 10:05:55 10:05:55 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... 10:05:55 #6 6.855 Ign:1 http://deb.debian.org/debian stretch InRelease 10:05:55 #6 6.857 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:05:55 #6 6.881 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:05:55 #6 6.917 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:05:55 #6 7.705 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:05:55 #6 8.605 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:05:55 #6 ... 10:05:55 10:05:55 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:05:55 #17 6.535 Ign:1 http://deb.debian.org/debian stretch InRelease 10:05:55 #17 6.537 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:05:55 #17 6.555 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:05:55 #17 6.627 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:05:55 #17 7.433 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:05:55 #17 8.472 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:05:55 #17 ... 10:05:55 10:05:55 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter 10:05:55 #24 5.508 + RM_GOPATH=0 10:05:55 #24 5.508 + TMP_GOPATH= 10:05:55 #24 5.508 + : /build 10:05:55 #24 5.508 + '[' -z '' ']' 10:05:55 #24 5.514 ++ mktemp -d 10:05:55 #24 5.527 + export GOPATH=/tmp/tmp.DqjugElnLH 10:05:55 #24 5.527 + GOPATH=/tmp/tmp.DqjugElnLH 10:05:55 #24 5.527 + RM_GOPATH=1 10:05:55 #24 5.531 ++ dirname ./install.sh 10:05:55 #24 5.533 + dir=. 10:05:55 #24 5.542 + bin=gometalinter 10:05:55 #24 5.542 + shift 10:05:55 #24 5.542 + '[' '!' -f ./gometalinter.installer ']' 10:05:55 #24 5.544 + . ./gometalinter.installer 10:05:55 #24 5.545 ++ GOMETALINTER_COMMIT=v2.0.6 10:05:55 #24 5.546 + install_gometalinter 10:05:55 #24 5.548 + echo 'Installing gometalinter version v2.0.6' 10:05:55 #24 5.548 Installing gometalinter version v2.0.6 10:05:55 #24 5.548 + go get -d github.com/alecthomas/gometalinter 10:05:55 #24 ... 10:05:55 10:05:55 #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... 10:05:55 #15 5.095 + mktemp -d 10:05:55 #15 5.103 + export GOPATH=/tmp/tmp.KSmgcvauJt 10:05:55 #15 5.105 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.KSmgcvauJt/src/github.com/go-swagger/go-swagger 10:05:55 #15 5.110 Cloning into '/tmp/tmp.KSmgcvauJt/src/github.com/go-swagger/go-swagger'... 10:05:56 #15 ... 10:05:56 10:05:56 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:05:56 #61 5.451 + RM_GOPATH=0 10:05:56 #61 5.451 + TMP_GOPATH= 10:05:56 #61 5.451 + : /build/ 10:05:56 #61 5.451 + '[' -z '' ']' 10:05:56 #61 5.452 ++ mktemp -d 10:05:56 #61 5.458 + export GOPATH=/tmp/tmp.78ZkqnEBx2 10:05:56 #61 5.458 + GOPATH=/tmp/tmp.78ZkqnEBx2 10:05:56 #61 5.458 + RM_GOPATH=1 10:05:56 #61 5.458 ++ dirname ./install.sh 10:05:56 #61 5.458 + dir=. 10:05:56 #61 5.458 + bin=rootlesskit 10:05:56 #61 5.458 + shift 10:05:56 #61 5.458 + '[' '!' -f ./rootlesskit.installer ']' 10:05:56 #61 5.458 + . ./rootlesskit.installer 10:05:56 #61 5.458 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 10:05:56 #61 5.458 + install_rootlesskit 10:05:56 #61 5.458 + case "$1" in 10:05:56 #61 5.458 + export CGO_ENABLED=0 10:05:56 #61 5.458 + CGO_ENABLED=0 10:05:56 #61 5.458 + _install_rootlesskit 10:05:56 #61 5.458 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' 10:05:56 #61 5.458 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.78ZkqnEBx2/src/github.com/rootless-containers/rootlesskit 10:05:56 #61 5.458 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 10:05:56 #61 5.480 Cloning into '/tmp/tmp.78ZkqnEBx2/src/github.com/rootless-containers/rootlesskit'... 10:05:56 #61 9.647 + cd /tmp/tmp.78ZkqnEBx2/src/github.com/rootless-containers/rootlesskit 10:05:56 #61 9.648 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 10:05:56 #61 10.37 + for f in rootlesskit rootlesskit-docker-proxy 10:05:56 #61 10.37 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 10:05:56 #61 ... 10:05:56 10:05:56 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:05:56 #33 5.521 + RM_GOPATH=0 10:05:56 #33 5.521 + TMP_GOPATH= 10:05:56 #33 5.521 + : /build 10:05:56 #33 5.521 + '[' -z '' ']' 10:05:56 #33 5.530 ++ mktemp -d 10:05:56 #33 5.535 + export GOPATH=/tmp/tmp.e9z6rmRFHS 10:05:56 #33 5.535 + GOPATH=/tmp/tmp.e9z6rmRFHS 10:05:56 #33 5.535 + RM_GOPATH=1 10:05:56 #33 5.535 ++ dirname ./install.sh 10:05:56 #33 5.537 + dir=. 10:05:56 #33 5.537 + bin=vndr 10:05:56 #33 5.537 + shift 10:05:56 #33 5.538 + '[' '!' -f ./vndr.installer ']' 10:05:56 #33 5.538 + . ./vndr.installer 10:05:56 #33 5.538 ++ VNDR_COMMIT=85886e1ac99b8d96590e6e0d9f075dc7a711d132 10:05:56 #33 5.538 + install_vndr 10:05:56 #33 5.538 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 10:05:56 #33 5.539 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 10:05:56 #33 5.539 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.e9z6rmRFHS/src/github.com/LK4D4/vndr 10:05:56 #33 5.542 Cloning into '/tmp/tmp.e9z6rmRFHS/src/github.com/LK4D4/vndr'... 10:05:56 #33 6.351 + cd /tmp/tmp.e9z6rmRFHS/src/github.com/LK4D4/vndr 10:05:56 #33 6.352 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 10:05:56 #33 6.381 + go build -buildmode=pie -v -o /build/vndr . 10:05:56 #33 7.827 internal/cpu 10:05:56 #33 7.832 runtime/internal/atomic 10:05:56 #33 8.244 runtime/internal/sys 10:05:56 #33 8.467 runtime/internal/math 10:05:56 #33 8.485 internal/bytealg 10:05:56 #33 8.587 internal/race 10:05:56 #33 8.722 sync/atomic 10:05:56 #33 8.998 unicode 10:05:56 #33 9.145 runtime 10:05:56 #33 ... 10:05:56 10:05:56 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:05:56 #61 11.82 go: downloading github.com/pkg/errors v0.8.1 10:05:56 #61 11.83 go: downloading github.com/sirupsen/logrus v1.4.2 10:05:56 #61 11.94 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c 10:05:56 #61 11.94 go: downloading github.com/urfave/cli v1.20.0 10:05:56 #61 12.04 go: downloading github.com/gorilla/mux v1.7.3 10:05:57 #61 12.10 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c 10:05:57 #61 12.11 go: downloading github.com/google/uuid v1.1.1 10:05:57 #61 12.29 go: downloading golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 10:05:57 #61 12.34 go: downloading github.com/theckman/go-flock v0.7.1 10:05:57 #61 12.45 go: downloading github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d 10:05:57 #61 12.47 go: extracting github.com/pkg/errors v0.8.1 10:05:57 #61 12.53 go: extracting github.com/sirupsen/logrus v1.4.2 10:05:57 #61 12.59 go: extracting github.com/urfave/cli v1.20.0 10:05:57 #61 12.65 go: extracting github.com/gorilla/mux v1.7.3 10:05:57 #61 12.71 go: downloading github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564 10:05:57 #61 12.74 go: extracting github.com/google/uuid v1.1.1 10:05:57 #61 13.11 go: extracting github.com/theckman/go-flock v0.7.1 10:05:58 #61 13.60 go: extracting github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564 10:05:59 #61 14.39 go: downloading golang.org/x/net v0.0.0-20190628185345-da137c7871d7 10:05:59 #61 14.50 go: downloading github.com/u-root/u-root v5.0.0+incompatible 10:05:59 #61 ... 10:05:59 10:05:59 #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli 10:05:59 #53 14.26 + mkdir -p /build 10:05:59 #53 14.27 + mv docker/docker /build/ 10:05:59 #53 14.30 + rmdir docker 10:05:59 #53 DONE 14.6s 10:05:59 10:05:59 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:05:59 #30 13.15 unicode/utf8 10:05:59 #30 13.80 internal/race 10:05:59 #30 13.86 sync/atomic 10:05:59 #30 14.14 unicode 10:06:01 #30 ... 10:06:01 10:06:01 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:01 #57 6.408 Ign:1 http://deb.debian.org/debian stretch InRelease 10:06:01 #57 6.409 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:06:01 #57 6.445 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:06:01 #57 6.484 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:06:01 #57 7.290 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:06:01 #57 8.178 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:06:01 #57 13.59 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:06:01 #57 15.78 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:06:01 #57 ... 10:06:01 10:06:01 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:06:01 #61 16.22 go: extracting github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d 10:06:02 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 10:06:02 10:06:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini 10:06:02 + RM_GOPATH=0 10:06:02 + TMP_GOPATH=/go 10:06:02 + : /usr/local/bin 10:06:02 + '[' -z /go ']' 10:06:02 + export GOPATH=/go 10:06:02 + GOPATH=/go 10:06:02 ++ dirname hack/dockerfile/install/install.sh 10:06:02 + dir=hack/dockerfile/install 10:06:02 + bin=tini 10:06:02 + shift 10:06:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']' 10:06:02 + . hack/dockerfile/install/tini.installer 10:06:02 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 10:06:02 + install_tini 10:06:02 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 10:06:02 + git clone https://github.com/krallin/tini.git /go/tini 10:06:02 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 10:06:02 Cloning into '/go/tini'... 10:06:02 + cd /go/tini 10:06:02 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 10:06:02 + cmake . 10:06:02 -- The C compiler identification is GNU 5.4.0 10:06:02 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc 10:06:02 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- works 10:06:02 -- Detecting C compiler ABI info 10:06:02 -- Detecting C compiler ABI info - done 10:06:02 -- Detecting C compile features 10:06:02 -- Detecting C compile features - done 10:06:02 -- Performing Test HAS_BUILTIN_FORTIFY 10:06:02 -- Performing Test HAS_BUILTIN_FORTIFY - Success 10:06:02 -- Configuring done 10:06:02 -- Generating done 10:06:02 -- Build files have been written to: /go/tini 10:06:02 + make tini-static 10:06:02 make[2]: Entering directory '/go/tini' 10:06:02 make[3]: Entering directory '/go/tini' 10:06:02 make[4]: Entering directory '/go/tini' 10:06:02 make[5]: Entering directory '/go/tini' 10:06:02 Scanning dependencies of target tini-static 10:06:02 make[5]: Leaving directory '/go/tini' 10:06:02 make[5]: Entering directory '/go/tini' 10:06:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 10:06:02 [100%] Linking C executable tini-static 10:06:02 make[5]: Leaving directory '/go/tini' 10:06:02 [100%] Built target tini-static 10:06:02 make[4]: Leaving directory '/go/tini' 10:06:02 make[3]: Leaving directory '/go/tini' 10:06:02 make[2]: Leaving directory '/go/tini' 10:06:02 + mkdir -p /usr/local/bin 10:06:02 + cp tini-static /usr/local/bin/docker-init 10:06:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic 10:06:02 + RM_GOPATH=0 10:06:02 + TMP_GOPATH=/go 10:06:02 + : /usr/local/bin 10:06:02 + '[' -z /go ']' 10:06:02 + export GOPATH=/go 10:06:02 + GOPATH=/go 10:06:02 ++ dirname hack/dockerfile/install/install.sh 10:06:02 + dir=hack/dockerfile/install 10:06:02 + bin=proxy 10:06:02 + shift 10:06:02 + '[' '!' -f hack/dockerfile/install/proxy.installer ']' 10:06:02 + . hack/dockerfile/install/proxy.installer 10:06:02 ++ LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:02 + install_proxy dynamic 10:06:02 + case "$1" in 10:06:02 + install_proxy_dynamic 10:06:02 + export PROXY_LDFLAGS=-linkmode=external install_proxy 10:06:02 + PROXY_LDFLAGS=-linkmode=external 10:06:02 + export BUILD_MODE=-buildmode=pie 10:06:02 + BUILD_MODE=-buildmode=pie 10:06:02 + _install_proxy 10:06:02 Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:02 + echo 'Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f' 10:06:02 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork 10:06:02 Cloning into '/go/src/github.com/docker/libnetwork'... 10:06:02 + cd /go/src/github.com/docker/libnetwork 10:06:02 + git checkout -q 9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:02 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy 10:06:02 + return 10:06:02 # Build the CLI 10:06:02 cd /go/src/github.com/docker/cli && \ 10:06:02 LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20200420120129-05ad944d13 GITCOMMIT=05ad944d13 dynbinary manpages 10:06:02 make[2]: Entering directory '/root/build-deb/cli' 10:06:02 ./scripts/build/dynbinary 10:06:02 Building dynamically linked build/docker-linux-amd64 10:06:03 #61 18.22 go: extracting golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 10:06:04 #61 19.01 go: extracting golang.org/x/net v0.0.0-20190628185345-da137c7871d7 10:06:05 #61 20.52 go: extracting github.com/u-root/u-root v5.0.0+incompatible 10:06:06 #61 ... 10:06:06 10:06:06 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:06 #57 21.64 Fetched 7937 kB in 16s (489 kB/s) 10:06:07 #57 21.64 Reading package lists... 10:06:07 #57 ... 10:06:07 10:06:07 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:07 #35 12.42 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:06:07 #35 14.48 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:06:07 #35 19.89 Fetched 7937 kB in 15s (503 kB/s) 10:06:07 #35 19.89 Reading package lists... 10:06:07 #35 ... 10:06:07 10:06:07 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter 10:06:07 #24 12.14 + cd /tmp/tmp.DqjugElnLH/src/github.com/alecthomas/gometalinter 10:06:07 #24 12.14 + git checkout -q v2.0.6 10:06:07 #24 12.63 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter 10:06:07 #24 ... 10:06:07 10:06:07 #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... 10:06:07 #55 19.65 + cd /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution 10:06:07 #55 19.65 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 10:06:07 #55 21.57 + GOPATH=/tmp/tmp.J758l8rO4u/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.J758l8rO4u go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 10:06:07 #55 ... 10:06:07 10:06:07 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:06:07 #33 12.59 unicode/utf8 10:06:07 #33 13.18 math/bits 10:06:07 #33 13.90 math 10:06:07 #33 18.75 internal/testlog 10:06:07 #33 19.06 encoding 10:06:07 #33 19.19 unicode/utf16 10:06:07 #33 19.46 container/list 10:06:07 #33 19.94 crypto/internal/subtle 10:06:07 #33 20.07 crypto/subtle 10:06:07 #33 20.22 vendor/golang.org/x/crypto/cryptobyte/asn1 10:06:07 #33 20.34 internal/nettrace 10:06:07 #33 20.51 runtime/cgo 10:06:07 Removing intermediate container 099b49198681 10:06:07 ---> 867a9f4c531a 10:06:07 Step 25/49 : FROM builder as proxy-builder 10:06:07 ---> 09c9289d7669 10:06:07 Step 26/49 : RUN git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork 10:06:07 ---> Running in b3debea6fc85 10:06:07 Cloning into '/go/src/github.com/docker/libnetwork'... 10:06:08 #33 ... 10:06:08 10:06:08 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:06:08 #61 23.12 go: finding github.com/pkg/errors v0.8.1 10:06:08 #61 23.28 go: finding github.com/sirupsen/logrus v1.4.2 10:06:08 #61 ... 10:06:08 10:06:08 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:06:08 #17 13.77 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:06:08 #17 16.50 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:06:08 #17 22.04 Fetched 7937 kB in 16s (481 kB/s) 10:06:08 #17 22.04 Reading package lists... 10:06:08 #17 ... 10:06:08 10:06:08 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... 10:06:08 #44 13.74 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:06:08 #44 16.11 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:06:08 #44 21.59 Fetched 7937 kB in 16s (494 kB/s) 10:06:08 #44 21.59 Reading package lists... 10:06:08 #44 ... 10:06:08 10:06:08 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:06:08 #61 23.45 go: finding github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564 10:06:08 #61 23.64 go: finding github.com/google/uuid v1.1.1 10:06:08 #61 23.69 go: finding github.com/gorilla/mux v1.7.3 10:06:08 #61 23.71 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c 10:06:08 #61 23.75 go: finding golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 10:06:08 #61 23.84 go: finding github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d 10:06:08 #61 ... 10:06:08 10:06:08 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... 10:06:08 #6 14.04 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:06:08 #6 16.07 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:06:08 #6 21.55 Fetched 7937 kB in 15s (506 kB/s) 10:06:08 #6 21.55 Reading package lists... 10:06:08 #6 ... 10:06:08 10:06:08 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:06:08 #61 23.86 go: finding golang.org/x/net v0.0.0-20190628185345-da137c7871d7 10:06:08 #61 23.89 go: finding github.com/u-root/u-root v5.0.0+incompatible 10:06:08 #61 23.94 go: finding github.com/urfave/cli v1.20.0 10:06:09 #61 24.10 go: finding github.com/theckman/go-flock v0.7.1 10:06:10 Removing intermediate container b3debea6fc85 10:06:10 ---> aa4ba1a74ce6 10:06:10 Step 27/49 : WORKDIR /go/src/github.com/docker/libnetwork 10:06:10 ---> Running in fc102daf8ff7 10:06:10 Removing intermediate container fc102daf8ff7 10:06:10 ---> 92186aa309d6 10:06:10 Step 28/49 : RUN . /binaries-commits && git checkout -q "$LIBNETWORK_COMMIT" && CGO_ENABLED=0 go build -buildmode=pie -ldflags="$PROXY_LDFLAGS" -o /sbin/docker-proxy github.com/docker/libnetwork/cmd/proxy 10:06:10 ---> Running in 0ce125a40a50 10:06:13 #61 ... 10:06:13 10:06:13 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:06:13 #30 17.99 internal/testlog 10:06:13 #30 18.30 encoding 10:06:13 #30 18.48 runtime/cgo 10:06:13 #30 ... 10:06:13 10:06:13 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:06:13 #17 22.04 Reading package lists... 10:06:14 #17 28.70 Reading package lists... 10:06:14 #17 ... 10:06:14 10:06:14 #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy 10:06:14 #50 19.15 + cd /tmp/tmp.X8nWWL25xE/src/github.com/docker/libnetwork 10:06:14 #50 19.15 + git checkout -q 9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:14 #50 19.57 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 10:06:14 #50 ... 10:06:14 10:06:14 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... 10:06:14 #44 21.59 Reading package lists... 10:06:18 #44 28.13 Reading package lists... 10:06:18 #44 ... 10:06:18 10:06:18 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:06:18 #33 31.67 vendor/golang.org/x/crypto/internal/subtle 10:06:18 #33 31.74 vendor/golang.org/x/crypto/curve25519 10:06:20 # github.com/docker/libnetwork/cmd/proxy 10:06:20 loadinternal: cannot find runtime/cgo 10:06:20 Removing intermediate container 0ce125a40a50 10:06:20 ---> 6a4e5dc5b17b 10:06:20 Step 29/49 : FROM builder as init-builder 10:06:20 ---> 09c9289d7669 10:06:20 Step 30/49 : RUN git clone https://github.com/krallin/tini.git /tini 10:06:20 ---> Running in ab38f73d5a02 10:06:21 #33 ... 10:06:21 10:06:21 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:21 #35 19.89 Reading package lists... 10:06:21 #35 26.71 Reading package lists... 10:06:21 #35 33.21 Building dependency tree... 10:06:21 #35 34.67 Reading state information... 10:06:21 #35 36.04 The following additional packages will be installed: 10:06:21 #35 36.05 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd 10:06:21 #35 36.08 Suggested packages: 10:06:21 #35 36.08 codeblocks eclipse ninja-build lrzip 10:06:21 #35 36.08 Recommended packages: 10:06:21 #35 36.08 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 10:06:21 #35 ... 10:06:21 10:06:21 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... 10:06:21 #44 28.13 Reading package lists... 10:06:21 #44 34.91 Building dependency tree... 10:06:21 #44 36.21 Reading state information... 10:06:21 Cloning into '/tini'... 10:06:21 #44 ... 10:06:21 10:06:21 #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy 10:06:21 #50 DONE 36.5s 10:06:21 10:06:21 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:21 #35 37.07 The following NEW packages will be installed: 10:06:21 #35 37.07 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 10:06:21 #35 37.07 vim-common xxd 10:06:22 #35 ... 10:06:22 10:06:22 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:22 #57 21.64 Reading package lists... 10:06:22 #57 27.89 Reading package lists... 10:06:22 #57 34.53 Building dependency tree... 10:06:22 #57 35.80 Reading state information... 10:06:22 #57 37.29 The following additional packages will be installed: 10:06:22 #57 37.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 10:06:22 #57 37.31 libprotoc10 python-pkg-resources zlib1g-dev 10:06:22 #57 37.35 Suggested packages: 10:06:22 #57 37.35 manpages-dev python-setuptools 10:06:22 #57 ... 10:06:22 10:06:22 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... 10:06:22 #6 21.55 Reading package lists... 10:06:22 #6 28.04 Reading package lists... 10:06:22 #6 34.80 Building dependency tree... 10:06:22 #6 36.03 Reading state information... 10:06:22 Removing intermediate container ab38f73d5a02 10:06:22 ---> ed541ecd706a 10:06:22 Step 31/49 : WORKDIR /tini 10:06:22 ---> Running in 197cdfdba086 10:06:22 #6 ... 10:06:22 10:06:22 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:06:22 #17 28.70 Reading package lists... 10:06:22 #17 35.66 Building dependency tree... 10:06:22 #17 37.15 Reading state information... 10:06:22 Removing intermediate container 197cdfdba086 10:06:22 ---> 162cbbc27d00 10:06:22 Step 32/49 : RUN . /binaries-commits && git checkout -q "$TINI_COMMIT" && cmake . && make tini-static && cp tini-static /sbin/docker-init 10:06:22 ---> Running in 789fbd80f7c0 10:06:23 #17 38.73 ca-certificates is already the newest version (20161130+nmu1+deb9u1). 10:06:23 #17 38.73 The following additional packages will be installed: 10:06:23 #17 38.77 libjq1 libonig4 10:06:23 -- The C compiler identification is GNU 6.3.0 10:06:23 -- Check for working C compiler: /usr/bin/cc 10:06:23 -- Check for working C compiler: /usr/bin/cc -- works 10:06:23 -- Detecting C compiler ABI info 10:06:23 #17 39.04 The following NEW packages will be installed: 10:06:23 -- Detecting C compiler ABI info - done 10:06:23 -- Detecting C compile features 10:06:23 #17 39.04 jq libjq1 libonig4 10:06:24 -- Detecting C compile features - done 10:06:24 -- Performing Test HAS_BUILTIN_FORTIFY 10:06:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 10:06:24 -- Configuring done 10:06:24 -- Generating done 10:06:24 -- Build files have been written to: /tini 10:06:24 Scanning dependencies of target tini-static 10:06:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 10:06:24 [100%] Linking C executable tini-static 10:06:24 #17 40.14 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. 10:06:24 #17 40.14 Need to get 327 kB of archives. 10:06:24 #17 40.14 After this operation, 1157 kB of additional disk space will be used. 10:06:24 #17 40.14 Get:1 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] 10:06:24 #17 40.14 Get:2 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] 10:06:24 #17 40.15 Get:3 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] 10:06:24 [100%] Built target tini-static 10:06:24 -------------------------------------------------------------------------------- 10:06:24 Total 1.1 MB/s | 65 MB 00:58 10:06:24 Running transaction check 10:06:24 Running transaction test 10:06:24 Transaction test succeeded 10:06:24 Running transaction 10:06:24 Installing : fipscheck-1.4.1-6.el7.x86_64 1/64 10:06:24 Installing : fipscheck-lib-1.4.1-6.el7.x86_64 2/64 10:06:24 Updating : systemd-libs-219-67.el7_7.4.x86_64 3/64 10:06:24 Updating : systemd-219-67.el7_7.4.x86_64 4/64 10:06:24 Failed to get D-Bus connection: Operation not permitted 10:06:24 Installing : mpfr-3.1.1-4.el7.x86_64 5/64 10:06:24 Installing : libmpc-1.0.1-3.el7.x86_64 6/64 10:06:24 Updating : 7:device-mapper-libs-1.02.158-2.el7_7.2.x86_64 7/64 10:06:24 Updating : 7:device-mapper-1.02.158-2.el7_7.2.x86_64 8/64 10:06:24 Installing : m4-1.4.16-10.el7.x86_64 9/64 10:06:24 Installing : 1:make-3.82-24.el7.x86_64 10/64 10:06:24 Installing : 1:perl-Error-0.17020-2.el7.noarch 11/64 10:06:24 Installing : checkpolicy-2.5-8.el7.x86_64 12/64 10:06:24 Installing : lzo-2.06-8.el7.x86_64 13/64 10:06:24 Installing : libarchive-3.1.2-14.el7_7.x86_64 14/64 10:06:24 Installing : cpp-4.8.5-39.el7.x86_64 15/64 10:06:24 Installing : systemd-devel-219-67.el7_7.4.x86_64 16/64 10:06:25 #17 ... 10:06:25 10:06:25 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... 10:06:25 #44 38.02 The following additional packages will be installed: 10:06:25 #44 38.03 btrfs-progs liblzo2-2 10:06:25 #44 38.30 The following NEW packages will be installed: 10:06:25 #44 38.32 btrfs-progs btrfs-tools liblzo2-2 10:06:25 #44 39.43 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. 10:06:25 #44 39.43 Need to get 649 kB of archives. 10:06:25 #44 39.43 After this operation, 4320 kB of additional disk space will be used. 10:06:25 #44 39.43 Get:1 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] 10:06:25 #44 39.44 Get:2 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] 10:06:25 #44 39.46 Get:3 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] 10:06:25 #44 40.21 debconf: delaying package configuration, since apt-utils is not installed 10:06:25 #44 40.33 Fetched 649 kB in 1s (607 kB/s) 10:06:25 #44 40.45 Selecting previously unselected package liblzo2-2:amd64. 10:06:25 #44 40.45 (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 ... 15091 files and directories currently installed.) 10:06:25 #44 40.58 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... 10:06:25 #44 40.59 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... 10:06:25 #44 40.73 Selecting previously unselected package btrfs-progs. 10:06:25 #44 40.73 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... 10:06:25 #44 40.73 Unpacking btrfs-progs (4.7.3-1) ... 10:06:25 Removing intermediate container 789fbd80f7c0 10:06:25 ---> 8d64f64bef1f 10:06:25 Step 33/49 : FROM builder as runc-builder 10:06:25 ---> 09c9289d7669 10:06:25 Step 34/49 : RUN apt-get install -y libseccomp-dev 10:06:25 ---> Running in c7f1f6b745b8 10:06:25 Installing : rsync-3.1.2-6.el7_6.1.x86_64 17/64 10:06:25 #44 41.23 Selecting previously unselected package btrfs-tools. 10:06:25 #44 41.25 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... 10:06:25 #44 41.25 Unpacking btrfs-tools (4.7.3-1) ... 10:06:26 #44 41.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:26 #44 41.47 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... 10:06:26 #44 41.49 Setting up btrfs-progs (4.7.3-1) ... 10:06:26 #44 41.50 Setting up btrfs-tools (4.7.3-1) ... 10:06:26 #44 41.51 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:26 Installing : libcgroup-0.41-21.el7.x86_64 18/64 10:06:26 Installing : openssh-7.4p1-21.el7.x86_64 19/64 10:06:26 Installing : less-458-9.el7.x86_64 20/64 10:06:26 Installing : libsemanage-python-2.5-14.el7.x86_64 21/64 10:06:26 #44 DONE 41.9s 10:06:26 10:06:26 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:06:26 #17 41.13 debconf: delaying package configuration, since apt-utils is not installed 10:06:26 #17 41.35 Fetched 327 kB in 1s (311 kB/s) 10:06:26 #17 41.47 Selecting previously unselected package libonig4:amd64. 10:06:26 #17 41.47 (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 ... 15091 files and directories currently installed.) 10:06:26 #17 41.51 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... 10:06:26 #17 41.52 Unpacking libonig4:amd64 (6.1.3-2) ... 10:06:26 #17 41.79 Selecting previously unselected package libjq1:amd64. 10:06:26 #17 41.80 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... 10:06:26 #17 41.85 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... 10:06:26 #17 ... 10:06:26 10:06:26 #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh 10:06:26 #45 DONE 0.1s 10:06:26 10:06:26 #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ 10:06:26 #46 DONE 0.0s 10:06:26 10:06:26 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:06:26 #17 42.18 Selecting previously unselected package jq. 10:06:26 #17 42.19 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... 10:06:26 #17 42.20 Unpacking jq (1.5+dfsg-1.3) ... 10:06:26 #17 ... 10:06:26 10:06:26 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... 10:06:26 #6 38.11 The following additional packages will be installed: 10:06:26 #6 38.11 libapparmor1 libseccomp2 10:06:26 #6 38.11 Suggested packages: 10:06:26 #6 38.11 seccomp 10:06:26 #6 38.44 The following NEW packages will be installed: 10:06:26 #6 38.47 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 10:06:26 #6 39.69 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. 10:06:26 #6 39.69 Need to get 300 kB of archives. 10:06:26 #6 39.69 After this operation, 1201 kB of additional disk space will be used. 10:06:26 #6 39.69 Get:1 http://deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] 10:06:26 #6 39.69 Get:2 http://deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] 10:06:26 #6 39.69 Get:3 http://deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] 10:06:26 #6 39.70 Get:4 http://deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] 10:06:26 #6 40.45 debconf: delaying package configuration, since apt-utils is not installed 10:06:26 #6 40.61 Fetched 300 kB in 1s (282 kB/s) 10:06:26 #6 40.71 Selecting previously unselected package libseccomp2:amd64. 10:06:26 #6 40.71 (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 ... 15091 files and directories currently installed.) 10:06:26 #6 40.85 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... 10:06:26 #6 40.86 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... 10:06:26 #6 40.96 Selecting previously unselected package libseccomp-dev:amd64. 10:06:26 #6 40.97 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... 10:06:26 #6 40.98 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... 10:06:26 #6 41.17 Selecting previously unselected package libapparmor1:amd64. 10:06:26 #6 41.17 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... 10:06:26 #6 41.18 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... 10:06:26 #6 41.32 Selecting previously unselected package libapparmor-dev:amd64. 10:06:26 #6 41.32 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... 10:06:26 #6 41.34 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... 10:06:26 #6 41.61 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:26 #6 41.78 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... 10:06:26 #6 41.86 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... 10:06:26 #6 41.88 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... 10:06:26 #6 41.90 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... 10:06:26 #6 41.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:26 #6 DONE 42.4s 10:06:27 10:06:27 #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh 10:06:27 #40 DONE 0.2s 10:06:27 10:06:27 #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ 10:06:27 #41 DONE 0.2s 10:06:27 10:06:27 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... 10:06:27 #17 42.66 Setting up libonig4:amd64 (6.1.3-2) ... 10:06:27 #17 42.69 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... 10:06:27 #17 42.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:27 Reading package lists... 10:06:27 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 22/64 10:06:27 Installing : openssh-clients-7.4p1-21.el7.x86_64 23/64 10:06:27 #17 42.88 Setting up jq (1.5+dfsg-1.3) ... 10:06:27 Building dependency tree... 10:06:27 Reading state information... 10:06:27 Installing : libseccomp-2.3.1-3.el7.x86_64 24/64 10:06:27 #17 DONE 43.2s 10:06:27 10:06:27 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:27 #57 39.19 The following NEW packages will be installed: 10:06:27 #57 39.19 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 10:06:27 #57 39.20 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 10:06:27 #57 39.20 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 10:06:27 #57 39.20 zlib1g-dev 10:06:27 #57 40.26 0 upgraded, 16 newly installed, 0 to remove and 2 not upgraded. 10:06:27 #57 40.26 Need to get 3602 kB of archives. 10:06:27 #57 40.26 After this operation, 18.9 MB of additional disk space will be used. 10:06:27 #57 40.26 Get:1 http://deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] 10:06:27 #57 40.27 Get:2 http://deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] 10:06:27 #57 40.27 Get:3 http://deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] 10:06:27 #57 40.27 Get:4 http://deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] 10:06:27 #57 40.28 Get:5 http://deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] 10:06:27 #57 40.29 Get:6 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] 10:06:27 #57 40.29 Get:7 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] 10:06:27 #57 40.29 Get:8 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] 10:06:27 #57 40.30 Get:9 http://deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] 10:06:27 #57 40.38 Get:10 http://deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] 10:06:27 #57 40.40 Get:11 http://deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] 10:06:27 #57 40.46 Get:12 http://deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] 10:06:27 #57 40.52 Get:13 http://deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] 10:06:27 #57 40.53 Get:14 http://deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] 10:06:27 #57 40.55 Get:15 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] 10:06:27 #57 40.55 Get:16 http://deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] 10:06:27 #57 41.47 debconf: delaying package configuration, since apt-utils is not installed 10:06:27 #57 41.72 Fetched 3602 kB in 1s (2723 kB/s) 10:06:27 #57 41.80 Selecting previously unselected package libnet1:amd64. 10:06:27 #57 41.80 (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 ... 15091 files and directories currently installed.) 10:06:27 #57 41.84 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... 10:06:27 #57 41.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... 10:06:27 #57 42.03 Selecting previously unselected package libcap-dev:amd64. 10:06:27 #57 42.03 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... 10:06:27 #57 42.10 Unpacking libcap-dev:amd64 (1:2.25-1) ... 10:06:27 #57 42.35 Selecting previously unselected package libnet1-dev. 10:06:27 #57 42.37 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... 10:06:27 #57 42.40 Unpacking libnet1-dev (1.1.6+dfsg-3) ... 10:06:27 #57 42.72 Selecting previously unselected package libnl-3-200:amd64. 10:06:27 #57 42.72 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... 10:06:27 #57 42.73 Unpacking libnl-3-200:amd64 (3.2.27-2) ... 10:06:27 #57 42.90 Selecting previously unselected package libnl-3-dev:amd64. 10:06:27 #57 42.92 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... 10:06:27 #57 42.92 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... 10:06:27 #57 43.29 Selecting previously unselected package libprotobuf-c1:amd64. 10:06:27 #57 43.29 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... 10:06:27 libseccomp-dev is already the newest version (2.3.1-2.1+deb9u1). 10:06:27 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 10:06:27 Installing : libselinux-utils-2.5-14.1.el7.x86_64 25/64 10:06:27 Installing : policycoreutils-2.5-33.el7.x86_64 26/64 10:06:28 #57 ... 10:06:28 10:06:28 #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 10:06:28 #19 DONE 0.1s 10:06:28 10:06:28 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:28 #57 43.30 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... 10:06:28 #57 43.52 Selecting previously unselected package libprotobuf-c-dev:amd64. 10:06:28 #57 43.53 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... 10:06:28 #57 43.53 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... 10:06:28 #57 43.70 Selecting previously unselected package zlib1g-dev:amd64. 10:06:28 #57 43.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... 10:06:28 #57 43.70 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... 10:06:28 Removing intermediate container c7f1f6b745b8 10:06:28 ---> 8cc4acdceb99 10:06:28 Step 35/49 : RUN git clone https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc 10:06:28 Removing intermediate container 16228dee7478 10:06:28 ---> 2c46c8c7d848 10:06:28 Step 25/49 : FROM builder as proxy-builder 10:06:28 ---> 8d77af0ff8e0 10:06:28 Step 26/49 : RUN git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork 10:06:28 ---> Running in c6a589eaff51 10:06:28 Cloning into '/go/src/github.com/docker/libnetwork'... 10:06:28 Removing intermediate container c6a589eaff51 10:06:28 ---> f204c5ae6a05 10:06:28 Step 27/49 : WORKDIR /go/src/github.com/docker/libnetwork 10:06:28 ---> Running in 26df11efe4b8 10:06:28 Removing intermediate container 26df11efe4b8 10:06:28 ---> 4417386f62b4 10:06:28 Step 28/49 : RUN . /binaries-commits && git checkout -q "$LIBNETWORK_COMMIT" && CGO_ENABLED=0 go build -buildmode=pie -ldflags="$PROXY_LDFLAGS" -o /sbin/docker-proxy github.com/docker/libnetwork/cmd/proxy 10:06:28 ---> Running in 92723e16b8a7 10:06:28 # github.com/docker/libnetwork/cmd/proxy 10:06:28 loadinternal: cannot find runtime/cgo 10:06:28 Removing intermediate container 92723e16b8a7 10:06:28 ---> a34d3e395dee 10:06:28 Step 29/49 : FROM builder as init-builder 10:06:28 ---> 8d77af0ff8e0 10:06:28 Step 30/49 : RUN git clone https://github.com/krallin/tini.git /tini 10:06:28 ---> Running in 792f289dd951 10:06:28 Cloning into '/tini'... 10:06:28 Removing intermediate container 792f289dd951 10:06:28 ---> 4997895d451f 10:06:28 Step 31/49 : WORKDIR /tini 10:06:28 ---> Running in 544cf5eee907 10:06:28 Removing intermediate container 544cf5eee907 10:06:28 ---> 0e8088ac574b 10:06:28 Step 32/49 : RUN . /binaries-commits && git checkout -q "$TINI_COMMIT" && cmake . && make tini-static && cp tini-static /sbin/docker-init 10:06:28 ---> Running in 750923e7f658 10:06:28 #57 43.95 Selecting previously unselected package libprotobuf10:amd64. 10:06:28 ---> Running in f2e61e120015 10:06:28 -- The C compiler identification is GNU 6.3.0 10:06:28 -- Check for working C compiler: /usr/bin/cc 10:06:28 #57 43.96 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... 10:06:28 #57 43.96 Unpacking libprotobuf10:amd64 (3.0.0-9) ... 10:06:28 Installing : selinux-policy-3.13.1-252.el7_7.6.noarch 27/64 10:06:28 Installing : libsepol-devel-2.5-10.el7.x86_64 28/64 10:06:28 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 29/64 10:06:29 -- Check for working C compiler: /usr/bin/cc -- works 10:06:29 -- Detecting C compiler ABI info 10:06:29 -- Detecting C compiler ABI info - done 10:06:29 -- Detecting C compile features 10:06:29 Cloning into '/go/src/github.com/opencontainers/runc'... 10:06:29 -- Detecting C compile features - done 10:06:29 -- Performing Test HAS_BUILTIN_FORTIFY 10:06:29 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 10:06:29 -- Configuring done 10:06:29 -- Generating done 10:06:29 -- Build files have been written to: /tini 10:06:29 Scanning dependencies of target tini-static 10:06:29 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 10:06:29 #57 44.80 Selecting previously unselected package libprotobuf-lite10:amd64. 10:06:29 #57 44.80 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... 10:06:29 #57 44.80 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... 10:06:29 Installing : autoconf-2.69-11.el7.noarch 30/64 10:06:29 install-info: No such file or directory for /usr/share/info/autoconf.info 10:06:29 [100%] Linking C executable tini-static 10:06:29 [100%] Built target tini-static 10:06:29 #57 45.01 Selecting previously unselected package libprotobuf-dev:amd64. 10:06:29 #57 45.01 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... 10:06:29 #57 45.02 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... 10:06:29 Installing : setools-libs-3.3.8-4.el7.x86_64 31/64 10:06:29 Installing : libselinux-python-2.5-14.1.el7.x86_64 32/64 10:06:30 Removing intermediate container 750923e7f658 10:06:30 ---> 058102a0e5d6 10:06:30 Step 33/49 : FROM builder as runc-builder 10:06:30 ---> 8d77af0ff8e0 10:06:30 Step 34/49 : RUN apt-get install -y libseccomp-dev 10:06:30 ---> Running in 166f0b702d88 10:06:30 Installing : libgomp-4.8.5-39.el7.x86_64 33/64 10:06:30 #57 46.23 Selecting previously unselected package libprotoc10:amd64. 10:06:30 #57 46.25 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... 10:06:30 #57 46.26 Unpacking libprotoc10:amd64 (3.0.0-9) ... 10:06:31 Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 34/64 10:06:31 Installing : python-IPy-0.75-6.el7.noarch 35/64 10:06:31 Installing : pcre-devel-8.32-17.el7.x86_64 36/64 10:06:31 Installing : libselinux-devel-2.5-14.1.el7.x86_64 37/64 10:06:31 Reading package lists... 10:06:31 Building dependency tree... 10:06:31 Reading state information... 10:06:31 Installing : perl-Test-Harness-3.28-3.el7.noarch 38/64 10:06:31 libseccomp-dev is already the newest version (2.3.1-2.1+deb9u1). 10:06:31 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 10:06:31 #57 ... 10:06:31 10:06:31 #7 [dev 1/24] RUN groupadd -r docker 10:06:31 #7 DONE 4.4s 10:06:31 10:06:31 #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser 10:06:31 Removing intermediate container 166f0b702d88 10:06:31 ---> 96c6809a1c2e 10:06:31 Step 35/49 : RUN git clone https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc 10:06:31 ---> Running in 0890980f55f9 10:06:31 Installing : automake-1.13.4-3.el7.noarch 39/64 10:06:31 install-info: No such file or directory for /usr/share/info/automake.info.gz 10:06:31 Installing : perl-TermReadKey-2.30-20.el7.x86_64 40/64 10:06:32 Installing : perl-Git-1.8.3.1-21.el7_7.noarch 41/64 10:06:32 Installing : git-1.8.3.1-21.el7_7.x86_64 42/64 10:06:32 Removing intermediate container f2e61e120015 10:06:32 ---> a44c5e767bd4 10:06:32 Step 36/49 : WORKDIR /go/src/github.com/opencontainers/runc 10:06:32 ---> Running in 289c9456c79a 10:06:32 Removing intermediate container 289c9456c79a 10:06:32 ---> 1cc5311712c8 10:06:32 Step 37/49 : RUN . /binaries-commits && git checkout -q "$RUNC_COMMIT" && make BUILDTAGS='seccomp apparmor' static && make install 10:06:32 ---> Running in 5cae9a38233f 10:06:32 Cloning into '/go/src/github.com/opencontainers/runc'... 10:06:32 #8 ... 10:06:32 10:06:32 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:32 #35 38.34 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. 10:06:32 #35 38.34 Need to get 13.7 MB of archives. 10:06:32 #35 38.34 After this operation, 57.2 MB of additional disk space will be used. 10:06:32 #35 38.34 Get:1 http://deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] 10:06:32 #35 38.42 Get:2 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] 10:06:32 #35 38.42 Get:3 http://deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] 10:06:32 #35 38.49 Get:4 http://deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] 10:06:32 #35 38.51 Get:5 http://deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] 10:06:32 #35 38.52 Get:6 http://deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] 10:06:32 #35 38.57 Get:7 http://deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] 10:06:32 #35 38.90 Get:8 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] 10:06:32 #35 38.91 Get:9 http://deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] 10:06:32 #35 45.51 Get:10 http://security.debian.org/debian-security stretch/updates/main amd64 libicu57 amd64 57.1-6+deb9u4 [7699 kB] 10:06:32 #35 47.79 debconf: delaying package configuration, since apt-utils is not installed 10:06:32 #35 47.99 Fetched 13.7 MB in 8s (1522 kB/s) 10:06:32 #35 48.12 Selecting previously unselected package cmake-data. 10:06:32 #35 48.12 (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 ... 15091 files and directories currently installed.) 10:06:32 #35 48.19 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... 10:06:32 #35 48.20 Unpacking cmake-data (3.7.2-1) ... 10:06:33 warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths 10:06:33 #35 ... 10:06:33 10:06:33 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:33 #57 47.09 Selecting previously unselected package protobuf-c-compiler. 10:06:33 #57 47.13 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... 10:06:33 #57 47.13 Unpacking protobuf-c-compiler (1.2.1-2) ... 10:06:33 #57 47.44 Selecting previously unselected package protobuf-compiler. 10:06:33 #57 47.48 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... 10:06:33 #57 47.51 Unpacking protobuf-compiler (3.0.0-9) ... 10:06:33 #57 47.75 Selecting previously unselected package python-pkg-resources. 10:06:33 #57 47.76 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... 10:06:33 #57 47.77 Unpacking python-pkg-resources (33.1.1-1) ... 10:06:33 #57 47.99 Selecting previously unselected package python-protobuf. 10:06:33 #57 48.00 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... 10:06:33 #57 48.00 Unpacking python-protobuf (3.0.0-9) ... 10:06:33 #57 48.68 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... 10:06:33 Installing : kernel-headers-3.10.0-1062.18.1.el7.x86_64 43/64 10:06:33 Installing : glibc-headers-2.17-292.el7.x86_64 44/64 10:06:33 #57 48.77 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... 10:06:33 #57 48.79 Setting up python-pkg-resources (33.1.1-1) ... 10:06:33 CGO_ENABLED=1 go build -tags "seccomp apparmor netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="46be7b612e2533c494e6a251111de46d8e286ed5" -X main.version=1.0.0-rc10+dev " -o runc . 10:06:33 go: downloading github.com/pkg/errors v0.9.1 10:06:33 go: downloading golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:06:33 go: downloading github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:06:33 go: downloading github.com/coreos/go-systemd/v22 v22.0.0 10:06:33 go: downloading github.com/cyphar/filepath-securejoin v0.2.2 10:06:33 go: downloading github.com/vishvananda/netlink v1.1.0 10:06:33 go: downloading github.com/opencontainers/selinux v1.4.0 10:06:33 go: downloading github.com/golang/protobuf v1.3.5 10:06:33 go: downloading github.com/docker/go-units v0.4.0 10:06:34 #57 ... 10:06:34 10:06:34 #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... 10:06:34 #15 39.24 + cd /tmp/tmp.KSmgcvauJt/src/github.com/go-swagger/go-swagger 10:06:34 #15 39.24 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb 10:06:34 #15 40.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 10:06:34 #15 ... 10:06:34 10:06:34 #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc 10:06:34 #42 3.712 + RM_GOPATH=0 10:06:34 #42 3.716 + TMP_GOPATH= 10:06:34 #42 3.716 + : /build 10:06:34 #42 3.716 + '[' -z '' ']' 10:06:34 #42 3.722 ++ mktemp -d 10:06:34 #42 3.728 + export GOPATH=/tmp/tmp.dy3rnMhpPM 10:06:34 #42 3.732 + GOPATH=/tmp/tmp.dy3rnMhpPM 10:06:34 #42 3.732 + RM_GOPATH=1 10:06:34 #42 3.736 ++ dirname ./install.sh 10:06:34 #42 3.738 + dir=. 10:06:34 #42 3.743 + bin=runc 10:06:34 #42 3.743 + shift 10:06:34 #42 3.744 + '[' '!' -f ./runc.installer ']' 10:06:34 #42 3.744 + . ./runc.installer 10:06:34 #42 3.744 ++ RUNC_COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd 10:06:34 #42 3.744 + install_runc 10:06:34 #42 3.748 + grep -q '^3\.10\.0.*\.el7\.' 10:06:34 #42 3.752 + uname -r 10:06:34 #42 3.753 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 10:06:34 #42 3.753 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' 10:06:34 #42 3.756 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) 10:06:34 #42 3.756 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dy3rnMhpPM/src/github.com/opencontainers/runc 10:06:34 #42 3.757 Cloning into '/tmp/tmp.dy3rnMhpPM/src/github.com/opencontainers/runc'... 10:06:34 go: downloading github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:06:34 go: extracting github.com/pkg/errors v0.9.1 10:06:34 go: extracting github.com/docker/go-units v0.4.0 10:06:34 go: downloading github.com/godbus/dbus/v5 v5.0.3 10:06:34 go: extracting github.com/opencontainers/selinux v1.4.0 10:06:34 go: downloading github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:06:34 go: extracting github.com/vishvananda/netlink v1.1.0 10:06:34 go: extracting github.com/cyphar/filepath-securejoin v0.2.2 10:06:34 go: extracting github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:06:34 go: extracting github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:06:34 go: extracting github.com/coreos/go-systemd/v22 v22.0.0 10:06:34 go: extracting github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:06:34 go: downloading github.com/opencontainers/runtime-spec v1.0.2 10:06:34 go: extracting github.com/golang/protobuf v1.3.5 10:06:34 go: downloading github.com/sirupsen/logrus v1.5.0 10:06:34 go: downloading github.com/moby/sys/mountinfo v0.1.3 10:06:34 go: extracting github.com/godbus/dbus/v5 v5.0.3 10:06:34 go: downloading github.com/containerd/console v1.0.0 10:06:34 go: extracting github.com/opencontainers/runtime-spec v1.0.2 10:06:34 go: downloading github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:06:34 go: extracting github.com/moby/sys/mountinfo v0.1.3 10:06:34 go: extracting github.com/sirupsen/logrus v1.5.0 10:06:34 go: extracting github.com/containerd/console v1.0.0 10:06:34 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:06:34 go: downloading github.com/urfave/cli v1.22.1 10:06:34 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 10:06:34 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:06:34 go: extracting github.com/seccomp/libseccomp-golang v0.9.1 10:06:34 go: extracting github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:06:34 go: extracting github.com/urfave/cli v1.22.1 10:06:34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:06:34 go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:06:34 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:06:34 go: downloading github.com/russross/blackfriday/v2 v2.0.1 10:06:34 go: extracting golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:06:34 go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:06:34 #42 ... 10:06:34 10:06:34 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:06:34 #30 39.09 sync 10:06:34 #30 39.10 internal/reflectlite 10:06:34 #30 41.12 sort 10:06:34 #30 41.12 errors 10:06:34 #30 41.48 strconv 10:06:34 #30 42.64 io 10:06:34 #30 44.30 internal/oserror 10:06:34 #30 44.41 syscall 10:06:34 #30 46.27 reflect 10:06:34 #30 ... 10:06:34 10:06:34 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:34 #20 5.383 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... 10:06:34 #20 5.958 10:06:34 go: extracting github.com/russross/blackfriday/v2 v2.0.1 10:06:34 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 10:06:34 go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0 10:06:34 go: finding github.com/containerd/console v1.0.0 10:06:34 go: finding github.com/coreos/go-systemd/v22 v22.0.0 10:06:34 go: finding github.com/docker/go-units v0.4.0 10:06:34 go: finding github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:06:34 go: finding github.com/cyphar/filepath-securejoin v0.2.2 10:06:34 go: finding golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:06:34 go: finding github.com/opencontainers/runtime-spec v1.0.2 10:06:34 go: finding github.com/godbus/dbus/v5 v5.0.3 10:06:34 go: finding github.com/golang/protobuf v1.3.5 10:06:34 go: finding github.com/sirupsen/logrus v1.5.0 10:06:34 go: finding github.com/moby/sys/mountinfo v0.1.3 10:06:34 go: finding github.com/pkg/errors v0.9.1 10:06:34 go: finding github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:06:34 go: finding github.com/opencontainers/selinux v1.4.0 10:06:34 go: finding github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:06:34 go: finding github.com/urfave/cli v1.22.1 10:06:34 go: finding github.com/seccomp/libseccomp-golang v0.9.1 10:06:34 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:06:34 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:06:34 #20 6.341 ### 4.8% ####### 10.6% 10:06:34 #20 ... 10:06:34 10:06:34 #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser 10:06:34 #8 DONE 3.1s 10:06:34 10:06:34 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:34 #20 6.341 ### 4.8% ####### 10.6% ########## 14.5% ############# 18.2% 10:06:34 #20 ... 10:06:34 10:06:34 #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... 10:06:34 Removing intermediate container 0890980f55f9 10:06:34 ---> 9807fe74368b 10:06:34 Step 36/49 : WORKDIR /go/src/github.com/opencontainers/runc 10:06:34 ---> Running in 896419b957e4 10:06:34 Removing intermediate container 896419b957e4 10:06:34 ---> 34d1ac51059f 10:06:34 Step 37/49 : RUN . /binaries-commits && git checkout -q "$RUNC_COMMIT" && make BUILDTAGS='seccomp apparmor' static && make install 10:06:34 ---> Running in f6902e900a87 10:06:34 go: finding github.com/russross/blackfriday/v2 v2.0.1 10:06:34 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:06:34 go: finding github.com/vishvananda/netlink v1.1.0 10:06:34 go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0 10:06:34 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:06:35 warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths 10:06:35 Installing : glibc-devel-2.17-292.el7.x86_64 45/64 10:06:35 CGO_ENABLED=1 go build -tags "seccomp apparmor netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="46be7b612e2533c494e6a251111de46d8e286ed5" -X main.version=1.0.0-rc10+dev " -o runc . 10:06:35 #9 ... 10:06:35 10:06:35 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:06:35 #33 40.38 sync 10:06:35 #33 40.39 internal/reflectlite 10:06:35 #33 42.24 github.com/LK4D4/vndr/godl/singleflight 10:06:35 #33 42.84 math/rand 10:06:35 #33 43.79 errors 10:06:35 #33 43.80 sort 10:06:35 #33 44.54 io 10:06:35 #33 44.96 strconv 10:06:35 #33 46.01 bytes 10:06:35 #33 48.77 reflect 10:06:35 #33 48.83 bufio 10:06:35 #33 ... 10:06:35 10:06:35 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:35 Installing : gcc-4.8.5-39.el7.x86_64 46/64 10:06:35 Installing : audit-libs-python-2.8.5-4.el7.x86_64 47/64 10:06:35 Installing : policycoreutils-python-2.5-33.el7.x86_64 48/64 10:06:35 go: downloading github.com/coreos/go-systemd/v22 v22.0.0 10:06:35 go: downloading github.com/opencontainers/runtime-spec v1.0.2 10:06:35 go: downloading github.com/containerd/console v1.0.0 10:06:35 go: downloading github.com/opencontainers/selinux v1.4.0 10:06:35 go: downloading github.com/docker/go-units v0.4.0 10:06:35 go: downloading golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:06:35 go: downloading github.com/cyphar/filepath-securejoin v0.2.2 10:06:35 go: downloading github.com/sirupsen/logrus v1.5.0 10:06:35 go: downloading github.com/vishvananda/netlink v1.1.0 10:06:35 go: downloading github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:06:35 go: extracting github.com/containerd/console v1.0.0 10:06:35 go: extracting github.com/opencontainers/runtime-spec v1.0.2 10:06:35 go: extracting github.com/docker/go-units v0.4.0 10:06:35 go: downloading github.com/golang/protobuf v1.3.5 10:06:35 go: downloading github.com/godbus/dbus/v5 v5.0.3 10:06:35 #20 6.341 ### 4.8% ####### 10.6% ########## 14.5% ############# 18.2% ################ 23.2% ###################### 30.7% ######################## 34.2% ############################ 39.0% ############################### 43.2% #################################### 51.3% ######################################### 57.6% ################################################ 67.3% ####################################################### 76.4% ########################################################### 83.0% ################################################################### 93.9% ######################################################################## 100.0% 10:06:36 Installing : policycoreutils-devel-2.5-33.el7.x86_64 49/64 10:06:36 go: extracting github.com/coreos/go-systemd/v22 v22.0.0 10:06:36 go: extracting github.com/cyphar/filepath-securejoin v0.2.2 10:06:36 go: downloading github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:06:36 go: extracting github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:06:36 go: extracting github.com/godbus/dbus/v5 v5.0.3 10:06:36 go: extracting github.com/sirupsen/logrus v1.5.0 10:06:36 go: extracting github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:06:36 go: downloading github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:06:36 go: downloading github.com/urfave/cli v1.22.1 10:06:36 go: extracting github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:06:36 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 10:06:36 go: extracting github.com/vishvananda/netlink v1.1.0 10:06:36 go: downloading github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:06:36 go: extracting github.com/opencontainers/selinux v1.4.0 10:06:36 go: downloading github.com/moby/sys/mountinfo v0.1.3 10:06:36 go: downloading github.com/pkg/errors v0.9.1 10:06:36 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:06:36 go: extracting github.com/seccomp/libseccomp-golang v0.9.1 10:06:36 go: extracting github.com/golang/protobuf v1.3.5 10:06:36 go: extracting github.com/moby/sys/mountinfo v0.1.3 10:06:36 go: extracting github.com/urfave/cli v1.22.1 10:06:36 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:06:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:06:36 go: extracting github.com/pkg/errors v0.9.1 10:06:36 go: extracting golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:06:36 go: extracting github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:06:36 go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:06:36 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:06:36 go: downloading github.com/russross/blackfriday/v2 v2.0.1 10:06:36 go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:06:36 go: extracting github.com/russross/blackfriday/v2 v2.0.1 10:06:36 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 10:06:36 go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0 10:06:36 go: finding github.com/containerd/console v1.0.0 10:06:36 go: finding github.com/coreos/go-systemd/v22 v22.0.0 10:06:36 go: finding github.com/docker/go-units v0.4.0 10:06:36 go: finding golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:06:36 go: finding github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:06:36 go: finding github.com/cyphar/filepath-securejoin v0.2.2 10:06:36 go: finding github.com/godbus/dbus/v5 v5.0.3 10:06:36 go: finding github.com/golang/protobuf v1.3.5 10:06:36 go: finding github.com/opencontainers/runtime-spec v1.0.2 10:06:36 go: finding github.com/pkg/errors v0.9.1 10:06:36 go: finding github.com/moby/sys/mountinfo v0.1.3 10:06:36 go: finding github.com/sirupsen/logrus v1.5.0 10:06:36 go: finding github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:06:36 go: finding github.com/opencontainers/selinux v1.4.0 10:06:36 go: finding github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:06:36 go: finding github.com/urfave/cli v1.22.1 10:06:36 go: finding github.com/seccomp/libseccomp-golang v0.9.1 10:06:36 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:06:36 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:06:36 go: finding github.com/russross/blackfriday/v2 v2.0.1 10:06:36 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:06:36 go: finding github.com/vishvananda/netlink v1.1.0 10:06:36 go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0 10:06:36 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:06:36 #20 8.511 10:06:36 #20 ... 10:06:36 10:06:36 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:06:36 #47 3.971 + RM_GOPATH=0 10:06:36 #47 3.971 + TMP_GOPATH= 10:06:36 #47 3.971 + : /build 10:06:36 #47 3.971 + '[' -z '' ']' 10:06:36 #47 3.971 ++ mktemp -d 10:06:36 #47 3.985 + export GOPATH=/tmp/tmp.T68MnUPPvR 10:06:36 #47 3.986 + GOPATH=/tmp/tmp.T68MnUPPvR 10:06:36 #47 3.986 + RM_GOPATH=1 10:06:36 #47 3.990 ++ dirname ./install.sh 10:06:36 #47 3.998 + dir=. 10:06:36 #47 4.007 + bin=containerd 10:06:36 #47 4.009 + shift 10:06:36 #47 4.010 + '[' '!' -f ./containerd.installer ']' 10:06:36 #47 4.010 + . ./containerd.installer 10:06:36 #47 4.010 ++ CONTAINERD_COMMIT=7ad184331fa3e55e52b890ea95e65ba581ae3429 10:06:36 #47 4.015 + install_containerd 10:06:36 #47 4.017 + echo 'Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429' 10:06:36 #47 4.017 Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429 10:06:36 #47 4.017 + git clone https://github.com/containerd/containerd.git /tmp/tmp.T68MnUPPvR/src/github.com/containerd/containerd 10:06:36 #47 4.021 Cloning into '/tmp/tmp.T68MnUPPvR/src/github.com/containerd/containerd'... 10:06:36 Installing : selinux-policy-devel-3.13.1-252.el7_7.6.noarch 50/64 10:06:36 #47 ... 10:06:36 10:06:36 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:36 #20 8.871 ############# 18.9% 10:06:36 #20 ... 10:06:36 10:06:36 #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum 10:06:36 #27 41.88 + cd /tmp/tmp.Tg92lS2qK4/src/gotest.tools/gotestsum 10:06:36 #27 41.88 + git checkout -q v0.3.5 10:06:36 #27 41.97 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum 10:06:36 #27 43.88 go: downloading gotest.tools v2.1.0+incompatible 10:06:36 #27 44.07 go: extracting gotest.tools v2.1.0+incompatible 10:06:36 #27 44.37 go: downloading github.com/sirupsen/logrus v1.0.5 10:06:36 #27 44.37 go: downloading github.com/spf13/pflag v1.0.1 10:06:36 #27 44.38 go: downloading github.com/pkg/errors v0.8.0 10:06:36 #27 44.49 go: downloading github.com/fatih/color v1.6.0 10:06:36 #27 44.60 go: downloading github.com/jonboulle/clockwork v0.1.0 10:06:36 #27 44.61 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 10:06:36 #27 44.65 go: extracting github.com/pkg/errors v0.8.0 10:06:36 #27 44.67 go: extracting github.com/sirupsen/logrus v1.0.5 10:06:36 #27 44.74 go: extracting github.com/fatih/color v1.6.0 10:06:36 #27 44.79 go: downloading github.com/mattn/go-colorable v0.0.9 10:06:36 #27 44.83 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 10:06:36 #27 44.83 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 10:06:36 #27 44.83 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 10:06:36 #27 44.87 go: extracting github.com/spf13/pflag v1.0.1 10:06:36 #27 44.91 go: downloading github.com/mattn/go-isatty v0.0.3 10:06:36 #27 44.93 go: extracting github.com/mattn/go-colorable v0.0.9 10:06:36 #27 44.94 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 10:06:36 #27 44.95 go: extracting github.com/jonboulle/clockwork v0.1.0 10:06:36 #27 45.09 go: extracting github.com/mattn/go-isatty v0.0.3 10:06:36 #27 47.13 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 10:06:36 #27 48.04 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 10:06:36 #27 48.08 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 10:06:36 #27 50.53 go: finding github.com/fatih/color v1.6.0 10:06:36 #27 50.59 go: finding github.com/pkg/errors v0.8.0 10:06:36 #27 50.62 go: finding github.com/sirupsen/logrus v1.0.5 10:06:36 #27 50.81 go: finding github.com/mattn/go-colorable v0.0.9 10:06:36 #27 50.81 go: finding github.com/spf13/pflag v1.0.1 10:06:36 #27 50.85 go: finding github.com/mattn/go-isatty v0.0.3 10:06:36 #27 51.04 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 10:06:36 #27 51.10 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 10:06:36 #27 51.17 go: finding github.com/jonboulle/clockwork v0.1.0 10:06:36 #27 51.29 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 10:06:36 #27 51.35 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 10:06:37 #27 ... 10:06:37 10:06:37 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:37 Installing : e2fsprogs-libs-1.42.9-16.el7.x86_64 51/64 10:06:37 Installing : btrfs-progs-4.9.1-1.el7.x86_64 52/64 10:06:37 Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64 53/64 10:06:37 #20 8.871 ############# 18.9% ####################### 32.3% ################################## 48.5% ################################################ 67.4% ########################################################### 82.0% ##################################################################### 97.0% ######################################################################## 100.0% 10:06:37 Installing : libtool-2.4.2-22.el7_3.x86_64 54/64 10:06:37 install-info: No such file or directory for /usr/share/info/libtool.info.gz 10:06:37 #20 ... 10:06:37 10:06:37 #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... 10:06:37 #9 3.116 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 10:06:37 #9 DONE 3.3s 10:06:37 10:06:37 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:37 #20 9.963 10:06:38 Installing : glibc-static-2.17-292.el7.x86_64 55/64 10:06:38 Installing : 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 56/64 10:06:38 Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 57/64 10:06:39 Installing : libseccomp-devel-2.3.1-3.el7.x86_64 58/64 10:06:39 Installing : cmake-2.8.12.2-2.el7.x86_64 59/64 10:06:39 Installing : which-2.20-7.el7.x86_64 60/64 10:06:39 install-info: No such file or directory for /usr/share/info/which.info.gz 10:06:39 #20 10.48 #### 6.9% ########## 14.9% ############ 18.0% ################## 25.5% ####################### 32.6% ############################# 40.6% ################################## 48.5% ######################################## 56.0% ############################################ 62.4% ################################################# 69.2% ###################################################### 76.0% ########################################################## 81.3% ############################################################### 88.3% ####################################################################### 99.7% ######################################################################## 100.0% 10:06:40 #20 12.47 10:06:40 Cleanup : 7:device-mapper-libs-1.02.158-2.el7.x86_64 61/64 10:06:40 Cleanup : 7:device-mapper-1.02.158-2.el7.x86_64 62/64 10:06:41 #20 12.80 ## 3.3% #### 6.6% ####### 10.0% ######### 12.9% 10:06:41 #20 ... 10:06:41 10:06:41 #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... 10:06:41 #10 DONE 3.3s 10:06:41 10:06:41 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:41 Cleanup : systemd-219-67.el7_7.1.x86_64 63/64 10:06:42 Cleanup : systemd-libs-219-67.el7_7.1.x86_64 64/64 10:06:42 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/64 10:06:42 Verifying : systemd-devel-219-67.el7_7.4.x86_64 2/64 10:06:42 Verifying : 7:device-mapper-1.02.158-2.el7_7.2.x86_64 3/64 10:06:42 Verifying : automake-1.13.4-3.el7.noarch 4/64 10:06:42 Verifying : perl-Git-1.8.3.1-21.el7_7.noarch 5/64 10:06:42 Verifying : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 6/64 10:06:42 Verifying : mpfr-3.1.1-4.el7.x86_64 7/64 10:06:42 Verifying : btrfs-progs-devel-4.9.1-1.el7.x86_64 8/64 10:06:42 Verifying : systemd-libs-219-67.el7_7.4.x86_64 9/64 10:06:42 Verifying : e2fsprogs-libs-1.42.9-16.el7.x86_64 10/64 10:06:42 Verifying : rsync-3.1.2-6.el7_6.1.x86_64 11/64 10:06:42 Verifying : lzo-2.06-8.el7.x86_64 12/64 10:06:42 Verifying : gcc-4.8.5-39.el7.x86_64 13/64 10:06:42 Verifying : openssh-7.4p1-21.el7.x86_64 14/64 10:06:42 Verifying : audit-libs-python-2.8.5-4.el7.x86_64 15/64 10:06:42 Verifying : 7:device-mapper-libs-1.02.158-2.el7_7.2.x86_64 16/64 10:06:42 Verifying : kernel-headers-3.10.0-1062.18.1.el7.x86_64 17/64 10:06:42 Verifying : checkpolicy-2.5-8.el7.x86_64 18/64 10:06:42 Verifying : selinux-policy-3.13.1-252.el7_7.6.noarch 19/64 10:06:42 Verifying : btrfs-progs-4.9.1-1.el7.x86_64 20/64 10:06:42 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 21/64 10:06:42 Verifying : perl-Test-Harness-3.28-3.el7.noarch 22/64 10:06:42 Verifying : which-2.20-7.el7.x86_64 23/64 10:06:42 Verifying : pcre-devel-8.32-17.el7.x86_64 24/64 10:06:42 Verifying : libseccomp-devel-2.3.1-3.el7.x86_64 25/64 10:06:42 Verifying : python-IPy-0.75-6.el7.noarch 26/64 10:06:42 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 27/64 10:06:42 Verifying : glibc-static-2.17-292.el7.x86_64 28/64 10:06:42 Verifying : libgomp-4.8.5-39.el7.x86_64 29/64 10:06:42 Verifying : libselinux-python-2.5-14.1.el7.x86_64 30/64 10:06:42 Verifying : selinux-policy-devel-3.13.1-252.el7_7.6.noarch 31/64 10:06:42 Verifying : 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 32/64 10:06:42 Verifying : fipscheck-1.4.1-6.el7.x86_64 33/64 10:06:42 Verifying : libtool-2.4.2-22.el7_3.x86_64 34/64 10:06:42 Verifying : setools-libs-3.3.8-4.el7.x86_64 35/64 10:06:42 Verifying : openssh-clients-7.4p1-21.el7.x86_64 36/64 10:06:42 Verifying : policycoreutils-python-2.5-33.el7.x86_64 37/64 10:06:42 Verifying : libarchive-3.1.2-14.el7_7.x86_64 38/64 10:06:42 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 39/64 10:06:42 Verifying : 1:perl-Error-0.17020-2.el7.noarch 40/64 10:06:42 Verifying : 1:make-3.82-24.el7.x86_64 41/64 10:06:42 Verifying : libmpc-1.0.1-3.el7.x86_64 42/64 10:06:42 Verifying : policycoreutils-2.5-33.el7.x86_64 43/64 10:06:42 Verifying : libsepol-devel-2.5-10.el7.x86_64 44/64 10:06:42 Verifying : m4-1.4.16-10.el7.x86_64 45/64 10:06:42 Verifying : glibc-devel-2.17-292.el7.x86_64 46/64 10:06:42 Verifying : libselinux-utils-2.5-14.1.el7.x86_64 47/64 10:06:42 Verifying : libseccomp-2.3.1-3.el7.x86_64 48/64 10:06:42 Verifying : autoconf-2.69-11.el7.noarch 49/64 10:06:42 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 50/64 10:06:42 Verifying : cmake-2.8.12.2-2.el7.x86_64 51/64 10:06:42 Verifying : systemd-219-67.el7_7.4.x86_64 52/64 10:06:42 Verifying : git-1.8.3.1-21.el7_7.x86_64 53/64 10:06:42 Verifying : libselinux-devel-2.5-14.1.el7.x86_64 54/64 10:06:42 Verifying : glibc-headers-2.17-292.el7.x86_64 55/64 10:06:42 Verifying : cpp-4.8.5-39.el7.x86_64 56/64 10:06:42 Verifying : libsemanage-python-2.5-14.el7.x86_64 57/64 10:06:42 Verifying : libcgroup-0.41-21.el7.x86_64 58/64 10:06:42 Verifying : less-458-9.el7.x86_64 59/64 10:06:42 Verifying : policycoreutils-devel-2.5-33.el7.x86_64 60/64 10:06:42 Verifying : systemd-libs-219-67.el7_7.1.x86_64 61/64 10:06:42 Verifying : 7:device-mapper-1.02.158-2.el7.x86_64 62/64 10:06:42 Verifying : systemd-219-67.el7_7.1.x86_64 63/64 10:06:42 Verifying : 7:device-mapper-libs-1.02.158-2.el7.x86_64 64/64 10:06:42 10:06:42 Installed: 10:06:42 btrfs-progs-devel.x86_64 0:4.9.1-1.el7 10:06:42 cmake.x86_64 0:2.8.12.2-2.el7 10:06:42 device-mapper-devel.x86_64 7:1.02.158-2.el7_7.2 10:06:42 gcc.x86_64 0:4.8.5-39.el7 10:06:42 git.x86_64 0:1.8.3.1-21.el7_7 10:06:42 glibc-static.x86_64 0:2.17-292.el7 10:06:42 libseccomp-devel.x86_64 0:2.3.1-3.el7 10:06:42 libselinux-devel.x86_64 0:2.5-14.1.el7 10:06:42 libtool.x86_64 0:2.4.2-22.el7_3 10:06:42 libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 10:06:42 make.x86_64 1:3.82-24.el7 10:06:42 selinux-policy-devel.noarch 0:3.13.1-252.el7_7.6 10:06:42 systemd-devel.x86_64 0:219-67.el7_7.4 10:06:42 which.x86_64 0:2.20-7.el7 10:06:42 10:06:42 Dependency Installed: 10:06:42 audit-libs-python.x86_64 0:2.8.5-4.el7 10:06:42 autoconf.noarch 0:2.69-11.el7 10:06:42 automake.noarch 0:1.13.4-3.el7 10:06:42 btrfs-progs.x86_64 0:4.9.1-1.el7 10:06:42 checkpolicy.x86_64 0:2.5-8.el7 10:06:42 cpp.x86_64 0:4.8.5-39.el7 10:06:42 e2fsprogs-libs.x86_64 0:1.42.9-16.el7 10:06:42 fipscheck.x86_64 0:1.4.1-6.el7 10:06:42 fipscheck-lib.x86_64 0:1.4.1-6.el7 10:06:42 glibc-devel.x86_64 0:2.17-292.el7 10:06:42 glibc-headers.x86_64 0:2.17-292.el7 10:06:42 kernel-headers.x86_64 0:3.10.0-1062.18.1.el7 10:06:42 less.x86_64 0:458-9.el7 10:06:42 libarchive.x86_64 0:3.1.2-14.el7_7 10:06:42 libcgroup.x86_64 0:0.41-21.el7 10:06:42 libedit.x86_64 0:3.0-12.20121213cvs.el7 10:06:42 libgomp.x86_64 0:4.8.5-39.el7 10:06:42 libmpc.x86_64 0:1.0.1-3.el7 10:06:42 libseccomp.x86_64 0:2.3.1-3.el7 10:06:42 libselinux-python.x86_64 0:2.5-14.1.el7 10:06:42 libselinux-utils.x86_64 0:2.5-14.1.el7 10:06:42 libsemanage-python.x86_64 0:2.5-14.el7 10:06:42 libsepol-devel.x86_64 0:2.5-10.el7 10:06:42 libtool-ltdl.x86_64 0:2.4.2-22.el7_3 10:06:42 lzo.x86_64 0:2.06-8.el7 10:06:42 m4.x86_64 0:1.4.16-10.el7 10:06:42 mpfr.x86_64 0:3.1.1-4.el7 10:06:42 openssh.x86_64 0:7.4p1-21.el7 10:06:42 openssh-clients.x86_64 0:7.4p1-21.el7 10:06:42 pcre-devel.x86_64 0:8.32-17.el7 10:06:42 perl-Data-Dumper.x86_64 0:2.145-3.el7 10:06:42 perl-Error.noarch 1:0.17020-2.el7 10:06:42 perl-Git.noarch 0:1.8.3.1-21.el7_7 10:06:42 perl-TermReadKey.x86_64 0:2.30-20.el7 10:06:42 perl-Test-Harness.noarch 0:3.28-3.el7 10:06:42 policycoreutils.x86_64 0:2.5-33.el7 10:06:42 policycoreutils-devel.x86_64 0:2.5-33.el7 10:06:42 policycoreutils-python.x86_64 0:2.5-33.el7 10:06:42 python-IPy.noarch 0:0.75-6.el7 10:06:42 rsync.x86_64 0:3.1.2-6.el7_6.1 10:06:42 selinux-policy.noarch 0:3.13.1-252.el7_7.6 10:06:42 setools-libs.x86_64 0:3.3.8-4.el7 10:06:42 10:06:42 Dependency Updated: 10:06:42 device-mapper.x86_64 7:1.02.158-2.el7_7.2 10:06:42 device-mapper-libs.x86_64 7:1.02.158-2.el7_7.2 10:06:42 systemd.x86_64 0:219-67.el7_7.4 10:06:42 systemd-libs.x86_64 0:219-67.el7_7.4 10:06:42 10:06:42 Complete! 10:06:44 #20 12.80 ## 3.3% #### 6.6% ####### 10.0% ######### 12.9% ############ 17.1% ############## 20.5% ################ 22.9% ################# 24.6% ################## 26.3% #################### 27.9% ##################### 29.4% ###################### 31.2% ####################### 32.3% ######################### 35.3% ########################### 38.8% ############################# 41.3% ################################ 44.5% ################################## 47.4% #################################### 51.1% ####################################### 54.5% ######################################### 57.1% ########################################### 60.0% ############################################# 63.5% ################################################ 67.2% ################################################## 70.0% #################################################### 73.2% ###################################################### 76.2% ######################################################### 79.9% ############################################################ 83.7% ############################################################## 87.0% ################################################################ 89.7% ################################################################## 92.5% #################################################################### 95.5% ######################################################################## 100.0% 10:06:44 #20 16.68 10:06:45 #20 ... 10:06:45 10:06:45 #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... 10:06:45 #11 DONE 3.8s 10:06:45 10:06:45 #12 [dev 6/24] RUN ldconfig 10:06:46 #12 ... 10:06:46 10:06:46 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:46 #35 51.63 Selecting previously unselected package liblzo2-2:amd64. 10:06:46 #35 51.63 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... 10:06:46 #35 51.66 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... 10:06:46 #35 51.82 Selecting previously unselected package libicu57:amd64. 10:06:46 #35 51.83 Preparing to unpack .../2-libicu57_57.1-6+deb9u4_amd64.deb ... 10:06:46 #35 51.85 Unpacking libicu57:amd64 (57.1-6+deb9u4) ... 10:06:46 #35 59.64 Selecting previously unselected package libxml2:amd64. 10:06:46 #35 59.65 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... 10:06:46 #35 59.65 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... 10:06:46 #35 60.71 Selecting previously unselected package libarchive13:amd64. 10:06:46 #35 60.74 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... 10:06:46 #35 60.74 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... 10:06:46 #35 61.30 Selecting previously unselected package libjsoncpp1:amd64. 10:06:46 #35 61.31 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... 10:06:46 #35 61.32 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 10:06:46 #35 61.49 Selecting previously unselected package libuv1:amd64. 10:06:46 #35 61.51 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... 10:06:46 #35 61.54 Unpacking libuv1:amd64 (1.9.1-3) ... 10:06:46 #35 61.69 Selecting previously unselected package cmake. 10:06:46 #35 61.69 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... 10:06:46 #35 61.85 Unpacking cmake (3.7.2-1) ... 10:06:46 #35 ... 10:06:46 10:06:46 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:46 #20 18.30 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... 10:06:46 #20 18.82 10:06:46 #20 ... 10:06:46 10:06:46 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:06:46 #33 51.67 internal/oserror 10:06:46 #33 51.87 syscall 10:06:46 #33 61.02 time 10:06:46 #33 ... 10:06:46 10:06:46 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:46 #57 54.62 Setting up libnet1-dev (1.1.6+dfsg-3) ... 10:06:46 #57 54.63 Setting up libprotobuf10:amd64 (3.0.0-9) ... 10:06:46 #57 54.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:46 #57 54.70 Setting up python-protobuf (3.0.0-9) ... 10:06:47 #57 ... 10:06:47 10:06:47 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:47 #20 19.05 ######################################################################## 100.0% 10:06:47 #20 19.25 10:06:47 Removing intermediate container 5b9734d84682 10:06:47 ---> 81e296e28f44 10:06:47 Step 16/18 : COPY --from=golang /usr/local/go /usr/local/go 10:06:47 #20 ... 10:06:47 10:06:47 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:47 #57 62.56 Setting up libcap-dev:amd64 (1:2.25-1) ... 10:06:47 #57 62.57 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... 10:06:47 #57 62.61 Setting up libnl-3-200:amd64 (3.2.27-2) ... 10:06:47 #57 62.64 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... 10:06:47 #57 62.66 Setting up libprotoc10:amd64 (3.0.0-9) ... 10:06:47 #57 62.67 Setting up protobuf-c-compiler (1.2.1-2) ... 10:06:47 #57 62.69 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... 10:06:47 #57 62.70 Setting up protobuf-compiler (3.0.0-9) ... 10:06:47 #57 62.72 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... 10:06:47 #57 62.73 Setting up libnl-3-dev:amd64 (3.2.27-2) ... 10:06:47 #57 62.76 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:47 #57 DONE 63.0s 10:06:47 10:06:47 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:06:48 #58 ... 10:06:48 10:06:48 #12 [dev 6/24] RUN ldconfig 10:06:48 #12 DONE 3.2s 10:06:48 10:06:48 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:06:48 #30 53.01 time 10:06:48 #30 60.94 internal/poll 10:06:48 #30 ... 10:06:48 10:06:48 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:51 #13 ... 10:06:51 10:06:51 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... 10:06:51 #35 65.38 Selecting previously unselected package xxd. 10:06:51 #35 65.39 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... 10:06:51 #35 65.41 Unpacking xxd (2:8.0.0197-4+deb9u3) ... 10:06:51 #35 65.62 Selecting previously unselected package vim-common. 10:06:51 #35 65.64 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... 10:06:51 #35 65.66 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... 10:06:51 #35 65.96 Processing triggers for mime-support (3.60) ... 10:06:51 #35 66.02 Setting up xxd (2:8.0.0197-4+deb9u3) ... 10:06:51 #35 66.02 Setting up libuv1:amd64 (1.9.1-3) ... 10:06:51 #35 66.03 Setting up cmake-data (3.7.2-1) ... 10:06:51 #35 66.05 Setting up libicu57:amd64 (57.1-6+deb9u4) ... 10:06:51 #35 66.05 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... 10:06:51 #35 66.06 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:51 #35 66.16 Setting up vim-common (2:8.0.0197-4+deb9u3) ... 10:06:51 #35 66.18 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... 10:06:51 #35 66.19 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 10:06:51 #35 66.20 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... 10:06:51 #35 66.21 Setting up cmake (3.7.2-1) ... 10:06:51 #35 66.35 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:06:51 #35 DONE 66.7s 10:06:51 10:06:51 #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh 10:06:51 #36 DONE 0.1s 10:06:51 10:06:51 #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ 10:06:51 #37 DONE 0.0s 10:06:51 10:06:51 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:51 #20 21.32 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... 10:06:51 #20 21.81 10:06:51 #20 22.09 ################### 27.8% ######################################################################## 100.0% 10:06:51 #20 22.31 10:06:52 #20 24.08 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... 10:06:52 #20 24.25 skipping existing 1849cc453dee 10:06:52 #20 24.34 10:06:52 #20 ... 10:06:52 10:06:52 #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc 10:06:52 #42 15.07 + cd /tmp/tmp.dy3rnMhpPM/src/github.com/opencontainers/runc 10:06:52 #42 15.07 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd 10:06:52 #42 16.13 + '[' -z '' ']' 10:06:52 #42 16.13 + target=static 10:06:52 #42 16.13 + make 'BUILDTAGS=seccomp apparmor selinux ' static 10:06:52 #42 18.96 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . 10:06:52 #42 ... 10:06:52 10:06:52 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:06:52 #58 4.827 Note: Building without setproctitle() and strlcpy() support. 10:06:52 #58 4.827 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 10:06:52 CGO_ENABLED=1 go build -tags "seccomp apparmor netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="46be7b612e2533c494e6a251111de46d8e286ed5" -X main.version=1.0.0-rc10+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 10:06:52 install -D -m0755 runc /usr/local/sbin/runc 10:06:53 Removing intermediate container 5cae9a38233f 10:06:53 ---> 9c09026bf919 10:06:53 Step 38/49 : FROM scratch 10:06:53 ---> 10:06:53 Step 39/49 : ARG VERSION 10:06:54 ---> Running in 644a699ac0aa 10:06:54 Removing intermediate container 644a699ac0aa 10:06:54 ---> 1bd4c02a15be 10:06:54 Step 40/49 : ARG GITCOMMIT 10:06:54 ---> Running in 58e2e3154265 10:06:54 Removing intermediate container 58e2e3154265 10:06:54 ---> ffcacd85958a 10:06:54 Step 41/49 : ARG BUILDTIME 10:06:54 ---> Running in 09fda4683b96 10:06:54 #58 6.573 fatal: Not a git repository (or any of the parent directories): .git 10:06:54 #58 6.608 GEN .gitid 10:06:54 #58 6.642 GEN criu/include/version.h 10:06:54 #58 6.708 GEN include/common/asm 10:06:54 Removing intermediate container 09fda4683b96 10:06:54 ---> 1c474104d8f4 10:06:54 Step 42/49 : ARG PLATFORM 10:06:54 ---> Running in 98110fc9a45f 10:06:54 Removing intermediate container 98110fc9a45f 10:06:54 ---> 5a2625794b87 10:06:54 Step 43/49 : ARG ENGINE_IMAGE 10:06:54 #58 ... 10:06:54 10:06:54 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... 10:06:54 #20 25.67 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... 10:06:54 #20 26.12 10:06:54 #20 26.44 ######################################################################## 100.0% 10:06:54 #20 26.53 10:06:54 #20 26.61 Download of images into '/build' complete. 10:06:54 #20 26.61 Use something like the following to load the result into a Docker daemon: 10:06:54 #20 26.61 tar -cC '/build' . | docker load 10:06:54 #20 DONE 26.8s 10:06:54 ---> Running in 48ef3ec2249e 10:06:54 Removing intermediate container 48ef3ec2249e 10:06:54 ---> a3f88c7733b6 10:06:54 Step 44/49 : COPY --from=dockerd-builder /sbin/dockerd /bin/ 10:06:54 10:06:54 #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini 10:06:54 #38 2.572 + RM_GOPATH=0 10:06:54 #38 2.572 + TMP_GOPATH= 10:06:54 #38 2.572 + : /build 10:06:54 #38 2.572 + '[' -z '' ']' 10:06:54 #38 2.572 ++ mktemp -d 10:06:54 #38 2.577 + export GOPATH=/tmp/tmp.kFcb0Ox5zA 10:06:54 #38 2.577 + GOPATH=/tmp/tmp.kFcb0Ox5zA 10:06:54 #38 2.577 + RM_GOPATH=1 10:06:54 #38 2.577 ++ dirname ./install.sh 10:06:54 #38 2.596 + dir=. 10:06:54 #38 2.596 + bin=tini 10:06:54 #38 2.597 + shift 10:06:54 #38 2.597 + '[' '!' -f ./tini.installer ']' 10:06:54 #38 2.597 + . ./tini.installer 10:06:54 #38 2.597 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 10:06:54 #38 2.598 + install_tini 10:06:54 #38 2.598 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 10:06:54 #38 2.598 + git clone https://github.com/krallin/tini.git /tmp/tmp.kFcb0Ox5zA/tini 10:06:54 #38 2.598 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 10:06:54 #38 2.600 Cloning into '/tmp/tmp.kFcb0Ox5zA/tini'... 10:06:55 ---> a61aeb75b824 10:06:55 Step 17/18 : WORKDIR /root/rpmbuild 10:06:55 ---> Running in 0cd1afa55001 10:06:55 Removing intermediate container 0cd1afa55001 10:06:55 ---> b682e66355e7 10:06:55 Step 18/18 : ENTRYPOINT ["/bin/rpmbuild"] 10:06:55 ---> Running in a80bd3eae0a5 10:06:55 Removing intermediate container a80bd3eae0a5 10:06:55 ---> 82ea78451503 10:06:55 Successfully built 82ea78451503 10:06:55 Successfully tagged rpmbuild-centos-7/x86_64:latest 10:06:55 docker run --privileged --rm -i -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-7/x86_64 -ba --define '_gitcommit 05ad944d13' --define '_release 0' --define '_version 0.0.0.20200420120129.05ad944d13' --define '_origversion 0.0.0-20200420120129-05ad944d13' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec 10:06:55 #38 3.766 + cd /tmp/tmp.kFcb0Ox5zA/tini 10:06:55 #38 3.766 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 10:06:55 #38 3.785 + cmake . 10:06:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gLfTWr 10:06:55 + umask 022 10:06:55 + cd /root/rpmbuild/BUILD 10:06:55 + cd /root/rpmbuild/BUILD 10:06:55 + rm -rf src 10:06:55 + /usr/bin/mkdir -p src 10:06:55 + cd src 10:06:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz 10:06:55 + /usr/bin/tar -xf - 10:06:55 ---> 16d563ec751f 10:06:55 Step 45/49 : COPY --from=proxy-builder /sbin/docker-proxy /bin/ 10:06:56 + STATUS=0 10:06:56 + '[' 0 -ne 0 ']' 10:06:56 + /usr/bin/tar -xf - 10:06:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz 10:06:56 + STATUS=0 10:06:56 + '[' 0 -ne 0 ']' 10:06:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . 10:06:56 + exit 0 10:06:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LOY3Gn 10:06:56 + umask 022 10:06:56 + cd /root/rpmbuild/BUILD 10:06:56 + cd src 10:06:56 + export DOCKER_GITCOMMIT=05ad944d13 10:06:56 + DOCKER_GITCOMMIT=05ad944d13 10:06:56 + mkdir -p /go/src/github.com/docker 10:06:56 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker 10:06:56 + pushd engine 10:06:56 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src 10:06:56 + for component in tini '"proxy dynamic"' 10:06:56 + TMP_GOPATH=/go 10:06:56 + hack/dockerfile/install/install.sh tini 10:06:56 + RM_GOPATH=0 10:06:56 + TMP_GOPATH=/go 10:06:56 + : /usr/local/bin 10:06:56 + '[' -z /go ']' 10:06:56 + export GOPATH=/go 10:06:56 + GOPATH=/go 10:06:56 ++ dirname hack/dockerfile/install/install.sh 10:06:56 + dir=hack/dockerfile/install 10:06:56 + bin=tini 10:06:56 + shift 10:06:56 + '[' '!' -f hack/dockerfile/install/tini.installer ']' 10:06:56 + . hack/dockerfile/install/tini.installer 10:06:56 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 10:06:56 + install_tini 10:06:56 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 10:06:56 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 10:06:56 + git clone https://github.com/krallin/tini.git /go/tini 10:06:56 Cloning into '/go/tini'... 10:06:56 ---> 2cf1e2d4914e 10:06:56 Step 46/49 : COPY --from=init-builder /sbin/docker-init /bin/ 10:06:56 ---> dfd11a82d878 10:06:56 Step 47/49 : COPY --from=runc-builder /usr/local/sbin/runc /bin/ 10:06:56 #38 4.945 -- The C compiler identification is GNU 6.3.0 10:06:56 #38 5.041 -- Check for working C compiler: /usr/bin/cc 10:06:56 ---> 2d419f4dbe45 10:06:56 Step 48/49 : LABEL org.opencontainers.image.authors="Docker Inc." org.opencontainers.image.created="${BUILDTIME}" org.opencontainers.image.documentation="https://docs.docker.com/" org.opencontainers.image.licenses="Apache-2.0" org.opencontainers.image.revision="${GITCOMMIT}" org.opencontainers.image.url="https://www.docker.com/products/docker-engine" org.opencontainers.image.vendor="Docker Inc." org.opencontainers.image.version="${VERSION}" com.docker.distribution_based_engine="{\"platform\":\"${PLATFORM}\",\"engine_image\":\"${ENGINE_IMAGE}\",\"containerd_min_version\":\"1.2.0-beta.1\",\"runtime\":\"host_install\"}" 10:06:56 + cd /go/tini 10:06:56 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 10:06:56 + cmake . 10:06:56 -- The C compiler identification is GNU 4.8.5 10:06:56 -- Check for working C compiler: /usr/bin/cc 10:06:56 -- Check for working C compiler: /usr/bin/cc -- works 10:06:56 -- Detecting C compiler ABI info 10:06:56 -- Detecting C compiler ABI info - done 10:06:56 -- Performing Test HAS_BUILTIN_FORTIFY 10:06:56 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 10:06:56 -- Configuring done 10:06:56 -- Generating done 10:06:56 -- Build files have been written to: /go/tini 10:06:56 + make tini-static 10:06:56 Scanning dependencies of target tini-static 10:06:56 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 10:06:57 ---> Running in 8bca6dd7342e 10:06:57 Removing intermediate container 8bca6dd7342e 10:06:57 ---> c16ea1a72f31 10:06:57 Step 49/49 : ENTRYPOINT ["/bin/dockerd"] 10:06:57 ---> Running in cbbdbfd1d2dd 10:06:57 Linking C executable tini-static 10:06:57 [100%] Built target tini-static 10:06:57 + mkdir -p /usr/local/bin 10:06:57 + cp tini-static /usr/local/bin/docker-init 10:06:57 + for component in tini '"proxy dynamic"' 10:06:57 + TMP_GOPATH=/go 10:06:57 + hack/dockerfile/install/install.sh proxy dynamic 10:06:57 + RM_GOPATH=0 10:06:57 + TMP_GOPATH=/go 10:06:57 + : /usr/local/bin 10:06:57 + '[' -z /go ']' 10:06:57 + export GOPATH=/go 10:06:57 + GOPATH=/go 10:06:57 ++ dirname hack/dockerfile/install/install.sh 10:06:57 + dir=hack/dockerfile/install 10:06:57 + bin=proxy 10:06:57 + shift 10:06:57 + '[' '!' -f hack/dockerfile/install/proxy.installer ']' 10:06:57 + . hack/dockerfile/install/proxy.installer 10:06:57 ++ LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:57 + install_proxy dynamic 10:06:57 + case "$1" in 10:06:57 + install_proxy_dynamic 10:06:57 + export PROXY_LDFLAGS=-linkmode=external install_proxy 10:06:57 + PROXY_LDFLAGS=-linkmode=external 10:06:57 + export BUILD_MODE=-buildmode=pie 10:06:57 + BUILD_MODE=-buildmode=pie 10:06:57 + _install_proxy 10:06:57 + echo 'Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f' 10:06:57 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork 10:06:57 Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:57 Cloning into '/go/src/github.com/docker/libnetwork'... 10:06:57 Removing intermediate container cbbdbfd1d2dd 10:06:57 ---> 7467f292d6d2 10:06:57 #38 6.106 -- Check for working C compiler: /usr/bin/cc -- works 10:06:57 #38 6.114 -- Detecting C compiler ABI info 10:06:57 Successfully built 7467f292d6d2 10:06:57 Successfully tagged dockereng/engine-community:0.0.0-20200309214505-aa6a989 10:06:57 echo dockereng/engine-community:0.0.0-20200309214505-aa6a989 > image-linux 10:06:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' [Pipeline] sh 10:06:57 + pwd 10:06:57 + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine clean-image clean-engine 10:06:57 make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine -C image clean 10:06:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:06:57 rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 10:06:57 rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine-dm 10:06:57 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a989 10:06:57 Untagged: dockereng/engine-community:0.0.0-20200309214505-aa6a989 10:06:57 Deleted: sha256:7467f292d6d297b36d51612a08c8323b5c2a4f434672b0759777e4b87e41d40f 10:06:57 Deleted: sha256:c16ea1a72f3179f3a37d7a2eacbe0c5131902db922b843985e15fc1c5f0ee5de 10:06:57 Deleted: sha256:2d419f4dbe450ec939d9174347eab04371dabc4c948382203c634bfdc0120686 10:06:57 Deleted: sha256:282c1914cefb955a82562bed815e3306e31f19581968a9cd479fcb3ca4892466 10:06:57 Deleted: sha256:dfd11a82d878705835551c0d203b4ec8c9802e5e831372fb0bb70e676f29958a 10:06:57 Deleted: sha256:ad261ddfa4a6d114e18df02e14db702268b678d4644906b138de83edce767a1b 10:06:57 Deleted: sha256:2cf1e2d4914e7855664834f12f5836871f4aa457ec2ab28844b614c1d4a71314 10:06:57 Deleted: sha256:a5146f3ae485f0f461220b4c5ee2e4d3be1fc890ee2ef51a05dc5c572ade3b65 10:06:57 Deleted: sha256:16d563ec751fb4449f2fecfebada1ff66a46397555c3cc7b78254bd07723b315 10:06:57 Deleted: sha256:f69e9a357483e65e85ff42d5c1a93ad9265b06773fa2f0987854ae851610ddd9 10:06:57 Deleted: sha256:a3f88c7733b66e62d87e6c8666c9cd62491c4491e509988e651dfb7645d22338 10:06:57 Deleted: sha256:5a2625794b876e50268eadb445a46c002034f0f65f8e85c775540142ee1028ee 10:06:57 Deleted: sha256:1c474104d8f46773dce3b014dd13febb79501e4ce6e49e5f6df2a2015d98ee3a 10:06:57 Deleted: sha256:ffcacd85958ab893ec0997d62faf5277b0f5d4ac54b55a3343594ad1fd3f2826 10:06:57 Deleted: sha256:1bd4c02a15be1efc79ca69bd09dc0c4bc7d1aa81fdde11f3ba725a5d121ea4b9 10:06:57 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a989-dm 10:06:57 Error: No such image: dockereng/engine-community:0.0.0-20200309214505-aa6a989-dm 10:06:57 Makefile:35: recipe for target 'clean' failed 10:06:57 make[1]: [clean] Error 1 (ignored) 10:06:57 rm -f image-linux 10:06:57 rm -f -r artifacts 10:06:57 rm -f *.tar 10:06:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:06:57 rm -rf /home/ubuntu/workspace/docker-ce-packaging_19.03/engine 10:06:58 #38 ... 10:06:58 10:06:58 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:06:58 #58 10.23 PBCC images/google/protobuf/descriptor.pb-c.c 10:06:58 #58 10.35 PBCC images/opts.pb-c.c 10:06:58 #58 10.40 PBCC images/sit.pb-c.c 10:06:58 #58 10.47 DEP images/google/protobuf/descriptor.pb-c.d 10:06:58 #58 10.56 DEP images/opts.pb-c.d 10:06:58 #58 10.61 DEP images/sit.pb-c.d 10:06:58 #58 10.69 PBCC images/macvlan.pb-c.c 10:06:58 #58 10.73 DEP images/macvlan.pb-c.d 10:06:58 #58 10.79 PBCC images/autofs.pb-c.c 10:06:58 #58 10.82 DEP images/autofs.pb-c.d 10:06:58 #58 10.87 PBCC images/sysctl.pb-c.c 10:06:58 CGO_ENABLED=1 go build -tags "seccomp apparmor netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="46be7b612e2533c494e6a251111de46d8e286ed5" -X main.version=1.0.0-rc10+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 10:06:58 install -D -m0755 runc /usr/local/sbin/runc [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:06:58 #58 10.89 DEP images/sysctl.pb-c.d 10:06:58 #58 10.96 PBCC images/time.pb-c.c 10:06:58 Removing intermediate container f6902e900a87 10:06:58 ---> 136fa8e0e9b0 10:06:58 Step 38/49 : FROM scratch 10:06:58 ---> 10:06:58 Step 39/49 : ARG VERSION 10:06:58 #58 11.03 DEP images/time.pb-c.d 10:06:58 #58 11.15 PBCC images/binfmt-misc.pb-c.c 10:06:58 #58 11.20 DEP images/binfmt-misc.pb-c.d 10:06:58 #58 11.26 PBCC images/seccomp.pb-c.c 10:06:58 ---> Running in 98d4888e0f11 10:06:58 Removing intermediate container 98d4888e0f11 10:06:58 ---> 6361a8c0cd11 10:06:58 Step 40/49 : ARG GITCOMMIT 10:06:58 ---> Running in 5ef56fc8cd83 10:06:58 + cd /go/src/github.com/docker/libnetwork 10:06:58 + git checkout -q 9fd385be8302dbe1071a3ce124891893ff27f90f 10:06:58 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy 10:06:59 #58 11.27 DEP images/seccomp.pb-c.d 10:06:59 #58 11.35 PBCC images/userns.pb-c.c 10:06:59 #58 11.41 DEP images/userns.pb-c.d 10:06:59 #58 11.49 PBCC images/cgroup.pb-c.c 10:06:59 #58 11.56 DEP images/cgroup.pb-c.d 10:06:59 #58 ... 10:06:59 10:06:59 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:06:59 #30 64.06 internal/syscall/execenv 10:06:59 #30 64.26 internal/syscall/unix 10:06:59 #30 64.45 internal/fmtsort 10:06:59 #30 64.62 os 10:06:59 #30 65.35 strings 10:06:59 #30 68.52 bytes 10:06:59 #30 69.25 fmt 10:06:59 #30 71.44 bufio 10:06:59 #30 73.73 path/filepath 10:06:59 Removing intermediate container 5ef56fc8cd83 10:06:59 ---> 87f8d288d0b2 10:06:59 Step 41/49 : ARG BUILDTIME 10:06:59 ---> Running in 65a6636c6b4d 10:06:59 Removing intermediate container 65a6636c6b4d 10:06:59 ---> 62afdbf6b3f8 10:06:59 Step 42/49 : ARG PLATFORM 10:06:59 ---> Running in 243d600951a4 10:06:59 #30 ... 10:06:59 10:06:59 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:06:59 #58 11.64 PBCC images/fown.pb-c.c 10:06:59 #58 11.69 PBCC images/ext-file.pb-c.c 10:06:59 #58 11.74 DEP images/fown.pb-c.d 10:06:59 #58 11.82 DEP images/ext-file.pb-c.d 10:06:59 Removing intermediate container 243d600951a4 10:06:59 ---> 17d25198a1c2 10:06:59 Step 43/49 : ARG ENGINE_IMAGE 10:06:59 ---> Running in b9f67e4e7e9d 10:06:59 #58 11.85 PBCC images/rpc.pb-c.c 10:06:59 #58 11.94 DEP images/rpc.pb-c.d 10:06:59 #58 12.00 PBCC images/siginfo.pb-c.c 10:06:59 #58 12.04 DEP images/siginfo.pb-c.d 10:06:59 #58 12.08 PBCC images/pagemap.pb-c.c 10:06:59 Removing intermediate container b9f67e4e7e9d 10:06:59 ---> a83be64b56ac 10:06:59 Step 44/49 : COPY --from=dockerd-builder /sbin/dockerd /bin/ 10:06:59 #58 12.17 DEP images/pagemap.pb-c.d 10:06:59 #58 12.22 PBCC images/rlimit.pb-c.c 10:06:59 #58 12.26 DEP images/rlimit.pb-c.d 10:06:59 #58 12.34 PBCC images/file-lock.pb-c.c 10:07:00 #58 12.41 DEP images/file-lock.pb-c.d 10:07:00 #58 12.48 PBCC images/tty.pb-c.c 10:07:00 #58 12.57 DEP images/tty.pb-c.d 10:07:00 #58 12.67 PBCC images/tun.pb-c.c 10:07:00 #58 12.70 PBCC images/netdev.pb-c.c 10:07:00 #58 12.74 DEP images/tun.pb-c.d 10:07:00 #58 12.80 DEP images/netdev.pb-c.d 10:07:00 #58 12.86 PBCC images/vma.pb-c.c 10:07:00 #58 12.90 DEP images/vma.pb-c.d 10:07:00 #58 12.96 PBCC images/creds.pb-c.c 10:07:00 #58 13.00 DEP images/creds.pb-c.d 10:07:00 #58 13.08 PBCC images/utsns.pb-c.c 10:07:00 #58 13.11 DEP images/utsns.pb-c.d 10:07:00 #58 13.17 PBCC images/ipc-desc.pb-c.c 10:07:00 #58 13.21 PBCC images/ipc-sem.pb-c.c 10:07:00 #58 13.25 DEP images/ipc-desc.pb-c.d 10:07:00 #58 13.29 DEP images/ipc-sem.pb-c.d 10:07:00 #58 13.33 PBCC images/ipc-msg.pb-c.c 10:07:01 ---> 14ccf90c8ca5 10:07:01 Step 45/49 : COPY --from=proxy-builder /sbin/docker-proxy /bin/ 10:07:01 ---> 02c33a73f28d 10:07:01 Step 46/49 : COPY --from=init-builder /sbin/docker-init /bin/ 10:07:01 #58 13.37 DEP images/ipc-msg.pb-c.d 10:07:01 #58 13.42 PBCC images/ipc-shm.pb-c.c 10:07:01 #58 ... 10:07:01 10:07:01 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:01 #33 66.11 internal/fmtsort 10:07:01 #33 66.93 internal/syscall/execenv 10:07:01 #33 67.23 internal/syscall/unix 10:07:01 #33 67.46 strings 10:07:01 #33 68.68 internal/poll 10:07:01 #33 71.65 os 10:07:01 #33 72.14 regexp/syntax 10:07:01 #33 76.22 fmt 10:07:01 #33 ... 10:07:01 10:07:01 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:01 #58 13.50 DEP images/ipc-shm.pb-c.d 10:07:01 #58 13.58 PBCC images/ipc-var.pb-c.c 10:07:01 #58 13.59 DEP images/ipc-var.pb-c.d 10:07:01 #58 13.64 PBCC images/sk-opts.pb-c.c 10:07:01 #58 13.66 PBCC images/packet-sock.pb-c.c 10:07:01 ---> 2624e3c4e179 10:07:01 Step 47/49 : COPY --from=runc-builder /usr/local/sbin/runc /bin/ 10:07:01 #58 13.77 DEP images/sk-opts.pb-c.d 10:07:01 #58 13.82 DEP images/packet-sock.pb-c.d 10:07:01 #58 13.92 PBCC images/sk-netlink.pb-c.c 10:07:01 #58 13.98 DEP images/sk-netlink.pb-c.d 10:07:01 #58 14.04 PBCC images/sk-inet.pb-c.c 10:07:01 #58 14.12 DEP images/sk-inet.pb-c.d 10:07:01 ---> 9656b9202f62 10:07:01 Step 48/49 : LABEL org.opencontainers.image.authors="Docker Inc." org.opencontainers.image.created="${BUILDTIME}" org.opencontainers.image.documentation="https://docs.docker.com/" org.opencontainers.image.licenses="Apache-2.0" org.opencontainers.image.revision="${GITCOMMIT}" org.opencontainers.image.url="https://www.docker.com/products/docker-engine" org.opencontainers.image.vendor="Docker Inc." org.opencontainers.image.version="${VERSION}" com.docker.distribution_based_engine="{\"platform\":\"${PLATFORM}\",\"engine_image\":\"${ENGINE_IMAGE}\",\"containerd_min_version\":\"1.2.0-beta.1\",\"runtime\":\"host_install\"}" 10:07:01 ---> Running in 95accb7ff84d 10:07:01 Removing intermediate container 95accb7ff84d 10:07:01 ---> 36e6767fdfc5 10:07:01 Step 49/49 : ENTRYPOINT ["/bin/dockerd"] 10:07:01 #58 14.20 PBCC images/sk-unix.pb-c.c 10:07:01 #58 14.30 DEP images/sk-unix.pb-c.d 10:07:01 #58 14.36 PBCC images/mm.pb-c.c 10:07:02 ---> Running in d110b1fd29ab 10:07:02 Removing intermediate container d110b1fd29ab 10:07:02 ---> afc2bae23032 10:07:02 #58 14.46 DEP images/mm.pb-c.d 10:07:02 #58 14.53 PBCC images/timerfd.pb-c.c 10:07:02 #58 14.57 DEP images/timerfd.pb-c.d 10:07:02 #58 14.62 PBCC images/timer.pb-c.c 10:07:02 #58 14.67 DEP images/timer.pb-c.d 10:07:02 #58 ... 10:07:02 10:07:02 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:02 #13 4.111 Ign:1 http://deb.debian.org/debian stretch InRelease 10:07:02 #13 4.113 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] 10:07:02 #13 4.146 Get:3 http://deb.debian.org/debian stretch Release [118 kB] 10:07:02 #13 4.197 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 10:07:02 #13 4.994 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] 10:07:02 #13 5.883 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 10:07:02 #13 11.35 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] 10:07:02 #13 13.21 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] 10:07:02 Successfully built afc2bae23032 10:07:02 Successfully tagged dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 10:07:02 echo dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 > image-linux 10:07:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' [Pipeline] sh 10:07:02 #13 ... 10:07:02 10:07:02 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:07:02 + pwd 10:07:02 + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine clean-image clean-engine 10:07:02 make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine -C image clean 10:07:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:07:02 rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 10:07:02 rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine-dm 10:07:02 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 10:07:02 Untagged: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 10:07:02 Deleted: sha256:afc2bae23032aa89411b9aeb208a7408dedf1711cadd9bc539037fcf1c34db49 10:07:02 Deleted: sha256:36e6767fdfc5245e3240fa813a064a834ecd618d8d3c0520e3e2608c33f49953 10:07:02 Deleted: sha256:9656b9202f629e58928b4cd51991f553c5c9cfe22e9b6458ff3c95d1d003ec0d 10:07:02 Deleted: sha256:fb39626567e22ea5473968277dbde3bef328941fa80373b1a7b96fd7216a4856 10:07:02 Deleted: sha256:2624e3c4e17928986595dab36c32ed9197dbd3d195333de38da35c8614c5af7a 10:07:02 Deleted: sha256:0f4f7a255021044e30e6651b2945fcd9ac1bc9bb3b5bdb0cf7f76c5137bdc5a4 10:07:02 Deleted: sha256:02c33a73f28d9705a1e6f9c13cebd94d0c60c590f5374efa82f50d853d205d0f 10:07:02 Deleted: sha256:054056a4e24859e8734ca3d77d90fd2d1bc5e03d513f654b49dc7ba0aef2d6a2 10:07:02 Deleted: sha256:14ccf90c8ca5fd5544684df5b92a552b3bf9198b1d1bac3d958428b8a66a785e 10:07:02 Deleted: sha256:551925dd889006d1231d0baf7d1a94e1366135afb74fe709b8c6071266fed7a7 10:07:02 Deleted: sha256:a83be64b56ac7e793dc7dfd399f2c70e8adbc37b2fe06ac7603393f3bd44a3c2 10:07:02 Deleted: sha256:17d25198a1c23077b4f8477606344359ee1a996bef00f9e3a2969ea3a4e85575 10:07:02 Deleted: sha256:62afdbf6b3f84511cbaabacd773988b8e94482e81f4e5774ef8cfd687fda9756 10:07:02 Deleted: sha256:87f8d288d0b253a691589699410356fb6a9dcc4a1a2d999a9bb53d2f51a16049 10:07:02 Deleted: sha256:6361a8c0cd114365ee797d64aca6628c89ebcb3c3977d36637891279202b3955 10:07:02 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm 10:07:02 Error: No such image: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm 10:07:02 Makefile:35: recipe for target 'clean' failed 10:07:02 make[1]: [clean] Error 1 (ignored) 10:07:02 rm -f image-linux 10:07:02 rm -f -r artifacts 10:07:02 rm -f *.tar 10:07:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:07:02 rm -rf /home/ubuntu/workspace/docker-ce-packaging_19.03/engine 10:07:02 #47 34.65 Checking out files: 49% (1562/3178) Checking out files: 50% (1589/3178) Checking out files: 51% (1621/3178) Checking out files: 52% (1653/3178) Checking out files: 53% (1685/3178) Checking out files: 54% (1717/3178) Checking out files: 55% (1748/3178) Checking out files: 56% (1780/3178) Checking out files: 57% (1812/3178) Checking out files: 58% (1844/3178) Checking out files: 59% (1876/3178) Checking out files: 60% (1907/3178) Checking out files: 61% (1939/3178) Checking out files: 62% (1971/3178) Checking out files: 63% (2003/3178) Checking out files: 64% (2034/3178) Checking out files: 65% (2066/3178) Checking out files: 66% (2098/3178) Checking out files: 67% (2130/3178) Checking out files: 68% (2162/3178) Checking out files: 69% (2193/3178) Checking out files: 70% (2225/3178) Checking out files: 71% (2257/3178) Checking out files: 72% (2289/3178) Checking out files: 73% (2320/3178) Checking out files: 74% (2352/3178) Checking out files: 75% (2384/3178) Checking out files: 76% (2416/3178) Checking out files: 77% (2448/3178) Checking out files: 78% (2479/3178) Checking out files: 79% (2511/3178) Checking out files: 80% (2543/3178) Checking out files: 81% (2575/3178) Checking out files: 82% (2606/3178) Checking out files: 83% (2638/3178) Checking out files: 83% (2664/3178) Checking out files: 84% (2670/3178) Checking out files: 85% (2702/3178) Checking out files: 86% (2734/3178) Checking out files: 87% (2765/3178) Checking out files: 88% (2797/3178) Checking out files: 89% (2829/3178) Checking out files: 90% (2861/3178) Checking out files: 91% (2892/3178) Checking out files: 92% (2924/3178) Checking out files: 93% (2956/3178) Checking out files: 94% (2988/3178) Checking out files: 95% (3020/3178) Checking out files: 96% (3051/3178) Checking out files: 97% (3083/3178) Checking out files: 98% (3115/3178) Checking out files: 99% (3147/3178) Checking out files: 100% (3178/3178) Checking out files: 100% (3178/3178), done. 10:07:02 #47 36.21 + cd /tmp/tmp.T68MnUPPvR/src/github.com/containerd/containerd 10:07:02 #47 36.21 + git checkout -q 7ad184331fa3e55e52b890ea95e65ba581ae3429 [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:07:04 #47 ... 10:07:04 10:07:04 #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini 10:07:04 #38 6.894 -- Detecting C compiler ABI info - done 10:07:04 #38 6.963 -- Detecting C compile features 10:07:04 #38 8.855 -- Detecting C compile features - done 10:07:04 #38 8.864 -- Performing Test HAS_BUILTIN_FORTIFY 10:07:04 #38 9.103 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 10:07:04 #38 9.278 -- Configuring done 10:07:04 #38 9.285 -- Generating done 10:07:04 #38 9.307 -- Build files have been written to: /tmp/tmp.kFcb0Ox5zA/tini 10:07:04 #38 9.310 + make tini-static 10:07:04 #38 9.749 Scanning dependencies of target tini-static 10:07:04 #38 9.787 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 10:07:04 #38 11.41 [100%] Linking C executable tini-static 10:07:04 #38 12.06 [100%] Built target tini-static 10:07:04 #38 12.10 + mkdir -p /build 10:07:04 #38 12.11 + cp tini-static /build/docker-init 10:07:04 #38 DONE 12.4s 10:07:04 10:07:04 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:04 #58 14.76 PBCC images/sa.pb-c.c 10:07:04 #58 14.80 DEP images/sa.pb-c.d 10:07:04 #58 14.87 PBCC images/pipe-data.pb-c.c 10:07:04 #58 14.94 DEP images/pipe-data.pb-c.d 10:07:04 #58 15.02 PBCC images/mnt.pb-c.c 10:07:04 #58 15.11 DEP images/mnt.pb-c.d 10:07:04 #58 15.18 PBCC images/sk-packet.pb-c.c 10:07:04 #58 15.21 DEP images/sk-packet.pb-c.d 10:07:04 #58 15.25 PBCC images/tcp-stream.pb-c.c 10:07:04 #58 15.30 DEP images/tcp-stream.pb-c.d 10:07:04 #58 15.35 PBCC images/pipe.pb-c.c 10:07:04 #58 15.39 DEP images/pipe.pb-c.d 10:07:04 #58 15.47 PBCC images/pstree.pb-c.c 10:07:04 #58 15.49 DEP images/pstree.pb-c.d 10:07:04 #58 15.57 PBCC images/fs.pb-c.c 10:07:04 #58 15.61 DEP images/fs.pb-c.d 10:07:04 #58 15.64 PBCC images/signalfd.pb-c.c 10:07:04 #58 15.73 DEP images/signalfd.pb-c.d 10:07:04 #58 15.80 PBCC images/fh.pb-c.c 10:07:04 #58 15.91 PBCC images/fsnotify.pb-c.c 10:07:04 #58 16.03 DEP images/fh.pb-c.d 10:07:04 #58 16.12 DEP images/fsnotify.pb-c.d 10:07:04 #58 16.27 PBCC images/eventpoll.pb-c.c 10:07:04 #58 16.28 DEP images/eventpoll.pb-c.d 10:07:04 #58 16.46 PBCC images/eventfd.pb-c.c 10:07:04 #58 16.48 DEP images/eventfd.pb-c.d 10:07:04 Removing intermediate container 0095a423c362 10:07:04 ---> a8e12d161327 10:07:04 Step 25/49 : FROM builder as proxy-builder 10:07:04 ---> 4e4367053938 10:07:04 Step 26/49 : RUN git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork 10:07:04 ---> Running in 78ef2c67b21c 10:07:04 #58 16.58 PBCC images/remap-file-path.pb-c.c 10:07:04 #58 16.68 DEP images/remap-file-path.pb-c.d 10:07:04 #58 16.82 PBCC images/fifo.pb-c.c 10:07:04 #58 16.93 DEP images/fifo.pb-c.d 10:07:04 Cloning into '/go/src/github.com/docker/libnetwork'... 10:07:04 #58 17.13 PBCC images/ghost-file.pb-c.c 10:07:04 #58 17.27 DEP images/ghost-file.pb-c.d 10:07:05 #58 17.42 PBCC images/regfile.pb-c.c 10:07:05 #58 17.47 DEP images/regfile.pb-c.d 10:07:05 #58 17.55 PBCC images/ns.pb-c.c 10:07:05 #58 17.56 DEP images/ns.pb-c.d 10:07:05 #58 17.63 PBCC images/fdinfo.pb-c.c 10:07:05 #58 17.74 DEP images/fdinfo.pb-c.d 10:07:05 #58 17.80 PBCC images/core-aarch64.pb-c.c 10:07:05 #58 17.88 PBCC images/core-arm.pb-c.c 10:07:05 + return 10:07:05 + VERSION=0.0.0-20200420120129-05ad944d13 10:07:05 + PRODUCT=docker 10:07:05 + hack/make.sh dynbinary 10:07:05 10:07:05 Removing bundles/ 10:07:05 10:07:05 ---> Making bundle: dynbinary (in bundles/dynbinary) 10:07:05 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 10:07:05 GOOS="" GOARCH="" GOARM="" 10:07:05 #58 17.89 PBCC images/core-ppc64.pb-c.c 10:07:05 #58 17.97 PBCC images/core-s390.pb-c.c 10:07:05 #58 18.09 PBCC images/core-x86.pb-c.c 10:07:05 #58 18.16 PBCC images/core.pb-c.c 10:07:05 #58 18.24 PBCC images/inventory.pb-c.c 10:07:05 #58 18.36 DEP images/core-aarch64.pb-c.d 10:07:06 #58 18.44 DEP images/core-arm.pb-c.d 10:07:06 #58 18.52 DEP images/core-ppc64.pb-c.d 10:07:06 #58 18.58 DEP images/core-s390.pb-c.d 10:07:06 #58 18.65 DEP images/core-x86.pb-c.d 10:07:06 #58 18.73 DEP images/core.pb-c.d 10:07:06 #58 18.79 DEP images/inventory.pb-c.d 10:07:06 #58 18.85 PBCC images/cpuinfo.pb-c.c 10:07:06 #58 18.91 DEP images/cpuinfo.pb-c.d 10:07:06 #58 18.98 PBCC images/stats.pb-c.c 10:07:06 #58 19.05 DEP images/stats.pb-c.d 10:07:08 #58 20.28 make[1]: Nothing to be done for 'all'. 10:07:08 Removing intermediate container 78ef2c67b21c 10:07:08 ---> b067955433fb 10:07:08 Step 27/49 : WORKDIR /go/src/github.com/docker/libnetwork 10:07:09 ---> Running in 34ee9bc03912 10:07:09 Removing intermediate container 34ee9bc03912 10:07:09 ---> abe250a4c9a5 10:07:09 Step 28/49 : RUN . /binaries-commits && git checkout -q "$LIBNETWORK_COMMIT" && CGO_ENABLED=0 go build -buildmode=pie -ldflags="$PROXY_LDFLAGS" -o /sbin/docker-proxy github.com/docker/libnetwork/cmd/proxy 10:07:09 ---> Running in 8811cf139fbd 10:07:09 #58 21.85 CC images/stats.o 10:07:10 #58 22.35 CC images/core.o 10:07:10 #58 ... 10:07:10 10:07:10 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:07:10 #30 75.28 io/ioutil 10:07:10 #30 75.86 flag 10:07:10 #30 75.88 github.com/BurntSushi/toml 10:07:10 #30 77.85 log 10:07:10 #30 78.42 path 10:07:10 #30 79.34 text/tabwriter 10:07:10 #30 81.51 github.com/BurntSushi/toml/cmd/tomlv 10:07:10 scripts/docs/generate-man.sh 10:07:10 #30 ... 10:07:10 10:07:10 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:10 #33 77.78 path/filepath 10:07:10 #33 79.48 regexp 10:07:10 #33 82.01 flag 10:07:10 #33 83.96 go/token 10:07:10 #33 84.21 internal/lazyregexp 10:07:10 #33 84.48 path 10:07:10 #33 85.11 io/ioutil 10:07:10 #33 85.37 go/scanner 10:07:10 #33 ... 10:07:10 10:07:10 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:10 #58 23.15 CC images/core-x86.o 10:07:11 #58 ... 10:07:11 10:07:11 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv 10:07:11 #30 DONE 86.0s 10:07:11 10:07:11 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:11 #33 86.09 net/url 10:07:12 #33 87.41 go/ast 10:07:13 #33 88.17 text/template/parse 10:07:15 #33 ... 10:07:15 10:07:15 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:07:15 #47 39.00 + export 'BUILDTAGS=netgo osusergo static_build' 10:07:15 #47 39.00 + BUILDTAGS='netgo osusergo static_build' 10:07:15 #47 39.00 + export EXTRA_FLAGS=-buildmode=pie 10:07:15 #47 39.00 + EXTRA_FLAGS=-buildmode=pie 10:07:15 #47 39.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 10:07:15 #47 39.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 10:07:15 #47 39.00 + '[' '' = dynamic ']' 10:07:15 #47 39.00 + make 10:07:15 #47 40.44 🇩 bin/ctr 10:07:15 #47 ... 10:07:15 10:07:15 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:15 #58 24.20 CC images/core-arm.o 10:07:15 #58 24.65 CC images/core-aarch64.o 10:07:15 #58 25.13 CC images/core-ppc64.o 10:07:15 #58 25.76 CC images/core-s390.o 10:07:15 #58 26.42 CC images/cpuinfo.o 10:07:15 #58 26.92 CC images/inventory.o 10:07:15 #58 27.23 CC images/fdinfo.o 10:07:15 #58 27.72 CC images/fown.o 10:07:15 #58 28.00 CC images/ns.o 10:07:16 #58 28.27 CC images/regfile.o 10:07:16 #58 28.54 CC images/ghost-file.o 10:07:16 #58 28.95 CC images/fifo.o 10:07:16 #58 29.20 CC images/remap-file-path.o 10:07:16 #58 ... 10:07:16 10:07:16 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:16 #13 18.59 Fetched 7937 kB in 15s (512 kB/s) 10:07:16 #13 18.59 Reading package lists... 10:07:17 #13 24.49 Reading package lists... 10:07:17 #13 ... 10:07:17 10:07:17 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:17 #58 29.44 CC images/eventfd.o 10:07:17 #58 29.67 CC images/eventpoll.o 10:07:17 #58 29.96 CC images/fh.o 10:07:17 #58 30.38 CC images/fsnotify.o 10:07:18 #58 31.12 CC images/signalfd.o 10:07:19 #58 31.35 CC images/fs.o 10:07:19 #58 31.55 CC images/pstree.o 10:07:19 #58 31.77 CC images/pipe.o 10:07:19 #58 32.06 CC images/tcp-stream.o 10:07:19 # github.com/docker/libnetwork/cmd/proxy 10:07:19 loadinternal: cannot find runtime/cgo 10:07:19 #58 32.34 CC images/sk-packet.o 10:07:20 #58 32.63 CC images/mnt.o 10:07:20 #58 32.90 CC images/pipe-data.o 10:07:20 #58 33.12 CC images/sa.o 10:07:20 #58 33.33 CC images/timer.o 10:07:20 Removing intermediate container 8811cf139fbd 10:07:20 ---> 05e957fc0c1e 10:07:20 Step 29/49 : FROM builder as init-builder 10:07:20 ---> 4e4367053938 10:07:20 Step 30/49 : RUN git clone https://github.com/krallin/tini.git /tini 10:07:20 ---> Running in 1a28a72ab101 10:07:21 #58 33.78 CC images/timerfd.o 10:07:21 #58 34.03 CC images/mm.o 10:07:21 Cloning into '/tini'... 10:07:22 #58 34.34 CC images/sk-opts.o 10:07:22 #58 34.62 CC images/sk-unix.o 10:07:22 Removing intermediate container 1a28a72ab101 10:07:22 ---> 30ba18bf9dc4 10:07:22 Step 31/49 : WORKDIR /tini 10:07:22 ---> Running in 8a72d9a335b4 10:07:22 Removing intermediate container 8a72d9a335b4 10:07:22 ---> b775706c6a26 10:07:22 Step 32/49 : RUN . /binaries-commits && git checkout -q "$TINI_COMMIT" && cmake . && make tini-static && cp tini-static /sbin/docker-init 10:07:22 #58 34.96 CC images/sk-inet.o 10:07:22 ---> Running in d5ad292c665c 10:07:23 #58 35.49 CC images/tun.o 10:07:23 -- The C compiler identification is GNU 6.3.0 10:07:23 -- Check for working C compiler: /usr/bin/cc 10:07:23 #58 35.82 CC images/sk-netlink.o 10:07:23 -- Check for working C compiler: /usr/bin/cc -- works 10:07:23 -- Detecting C compiler ABI info 10:07:23 -- Detecting C compiler ABI info - done 10:07:23 -- Detecting C compile features 10:07:23 #58 36.13 CC images/packet-sock.o 10:07:24 -- Detecting C compile features - done 10:07:24 -- Performing Test HAS_BUILTIN_FORTIFY 10:07:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 10:07:24 -- Configuring done 10:07:24 -- Generating done 10:07:24 -- Build files have been written to: /tini 10:07:24 Scanning dependencies of target tini-static 10:07:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 10:07:24 #58 36.55 CC images/ipc-var.o 10:07:24 #58 36.77 CC images/ipc-desc.o 10:07:24 #58 37.03 CC images/ipc-shm.o 10:07:24 [100%] Linking C executable tini-static 10:07:24 [100%] Built target tini-static 10:07:25 #58 37.24 CC images/ipc-msg.o 10:07:25 #58 ... 10:07:25 10:07:25 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:25 #13 28.97 Building dependency tree... 10:07:25 #13 29.95 Reading state information... 10:07:25 #13 30.92 The following additional packages will be installed: 10:07:25 #13 30.93 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python 10:07:25 #13 30.93 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl 10:07:25 #13 30.93 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 10:07:25 #13 30.93 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 10:07:25 #13 30.93 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 10:07:25 #13 30.94 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 10:07:25 #13 30.94 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common 10:07:25 #13 30.94 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal 10:07:25 #13 30.94 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd 10:07:25 #13 30.95 Suggested packages: 10:07:25 #13 30.95 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc 10:07:25 #13 30.95 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv 10:07:25 #13 30.95 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags 10:07:25 #13 30.95 vim-doc vim-scripts xfsdump acl attr quota 10:07:25 #13 30.95 Recommended packages: 10:07:25 #13 30.95 aufs-dkms libpam-cap build-essential python3-dev python3-keyring 10:07:25 #13 30.95 python3-keyrings.alt python3-xdg unzip 10:07:25 #13 35.35 The following NEW packages will be installed: 10:07:25 #13 35.35 apparmor aufs-tools bash-completion binutils-mingw-w64 10:07:25 #13 35.35 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools 10:07:25 #13 35.35 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base 10:07:25 #13 35.35 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin 10:07:25 #13 35.35 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 10:07:25 #13 35.35 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 10:07:25 #13 35.35 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 10:07:25 #13 35.35 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib 10:07:25 #13 35.35 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev 10:07:25 #13 35.36 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common 10:07:25 #13 35.36 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal 10:07:25 #13 35.36 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 10:07:25 #13 35.36 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime 10:07:25 #13 35.36 xfsprogs xxd xz-utils zip 10:07:25 #13 36.50 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded. 10:07:25 #13 36.50 Need to get 90.9 MB of archives. 10:07:25 #13 36.50 After this operation, 541 MB of additional disk space will be used. 10:07:25 #13 36.50 Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] 10:07:25 #13 36.50 Get:2 http://deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] 10:07:25 #13 36.51 Get:3 http://deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] 10:07:25 #13 36.51 Get:4 http://deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] 10:07:25 #13 36.53 Get:5 http://deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] 10:07:25 #13 36.53 Get:6 http://deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] 10:07:25 #13 36.58 Get:7 http://deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] 10:07:25 #13 36.70 Get:8 http://deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] 10:07:25 #13 36.70 Get:9 http://deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] 10:07:25 #13 36.71 Get:10 http://deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] 10:07:25 #13 36.88 Get:11 http://deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] 10:07:25 #13 36.90 Get:12 http://deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] 10:07:25 #13 36.90 Get:13 http://deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] 10:07:25 #13 36.91 Get:14 http://deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] 10:07:25 #13 36.92 Get:15 http://deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] 10:07:25 #13 36.93 Get:16 http://deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] 10:07:25 #13 36.94 Get:17 http://deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] 10:07:25 #13 36.94 Get:18 http://deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] 10:07:25 #13 36.94 Get:19 http://deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] 10:07:25 #13 36.95 Get:20 http://deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] 10:07:25 #13 36.96 Get:21 http://deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] 10:07:25 #13 36.98 Get:22 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] 10:07:25 #13 36.99 Get:23 http://deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] 10:07:25 #13 37.01 Get:24 http://deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] 10:07:25 Removing intermediate container d5ad292c665c 10:07:25 ---> 2e38bda87fd3 10:07:25 Step 33/49 : FROM builder as runc-builder 10:07:25 ---> 4e4367053938 10:07:25 Step 34/49 : RUN apt-get install -y libseccomp-dev 10:07:25 #13 37.02 Get:25 http://deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] 10:07:25 #13 37.02 Get:26 http://deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] 10:07:25 #13 37.04 Get:27 http://deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] 10:07:25 #13 37.05 Get:28 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] 10:07:25 #13 37.07 Get:29 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] 10:07:25 #13 37.12 Get:30 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] 10:07:25 #13 ... 10:07:25 10:07:25 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:25 #58 37.65 CC images/ipc-sem.o 10:07:25 ---> Running in 88d5d275e990 10:07:25 #58 37.86 CC images/utsns.o 10:07:25 #58 38.08 CC images/creds.o 10:07:26 #58 38.35 CC images/vma.o 10:07:26 #58 38.58 CC images/netdev.o 10:07:26 #58 39.13 CC images/tty.o 10:07:27 #58 ... 10:07:27 10:07:27 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:27 #33 92.18 text/template 10:07:27 #33 92.96 go/parser 10:07:27 #33 96.78 log 10:07:27 #33 97.27 encoding/binary 10:07:27 #33 97.67 go/doc 10:07:27 #33 99.18 encoding/base64 10:07:27 #33 99.77 encoding/json 10:07:27 #33 101.5 github.com/LK4D4/vndr/build 10:07:27 #33 ... 10:07:27 10:07:27 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:27 #13 37.12 Get:31 http://deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] 10:07:27 #13 37.15 Get:32 http://deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] 10:07:27 #13 37.15 Get:33 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] 10:07:27 #13 37.16 Get:34 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] 10:07:27 #13 37.17 Get:35 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] 10:07:27 #13 37.19 Get:36 http://deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] 10:07:27 #13 37.19 Get:37 http://deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] 10:07:27 #13 37.19 Get:38 http://deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] 10:07:27 #13 37.20 Get:39 http://deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] 10:07:27 #13 37.23 Get:40 http://deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] 10:07:27 #13 37.25 Get:41 http://deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] 10:07:27 #13 37.27 Get:42 http://deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] 10:07:27 #13 37.36 Get:43 http://deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] 10:07:27 #13 37.38 Get:44 http://deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] 10:07:27 #13 37.39 Get:45 http://deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] 10:07:27 #13 37.40 Get:46 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] 10:07:27 #13 37.40 Get:47 http://deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] 10:07:27 #13 37.41 Get:48 http://deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] 10:07:27 #13 37.58 Get:49 http://deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] 10:07:27 #13 37.59 Get:50 http://deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] 10:07:27 #13 37.72 Get:51 http://deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] 10:07:27 #13 37.73 Get:52 http://deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] 10:07:27 #13 37.73 Get:53 http://deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] 10:07:27 #13 37.76 Get:54 http://deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] 10:07:27 #13 37.77 Get:55 http://deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] 10:07:27 #13 37.79 Get:56 http://deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] 10:07:27 #13 38.17 Get:57 http://deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] 10:07:27 #13 38.24 Get:58 http://deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] 10:07:27 #13 38.32 Get:59 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] 10:07:27 #13 38.35 Get:60 http://deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] 10:07:27 #13 38.36 Get:61 http://deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] 10:07:27 #13 38.41 Get:62 http://deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] 10:07:27 #13 38.62 Get:63 http://deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] 10:07:27 #13 38.81 Get:64 http://deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] 10:07:27 #13 38.82 Get:65 http://deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] 10:07:27 #13 39.18 Get:66 http://deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] 10:07:27 Reading package lists... 10:07:27 Building dependency tree... 10:07:27 Reading state information... 10:07:27 libseccomp-dev is already the newest version (2.3.1-2.1+deb9u1). 10:07:27 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 10:07:27 #13 39.44 Get:67 http://deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] 10:07:27 #13 39.46 Get:68 http://deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] 10:07:28 Removing intermediate container 88d5d275e990 10:07:28 ---> 9f9cbb5e407e 10:07:28 Step 35/49 : RUN git clone https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc 10:07:28 ---> Running in 9503c78945f0 10:07:29 Cloning into '/go/src/github.com/opencontainers/runc'... 10:07:30 #13 41.93 Get:69 http://deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] 10:07:32 Removing intermediate container 9503c78945f0 10:07:32 ---> 744f61bbe266 10:07:32 Step 36/49 : WORKDIR /go/src/github.com/opencontainers/runc 10:07:32 ---> Running in 34833eb854de 10:07:32 Removing intermediate container 34833eb854de 10:07:32 ---> 97ff540a1746 10:07:32 Step 37/49 : RUN . /binaries-commits && git checkout -q "$RUNC_COMMIT" && make BUILDTAGS='seccomp apparmor' static && make install 10:07:32 ---> Running in 57131ee73a79 10:07:32 #13 44.58 debconf: delaying package configuration, since apt-utils is not installed 10:07:33 #13 44.75 Fetched 90.9 MB in 8s (11.0 MB/s) 10:07:33 #13 44.87 Selecting previously unselected package bash-completion. 10:07:33 #13 44.87 (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 ... 15161 files and directories currently installed.) 10:07:33 #13 44.92 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... 10:07:33 warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths 10:07:33 CGO_ENABLED=1 go build -tags "seccomp apparmor netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="46be7b612e2533c494e6a251111de46d8e286ed5" -X main.version=1.0.0-rc10+dev " -o runc . 10:07:34 go: downloading github.com/docker/go-units v0.4.0 10:07:34 go: downloading github.com/coreos/go-systemd/v22 v22.0.0 10:07:34 go: downloading github.com/golang/protobuf v1.3.5 10:07:34 go: downloading github.com/moby/sys/mountinfo v0.1.3 10:07:34 go: downloading github.com/vishvananda/netlink v1.1.0 10:07:34 go: downloading github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:07:34 go: downloading github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:07:34 go: downloading github.com/pkg/errors v0.9.1 10:07:34 go: downloading github.com/godbus/dbus/v5 v5.0.3 10:07:34 go: extracting github.com/docker/go-units v0.4.0 10:07:34 go: downloading github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:07:34 go: downloading github.com/cyphar/filepath-securejoin v0.2.2 10:07:34 go: extracting github.com/moby/sys/mountinfo v0.1.3 10:07:34 go: extracting github.com/coreos/go-systemd/v22 v22.0.0 10:07:34 go: downloading github.com/opencontainers/selinux v1.4.0 10:07:34 go: extracting github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:07:34 go: downloading golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:07:34 go: extracting github.com/cyphar/filepath-securejoin v0.2.2 10:07:34 go: extracting github.com/vishvananda/netlink v1.1.0 10:07:34 go: extracting github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:07:34 go: extracting github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:07:34 go: downloading github.com/urfave/cli v1.22.1 10:07:34 go: extracting github.com/opencontainers/selinux v1.4.0 10:07:34 go: downloading github.com/opencontainers/runtime-spec v1.0.2 10:07:34 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 10:07:34 go: extracting github.com/pkg/errors v0.9.1 10:07:34 go: downloading github.com/containerd/console v1.0.0 10:07:34 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:07:34 go: downloading github.com/sirupsen/logrus v1.5.0 10:07:34 go: downloading github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:07:34 go: extracting github.com/godbus/dbus/v5 v5.0.3 10:07:34 go: extracting github.com/golang/protobuf v1.3.5 10:07:34 go: extracting github.com/urfave/cli v1.22.1 10:07:34 go: extracting golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:07:34 go: extracting github.com/opencontainers/runtime-spec v1.0.2 10:07:34 go: extracting github.com/seccomp/libseccomp-golang v0.9.1 10:07:34 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:07:34 go: extracting github.com/containerd/console v1.0.0 10:07:34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:07:34 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:07:34 go: extracting github.com/sirupsen/logrus v1.5.0 10:07:34 go: downloading github.com/russross/blackfriday/v2 v2.0.1 10:07:34 go: extracting github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:07:34 go: extracting github.com/russross/blackfriday/v2 v2.0.1 10:07:34 go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:07:34 go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:07:34 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 10:07:34 go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0 10:07:35 go: finding github.com/containerd/console v1.0.0 10:07:35 go: finding github.com/coreos/go-systemd/v22 v22.0.0 10:07:35 go: finding github.com/docker/go-units v0.4.0 10:07:35 go: finding golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 10:07:35 go: finding github.com/cyphar/filepath-securejoin v0.2.2 10:07:35 go: finding github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 10:07:35 go: finding github.com/godbus/dbus/v5 v5.0.3 10:07:35 go: finding github.com/opencontainers/runtime-spec v1.0.2 10:07:35 go: finding github.com/sirupsen/logrus v1.5.0 10:07:35 go: finding github.com/pkg/errors v0.9.1 10:07:35 go: finding github.com/golang/protobuf v1.3.5 10:07:35 go: finding github.com/moby/sys/mountinfo v0.1.3 10:07:35 go: finding github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 10:07:35 go: finding github.com/opencontainers/selinux v1.4.0 10:07:35 go: finding github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f 10:07:35 go: finding github.com/urfave/cli v1.22.1 10:07:35 go: finding github.com/seccomp/libseccomp-golang v0.9.1 10:07:35 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:07:35 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d 10:07:35 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 10:07:35 go: finding github.com/russross/blackfriday/v2 v2.0.1 10:07:35 go: finding github.com/vishvananda/netlink v1.1.0 10:07:35 go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0 10:07:35 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df 10:07:37 #13 48.70 Unpacking bash-completion (1:2.1-4.3) ... 10:07:37 #13 49.26 Selecting previously unselected package libnet1:amd64. 10:07:37 #13 49.28 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... 10:07:37 #13 49.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... 10:07:37 #13 ... 10:07:37 10:07:37 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:37 #58 39.83 CC images/file-lock.o 10:07:37 #58 40.12 CC images/rlimit.o 10:07:37 #58 40.34 CC images/pagemap.o 10:07:37 #58 40.71 CC images/siginfo.o 10:07:37 #58 41.10 CC images/rpc.o 10:07:37 #58 42.50 CC images/ext-file.o 10:07:37 #58 42.72 CC images/cgroup.o 10:07:37 #58 43.46 CC images/userns.o 10:07:37 #58 43.80 CC images/google/protobuf/descriptor.o 10:07:37 #58 45.56 CC images/opts.o 10:07:37 #58 45.81 CC images/seccomp.o 10:07:37 #58 46.09 CC images/binfmt-misc.o 10:07:37 #58 46.37 CC images/time.o 10:07:37 #58 46.63 CC images/sysctl.o 10:07:37 #58 46.90 CC images/autofs.o 10:07:37 #58 47.19 CC images/macvlan.o 10:07:37 #58 47.45 CC images/sit.o 10:07:37 #58 47.70 LINK images/built-in.o 10:07:37 #58 47.89 GEN compel/include/asm 10:07:37 #58 47.90 GEN compel/include/version.h 10:07:37 #58 47.93 touch .config 10:07:37 #58 47.95 GEN include/common/config.h 10:07:37 #58 48.07 GEN compel/plugins/include/uapi/std/syscall-codes-64.h 10:07:37 #58 48.11 GEN compel/plugins/include/uapi/std/syscall-64.h 10:07:37 #58 48.15 GEN compel/arch/x86/plugins/std/syscalls-64.S 10:07:37 #58 48.16 DEP compel/arch/x86/plugins/std/syscalls-64.d 10:07:37 #58 48.20 DEP compel/arch/x86/plugins/std/memcpy.d 10:07:37 #58 48.24 DEP compel/arch/x86/plugins/std/parasite-head.d 10:07:37 #58 48.29 GEN compel/plugins/include/uapi/std/syscall.h 10:07:37 #58 48.33 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c 10:07:37 #58 48.34 GEN compel/plugins/include/uapi/std/syscall-codes.h 10:07:37 #58 48.38 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 10:07:37 #58 48.39 DEP compel/plugins/std/infect.d 10:07:37 #58 48.63 DEP compel/plugins/std/string.d 10:07:37 #58 48.77 DEP compel/plugins/std/log.d 10:07:37 #58 48.92 DEP compel/plugins/std/fds.d 10:07:37 #58 49.07 DEP compel/plugins/std/std.d 10:07:37 #58 49.24 DEP compel/plugins/shmem/shmem.d 10:07:37 #58 49.40 DEP compel/plugins/fds/fds.d 10:07:37 #58 49.66 CC compel/plugins/std/std.o 10:07:37 #58 50.07 CC compel/plugins/std/fds.o 10:07:37 #58 ... 10:07:37 10:07:37 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:37 #13 49.42 Selecting previously unselected package libnfnetlink0:amd64. 10:07:37 #13 49.46 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... 10:07:37 #13 49.47 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... 10:07:37 #13 49.56 Selecting previously unselected package libpcrecpp0v5:amd64. 10:07:37 #13 49.57 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... 10:07:37 #13 49.57 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... 10:07:38 #13 49.73 Selecting previously unselected package libudev-dev:amd64. 10:07:38 #13 49.74 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... 10:07:38 #13 49.75 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... 10:07:38 #13 49.91 Selecting previously unselected package libpython3.5-minimal:amd64. 10:07:38 #13 49.91 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... 10:07:38 #13 49.92 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... 10:07:38 #13 50.52 Selecting previously unselected package python3.5-minimal. 10:07:38 #13 50.52 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... 10:07:38 #13 50.56 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... 10:07:39 #13 ... 10:07:39 10:07:39 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:39 #33 104.7 encoding/xml 10:07:39 #33 105.8 github.com/LK4D4/vndr/versioned 10:07:39 #33 105.9 compress/flate 10:07:39 #33 108.8 hash 10:07:39 #33 109.0 hash/crc32 10:07:39 #33 109.6 compress/gzip 10:07:39 #33 110.2 context 10:07:39 #33 110.9 crypto/cipher 10:07:39 #33 111.4 math/big 10:07:39 #33 112.1 crypto/aes 10:07:39 #33 113.3 crypto 10:07:39 #33 113.5 crypto/des 10:07:39 #33 114.1 crypto/internal/randutil 10:07:39 #33 114.3 crypto/sha512 10:07:39 #33 ... 10:07:39 10:07:39 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:39 #58 50.61 CC compel/plugins/std/log.o 10:07:39 #58 51.50 CC compel/plugins/std/string.o 10:07:39 #58 52.22 CC compel/plugins/std/infect.o 10:07:40 #58 52.85 CC compel/arch/x86/plugins/std/parasite-head.o 10:07:40 #58 52.94 CC compel/arch/x86/plugins/std/memcpy.o 10:07:40 #58 52.99 CC compel/arch/x86/plugins/std/syscalls-64.o 10:07:40 #58 53.06 AR compel/plugins/std.lib.a 10:07:40 #58 53.12 CC compel/plugins/fds/fds.o 10:07:41 #58 53.35 AR compel/plugins/fds.lib.a 10:07:41 #58 53.42 HOSTDEP compel/src/lib/log-host.d 10:07:41 #58 53.53 HOSTDEP compel/src/lib/handle-elf-host.d 10:07:41 #58 53.66 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d 10:07:41 #58 53.86 HOSTDEP compel/src/main-host.d 10:07:41 #58 54.01 DEP compel/src/lib/ptrace.d 10:07:41 #58 54.20 DEP compel/src/lib/infect.d 10:07:42 #58 54.46 DEP compel/src/lib/infect-util.d 10:07:42 #58 54.58 DEP compel/src/lib/infect-rpc.d 10:07:42 #58 54.76 DEP compel/arch/x86/src/lib/infect.d 10:07:42 #58 54.93 DEP compel/arch/x86/src/lib/cpu.d 10:07:42 #58 55.10 DEP compel/src/lib/log.d 10:07:43 #58 55.25 DEP compel/src/main.d 10:07:43 #58 55.44 DEP compel/src/lib/handle-elf.d 10:07:43 #58 55.59 DEP compel/arch/x86/src/lib/handle-elf.d 10:07:43 #58 55.86 CC compel/src/lib/log.o 10:07:44 #58 56.31 CC compel/arch/x86/src/lib/cpu.o 10:07:45 #58 57.29 CC compel/arch/x86/src/lib/infect.o 10:07:46 #58 58.30 CC compel/src/lib/infect-rpc.o 10:07:46 #58 ... 10:07:46 10:07:46 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:46 #13 51.77 Selecting previously unselected package python3-minimal. 10:07:46 #13 51.77 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... 10:07:46 #13 51.77 Unpacking python3-minimal (3.5.3-1) ... 10:07:46 #13 51.88 Selecting previously unselected package libmpdec2:amd64. 10:07:46 #13 51.88 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... 10:07:46 #13 51.89 Unpacking libmpdec2:amd64 (2.4.2-1) ... 10:07:46 #13 52.00 Selecting previously unselected package libpython3.5-stdlib:amd64. 10:07:46 #13 52.00 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... 10:07:46 #13 52.00 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... 10:07:46 #13 54.00 Selecting previously unselected package python3.5. 10:07:46 #13 54.01 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... 10:07:46 #13 54.01 Unpacking python3.5 (3.5.3-1+deb9u1) ... 10:07:46 #13 54.23 Selecting previously unselected package libpython3-stdlib:amd64. 10:07:46 #13 54.23 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... 10:07:46 #13 54.28 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... 10:07:46 #13 54.33 Selecting previously unselected package dh-python. 10:07:46 #13 54.34 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... 10:07:46 #13 54.35 Unpacking dh-python (2.20170125) ... 10:07:46 #13 54.61 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... 10:07:46 #13 54.64 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... 10:07:46 #13 58.36 Setting up python3-minimal (3.5.3-1) ... 10:07:47 #13 59.89 Selecting previously unselected package python3. 10:07:48 #13 59.89 (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 ... 16747 files and directories currently installed.) 10:07:48 #13 59.99 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... 10:07:48 #13 60.00 Unpacking python3 (3.5.3-1) ... 10:07:48 #13 60.11 Selecting previously unselected package pigz. 10:07:48 #13 60.15 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... 10:07:48 #13 60.15 Unpacking pigz (2.3.4-1) ... 10:07:48 #13 60.29 Selecting previously unselected package libip4tc0:amd64. 10:07:48 #13 60.29 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... 10:07:48 #13 60.29 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... 10:07:48 #13 60.42 Selecting previously unselected package libip6tc0:amd64. 10:07:48 #13 60.43 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... 10:07:48 #13 60.43 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... 10:07:48 #13 60.54 Selecting previously unselected package libiptc0:amd64. 10:07:48 #13 60.54 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... 10:07:48 #13 60.55 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... 10:07:48 #13 60.66 Selecting previously unselected package libxtables12:amd64. 10:07:48 #13 60.66 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... 10:07:49 #13 60.67 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... 10:07:49 #13 60.81 Selecting previously unselected package libnetfilter-conntrack3:amd64. 10:07:49 #13 60.81 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... 10:07:49 #13 60.81 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... 10:07:49 #13 60.92 Selecting previously unselected package iptables. 10:07:49 #13 60.95 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... 10:07:49 #13 60.96 Unpacking iptables (1.6.0+snapshot20161117-6) ... 10:07:49 #13 61.41 Selecting previously unselected package xxd. 10:07:49 #13 61.43 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... 10:07:49 #13 61.45 Unpacking xxd (2:8.0.0197-4+deb9u3) ... 10:07:50 #13 61.66 Selecting previously unselected package vim-common. 10:07:50 #13 61.66 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... 10:07:50 #13 61.68 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... 10:07:50 #13 61.88 Selecting previously unselected package bzip2. 10:07:50 #13 61.88 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... 10:07:50 #13 61.88 Unpacking bzip2 (1.0.6-8.1) ... 10:07:50 #13 62.02 Selecting previously unselected package libgpm2:amd64. 10:07:50 #13 62.03 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... 10:07:50 #13 62.03 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... 10:07:50 #13 62.11 Selecting previously unselected package xz-utils. 10:07:50 #13 62.11 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... 10:07:50 #13 62.12 Unpacking xz-utils (5.2.2-1.2+b1) ... 10:07:50 #13 ... 10:07:50 10:07:50 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:50 #33 115.4 crypto/ed25519/internal/edwards25519 10:07:50 #33 117.4 crypto/hmac 10:07:50 #33 117.6 crypto/md5 10:07:50 #33 118.4 crypto/rc4 10:07:50 #33 118.7 crypto/sha1 10:07:50 #33 119.8 crypto/sha256 10:07:50 #33 120.8 encoding/hex 10:07:50 #33 121.0 crypto/rand 10:07:50 #33 121.3 crypto/elliptic 10:07:50 #33 121.7 encoding/asn1 10:07:50 #33 124.1 crypto/ed25519 10:07:50 #33 124.4 crypto/rsa 10:07:50 #33 124.7 crypto/ecdsa 10:07:50 #33 125.4 crypto/dsa 10:07:50 #33 ... 10:07:50 10:07:50 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:50 #13 62.37 Selecting previously unselected package aufs-tools. 10:07:50 #13 62.38 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... 10:07:50 #13 62.38 Unpacking aufs-tools (1:4.1+20161219-1) ... 10:07:50 #13 62.66 Selecting previously unselected package liblzo2-2:amd64. 10:07:50 #13 62.67 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... 10:07:50 #13 62.70 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... 10:07:51 #13 ... 10:07:51 10:07:51 #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit 10:07:51 #61 117.4 + for f in rootlesskit rootlesskit-docker-proxy 10:07:51 #61 117.4 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 10:07:51 #61 DONE 126.0s 10:07:51 10:07:51 #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build 10:07:51 #62 DONE 0.1s 10:07:51 10:07:51 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:07:51 #13 62.87 Selecting previously unselected package btrfs-progs. 10:07:51 #13 62.90 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... 10:07:51 #13 62.90 Unpacking btrfs-progs (4.7.3-1) ... 10:07:52 #13 63.84 Selecting previously unselected package btrfs-tools. 10:07:52 #13 63.84 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... 10:07:52 #13 63.85 Unpacking btrfs-tools (4.7.3-1) ... 10:07:52 #13 64.12 Selecting previously unselected package libdevmapper1.02.1:amd64. 10:07:52 #13 64.12 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... 10:07:52 #13 64.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... 10:07:52 #13 64.31 Selecting previously unselected package dmsetup. 10:07:52 #13 64.32 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... 10:07:52 #13 64.33 Unpacking dmsetup (2:1.02.137-2) ... 10:07:52 #13 64.46 Selecting previously unselected package libonig4:amd64. 10:07:52 #13 64.46 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... 10:07:52 #13 64.50 Unpacking libonig4:amd64 (6.1.3-2) ... 10:07:53 #13 64.67 Selecting previously unselected package libjq1:amd64. 10:07:53 #13 64.67 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... 10:07:53 #13 64.68 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... 10:07:53 #13 64.82 Selecting previously unselected package jq. 10:07:53 #13 64.82 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... 10:07:53 #13 64.83 Unpacking jq (1.5+dfsg-1.3) ... 10:07:53 #13 64.94 Selecting previously unselected package libaio1:amd64. 10:07:53 #13 64.95 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... 10:07:53 #13 64.95 Unpacking libaio1:amd64 (0.3.110-3) ... 10:07:53 #13 65.05 Selecting previously unselected package libcap2-bin. 10:07:53 #13 65.05 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... 10:07:53 #13 65.05 Unpacking libcap2-bin (1:2.25-1) ... 10:07:53 #13 65.16 Selecting previously unselected package libdevmapper-event1.02.1:amd64. 10:07:53 #13 65.16 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... 10:07:53 #13 65.17 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... 10:07:53 #13 65.27 Selecting previously unselected package libsepol1-dev:amd64. 10:07:53 #13 65.29 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... 10:07:53 #13 65.29 Unpacking libsepol1-dev:amd64 (2.6-2) ... 10:07:53 #13 65.65 Selecting previously unselected package libpcre16-3:amd64. 10:07:53 #13 65.65 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... 10:07:53 #13 65.65 Unpacking libpcre16-3:amd64 (2:8.39-3) ... 10:07:54 #13 65.80 Selecting previously unselected package libpcre32-3:amd64. 10:07:54 #13 65.81 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... 10:07:54 #13 65.81 Unpacking libpcre32-3:amd64 (2:8.39-3) ... 10:07:54 #13 66.02 Selecting previously unselected package libpcre3-dev:amd64. 10:07:54 #13 66.02 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... 10:07:54 #13 66.03 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... 10:07:54 #13 66.48 Selecting previously unselected package libselinux1-dev:amd64. 10:07:54 #13 66.49 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... 10:07:54 #13 66.49 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... 10:07:54 #13 66.79 Selecting previously unselected package libdevmapper-dev:amd64. 10:07:54 #13 66.79 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... 10:07:54 #13 66.80 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... 10:07:55 #13 66.91 Selecting previously unselected package libnl-3-200:amd64. 10:07:55 #13 66.92 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... 10:07:55 #13 66.93 Unpacking libnl-3-200:amd64 (3.2.27-2) ... 10:07:55 #13 67.04 Selecting previously unselected package libprotobuf-c1:amd64. 10:07:55 #13 67.05 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... 10:07:55 #13 67.05 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... 10:07:55 #13 67.14 Selecting previously unselected package libreadline5:amd64. 10:07:55 #13 67.15 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... 10:07:55 #13 67.15 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... 10:07:55 #13 67.29 Selecting previously unselected package libsystemd-dev:amd64. 10:07:55 #13 67.29 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... 10:07:55 #13 67.30 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... 10:07:56 #13 ... 10:07:56 10:07:56 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:56 #58 58.75 CC compel/src/lib/infect-util.o 10:07:56 #58 59.10 CC compel/src/lib/infect.o 10:07:56 #58 61.85 CC compel/src/lib/ptrace.o 10:07:56 #58 62.28 AR compel/libcompel.a 10:07:56 #58 62.37 HOSTCC compel/src/main-host.o 10:07:56 #58 62.82 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o 10:07:56 #58 63.15 HOSTCC compel/src/lib/handle-elf-host.o 10:07:56 #58 63.71 HOSTCC compel/src/lib/log-host.o 10:07:56 #58 64.19 HOSTLINK compel/compel-host-bin 10:07:56 #58 64.56 DEP soccr/soccr.d 10:07:56 #58 64.87 CC soccr/soccr.o 10:07:56 #58 66.48 AR soccr/libsoccr.a 10:07:56 #58 66.52 make[1]: 'soccr/libsoccr.a' is up to date. 10:07:56 #58 66.90 DEP criu/arch/x86/sigframe.d 10:07:56 #58 67.08 DEP criu/arch/x86/sigaction_compat.d 10:07:56 #58 67.20 DEP criu/arch/x86/kerndat.d 10:07:56 #58 67.42 DEP criu/arch/x86/crtools.d 10:07:56 #58 67.58 DEP criu/arch/x86/cpu.d 10:07:56 #58 67.80 CC criu/arch/x86/cpu.o 10:07:56 #58 68.51 CC criu/arch/x86/crtools.o 10:07:57 CGO_ENABLED=1 go build -tags "seccomp apparmor netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="46be7b612e2533c494e6a251111de46d8e286ed5" -X main.version=1.0.0-rc10+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 10:07:57 install -D -m0755 runc /usr/local/sbin/runc 10:07:57 #58 ... 10:07:57 10:07:57 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:07:57 #33 125.9 crypto/x509/pkix 10:07:57 #33 126.0 encoding/pem 10:07:57 #33 126.7 vendor/golang.org/x/crypto/cryptobyte 10:07:57 #33 126.8 vendor/golang.org/x/net/dns/dnsmessage 10:07:57 #33 129.3 internal/singleflight 10:07:57 #33 129.5 vendor/golang.org/x/crypto/internal/chacha20 10:07:57 #33 130.1 vendor/golang.org/x/crypto/poly1305 10:07:57 #33 130.5 vendor/golang.org/x/sys/cpu 10:07:57 #33 130.8 vendor/golang.org/x/crypto/chacha20poly1305 10:07:57 #33 131.3 net 10:07:57 #33 132.1 vendor/golang.org/x/crypto/hkdf 10:07:57 #33 132.2 vendor/golang.org/x/text/transform 10:07:57 #33 ... 10:07:57 10:07:57 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:07:57 #58 69.81 CC criu/arch/x86/kerndat.o 10:07:58 #58 70.33 CC criu/arch/x86/sigaction_compat.o 10:07:58 #58 70.67 CC criu/arch/x86/sigframe.o 10:07:58 #58 71.04 LINK criu/arch/x86/crtools.built-in.o 10:07:58 #58 71.09 DEP criu/pie/util-vdso-elf32.d 10:07:59 #58 71.22 DEP criu/arch/x86/vdso-pie.d 10:07:59 #58 71.35 DEP criu/pie/parasite-vdso.d 10:07:59 #58 71.49 DEP criu/pie/util-vdso.d 10:07:59 Removing intermediate container 57131ee73a79 10:07:59 ---> 2a9ca9aa947d 10:07:59 Step 38/49 : FROM scratch 10:07:59 ---> 10:07:59 Step 39/49 : ARG VERSION 10:07:59 ---> Running in 7a18eddc24a9 10:07:59 Removing intermediate container 7a18eddc24a9 10:07:59 ---> f2581224b5c4 10:07:59 Step 40/49 : ARG GITCOMMIT 10:07:59 ---> Running in 00b8a47e0e65 10:07:59 #58 71.59 DEP criu/pie/util.d 10:07:59 #58 71.74 CC criu/pie/util.o 10:07:59 Removing intermediate container 00b8a47e0e65 10:07:59 ---> 8f202345ab23 10:07:59 Step 41/49 : ARG BUILDTIME 10:07:59 ---> Running in 18ac1124dcf0 10:07:59 #58 71.97 CC criu/pie/util-vdso.o 10:07:59 Removing intermediate container 18ac1124dcf0 10:07:59 ---> aa44bf8cdf86 10:07:59 Step 42/49 : ARG PLATFORM 10:07:59 ---> Running in 99cf38d5558c 10:07:59 Removing intermediate container 99cf38d5558c 10:07:59 ---> 2550d6fea852 10:07:59 Step 43/49 : ARG ENGINE_IMAGE 10:07:59 ---> Running in 81f23d5a46ff 10:07:59 Removing intermediate container 81f23d5a46ff 10:07:59 ---> 173d64151289 10:07:59 Step 44/49 : COPY --from=dockerd-builder /sbin/dockerd /bin/ 10:08:00 #58 72.73 CC criu/pie/parasite-vdso.o 10:08:01 #58 73.93 CC criu/arch/x86/vdso-pie.o 10:08:02 #58 74.32 CC criu/pie/util-vdso-elf32.o 10:08:02 #58 75.06 AR criu/pie/pie.lib.a 10:08:02 #58 75.14 DEP criu/pie/restorer.d 10:08:02 #58 75.47 DEP criu/arch/x86/sigaction_compat_pie.d 10:08:03 ---> c3caafeed157 10:08:03 Step 45/49 : COPY --from=proxy-builder /sbin/docker-proxy /bin/ 10:08:03 ---> c24c588db6d1 10:08:03 Step 46/49 : COPY --from=init-builder /sbin/docker-init /bin/ 10:08:03 #58 75.67 DEP criu/arch/x86/restorer_unmap.d 10:08:03 #58 75.72 DEP criu/arch/x86/restorer.d 10:08:03 ---> f993e661669a 10:08:03 Step 47/49 : COPY --from=runc-builder /usr/local/sbin/runc /bin/ 10:08:03 #58 76.01 DEP criu/pie/parasite.d 10:08:03 #58 76.30 CC criu/pie/parasite.o 10:08:04 #58 ... 10:08:04 10:08:04 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:08:04 #13 69.21 Selecting previously unselected package net-tools. 10:08:04 #13 69.21 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... 10:08:04 #13 69.23 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... 10:08:04 #13 69.50 Selecting previously unselected package python-pip-whl. 10:08:04 #13 69.50 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... 10:08:04 #13 69.51 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... 10:08:04 #13 70.25 Selecting previously unselected package python3-pip. 10:08:04 #13 70.26 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... 10:08:04 #13 70.27 Unpacking python3-pip (9.0.1-2+deb9u1) ... 10:08:04 #13 70.53 Selecting previously unselected package python3-pkg-resources. 10:08:04 #13 70.54 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... 10:08:04 #13 70.55 Unpacking python3-pkg-resources (33.1.1-1) ... 10:08:04 #13 70.72 Selecting previously unselected package python3-setuptools. 10:08:04 #13 70.73 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... 10:08:04 #13 70.73 Unpacking python3-setuptools (33.1.1-1) ... 10:08:04 #13 70.98 Selecting previously unselected package python3-wheel. 10:08:04 #13 70.98 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... 10:08:04 #13 70.99 Unpacking python3-wheel (0.29.0-2) ... 10:08:04 #13 71.12 Selecting previously unselected package thin-provisioning-tools. 10:08:04 #13 71.14 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... 10:08:04 #13 71.15 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... 10:08:04 #13 71.39 Selecting previously unselected package vim-runtime. 10:08:04 #13 71.43 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... 10:08:04 #13 71.46 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' 10:08:04 #13 71.52 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' 10:08:04 #13 71.52 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... 10:08:04 #13 75.64 Selecting previously unselected package vim. 10:08:04 #13 75.67 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... 10:08:04 #13 75.67 Unpacking vim (2:8.0.0197-4+deb9u3) ... 10:08:04 #13 76.32 Selecting previously unselected package xfsprogs. 10:08:04 ---> 91cc7d91467c 10:08:04 Step 48/49 : LABEL org.opencontainers.image.authors="Docker Inc." org.opencontainers.image.created="${BUILDTIME}" org.opencontainers.image.documentation="https://docs.docker.com/" org.opencontainers.image.licenses="Apache-2.0" org.opencontainers.image.revision="${GITCOMMIT}" org.opencontainers.image.url="https://www.docker.com/products/docker-engine" org.opencontainers.image.vendor="Docker Inc." org.opencontainers.image.version="${VERSION}" com.docker.distribution_based_engine="{\"platform\":\"${PLATFORM}\",\"engine_image\":\"${ENGINE_IMAGE}\",\"containerd_min_version\":\"1.2.0-beta.1\",\"runtime\":\"host_install\"}" 10:08:04 ---> Running in f9fb666b7f66 10:08:04 Removing intermediate container f9fb666b7f66 10:08:04 ---> 6ef3c4f75493 10:08:04 Step 49/49 : ENTRYPOINT ["/bin/dockerd"] 10:08:04 #13 76.32 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... 10:08:04 #13 76.34 Unpacking xfsprogs (4.9.0+nmu1) ... 10:08:04 ---> Running in 510c8ae21e40 10:08:04 Removing intermediate container 510c8ae21e40 10:08:04 ---> 1bc1277ba0d2 10:08:05 #13 76.94 Selecting previously unselected package zip. 10:08:05 #13 76.96 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... 10:08:05 #13 76.96 Unpacking zip (3.0-11+b1) ... 10:08:05 Successfully built 1bc1277ba0d2 10:08:05 Successfully tagged dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 10:08:05 echo dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 > image-linux 10:08:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' [Pipeline] sh 10:08:05 #13 77.14 Selecting previously unselected package libapparmor-perl. 10:08:05 #13 77.16 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... 10:08:05 #13 77.17 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... 10:08:05 #13 ... 10:08:05 10:08:05 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:05 #58 77.76 LINK criu/pie/parasite.built-in.o 10:08:05 #58 77.78 GEN criu/pie/parasite-blob.h 10:08:05 #58 77.81 CC criu/arch/x86/restorer.o 10:08:05 + pwd 10:08:05 + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine clean-image clean-engine 10:08:05 make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine -C image clean 10:08:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:08:05 rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 10:08:05 rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine-dm 10:08:05 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 10:08:05 Untagged: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 10:08:05 Deleted: sha256:1bc1277ba0d2182b04ad0452714c98ee89b890eecf365f7a3ce2a9c77ba26b0f 10:08:05 Deleted: sha256:6ef3c4f75493a246fa3ec23bfba5c6980fc22099421772235ffb6586f7958fce 10:08:05 Deleted: sha256:91cc7d91467cc3c6305a661725ce15b11810bf115303a582f1575d3125082e53 10:08:05 Deleted: sha256:e1c858220b2c205fc9bf82afa8f6baa041f13640d506a3330892ac8969d43999 10:08:05 Deleted: sha256:f993e661669a97f47ee7ec6f18fc61064baa887d8b66d8f1bc0310eff2753dfa 10:08:05 Deleted: sha256:d1a885da8849c4a9fdf43cc925a4107e8abd3792b4d9a2216fb746bdef361d44 10:08:05 Deleted: sha256:c24c588db6d1c4dac05ab4f38e7143c8979870ad62e9017d5f0f75e7707cf42d 10:08:05 Deleted: sha256:c10ee83a47af0b3c8605637f68e78c07d6d1a5df5e0f4c7af966e720bb769569 10:08:05 Deleted: sha256:c3caafeed1571d77d49bc2eb188e9d022cfee6e685592de0b26be97b7dd55c8c 10:08:05 Deleted: sha256:aaef98f1f30d882498e2ddc5b65cf10afead8fc784917c8ef08f2556c3da6006 10:08:05 Deleted: sha256:173d64151289562a7cd9c590ed36d2561b65268eff94ac85696053a87eefe539 10:08:05 Deleted: sha256:2550d6fea8528caadcd111a6f406a67045819deb0027dba8746462d59948075b 10:08:05 Deleted: sha256:aa44bf8cdf86c8d58b3515597801b61fd87a5849a884f74a7f26ed230e4f6285 10:08:05 Deleted: sha256:8f202345ab23adc3fd80b9b77c67cf69790df9b615a0cc6ae4066c8ab5a47387 10:08:05 Deleted: sha256:f2581224b5c4ee51024283a27a56191b30f176d684ab37eb7c2547e6a9b9d168 10:08:05 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm 10:08:05 Error: No such image: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm 10:08:05 Makefile:35: recipe for target 'clean' failed 10:08:05 make[1]: [clean] Error 1 (ignored) 10:08:05 rm -f image-linux 10:08:05 rm -f -r artifacts 10:08:05 rm -f *.tar 10:08:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 10:08:05 rm -rf /home/ubuntu/workspace/docker-ce-packaging_19.03/engine [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:08:06 #58 78.46 CC criu/arch/x86/restorer_unmap.o 10:08:06 #58 78.53 CC criu/arch/x86/sigaction_compat_pie.o 10:08:06 #58 78.84 CC criu/pie/restorer.o 10:08:08 #58 ... 10:08:08 10:08:08 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:08:08 #33 132.9 vendor/golang.org/x/text/unicode/bidi 10:08:08 #33 134.8 vendor/golang.org/x/text/secure/bidirule 10:08:08 #33 135.2 vendor/golang.org/x/text/unicode/norm 10:08:08 #33 139.7 vendor/golang.org/x/net/idna 10:08:08 #33 142.3 vendor/golang.org/x/net/http2/hpack 10:08:08 #33 ... 10:08:08 10:08:08 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:08:08 #13 77.33 Selecting previously unselected package apparmor. 10:08:08 #13 77.34 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... 10:08:08 #13 77.40 Unpacking apparmor (2.11.0-3+deb9u2) ... 10:08:08 #13 77.88 Selecting previously unselected package binutils-mingw-w64-i686. 10:08:08 #13 77.90 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... 10:08:08 #13 77.91 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... 10:08:08 #13 79.66 Selecting previously unselected package binutils-mingw-w64-x86-64. 10:08:08 #13 79.68 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... 10:08:08 #13 79.69 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... 10:08:10 #13 82.04 Selecting previously unselected package binutils-mingw-w64. 10:08:10 #13 82.07 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... 10:08:10 #13 82.10 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... 10:08:10 #13 82.19 Selecting previously unselected package mingw-w64-common. 10:08:10 #13 82.21 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... 10:08:10 #13 82.21 Unpacking mingw-w64-common (5.0.1-1) ... 10:08:11 #13 ... 10:08:11 10:08:11 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter 10:08:11 #24 136.6 + GOBIN=/build 10:08:11 #24 136.6 + /build/gometalinter --install 10:08:11 #24 136.6 Installing: 10:08:11 #24 136.6 deadcode 10:08:11 #24 136.6 dupl 10:08:11 #24 136.6 errcheck 10:08:11 #24 136.6 gas 10:08:11 #24 136.6 gochecknoglobals 10:08:11 #24 136.6 gochecknoinits 10:08:11 #24 136.6 goconst 10:08:11 #24 136.6 gocyclo 10:08:11 #24 136.6 goimports 10:08:11 #24 136.6 golint 10:08:11 #24 136.6 gosimple 10:08:11 #24 136.6 gotype 10:08:11 #24 136.6 gotypex 10:08:11 #24 136.6 ineffassign 10:08:11 #24 136.6 interfacer 10:08:11 #24 136.6 lll 10:08:11 #24 136.6 maligned 10:08:11 #24 136.6 megacheck 10:08:11 #24 136.6 misspell 10:08:11 #24 136.6 nakedret 10:08:11 #24 136.6 safesql 10:08:11 #24 136.6 staticcheck 10:08:11 #24 136.6 structcheck 10:08:11 #24 136.6 unconvert 10:08:11 #24 136.6 unparam 10:08:11 #24 136.6 unused 10:08:11 #24 136.6 varcheck 10:08:11 #24 ... 10:08:11 10:08:11 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:11 #58 82.29 LINK criu/pie/restorer.built-in.o 10:08:11 #58 82.31 GEN criu/pie/restorer-blob.h 10:08:11 #58 82.44 DEP criu/vdso.d 10:08:11 #58 82.65 DEP criu/vdso-compat.d 10:08:11 #58 82.81 DEP criu/uts_ns.d 10:08:11 #58 83.03 DEP criu/util.d 10:08:11 #58 83.33 DEP criu/uffd.d 10:08:11 #58 83.67 DEP criu/tun.d 10:08:11 #58 84.00 DEP criu/tty.d 10:08:11 #58 84.20 DEP criu/timerfd.d 10:08:12 #58 84.48 DEP criu/sysfs_parse.d 10:08:12 #58 84.68 DEP criu/sysctl.d 10:08:12 #58 84.93 DEP criu/string.d 10:08:12 #58 85.00 DEP criu/stats.d 10:08:12 #58 85.15 DEP criu/sockets.d 10:08:13 #58 85.46 DEP criu/sk-unix.d 10:08:13 #58 85.71 DEP criu/sk-tcp.d 10:08:13 #58 85.92 DEP criu/sk-queue.d 10:08:13 #58 86.16 DEP criu/sk-packet.d 10:08:14 #58 86.41 DEP criu/sk-netlink.d 10:08:14 #58 86.62 DEP criu/sk-inet.d 10:08:14 #58 86.87 DEP criu/signalfd.d 10:08:14 #58 87.10 DEP criu/sigframe.d 10:08:14 #58 87.28 DEP criu/shmem.d 10:08:15 #58 87.44 DEP criu/servicefd.d 10:08:15 #58 87.71 DEP criu/seize.d 10:08:15 #58 ... 10:08:15 10:08:15 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:08:15 #13 87.26 Selecting previously unselected package mingw-w64-x86-64-dev. 10:08:15 #13 87.28 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... 10:08:15 #13 87.28 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... 10:08:18 Project root: /go/src/github.com/docker/cli 10:08:18 Generating man pages into /go/src/github.com/docker/cli/man/man1 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 10:08:18 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping 10:08:18 make[2]: Leaving directory '/root/build-deb/cli' 10:08:18 # Build the CLI plugins 10:08:18 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values 10:08:18 set -e;cd /sources && \ 10:08:18 tar xzf plugin-installers.tgz; \ 10:08:18 for installer in plugins/*.installer; do \ 10:08:18 LDFLAGS='' bash ${installer} build; \ 10:08:18 done 10:08:18 Cloning into '/go/src/github.com/docker/app'... 10:08:18 Fetching origin 10:08:18 make[2]: Entering directory '/go/src/github.com/docker/app' 10:08:18 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=7eea32b -X github.com/docker/app/internal.Version=v0.8.0 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2020-04-21T10:08:13Z" -o bin/docker-app ./cmd/docker-app 10:08:18 #13 ... 10:08:18 10:08:18 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:08:18 #33 143.4 mime 10:08:18 #33 145.6 mime/quotedprintable 10:08:18 #33 146.0 net/http/internal 10:08:18 #33 146.3 os/exec 10:08:18 #33 150.1 net/textproto 10:08:18 #33 150.1 crypto/x509 10:08:18 #33 151.3 vendor/golang.org/x/net/http/httpguts 10:08:18 #33 151.6 vendor/golang.org/x/net/http/httpproxy 10:08:18 #33 152.3 mime/multipart 10:08:18 #33 ... 10:08:18 10:08:18 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:18 #58 87.97 DEP criu/seccomp.d 10:08:18 #58 88.25 DEP criu/rst-malloc.d 10:08:18 #58 88.37 DEP criu/rbtree.d 10:08:18 #58 88.42 DEP criu/pstree.d 10:08:18 #58 88.58 DEP criu/protobuf.d 10:08:18 #58 88.76 GEN criu/protobuf-desc-gen.h 10:08:18 #58 90.39 DEP criu/protobuf-desc.d 10:08:18 #58 90.57 DEP criu/proc_parse.d 10:08:18 #58 90.79 DEP criu/plugin.d 10:08:18 #58 90.97 DEP criu/pipes.d 10:08:18 #58 91.23 DEP criu/pie-util.d 10:08:19 #58 91.44 DEP criu/pie-util-vdso.d 10:08:19 #58 91.63 DEP criu/pie-util-vdso-elf32.d 10:08:19 #58 91.79 DEP criu/path.d 10:08:19 #58 91.92 DEP criu/parasite-syscall.d 10:08:19 #58 92.24 DEP criu/pagemap.d 10:08:20 #58 92.45 DEP criu/pagemap-cache.d 10:08:20 #58 92.67 DEP criu/page-xfer.d 10:08:20 #58 92.91 DEP criu/page-pipe.d 10:08:20 #58 93.04 DEP criu/netfilter.d 10:08:20 #58 93.19 DEP criu/net.d 10:08:21 #58 93.55 DEP criu/namespaces.d 10:08:21 #58 93.71 DEP criu/mount.d 10:08:21 #58 93.97 DEP criu/mem.d 10:08:21 #58 94.25 DEP criu/lsm.d 10:08:22 #58 94.39 DEP criu/log.d 10:08:22 #58 94.59 DEP criu/libnetlink.d 10:08:22 #58 94.74 DEP criu/kerndat.d 10:08:22 #58 94.99 DEP criu/kcmp-ids.d 10:08:22 #58 95.12 DEP criu/irmap.d 10:08:22 #58 95.26 DEP criu/ipc_ns.d 10:08:23 #58 95.46 DEP criu/image.d 10:08:23 #58 95.78 DEP criu/image-desc.d 10:08:23 #58 95.94 DEP criu/fsnotify.d 10:08:23 #58 96.25 DEP criu/filesystems.d 10:08:24 #58 96.48 DEP criu/files.d 10:08:24 #58 96.75 DEP criu/files-reg.d 10:08:24 #58 96.99 DEP criu/files-ext.d 10:08:24 #58 97.25 DEP criu/file-lock.d 10:08:25 #58 97.53 DEP criu/file-ids.d 10:08:25 #58 97.75 DEP criu/fifo.d 10:08:25 #58 97.99 DEP criu/fdstore.d 10:08:25 #58 98.11 DEP criu/fault-injection.d 10:08:25 #58 98.19 DEP criu/external.d 10:08:25 #58 98.33 DEP criu/eventpoll.d 10:08:26 #58 98.56 DEP criu/eventfd.d 10:08:26 #58 98.75 DEP criu/crtools.d 10:08:26 #58 99.04 DEP criu/cr-service.d 10:08:26 #58 99.31 DEP criu/cr-restore.d 10:08:27 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 10:08:27 10:08:27 + popd 10:08:27 + exit 0 10:08:27 ~/rpmbuild/BUILD/src 10:08:27 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gZzEVM 10:08:27 + umask 022 10:08:27 + cd /root/rpmbuild/BUILD 10:08:27 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 '!=' / ']' 10:08:27 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:08:27 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:08:27 + mkdir -p /root/rpmbuild/BUILDROOT 10:08:27 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:08:27 + cd src 10:08:27 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd 10:08:27 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/bin/dockerd 10:08:27 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/bin/docker-proxy 10:08:27 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/bin/docker-init 10:08:27 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/lib/systemd/system/docker.service 10:08:27 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/lib/systemd/system/docker.socket 10:08:27 + install -D -m 0644 /root/rpmbuild/SOURCES/distribution_based_engine.json /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/var/lib/docker-engine/distribution_based_engine.json 10:08:27 + /usr/lib/rpm/check-buildroot 10:08:27 + /usr/lib/rpm/redhat/brp-compress 10:08:27 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip 10:08:27 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump 10:08:27 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip 10:08:27 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 10:08:27 + /usr/lib/rpm/redhat/brp-python-hardlink 10:08:27 + /usr/lib/rpm/redhat/brp-java-repack-jars 10:08:27 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dciKEc 10:08:27 + umask 022 10:08:27 + cd /root/rpmbuild/BUILD 10:08:27 + cd src 10:08:27 + engine/bundles/dynbinary-daemon/dockerd -v 10:08:27 Docker version 0.0.0-20200420120129-05ad944d13, build 05ad944d13 10:08:27 + exit 0 10:08:27 Processing files: docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:08:27 Provides: docker-ce = 3:0.0.0.20200420120129.05ad944d13-0.el7 docker-ce(x86-64) = 3:0.0.0.20200420120129.05ad944d13-0.el7 10:08:27 Requires(interp): /bin/sh /bin/sh /bin/sh 10:08:27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 10:08:27 Requires(post): /bin/sh 10:08:27 Requires(preun): /bin/sh 10:08:27 Requires(postun): /bin/sh 10:08:27 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libseccomp.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) 10:08:27 Conflicts: docker docker-io docker-engine-cs docker-ee 10:08:27 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine 10:08:27 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:08:27 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.src.rpm 10:08:27 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64.rpm 10:08:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MjvLU0 10:08:27 + umask 022 10:08:27 + cd /root/rpmbuild/BUILD 10:08:27 + cd src 10:08:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:08:27 + exit 0 10:08:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vG5ORU 10:08:27 + umask 022 10:08:27 + cd /root/rpmbuild/BUILD 10:08:27 + cd /root/rpmbuild/BUILD 10:08:27 + rm -rf src 10:08:27 + /usr/bin/mkdir -p src 10:08:27 + cd src 10:08:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz 10:08:27 + /usr/bin/tar -xf - 10:08:27 + STATUS=0 10:08:27 + '[' 0 -ne 0 ']' 10:08:27 + /usr/bin/tar -xf - 10:08:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz 10:08:27 + STATUS=0 10:08:27 + '[' 0 -ne 0 ']' 10:08:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . 10:08:27 + exit 0 10:08:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0C05cQ 10:08:27 + umask 022 10:08:27 + cd /root/rpmbuild/BUILD 10:08:27 + cd src 10:08:27 + mkdir -p /go/src/github.com/docker 10:08:27 + rm -f /go/src/github.com/docker/cli 10:08:27 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli 10:08:27 + pushd /go/src/github.com/docker/cli 10:08:27 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src 10:08:27 + DISABLE_WARN_OUTSIDE_CONTAINER=1 10:08:27 + make VERSION=0.0.0-20200420120129-05ad944d13 GITCOMMIT=05ad944d13 dynbinary manpages 10:08:27 ./scripts/build/dynbinary 10:08:27 Building dynamically linked build/docker-linux-amd64 10:08:27 #58 99.64 DEP criu/cr-errno.d 10:08:27 #58 99.67 DEP criu/cr-dump.d 10:08:27 #58 99.92 DEP criu/cr-dedup.d 10:08:27 #58 100.2 DEP criu/cr-check.d 10:08:28 #58 100.5 DEP criu/config.d 10:08:28 #58 100.7 DEP criu/clone-noasan.d 10:08:28 #58 100.8 DEP criu/cgroup.d 10:08:28 #58 101.1 DEP criu/cgroup-props.d 10:08:28 #58 101.2 DEP criu/bitmap.d 10:08:28 #58 101.2 DEP criu/bfd.d 10:08:28 #58 101.3 DEP criu/autofs.d 10:08:28 #58 ... 10:08:28 10:08:28 #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... 10:08:28 #15 164.3 + rm -rf /tmp/tmp.KSmgcvauJt 10:08:29 #15 DONE 165.1s 10:08:29 10:08:29 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:29 #58 101.4 DEP criu/aio.d 10:08:29 #58 101.7 DEP criu/action-scripts.d 10:08:30 #58 102.2 CC criu/action-scripts.o 10:08:30 #58 ... 10:08:30 10:08:30 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:08:30 #33 154.9 crypto/tls 10:08:30 #33 162.0 net/http/httptrace 10:08:30 #33 162.2 net/http 10:08:30 #33 ... 10:08:30 10:08:30 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:08:30 #13 92.28 Selecting previously unselected package gcc-mingw-w64-base. 10:08:30 #13 92.30 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... 10:08:30 #13 92.31 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... 10:08:30 #13 92.46 Selecting previously unselected package gcc-mingw-w64-x86-64. 10:08:30 #13 92.49 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... 10:08:30 #13 92.49 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 10:08:30 #13 ... 10:08:30 10:08:30 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:30 #58 103.1 CC criu/aio.o 10:08:31 #58 103.6 CC criu/autofs.o 10:08:33 #58 105.4 CC criu/bfd.o 10:08:33 #58 106.0 CC criu/bitmap.o 10:08:33 #58 106.2 CC criu/cgroup-props.o 10:08:34 #58 ... 10:08:34 10:08:34 #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum 10:08:34 #27 DONE 169.6s 10:08:34 10:08:34 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:08:35 #47 ... 10:08:35 10:08:35 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:35 #58 107.6 CC criu/cgroup.o 10:08:38 #58 111.0 CC criu/clone-noasan.o 10:08:38 #58 111.1 CC criu/config.o 10:08:40 #58 112.6 CC criu/cr-check.o 10:08:40 #58 ... 10:08:40 10:08:40 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:08:40 #33 175.6 github.com/LK4D4/vndr/godl 10:08:41 #33 176.4 github.com/LK4D4/vndr 10:08:46 #33 ... 10:08:46 10:08:46 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:46 #58 114.5 CC criu/cr-dedup.o 10:08:46 #58 115.0 CC criu/cr-dump.o 10:08:46 #58 117.5 CC criu/cr-errno.o 10:08:46 #58 117.6 CC criu/cr-restore.o 10:08:49 #58 ... 10:08:49 10:08:49 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr 10:08:49 #33 DONE 184.0s 10:08:49 10:08:49 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:08:49 #13 111.4 Selecting previously unselected package g++-mingw-w64-x86-64. 10:08:49 #13 111.4 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... 10:08:49 #13 111.4 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 10:08:51 #13 ... 10:08:51 10:08:51 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:08:51 #58 123.3 CC criu/cr-service.o 10:08:52 #58 124.9 CC criu/crtools.o 10:08:53 #58 125.5 CC criu/eventfd.o 10:08:53 #58 125.9 CC criu/eventpoll.o 10:08:54 #58 126.6 CC criu/external.o 10:08:54 #58 126.9 CC criu/fault-injection.o 10:08:54 #58 127.0 CC criu/fdstore.o 10:08:55 #58 127.4 CC criu/fifo.o 10:08:55 #58 127.8 CC criu/file-ids.o 10:08:55 #58 128.3 CC criu/file-lock.o 10:08:56 #58 ... 10:08:56 10:08:56 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:08:56 #13 123.4 Setting up aufs-tools (1:4.1+20161219-1) ... 10:08:56 #13 123.4 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... 10:08:56 #13 123.4 Setting up libsepol1-dev:amd64 (2.6-2) ... 10:08:56 #13 123.4 Setting up python-pip-whl (9.0.1-2+deb9u1) ... 10:08:56 #13 123.4 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... 10:08:56 #13 123.5 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... 10:08:56 #13 123.5 Processing triggers for mime-support (3.60) ... 10:08:56 #13 123.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... 10:08:56 #13 123.5 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... 10:08:56 #13 123.5 Setting up libcap2-bin (1:2.25-1) ... 10:08:56 #13 123.5 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... 10:08:56 #13 123.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... 10:08:56 #13 123.6 Setting up bash-completion (1:2.1-4.3) ... 10:08:56 #13 126.0 Setting up libonig4:amd64 (6.1.3-2) ... 10:08:56 #13 126.0 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... 10:08:56 #13 126.0 Setting up zip (3.0-11+b1) ... 10:08:56 #13 126.1 Setting up bzip2 (1.0.6-8.1) ... 10:08:56 #13 126.1 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... 10:08:56 #13 126.1 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... 10:08:56 #13 126.1 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:08:56 #13 126.1 Setting up libaio1:amd64 (0.3.110-3) ... 10:08:56 #13 126.1 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... 10:08:56 #13 126.1 Setting up xz-utils (5.2.2-1.2+b1) ... 10:08:56 #13 126.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 10:08:56 #13 126.2 Setting up thin-provisioning-tools (0.6.1-4+b1) ... 10:08:56 #13 126.2 Setting up vim-common (2:8.0.0197-4+deb9u3) ... 10:08:56 #13 126.2 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... 10:08:56 #13 126.2 Setting up libpcre32-3:amd64 (2:8.39-3) ... 10:08:56 #13 126.2 Setting up libnfnetlink0:amd64 (1.0.1-3) ... 10:08:56 #13 126.2 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... 10:08:56 #13 126.6 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... 10:08:56 #13 126.7 Setting up libpcre16-3:amd64 (2:8.39-3) ... 10:08:56 #13 126.7 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... 10:08:56 #13 126.7 Setting up libnl-3-200:amd64 (3.2.27-2) ... 10:08:56 #13 126.7 Setting up net-tools (1.60+git20161116.90da8a0-1) ... 10:08:56 #13 126.7 Setting up libudev-dev:amd64 (232-25+deb9u12) ... 10:08:56 #13 126.7 Setting up pigz (2.3.4-1) ... 10:08:56 #13 126.7 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... 10:08:56 #13 126.7 Setting up libmpdec2:amd64 (2.4.2-1) ... 10:08:56 #13 126.7 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... 10:08:56 #13 126.8 Setting up mingw-w64-common (5.0.1-1) ... 10:08:56 #13 126.8 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... 10:08:56 #13 126.8 Setting up jq (1.5+dfsg-1.3) ... 10:08:56 #13 126.8 Setting up libpcre3-dev:amd64 (2:8.39-3) ... 10:08:56 #13 126.8 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... 10:08:56 #13 126.8 Setting up xfsprogs (4.9.0+nmu1) ... 10:08:56 #13 126.8 Setting up vim (2:8.0.0197-4+deb9u3) ... 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 10:08:56 #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 10:08:56 #13 126.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 10:08:56 #13 126.9 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... 10:08:56 #13 126.9 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... 10:08:56 #13 126.9 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... 10:08:56 #13 126.9 Setting up iptables (1.6.0+snapshot20161117-6) ... 10:08:56 #13 126.9 Setting up btrfs-progs (4.7.3-1) ... 10:08:56 #13 126.9 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... 10:08:56 #13 126.9 Setting up python3.5 (3.5.3-1+deb9u1) ... 10:08:56 make[2]: Leaving directory '/go/src/github.com/docker/app' 10:08:56 Cloning into '/go/src/github.com/docker/buildx'... 10:08:57 Fetching origin 10:08:57 + GOFLAGS=-mod=vendor 10:08:57 + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.3.1-tp-docker -X github.com/docker/buildx/version.Revision=6db68d029599c6710a32aa7adcba8e5a344795a7 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -X main.experimental=1' ./cmd/buildx 10:08:59 #13 131.5 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... 10:08:59 #13 131.5 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 10:08:59 #13 131.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode 10:08:59 #13 131.5 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist 10:08:59 #13 131.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode 10:08:59 #13 131.5 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist 10:08:59 #13 131.5 Setting up btrfs-tools (4.7.3-1) ... 10:08:59 #13 131.5 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 10:08:59 #13 131.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode 10:08:59 #13 131.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode 10:08:59 #13 131.5 Setting up python3 (3.5.3-1) ... 10:09:01 #13 133.3 Setting up apparmor (2.11.0-3+deb9u2) ... 10:09:02 #13 134.5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 10:09:02 #13 134.7 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory 10:09:02 #13 134.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... 10:09:02 #13 134.7 Setting up python3-wheel (0.29.0-2) ... 10:09:04 #13 135.9 Setting up python3-pkg-resources (33.1.1-1) ... 10:09:05 #13 137.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... 10:09:05 #13 137.1 Setting up python3-pip (9.0.1-2+deb9u1) ... 10:09:06 #13 138.3 Setting up dmsetup (2:1.02.137-2) ... 10:09:06 #13 138.3 Setting up python3-setuptools (33.1.1-1) ... 10:09:06 #13 ... 10:09:06 10:09:06 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:06 #58 129.3 CC criu/files-ext.o 10:09:06 #58 129.7 CC criu/files-reg.o 10:09:06 #58 131.6 CC criu/files.o 10:09:06 #58 133.9 CC criu/filesystems.o 10:09:06 #58 134.7 CC criu/fsnotify.o 10:09:06 #58 135.8 CC criu/image-desc.o 10:09:06 #58 135.9 CC criu/image.o 10:09:06 #58 136.6 CC criu/ipc_ns.o 10:09:06 #58 137.8 CC criu/irmap.o 10:09:06 #58 138.4 CC criu/kcmp-ids.o 10:09:06 #58 138.8 CC criu/kerndat.o 10:09:07 #58 140.0 CC criu/libnetlink.o 10:09:07 #58 ... 10:09:07 10:09:07 #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... 10:09:07 #13 139.5 Setting up dh-python (2.20170125) ... 10:09:08 #13 140.3 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... 10:09:08 #13 140.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... 10:09:09 #13 DONE 140.8s 10:09:09 10:09:09 #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 10:09:15 #14 ... 10:09:15 10:09:15 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:15 #58 140.3 CC criu/log.o 10:09:15 #58 140.8 CC criu/lsm.o 10:09:15 #58 141.2 CC criu/mem.o 10:09:15 #58 143.2 CC criu/mount.o 10:09:15 #58 147.3 CC criu/namespaces.o 10:09:15 #58 ... 10:09:15 10:09:15 #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 10:09:15 #14 6.344 Collecting yamllint==1.16.0 10:09:22 #14 ... 10:09:22 10:09:22 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:22 #58 149.1 CC criu/net.o 10:09:22 #58 151.8 CC criu/netfilter.o 10:09:22 #58 152.1 CC criu/page-pipe.o 10:09:22 #58 152.8 CC criu/page-xfer.o 10:09:22 #58 153.9 CC criu/pagemap-cache.o 10:09:22 #58 154.2 CC criu/pagemap.o 10:09:22 #58 155.2 CC criu/parasite-syscall.o 10:09:23 #58 156.0 CC criu/path.o 10:09:24 #58 156.3 CC criu/pie-util-vdso-elf32.o 10:09:24 #58 156.6 CC criu/pie-util-vdso.o 10:09:24 #58 ... 10:09:24 10:09:24 #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc 10:09:24 #42 177.0 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 10:09:26 #42 178.9 + mkdir -p /build 10:09:26 #42 178.9 + cp runc /build/runc 10:09:26 #42 DONE 179.2s 10:09:26 10:09:26 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:26 #58 157.0 CC criu/pie-util.o 10:09:26 #58 157.2 CC criu/pipes.o 10:09:26 #58 158.2 CC criu/plugin.o 10:09:26 #58 158.7 CC criu/proc_parse.o 10:09:30 #58 ... 10:09:30 10:09:30 #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 10:09:30 #14 13.19 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 10:09:30 #14 13.53 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 10:09:30 #14 14.68 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 10:09:30 #14 15.01 Collecting pyyaml (from yamllint==1.16.0) 10:09:30 #14 16.26 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 10:09:30 #14 18.67 Building wheels for collected packages: pyyaml 10:09:30 #14 18.68 Running setup.py bdist_wheel for pyyaml: started 10:09:30 #14 19.84 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 10:09:30 #14 19.84 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 10:09:30 #14 19.93 Successfully built pyyaml 10:09:30 #14 19.93 Installing collected packages: pathspec, pyyaml, yamllint 10:09:30 #14 20.29 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 10:09:30 #14 DONE 20.7s 10:09:30 10:09:30 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:30 #58 162.0 CC criu/protobuf-desc.o 10:09:30 #58 ... 10:09:30 10:09:30 #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ 10:09:30 #16 DONE 0.2s 10:09:30 10:09:30 #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images 10:09:30 #21 DONE 0.7s 10:09:30 10:09:30 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:09:30 #47 ... 10:09:30 10:09:30 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:30 #58 162.9 CC criu/protobuf.o 10:09:30 #58 163.3 CC criu/pstree.o 10:09:31 #58 164.1 CC criu/rbtree.o 10:09:32 #58 164.3 CC criu/rst-malloc.o 10:09:32 #58 164.5 CC criu/seccomp.o 10:09:32 #58 165.2 CC criu/seize.o 10:09:33 #58 166.0 CC criu/servicefd.o 10:09:34 #58 166.4 CC criu/shmem.o 10:09:34 scripts/docs/generate-man.sh 10:09:34 #58 167.1 CC criu/sigframe.o 10:09:34 #58 167.2 CC criu/signalfd.o 10:09:35 #58 167.5 CC criu/sk-inet.o 10:09:36 #58 168.4 CC criu/sk-netlink.o 10:09:36 make[1]: Leaving directory '/root/build-deb' 10:09:36 debian/rules override_dh_auto_test 10:09:36 make[1]: Entering directory '/root/build-deb' 10:09:36 ./engine/bundles/dynbinary-daemon/dockerd -v 10:09:36 Docker version 0.0.0-20200420120129-05ad944d13, build 05ad944d13 10:09:36 ./cli/build/docker -v 10:09:36 Docker version 0.0.0-20200420120129-05ad944d13, build 05ad944d13 10:09:36 make[1]: Leaving directory '/root/build-deb' 10:09:36 debian/rules binary 10:09:36 dh binary --with=bash-completion --with=systemd 10:09:36 dh_testroot 10:09:36 dh_prep 10:09:36 debian/rules override_dh_auto_install 10:09:36 make[1]: Entering directory '/root/build-deb' 10:09:36 # docker-ce-cli install 10:09:36 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish 10:09:36 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker 10:09:36 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker 10:09:36 set -e;cd /sources && \ 10:09:36 tar xzf plugin-installers.tgz; \ 10:09:36 for installer in plugins/*.installer; do \ 10:09:36 DESTDIR=/root/build-deb/debian/docker-ce-cli \ 10:09:36 PREFIX=/usr/libexec/docker/cli-plugins \ 10:09:36 bash ${installer} install_plugin; \ 10:09:36 done 10:09:36 # docker-ce install 10:09:36 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service 10:09:36 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket 10:09:36 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 debian/docker-ce/usr/bin/dockerd 10:09:36 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy 10:09:36 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init 10:09:36 install -D -m 0644 /sources/distribution_based_engine.json debian/docker-ce/var/lib/docker-engine/distribution_based_engine.json 10:09:36 make[1]: Leaving directory '/root/build-deb' 10:09:36 debian/rules override_dh_install 10:09:36 make[1]: Entering directory '/root/build-deb' 10:09:36 dh_install 10:09:36 # TODO Can we do this from within our container? 10:09:36 dh_apparmor --profile-name=docker-ce -pdocker-ce 10:09:36 make[1]: Leaving directory '/root/build-deb' 10:09:36 dh_installdocs 10:09:36 dh_installchangelogs 10:09:36 dh_installman 10:09:36 dh_bash-completion 10:09:36 dh_systemd_enable 10:09:36 debian/rules override_dh_installinit 10:09:36 make[1]: Entering directory '/root/build-deb' 10:09:36 # use "docker" as our service name, not "docker-ce" 10:09:36 dh_installinit --name=docker 10:09:36 make[1]: Leaving directory '/root/build-deb' 10:09:36 dh_systemd_start 10:09:36 dh_perl 10:09:36 dh_link 10:09:36 dh_strip_nondeterminism 10:09:36 dh_compress 10:09:36 dh_fixperms 10:09:36 debian/rules override_dh_strip 10:09:36 make[1]: Entering directory '/root/build-deb' 10:09:36 # Go has lots of problems with stripping, so just don't 10:09:36 make[1]: Leaving directory '/root/build-deb' 10:09:36 dh_makeshlibs 10:09:36 debian/rules override_dh_shlibdeps 10:09:36 make[1]: Entering directory '/root/build-deb' 10:09:36 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info 10:09:36 #58 168.8 CC criu/sk-packet.o 10:09:36 #58 169.3 CC criu/sk-queue.o 10:09:37 #58 169.8 CC criu/sk-tcp.o 10:09:37 #58 ... 10:09:37 10:09:37 #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... 10:09:37 #55 228.2 + dpkg --print-architecture 10:09:37 #55 228.2 + cd /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution 10:09:37 #55 228.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd 10:09:37 #55 228.4 + GOPATH=/tmp/tmp.J758l8rO4u/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.J758l8rO4u 10:09:37 #55 228.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry 10:09:37 #55 ... 10:09:37 10:09:37 #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... 10:09:37 #58 170.2 CC criu/sk-unix.o 10:09:39 #58 172.1 CC criu/sockets.o 10:09:40 #58 172.9 CC criu/stats.o 10:09:40 #58 173.2 CC criu/string.o 10:09:40 #58 173.3 CC criu/sysctl.o 10:09:41 #58 173.8 CC criu/sysfs_parse.o 10:09:41 #58 174.2 CC criu/timerfd.o 10:09:42 #58 174.5 CC criu/tty.o 10:09:43 #58 176.0 CC criu/tun.o 10:09:44 #58 176.5 CC criu/uffd.o 10:09:45 #58 177.5 CC criu/util.o 10:09:46 #58 178.5 CC criu/uts_ns.o 10:09:46 #58 178.7 CC criu/vdso-compat.o 10:09:46 #58 178.9 CC criu/vdso.o 10:09:47 #58 179.7 LINK criu/built-in.o 10:09:47 #58 179.9 LINK criu/criu 10:09:47 #58 180.2 DEP lib/c/criu.d 10:09:47 #58 180.3 CC images/rpc.pb-c.o 10:09:48 #58 180.8 CC lib/c/criu.o 10:09:49 #58 181.8 LINK lib/c/built-in.o 10:09:49 #58 181.8 LINK lib/c/libcriu.so 10:09:49 #58 181.9 GEN magic.py 10:09:49 #58 182.0 Note: Building without setproctitle() and strlcpy() support. 10:09:49 #58 182.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 10:09:50 #58 182.6 fatal: Not a git repository (or any of the parent directories): .git 10:09:50 #58 183.2 make[1]: Nothing to be done for 'all'. 10:09:51 #58 183.8 make[1]: 'images/built-in.o' is up to date. 10:09:51 #58 183.8 make[1]: 'compel/plugins/std.lib.a' is up to date. 10:09:51 #58 183.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. 10:09:51 #58 183.9 make[1]: 'compel/libcompel.a' is up to date. 10:09:51 #58 183.9 make[1]: 'compel/compel-host-bin' is up to date. 10:09:51 #58 184.0 make[1]: Nothing to be done for 'all'. 10:09:51 #58 184.0 make[1]: 'soccr/libsoccr.a' is up to date. 10:09:51 #58 184.2 make[2]: Nothing to be done for 'all'. 10:09:51 #58 184.2 make[2]: Nothing to be done for 'all'. 10:09:51 #58 184.2 make[2]: Nothing to be done for 'all'. 10:09:51 #58 184.4 make[2]: Nothing to be done for 'all'. 10:09:51 #58 184.4 make[2]: Nothing to be done for 'all'. 10:09:51 #58 184.4 make[2]: Nothing to be done for 'all'. 10:09:51 #58 184.5 make[2]: Nothing to be done for 'all'. 10:09:52 #58 184.6 make[2]: Nothing to be done for 'all'. 10:09:52 #58 184.6 INSTALL criu/criu 10:09:52 #58 DONE 185.0s 10:09:52 10:09:52 #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... 10:09:52 #55 247.9 + rm -rf /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.J758l8rO4u 10:09:52 #55 DONE 248.1s 10:09:52 10:09:52 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter 10:09:54 #24 DONE 248.8s 10:09:54 10:09:54 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:09:56 #47 ... 10:09:56 10:09:56 #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ 10:09:57 #25 DONE 0.4s 10:09:57 10:09:57 #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ 10:09:57 #28 DONE 0.1s 10:09:57 10:09:57 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:09:57 #47 ... 10:09:57 10:09:57 #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ 10:09:57 #31 DONE 0.1s 10:09:57 10:09:57 #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ 10:09:57 #34 DONE 0.1s 10:09:57 10:09:57 #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ 10:09:57 #39 DONE 0.1s 10:09:57 10:09:57 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:09:57 #47 ... 10:09:57 10:09:57 #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ 10:09:57 #43 DONE 0.1s 10:09:57 10:09:57 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd 10:09:58 make[1]: Leaving directory '/root/build-deb' 10:09:58 dh_installdeb 10:09:58 debian/rules override_dh_gencontrol 10:09:58 make[1]: Entering directory '/root/build-deb' 10:09:58 # if we're on Ubuntu, we need to Recommends: apparmor 10:09:58 echo 'apparmor:Recommends=apparmor' >> debian/docker-ce.substvars 10:09:58 dh_gencontrol 10:09:58 dpkg-gencontrol: warning: package docker-ce: unused substitution variable ${misc:Depends} 10:09:58 make[1]: Leaving directory '/root/build-deb' 10:09:58 dh_md5sums 10:09:58 dh_builddeb 10:09:58 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb'. 10:10:04 #47 217.7 🇩 bin/containerd 10:10:26 #47 239.6 🇩 bin/containerd-stress 10:10:28 #47 241.1 🇩 bin/containerd-shim 10:10:34 #47 247.1 🇩 bin/containerd-shim-runc-v1 10:10:36 #47 249.7 🇩 binaries 10:10:36 #47 249.7 + mkdir -p /build 10:10:36 #47 249.7 + cp bin/containerd /build/containerd 10:10:36 #47 249.7 + cp bin/containerd-shim /build/containerd-shim 10:10:36 #47 249.7 + cp bin/ctr /build/ctr 10:10:36 #47 DONE 250.1s 10:10:37 10:10:37 #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ 10:10:37 #48 DONE 0.2s 10:10:37 10:10:37 #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ 10:10:37 #51 DONE 0.1s 10:10:37 10:10:37 #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli 10:10:38 #54 DONE 0.1s 10:10:38 10:10:38 #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ 10:10:38 #56 DONE 0.1s 10:10:38 10:10:38 #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ 10:10:38 #59 DONE 0.1s 10:10:38 10:10:38 #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ 10:10:38 #63 DONE 0.1s 10:10:38 10:10:38 #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... 10:10:38 #65 DONE 0.1s 10:10:38 10:10:38 #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker 10:10:38 #66 DONE 0.0s 10:10:38 10:10:38 #67 [final 1/1] COPY . /go/src/github.com/docker/docker 10:10:39 #67 DONE 0.7s 10:10:39 10:10:39 #68 exporting to image 10:10:39 #68 exporting layers 10:10:42 Project root: /go/src/github.com/docker/cli 10:10:42 Generating man pages into /go/src/github.com/docker/cli/man/man1 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 10:10:42 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping 10:10:42 + popd 10:10:42 ~/rpmbuild/BUILD/src 10:10:42 + pushd /root/rpmbuild/BUILD/src/plugins 10:10:42 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src 10:10:42 + for installer in '*.installer' 10:10:42 + bash app.installer build 10:10:42 Cloning into '/go/src/github.com/docker/app'... 10:10:42 Fetching origin 10:10:42 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=7eea32b -X github.com/docker/app/internal.Version=v0.8.0 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2020-04-21T10:10:41Z" -o bin/docker-app ./cmd/docker-app 10:10:45 #68 exporting layers 6.1s done 10:10:45 #68 writing image sha256:109e27cb2e7213e61534d0499332452e5b487d28683fe1e14491c0a6511d6703 done 10:10:45 #68 naming to docker.io/library/docker-dev:19-03 done 10:10:45 #68 DONE 6.1s 10:10:45 docker run --rm -i --privileged -e DOCKER_CROSSPLATFORMS -e BUILD_APT_MIRROR -e BUILDFLAGS -e KEEPBUNDLE -e DOCKER_BUILD_ARGS -e DOCKER_BUILD_GOGC -e DOCKER_BUILD_OPTS -e DOCKER_BUILD_PKGS -e DOCKER_BUILDKIT -e DOCKER_BASH_COMPLETION_PATH -e DOCKER_CLI_PATH -e DOCKER_DEBUG -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT -e DOCKER_GRAPHDRIVER -e DOCKER_LDFLAGS -e DOCKER_PORT -e DOCKER_REMAP_ROOT -e DOCKER_STORAGE_OPTS -e DOCKER_TEST_HOST -e DOCKER_USERLANDPROXY -e DOCKERD_ARGS -e TEST_INTEGRATION_DIR -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e TESTDEBUG -e TESTDIRS -e TESTFLAGS -e TESTFLAGS_INTEGRATION -e TESTFLAGS_INTEGRATION_CLI -e TEST_FILTER -e TIMEOUT -e VALIDATE_REPO -e VALIDATE_BRANCH -e VALIDATE_ORIGIN_BRANCH -e HTTP_PROXY -e HTTPS_PROXY -e NO_PROXY -e http_proxy -e https_proxy -e no_proxy -e VERSION -e PLATFORM -e DEFAULT_PRODUCT_LICENSE -e PRODUCT -v "/home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles:/go/src/github.com/docker/docker/bundles" -v "/home/ubuntu/workspace/docker-ce-packaging_19.03/engine/.git:/go/src/github.com/docker/docker/.git" -v docker-dev-cache:/root/.cache "docker-dev:19-03" hack/make.sh binary 10:10:45 10:10:45 Removing bundles/ 10:10:45 10:10:45 ---> Making bundle: binary (in bundles/binary) 10:10:45 Building: bundles/binary-daemon/dockerd-0.0.0-20200309214505-aa6a9891b0 10:10:45 GOOS="" GOARCH="" GOARM="" 10:10:54 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb'. 10:11:29 + for installer in '*.installer' 10:11:29 + bash buildx.installer build 10:11:29 Cloning into '/go/src/github.com/docker/buildx'... 10:11:29 Fetching origin 10:11:29 + GOFLAGS=-mod=vendor 10:11:29 + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.3.1-tp-docker -X github.com/docker/buildx/version.Revision=6db68d029599c6710a32aa7adcba8e5a344795a7 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -X main.experimental=1' ./cmd/buildx 10:12:01 ~/rpmbuild/BUILD/src 10:12:01 + popd 10:12:01 + exit 0 10:12:01 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DXYODb 10:12:01 + umask 022 10:12:01 + cd /root/rpmbuild/BUILD 10:12:01 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 '!=' / ']' 10:12:01 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:01 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:01 + mkdir -p /root/rpmbuild/BUILDROOT 10:12:01 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:01 + cd src 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/bin 10:12:01 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/bin/docker 10:12:01 + pushd /root/rpmbuild/BUILD/src/plugins 10:12:01 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src 10:12:01 + for installer in '*.installer' 10:12:01 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:01 + PREFIX=/usr/libexec/docker/cli-plugins 10:12:01 + bash app.installer install_plugin 10:12:01 + for installer in '*.installer' 10:12:01 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:01 + PREFIX=/usr/libexec/docker/cli-plugins 10:12:01 + bash buildx.installer install_plugin 10:12:01 + popd 10:12:01 ~/rpmbuild/BUILD/src 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/bash-completion/completions 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/zsh/vendor-completions 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/fish/vendor_completions.d 10:12:01 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/bash-completion/completions/docker 10:12:01 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker 10:12:01 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/man/man1 10:12:01 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-deploy.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-engine-activate.1 cli/man/man1/docker-engine-check.1 cli/man/man1/docker-engine-update.1 cli/man/man1/docker-engine.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/share/man/man1 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/man/man5 10:12:01 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/share/man/man5 10:12:01 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/man/man8 10:12:01 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/share/man/man8 10:12:01 + mkdir -p build-docs 10:12:01 + for cli_file in LICENSE MAINTAINERS NOTICE README.md 10:12:01 + cp cli/LICENSE build-docs/LICENSE 10:12:01 + for cli_file in LICENSE MAINTAINERS NOTICE README.md 10:12:01 + cp cli/MAINTAINERS build-docs/MAINTAINERS 10:12:01 + for cli_file in LICENSE MAINTAINERS NOTICE README.md 10:12:01 + cp cli/NOTICE build-docs/NOTICE 10:12:01 + for cli_file in LICENSE MAINTAINERS NOTICE README.md 10:12:01 + cp cli/README.md build-docs/README.md 10:12:01 + /usr/lib/rpm/check-buildroot 10:12:01 + /usr/lib/rpm/redhat/brp-compress 10:12:01 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip 10:12:01 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump 10:12:02 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip 10:12:02 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 10:12:02 + /usr/lib/rpm/redhat/brp-python-hardlink 10:12:02 + /usr/lib/rpm/redhat/brp-java-repack-jars 10:12:02 Processing files: docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ObpPJz 10:12:02 + umask 022 10:12:02 + cd /root/rpmbuild/BUILD 10:12:02 + cd src 10:12:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200420120129.05ad944d13 10:12:02 + export DOCDIR 10:12:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200420120129.05ad944d13 10:12:02 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200420120129.05ad944d13 10:12:02 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200420120129.05ad944d13 10:12:02 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200420120129.05ad944d13 10:12:02 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200420120129.05ad944d13 10:12:02 + exit 0 10:12:03 Provides: docker-ce-cli = 1:0.0.0.20200420120129.05ad944d13-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20200420120129.05ad944d13-0.el7 10:12:03 Requires(interp): /bin/sh 10:12:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 10:12:03 Requires(post): /bin/sh 10:12:03 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH) 10:12:03 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli 10:12:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.src.rpm 10:12:07 Created binary: bundles/binary-daemon/dockerd-0.0.0-20200309214505-aa6a9891b0 10:12:07 Copying nested executables into bundles/binary-daemon 10:12:07 10:12:07 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/engine' 10:12:07 mkdir -p build/linux/docker 10:12:07 cp /home/ubuntu/workspace/docker-ce-packaging_19.03/cli/build/docker build/linux/docker/ 10:12:07 for f in dockerd containerd ctr containerd-shim docker-init docker-proxy runc; do \ 10:12:07 cp -L /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles/binary-daemon/$f build/linux/docker/$f; \ 10:12:07 done 10:12:07 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20200309214505-aa6a9891b0.tgz docker 10:12:09 # extra binaries for running rootless 10:12:09 mkdir -p build/linux/docker-rootless-extras 10:12:09 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh vpnkit; do \ 10:12:09 if [ -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles/binary-daemon/$f ]; then \ 10:12:09 cp -L /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \ 10:12:09 fi \ 10:12:09 done 10:12:09 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20200309214505-aa6a9891b0.tgz docker-rootless-extras 10:12:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/static' [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:12:15 dpkg-genchanges >../docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes 10:12:15 dpkg-genchanges: including full source code in upload 10:12:15 dpkg-source -I.git --after-build build-deb 10:12:15 dpkg-buildpackage: full upload; Debian-native package (full source is included) 10:12:15 + destination=/build 10:12:15 + mkdir -p /build 10:12:15 + mv -v /root/docker-ce-cli_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb /root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc /root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz /root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes /root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb /build 10:12:15 '/root/docker-ce-cli_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' 10:12:15 removed '/root/docker-ce-cli_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' 10:12:15 '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc' 10:12:15 removed '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc' 10:12:15 '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz' 10:12:15 removed '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz' 10:12:15 '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes' 10:12:15 removed '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes' 10:12:15 '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' 10:12:15 removed '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' 10:12:15 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb:/v -w /v alpine chown -R 1000:1000 debbuild/ubuntu-xenial 10:12:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/deb' [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:12:21 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64.rpm 10:12:21 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nOtpZA 10:12:21 + umask 022 10:12:21 + cd /root/rpmbuild/BUILD 10:12:21 + cd src 10:12:21 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 10:12:21 + exit 0 10:12:21 docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild 10:12:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/rpm' [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS