Push event to branch 19.03 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox e2334dd9fee4: Pulling fs layer e2334dd9fee4: Verifying Checksum e2334dd9fee4: Download complete e2334dd9fee4: Pull complete Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository 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 Fetching without tags 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 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 + git clone https://github.com/docker/cli.git 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 + git -C cli checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + git clone https://github.com/docker/engine.git Cloning into 'engine'... [Pipeline] sh + git -C engine checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + pwd + pwd + 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 for p in ubuntu-xenial; do \ 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}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/deb' mkdir -p sources echo "docker.io/dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0" > sources/engine-image mkdir -p sources docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine aad63a933944: Pulling fs layer aad63a933944: Verifying Checksum aad63a933944: Download complete aad63a933944: Pull complete Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 Status: Downloaded newer image for alpine:latest mkdir -p sources docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/engine:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p sources cp ../systemd/docker.service sources/docker.service mkdir -p sources cp ../systemd/docker.socket sources/docker.socket mkdir -p sources 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 docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/plugins:/plugins \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins 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 . Sending build context to Docker daemon 17.86MB Step 1/20 : ARG GO_IMAGE Step 2/20 : ARG BUILD_IMAGE=ubuntu:xenial Step 3/20 : FROM ${GO_IMAGE} as golang 1.13.10-stretch: Pulling from library/golang 7568c21980bd: Pulling fs layer 4a9f2207c812: Pulling fs layer 6fe350d2b140: Pulling fs layer d95a2fdc8b3d: Pulling fs layer ac996c99fef8: Pulling fs layer 56021b21e136: Pulling fs layer bc78545094a5: Pulling fs layer ac996c99fef8: Waiting d95a2fdc8b3d: Waiting 56021b21e136: Waiting bc78545094a5: Waiting 4a9f2207c812: Verifying Checksum 4a9f2207c812: Download complete 6fe350d2b140: Verifying Checksum 6fe350d2b140: Download complete 7568c21980bd: Verifying Checksum 7568c21980bd: Download complete d95a2fdc8b3d: Verifying Checksum d95a2fdc8b3d: Download complete bc78545094a5: Verifying Checksum bc78545094a5: Download complete ac996c99fef8: Verifying Checksum ac996c99fef8: Download complete 56021b21e136: Verifying Checksum 56021b21e136: Download complete 7568c21980bd: Pull complete 4a9f2207c812: Pull complete 6fe350d2b140: Pull complete 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/ 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 56021b21e136: Pull complete bc78545094a5: Pull complete Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f Status: Downloaded newer image for golang:1.13.10-stretch ---> 6ffeb1b35038 Step 4/20 : FROM ${BUILD_IMAGE} xenial: Pulling from library/ubuntu fe703b657a32: Pulling fs layer f9df1fafd224: Pulling fs layer a645a4b887f9: Pulling fs layer 57db7fe0b522: Pulling fs layer 57db7fe0b522: Waiting f9df1fafd224: Verifying Checksum f9df1fafd224: Download complete 57db7fe0b522: Verifying Checksum 57db7fe0b522: Download complete a645a4b887f9: Verifying Checksum a645a4b887f9: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ fe703b657a32: Download complete fe703b657a32: Pull complete f9df1fafd224: Pull complete a645a4b887f9: Pull complete 57db7fe0b522: Pull complete Digest: sha256:e9938f45e51d9ff46e2b05a62e0546d0f07489b7f22fbc5288defe760599e38a Status: Downloaded newer image for ubuntu:xenial ---> 77be327e4b63 Step 5/20 : RUN apt-get update && apt-get install -y curl devscripts equivs git ---> 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox e2334dd9fee4: Pulling fs layer e2334dd9fee4: Verifying Checksum 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 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox e2334dd9fee4: Pull complete Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 Status: Downloaded newer image for busybox:latest a28b2a8c0530: Pulling fs layer a28b2a8c0530: Verifying Checksum a28b2a8c0530: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ a28b2a8c0530: Pull complete Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB] Get:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [1087 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB] + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout Get:7 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB] Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [623 kB] Get:9 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6280 B] Get:10 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB] 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 Get:12 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1457 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [13.1 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [1028 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [19.2 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7942 B] 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetched 16.4 MB in 6s (2556 kB/s) Cloning repository https://github.com/docker/docker-ce-packaging.git [Pipeline] echo Removing all docker containers [Pipeline] sh Reading package lists... + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox e2334dd9fee4: Pulling fs layer + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout 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 Fetching without tags e2334dd9fee4: Pull complete Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 Status: Downloaded newer image for busybox:latest Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates cpp cpp-5 dctrl-tools debhelper dh-python dh-strip-nondeterminism diffstat distro-info-data dpkg-dev dput fakeroot file g++ g++-5 gcc gcc-5 gettext gettext-base git-man groff-base hardening-includes ifupdown intltool-debian iproute2 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1 libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3 libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl libdns-export162 libdpkg-perl libedit2 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0 libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55 libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 liblist-moreutils-perl liblocale-gettext-perl liblsan0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4 libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6 libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0 libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0 libunistring0 liburi-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support netbase openssh-client openssl patch patchutils perl perl-modules-5.22 po-debconf python python-apt-common python-minimal python2.7 python2.7-minimal python3 python3-apt python3-chardet python3-debian python3-magic python3-minimal python3-pkg-resources python3-six python3.5 python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils unzip wdiff xauth xdg-user-dirs xml-core xz-utils Suggested packages: default-mta | mail-transport-agent binutils-doc wamerican | wordlist whois vacation bzip2-doc cpp-doc gcc-5-locales debtags dh-make bsd-mailx | mailx cvs-buildpackage diffoscope devscripts-el dose-extra gnuplot libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl mozilla-devscripts mutt svn-buildpackage w3m debian-keyring libsoap-lite-perl mini-dinstall python-bzrlib g++-multilib g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg gettext-doc autopoint git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn groff ppp rdnssd iproute2-doc resolvconf avahi-autoipd isc-dhcp-client-ddns apparmor isoquery libgssapi-perl glibc-doc gnutls-bin krb5-doc krb5-user libdata-dump-perl libcrypt-ssleay-perl libhtml-template-perl libxml-simple-perl libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libstdc++-5-doc libauthen-ntlm-perl binutils-multiarch libtext-template-perl lsb make-doc www-browser ssh-askpass libpam-ssh keychain monkeysphere ed diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl libmail-box-perl python-doc python-tk python2.7-doc binfmt-support python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools python3.5-venv python3.5-doc openssh-server sgml-base-doc zip The following NEW packages will be installed: at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates cpp cpp-5 curl dctrl-tools debhelper devscripts dh-python dh-strip-nondeterminism diffstat distro-info-data dpkg-dev dput equivs fakeroot file g++ g++-5 gcc gcc-5 gettext gettext-base git git-man groff-base hardening-includes ifupdown intltool-debian iproute2 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1 libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3 libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl libdns-export162 libdpkg-perl libedit2 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0 libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55 libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 liblist-moreutils-perl liblocale-gettext-perl liblsan0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4 libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6 libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0 libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0 libunistring0 liburi-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support netbase openssh-client openssl patch patchutils perl perl-modules-5.22 po-debconf python python-apt-common python-minimal python2.7 python2.7-minimal python3 python3-apt python3-chardet python3-debian python3-magic python3-minimal python3-pkg-resources python3-six python3.5 python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils 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 using credential docker-jenkins-github-credentials Cloning the remote Git repository 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox e2334dd9fee4: Pulling fs layer e2334dd9fee4: Verifying Checksum 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 Removing all docker containers [Pipeline] sh e2334dd9fee4: Pull complete Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 Status: Downloaded newer image for busybox:latest + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout 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 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" [Pipeline] sh + git clone https://github.com/docker/cli.git Cloning into 'cli'... using credential docker-jenkins-github-credentials Cloning the remote Git repository 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 Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout 0 upgraded, 234 newly installed, 0 to remove and 2 not upgraded. Need to get 90.9 MB of archives. After this operation, 383 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatm1 amd64 1:2.5.1-1.5 [24.2 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblocale-gettext-perl amd64 1.07-1build1 [17.1 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmnl0 amd64 1.0.3-5 [12.0 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpopt0 amd64 1.16-10 [26.0 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.15 [1084 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.9 [524 kB] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.5 [71.5 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.9 [1593 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1.4 [398 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.9 [2137 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.9 [165 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.2 [73.9 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B] Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB] Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB] Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.6 [1120 kB] Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB] Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB] Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB] Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB] Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] Get:27 http://archive.ubuntu.com/ubuntu xenial/main amd64 groff-base amd64 1.22.3-7 [1151 kB] Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 bsdmainutils amd64 9.0.6ubuntu3 [174 kB] Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpipeline1 amd64 1.4.1-2 [24.6 kB] Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 man-db amd64 2.7.5-1 [854 kB] Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 sgml-base all 1.26+nmu4ubuntu1 [12.5 kB] Get:32 http://archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.6 [2629 kB] 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 Fetching without tags Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.6 [237 kB] Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.9 [338 kB] Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.9 [1262 kB] Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.9 [1884 kB] Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.9 [224 kB] Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB] Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB] Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bzip2 amd64 1.0.6-8ubuntu0.2 [32.5 kB] Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.13 [4630 B] Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagic1 amd64 1:5.25-2ubuntu1.3 [216 kB] Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 file amd64 1:5.25-2ubuntu1.3 [21.3 kB] Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute2 amd64 4.3.0-1ubuntu3.16.04.5 [523 kB] Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.4 [54.9 kB] Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.15 [153 kB] Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.15 [665 kB] Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-client amd64 4.3.3-5ubuntu12.10 [224 kB] Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-common amd64 4.3.3-5ubuntu12.10 [105 kB] Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 less amd64 481-2.1ubuntu0.2 [110 kB] Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.32 [55.8 kB] Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbsd0 amd64 0.8.2-1ubuntu0.1 [42.0 kB] Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.1 [93.5 kB] Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.1 [136 kB] Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB] Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.1 [105 kB] Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.3 [43.5 kB] Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.7 [548 kB] Get:65 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtables11 amd64 1.6.0-2ubuntu3 [27.2 kB] Get:66 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB] Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 netbase all 5.3 [12.9 kB] Get:68 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.15 [492 kB] Get:69 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20170717~16.04.2 [167 kB] Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6568 B] Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB] Get:72 http://archive.ubuntu.com/ubuntu xenial/main amd64 iso-codes all 3.65-1 [2268 kB] Get:73 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2.1 [13.6 kB] 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] 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] Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2.1 [31.2 kB] Get:77 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2.1 [81.3 kB] Get:78 http://archive.ubuntu.com/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B] Get:79 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2.1 [273 kB] Get:80 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2.1 [120 kB] 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] 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] 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] 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] 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] 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] 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] Get:88 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14ubuntu0.2 [14.5 kB] Get:89 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14ubuntu0.2 [48.7 kB] Get:90 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.7 [160 kB] Get:91 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB] Get:92 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.14 [184 kB] Get:93 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB] Get:94 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu4.6 [131 kB] 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 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Get:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14ubuntu0.2 [47.7 kB] Get:97 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.7 [698 kB] Get:98 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] Get:99 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB] Get:100 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.8 [590 kB] 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 Get:102 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt amd64 1.1.0~beta1ubuntu0.16.04.8 [145 kB] + git clone https://github.com/docker/engine.git Cloning into 'engine'... Get:103 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 rsync amd64 3.1.1-3ubuntu1.3 [329 kB] 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 Get:105 http://archive.ubuntu.com/ubuntu xenial/main amd64 strace amd64 4.11-1ubuntu3 [179 kB] Get:106 http://archive.ubuntu.com/ubuntu xenial/main amd64 xauth amd64 1:1.0.9-1ubuntu2 [22.7 kB] Get:107 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6.16.04.1 [61.8 kB] Get:108 http://archive.ubuntu.com/ubuntu xenial/main amd64 xml-core all 0.13+nmu2 [23.3 kB] Get:109 http://archive.ubuntu.com/ubuntu xenial/main amd64 at amd64 3.1.18-2ubuntu1 [37.8 kB] Get:110 http://archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] Get:111 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.8 [2312 kB] Get:112 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu11 [68.5 kB] Get:113 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-177.207 [851 kB] 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 Get:115 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] Get:116 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.12 [7783 kB] Fetching without tags Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) Get:117 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] Get:118 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.12 [38.8 kB] Get:119 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.12 [55.2 kB] Get:120 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.12 [27.4 kB] Get:121 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.12 [8892 B] Get:122 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.12 [265 kB] Get:123 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.12 [105 kB] Get:124 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.12 [244 kB] 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/ Get:126 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.12 [40.0 kB] Get:127 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.12 [9762 B] Get:128 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.12 [131 kB] Get:129 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [2239 kB] Get:130 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.12 [8612 kB] Get:131 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] Get:132 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [1428 kB] 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 Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" Get:134 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] Get:135 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] Get:136 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.6 [195 kB] Get:137 http://archive.ubuntu.com/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB] Get:138 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.2 [90.8 kB] Get:139 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.6 [584 kB] Get:140 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] Get:141 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.14 [139 kB] Get:142 http://archive.ubuntu.com/ubuntu xenial/main amd64 dctrl-tools amd64 2.24-2 [59.1 kB] Get:143 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] Get:144 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1082 kB] Get:145 http://archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] Get:146 http://archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] Get:147 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] Get:148 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] Get:149 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] Get:150 http://archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4864 B] Get:151 http://archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] Get:152 http://archive.ubuntu.com/ubuntu xenial/main amd64 devscripts amd64 2.16.2ubuntu3 [848 kB] Get:153 http://archive.ubuntu.com/ubuntu xenial/main amd64 diffstat amd64 1.61-1 [23.6 kB] [Pipeline] sh Get:154 http://archive.ubuntu.com/ubuntu xenial/main amd64 dput all 0.9.6.4ubuntu3 [33.1 kB] Get:155 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] Get:156 http://archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] Get:157 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB] Get:158 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.8 [737 kB] Get:159 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.8 [3083 kB] Get:160 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] Get:161 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] Get:162 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] Get:163 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapt-pkg-perl amd64 0.1.29build7 [65.3 kB] Get:164 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4778 B] Get:165 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] Get:166 http://archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] Get:167 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] Get:168 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-pm-perl all 4.26-1 [185 kB] + git clone https://github.com/docker/cli.git Cloning into 'cli'... Get:169 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfcgi-perl amd64 0.77-1build1 [32.3 kB] Get:170 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-fast-perl all 1:2.10-1 [10.2 kB] Get:171 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsub-name-perl amd64 0.14-1build1 [10.8 kB] Get:172 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclass-accessor-perl all 0.34-1 [26.0 kB] Get:173 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclone-perl amd64 0.38-1build1 [10.3 kB] Get:174 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdata-alias-perl amd64 1.20-1build1 [33.9 kB] Get:175 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB] Get:176 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdistro-info-perl all 0.14ubuntu0.1 [4690 B] Get:177 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] Get:178 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] Get:179 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6288 B] Get:180 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] Get:181 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsocket6-perl amd64 0.25-1build2 [22.8 kB] Get:182 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB] Get:183 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB] Get:184 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dns-perl amd64 0.81-2build1 [266 kB] Get:185 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-domain-tld-perl all 1.73-1 [21.4 kB] Get:186 http://archive.ubuntu.com/ubuntu xenial/main amd64 libemail-valid-perl all 1.198-1 [16.5 kB] Get:187 http://archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] Get:188 http://archive.ubuntu.com/ubuntu xenial/main amd64 libexporter-tiny-perl all 0.042-1 [28.8 kB] Get:189 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] Get:190 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] Get:191 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] Get:192 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] Get:193 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9774 B] Get:194 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] Get:195 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB] Get:196 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB] Get:197 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] Get:198 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] Get:199 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] Get:200 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] Get:201 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] Get:202 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] Get:203 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] Get:204 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] Get:205 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] Get:206 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-pty-perl amd64 1:1.08-1.1build1 [30.2 kB] Get:207 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-string-perl all 1.08-3 [11.1 kB] Get:208 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-run-perl all 0.94-1 [92.2 kB] Get:209 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblist-moreutils-perl amd64 0.413-1build1 [67.0 kB] Get:210 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] Get:211 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] Get:212 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] Get:213 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8682 B] Get:214 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] Get:215 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] Get:216 http://archive.ubuntu.com/ubuntu xenial/main amd64 libparse-debianchangelog-perl all 1.2.0-8 [50.4 kB] Get:217 http://archive.ubuntu.com/ubuntu xenial/main amd64 libperlio-gzip-perl amd64 0.19-1build1 [14.2 kB] Get:218 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B] Get:219 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-libyaml-perl amd64 0.41-6build1 [61.2 kB] Get:220 http://archive.ubuntu.com/ubuntu xenial/main amd64 hardening-includes all 2.7ubuntu2 [13.6 kB] Get:221 http://archive.ubuntu.com/ubuntu xenial/main amd64 patchutils amd64 0.3.4-1 [70.1 kB] Get:222 http://archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] Get:223 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lintian all 2.5.43ubuntu0.1 [626 kB] Get:224 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] Get:225 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pkg-resources all 20.7.0-1 [79.0 kB] Get:226 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-chardet all 2.3.0-2 [96.2 kB] Get:227 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-six all 1.10.0-3 [11.0 kB] Get:228 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-debian all 0.1.27ubuntu2 [43.6 kB] Get:229 http://archive.ubuntu.com/ubuntu xenial/main amd64 rename all 0.20-4 [12.0 kB] Get:230 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] Get:231 http://archive.ubuntu.com/ubuntu xenial/main amd64 wdiff amd64 1.2.2-1build1 [28.8 kB] Get:232 http://archive.ubuntu.com/ubuntu xenial/universe amd64 equivs all 2.0.9+nmu1 [17.7 kB] Get:233 http://archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] Get:234 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-magic all 1:5.25-2ubuntu1.3 [5436 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 90.9 MB in 11s (7903 kB/s) Selecting previously unselected package libatm1:amd64. (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.) Preparing to unpack .../libatm1_1%3a2.5.1-1.5_amd64.deb ... Unpacking libatm1:amd64 (1:2.5.1-1.5) ... Selecting previously unselected package liblocale-gettext-perl. Preparing to unpack .../liblocale-gettext-perl_1.07-1build1_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-5_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-5) ... Selecting previously unselected package libpopt0:amd64. Preparing to unpack .../libpopt0_1.16-10_amd64.deb ... Unpacking libpopt0:amd64 (1.16-10) ... Selecting previously unselected package libssl1.0.0:amd64. Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.15_amd64.deb ... Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.15) ... Selecting previously unselected package libpython3.5-minimal:amd64. Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.9_amd64.deb ... Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.9) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.5_amd64.deb ... Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ... Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" Selecting previously unselected package python3.5-minimal. Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.9_amd64.deb ... Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.9) ... Selecting previously unselected package python3-minimal. Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ... Unpacking python3-minimal (3.5.1-3) ... Selecting previously unselected package mime-support. Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ... Unpacking mime-support (3.59ubuntu1) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-1) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1.4_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1.4) ... Selecting previously unselected package libpython3.5-stdlib:amd64. Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.9_amd64.deb ... Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.9) ... [Pipeline] sh Selecting previously unselected package python3.5. Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.9_amd64.deb ... Unpacking python3.5 (3.5.2-2ubuntu0~16.04.9) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.5.1-3) ... Selecting previously unselected package dh-python. Preparing to unpack .../dh-python_2.20151103ubuntu1.2_all.deb ... Unpacking dh-python (2.20151103ubuntu1.2) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.15) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline 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.) debconf: falling back to frontend: Teletype + git clone https://github.com/docker/engine.git Cloning into 'engine'... Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.9) ... Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ... Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.9) ... Setting up python3-minimal (3.5.1-3) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Selecting previously unselected package python3. (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.) Preparing to unpack .../python3_3.5.1-3_amd64.deb ... Unpacking python3 (3.5.1-3) ... Selecting previously unselected package libgdbm3:amd64. Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ... Unpacking libgdbm3:amd64 (1.8.3-13.1) ... Selecting previously unselected package libffi6:amd64. Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ... Unpacking libffi6:amd64 (3.2.1-4) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.6_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.6) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.8-1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ... Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ... Selecting previously unselected package libx11-data. Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ... Unpacking libx11-data (2:1.6.3-1ubuntu2.1) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.3-1) ... Selecting previously unselected package groff-base. Preparing to unpack .../groff-base_1.22.3-7_amd64.deb ... Unpacking groff-base (1.22.3-7) ... Selecting previously unselected package bsdmainutils. Preparing to unpack .../bsdmainutils_9.0.6ubuntu3_amd64.deb ... Unpacking bsdmainutils (9.0.6ubuntu3) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../libpipeline1_1.4.1-2_amd64.deb ... Unpacking libpipeline1:amd64 (1.4.1-2) ... Selecting previously unselected package man-db. Preparing to unpack .../man-db_2.7.5-1_amd64.deb ... Unpacking man-db (2.7.5-1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ... Unpacking sgml-base (1.26+nmu4ubuntu1) ... Selecting previously unselected package libunistring0:amd64. Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... Selecting previously unselected package perl-modules-5.22. Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.6_all.deb ... Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.6) ... Selecting previously unselected package libperl5.22:amd64. Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.6_amd64.deb ... Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.6) ... Selecting previously unselected package perl. Preparing to unpack .../perl_5.22.1-9ubuntu0.6_amd64.deb ... Unpacking perl (5.22.1-9ubuntu0.6) ... Selecting previously unselected package libpython2.7-minimal:amd64. Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.9_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package python2.7-minimal. Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.9_amd64.deb ... Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package python-minimal. Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... Unpacking python-minimal (2.7.12-1~16.04) ... Selecting previously unselected package libpython2.7-stdlib:amd64. Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.9_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package python2.7. Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.9_amd64.deb ... Unpacking python2.7 (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package libpython-stdlib:amd64. Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.9) ... Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.9) ... Linking and byte-compiling packages for runtime python2.7... Setting up python-minimal (2.7.12-1~16.04) ... Selecting previously unselected package python. (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.) Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... Unpacking python (2.7.12-1~16.04) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ... Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.4-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.3-1) ... Selecting previously unselected package bzip2. Preparing to unpack .../bzip2_1.0.6-8ubuntu0.2_amd64.deb ... Unpacking bzip2 (1.0.6-8ubuntu0.2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../distro-info-data_0.28ubuntu0.13_all.deb ... Unpacking distro-info-data (0.28ubuntu0.13) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1.3_amd64.deb ... Unpacking libmagic1:amd64 (1:5.25-2ubuntu1.3) ... Selecting previously unselected package file. Preparing to unpack .../file_1%3a5.25-2ubuntu1.3_amd64.deb ... Unpacking file (1:5.25-2ubuntu1.3) ... Selecting previously unselected package iproute2. Preparing to unpack .../iproute2_4.3.0-1ubuntu3.16.04.5_amd64.deb ... Unpacking iproute2 (4.3.0-1ubuntu3.16.04.5) ... Selecting previously unselected package ifupdown. Preparing to unpack .../ifupdown_0.8.10ubuntu1.4_amd64.deb ... Unpacking ifupdown (0.8.10ubuntu1.4) ... Selecting previously unselected package libisc-export160. Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.15_amd64.deb ... Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... Selecting previously unselected package libdns-export162. Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.15_amd64.deb ... Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... Selecting previously unselected package isc-dhcp-client. Preparing to unpack .../isc-dhcp-client_4.3.3-5ubuntu12.10_amd64.deb ... Unpacking isc-dhcp-client (4.3.3-5ubuntu12.10) ... Selecting previously unselected package isc-dhcp-common. Preparing to unpack .../isc-dhcp-common_4.3.3-5ubuntu12.10_amd64.deb ... Unpacking isc-dhcp-common (4.3.3-5ubuntu12.10) ... Selecting previously unselected package less. Preparing to unpack .../less_481-2.1ubuntu0.2_amd64.deb ... Unpacking less (481-2.1ubuntu0.2) ... Selecting previously unselected package libapt-inst2.0:amd64. Preparing to unpack .../libapt-inst2.0_1.2.32_amd64.deb ... Unpacking libapt-inst2.0:amd64 (1.2.32) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../libbsd0_0.8.2-1ubuntu0.1_amd64.deb ... Unpacking libbsd0:amd64 (0.8.2-1ubuntu0.1) ... Selecting previously unselected package libnettle6:amd64. Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.1_amd64.deb ... Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ... Selecting previously unselected package libhogweed4:amd64. Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.1_amd64.deb ... Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ... Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ... Selecting previously unselected package libp11-kit0:amd64. Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.1_amd64.deb ... Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ... Selecting previously unselected package libtasn1-6:amd64. Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.3_amd64.deb ... Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ... Selecting previously unselected package libgnutls30:amd64. Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.7_amd64.deb ... Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.7) ... Selecting previously unselected package libxtables11:amd64. Preparing to unpack .../libxtables11_1.6.0-2ubuntu3_amd64.deb ... Unpacking libxtables11:amd64 (1.6.0-2ubuntu3) ... Selecting previously unselected package lsb-release. Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ... Unpacking lsb-release (9.20160110ubuntu0.2) ... Selecting previously unselected package netbase. Preparing to unpack .../archives/netbase_5.3_all.deb ... Unpacking netbase (5.3) ... Selecting previously unselected package openssl. Preparing to unpack .../openssl_1.0.2g-1ubuntu4.15_amd64.deb ... Unpacking openssl (1.0.2g-1ubuntu4.15) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../ca-certificates_20170717~16.04.2_all.deb ... Unpacking ca-certificates (20170717~16.04.2) ... Selecting previously unselected package libasprintf0v5:amd64. Preparing to unpack .../libasprintf0v5_0.19.7-2ubuntu3.1_amd64.deb ... 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh Selecting previously unselected package gettext-base. Preparing to unpack .../gettext-base_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking gettext-base (0.19.7-2ubuntu3.1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../iso-codes_3.65-1_all.deb ... Unpacking iso-codes (3.65-1) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2.1_all.deb ... Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2.1) ... Selecting previously unselected package libroken18-heimdal:amd64. Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libasn1-8-heimdal:amd64. Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2.1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Selecting previously unselected package libhcrypto4-heimdal:amd64. Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libheimbase1-heimdal:amd64. Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 47a9f0637952: Pulling fs layer Selecting previously unselected package libwind0-heimdal:amd64. Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libhx509-5-heimdal:amd64. Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libkrb5-26-heimdal:amd64. Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libheimntlm0-heimdal:amd64. Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libgssapi3-heimdal:amd64. Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... 47a9f0637952: Verifying Checksum 47a9f0637952: Download complete Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.7_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.7) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.14_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.14) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ... Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu4.6_all.deb ... Unpacking libglib2.0-data (2.48.2-0ubuntu4.6) ... Selecting previously unselected package libicu55:amd64. Preparing to unpack .../libicu55_55.1-7ubuntu0.5_amd64.deb ... Unpacking libicu55:amd64 (55.1-7ubuntu0.5) ... [Pipeline] sh 47a9f0637952: Pull complete Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 Status: Downloaded newer image for busybox:latest + git -C cli checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + git clone https://github.com/docker/engine.git Cloning into 'engine'... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.7_amd64.deb ... Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../libxmuu1_2%3a1.1.2-2_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.2-2) ... Selecting previously unselected package manpages. Preparing to unpack .../manpages_4.04-2_all.deb ... Unpacking manpages (4.04-2) ... Selecting previously unselected package openssh-client. Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.8_amd64.deb ... Unpacking openssh-client (1:7.2p2-4ubuntu2.8) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.8_all.deb ... Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.8) ... Selecting previously unselected package python3-apt. Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.8_amd64.deb ... Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.8) ... Selecting previously unselected package rsync. Preparing to unpack .../rsync_3.1.1-3ubuntu1.3_amd64.deb ... Unpacking rsync (3.1.1-3ubuntu1.3) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../shared-mime-info_1.5-2ubuntu0.2_amd64.deb ... Unpacking shared-mime-info (1.5-2ubuntu0.2) ... Selecting previously unselected package strace. Preparing to unpack .../strace_4.11-1ubuntu3_amd64.deb ... Unpacking strace (4.11-1ubuntu3) ... Selecting previously unselected package xauth. Preparing to unpack .../xauth_1%3a1.0.9-1ubuntu2_amd64.deb ... Unpacking xauth (1:1.0.9-1ubuntu2) ... Selecting previously unselected package xdg-user-dirs. Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6.16.04.1_amd64.deb ... Unpacking xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... Selecting previously unselected package xml-core. Preparing to unpack .../xml-core_0.13+nmu2_all.deb ... Unpacking xml-core (0.13+nmu2) ... Selecting previously unselected package at. Preparing to unpack .../at_3.1.18-2ubuntu1_amd64.deb ... Unpacking at (3.1.18-2ubuntu1) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../autotools-dev_20150820.1_all.deb ... Unpacking autotools-dev (20150820.1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.8_amd64.deb ... Unpacking binutils (2.26.1-1ubuntu1~16.04.8) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.23-0ubuntu11_amd64.deb ... Unpacking libc-dev-bin (2.23-0ubuntu11) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_4.4.0-177.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (4.4.0-177.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.23-0ubuntu11_amd64.deb ... Unpacking libc6-dev:amd64 (2.23-0ubuntu11) ... Selecting previously unselected package libisl15:amd64. Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... Unpacking libisl15:amd64 (0.16.1-1) ... Selecting previously unselected package cpp-5. Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.12) ... [Pipeline] echo Removing all docker containers [Pipeline] sh Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... Unpacking cpp (4:5.3.1-1ubuntu1) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libasan2:amd64. Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libubsan0:amd64. Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libcilkrts5:amd64. Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libmpx0:amd64. Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libgcc-5-dev:amd64. Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package gcc-5. Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... Unpacking gcc (4:5.3.1-1ubuntu1) ... Selecting previously unselected package libstdc++-5-dev:amd64. Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package g++-5. Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... Unpacking g++-5 (5.4.0-6ubuntu1~16.04.12) ... using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... Unpacking g++ (4:5.3.1-1ubuntu1) ... Selecting previously unselected package make. Preparing to unpack .../archives/make_4.1-6_amd64.deb ... Unpacking make (4.1-6) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.6_all.deb ... Unpacking libdpkg-perl (1.18.4ubuntu1.6) ... Selecting previously unselected package xz-utils. Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ... Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ... Selecting previously unselected package patch. Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.2_amd64.deb ... Unpacking patch (2.7.5-1ubuntu0.16.04.2) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.6_all.deb ... Unpacking dpkg-dev (1.18.4ubuntu1.6) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... Unpacking build-essential (12.1ubuntu2) ... Selecting previously unselected package curl. Preparing to unpack .../curl_7.47.0-1ubuntu2.14_amd64.deb ... Unpacking curl (7.47.0-1ubuntu2.14) ... Selecting previously unselected package dctrl-tools. Preparing to unpack .../dctrl-tools_2.24-2_amd64.deb ... Unpacking dctrl-tools (2.24-2) ... Selecting previously unselected package libcroco3:amd64. Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... Unpacking libcroco3:amd64 (0.6.11-1) ... Selecting previously unselected package gettext. Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking gettext (0.19.7-2ubuntu3.1) ... Selecting previously unselected package intltool-debian. Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... Unpacking intltool-debian (0.35.0+20060710.4) ... Selecting previously unselected package po-debconf. Preparing to unpack .../po-debconf_1.0.19_all.deb ... Unpacking po-debconf (1.0.19) ... Selecting previously unselected package libarchive-zip-perl. Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... Selecting previously unselected package libfile-stripnondeterminism-perl. Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... Unpacking libfile-stripnondeterminism-perl (0.015-1) ... Selecting previously unselected package libtimedate-perl. Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... 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 Selecting previously unselected package dh-strip-nondeterminism. Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... Unpacking dh-strip-nondeterminism (0.015-1) ... Selecting previously unselected package debhelper. Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... Unpacking debhelper (9.20160115ubuntu3) ... Selecting previously unselected package devscripts. Preparing to unpack .../devscripts_2.16.2ubuntu3_amd64.deb ... Unpacking devscripts (2.16.2ubuntu3) ... + git -C cli checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh Selecting previously unselected package diffstat. Preparing to unpack .../diffstat_1.61-1_amd64.deb ... Unpacking diffstat (1.61-1) ... Selecting previously unselected package dput. Preparing to unpack .../dput_0.9.6.4ubuntu3_all.deb ... Unpacking dput (0.9.6.4ubuntu3) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... Unpacking fakeroot (1.20.2-1ubuntu1) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ... Unpacking liberror-perl (0.17-1.2) ... Selecting previously unselected package git-man. Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.8_all.deb ... Unpacking git-man (1:2.7.4-0ubuntu1.8) ... Selecting previously unselected package git. Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.8_amd64.deb ... Unpacking git (1:2.7.4-0ubuntu1.8) ... [Pipeline] sh + git -C engine checkout 19.03 + git clone https://github.com/docker/engine.git Cloning into 'engine'... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libapt-pkg-perl. Preparing to unpack .../libapt-pkg-perl_0.1.29build7_amd64.deb ... Unpacking libapt-pkg-perl (0.1.29build7) ... Selecting previously unselected package libasprintf-dev:amd64. Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... Selecting previously unselected package libhtml-tagset-perl. Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... Unpacking libhtml-tagset-perl (3.20-2) ... 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 Checking out Revision 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 (19.03) Selecting previously unselected package liburi-perl. Preparing to unpack .../liburi-perl_1.71-1_all.deb ... Unpacking liburi-perl (1.71-1) ... Selecting previously unselected package libhtml-parser-perl. Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... Unpacking libhtml-parser-perl (3.72-1) ... Selecting previously unselected package libcgi-pm-perl. Preparing to unpack .../libcgi-pm-perl_4.26-1_all.deb ... Unpacking libcgi-pm-perl (4.26-1) ... Selecting previously unselected package libfcgi-perl. Preparing to unpack .../libfcgi-perl_0.77-1build1_amd64.deb ... Unpacking libfcgi-perl (0.77-1build1) ... Selecting previously unselected package libcgi-fast-perl. Preparing to unpack .../libcgi-fast-perl_1%3a2.10-1_all.deb ... Unpacking libcgi-fast-perl (1:2.10-1) ... Selecting previously unselected package libsub-name-perl. Preparing to unpack .../libsub-name-perl_0.14-1build1_amd64.deb ... Unpacking libsub-name-perl (0.14-1build1) ... Selecting previously unselected package libclass-accessor-perl. Preparing to unpack .../libclass-accessor-perl_0.34-1_all.deb ... Unpacking libclass-accessor-perl (0.34-1) ... Selecting previously unselected package libclone-perl. Preparing to unpack .../libclone-perl_0.38-1build1_amd64.deb ... Unpacking libclone-perl (0.38-1build1) ... Switched to a new branch '19.03' Branch 19.03 set up to track remote branch 19.03 from origin. [Pipeline] sh Selecting previously unselected package libdata-alias-perl. Preparing to unpack .../libdata-alias-perl_1.20-1build1_amd64.deb ... Unpacking libdata-alias-perl (1.20-1build1) ... Selecting previously unselected package libdigest-hmac-perl. Preparing to unpack .../libdigest-hmac-perl_1.03+dfsg-1_all.deb ... Unpacking libdigest-hmac-perl (1.03+dfsg-1) ... Selecting previously unselected package libdistro-info-perl. Preparing to unpack .../libdistro-info-perl_0.14ubuntu0.1_all.deb ... Unpacking libdistro-info-perl (0.14ubuntu0.1) ... Selecting previously unselected package libnet-ssleay-perl. Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... Unpacking libnet-ssleay-perl (1.72-1build1) ... Selecting previously unselected package libio-socket-ssl-perl. Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... Unpacking libio-socket-ssl-perl (2.024-1) ... Selecting previously unselected package libnet-smtp-ssl-perl. Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... Unpacking libnet-smtp-ssl-perl (1.03-1) ... Selecting previously unselected package libmailtools-perl. Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... Unpacking libmailtools-perl (2.13-1) ... + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine image for p in image-linux; do \ 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}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' cp Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 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 Selecting previously unselected package libsocket6-perl. Preparing to unpack .../libsocket6-perl_0.25-1build2_amd64.deb ... Unpacking libsocket6-perl (0.25-1build2) ... Selecting previously unselected package libio-socket-inet6-perl. Preparing to unpack .../libio-socket-inet6-perl_2.72-2_all.deb ... Unpacking libio-socket-inet6-perl (2.72-2) ... Selecting previously unselected package libnet-ip-perl. Preparing to unpack .../libnet-ip-perl_1.26-1_all.deb ... Unpacking libnet-ip-perl (1.26-1) ... Selecting previously unselected package libnet-dns-perl. Preparing to unpack .../libnet-dns-perl_0.81-2build1_amd64.deb ... Unpacking libnet-dns-perl (0.81-2build1) ... Selecting previously unselected package libnet-domain-tld-perl. Preparing to unpack .../libnet-domain-tld-perl_1.73-1_all.deb ... Unpacking libnet-domain-tld-perl (1.73-1) ... Selecting previously unselected package libemail-valid-perl. Preparing to unpack .../libemail-valid-perl_1.198-1_all.deb ... Unpacking libemail-valid-perl (1.198-1) ... Selecting previously unselected package libencode-locale-perl. Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... Unpacking libencode-locale-perl (1.05-1) ... Selecting previously unselected package libexporter-tiny-perl. Preparing to unpack .../libexporter-tiny-perl_0.042-1_all.deb ... Unpacking libexporter-tiny-perl (0.042-1) ... Selecting previously unselected package libipc-system-simple-perl. Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... Unpacking libipc-system-simple-perl (1.25-3) ... Selecting previously unselected package libfile-basedir-perl. Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... Unpacking libfile-basedir-perl (0.07-1) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3) ... Selecting previously unselected package libhttp-date-perl. Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... Unpacking libhttp-date-perl (6.02-1) ... Selecting previously unselected package libfile-listing-perl. Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... Unpacking libfile-listing-perl (6.04-1) ... Selecting previously unselected package libfont-afm-perl. Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... Unpacking libfont-afm-perl (1.20-1) ... Selecting previously unselected package libgettextpo0:amd64. Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... Selecting previously unselected package libgettextpo-dev:amd64. Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... Selecting previously unselected package libio-html-perl. Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... Unpacking libio-html-perl (1.001-1) ... Selecting previously unselected package liblwp-mediatypes-perl. Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... Unpacking liblwp-mediatypes-perl (6.02-1) ... Selecting previously unselected package libhttp-message-perl. Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... Unpacking libhttp-message-perl (6.11-1) ... Selecting previously unselected package libhtml-form-perl. Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... Unpacking libhtml-form-perl (6.03-1) ... Selecting previously unselected package libhtml-tree-perl. Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... Unpacking libhtml-tree-perl (5.03-2) ... Selecting previously unselected package libhtml-format-perl. Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... Unpacking libhtml-format-perl (2.11-2) ... > git config core.sparsecheckout # timeout=10 > git checkout -f 7a9d665c0a9b2a0b84aa96757f69f51c04dfa045 # timeout=10 [Pipeline] sh Selecting previously unselected package libhttp-cookies-perl. Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... Unpacking libhttp-cookies-perl (6.01-1) ... Selecting previously unselected package libhttp-daemon-perl. Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... Unpacking libhttp-daemon-perl (6.01-1) ... Selecting previously unselected package libhttp-negotiate-perl. Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... Unpacking libhttp-negotiate-perl (6.00-2) ... Selecting previously unselected package libio-pty-perl. Preparing to unpack .../libio-pty-perl_1%3a1.08-1.1build1_amd64.deb ... Unpacking libio-pty-perl (1:1.08-1.1build1) ... Selecting previously unselected package libio-string-perl. Preparing to unpack .../libio-string-perl_1.08-3_all.deb ... Unpacking libio-string-perl (1.08-3) ... Selecting previously unselected package libipc-run-perl. Preparing to unpack .../libipc-run-perl_0.94-1_all.deb ... Unpacking libipc-run-perl (0.94-1) ... Selecting previously unselected package liblist-moreutils-perl. Preparing to unpack .../liblist-moreutils-perl_0.413-1build1_amd64.deb ... Unpacking liblist-moreutils-perl (0.413-1build1) ... Selecting previously unselected package libnet-http-perl. Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... Unpacking libnet-http-perl (6.09-1) ... + git -C engine checkout 19.03 Selecting previously unselected package libwww-robotrules-perl. Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... Unpacking libwww-robotrules-perl (6.01-1) ... Selecting previously unselected package libwww-perl. Preparing to unpack .../libwww-perl_6.15-1_all.deb ... Unpacking libwww-perl (6.15-1) ... Selecting previously unselected package liblwp-protocol-https-perl. Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... Unpacking liblwp-protocol-https-perl (6.06-2) ... Selecting previously unselected package libsys-hostname-long-perl. Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... Unpacking libsys-hostname-long-perl (1.5-1) ... Selecting previously unselected package libmail-sendmail-perl. Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... Unpacking libmail-sendmail-perl (0.79.16-1) ... Selecting previously unselected package libparse-debianchangelog-perl. Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-8_all.deb ... Unpacking libparse-debianchangelog-perl (1.2.0-8) ... Selecting previously unselected package libperlio-gzip-perl. Preparing to unpack .../libperlio-gzip-perl_0.19-1build1_amd64.deb ... Unpacking libperlio-gzip-perl (0.19-1build1) ... Selecting previously unselected package libtext-levenshtein-perl. Preparing to unpack .../libtext-levenshtein-perl_0.13-1_all.deb ... Unpacking libtext-levenshtein-perl (0.13-1) ... Sending build context to Docker daemon 52.66MB Step 1/49 : ARG GO_IMAGE Step 2/49 : FROM ${GO_IMAGE} as builder 1.13.10-stretch: Pulling from library/golang Selecting previously unselected package libyaml-libyaml-perl. Preparing to unpack .../libyaml-libyaml-perl_0.41-6build1_amd64.deb ... Unpacking libyaml-libyaml-perl (0.41-6build1) ... Selecting previously unselected package hardening-includes. Preparing to unpack .../hardening-includes_2.7ubuntu2_all.deb ... Unpacking hardening-includes (2.7ubuntu2) ... Selecting previously unselected package patchutils. Preparing to unpack .../patchutils_0.3.4-1_amd64.deb ... Unpacking patchutils (0.3.4-1) ... Selecting previously unselected package t1utils. Preparing to unpack .../t1utils_1.39-2_amd64.deb ... Unpacking t1utils (1.39-2) ... Selecting previously unselected package lintian. Preparing to unpack .../lintian_2.5.43ubuntu0.1_all.deb ... Unpacking lintian (2.5.43ubuntu0.1) ... 65d54b492d59: Pulling fs layer 7be35cdee43e: Pulling fs layer b803ac2c0e69: Pulling fs layer f56b7aa1f85c: Pulling fs layer e4990bcee4c1: Pulling fs layer 99b932676b9d: Pulling fs layer bebfb1f3752d: Pulling fs layer f56b7aa1f85c: Waiting e4990bcee4c1: Waiting 99b932676b9d: Waiting bebfb1f3752d: Waiting Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_4.04-2_all.deb ... Unpacking manpages-dev (4.04-2) ... Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh b803ac2c0e69: Verifying Checksum b803ac2c0e69: Download complete 7be35cdee43e: Verifying Checksum 7be35cdee43e: Download complete Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_20.7.0-1_all.deb ... Unpacking python3-pkg-resources (20.7.0-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../python3-chardet_2.3.0-2_all.deb ... Unpacking python3-chardet (2.3.0-2) ... Selecting previously unselected package python3-six. Preparing to unpack .../python3-six_1.10.0-3_all.deb ... Unpacking python3-six (1.10.0-3) ... Selecting previously unselected package python3-debian. Preparing to unpack .../python3-debian_0.1.27ubuntu2_all.deb ... Unpacking python3-debian (0.1.27ubuntu2) ... Selecting previously unselected package rename. Preparing to unpack .../archives/rename_0.20-4_all.deb ... Unpacking rename (0.20-4) ... + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine image for p in image-linux; do \ 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}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' cp Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 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 65d54b492d59: Download complete Selecting previously unselected package unzip. Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... Unpacking unzip (6.0-20ubuntu1) ... Selecting previously unselected package wdiff. Preparing to unpack .../wdiff_1.2.2-1build1_amd64.deb ... Unpacking wdiff (1.2.2-1build1) ... Selecting previously unselected package equivs. Preparing to unpack .../equivs_2.0.9+nmu1_all.deb ... Unpacking equivs (2.0.9+nmu1) ... Selecting previously unselected package libauthen-sasl-perl. Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... Unpacking libauthen-sasl-perl (2.1600-1) ... Selecting previously unselected package python3-magic. Preparing to unpack .../python3-magic_1%3a5.25-2ubuntu1.3_all.deb ... Unpacking python3-magic (1:5.25-2ubuntu1.3) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Processing triggers for systemd (229-4ubuntu21.27) ... Setting up libatm1:amd64 (1:2.5.1-1.5) ... Setting up liblocale-gettext-perl (1.07-1build1) ... Setting up libmnl0:amd64 (1.0.3-5) ... Setting up libpopt0:amd64 (1.16-10) ... Setting up mime-support (3.59ubuntu1) ... Setting up libmpdec2:amd64 (2.4.2-1) ... Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1.4) ... Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.9) ... Setting up python3.5 (3.5.2-2ubuntu0~16.04.9) ... e4990bcee4c1: Download complete bebfb1f3752d: Verifying Checksum bebfb1f3752d: Download complete f56b7aa1f85c: Verifying Checksum f56b7aa1f85c: Download complete Sending build context to Docker daemon 52.66MB Step 1/49 : ARG GO_IMAGE Step 2/49 : FROM ${GO_IMAGE} as builder 1.13.10-stretch: Pulling from library/golang 7568c21980bd: Pulling fs layer 4a9f2207c812: Pulling fs layer 6fe350d2b140: Pulling fs layer d95a2fdc8b3d: Pulling fs layer ac996c99fef8: Pulling fs layer 56021b21e136: Pulling fs layer bc78545094a5: Pulling fs layer ac996c99fef8: Waiting d95a2fdc8b3d: Waiting 56021b21e136: Waiting bc78545094a5: Waiting 6fe350d2b140: Verifying Checksum 6fe350d2b140: Download complete 4a9f2207c812: Verifying Checksum 4a9f2207c812: Download complete Commit message: "Merge pull request #454 from thaJeztah/19.03_backport_bump_golang_1.13.10" Setting up libpython3-stdlib:amd64 (3.5.1-3) ... Setting up libgdbm3:amd64 (1.8.3-13.1) ... Setting up libffi6:amd64 (3.2.1-4) ... Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.6) ... No schema files found: doing nothing. Setting up libxau6:amd64 (1:1.0.8-1) ... Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ... Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ... Setting up libx11-data (2:1.6.3-1ubuntu2.1) ... Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... Setting up libxext6:amd64 (2:1.3.3-1) ... Setting up groff-base (1.22.3-7) ... Setting up bsdmainutils (9.0.6ubuntu3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up libpipeline1:amd64 (1.4.1-2) ... Setting up man-db (2.7.5-1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Building database of manual pages ... 7568c21980bd: Verifying Checksum 7568c21980bd: Download complete [Pipeline] sh d95a2fdc8b3d: Verifying Checksum d95a2fdc8b3d: Download complete + git clone https://github.com/docker/engine.git Cloning into 'engine'... 99b932676b9d: Verifying Checksum 99b932676b9d: Download complete ac996c99fef8: Verifying Checksum ac996c99fef8: Download complete bc78545094a5: Verifying Checksum bc78545094a5: Download complete 65d54b492d59: Pull complete 56021b21e136: Verifying Checksum 56021b21e136: Download complete 7be35cdee43e: Pull complete b803ac2c0e69: Pull complete 7568c21980bd: Pull complete 4a9f2207c812: Pull complete 6fe350d2b140: Pull complete [Pipeline] sh + git -C engine checkout 19.03 f56b7aa1f85c: Pull complete Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + pwd + pwd + 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 for p in centos-7; do \ 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}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/rpm' mkdir -p rpmbuild/SOURCES echo "docker.io/dockereng/engine-community-dm:0.0.0-20200309214505-aa6a9891b0" > rpmbuild/SOURCES/engine-image mkdir -p rpmbuild/SOURCES docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/engine:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine aad63a933944: Pulling fs layer aad63a933944: Verifying Checksum aad63a933944: Download complete aad63a933944: Pull complete Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 Status: Downloaded newer image for alpine:latest d95a2fdc8b3d: Pull complete e4990bcee4c1: Pull complete Setting up sgml-base (1.26+nmu4ubuntu1) ... Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... Setting up perl-modules-5.22 (5.22.1-9ubuntu0.6) ... Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.6) ... Setting up perl (5.22.1-9ubuntu0.6) ... update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.9) ... Setting up python2.7 (2.7.12-1ubuntu0~16.04.9) ... Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... Setting up python (2.7.12-1~16.04) ... Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ... Setting up libmpfr4:amd64 (3.1.4-1) ... Setting up libmpc3:amd64 (1.0.3-1) ... Setting up bzip2 (1.0.6-8ubuntu0.2) ... Setting up distro-info-data (0.28ubuntu0.13) ... Setting up libmagic1:amd64 (1:5.25-2ubuntu1.3) ... Setting up file (1:5.25-2ubuntu1.3) ... Setting up iproute2 (4.3.0-1ubuntu3.16.04.5) ... Setting up ifupdown (0.8.10ubuntu1.4) ... Creating /etc/network/interfaces. Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.15) ... Setting up isc-dhcp-client (4.3.3-5ubuntu12.10) ... Setting up isc-dhcp-common (4.3.3-5ubuntu12.10) ... Setting up less (481-2.1ubuntu0.2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libapt-inst2.0:amd64 (1.2.32) ... Setting up libbsd0:amd64 (0.8.2-1ubuntu0.1) ... Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ... Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ... Setting up libidn11:amd64 (1.32-3ubuntu1.2) ... Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ... Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ... Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.7) ... Setting up libxtables11:amd64 (1.6.0-2ubuntu3) ... Setting up netbase (5.3) ... Setting up openssl (1.0.2g-1ubuntu4.15) ... Setting up ca-certificates (20170717~16.04.2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... Setting up gettext-base (0.19.7-2ubuntu3.1) ... Setting up iso-codes (3.65-1) ... Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.1) ... Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ... Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.1) ... Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.7) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ... Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.14) ... ac996c99fef8: Pull complete Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ... Setting up libglib2.0-data (2.48.2-0ubuntu4.6) ... Setting up libicu55:amd64 (55.1-7ubuntu0.5) ... Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ... Setting up libxmuu1:amd64 (2:1.1.2-2) ... Setting up manpages (4.04-2) ... Setting up openssh-client (1:7.2p2-4ubuntu2.8) ... Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.8) ... Setting up rsync (3.1.1-3ubuntu1.3) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of restart. Setting up shared-mime-info (1.5-2ubuntu0.2) ... mkdir -p rpmbuild/SOURCES docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Setting up strace (4.11-1ubuntu3) ... Setting up xauth (1:1.0.9-1ubuntu2) ... Setting up xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... Setting up xml-core (0.13+nmu2) ... 99b932676b9d: Pull complete bebfb1f3752d: Pull complete Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f Status: Downloaded newer image for golang:1.13.10-stretch ---> b1d63faeef0f Step 3/49 : COPY hack/dockerfile/install/tini.installer / Setting up at (3.1.18-2ubuntu1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up autotools-dev (20150820.1) ... Setting up binutils (2.26.1-1ubuntu1~16.04.8) ... Setting up libc-dev-bin (2.23-0ubuntu11) ... Setting up linux-libc-dev:amd64 (4.4.0-177.207) ... Setting up libc6-dev:amd64 (2.23-0ubuntu11) ... Setting up libisl15:amd64 (0.16.1-1) ... Setting up cpp-5 (5.4.0-6ubuntu1~16.04.12) ... Setting up cpp (4:5.3.1-1ubuntu1) ... [Pipeline] sh Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up gcc-5 (5.4.0-6ubuntu1~16.04.12) ... Setting up gcc (4:5.3.1-1ubuntu1) ... Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... Setting up g++-5 (5.4.0-6ubuntu1~16.04.12) ... Setting up g++ (4:5.3.1-1ubuntu1) ... + git -C engine checkout 19.03 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (4.1-6) ... Setting up libdpkg-perl (1.18.4ubuntu1.6) ... Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up patch (2.7.5-1ubuntu0.16.04.2) ... Setting up dpkg-dev (1.18.4ubuntu1.6) ... Setting up build-essential (12.1ubuntu2) ... Setting up curl (7.47.0-1ubuntu2.14) ... Setting up dctrl-tools (2.24-2) ... Setting up libcroco3:amd64 (0.6.11-1) ... Setting up gettext (0.19.7-2ubuntu3.1) ... Setting up intltool-debian (0.35.0+20060710.4) ... Setting up po-debconf (1.0.19) ... Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... Setting up libfile-stripnondeterminism-perl (0.015-1) ... Setting up libtimedate-perl (2.3000-2) ... Setting up diffstat (1.61-1) ... Setting up dput (0.9.6.4ubuntu3) ... Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh Setting up fakeroot (1.20.2-1ubuntu1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up liberror-perl (0.17-1.2) ... Setting up git-man (1:2.7.4-0ubuntu1.8) ... Setting up git (1:2.7.4-0ubuntu1.8) ... Setting up libalgorithm-diff-perl (1.19.03-1) ... Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libapt-pkg-perl (0.1.29build7) ... Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... Setting up libhtml-tagset-perl (3.20-2) ... Setting up liburi-perl (1.71-1) ... Setting up libhtml-parser-perl (3.72-1) ... Setting up libcgi-pm-perl (4.26-1) ... Setting up libfcgi-perl (0.77-1build1) ... Setting up libcgi-fast-perl (1:2.10-1) ... Setting up libsub-name-perl (0.14-1build1) ... Setting up libclass-accessor-perl (0.34-1) ... Setting up libclone-perl (0.38-1build1) ... Setting up libdata-alias-perl (1.20-1build1) ... Setting up libdigest-hmac-perl (1.03+dfsg-1) ... Setting up libdistro-info-perl (0.14ubuntu0.1) ... + pwd + pwd + 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 for p in static-linux; do \ 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}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/static' make -C /home/ubuntu/workspace/docker-ce-packaging_19.03/cli -f docker.Makefile VERSION=0.0.0-20200309214505-aa6a9891b0 build make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/cli' # build dockerfile from stdin so that we don't send the build-context; source is bind-mounted in the development environment cat ./dockerfiles/Dockerfile.binary-native | docker build --build-arg=GO_VERSION -t docker-cli-native - Sending build context to Docker daemon 2.048kB Step 1/6 : ARG GO_VERSION=1.13.10 Step 2/6 : FROM golang:${GO_VERSION}-alpine Setting up libnet-ssleay-perl (1.72-1build1) ... Setting up libio-socket-ssl-perl (2.024-1) ... Setting up libnet-smtp-ssl-perl (1.03-1) ... Setting up libmailtools-perl (2.13-1) ... Setting up libsocket6-perl (0.25-1build2) ... Setting up libio-socket-inet6-perl (2.72-2) ... Setting up libnet-ip-perl (1.26-1) ... Setting up libnet-dns-perl (0.81-2build1) ... Setting up libnet-domain-tld-perl (1.73-1) ... Setting up libemail-valid-perl (1.198-1) ... Setting up libencode-locale-perl (1.05-1) ... Setting up libexporter-tiny-perl (0.042-1) ... Setting up libipc-system-simple-perl (1.25-3) ... Setting up libfile-basedir-perl (0.07-1) ... Setting up libfile-fcntllock-perl (0.22-3) ... Setting up libhttp-date-perl (6.02-1) ... Setting up libfile-listing-perl (6.04-1) ... Setting up libfont-afm-perl (1.20-1) ... Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... Setting up libio-html-perl (1.001-1) ... Setting up liblwp-mediatypes-perl (6.02-1) ... Setting up libhttp-message-perl (6.11-1) ... Setting up libhtml-form-perl (6.03-1) ... Setting up libhtml-tree-perl (5.03-2) ... Setting up libhtml-format-perl (2.11-2) ... 1.13.10-alpine: Pulling from library/golang aad63a933944: Pulling fs layer c732a2540651: Pulling fs layer 7b2225181d6b: Pulling fs layer c7df7edfcd79: Pulling fs layer 5871566633bc: Pulling fs layer c7df7edfcd79: Waiting 5871566633bc: Waiting Setting up libhttp-cookies-perl (6.01-1) ... Setting up libhttp-daemon-perl (6.01-1) ... Setting up libhttp-negotiate-perl (6.00-2) ... Setting up libio-pty-perl (1:1.08-1.1build1) ... Setting up libio-string-perl (1.08-3) ... Setting up libipc-run-perl (0.94-1) ... Setting up liblist-moreutils-perl (0.413-1build1) ... Setting up libnet-http-perl (6.09-1) ... Setting up libwww-robotrules-perl (6.01-1) ... Setting up libsys-hostname-long-perl (1.5-1) ... Setting up libmail-sendmail-perl (0.79.16-1) ... Setting up libparse-debianchangelog-perl (1.2.0-8) ... Setting up libperlio-gzip-perl (0.19-1build1) ... Setting up libtext-levenshtein-perl (0.13-1) ... Setting up libyaml-libyaml-perl (0.41-6build1) ... Setting up hardening-includes (2.7ubuntu2) ... Setting up patchutils (0.3.4-1) ... Setting up t1utils (1.39-2) ... Setting up lintian (2.5.43ubuntu0.1) ... Setting up manpages-dev (4.04-2) ... Setting up rename (0.20-4) ... update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode Setting up unzip (6.0-20ubuntu1) ... Setting up wdiff (1.2.2-1build1) ... Setting up libauthen-sasl-perl (2.1600-1) ... Setting up dh-python (2.20151103ubuntu1.2) ... 7b2225181d6b: Verifying Checksum 7b2225181d6b: Download complete c732a2540651: Verifying Checksum c732a2540651: Download complete aad63a933944: Verifying Checksum aad63a933944: Download complete 5871566633bc: Download complete Setting up python3 (3.5.1-3) ... running python rtupdate hooks for python3.5... aad63a933944: Pull complete c732a2540651: Pull complete running python post-rtupdate hooks for python3.5... Setting up lsb-release (9.20160110ubuntu0.2) ... Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.8) ... mkdir -p rpmbuild/SOURCES cp ../systemd/docker.service rpmbuild/SOURCES/docker.service mkdir -p rpmbuild/SOURCES cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket mkdir -p rpmbuild/SOURCES 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 docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/plugins:/plugins \ -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins 7b2225181d6b: Pull complete Setting up debhelper (9.20160115ubuntu3) ... Setting up devscripts (2.16.2ubuntu3) ... Setting up liblwp-protocol-https-perl (6.06-2) ... Setting up python3-pkg-resources (20.7.0-1) ... ---> 6ac340313cda Step 4/49 : COPY hack/dockerfile/install/proxy.installer / ---> 3367efe01966 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 ---> Running in 0678384d1253 Setting up python3-chardet (2.3.0-2) ... Setting up python3-six (1.10.0-3) ... Setting up python3-debian (0.1.27ubuntu2) ... 56021b21e136: Pull complete bc78545094a5: Pull complete Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f Status: Downloaded newer image for golang:1.13.10-stretch ---> 6ffeb1b35038 Step 3/49 : COPY hack/dockerfile/install/tini.installer / docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm:/v -w /v alpine chown -R root:root rpmbuild c7df7edfcd79: Verifying Checksum c7df7edfcd79: Download complete Setting up equivs (2.0.9+nmu1) ... Setting up python3-magic (1:5.25-2ubuntu1.3) ... Setting up dh-strip-nondeterminism (0.015-1) ... Setting up libwww-perl (6.15-1) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Processing triggers for systemd (229-4ubuntu21.27) ... Processing triggers for ca-certificates (20170717~16.04.2) ... Updating certificates in /etc/ssl/certs... ---> 06aadc24bebf Step 4/49 : COPY hack/dockerfile/install/proxy.installer / ---> 5b8514e60032 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 ---> Running in 5b51f6fe217e docker build --build-arg GO_IMAGE=golang:1.13.10-stretch -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile . Sending build context to Docker daemon 17.83MB Step 1/18 : ARG GO_IMAGE Step 2/18 : ARG BUILD_IMAGE=centos:7 Step 3/18 : FROM ${GO_IMAGE} as golang 1.13.10-stretch: Pulling from library/golang 7568c21980bd: Pulling fs layer 4a9f2207c812: Pulling fs layer 6fe350d2b140: Pulling fs layer d95a2fdc8b3d: Pulling fs layer ac996c99fef8: Pulling fs layer 56021b21e136: Pulling fs layer bc78545094a5: Pulling fs layer ac996c99fef8: Waiting 56021b21e136: Waiting bc78545094a5: Waiting d95a2fdc8b3d: Waiting 6fe350d2b140: Verifying Checksum 6fe350d2b140: Download complete 4a9f2207c812: Verifying Checksum 4a9f2207c812: Download complete Ign:1 http://deb.debian.org/debian stretch InRelease Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:3 http://deb.debian.org/debian stretch Release [118 kB] Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] 148 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for sgml-base (1.26+nmu4ubuntu1) ... Get:5 http://deb.debian.org/debian stretch-updates/main arm64 Packages [27.9 kB] Get:6 http://deb.debian.org/debian stretch/main arm64 Packages [6925 kB] 7568c21980bd: Verifying Checksum 7568c21980bd: Download complete d95a2fdc8b3d: Verifying Checksum d95a2fdc8b3d: Download complete ac996c99fef8: Verifying Checksum ac996c99fef8: Download complete bc78545094a5: Verifying Checksum bc78545094a5: Download complete Ign:1 http://deb.debian.org/debian stretch InRelease Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:3 http://deb.debian.org/debian stretch Release [118 kB] Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] 56021b21e136: Verifying Checksum 56021b21e136: Download complete 7568c21980bd: Pull complete c7df7edfcd79: Pull complete 5871566633bc: Pull complete Digest: sha256:84a409b4c174965a51e393064e46f6eb32adb80daa6097851268458136fd68b6 Status: Downloaded newer image for golang:1.13.10-alpine ---> 3369136a43d1 Step 3/6 : RUN apk add -U git bash coreutils gcc musl-dev 4a9f2207c812: Pull complete 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 6fe350d2b140: Pull complete + git -C engine checkout 19.03 ---> Running in 24b71f62f738 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine image for p in image-linux; do \ 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}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' cp Dockerfile.engine /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine 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 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz (1/23) Installing ncurses-terminfo-base (6.1_p20200118-r3) (2/23) Installing ncurses-libs (6.1_p20200118-r3) (3/23) Installing readline (8.0.1-r0) (4/23) Installing bash (5.0.11-r1) Executing bash-5.0.11-r1.post-install (5/23) Installing libacl (2.2.53-r0) (6/23) Installing libattr (2.4.48-r0) (7/23) Installing coreutils (8.31-r0) (8/23) Installing libgcc (9.2.0-r4) (9/23) Installing libstdc++ (9.2.0-r4) (10/23) Installing binutils (2.33.1-r0) (11/23) Installing gmp (6.1.2-r1) (12/23) Installing isl (0.18-r0) (13/23) Installing libgomp (9.2.0-r4) (14/23) Installing libatomic (9.2.0-r4) (15/23) Installing mpfr4 (4.0.2-r1) (16/23) Installing mpc1 (1.1.0-r1) (17/23) Installing gcc (9.2.0-r4) Removing intermediate container 6a67b35f0dd0 ---> 312d9a786dfc Step 6/20 : ARG GO_VERSION ---> Running in f3b2084eb6a7 Removing intermediate container f3b2084eb6a7 ---> 06b76d76db9d Step 7/20 : ENV GOPATH /go ---> Running in 9826bd96d926 d95a2fdc8b3d: Pull complete Removing intermediate container 9826bd96d926 ---> 59c81f86bd62 Step 8/20 : ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin ---> Running in 3d5176355929 (18/23) Installing nghttp2-libs (1.40.0-r0) (19/23) Installing libcurl (7.67.0-r0) (20/23) Installing expat (2.2.9-r1) (21/23) Installing pcre2 (10.34-r1) (22/23) Installing git (2.24.2-r1) Removing intermediate container 3d5176355929 ---> b5dc7462fd41 Step 9/20 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux ---> Running in d3ba54dcf655 Removing intermediate container d3ba54dcf655 ---> 6d30e7232c79 Step 10/20 : ENV RUNC_BUILDTAGS apparmor seccomp selinux (23/23) Installing musl-dev (1.1.24-r2) Executing busybox-1.31.1-r9.trigger OK: 131 MiB in 38 packages ---> Running in 3ec48a8ecad8 Removing intermediate container 3ec48a8ecad8 ---> c5694bffc77f Step 11/20 : ARG COMMON_FILES ---> Running in ae2dab811f99 Removing intermediate container ae2dab811f99 ---> 131ef984bc4e Step 12/20 : COPY ${COMMON_FILES} /root/build-deb/debian ---> 89997081982c Step 13/20 : RUN mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control ---> Running in f990e4f13fe0 Sending build context to Docker daemon 52.66MB Step 1/49 : ARG GO_IMAGE Step 2/49 : FROM ${GO_IMAGE} as builder 1.13.10-stretch: Pulling from library/golang 37d8a5aac9ec: Pulling fs layer b3f4f4abba42: Pulling fs layer 3accf104e4ac: Pulling fs layer b661b06bea35: Pulling fs layer 6b8a029263ef: Pulling fs layer 7141f3aa5ffc: Pulling fs layer 9820859f1aba: Pulling fs layer 7141f3aa5ffc: Waiting b661b06bea35: Waiting 6b8a029263ef: Waiting 9820859f1aba: Waiting ac996c99fef8: Pull complete 3accf104e4ac: Verifying Checksum 3accf104e4ac: Download complete Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages [503 kB] Fetched 7761 kB in 8s (916 kB/s) Reading package lists... b3f4f4abba42: Verifying Checksum b3f4f4abba42: Download complete dh_testdir dh_testroot dh_prep dh_testdir dh_testroot dh_install dh_installdocs dh_installchangelogs dh_compress dh_fixperms dh_installdeb dh_gencontrol Removing intermediate container 24b71f62f738 ---> 1ec37962a442 Step 4/6 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Running in 6db93236837c Removing intermediate container 6db93236837c ---> 819b33956d5f Step 5/6 : WORKDIR /go/src/github.com/docker/cli Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] Fetched 7937 kB in 8s (948 kB/s) Reading package lists... Reading package lists... ---> Running in 0a6bde268645 Removing intermediate container 0a6bde268645 ---> 7970989f4a78 Step 6/6 : CMD ./scripts/build/binary dh_md5sums dh_builddeb dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. The package has been created. Attention, the package has been created in the current directory, not in ".." as indicated by the message above! Selecting previously unselected package docker-ce-build-deps. (Reading database ... 20376 files and directories currently installed.) Preparing to unpack docker-ce-build-deps_1.0_all.deb ... Unpacking docker-ce-build-deps (1.0) ... Building dependency tree... Reading state information... bash is already the newest version (4.4-5). bash set to manually installed. ca-certificates is already the newest version (20161130+nmu1+deb9u1). libgcc-6-dev is already the newest version (6.3.0-18+deb9u1). libgcc-6-dev set to manually installed. gcc is already the newest version (4:6.3.0-4). libc6-dev is already the newest version (2.24-11+deb9u4). make is already the newest version (4.1-9.1). The following additional packages will be installed: autotools-dev btrfs-progs cmake-data file libarchive13 libicu57 libjsoncpp1 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp2 libuv1 libxml2 sgml-base xml-core Suggested packages: codeblocks eclipse ninja-build gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn lrzip libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk sgml-base-doc debhelper Recommended packages: patch less rsync ---> Running in 020138c0464e Removing intermediate container 020138c0464e ---> 16351ae47503 Successfully built 16351ae47503 Successfully tagged docker-cli-native:latest 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 The following NEW packages will be installed: autotools-dev btrfs-progs btrfs-tools cmake cmake-data file libarchive13 libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp-dev libseccomp2 libtool libuv1 libxml2 sgml-base xml-core The following packages will be upgraded: git Reading package lists... Building dependency tree... Reading state information... bash is already the newest version (4.4-5). bash set to manually installed. ca-certificates is already the newest version (20161130+nmu1+deb9u1). libgcc-6-dev is already the newest version (6.3.0-18+deb9u1). libgcc-6-dev set to manually installed. gcc is already the newest version (4:6.3.0-4). libc6-dev is already the newest version (2.24-11+deb9u4). make is already the newest version (4.1-9.1). The following additional packages will be installed: autotools-dev btrfs-progs cmake-data file libarchive13 libicu57 libjsoncpp1 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp2 libuv1 libxml2 sgml-base xml-core Suggested packages: codeblocks eclipse ninja-build gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn lrzip libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk sgml-base-doc debhelper Recommended packages: patch less rsync Reading package lists... Building dependency tree... Reading state information... Correcting dependencies...Starting pkgProblemResolver with broken count: 0 The following NEW packages will be installed: autotools-dev btrfs-progs btrfs-tools cmake cmake-data file libarchive13 libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp-dev libseccomp2 libtool libuv1 libxml2 sgml-base xml-core The following packages will be upgraded: git Building statically linked build/docker-linux-amd64 Starting 2 pkgProblemResolver with broken count: 0 Done  Done Starting pkgProblemResolver with broken count: 0 Starting 2 pkgProblemResolver with broken count: 0 Done The following additional packages will be installed: bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libtool libudev-dev pkg-config Suggested packages: codeblocks eclipse ninja-build apparmor-easyprof augeas-tools lrzip libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk The following NEW packages will be installed: bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libtool libudev-dev pkg-config 1 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. Need to get 19.9 MB of archives. After this operation, 69.9 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB] Get:9 http://deb.debian.org/debian stretch/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u3 [222 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 libmagic1 amd64 1:5.30-1+deb9u3 [111 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 file amd64 1:5.30-1+deb9u3 [64.2 kB] Get:12 http://deb.debian.org/debian stretch/main amd64 autotools-dev all 20161112.1 [73.4 kB] Get:13 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 libltdl7 amd64 2.4.6-2 [389 kB] Get:16 http://deb.debian.org/debian stretch/main amd64 libltdl-dev amd64 2.4.6-2 [161 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 libtool all 2.4.6-2 [545 kB] Get:20 http://deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB] 37d8a5aac9ec: Verifying Checksum 37d8a5aac9ec: Download complete 1 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. Need to get 18.8 MB of archives. After this operation, 67.9 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main arm64 cmake-data all 3.7.2-1 [1216 kB] Get:2 http://deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] Get:3 http://deb.debian.org/debian stretch/main arm64 libxml2 arm64 2.9.4+dfsg1-2.2+deb9u2 [788 kB] Get:4 http://deb.debian.org/debian stretch/main arm64 libarchive13 arm64 3.2.2-2+deb9u2 [248 kB] Get:5 http://deb.debian.org/debian stretch/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] Get:6 http://deb.debian.org/debian stretch/main arm64 libuv1 arm64 1.9.1-3 [73.8 kB] Get:7 http://deb.debian.org/debian stretch/main arm64 cmake arm64 3.7.2-1 [2774 kB] Get:8 http://deb.debian.org/debian stretch/main arm64 sgml-base all 1.29 [14.8 kB] Get:9 http://deb.debian.org/debian stretch/main arm64 libmagic-mgc arm64 1:5.30-1+deb9u3 [222 kB] Get:10 http://deb.debian.org/debian stretch/main arm64 libmagic1 arm64 1:5.30-1+deb9u3 [103 kB] Get:11 http://deb.debian.org/debian stretch/main arm64 file arm64 1:5.30-1+deb9u3 [64.0 kB] Get:12 http://deb.debian.org/debian stretch/main arm64 autotools-dev all 20161112.1 [73.4 kB] Get:13 http://deb.debian.org/debian stretch/main arm64 btrfs-progs arm64 4.7.3-1 [517 kB] Get:14 http://deb.debian.org/debian stretch/main arm64 btrfs-tools arm64 4.7.3-1 [16.9 kB] Get:15 http://deb.debian.org/debian stretch/main arm64 libltdl7 arm64 2.4.6-2 [386 kB] Get:16 http://deb.debian.org/debian stretch/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB] Get:17 http://deb.debian.org/debian stretch/main arm64 libseccomp2 arm64 2.3.1-2.1+deb9u1 [36.2 kB] Get:18 http://deb.debian.org/debian stretch/main arm64 libseccomp-dev arm64 2.3.1-2.1+deb9u1 [58.1 kB] Get:19 http://deb.debian.org/debian stretch/main arm64 libtool all 2.4.6-2 [545 kB] Get:20 http://deb.debian.org/debian stretch/main arm64 xml-core all 0.17 [23.2 kB] b661b06bea35: Verifying Checksum b661b06bea35: Download complete 9820859f1aba: Verifying Checksum 9820859f1aba: Download complete 6b8a029263ef: Download complete 56021b21e136: Pull complete bc78545094a5: Pull complete Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f Status: Downloaded newer image for golang:1.13.10-stretch ---> 6ffeb1b35038 Step 4/18 : FROM ${BUILD_IMAGE} 7: Pulling from library/centos ab5ef0e58194: Pulling fs layer ab5ef0e58194: Verifying Checksum ab5ef0e58194: Download complete 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded. 1 not fully installed or removed. Need to get 7055 kB of archives. After this operation, 36.8 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bash-completion all 1:2.1-4.2ubuntu1.1 [152 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 btrfs-tools amd64 4.4-1ubuntu1.1 [521 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1121 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.8 [262 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.14 [186 kB] Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2623 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-apparmor all 2.10.95-0ubuntu2.11 [9788 B] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-systemd all 1.29ubuntu4 [18.0 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.110-1ubuntu10 [12.2 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev-dev amd64 229-4ubuntu21.27 [150 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsepol1-dev amd64 2.4-2 [249 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libselinux1-dev amd64 2.4-3build2 [122 kB] Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-dev amd64 2:1.02.110-1ubuntu10 [29.6 kB] Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libseccomp-dev amd64 2.4.1-0ubuntu0.16.04.2 [60.1 kB] Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd-dev amd64 229-4ubuntu21.27 [159 kB] Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 7055 kB in 5s (1332 kB/s) Selecting previously unselected package bash-completion. (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.) Preparing to unpack .../bash-completion_1%3a2.1-4.2ubuntu1.1_all.deb ... Unpacking bash-completion (1:2.1-4.2ubuntu1.1) ... Replaced by files in installed package apt (1.2.32) ... Selecting previously unselected package liblzo2-2:amd64. Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ... Unpacking liblzo2-2:amd64 (2.08-1.2) ... 37d8a5aac9ec: Pull complete Selecting previously unselected package btrfs-tools. Preparing to unpack .../btrfs-tools_4.4-1ubuntu1.1_amd64.deb ... Unpacking btrfs-tools (4.4-1ubuntu1.1) ... Selecting previously unselected package cmake-data. Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... Unpacking cmake-data (3.5.1-1ubuntu3) ... ab5ef0e58194: Pull complete Digest: sha256:4a701376d03f6b39b8c2a8f4a8e499441b0d567f9ab9d58e4991de4472fb813c Status: Downloaded newer image for centos:7 ---> 5e35e350aded Step 5/18 : ENV DISTRO centos Selecting previously unselected package libarchive13:amd64. Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.8_amd64.deb ... Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ... Selecting previously unselected package libcurl3:amd64. Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.14_amd64.deb ... Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.14) ... Selecting previously unselected package libjsoncpp1:amd64. Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... Unpacking libjsoncpp1:amd64 (1.7.2-1) ... Selecting previously unselected package cmake. Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... Unpacking cmake (3.5.1-1ubuntu3) ... Selecting previously unselected package dh-apparmor. Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.11_all.deb ... Unpacking dh-apparmor (2.10.95-0ubuntu2.11) ... Selecting previously unselected package dh-systemd. Preparing to unpack .../dh-systemd_1.29ubuntu4_all.deb ... Unpacking dh-systemd (1.29ubuntu4) ... Selecting previously unselected package libdevmapper-event1.02.1:amd64. Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.110-1ubuntu10_amd64.deb ... Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ... Selecting previously unselected package libudev-dev:amd64. Preparing to unpack .../libudev-dev_229-4ubuntu21.27_amd64.deb ... Unpacking libudev-dev:amd64 (229-4ubuntu21.27) ... Selecting previously unselected package libsepol1-dev:amd64. Preparing to unpack .../libsepol1-dev_2.4-2_amd64.deb ... Unpacking libsepol1-dev:amd64 (2.4-2) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... Selecting previously unselected package libpcre32-3:amd64. Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... Selecting previously unselected package libpcrecpp0v5:amd64. Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... Selecting previously unselected package libselinux1-dev:amd64. Preparing to unpack .../libselinux1-dev_2.4-3build2_amd64.deb ... Unpacking libselinux1-dev:amd64 (2.4-3build2) ... ---> Running in b907bcaa69ac Removing intermediate container b907bcaa69ac ---> 26351ad06112 Step 6/18 : ENV SUITE 7 b3f4f4abba42: Pull complete Selecting previously unselected package libdevmapper-dev:amd64. Preparing to unpack .../libdevmapper-dev_2%3a1.02.110-1ubuntu10_amd64.deb ... Unpacking libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-0.1) ... Selecting previously unselected package libltdl-dev:amd64. Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... Selecting previously unselected package libseccomp-dev:amd64. Preparing to unpack .../libseccomp-dev_2.4.1-0ubuntu0.16.04.2_amd64.deb ... Unpacking libseccomp-dev:amd64 (2.4.1-0ubuntu0.16.04.2) ... Selecting previously unselected package libsystemd-dev:amd64. Preparing to unpack .../libsystemd-dev_229-4ubuntu21.27_amd64.deb ... Unpacking libsystemd-dev:amd64 (229-4ubuntu21.27) ... Selecting previously unselected package libtool. Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... ---> Running in d0b93b5ef810 Removing intermediate container d0b93b5ef810 ---> d903055326b3 Step 7/18 : ENV GOPATH=/go ---> Running in 7a91ebff0eb0 3accf104e4ac: Pull complete Unpacking libtool (2.4.6-0.1) ... Selecting previously unselected package pkg-config. Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... Unpacking pkg-config (0.29.1-0ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Removing intermediate container 7a91ebff0eb0 ---> b928318e3c54 Step 8/18 : ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin ---> Running in dfd33a67e394 Removing intermediate container dfd33a67e394 ---> 4b65869a0e72 Step 9/18 : ENV AUTO_GOPATH 1 ---> Running in 780db84b0f33 Removing intermediate container 780db84b0f33 ---> 06790f03a9af Step 10/18 : ENV DOCKER_BUILDTAGS seccomp selinux ---> Running in ed802f74c3c0 Removing intermediate container ed802f74c3c0 ---> d4a4ca5ce972 Step 11/18 : ENV RUNC_BUILDTAGS seccomp selinux ---> Running in fc9ef299badb Get:21 http://security.debian.org/debian-security stretch/updates/main amd64 libicu57 amd64 57.1-6+deb9u4 [7699 kB] Get:22 http://security.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u7 [4170 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.9 MB in 8s (2379 kB/s) Selecting previously unselected package cmake-data. (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.) Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... Unpacking cmake-data (3.7.2-1) ... Selecting previously unselected package liblzo2-2:amd64. Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_amd64.deb ... Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... Selecting previously unselected package libicu57:amd64. Preparing to unpack .../02-libicu57_57.1-6+deb9u4_amd64.deb ... Unpacking libicu57:amd64 (57.1-6+deb9u4) ... 7141f3aa5ffc: Verifying Checksum 7141f3aa5ffc: Download complete Removing intermediate container fc9ef299badb ---> fde342b7eedb Step 12/18 : RUN yum install -y rpm-build rpmlint ---> Running in e954fedab1be Selecting previously unselected package libxml2:amd64. Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Setting up bash-completion (1:2.1-4.2ubuntu1.1) ... Setting up liblzo2-2:amd64 (2.08-1.2) ... Setting up btrfs-tools (4.4-1ubuntu1.1) ... Setting up cmake-data (3.5.1-1ubuntu3) ... Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ... Setting up libcurl3:amd64 (7.47.0-1ubuntu2.14) ... Setting up libjsoncpp1:amd64 (1.7.2-1) ... Loaded plugins: fastestmirror, ovl Selecting previously unselected package libarchive13:amd64. Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u2_amd64.deb ... Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... Selecting previously unselected package libjsoncpp1:amd64. Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ... Unpacking libjsoncpp1:amd64 (1.7.4-3) ... Selecting previously unselected package libuv1:amd64. Preparing to unpack .../06-libuv1_1.9.1-3_amd64.deb ... Setting up cmake (3.5.1-1ubuntu3) ... Setting up dh-apparmor (2.10.95-0ubuntu2.11) ... Setting up dh-systemd (1.29ubuntu4) ... Setting up libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ... Setting up libudev-dev:amd64 (229-4ubuntu21.27) ... Setting up libsepol1-dev:amd64 (2.4-2) ... Setting up libpcre16-3:amd64 (2:8.38-3.1) ... Setting up libpcre32-3:amd64 (2:8.38-3.1) ... Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... Setting up libselinux1-dev:amd64 (2.4-3build2) ... Setting up libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ... Setting up libltdl7:amd64 (2.4.6-0.1) ... Setting up libltdl-dev:amd64 (2.4.6-0.1) ... Setting up libseccomp-dev:amd64 (2.4.1-0ubuntu0.16.04.2) ... Setting up libsystemd-dev:amd64 (229-4ubuntu21.27) ... Setting up libtool (2.4.6-0.1) ... Setting up pkg-config (0.29.1-0ubuntu1) ... Setting up docker-ce-build-deps (1.0) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Determining fastest mirrors Unpacking libuv1:amd64 (1.9.1-3) ... Selecting previously unselected package cmake. Preparing to unpack .../07-cmake_3.7.2-1_amd64.deb ... Unpacking cmake (3.7.2-1) ... Get:21 http://security.debian.org/debian-security stretch/updates/main arm64 libicu57 arm64 57.1-6+deb9u4 [7553 kB] Get:22 http://security.debian.org/debian-security stretch/updates/main arm64 git arm64 1:2.11.0-3+deb9u7 [3772 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 18.8 MB in 8s (2192 kB/s) Selecting previously unselected package cmake-data. (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.) Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... Unpacking cmake-data (3.7.2-1) ... Preparing to unpack .../08-git_1%3a2.11.0-3+deb9u7_amd64.deb ... Unpacking git (1:2.11.0-3+deb9u7) over (1:2.11.0-3+deb9u6) ... Selecting previously unselected package liblzo2-2:arm64. Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_arm64.deb ... Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... Selecting previously unselected package libicu57:arm64. Preparing to unpack .../02-libicu57_57.1-6+deb9u4_arm64.deb ... Unpacking libicu57:arm64 (57.1-6+deb9u4) ... Removing intermediate container f990e4f13fe0 ---> 649cf37d82ac Step 14/20 : COPY sources/ /sources Selecting previously unselected package libxml2:arm64. Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_arm64.deb ... Unpacking libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... Selecting previously unselected package libarchive13:arm64. Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u2_arm64.deb ... Unpacking libarchive13:arm64 (3.2.2-2+deb9u2) ... ---> 6e88fd38b32c Step 15/20 : ENV DISTRO ubuntu ---> Running in b8353b4521a0 Removing intermediate container b8353b4521a0 ---> e8c199be13d0 Step 16/20 : ENV SUITE xenial ---> Running in 2716f79da3e0 Selecting previously unselected package libjsoncpp1:arm64. Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ... Unpacking libjsoncpp1:arm64 (1.7.4-3) ... Selecting previously unselected package libuv1:arm64. Preparing to unpack .../06-libuv1_1.9.1-3_arm64.deb ... Unpacking libuv1:arm64 (1.9.1-3) ... Selecting previously unselected package cmake. Preparing to unpack .../07-cmake_3.7.2-1_arm64.deb ... Unpacking cmake (3.7.2-1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../09-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../10-libmagic-mgc_1%3a5.30-1+deb9u3_amd64.deb ... Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../11-libmagic1_1%3a5.30-1+deb9u3_amd64.deb ... Unpacking libmagic1:amd64 (1:5.30-1+deb9u3) ... Removing intermediate container 2716f79da3e0 ---> 5531b02be8a7 Step 17/20 : COPY --from=golang /usr/local/go /usr/local/go Selecting previously unselected package file. Preparing to unpack .../12-file_1%3a5.30-1+deb9u3_amd64.deb ... Unpacking file (1:5.30-1+deb9u3) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../13-autotools-dev_20161112.1_all.deb ... Unpacking autotools-dev (20161112.1) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../14-btrfs-progs_4.7.3-1_amd64.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../15-btrfs-tools_4.7.3-1_amd64.deb ... Unpacking btrfs-tools (4.7.3-1) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../16-libltdl7_2.4.6-2_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-2) ... Preparing to unpack .../08-git_1%3a2.11.0-3+deb9u7_arm64.deb ... Unpacking git (1:2.11.0-3+deb9u7) over (1:2.11.0-3+deb9u6) ... Selecting previously unselected package libltdl-dev:amd64. Preparing to unpack .../17-libltdl-dev_2.4.6-2_amd64.deb ... Unpacking libltdl-dev:amd64 (2.4.6-2) ... Selecting previously unselected package libseccomp2:amd64. Preparing to unpack .../18-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libseccomp-dev:amd64. Preparing to unpack .../19-libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libtool. Preparing to unpack .../20-libtool_2.4.6-2_all.deb ... Unpacking libtool (2.4.6-2) ... Selecting previously unselected package xml-core. Preparing to unpack .../21-xml-core_0.17_all.deb ... Unpacking xml-core (0.17) ... Setting up libuv1:amd64 (1.9.1-3) ... Setting up cmake-data (3.7.2-1) ... Setting up sgml-base (1.29) ... Setting up libicu57:amd64 (57.1-6+deb9u4) ... Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... Setting up libmagic-mgc (1:5.30-1+deb9u3) ... Setting up libmagic1:amd64 (1:5.30-1+deb9u3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... Setting up autotools-dev (20161112.1) ... Setting up libltdl7:amd64 (2.4.6-2) ... Setting up xml-core (0.17) ... Setting up git (1:2.11.0-3+deb9u7) ... Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... Setting up libjsoncpp1:amd64 (1.7.4-3) ... Setting up libltdl-dev:amd64 (2.4.6-2) ... Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... Setting up file (1:5.30-1+deb9u3) ... Setting up btrfs-progs (4.7.3-1) ... Setting up cmake (3.7.2-1) ... Setting up libtool (2.4.6-2) ... Setting up btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Processing triggers for sgml-base (1.29) ... b661b06bea35: Pull complete Removing intermediate container 5b51f6fe217e ---> 678b68539400 Step 6/49 : RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits ---> Running in 55cf39b9e954 Selecting previously unselected package sgml-base. Preparing to unpack .../09-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../10-libmagic-mgc_1%3a5.30-1+deb9u3_arm64.deb ... Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... Selecting previously unselected package libmagic1:arm64. Preparing to unpack .../11-libmagic1_1%3a5.30-1+deb9u3_arm64.deb ... Unpacking libmagic1:arm64 (1:5.30-1+deb9u3) ... Selecting previously unselected package file. Preparing to unpack .../12-file_1%3a5.30-1+deb9u3_arm64.deb ... Unpacking file (1:5.30-1+deb9u3) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../13-autotools-dev_20161112.1_all.deb ... Unpacking autotools-dev (20161112.1) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../14-btrfs-progs_4.7.3-1_arm64.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../15-btrfs-tools_4.7.3-1_arm64.deb ... Unpacking btrfs-tools (4.7.3-1) ... Selecting previously unselected package libltdl7:arm64. Preparing to unpack .../16-libltdl7_2.4.6-2_arm64.deb ... Unpacking libltdl7:arm64 (2.4.6-2) ... Selecting previously unselected package libltdl-dev:arm64. Preparing to unpack .../17-libltdl-dev_2.4.6-2_arm64.deb ... Unpacking libltdl-dev:arm64 (2.4.6-2) ... Selecting previously unselected package libseccomp2:arm64. Preparing to unpack .../18-libseccomp2_2.3.1-2.1+deb9u1_arm64.deb ... Unpacking libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libseccomp-dev:arm64. Preparing to unpack .../19-libseccomp-dev_2.3.1-2.1+deb9u1_arm64.deb ... Unpacking libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libtool. Preparing to unpack .../20-libtool_2.4.6-2_all.deb ... Unpacking libtool (2.4.6-2) ... Selecting previously unselected package xml-core. Preparing to unpack .../21-xml-core_0.17_all.deb ... Unpacking xml-core (0.17) ... Setting up libuv1:arm64 (1.9.1-3) ... Setting up cmake-data (3.7.2-1) ... Setting up sgml-base (1.29) ... Setting up libicu57:arm64 (57.1-6+deb9u4) ... Setting up libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... Setting up libmagic-mgc (1:5.30-1+deb9u3) ... Setting up libmagic1:arm64 (1:5.30-1+deb9u3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... Setting up autotools-dev (20161112.1) ... Setting up libltdl7:arm64 (2.4.6-2) ... Setting up xml-core (0.17) ... Setting up git (1:2.11.0-3+deb9u7) ... Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... Setting up libjsoncpp1:arm64 (1.7.4-3) ... Setting up libltdl-dev:arm64 (2.4.6-2) ... Setting up libarchive13:arm64 (3.2.2-2+deb9u2) ... Setting up libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... Setting up file (1:5.30-1+deb9u3) ... Setting up btrfs-progs (4.7.3-1) ... Setting up cmake (3.7.2-1) ... Removing intermediate container 55cf39b9e954 ---> 8d77af0ff8e0 Step 7/49 : FROM builder as dockerd-builder ---> 8d77af0ff8e0 Step 8/49 : RUN apt-get install -y libsystemd-dev ---> Running in 9d0a28f9ccbb * base: d36uatko69830t.cloudfront.net * extras: d36uatko69830t.cloudfront.net * updates: d36uatko69830t.cloudfront.net 6b8a029263ef: Pull complete Setting up libtool (2.4.6-2) ... Setting up btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Processing triggers for sgml-base (1.29) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: libsystemd-dev 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 1972 kB of archives. After this operation, 13.0 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1972 kB in 1s (1870 kB/s) Selecting previously unselected package libsystemd-dev:amd64. (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.) Preparing to unpack .../libsystemd-dev_232-25+deb9u12_amd64.deb ... Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... Removing intermediate container 0678384d1253 ---> 1e9cdd837793 Step 6/49 : RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits ---> Running in b67af42adf8e Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... Removing intermediate container 9d0a28f9ccbb ---> a43ce61b9b2d Step 9/49 : WORKDIR /go/src/github.com/docker/docker ---> Running in e0ee26640ba2 Removing intermediate container e0ee26640ba2 ---> 2d6182ab6829 Step 10/49 : COPY . /go/src/github.com/docker/docker Removing intermediate container b67af42adf8e ---> 09c9289d7669 Step 7/49 : FROM builder as dockerd-builder ---> 09c9289d7669 Step 8/49 : RUN apt-get install -y libsystemd-dev ---> 2d3fa767846b Step 18/20 : WORKDIR /root/build-deb ---> Running in b496bf3dd9b7 Removing intermediate container b496bf3dd9b7 ---> 41d9544f59f6 Step 19/20 : COPY build-deb /root/build-deb/build-deb ---> Running in 89b2a122446c ---> 925d143293d7 Step 20/20 : ENTRYPOINT ["/root/build-deb/build-deb"] ---> Running in 5b2b8f326920 Removing intermediate container 5b2b8f326920 ---> cde2f1d4d5d0 Successfully built cde2f1d4d5d0 Successfully tagged debbuild-ubuntu-xenial/x86_64:latest 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 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0-20200420120129-05ad944d13 ]] + echo VERSION AAA 0.0.0-20200420120129-05ad944d13 VERSION AAA 0.0.0-20200420120129-05ad944d13 + VERSION=0.0.0-20200420120129-05ad944d13 + echo VERSION bbb 0.0.0-20200420120129-05ad944d13 VERSION bbb 0.0.0-20200420120129-05ad944d13 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Tue, 21 Apr 2020 10:04:32 +0000' + cat + export DOCKER_GITCOMMIT=05ad944d13 + DOCKER_GITCOMMIT=05ad944d13 + echo VERSION BBB 0.0.0-20200420120129-05ad944d13 + dpkg-buildpackage -uc -us -I.git VERSION BBB 0.0.0-20200420120129-05ad944d13 dpkg-buildpackage: source package docker-ce dpkg-buildpackage: source version 5:0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial dpkg-buildpackage: source distribution xenial dpkg-buildpackage: source changed by Docker dpkg-buildpackage: host architecture amd64 dpkg-source -I.git --before-build build-deb debian/rules clean dh clean --with=bash-completion --with=systemd Reading package lists... Building dependency tree... Reading state information... dh_testdir dh_auto_clean dh_clean dpkg-source -I.git -b build-deb dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0-20200420120129-05ad944d13-0~ubuntu' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz The following NEW packages will be installed: libsystemd-dev ---> d5ce2dfa3482 Step 11/49 : ARG VERSION ---> Running in 933526c5a6a7 Removing intermediate container 933526c5a6a7 ---> 03383b0c4a74 Step 12/49 : ARG GITCOMMIT ---> Running in bbb422e5e924 Removing intermediate container bbb422e5e924 ---> 6a66865fdc4f Step 13/49 : ARG BUILDTIME ---> Running in b607d2cb76b0 Removing intermediate container b607d2cb76b0 ---> 91ae77b64195 Step 14/49 : ARG PLATFORM ---> Running in 17355f238d7f Removing intermediate container 17355f238d7f ---> ab7c74fc2494 Step 15/49 : ARG PRODUCT ---> Running in 05cd2c39278e 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 1728 kB of archives. After this operation, 20.0 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main arm64 libsystemd-dev arm64 232-25+deb9u12 [1728 kB] Removing intermediate container 05cd2c39278e ---> 291ff2cc32bb Step 16/49 : ARG DEFAULT_PRODUCT_LICENSE ---> Running in 19533068dc71 Removing intermediate container 19533068dc71 ---> cb39871ce59e Step 17/49 : ENV VERSION ${VERSION} debconf: delaying package configuration, since apt-utils is not installed Fetched 1728 kB in 1s (1630 kB/s) Selecting previously unselected package libsystemd-dev:arm64. (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.) Preparing to unpack .../libsystemd-dev_232-25+deb9u12_arm64.deb ... Unpacking libsystemd-dev:arm64 (232-25+deb9u12) ... ---> Running in 3c8db3154f76 Removing intermediate container 3c8db3154f76 ---> 86e5bf076087 Step 18/49 : ENV GITCOMMIT ${GITCOMMIT} ---> Running in 3d0b635af702 Removing intermediate container 3d0b635af702 ---> 52c236b428cd Step 19/49 : ENV BUILDTIME ${BUILDTIME} ---> Running in 7b04bdf77ccb Removing intermediate container 7b04bdf77ccb ---> 5e11c2722d2d Step 20/49 : ENV PLATFORM ${PLATFORM} Setting up libsystemd-dev:arm64 (232-25+deb9u12) ... 7141f3aa5ffc: Pull complete 9820859f1aba: Pull complete Digest: sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f Status: Downloaded newer image for golang:1.13.10-stretch ---> 49b45b56ac91 Step 3/49 : COPY hack/dockerfile/install/tini.installer / ---> Running in 9cdf426df1a1 Removing intermediate container 9cdf426df1a1 ---> 54ca1e69c7a5 Step 21/49 : ENV PRODUCT ${PRODUCT} ---> Running in 87cf844e4b68 Removing intermediate container 87cf844e4b68 ---> 85c3a0977569 Step 22/49 : ENV DEFAULT_PRODUCT_LICENSE ${DEFAULT_PRODUCT_LICENSE} ---> Running in 9c5d14cca905 Removing intermediate container 9c5d14cca905 ---> 9eb3bd8cd52d Step 23/49 : RUN bash ./hack/make/.go-autogen ---> Running in 54e56090cd2a Removing intermediate container 89b2a122446c ---> a629940ef485 Step 9/49 : WORKDIR /go/src/github.com/docker/docker ---> Running in 848901f38c24 Removing intermediate container 848901f38c24 ---> 0d1d3d8a7140 Step 10/49 : COPY . /go/src/github.com/docker/docker ---> ae692c7c631a Step 4/49 : COPY hack/dockerfile/install/proxy.installer / ---> cc6a7a599e81 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 ---> Running in 966da8024245 Removing intermediate container 54e56090cd2a ---> cba51ccf631d 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 ---> Running in 16228dee7478 Ign:1 http://deb.debian.org/debian stretch InRelease Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:3 http://deb.debian.org/debian stretch Release [118 kB] Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] Get:5 http://deb.debian.org/debian stretch-updates/main armhf Packages [27.9 kB] Get:6 http://deb.debian.org/debian stretch/main armhf Packages [6912 kB] dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc debian/rules build dh build --with=bash-completion --with=systemd dh_testdir dh_update_autotools_config dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 GOOS="" GOARCH="" GOARM="" ---> 771fbab05287 Step 11/49 : ARG VERSION ---> Running in 980113a2ed64 Removing intermediate container 980113a2ed64 ---> cd2606118b21 Step 12/49 : ARG GITCOMMIT ---> Running in e8b265158fcb Removing intermediate container e8b265158fcb ---> 3cfcd582b4c7 Step 13/49 : ARG BUILDTIME ---> Running in 032eed4e5077 Removing intermediate container 032eed4e5077 ---> 258c063763d2 Step 14/49 : ARG PLATFORM ---> Running in 04e6357b1d22 Removing intermediate container 04e6357b1d22 ---> 4c64a9a8d33e Step 15/49 : ARG PRODUCT ---> Running in 7154519bb4a6 Removing intermediate container 7154519bb4a6 ---> c4e4e808572c Step 16/49 : ARG DEFAULT_PRODUCT_LICENSE ---> Running in a4571d9f41e5 Removing intermediate container a4571d9f41e5 ---> c48fb20720b3 Step 17/49 : ENV VERSION ${VERSION} ---> Running in 89b5d81b88f6 Removing intermediate container 89b5d81b88f6 ---> 4963cce010b1 Step 18/49 : ENV GITCOMMIT ${GITCOMMIT} ---> Running in 0affe9fb7e00 Removing intermediate container 0affe9fb7e00 ---> 4dc725b46986 Step 19/49 : ENV BUILDTIME ${BUILDTIME} ---> Running in 07b79fa8f110 Removing intermediate container 07b79fa8f110 ---> 9d614879e357 Step 20/49 : ENV PLATFORM ${PLATFORM} ---> Running in 5272e0f8e822 Removing intermediate container 5272e0f8e822 ---> 6a55793c60c8 Step 21/49 : ENV PRODUCT ${PRODUCT} ---> Running in 37b4c1449025 Removing intermediate container 37b4c1449025 ---> e95600af2fca Step 22/49 : ENV DEFAULT_PRODUCT_LICENSE ${DEFAULT_PRODUCT_LICENSE} ---> Running in 71f02adb0dc1 Removing intermediate container 71f02adb0dc1 ---> 68fb1e9cc3e3 Step 23/49 : RUN bash ./hack/make/.go-autogen ---> Running in 12d06d0e7e77 Removing intermediate container 12d06d0e7e77 ---> bb21637e46c9 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 ---> Running in 099b49198681 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:8 http://security.debian.org/debian-security stretch/updates/main armhf Packages [499 kB] Fetched 7744 kB in 8s (899 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... bash is already the newest version (4.4-5). bash set to manually installed. ca-certificates is already the newest version (20161130+nmu1+deb9u1). libgcc-6-dev is already the newest version (6.3.0-18+deb9u1). libgcc-6-dev set to manually installed. gcc is already the newest version (4:6.3.0-4). libc6-dev is already the newest version (2.24-11+deb9u4). make is already the newest version (4.1-9.1). The following additional packages will be installed: autotools-dev btrfs-progs cmake-data file libarchive13 libicu57 libjsoncpp1 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp2 libuv1 libxml2 sgml-base xml-core Suggested packages: codeblocks eclipse ninja-build gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn lrzip libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk sgml-base-doc debhelper Recommended packages: patch less rsync Resolving Dependencies --> Running transaction check ---> Package rpm-build.x86_64 0:4.11.3-40.el7 will be installed --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: unzip for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: file for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-40.el7.x86_64 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-40.el7.x86_64 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch --> Running transaction check ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64 ---> Package elfutils.x86_64 0:0.176-2.el7 will be installed ---> Package file.x86_64 0:5.11-35.el7 will be installed ---> Package gdb.x86_64 0:7.6.1-115.el7 will be installed ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed ---> Package perl.x86_64 4:5.16.3-294.el7_6 will be installed --> Processing Dependency: perl-libs = 4:5.16.3-294.el7_6 for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-294.el7_6.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-294.el7_6.x86_64 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch ---> Package unzip.x86_64 0:6.0-20.el7 will be installed --> Running transaction check ---> Package dwz.x86_64 0:0.11-3.el7 will be installed ---> Package emacs-filesystem.noarch 1:24.3-22.el7 will be installed ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be installed ---> Package perl-macros.x86_64 4:5.16.3-294.el7_6 will be installed ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed ---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed ---> Package zip.x86_64 0:3.0-11.el7 will be installed --> Running transaction check ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-294.el7_6 will be installed ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: rpm-build x86_64 4.11.3-40.el7 base 149 k rpmlint noarch 1.5-4.el7 base 229 k Installing for dependencies: bzip2 x86_64 1.0.6-13.el7 base 52 k desktop-file-utils x86_64 0.23-2.el7 base 67 k dwz x86_64 0.11-3.el7 base 99 k elfutils x86_64 0.176-2.el7 base 305 k emacs-filesystem noarch 1:24.3-22.el7 base 58 k file x86_64 5.11-35.el7 base 57 k gdb x86_64 7.6.1-115.el7 base 2.4 M groff-base x86_64 1.22.2-8.el7 base 942 k patch x86_64 2.7.1-12.el7_7 updates 111 k perl x86_64 4:5.16.3-294.el7_6 base 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-3.el7 base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-Pod-Escapes noarch 1:1.04-294.el7_6 base 51 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-4.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Thread-Queue noarch 3.02-2.el7 base 17 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-294.el7_6 base 688 k perl-macros x86_64 4:5.16.3-294.el7_6 base 44 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-srpm-macros noarch 1-8.el7 base 4.6 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k python-srpm-macros noarch 3-32.el7 base 8.4 k redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k unzip x86_64 6.0-20.el7 base 170 k zip x86_64 3.0-11.el7 base 260 k Transaction Summary ================================================================================ Install 2 Packages (+42 Dependent packages) Total download size: 16 M Installed size: 51 M Downloading packages: The following NEW packages will be installed: autotools-dev btrfs-progs btrfs-tools cmake cmake-data file libarchive13 libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 libseccomp-dev libseccomp2 libtool libuv1 libxml2 sgml-base xml-core The following packages will be upgraded: git 1 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. Need to get 18.5 MB of archives. After this operation, 59.6 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main armhf cmake-data all 3.7.2-1 [1216 kB] Get:2 http://deb.debian.org/debian stretch/main armhf liblzo2-2 armhf 2.08-1.2+b2 [49.7 kB] Get:3 http://deb.debian.org/debian stretch/main armhf libxml2 armhf 2.9.4+dfsg1-2.2+deb9u2 [825 kB] Get:4 http://deb.debian.org/debian stretch/main armhf libarchive13 armhf 3.2.2-2+deb9u2 [261 kB] Get:5 http://deb.debian.org/debian stretch/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB] Get:6 http://deb.debian.org/debian stretch/main armhf libuv1 armhf 1.9.1-3 [74.6 kB] Get:7 http://deb.debian.org/debian stretch/main armhf cmake armhf 3.7.2-1 [2629 kB] Get:8 http://deb.debian.org/debian stretch/main armhf sgml-base all 1.29 [14.8 kB] Get:9 http://deb.debian.org/debian stretch/main armhf libmagic-mgc armhf 1:5.30-1+deb9u3 [222 kB] Get:10 http://deb.debian.org/debian stretch/main armhf libmagic1 armhf 1:5.30-1+deb9u3 [105 kB] Get:11 http://deb.debian.org/debian stretch/main armhf file armhf 1:5.30-1+deb9u3 [63.9 kB] Get:12 http://deb.debian.org/debian stretch/main armhf autotools-dev all 20161112.1 [73.4 kB] Get:13 http://deb.debian.org/debian stretch/main armhf btrfs-progs armhf 4.7.3-1 [546 kB] Get:14 http://deb.debian.org/debian stretch/main armhf btrfs-tools armhf 4.7.3-1 [16.9 kB] Get:15 http://deb.debian.org/debian stretch/main armhf libltdl7 armhf 2.4.6-2 [386 kB] Get:16 http://deb.debian.org/debian stretch/main armhf libltdl-dev armhf 2.4.6-2 [159 kB] Get:17 http://deb.debian.org/debian stretch/main armhf libseccomp2 armhf 2.3.1-2.1+deb9u1 [31.3 kB] Get:18 http://deb.debian.org/debian stretch/main armhf libseccomp-dev armhf 2.3.1-2.1+deb9u1 [58.1 kB] Get:19 http://deb.debian.org/debian stretch/main armhf libtool all 2.4.6-2 [545 kB] Get:20 http://deb.debian.org/debian stretch/main armhf xml-core all 0.17 [23.2 kB] 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 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed Get:21 http://security.debian.org/debian-security stretch/updates/main armhf libicu57 armhf 57.1-6+deb9u4 [7451 kB] Get:22 http://security.debian.org/debian-security stretch/updates/main armhf git armhf 1:2.11.0-3+deb9u7 [3663 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 18.5 MB in 8s (2187 kB/s) Selecting previously unselected package cmake-data. (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.) Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... Unpacking cmake-data (3.7.2-1) ... Selecting previously unselected package liblzo2-2:armhf. Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_armhf.deb ... Unpacking liblzo2-2:armhf (2.08-1.2+b2) ... Selecting previously unselected package libicu57:armhf. Preparing to unpack .../02-libicu57_57.1-6+deb9u4_armhf.deb ... Unpacking libicu57:armhf (57.1-6+deb9u4) ... Selecting previously unselected package libxml2:armhf. Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_armhf.deb ... Unpacking libxml2:armhf (2.9.4+dfsg1-2.2+deb9u2) ... Selecting previously unselected package libarchive13:armhf. Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u2_armhf.deb ... Unpacking libarchive13:armhf (3.2.2-2+deb9u2) ... Selecting previously unselected package libjsoncpp1:armhf. Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ... Unpacking libjsoncpp1:armhf (1.7.4-3) ... Selecting previously unselected package libuv1:armhf. Preparing to unpack .../06-libuv1_1.9.1-3_armhf.deb ... Unpacking libuv1:armhf (1.9.1-3) ... Selecting previously unselected package cmake. Preparing to unpack .../07-cmake_3.7.2-1_armhf.deb ... Unpacking cmake (3.7.2-1) ... Preparing to unpack .../08-git_1%3a2.11.0-3+deb9u7_armhf.deb ... Unpacking git (1:2.11.0-3+deb9u7) over (1:2.11.0-3+deb9u6) ... Selecting previously unselected package sgml-base. Preparing to unpack .../09-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../10-libmagic-mgc_1%3a5.30-1+deb9u3_armhf.deb ... Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... Selecting previously unselected package libmagic1:armhf. Preparing to unpack .../11-libmagic1_1%3a5.30-1+deb9u3_armhf.deb ... Unpacking libmagic1:armhf (1:5.30-1+deb9u3) ... Selecting previously unselected package file. Preparing to unpack .../12-file_1%3a5.30-1+deb9u3_armhf.deb ... Unpacking file (1:5.30-1+deb9u3) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../13-autotools-dev_20161112.1_all.deb ... Unpacking autotools-dev (20161112.1) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../14-btrfs-progs_4.7.3-1_armhf.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../15-btrfs-tools_4.7.3-1_armhf.deb ... Unpacking btrfs-tools (4.7.3-1) ... Selecting previously unselected package libltdl7:armhf. Preparing to unpack .../16-libltdl7_2.4.6-2_armhf.deb ... Unpacking libltdl7:armhf (2.4.6-2) ... Selecting previously unselected package libltdl-dev:armhf. Preparing to unpack .../17-libltdl-dev_2.4.6-2_armhf.deb ... Unpacking libltdl-dev:armhf (2.4.6-2) ... Selecting previously unselected package libseccomp2:armhf. Preparing to unpack .../18-libseccomp2_2.3.1-2.1+deb9u1_armhf.deb ... Unpacking libseccomp2:armhf (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libseccomp-dev:armhf. Preparing to unpack .../19-libseccomp-dev_2.3.1-2.1+deb9u1_armhf.deb ... Unpacking libseccomp-dev:armhf (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libtool. Preparing to unpack .../20-libtool_2.4.6-2_all.deb ... Unpacking libtool (2.4.6-2) ... Selecting previously unselected package xml-core. Preparing to unpack .../21-xml-core_0.17_all.deb ... Unpacking xml-core (0.17) ... Setting up libuv1:armhf (1.9.1-3) ... Setting up cmake-data (3.7.2-1) ... Setting up sgml-base (1.29) ... Setting up libicu57:armhf (57.1-6+deb9u4) ... Setting up libxml2:armhf (2.9.4+dfsg1-2.2+deb9u2) ... Setting up libmagic-mgc (1:5.30-1+deb9u3) ... Setting up libmagic1:armhf (1:5.30-1+deb9u3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libseccomp2:armhf (2.3.1-2.1+deb9u1) ... Setting up autotools-dev (20161112.1) ... Setting up libltdl7:armhf (2.4.6-2) ... Setting up xml-core (0.17) ... Setting up git (1:2.11.0-3+deb9u7) ... Setting up liblzo2-2:armhf (2.08-1.2+b2) ... Setting up libjsoncpp1:armhf (1.7.4-3) ... Setting up libltdl-dev:armhf (2.4.6-2) ... Public key for patch-2.7.1-12.el7_7.x86_64.rpm is not installed -------------------------------------------------------------------------------- Total 1.0 MB/s | 16 MB 00:16 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-7.1908.0.el7.centos.x86_64 (@CentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : groff-base-1.22.2-8.el7.x86_64 1/44 Installing : bzip2-1.0.6-13.el7.x86_64 2/44 Installing : 1:perl-parent-0.225-244.el7.noarch 3/44 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 4/44 Installing : perl-podlators-2.5.1-3.el7.noarch 5/44 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 6/44 Installing : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 7/44 Setting up libarchive13:armhf (3.2.2-2+deb9u2) ... Setting up libseccomp-dev:armhf (2.3.1-2.1+deb9u1) ... Setting up file (1:5.30-1+deb9u3) ... Setting up btrfs-progs (4.7.3-1) ... Setting up cmake (3.7.2-1) ... Setting up libtool (2.4.6-2) ... Setting up btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Processing triggers for sgml-base (1.29) ... Installing : perl-Encode-2.51-7.el7.x86_64 8/44 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 9/44 Installing : perl-Pod-Usage-1.63-3.el7.noarch 10/44 Installing : 4:perl-libs-5.16.3-294.el7_6.x86_64 11/44 Installing : 4:perl-macros-5.16.3-294.el7_6.x86_64 12/44 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 13/44 Installing : perl-Exporter-5.68-3.el7.noarch 14/44 Installing : perl-Socket-2.010-4.el7.x86_64 15/44 Installing : perl-Carp-1.26-244.el7.noarch 16/44 Installing : perl-Storable-2.45-3.el7.x86_64 17/44 Installing : perl-PathTools-3.40-5.el7.x86_64 18/44 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 19/44 Installing : perl-Time-Local-1.2300-2.el7.noarch 20/44 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 21/44 Installing : perl-constant-1.27-2.el7.noarch 22/44 Installing : perl-threads-shared-1.43-6.el7.x86_64 23/44 Installing : perl-threads-1.87-4.el7.x86_64 24/44 Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/44 Installing : perl-File-Path-2.09-2.el7.noarch 26/44 Installing : perl-Filter-1.49-3.el7.x86_64 27/44 Installing : perl-Getopt-Long-2.40-3.el7.noarch 28/44 Installing : 4:perl-5.16.3-294.el7_6.x86_64 29/44 Installing : perl-Thread-Queue-3.02-2.el7.noarch 30/44 Installing : gdb-7.6.1-115.el7.x86_64 31/44 Installing : elfutils-0.176-2.el7.x86_64 32/44 Installing : python-srpm-macros-3-32.el7.noarch 33/44 Installing : file-5.11-35.el7.x86_64 34/44 Installing : patch-2.7.1-12.el7_7.x86_64 35/44 Installing : dwz-0.11-3.el7.x86_64 36/44 Installing : perl-srpm-macros-1-8.el7.noarch 37/44 Installing : unzip-6.0-20.el7.x86_64 38/44 Installing : 1:emacs-filesystem-24.3-22.el7.noarch 39/44 Installing : desktop-file-utils-0.23-2.el7.x86_64 40/44 Installing : zip-3.0-11.el7.x86_64 41/44 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 42/44 Installing : rpm-build-4.11.3-40.el7.x86_64 43/44 Installing : rpmlint-1.5-4.el7.noarch 44/44 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/44 Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/44 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/44 Verifying : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 4/44 Verifying : zip-3.0-11.el7.x86_64 5/44 Verifying : perl-Exporter-5.68-3.el7.noarch 6/44 Verifying : desktop-file-utils-0.23-2.el7.x86_64 7/44 Verifying : perl-PathTools-3.40-5.el7.x86_64 8/44 Verifying : 1:emacs-filesystem-24.3-22.el7.noarch 9/44 Verifying : unzip-6.0-20.el7.x86_64 10/44 Verifying : 1:perl-parent-0.225-244.el7.noarch 11/44 Verifying : bzip2-1.0.6-13.el7.x86_64 12/44 Verifying : perl-srpm-macros-1-8.el7.noarch 13/44 Verifying : 4:perl-libs-5.16.3-294.el7_6.x86_64 14/44 Verifying : groff-base-1.22.2-8.el7.x86_64 15/44 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 16/44 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 17/44 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 18/44 Verifying : dwz-0.11-3.el7.x86_64 19/44 Verifying : perl-Time-Local-1.2300-2.el7.noarch 20/44 Verifying : 4:perl-macros-5.16.3-294.el7_6.x86_64 21/44 Verifying : perl-Socket-2.010-4.el7.x86_64 22/44 Verifying : patch-2.7.1-12.el7_7.x86_64 23/44 Verifying : file-5.11-35.el7.x86_64 24/44 Verifying : perl-Carp-1.26-244.el7.noarch 25/44 Verifying : rpm-build-4.11.3-40.el7.x86_64 26/44 Verifying : perl-Storable-2.45-3.el7.x86_64 27/44 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 28/44 Verifying : python-srpm-macros-3-32.el7.noarch 29/44 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 30/44 Verifying : perl-Encode-2.51-7.el7.x86_64 31/44 Verifying : rpmlint-1.5-4.el7.noarch 32/44 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 33/44 Verifying : perl-podlators-2.5.1-3.el7.noarch 34/44 Verifying : perl-constant-1.27-2.el7.noarch 35/44 Verifying : elfutils-0.176-2.el7.x86_64 36/44 Verifying : perl-threads-1.87-4.el7.x86_64 37/44 Verifying : gdb-7.6.1-115.el7.x86_64 38/44 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 39/44 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 40/44 Verifying : 4:perl-5.16.3-294.el7_6.x86_64 41/44 Verifying : perl-File-Path-2.09-2.el7.noarch 42/44 Verifying : perl-Filter-1.49-3.el7.x86_64 43/44 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 44/44 Installed: rpm-build.x86_64 0:4.11.3-40.el7 rpmlint.noarch 0:1.5-4.el7 Dependency Installed: bzip2.x86_64 0:1.0.6-13.el7 desktop-file-utils.x86_64 0:0.23-2.el7 dwz.x86_64 0:0.11-3.el7 elfutils.x86_64 0:0.176-2.el7 emacs-filesystem.noarch 1:24.3-22.el7 file.x86_64 0:5.11-35.el7 gdb.x86_64 0:7.6.1-115.el7 groff-base.x86_64 0:1.22.2-8.el7 patch.x86_64 0:2.7.1-12.el7_7 perl.x86_64 4:5.16.3-294.el7_6 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-294.el7_6 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-4.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Thread-Queue.noarch 0:3.02-2.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-294.el7_6 perl-macros.x86_64 4:5.16.3-294.el7_6 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-srpm-macros.noarch 0:1-8.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 python-srpm-macros.noarch 0:3-32.el7 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos unzip.x86_64 0:6.0-20.el7 zip.x86_64 0:3.0-11.el7 Complete! Removing intermediate container 966da8024245 ---> 5ad18aee13ae Step 6/49 : RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits ---> Running in a9d89f6ee920 Removing intermediate container a9d89f6ee920 ---> 4e4367053938 Step 7/49 : FROM builder as dockerd-builder ---> 4e4367053938 Step 8/49 : RUN apt-get install -y libsystemd-dev ---> Running in 6aba21d02173 Removing intermediate container e954fedab1be ---> 8747c97c634b Step 13/18 : COPY SPECS /root/rpmbuild/SPECS ---> 07a0bb172f05 Step 14/18 : RUN sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo ---> Running in 0a3f437f41e3 Removing intermediate container 0a3f437f41e3 ---> c4432fa306d2 Step 15/18 : RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec ---> Running in 5b9734d84682 Reading package lists... Building dependency tree... Reading state information... Loaded plugins: fastestmirror, ovl Enabling base-source repository Enabling extras-source repository Enabling updates-source repository Loading mirror speeds from cached hostfile * base: d36uatko69830t.cloudfront.net * extras: d36uatko69830t.cloudfront.net * updates: d36uatko69830t.cloudfront.net The following NEW packages will be installed: libsystemd-dev 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 1780 kB of archives. After this operation, 8932 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main armhf libsystemd-dev armhf 232-25+deb9u12 [1780 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1780 kB in 1s (1688 kB/s) Selecting previously unselected package libsystemd-dev:armhf. (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.) Preparing to unpack .../libsystemd-dev_232-25+deb9u12_armhf.deb ... Unpacking libsystemd-dev:armhf (232-25+deb9u12) ... Setting up libsystemd-dev:armhf (232-25+deb9u12) ... Removing intermediate container 6aba21d02173 ---> e1932bd25ebf Step 9/49 : WORKDIR /go/src/github.com/docker/docker ---> Running in bf9b317a016b Removing intermediate container bf9b317a016b ---> 16b318d4f24e Step 10/49 : COPY . /go/src/github.com/docker/docker Checking for new repos for mirrors Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec --> 1:make-3.82-24.el7.x86_64 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 --> git-1.8.3.1-21.el7_7.x86_64 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec --> Already installed : bash-4.2.46-33.el7.x86_64 --> btrfs-progs-devel-4.9.1-1.el7.x86_64 --> Already installed : ca-certificates-2018.2.22-70.0.el7_5.noarch --> cmake-2.8.12.2-2.el7.x86_64 --> 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 --> gcc-4.8.5-39.el7.x86_64 --> git-1.8.3.1-21.el7_7.x86_64 --> glibc-static-2.17-292.el7.x86_64 --> libseccomp-devel-2.3.1-3.el7.x86_64 --> libselinux-devel-2.5-14.1.el7.x86_64 --> libtool-2.4.2-22.el7_3.x86_64 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 --> 1:make-3.82-24.el7.x86_64 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 --> Already installed : systemd-219-67.el7_7.1.x86_64 --> selinux-policy-devel-3.13.1-252.el7_7.6.noarch --> systemd-devel-219-67.el7_7.4.x86_64 --> Already installed : 2:tar-1.26-35.el7.x86_64 --> which-2.20-7.el7.x86_64 --> Running transaction check ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.12.2-2.el7.x86_64 ---> Package device-mapper-devel.x86_64 7:1.02.158-2.el7_7.2 will be installed --> 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 ---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64 ---> Package git.x86_64 0:1.8.3.1-21.el7_7 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-21.el7_7 for package: git-1.8.3.1-21.el7_7.x86_64 --> Processing Dependency: rsync for package: git-1.8.3.1-21.el7_7.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-21.el7_7.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-21.el7_7.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-21.el7_7.x86_64 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-21.el7_7.x86_64 --> Processing Dependency: less for package: git-1.8.3.1-21.el7_7.x86_64 ---> Package glibc-static.x86_64 0:2.17-292.el7 will be installed ---> Package libseccomp-devel.x86_64 0:2.3.1-3.el7 will be installed --> Processing Dependency: libseccomp(x86-64) = 2.3.1-3.el7 for package: libseccomp-devel-2.3.1-3.el7.x86_64 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-3.el7.x86_64 ---> Package libselinux-devel.x86_64 0:2.5-14.1.el7 will be installed --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-14.1.el7.x86_64 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-14.1.el7.x86_64 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-14.1.el7.x86_64 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 ---> Package make.x86_64 1:3.82-24.el7 will be installed ---> Package selinux-policy-devel.noarch 0:3.13.1-252.el7_7.6 will be installed --> Processing Dependency: selinux-policy = 3.13.1-252.el7_7.6 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-252.el7_7.6.noarch ---> Package systemd-devel.x86_64 0:219-67.el7_7.4 will be installed --> Processing Dependency: systemd-libs = 219-67.el7_7.4 for package: systemd-devel-219-67.el7_7.4.x86_64 --> Processing Dependency: systemd = 219-67.el7_7.4 for package: systemd-devel-219-67.el7_7.4.x86_64 Package: systemd-219-67.el7_7.4.src - can't co-install with systemd-219-67.el7_7.4.x86_64 ---> Package which.x86_64 0:2.20-7.el7 will be installed --> Running transaction check ---> Package autoconf.noarch 0:2.69-11.el7 will be installed --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch ---> Package automake.noarch 0:1.13.4-3.el7 will be installed --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed --> Processing Dependency: liblzo2.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed ---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed ---> Package device-mapper.x86_64 7:1.02.158-2.el7 will be updated --> Processing Dependency: device-mapper = 7:1.02.158-2.el7 for package: 7:device-mapper-libs-1.02.158-2.el7.x86_64 ---> Package device-mapper.x86_64 7:1.02.158-2.el7_7.2 will be an update ---> Package glibc-devel.x86_64 0:2.17-292.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-292.el7 for package: glibc-devel-2.17-292.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-292.el7.x86_64 ---> Package less.x86_64 0:458-9.el7 will be installed ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed ---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package libseccomp.x86_64 0:2.3.1-3.el7 will be installed ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Git.noarch 0:1.8.3.1-21.el7_7 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package policycoreutils-devel.x86_64 0:2.5-33.el7 will be installed --> Processing Dependency: policycoreutils-python = 2.5-33.el7 for package: policycoreutils-devel-2.5-33.el7.x86_64 ---> Package rsync.x86_64 0:3.1.2-6.el7_6.1 will be installed ---> Package selinux-policy.noarch 0:3.13.1-252.el7_7.6 will be installed --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-252.el7_7.6.noarch ---> Package systemd.x86_64 0:219-67.el7_7.1 will be updated ---> Package systemd.x86_64 0:219-67.el7_7.4 will be an update ---> Package systemd-libs.x86_64 0:219-67.el7_7.1 will be updated ---> Package systemd-libs.x86_64 0:219-67.el7_7.4 will be an update --> Running transaction check ---> Package device-mapper-libs.x86_64 7:1.02.158-2.el7 will be updated ---> Package device-mapper-libs.x86_64 7:1.02.158-2.el7_7.2 will be an update ---> Package e2fsprogs-libs.x86_64 0:1.42.9-16.el7 will be installed ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 ---> Package glibc-headers.x86_64 0:2.17-292.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-292.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-292.el7.x86_64 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed ---> Package lzo.x86_64 0:2.06-8.el7 will be installed ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed ---> Package policycoreutils.x86_64 0:2.5-33.el7 will be installed --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-33.el7.x86_64 ---> Package policycoreutils-python.x86_64 0:2.5-33.el7 will be installed --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 --> Running transaction check ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed ---> Package kernel-headers.x86_64 0:3.10.0-1062.18.1.el7 will be installed ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed ---> Package libselinux-python.x86_64 0:2.5-14.1.el7 will be installed ---> Package libselinux-utils.x86_64 0:2.5-14.1.el7 will be installed ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: btrfs-progs-devel x86_64 4.9.1-1.el7 base 47 k cmake x86_64 2.8.12.2-2.el7 base 7.1 M device-mapper-devel x86_64 7:1.02.158-2.el7_7.2 updates 203 k gcc x86_64 4.8.5-39.el7 base 16 M git x86_64 1.8.3.1-21.el7_7 updates 4.4 M glibc-static x86_64 2.17-292.el7 base 1.6 M libseccomp-devel x86_64 2.3.1-3.el7 base 64 k libselinux-devel x86_64 2.5-14.1.el7 base 187 k libtool x86_64 2.4.2-22.el7_3 base 588 k libtool-ltdl-devel x86_64 2.4.2-22.el7_3 base 167 k make x86_64 1:3.82-24.el7 base 421 k selinux-policy-devel noarch 3.13.1-252.el7_7.6 updates 1.7 M systemd-devel x86_64 219-67.el7_7.4 updates 208 k which x86_64 2.20-7.el7 base 41 k Installing for dependencies: audit-libs-python x86_64 2.8.5-4.el7 base 76 k autoconf noarch 2.69-11.el7 base 701 k automake noarch 1.13.4-3.el7 base 679 k btrfs-progs x86_64 4.9.1-1.el7 base 678 k checkpolicy x86_64 2.5-8.el7 base 295 k cpp x86_64 4.8.5-39.el7 base 5.9 M e2fsprogs-libs x86_64 1.42.9-16.el7 base 167 k fipscheck x86_64 1.4.1-6.el7 base 21 k fipscheck-lib x86_64 1.4.1-6.el7 base 11 k glibc-devel x86_64 2.17-292.el7 base 1.1 M glibc-headers x86_64 2.17-292.el7 base 687 k kernel-headers x86_64 3.10.0-1062.18.1.el7 updates 8.8 M less x86_64 458-9.el7 base 120 k libarchive x86_64 3.1.2-14.el7_7 updates 319 k libcgroup x86_64 0.41-21.el7 base 66 k libedit x86_64 3.0-12.20121213cvs.el7 base 92 k libgomp x86_64 4.8.5-39.el7 base 158 k libmpc x86_64 1.0.1-3.el7 base 51 k libseccomp x86_64 2.3.1-3.el7 base 56 k libselinux-python x86_64 2.5-14.1.el7 base 235 k libselinux-utils x86_64 2.5-14.1.el7 base 151 k libsemanage-python x86_64 2.5-14.el7 base 113 k libsepol-devel x86_64 2.5-10.el7 base 77 k libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k lzo x86_64 2.06-8.el7 base 59 k m4 x86_64 1.4.16-10.el7 base 256 k mpfr x86_64 3.1.1-4.el7 base 203 k openssh x86_64 7.4p1-21.el7 base 510 k openssh-clients x86_64 7.4p1-21.el7 base 655 k pcre-devel x86_64 8.32-17.el7 base 480 k perl-Data-Dumper x86_64 2.145-3.el7 base 47 k perl-Error noarch 1:0.17020-2.el7 base 32 k perl-Git noarch 1.8.3.1-21.el7_7 updates 55 k perl-TermReadKey x86_64 2.30-20.el7 base 31 k perl-Test-Harness noarch 3.28-3.el7 base 302 k policycoreutils x86_64 2.5-33.el7 base 916 k policycoreutils-devel x86_64 2.5-33.el7 base 335 k policycoreutils-python x86_64 2.5-33.el7 base 457 k python-IPy noarch 0.75-6.el7 base 32 k rsync x86_64 3.1.2-6.el7_6.1 base 404 k selinux-policy noarch 3.13.1-252.el7_7.6 updates 492 k setools-libs x86_64 3.3.8-4.el7 base 620 k Updating for dependencies: device-mapper x86_64 7:1.02.158-2.el7_7.2 updates 294 k device-mapper-libs x86_64 7:1.02.158-2.el7_7.2 updates 322 k systemd x86_64 219-67.el7_7.4 updates 5.1 M systemd-libs x86_64 219-67.el7_7.4 updates 411 k Transaction Summary ================================================================================ Install 14 Packages (+42 Dependent packages) Upgrade ( 4 Dependent packages) Total download size: 65 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/cli' make -C /home/ubuntu/workspace/docker-ce-packaging_19.03/engine VERSION=0.0.0-20200309214505-aa6a9891b0 binary make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/engine' ---> 63c9cb66d3a6 Step 11/49 : ARG VERSION ---> Running in 2327ef8f1dbc Removing intermediate container 2327ef8f1dbc ---> 718698534390 Step 12/49 : ARG GITCOMMIT ---> Running in 2fed1cb723cf Removing intermediate container 2fed1cb723cf ---> c4fdc008bb57 Step 13/49 : ARG BUILDTIME ---> Running in 758b02e5af43 Removing intermediate container 758b02e5af43 ---> e1637262e98e Step 14/49 : ARG PLATFORM ---> Running in 3f2d31ba2317 Removing intermediate container 3f2d31ba2317 ---> 0a0529fdbc34 Step 15/49 : ARG PRODUCT ---> Running in 7134d28abda9 Removing intermediate container 7134d28abda9 ---> 0a8066317e97 Step 16/49 : ARG DEFAULT_PRODUCT_LICENSE ---> Running in be786ae22678 Removing intermediate container be786ae22678 ---> 61bb49a89a20 Step 17/49 : ENV VERSION ${VERSION} ---> Running in 53b60d70be2b Removing intermediate container 53b60d70be2b ---> 38af6bedf891 Step 18/49 : ENV GITCOMMIT ${GITCOMMIT} ---> Running in cd1115a89a58 Removing intermediate container cd1115a89a58 ---> 6e10267204b1 Step 19/49 : ENV BUILDTIME ${BUILDTIME} ---> Running in 31a592084213 Removing intermediate container 31a592084213 ---> 3586b6893480 Step 20/49 : ENV PLATFORM ${PLATFORM} ---> Running in 8c9bffcb63e2 Removing intermediate container 8c9bffcb63e2 ---> 8718ed3cdf6a Step 21/49 : ENV PRODUCT ${PRODUCT} ---> Running in b008a4f5bd60 Removing intermediate container b008a4f5bd60 ---> fc30ac5aa671 Step 22/49 : ENV DEFAULT_PRODUCT_LICENSE ${DEFAULT_PRODUCT_LICENSE} ---> Running in 27cd06cf15d3 Removing intermediate container 27cd06cf15d3 ---> 561da3441cbf Step 23/49 : RUN bash ./hack/make/.go-autogen ---> Running in d4b3191c93d5 Removing intermediate container d4b3191c93d5 ---> 9be019f449cd 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 ---> Running in 0095a423c362 mkdir bundles Makefile:157: The docker client CLI has moved to github.com/docker/cli. For a dev-test cycle involving the CLI, run: DOCKER_CLI_PATH=/host/path/to/cli/binary make shell then change the cli and compile into a binary at the same location. DOCKER_BUILDKIT="1" docker build --build-arg=GO_VERSION --build-arg=CROSS=false -t "docker-dev:19-03" -f "Dockerfile" . #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 10.90kB done #2 DONE 0.1s #1 [internal] load .dockerignore #1 transferring context: 87B 0.0s done #1 DONE 0.1s #3 [internal] load metadata for docker.io/library/golang:1.13.10-stretch #3 DONE 0.3s #4 [base 1/2] FROM docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b... #4 resolve docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f done #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 12.04MB / 45.38MB 0.3s #4 sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 1.39MB / 10.80MB 0.3s #4 sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 0B / 4.34MB 0.3s #4 sha256:0e75fd0b9a8f8b72cf31f6d3d67365294c3492eb61be7e07d8147ffbbeb5fa0f 1.42kB / 1.42kB done #4 sha256:ad5fd17f5bc06defff0136ec3b619469dee546afe91ba8f30eebea6439615bf5 1.80kB / 1.80kB done #4 sha256:6ffeb1b35038075a3ca8b07aee65fabeec9b3c82c02e218688c25573c389005e 5.46kB / 5.46kB done #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 21.58MB / 45.38MB 0.4s #4 sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 10.62MB / 10.80MB 0.4s #4 sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 4.34MB / 4.34MB 0.4s #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 34.34MB / 45.38MB 0.6s #4 sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 10.80MB / 10.80MB 0.4s done #4 sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 4.34MB / 4.34MB 0.4s done #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 8.11MB / 50.09MB 0.6s #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 69.16kB / 57.72MB 0.6s #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 42.92MB / 45.38MB 0.7s #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 14.59MB / 50.09MB 0.7s #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 10.25MB / 57.72MB 0.7s #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 45.38MB / 45.38MB 0.9s #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 24.75MB / 50.09MB 0.9s #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 25.55MB / 57.72MB 0.9s #4 sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 45.38MB / 45.38MB 0.9s done #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 31.00MB / 57.72MB 1.0s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 2.37MB / 120.15MB 1.0s #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 32.19MB / 50.09MB 1.1s #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 34.88MB / 57.72MB 1.1s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 9.59MB / 120.15MB 1.1s #4 extracting sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 43.78MB / 50.09MB 1.3s #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 41.95MB / 57.72MB 1.3s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 18.26MB / 120.15MB 1.3s #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 50.09MB / 50.09MB 1.4s #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 45.09MB / 57.72MB 1.4s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 25.06MB / 120.15MB 1.4s #4 sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 50.09MB / 50.09MB 1.5s done #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 53.62MB / 57.72MB 1.6s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 33.47MB / 120.15MB 1.6s #4 sha256:bc78545094a5b7a86dc99b4193f1b6f62bf03d0eec3bb02c2f3b5f8766f45143 125B / 125B 1.6s done #4 sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 57.72MB / 57.72MB 1.7s done #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 41.25MB / 120.15MB 1.7s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 47.50MB / 120.15MB 1.8s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 60.70MB / 120.15MB 2.0s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 68.43MB / 120.15MB 2.1s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 86.67MB / 120.15MB 2.4s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 94.68MB / 120.15MB 2.5s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 101.62MB / 120.15MB 2.6s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 112.15MB / 120.15MB 2.8s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 119.17MB / 120.15MB 2.9s #4 sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 120.15MB / 120.15MB 3.1s done #4 ... #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.4s done #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.5s done #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.4s done #64 DONE 3.0s #4 [base 1/2] FROM docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b... #4 ... #18 [internal] load build context #18 transferring context: 48.14MB 4.1s done #18 DONE 4.2s #4 [base 1/2] FROM docker.io/library/golang:1.13.10-stretch@sha256:0e75fd0b... #4 extracting sha256:7568c21980bd8003ca9d23a218302c6386aac91e069cc0c0be6bedf45476f056 3.9s done #4 extracting sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 #4 extracting sha256:4a9f2207c812b2530bc06352aa57cf50244726c52db6ff775ca9f9a76d6ea880 0.4s done #4 extracting sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e #4 extracting sha256:6fe350d2b14088b19ffff7a1c6683f0949fb0161e6ab87011a24e21e5d7fed4e 0.1s done #4 extracting sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 0.1s #4 extracting sha256:d95a2fdc8b3d1140238f9ea09e64cff45e839a31e5e5d25309af9fa7f0c331eb 1.9s done #4 extracting sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de #4 extracting sha256:ac996c99fef87655ac6107022d43b3afa6e90c822a384e7c960dceb6839284de 1.7s done #4 extracting sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 0.1s #4 extracting sha256:56021b21e1367d0998d7dcd5069f27dfbd4487758a33c40afd155a12082d5eb2 3.9s done #4 extracting sha256:bc78545094a5b7a86dc99b4193f1b6f62bf03d0eec3bb02c2f3b5f8766f45143 done #4 DONE 14.0s #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.d... #5 DONE 2.4s #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 ... #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh #22 DONE 0.2s #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #52 DONE 0.1s #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ #26 DONE 0.2s #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... #23 DONE 0.1s #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ #60 DONE 0.1s #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ #32 DONE 0.1s #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #29 DONE 0.2s #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 ... #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ #49 DONE 0.2s #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #50 5.205 + RM_GOPATH=0 #50 5.205 + TMP_GOPATH= #50 5.205 + : /build #50 5.205 + '[' -z '' ']' #50 5.210 ++ mktemp -d #50 5.216 + export GOPATH=/tmp/tmp.X8nWWL25xE #50 5.216 + GOPATH=/tmp/tmp.X8nWWL25xE #50 5.216 + RM_GOPATH=1 #50 5.216 ++ dirname ./install.sh #50 5.218 + dir=. #50 5.219 + bin=proxy #50 5.219 + shift #50 5.219 + '[' '!' -f ./proxy.installer ']' #50 5.219 + . ./proxy.installer #50 5.220 ++ LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f #50 5.220 + install_proxy #50 5.221 + case "$1" in #50 5.221 + export CGO_ENABLED=0 #50 5.221 + CGO_ENABLED=0 #50 5.221 + _install_proxy #50 5.221 + echo 'Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f' #50 5.222 Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f #50 5.222 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.X8nWWL25xE/src/github.com/docker/libnetwork #50 5.225 Cloning into '/tmp/tmp.X8nWWL25xE/src/github.com/docker/libnetwork'... #50 ... #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 5.575 + RM_GOPATH=0 #30 5.575 + TMP_GOPATH= #30 5.575 + : /build #30 5.575 + '[' -z '' ']' #30 5.579 ++ mktemp -d #30 5.604 + export GOPATH=/tmp/tmp.dP3KLLhk5x #30 5.604 + GOPATH=/tmp/tmp.dP3KLLhk5x #30 5.604 + RM_GOPATH=1 #30 5.609 ++ dirname ./install.sh #30 5.609 + dir=. #30 5.610 + bin=tomlv #30 5.610 + shift #30 5.610 + '[' '!' -f ./tomlv.installer ']' #30 5.611 + . ./tomlv.installer #30 5.611 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #30 5.613 + install_tomlv #30 5.613 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' #30 5.613 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #30 5.613 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.dP3KLLhk5x/src/github.com/BurntSushi/toml #30 5.615 Cloning into '/tmp/tmp.dP3KLLhk5x/src/github.com/BurntSushi/toml'... #30 6.763 + cd /tmp/tmp.dP3KLLhk5x/src/github.com/BurntSushi/toml #30 6.763 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #30 6.787 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv #30 7.585 runtime/internal/atomic #30 7.616 internal/cpu #30 7.917 runtime/internal/sys #30 8.111 runtime/internal/math #30 8.129 internal/bytealg #30 8.187 math/bits #30 8.683 math #30 9.181 runtime #30 ... #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #55 5.743 + mktemp -d #55 5.744 + export GOPATH=/tmp/tmp.J758l8rO4u #55 5.745 + git clone https://github.com/docker/distribution.git /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution #55 5.746 Cloning into '/tmp/tmp.J758l8rO4u/src/github.com/docker/distribution'... #55 ... #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 5.128 Ign:1 http://deb.debian.org/debian stretch InRelease #35 5.129 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] #35 5.223 Get:3 http://deb.debian.org/debian stretch Release [118 kB] #35 5.243 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] #35 5.968 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] #35 6.501 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] #35 ... #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #27 5.632 + RM_GOPATH=0 #27 5.632 + TMP_GOPATH= #27 5.632 + : /build #27 5.632 + '[' -z '' ']' #27 5.632 ++ mktemp -d #27 5.651 + export GOPATH=/tmp/tmp.Tg92lS2qK4 #27 5.651 + GOPATH=/tmp/tmp.Tg92lS2qK4 #27 5.651 + RM_GOPATH=1 #27 5.651 ++ dirname ./install.sh #27 5.652 + dir=. #27 5.653 + bin=gotestsum #27 5.653 + shift #27 5.653 + '[' '!' -f ./gotestsum.installer ']' #27 5.653 + . ./gotestsum.installer #27 5.653 ++ GOTESTSUM_COMMIT=v0.3.5 #27 5.654 + install_gotestsum #27 5.654 + echo 'Installing gotestsum version v0.3.5' #27 5.654 Installing gotestsum version v0.3.5 #27 5.654 + go get -d gotest.tools/gotestsum #27 ... #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #53 5.665 + RM_GOPATH=0 #53 5.665 + TMP_GOPATH= #53 5.665 + : /build #53 5.667 + '[' -z '' ']' #53 5.671 ++ mktemp -d #53 5.673 + export GOPATH=/tmp/tmp.cB896Vgu5v #53 5.673 + GOPATH=/tmp/tmp.cB896Vgu5v #53 5.673 + RM_GOPATH=1 #53 5.673 ++ dirname ./install.sh #53 5.675 Install docker/cli version 17.06.2-ce from stable #53 5.675 + dir=. #53 5.675 + bin=dockercli #53 5.675 + shift #53 5.675 + '[' '!' -f ./dockercli.installer ']' #53 5.675 + . ./dockercli.installer #53 5.675 ++ DOCKERCLI_CHANNEL=stable #53 5.675 ++ DOCKERCLI_VERSION=17.06.2-ce #53 5.675 + install_dockercli #53 5.675 + echo 'Install docker/cli version 17.06.2-ce from stable' #53 5.675 ++ uname -m #53 5.676 + arch=x86_64 #53 5.676 + '[' x86_64 '!=' x86_64 ']' #53 5.676 + url=https://download.docker.com/linux/static #53 5.677 + tar -xz docker/docker #53 5.678 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz #53 ... #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... #44 6.536 Ign:1 http://deb.debian.org/debian stretch InRelease #44 6.539 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] #44 6.604 Get:3 http://deb.debian.org/debian stretch Release [118 kB] #44 6.625 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] #44 7.403 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] #44 8.114 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] #44 ... #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... #6 6.855 Ign:1 http://deb.debian.org/debian stretch InRelease #6 6.857 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] #6 6.881 Get:3 http://deb.debian.org/debian stretch Release [118 kB] #6 6.917 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] #6 7.705 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] #6 8.605 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] #6 ... #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 6.535 Ign:1 http://deb.debian.org/debian stretch InRelease #17 6.537 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] #17 6.555 Get:3 http://deb.debian.org/debian stretch Release [118 kB] #17 6.627 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] #17 7.433 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] #17 8.472 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] #17 ... #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #24 5.508 + RM_GOPATH=0 #24 5.508 + TMP_GOPATH= #24 5.508 + : /build #24 5.508 + '[' -z '' ']' #24 5.514 ++ mktemp -d #24 5.527 + export GOPATH=/tmp/tmp.DqjugElnLH #24 5.527 + GOPATH=/tmp/tmp.DqjugElnLH #24 5.527 + RM_GOPATH=1 #24 5.531 ++ dirname ./install.sh #24 5.533 + dir=. #24 5.542 + bin=gometalinter #24 5.542 + shift #24 5.542 + '[' '!' -f ./gometalinter.installer ']' #24 5.544 + . ./gometalinter.installer #24 5.545 ++ GOMETALINTER_COMMIT=v2.0.6 #24 5.546 + install_gometalinter #24 5.548 + echo 'Installing gometalinter version v2.0.6' #24 5.548 Installing gometalinter version v2.0.6 #24 5.548 + go get -d github.com/alecthomas/gometalinter #24 ... #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #15 5.095 + mktemp -d #15 5.103 + export GOPATH=/tmp/tmp.KSmgcvauJt #15 5.105 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.KSmgcvauJt/src/github.com/go-swagger/go-swagger #15 5.110 Cloning into '/tmp/tmp.KSmgcvauJt/src/github.com/go-swagger/go-swagger'... #15 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 5.451 + RM_GOPATH=0 #61 5.451 + TMP_GOPATH= #61 5.451 + : /build/ #61 5.451 + '[' -z '' ']' #61 5.452 ++ mktemp -d #61 5.458 + export GOPATH=/tmp/tmp.78ZkqnEBx2 #61 5.458 + GOPATH=/tmp/tmp.78ZkqnEBx2 #61 5.458 + RM_GOPATH=1 #61 5.458 ++ dirname ./install.sh #61 5.458 + dir=. #61 5.458 + bin=rootlesskit #61 5.458 + shift #61 5.458 + '[' '!' -f ./rootlesskit.installer ']' #61 5.458 + . ./rootlesskit.installer #61 5.458 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 #61 5.458 + install_rootlesskit #61 5.458 + case "$1" in #61 5.458 + export CGO_ENABLED=0 #61 5.458 + CGO_ENABLED=0 #61 5.458 + _install_rootlesskit #61 5.458 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' #61 5.458 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.78ZkqnEBx2/src/github.com/rootless-containers/rootlesskit #61 5.458 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 #61 5.480 Cloning into '/tmp/tmp.78ZkqnEBx2/src/github.com/rootless-containers/rootlesskit'... #61 9.647 + cd /tmp/tmp.78ZkqnEBx2/src/github.com/rootless-containers/rootlesskit #61 9.648 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 #61 10.37 + for f in rootlesskit rootlesskit-docker-proxy #61 10.37 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit #61 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 5.521 + RM_GOPATH=0 #33 5.521 + TMP_GOPATH= #33 5.521 + : /build #33 5.521 + '[' -z '' ']' #33 5.530 ++ mktemp -d #33 5.535 + export GOPATH=/tmp/tmp.e9z6rmRFHS #33 5.535 + GOPATH=/tmp/tmp.e9z6rmRFHS #33 5.535 + RM_GOPATH=1 #33 5.535 ++ dirname ./install.sh #33 5.537 + dir=. #33 5.537 + bin=vndr #33 5.537 + shift #33 5.538 + '[' '!' -f ./vndr.installer ']' #33 5.538 + . ./vndr.installer #33 5.538 ++ VNDR_COMMIT=85886e1ac99b8d96590e6e0d9f075dc7a711d132 #33 5.538 + install_vndr #33 5.538 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' #33 5.539 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 #33 5.539 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.e9z6rmRFHS/src/github.com/LK4D4/vndr #33 5.542 Cloning into '/tmp/tmp.e9z6rmRFHS/src/github.com/LK4D4/vndr'... #33 6.351 + cd /tmp/tmp.e9z6rmRFHS/src/github.com/LK4D4/vndr #33 6.352 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 #33 6.381 + go build -buildmode=pie -v -o /build/vndr . #33 7.827 internal/cpu #33 7.832 runtime/internal/atomic #33 8.244 runtime/internal/sys #33 8.467 runtime/internal/math #33 8.485 internal/bytealg #33 8.587 internal/race #33 8.722 sync/atomic #33 8.998 unicode #33 9.145 runtime #33 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 11.82 go: downloading github.com/pkg/errors v0.8.1 #61 11.83 go: downloading github.com/sirupsen/logrus v1.4.2 #61 11.94 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c #61 11.94 go: downloading github.com/urfave/cli v1.20.0 #61 12.04 go: downloading github.com/gorilla/mux v1.7.3 #61 12.10 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c #61 12.11 go: downloading github.com/google/uuid v1.1.1 #61 12.29 go: downloading golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 #61 12.34 go: downloading github.com/theckman/go-flock v0.7.1 #61 12.45 go: downloading github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d #61 12.47 go: extracting github.com/pkg/errors v0.8.1 #61 12.53 go: extracting github.com/sirupsen/logrus v1.4.2 #61 12.59 go: extracting github.com/urfave/cli v1.20.0 #61 12.65 go: extracting github.com/gorilla/mux v1.7.3 #61 12.71 go: downloading github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564 #61 12.74 go: extracting github.com/google/uuid v1.1.1 #61 13.11 go: extracting github.com/theckman/go-flock v0.7.1 #61 13.60 go: extracting github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564 #61 14.39 go: downloading golang.org/x/net v0.0.0-20190628185345-da137c7871d7 #61 14.50 go: downloading github.com/u-root/u-root v5.0.0+incompatible #61 ... #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #53 14.26 + mkdir -p /build #53 14.27 + mv docker/docker /build/ #53 14.30 + rmdir docker #53 DONE 14.6s #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 13.15 unicode/utf8 #30 13.80 internal/race #30 13.86 sync/atomic #30 14.14 unicode #30 ... #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 6.408 Ign:1 http://deb.debian.org/debian stretch InRelease #57 6.409 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] #57 6.445 Get:3 http://deb.debian.org/debian stretch Release [118 kB] #57 6.484 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] #57 7.290 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] #57 8.178 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] #57 13.59 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] #57 15.78 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] #57 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 16.22 go: extracting github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 + install_tini + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' + git clone https://github.com/krallin/tini.git /go/tini Install tini version fec3683b971d9c3ef73f284f176672c44b448662 Cloning into '/go/tini'... + cd /go/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . -- The C compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=proxy + shift + '[' '!' -f hack/dockerfile/install/proxy.installer ']' + . hack/dockerfile/install/proxy.installer ++ LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f + install_proxy dynamic + case "$1" in + install_proxy_dynamic + export PROXY_LDFLAGS=-linkmode=external install_proxy + PROXY_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_proxy Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f + echo 'Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f' + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork Cloning into '/go/src/github.com/docker/libnetwork'... + cd /go/src/github.com/docker/libnetwork + git checkout -q 9fd385be8302dbe1071a3ce124891893ff27f90f + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy + return # Build the CLI cd /go/src/github.com/docker/cli && \ LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20200420120129-05ad944d13 GITCOMMIT=05ad944d13 dynbinary manpages make[2]: Entering directory '/root/build-deb/cli' ./scripts/build/dynbinary Building dynamically linked build/docker-linux-amd64 #61 18.22 go: extracting golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 #61 19.01 go: extracting golang.org/x/net v0.0.0-20190628185345-da137c7871d7 #61 20.52 go: extracting github.com/u-root/u-root v5.0.0+incompatible #61 ... #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 21.64 Fetched 7937 kB in 16s (489 kB/s) #57 21.64 Reading package lists... #57 ... #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 12.42 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] #35 14.48 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] #35 19.89 Fetched 7937 kB in 15s (503 kB/s) #35 19.89 Reading package lists... #35 ... #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #24 12.14 + cd /tmp/tmp.DqjugElnLH/src/github.com/alecthomas/gometalinter #24 12.14 + git checkout -q v2.0.6 #24 12.63 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter #24 ... #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #55 19.65 + cd /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution #55 19.65 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 #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 #55 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 12.59 unicode/utf8 #33 13.18 math/bits #33 13.90 math #33 18.75 internal/testlog #33 19.06 encoding #33 19.19 unicode/utf16 #33 19.46 container/list #33 19.94 crypto/internal/subtle #33 20.07 crypto/subtle #33 20.22 vendor/golang.org/x/crypto/cryptobyte/asn1 #33 20.34 internal/nettrace #33 20.51 runtime/cgo Removing intermediate container 099b49198681 ---> 867a9f4c531a Step 25/49 : FROM builder as proxy-builder ---> 09c9289d7669 Step 26/49 : RUN git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork ---> Running in b3debea6fc85 Cloning into '/go/src/github.com/docker/libnetwork'... #33 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 23.12 go: finding github.com/pkg/errors v0.8.1 #61 23.28 go: finding github.com/sirupsen/logrus v1.4.2 #61 ... #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 13.77 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] #17 16.50 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] #17 22.04 Fetched 7937 kB in 16s (481 kB/s) #17 22.04 Reading package lists... #17 ... #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... #44 13.74 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] #44 16.11 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] #44 21.59 Fetched 7937 kB in 16s (494 kB/s) #44 21.59 Reading package lists... #44 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 23.45 go: finding github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564 #61 23.64 go: finding github.com/google/uuid v1.1.1 #61 23.69 go: finding github.com/gorilla/mux v1.7.3 #61 23.71 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c #61 23.75 go: finding golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 #61 23.84 go: finding github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d #61 ... #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... #6 14.04 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] #6 16.07 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] #6 21.55 Fetched 7937 kB in 15s (506 kB/s) #6 21.55 Reading package lists... #6 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 23.86 go: finding golang.org/x/net v0.0.0-20190628185345-da137c7871d7 #61 23.89 go: finding github.com/u-root/u-root v5.0.0+incompatible #61 23.94 go: finding github.com/urfave/cli v1.20.0 #61 24.10 go: finding github.com/theckman/go-flock v0.7.1 Removing intermediate container b3debea6fc85 ---> aa4ba1a74ce6 Step 27/49 : WORKDIR /go/src/github.com/docker/libnetwork ---> Running in fc102daf8ff7 Removing intermediate container fc102daf8ff7 ---> 92186aa309d6 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 ---> Running in 0ce125a40a50 #61 ... #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 17.99 internal/testlog #30 18.30 encoding #30 18.48 runtime/cgo #30 ... #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 22.04 Reading package lists... #17 28.70 Reading package lists... #17 ... #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #50 19.15 + cd /tmp/tmp.X8nWWL25xE/src/github.com/docker/libnetwork #50 19.15 + git checkout -q 9fd385be8302dbe1071a3ce124891893ff27f90f #50 19.57 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #50 ... #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... #44 21.59 Reading package lists... #44 28.13 Reading package lists... #44 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 31.67 vendor/golang.org/x/crypto/internal/subtle #33 31.74 vendor/golang.org/x/crypto/curve25519 # github.com/docker/libnetwork/cmd/proxy loadinternal: cannot find runtime/cgo Removing intermediate container 0ce125a40a50 ---> 6a4e5dc5b17b Step 29/49 : FROM builder as init-builder ---> 09c9289d7669 Step 30/49 : RUN git clone https://github.com/krallin/tini.git /tini ---> Running in ab38f73d5a02 #33 ... #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 19.89 Reading package lists... #35 26.71 Reading package lists... #35 33.21 Building dependency tree... #35 34.67 Reading state information... #35 36.04 The following additional packages will be installed: #35 36.05 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd #35 36.08 Suggested packages: #35 36.08 codeblocks eclipse ninja-build lrzip #35 36.08 Recommended packages: #35 36.08 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny #35 ... #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... #44 28.13 Reading package lists... #44 34.91 Building dependency tree... #44 36.21 Reading state information... Cloning into '/tini'... #44 ... #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #50 DONE 36.5s #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 37.07 The following NEW packages will be installed: #35 37.07 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 #35 37.07 vim-common xxd #35 ... #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 21.64 Reading package lists... #57 27.89 Reading package lists... #57 34.53 Building dependency tree... #57 35.80 Reading state information... #57 37.29 The following additional packages will be installed: #57 37.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 #57 37.31 libprotoc10 python-pkg-resources zlib1g-dev #57 37.35 Suggested packages: #57 37.35 manpages-dev python-setuptools #57 ... #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... #6 21.55 Reading package lists... #6 28.04 Reading package lists... #6 34.80 Building dependency tree... #6 36.03 Reading state information... Removing intermediate container ab38f73d5a02 ---> ed541ecd706a Step 31/49 : WORKDIR /tini ---> Running in 197cdfdba086 #6 ... #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 28.70 Reading package lists... #17 35.66 Building dependency tree... #17 37.15 Reading state information... Removing intermediate container 197cdfdba086 ---> 162cbbc27d00 Step 32/49 : RUN . /binaries-commits && git checkout -q "$TINI_COMMIT" && cmake . && make tini-static && cp tini-static /sbin/docker-init ---> Running in 789fbd80f7c0 #17 38.73 ca-certificates is already the newest version (20161130+nmu1+deb9u1). #17 38.73 The following additional packages will be installed: #17 38.77 libjq1 libonig4 -- The C compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info #17 39.04 The following NEW packages will be installed: -- Detecting C compiler ABI info - done -- Detecting C compile features #17 39.04 jq libjq1 libonig4 -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /tini Scanning dependencies of target tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static #17 40.14 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. #17 40.14 Need to get 327 kB of archives. #17 40.14 After this operation, 1157 kB of additional disk space will be used. #17 40.14 Get:1 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #17 40.14 Get:2 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #17 40.15 Get:3 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [100%] Built target tini-static -------------------------------------------------------------------------------- Total 1.1 MB/s | 65 MB 00:58 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : fipscheck-1.4.1-6.el7.x86_64 1/64 Installing : fipscheck-lib-1.4.1-6.el7.x86_64 2/64 Updating : systemd-libs-219-67.el7_7.4.x86_64 3/64 Updating : systemd-219-67.el7_7.4.x86_64 4/64 Failed to get D-Bus connection: Operation not permitted Installing : mpfr-3.1.1-4.el7.x86_64 5/64 Installing : libmpc-1.0.1-3.el7.x86_64 6/64 Updating : 7:device-mapper-libs-1.02.158-2.el7_7.2.x86_64 7/64 Updating : 7:device-mapper-1.02.158-2.el7_7.2.x86_64 8/64 Installing : m4-1.4.16-10.el7.x86_64 9/64 Installing : 1:make-3.82-24.el7.x86_64 10/64 Installing : 1:perl-Error-0.17020-2.el7.noarch 11/64 Installing : checkpolicy-2.5-8.el7.x86_64 12/64 Installing : lzo-2.06-8.el7.x86_64 13/64 Installing : libarchive-3.1.2-14.el7_7.x86_64 14/64 Installing : cpp-4.8.5-39.el7.x86_64 15/64 Installing : systemd-devel-219-67.el7_7.4.x86_64 16/64 #17 ... #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... #44 38.02 The following additional packages will be installed: #44 38.03 btrfs-progs liblzo2-2 #44 38.30 The following NEW packages will be installed: #44 38.32 btrfs-progs btrfs-tools liblzo2-2 #44 39.43 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. #44 39.43 Need to get 649 kB of archives. #44 39.43 After this operation, 4320 kB of additional disk space will be used. #44 39.43 Get:1 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #44 39.44 Get:2 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #44 39.46 Get:3 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #44 40.21 debconf: delaying package configuration, since apt-utils is not installed #44 40.33 Fetched 649 kB in 1s (607 kB/s) #44 40.45 Selecting previously unselected package liblzo2-2:amd64. #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.) #44 40.58 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... #44 40.59 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #44 40.73 Selecting previously unselected package btrfs-progs. #44 40.73 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... #44 40.73 Unpacking btrfs-progs (4.7.3-1) ... Removing intermediate container 789fbd80f7c0 ---> 8d64f64bef1f Step 33/49 : FROM builder as runc-builder ---> 09c9289d7669 Step 34/49 : RUN apt-get install -y libseccomp-dev ---> Running in c7f1f6b745b8 Installing : rsync-3.1.2-6.el7_6.1.x86_64 17/64 #44 41.23 Selecting previously unselected package btrfs-tools. #44 41.25 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... #44 41.25 Unpacking btrfs-tools (4.7.3-1) ... #44 41.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... #44 41.47 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #44 41.49 Setting up btrfs-progs (4.7.3-1) ... #44 41.50 Setting up btrfs-tools (4.7.3-1) ... #44 41.51 Processing triggers for libc-bin (2.24-11+deb9u4) ... Installing : libcgroup-0.41-21.el7.x86_64 18/64 Installing : openssh-7.4p1-21.el7.x86_64 19/64 Installing : less-458-9.el7.x86_64 20/64 Installing : libsemanage-python-2.5-14.el7.x86_64 21/64 #44 DONE 41.9s #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 41.13 debconf: delaying package configuration, since apt-utils is not installed #17 41.35 Fetched 327 kB in 1s (311 kB/s) #17 41.47 Selecting previously unselected package libonig4:amd64. #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.) #17 41.51 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... #17 41.52 Unpacking libonig4:amd64 (6.1.3-2) ... #17 41.79 Selecting previously unselected package libjq1:amd64. #17 41.80 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... #17 41.85 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #17 ... #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #45 DONE 0.1s #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #46 DONE 0.0s #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 42.18 Selecting previously unselected package jq. #17 42.19 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... #17 42.20 Unpacking jq (1.5+dfsg-1.3) ... #17 ... #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... #6 38.11 The following additional packages will be installed: #6 38.11 libapparmor1 libseccomp2 #6 38.11 Suggested packages: #6 38.11 seccomp #6 38.44 The following NEW packages will be installed: #6 38.47 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 #6 39.69 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. #6 39.69 Need to get 300 kB of archives. #6 39.69 After this operation, 1201 kB of additional disk space will be used. #6 39.69 Get:1 http://deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] #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] #6 39.69 Get:3 http://deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] #6 39.70 Get:4 http://deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] #6 40.45 debconf: delaying package configuration, since apt-utils is not installed #6 40.61 Fetched 300 kB in 1s (282 kB/s) #6 40.71 Selecting previously unselected package libseccomp2:amd64. #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.) #6 40.85 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... #6 40.86 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #6 40.96 Selecting previously unselected package libseccomp-dev:amd64. #6 40.97 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... #6 40.98 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #6 41.17 Selecting previously unselected package libapparmor1:amd64. #6 41.17 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... #6 41.18 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... #6 41.32 Selecting previously unselected package libapparmor-dev:amd64. #6 41.32 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... #6 41.34 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #6 41.61 Processing triggers for libc-bin (2.24-11+deb9u4) ... #6 41.78 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #6 41.86 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... #6 41.88 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #6 41.90 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #6 41.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... #6 DONE 42.4s #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #40 DONE 0.2s #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #41 DONE 0.2s #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... #17 42.66 Setting up libonig4:amd64 (6.1.3-2) ... #17 42.69 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #17 42.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... Reading package lists... Installing : libedit-3.0-12.20121213cvs.el7.x86_64 22/64 Installing : openssh-clients-7.4p1-21.el7.x86_64 23/64 #17 42.88 Setting up jq (1.5+dfsg-1.3) ... Building dependency tree... Reading state information... Installing : libseccomp-2.3.1-3.el7.x86_64 24/64 #17 DONE 43.2s #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 39.19 The following NEW packages will be installed: #57 39.19 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev #57 39.20 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 #57 39.20 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf #57 39.20 zlib1g-dev #57 40.26 0 upgraded, 16 newly installed, 0 to remove and 2 not upgraded. #57 40.26 Need to get 3602 kB of archives. #57 40.26 After this operation, 18.9 MB of additional disk space will be used. #57 40.26 Get:1 http://deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #57 40.27 Get:2 http://deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] #57 40.27 Get:3 http://deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] #57 40.27 Get:4 http://deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #57 40.28 Get:5 http://deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] #57 40.29 Get:6 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #57 40.29 Get:7 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] #57 40.29 Get:8 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] #57 40.30 Get:9 http://deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] #57 40.38 Get:10 http://deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] #57 40.40 Get:11 http://deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] #57 40.46 Get:12 http://deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] #57 40.52 Get:13 http://deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] #57 40.53 Get:14 http://deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] #57 40.55 Get:15 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] #57 40.55 Get:16 http://deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] #57 41.47 debconf: delaying package configuration, since apt-utils is not installed #57 41.72 Fetched 3602 kB in 1s (2723 kB/s) #57 41.80 Selecting previously unselected package libnet1:amd64. #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.) #57 41.84 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... #57 41.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #57 42.03 Selecting previously unselected package libcap-dev:amd64. #57 42.03 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... #57 42.10 Unpacking libcap-dev:amd64 (1:2.25-1) ... #57 42.35 Selecting previously unselected package libnet1-dev. #57 42.37 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... #57 42.40 Unpacking libnet1-dev (1.1.6+dfsg-3) ... #57 42.72 Selecting previously unselected package libnl-3-200:amd64. #57 42.72 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... #57 42.73 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #57 42.90 Selecting previously unselected package libnl-3-dev:amd64. #57 42.92 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... #57 42.92 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... #57 43.29 Selecting previously unselected package libprotobuf-c1:amd64. #57 43.29 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... libseccomp-dev is already the newest version (2.3.1-2.1+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Installing : libselinux-utils-2.5-14.1.el7.x86_64 25/64 Installing : policycoreutils-2.5-33.el7.x86_64 26/64 #57 ... #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #19 DONE 0.1s #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 43.30 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #57 43.52 Selecting previously unselected package libprotobuf-c-dev:amd64. #57 43.53 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... #57 43.53 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... #57 43.70 Selecting previously unselected package zlib1g-dev:amd64. #57 43.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... #57 43.70 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... Removing intermediate container c7f1f6b745b8 ---> 8cc4acdceb99 Step 35/49 : RUN git clone https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc Removing intermediate container 16228dee7478 ---> 2c46c8c7d848 Step 25/49 : FROM builder as proxy-builder ---> 8d77af0ff8e0 Step 26/49 : RUN git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork ---> Running in c6a589eaff51 Cloning into '/go/src/github.com/docker/libnetwork'... Removing intermediate container c6a589eaff51 ---> f204c5ae6a05 Step 27/49 : WORKDIR /go/src/github.com/docker/libnetwork ---> Running in 26df11efe4b8 Removing intermediate container 26df11efe4b8 ---> 4417386f62b4 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 ---> Running in 92723e16b8a7 # github.com/docker/libnetwork/cmd/proxy loadinternal: cannot find runtime/cgo Removing intermediate container 92723e16b8a7 ---> a34d3e395dee Step 29/49 : FROM builder as init-builder ---> 8d77af0ff8e0 Step 30/49 : RUN git clone https://github.com/krallin/tini.git /tini ---> Running in 792f289dd951 Cloning into '/tini'... Removing intermediate container 792f289dd951 ---> 4997895d451f Step 31/49 : WORKDIR /tini ---> Running in 544cf5eee907 Removing intermediate container 544cf5eee907 ---> 0e8088ac574b Step 32/49 : RUN . /binaries-commits && git checkout -q "$TINI_COMMIT" && cmake . && make tini-static && cp tini-static /sbin/docker-init ---> Running in 750923e7f658 #57 43.95 Selecting previously unselected package libprotobuf10:amd64. ---> Running in f2e61e120015 -- The C compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc #57 43.96 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... #57 43.96 Unpacking libprotobuf10:amd64 (3.0.0-9) ... Installing : selinux-policy-3.13.1-252.el7_7.6.noarch 27/64 Installing : libsepol-devel-2.5-10.el7.x86_64 28/64 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 29/64 -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features Cloning into '/go/src/github.com/opencontainers/runc'... -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /tini Scanning dependencies of target tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #57 44.80 Selecting previously unselected package libprotobuf-lite10:amd64. #57 44.80 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... #57 44.80 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... Installing : autoconf-2.69-11.el7.noarch 30/64 install-info: No such file or directory for /usr/share/info/autoconf.info [100%] Linking C executable tini-static [100%] Built target tini-static #57 45.01 Selecting previously unselected package libprotobuf-dev:amd64. #57 45.01 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... #57 45.02 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... Installing : setools-libs-3.3.8-4.el7.x86_64 31/64 Installing : libselinux-python-2.5-14.1.el7.x86_64 32/64 Removing intermediate container 750923e7f658 ---> 058102a0e5d6 Step 33/49 : FROM builder as runc-builder ---> 8d77af0ff8e0 Step 34/49 : RUN apt-get install -y libseccomp-dev ---> Running in 166f0b702d88 Installing : libgomp-4.8.5-39.el7.x86_64 33/64 #57 46.23 Selecting previously unselected package libprotoc10:amd64. #57 46.25 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... #57 46.26 Unpacking libprotoc10:amd64 (3.0.0-9) ... Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 34/64 Installing : python-IPy-0.75-6.el7.noarch 35/64 Installing : pcre-devel-8.32-17.el7.x86_64 36/64 Installing : libselinux-devel-2.5-14.1.el7.x86_64 37/64 Reading package lists... Building dependency tree... Reading state information... Installing : perl-Test-Harness-3.28-3.el7.noarch 38/64 libseccomp-dev is already the newest version (2.3.1-2.1+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. #57 ... #7 [dev 1/24] RUN groupadd -r docker #7 DONE 4.4s #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser Removing intermediate container 166f0b702d88 ---> 96c6809a1c2e Step 35/49 : RUN git clone https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc ---> Running in 0890980f55f9 Installing : automake-1.13.4-3.el7.noarch 39/64 install-info: No such file or directory for /usr/share/info/automake.info.gz Installing : perl-TermReadKey-2.30-20.el7.x86_64 40/64 Installing : perl-Git-1.8.3.1-21.el7_7.noarch 41/64 Installing : git-1.8.3.1-21.el7_7.x86_64 42/64 Removing intermediate container f2e61e120015 ---> a44c5e767bd4 Step 36/49 : WORKDIR /go/src/github.com/opencontainers/runc ---> Running in 289c9456c79a Removing intermediate container 289c9456c79a ---> 1cc5311712c8 Step 37/49 : RUN . /binaries-commits && git checkout -q "$RUNC_COMMIT" && make BUILDTAGS='seccomp apparmor' static && make install ---> Running in 5cae9a38233f Cloning into '/go/src/github.com/opencontainers/runc'... #8 ... #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 38.34 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. #35 38.34 Need to get 13.7 MB of archives. #35 38.34 After this operation, 57.2 MB of additional disk space will be used. #35 38.34 Get:1 http://deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] #35 38.42 Get:2 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #35 38.42 Get:3 http://deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] #35 38.49 Get:4 http://deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] #35 38.51 Get:5 http://deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] #35 38.52 Get:6 http://deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] #35 38.57 Get:7 http://deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] #35 38.90 Get:8 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #35 38.91 Get:9 http://deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #35 45.51 Get:10 http://security.debian.org/debian-security stretch/updates/main amd64 libicu57 amd64 57.1-6+deb9u4 [7699 kB] #35 47.79 debconf: delaying package configuration, since apt-utils is not installed #35 47.99 Fetched 13.7 MB in 8s (1522 kB/s) #35 48.12 Selecting previously unselected package cmake-data. #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.) #35 48.19 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... #35 48.20 Unpacking cmake-data (3.7.2-1) ... warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths #35 ... #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 47.09 Selecting previously unselected package protobuf-c-compiler. #57 47.13 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... #57 47.13 Unpacking protobuf-c-compiler (1.2.1-2) ... #57 47.44 Selecting previously unselected package protobuf-compiler. #57 47.48 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... #57 47.51 Unpacking protobuf-compiler (3.0.0-9) ... #57 47.75 Selecting previously unselected package python-pkg-resources. #57 47.76 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... #57 47.77 Unpacking python-pkg-resources (33.1.1-1) ... #57 47.99 Selecting previously unselected package python-protobuf. #57 48.00 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... #57 48.00 Unpacking python-protobuf (3.0.0-9) ... #57 48.68 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... Installing : kernel-headers-3.10.0-1062.18.1.el7.x86_64 43/64 Installing : glibc-headers-2.17-292.el7.x86_64 44/64 #57 48.77 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #57 48.79 Setting up python-pkg-resources (33.1.1-1) ... 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 . go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: downloading github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: downloading github.com/coreos/go-systemd/v22 v22.0.0 go: downloading github.com/cyphar/filepath-securejoin v0.2.2 go: downloading github.com/vishvananda/netlink v1.1.0 go: downloading github.com/opencontainers/selinux v1.4.0 go: downloading github.com/golang/protobuf v1.3.5 go: downloading github.com/docker/go-units v0.4.0 #57 ... #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #15 39.24 + cd /tmp/tmp.KSmgcvauJt/src/github.com/go-swagger/go-swagger #15 39.24 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb #15 40.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger #15 ... #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc #42 3.712 + RM_GOPATH=0 #42 3.716 + TMP_GOPATH= #42 3.716 + : /build #42 3.716 + '[' -z '' ']' #42 3.722 ++ mktemp -d #42 3.728 + export GOPATH=/tmp/tmp.dy3rnMhpPM #42 3.732 + GOPATH=/tmp/tmp.dy3rnMhpPM #42 3.732 + RM_GOPATH=1 #42 3.736 ++ dirname ./install.sh #42 3.738 + dir=. #42 3.743 + bin=runc #42 3.743 + shift #42 3.744 + '[' '!' -f ./runc.installer ']' #42 3.744 + . ./runc.installer #42 3.744 ++ RUNC_COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd #42 3.744 + install_runc #42 3.748 + grep -q '^3\.10\.0.*\.el7\.' #42 3.752 + uname -r #42 3.753 + RUNC_BUILDTAGS='seccomp apparmor selinux ' #42 3.753 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' #42 3.756 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) #42 3.756 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dy3rnMhpPM/src/github.com/opencontainers/runc #42 3.757 Cloning into '/tmp/tmp.dy3rnMhpPM/src/github.com/opencontainers/runc'... go: downloading github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: extracting github.com/pkg/errors v0.9.1 go: extracting github.com/docker/go-units v0.4.0 go: downloading github.com/godbus/dbus/v5 v5.0.3 go: extracting github.com/opencontainers/selinux v1.4.0 go: downloading github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: extracting github.com/vishvananda/netlink v1.1.0 go: extracting github.com/cyphar/filepath-securejoin v0.2.2 go: extracting github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: extracting github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: extracting github.com/coreos/go-systemd/v22 v22.0.0 go: extracting github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: downloading github.com/opencontainers/runtime-spec v1.0.2 go: extracting github.com/golang/protobuf v1.3.5 go: downloading github.com/sirupsen/logrus v1.5.0 go: downloading github.com/moby/sys/mountinfo v0.1.3 go: extracting github.com/godbus/dbus/v5 v5.0.3 go: downloading github.com/containerd/console v1.0.0 go: extracting github.com/opencontainers/runtime-spec v1.0.2 go: downloading github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: extracting github.com/moby/sys/mountinfo v0.1.3 go: extracting github.com/sirupsen/logrus v1.5.0 go: extracting github.com/containerd/console v1.0.0 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: downloading github.com/urfave/cli v1.22.1 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: extracting github.com/seccomp/libseccomp-golang v0.9.1 go: extracting github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: extracting github.com/urfave/cli v1.22.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: downloading github.com/russross/blackfriday/v2 v2.0.1 go: extracting golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 #42 ... #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 39.09 sync #30 39.10 internal/reflectlite #30 41.12 sort #30 41.12 errors #30 41.48 strconv #30 42.64 io #30 44.30 internal/oserror #30 44.41 syscall #30 46.27 reflect #30 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 5.383 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... #20 5.958 go: extracting github.com/russross/blackfriday/v2 v2.0.1 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0 go: finding github.com/containerd/console v1.0.0 go: finding github.com/coreos/go-systemd/v22 v22.0.0 go: finding github.com/docker/go-units v0.4.0 go: finding github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: finding github.com/cyphar/filepath-securejoin v0.2.2 go: finding golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: finding github.com/opencontainers/runtime-spec v1.0.2 go: finding github.com/godbus/dbus/v5 v5.0.3 go: finding github.com/golang/protobuf v1.3.5 go: finding github.com/sirupsen/logrus v1.5.0 go: finding github.com/moby/sys/mountinfo v0.1.3 go: finding github.com/pkg/errors v0.9.1 go: finding github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: finding github.com/opencontainers/selinux v1.4.0 go: finding github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: finding github.com/urfave/cli v1.22.1 go: finding github.com/seccomp/libseccomp-golang v0.9.1 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d #20 6.341 ### 4.8% ####### 10.6% #20 ... #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser #8 DONE 3.1s #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 6.341 ### 4.8% ####### 10.6% ########## 14.5% ############# 18.2% #20 ... #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... Removing intermediate container 0890980f55f9 ---> 9807fe74368b Step 36/49 : WORKDIR /go/src/github.com/opencontainers/runc ---> Running in 896419b957e4 Removing intermediate container 896419b957e4 ---> 34d1ac51059f Step 37/49 : RUN . /binaries-commits && git checkout -q "$RUNC_COMMIT" && make BUILDTAGS='seccomp apparmor' static && make install ---> Running in f6902e900a87 go: finding github.com/russross/blackfriday/v2 v2.0.1 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: finding github.com/vishvananda/netlink v1.1.0 go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths Installing : glibc-devel-2.17-292.el7.x86_64 45/64 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 . #9 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 40.38 sync #33 40.39 internal/reflectlite #33 42.24 github.com/LK4D4/vndr/godl/singleflight #33 42.84 math/rand #33 43.79 errors #33 43.80 sort #33 44.54 io #33 44.96 strconv #33 46.01 bytes #33 48.77 reflect #33 48.83 bufio #33 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... Installing : gcc-4.8.5-39.el7.x86_64 46/64 Installing : audit-libs-python-2.8.5-4.el7.x86_64 47/64 Installing : policycoreutils-python-2.5-33.el7.x86_64 48/64 go: downloading github.com/coreos/go-systemd/v22 v22.0.0 go: downloading github.com/opencontainers/runtime-spec v1.0.2 go: downloading github.com/containerd/console v1.0.0 go: downloading github.com/opencontainers/selinux v1.4.0 go: downloading github.com/docker/go-units v0.4.0 go: downloading golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: downloading github.com/cyphar/filepath-securejoin v0.2.2 go: downloading github.com/sirupsen/logrus v1.5.0 go: downloading github.com/vishvananda/netlink v1.1.0 go: downloading github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: extracting github.com/containerd/console v1.0.0 go: extracting github.com/opencontainers/runtime-spec v1.0.2 go: extracting github.com/docker/go-units v0.4.0 go: downloading github.com/golang/protobuf v1.3.5 go: downloading github.com/godbus/dbus/v5 v5.0.3 #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% Installing : policycoreutils-devel-2.5-33.el7.x86_64 49/64 go: extracting github.com/coreos/go-systemd/v22 v22.0.0 go: extracting github.com/cyphar/filepath-securejoin v0.2.2 go: downloading github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: extracting github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: extracting github.com/godbus/dbus/v5 v5.0.3 go: extracting github.com/sirupsen/logrus v1.5.0 go: extracting github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: downloading github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: downloading github.com/urfave/cli v1.22.1 go: extracting github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 go: extracting github.com/vishvananda/netlink v1.1.0 go: downloading github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: extracting github.com/opencontainers/selinux v1.4.0 go: downloading github.com/moby/sys/mountinfo v0.1.3 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: extracting github.com/seccomp/libseccomp-golang v0.9.1 go: extracting github.com/golang/protobuf v1.3.5 go: extracting github.com/moby/sys/mountinfo v0.1.3 go: extracting github.com/urfave/cli v1.22.1 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: extracting github.com/pkg/errors v0.9.1 go: extracting golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: extracting github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: downloading github.com/russross/blackfriday/v2 v2.0.1 go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: extracting github.com/russross/blackfriday/v2 v2.0.1 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0 go: finding github.com/containerd/console v1.0.0 go: finding github.com/coreos/go-systemd/v22 v22.0.0 go: finding github.com/docker/go-units v0.4.0 go: finding golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: finding github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: finding github.com/cyphar/filepath-securejoin v0.2.2 go: finding github.com/godbus/dbus/v5 v5.0.3 go: finding github.com/golang/protobuf v1.3.5 go: finding github.com/opencontainers/runtime-spec v1.0.2 go: finding github.com/pkg/errors v0.9.1 go: finding github.com/moby/sys/mountinfo v0.1.3 go: finding github.com/sirupsen/logrus v1.5.0 go: finding github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: finding github.com/opencontainers/selinux v1.4.0 go: finding github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: finding github.com/urfave/cli v1.22.1 go: finding github.com/seccomp/libseccomp-golang v0.9.1 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: finding github.com/russross/blackfriday/v2 v2.0.1 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: finding github.com/vishvananda/netlink v1.1.0 go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df #20 8.511 #20 ... #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 3.971 + RM_GOPATH=0 #47 3.971 + TMP_GOPATH= #47 3.971 + : /build #47 3.971 + '[' -z '' ']' #47 3.971 ++ mktemp -d #47 3.985 + export GOPATH=/tmp/tmp.T68MnUPPvR #47 3.986 + GOPATH=/tmp/tmp.T68MnUPPvR #47 3.986 + RM_GOPATH=1 #47 3.990 ++ dirname ./install.sh #47 3.998 + dir=. #47 4.007 + bin=containerd #47 4.009 + shift #47 4.010 + '[' '!' -f ./containerd.installer ']' #47 4.010 + . ./containerd.installer #47 4.010 ++ CONTAINERD_COMMIT=7ad184331fa3e55e52b890ea95e65ba581ae3429 #47 4.015 + install_containerd #47 4.017 + echo 'Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429' #47 4.017 Install containerd version 7ad184331fa3e55e52b890ea95e65ba581ae3429 #47 4.017 + git clone https://github.com/containerd/containerd.git /tmp/tmp.T68MnUPPvR/src/github.com/containerd/containerd #47 4.021 Cloning into '/tmp/tmp.T68MnUPPvR/src/github.com/containerd/containerd'... Installing : selinux-policy-devel-3.13.1-252.el7_7.6.noarch 50/64 #47 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 8.871 ############# 18.9% #20 ... #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #27 41.88 + cd /tmp/tmp.Tg92lS2qK4/src/gotest.tools/gotestsum #27 41.88 + git checkout -q v0.3.5 #27 41.97 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum #27 43.88 go: downloading gotest.tools v2.1.0+incompatible #27 44.07 go: extracting gotest.tools v2.1.0+incompatible #27 44.37 go: downloading github.com/sirupsen/logrus v1.0.5 #27 44.37 go: downloading github.com/spf13/pflag v1.0.1 #27 44.38 go: downloading github.com/pkg/errors v0.8.0 #27 44.49 go: downloading github.com/fatih/color v1.6.0 #27 44.60 go: downloading github.com/jonboulle/clockwork v0.1.0 #27 44.61 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #27 44.65 go: extracting github.com/pkg/errors v0.8.0 #27 44.67 go: extracting github.com/sirupsen/logrus v1.0.5 #27 44.74 go: extracting github.com/fatih/color v1.6.0 #27 44.79 go: downloading github.com/mattn/go-colorable v0.0.9 #27 44.83 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #27 44.83 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #27 44.83 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #27 44.87 go: extracting github.com/spf13/pflag v1.0.1 #27 44.91 go: downloading github.com/mattn/go-isatty v0.0.3 #27 44.93 go: extracting github.com/mattn/go-colorable v0.0.9 #27 44.94 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #27 44.95 go: extracting github.com/jonboulle/clockwork v0.1.0 #27 45.09 go: extracting github.com/mattn/go-isatty v0.0.3 #27 47.13 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #27 48.04 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #27 48.08 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #27 50.53 go: finding github.com/fatih/color v1.6.0 #27 50.59 go: finding github.com/pkg/errors v0.8.0 #27 50.62 go: finding github.com/sirupsen/logrus v1.0.5 #27 50.81 go: finding github.com/mattn/go-colorable v0.0.9 #27 50.81 go: finding github.com/spf13/pflag v1.0.1 #27 50.85 go: finding github.com/mattn/go-isatty v0.0.3 #27 51.04 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #27 51.10 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #27 51.17 go: finding github.com/jonboulle/clockwork v0.1.0 #27 51.29 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #27 51.35 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #27 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... Installing : e2fsprogs-libs-1.42.9-16.el7.x86_64 51/64 Installing : btrfs-progs-4.9.1-1.el7.x86_64 52/64 Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64 53/64 #20 8.871 ############# 18.9% ####################### 32.3% ################################## 48.5% ################################################ 67.4% ########################################################### 82.0% ##################################################################### 97.0% ######################################################################## 100.0% Installing : libtool-2.4.2-22.el7_3.x86_64 54/64 install-info: No such file or directory for /usr/share/info/libtool.info.gz #20 ... #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... #9 3.116 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' #9 DONE 3.3s #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 9.963 Installing : glibc-static-2.17-292.el7.x86_64 55/64 Installing : 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 56/64 Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 57/64 Installing : libseccomp-devel-2.3.1-3.el7.x86_64 58/64 Installing : cmake-2.8.12.2-2.el7.x86_64 59/64 Installing : which-2.20-7.el7.x86_64 60/64 install-info: No such file or directory for /usr/share/info/which.info.gz #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% #20 12.47 Cleanup : 7:device-mapper-libs-1.02.158-2.el7.x86_64 61/64 Cleanup : 7:device-mapper-1.02.158-2.el7.x86_64 62/64 #20 12.80 ## 3.3% #### 6.6% ####### 10.0% ######### 12.9% #20 ... #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... #10 DONE 3.3s #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... Cleanup : systemd-219-67.el7_7.1.x86_64 63/64 Cleanup : systemd-libs-219-67.el7_7.1.x86_64 64/64 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/64 Verifying : systemd-devel-219-67.el7_7.4.x86_64 2/64 Verifying : 7:device-mapper-1.02.158-2.el7_7.2.x86_64 3/64 Verifying : automake-1.13.4-3.el7.noarch 4/64 Verifying : perl-Git-1.8.3.1-21.el7_7.noarch 5/64 Verifying : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 6/64 Verifying : mpfr-3.1.1-4.el7.x86_64 7/64 Verifying : btrfs-progs-devel-4.9.1-1.el7.x86_64 8/64 Verifying : systemd-libs-219-67.el7_7.4.x86_64 9/64 Verifying : e2fsprogs-libs-1.42.9-16.el7.x86_64 10/64 Verifying : rsync-3.1.2-6.el7_6.1.x86_64 11/64 Verifying : lzo-2.06-8.el7.x86_64 12/64 Verifying : gcc-4.8.5-39.el7.x86_64 13/64 Verifying : openssh-7.4p1-21.el7.x86_64 14/64 Verifying : audit-libs-python-2.8.5-4.el7.x86_64 15/64 Verifying : 7:device-mapper-libs-1.02.158-2.el7_7.2.x86_64 16/64 Verifying : kernel-headers-3.10.0-1062.18.1.el7.x86_64 17/64 Verifying : checkpolicy-2.5-8.el7.x86_64 18/64 Verifying : selinux-policy-3.13.1-252.el7_7.6.noarch 19/64 Verifying : btrfs-progs-4.9.1-1.el7.x86_64 20/64 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 21/64 Verifying : perl-Test-Harness-3.28-3.el7.noarch 22/64 Verifying : which-2.20-7.el7.x86_64 23/64 Verifying : pcre-devel-8.32-17.el7.x86_64 24/64 Verifying : libseccomp-devel-2.3.1-3.el7.x86_64 25/64 Verifying : python-IPy-0.75-6.el7.noarch 26/64 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 27/64 Verifying : glibc-static-2.17-292.el7.x86_64 28/64 Verifying : libgomp-4.8.5-39.el7.x86_64 29/64 Verifying : libselinux-python-2.5-14.1.el7.x86_64 30/64 Verifying : selinux-policy-devel-3.13.1-252.el7_7.6.noarch 31/64 Verifying : 7:device-mapper-devel-1.02.158-2.el7_7.2.x86_64 32/64 Verifying : fipscheck-1.4.1-6.el7.x86_64 33/64 Verifying : libtool-2.4.2-22.el7_3.x86_64 34/64 Verifying : setools-libs-3.3.8-4.el7.x86_64 35/64 Verifying : openssh-clients-7.4p1-21.el7.x86_64 36/64 Verifying : policycoreutils-python-2.5-33.el7.x86_64 37/64 Verifying : libarchive-3.1.2-14.el7_7.x86_64 38/64 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 39/64 Verifying : 1:perl-Error-0.17020-2.el7.noarch 40/64 Verifying : 1:make-3.82-24.el7.x86_64 41/64 Verifying : libmpc-1.0.1-3.el7.x86_64 42/64 Verifying : policycoreutils-2.5-33.el7.x86_64 43/64 Verifying : libsepol-devel-2.5-10.el7.x86_64 44/64 Verifying : m4-1.4.16-10.el7.x86_64 45/64 Verifying : glibc-devel-2.17-292.el7.x86_64 46/64 Verifying : libselinux-utils-2.5-14.1.el7.x86_64 47/64 Verifying : libseccomp-2.3.1-3.el7.x86_64 48/64 Verifying : autoconf-2.69-11.el7.noarch 49/64 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 50/64 Verifying : cmake-2.8.12.2-2.el7.x86_64 51/64 Verifying : systemd-219-67.el7_7.4.x86_64 52/64 Verifying : git-1.8.3.1-21.el7_7.x86_64 53/64 Verifying : libselinux-devel-2.5-14.1.el7.x86_64 54/64 Verifying : glibc-headers-2.17-292.el7.x86_64 55/64 Verifying : cpp-4.8.5-39.el7.x86_64 56/64 Verifying : libsemanage-python-2.5-14.el7.x86_64 57/64 Verifying : libcgroup-0.41-21.el7.x86_64 58/64 Verifying : less-458-9.el7.x86_64 59/64 Verifying : policycoreutils-devel-2.5-33.el7.x86_64 60/64 Verifying : systemd-libs-219-67.el7_7.1.x86_64 61/64 Verifying : 7:device-mapper-1.02.158-2.el7.x86_64 62/64 Verifying : systemd-219-67.el7_7.1.x86_64 63/64 Verifying : 7:device-mapper-libs-1.02.158-2.el7.x86_64 64/64 Installed: btrfs-progs-devel.x86_64 0:4.9.1-1.el7 cmake.x86_64 0:2.8.12.2-2.el7 device-mapper-devel.x86_64 7:1.02.158-2.el7_7.2 gcc.x86_64 0:4.8.5-39.el7 git.x86_64 0:1.8.3.1-21.el7_7 glibc-static.x86_64 0:2.17-292.el7 libseccomp-devel.x86_64 0:2.3.1-3.el7 libselinux-devel.x86_64 0:2.5-14.1.el7 libtool.x86_64 0:2.4.2-22.el7_3 libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 make.x86_64 1:3.82-24.el7 selinux-policy-devel.noarch 0:3.13.1-252.el7_7.6 systemd-devel.x86_64 0:219-67.el7_7.4 which.x86_64 0:2.20-7.el7 Dependency Installed: audit-libs-python.x86_64 0:2.8.5-4.el7 autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 btrfs-progs.x86_64 0:4.9.1-1.el7 checkpolicy.x86_64 0:2.5-8.el7 cpp.x86_64 0:4.8.5-39.el7 e2fsprogs-libs.x86_64 0:1.42.9-16.el7 fipscheck.x86_64 0:1.4.1-6.el7 fipscheck-lib.x86_64 0:1.4.1-6.el7 glibc-devel.x86_64 0:2.17-292.el7 glibc-headers.x86_64 0:2.17-292.el7 kernel-headers.x86_64 0:3.10.0-1062.18.1.el7 less.x86_64 0:458-9.el7 libarchive.x86_64 0:3.1.2-14.el7_7 libcgroup.x86_64 0:0.41-21.el7 libedit.x86_64 0:3.0-12.20121213cvs.el7 libgomp.x86_64 0:4.8.5-39.el7 libmpc.x86_64 0:1.0.1-3.el7 libseccomp.x86_64 0:2.3.1-3.el7 libselinux-python.x86_64 0:2.5-14.1.el7 libselinux-utils.x86_64 0:2.5-14.1.el7 libsemanage-python.x86_64 0:2.5-14.el7 libsepol-devel.x86_64 0:2.5-10.el7 libtool-ltdl.x86_64 0:2.4.2-22.el7_3 lzo.x86_64 0:2.06-8.el7 m4.x86_64 0:1.4.16-10.el7 mpfr.x86_64 0:3.1.1-4.el7 openssh.x86_64 0:7.4p1-21.el7 openssh-clients.x86_64 0:7.4p1-21.el7 pcre-devel.x86_64 0:8.32-17.el7 perl-Data-Dumper.x86_64 0:2.145-3.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Git.noarch 0:1.8.3.1-21.el7_7 perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Test-Harness.noarch 0:3.28-3.el7 policycoreutils.x86_64 0:2.5-33.el7 policycoreutils-devel.x86_64 0:2.5-33.el7 policycoreutils-python.x86_64 0:2.5-33.el7 python-IPy.noarch 0:0.75-6.el7 rsync.x86_64 0:3.1.2-6.el7_6.1 selinux-policy.noarch 0:3.13.1-252.el7_7.6 setools-libs.x86_64 0:3.3.8-4.el7 Dependency Updated: device-mapper.x86_64 7:1.02.158-2.el7_7.2 device-mapper-libs.x86_64 7:1.02.158-2.el7_7.2 systemd.x86_64 0:219-67.el7_7.4 systemd-libs.x86_64 0:219-67.el7_7.4 Complete! #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% #20 16.68 #20 ... #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... #11 DONE 3.8s #12 [dev 6/24] RUN ldconfig #12 ... #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 51.63 Selecting previously unselected package liblzo2-2:amd64. #35 51.63 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... #35 51.66 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #35 51.82 Selecting previously unselected package libicu57:amd64. #35 51.83 Preparing to unpack .../2-libicu57_57.1-6+deb9u4_amd64.deb ... #35 51.85 Unpacking libicu57:amd64 (57.1-6+deb9u4) ... #35 59.64 Selecting previously unselected package libxml2:amd64. #35 59.65 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... #35 59.65 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #35 60.71 Selecting previously unselected package libarchive13:amd64. #35 60.74 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... #35 60.74 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... #35 61.30 Selecting previously unselected package libjsoncpp1:amd64. #35 61.31 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... #35 61.32 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... #35 61.49 Selecting previously unselected package libuv1:amd64. #35 61.51 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... #35 61.54 Unpacking libuv1:amd64 (1.9.1-3) ... #35 61.69 Selecting previously unselected package cmake. #35 61.69 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... #35 61.85 Unpacking cmake (3.7.2-1) ... #35 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 18.30 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... #20 18.82 #20 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 51.67 internal/oserror #33 51.87 syscall #33 61.02 time #33 ... #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 54.62 Setting up libnet1-dev (1.1.6+dfsg-3) ... #57 54.63 Setting up libprotobuf10:amd64 (3.0.0-9) ... #57 54.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... #57 54.70 Setting up python-protobuf (3.0.0-9) ... #57 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 19.05 ######################################################################## 100.0% #20 19.25 Removing intermediate container 5b9734d84682 ---> 81e296e28f44 Step 16/18 : COPY --from=golang /usr/local/go /usr/local/go #20 ... #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... #57 62.56 Setting up libcap-dev:amd64 (1:2.25-1) ... #57 62.57 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... #57 62.61 Setting up libnl-3-200:amd64 (3.2.27-2) ... #57 62.64 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... #57 62.66 Setting up libprotoc10:amd64 (3.0.0-9) ... #57 62.67 Setting up protobuf-c-compiler (1.2.1-2) ... #57 62.69 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #57 62.70 Setting up protobuf-compiler (3.0.0-9) ... #57 62.72 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... #57 62.73 Setting up libnl-3-dev:amd64 (3.2.27-2) ... #57 62.76 Processing triggers for libc-bin (2.24-11+deb9u4) ... #57 DONE 63.0s #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 ... #12 [dev 6/24] RUN ldconfig #12 DONE 3.2s #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 53.01 time #30 60.94 internal/poll #30 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 ... #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... #35 65.38 Selecting previously unselected package xxd. #35 65.39 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #35 65.41 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #35 65.62 Selecting previously unselected package vim-common. #35 65.64 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #35 65.66 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #35 65.96 Processing triggers for mime-support (3.60) ... #35 66.02 Setting up xxd (2:8.0.0197-4+deb9u3) ... #35 66.02 Setting up libuv1:amd64 (1.9.1-3) ... #35 66.03 Setting up cmake-data (3.7.2-1) ... #35 66.05 Setting up libicu57:amd64 (57.1-6+deb9u4) ... #35 66.05 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #35 66.06 Processing triggers for libc-bin (2.24-11+deb9u4) ... #35 66.16 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #35 66.18 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #35 66.19 Setting up libjsoncpp1:amd64 (1.7.4-3) ... #35 66.20 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... #35 66.21 Setting up cmake (3.7.2-1) ... #35 66.35 Processing triggers for libc-bin (2.24-11+deb9u4) ... #35 DONE 66.7s #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #36 DONE 0.1s #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ #37 DONE 0.0s #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 21.32 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... #20 21.81 #20 22.09 ################### 27.8% ######################################################################## 100.0% #20 22.31 #20 24.08 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... #20 24.25 skipping existing 1849cc453dee #20 24.34 #20 ... #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc #42 15.07 + cd /tmp/tmp.dy3rnMhpPM/src/github.com/opencontainers/runc #42 15.07 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd #42 16.13 + '[' -z '' ']' #42 16.13 + target=static #42 16.13 + make 'BUILDTAGS=seccomp apparmor selinux ' static #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 . #42 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 4.827 Note: Building without setproctitle() and strlcpy() support. #58 4.827 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 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 install -D -m0755 runc /usr/local/sbin/runc Removing intermediate container 5cae9a38233f ---> 9c09026bf919 Step 38/49 : FROM scratch ---> Step 39/49 : ARG VERSION ---> Running in 644a699ac0aa Removing intermediate container 644a699ac0aa ---> 1bd4c02a15be Step 40/49 : ARG GITCOMMIT ---> Running in 58e2e3154265 Removing intermediate container 58e2e3154265 ---> ffcacd85958a Step 41/49 : ARG BUILDTIME ---> Running in 09fda4683b96 #58 6.573 fatal: Not a git repository (or any of the parent directories): .git #58 6.608 GEN .gitid #58 6.642 GEN criu/include/version.h #58 6.708 GEN include/common/asm Removing intermediate container 09fda4683b96 ---> 1c474104d8f4 Step 42/49 : ARG PLATFORM ---> Running in 98110fc9a45f Removing intermediate container 98110fc9a45f ---> 5a2625794b87 Step 43/49 : ARG ENGINE_IMAGE #58 ... #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 25.67 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... #20 26.12 #20 26.44 ######################################################################## 100.0% #20 26.53 #20 26.61 Download of images into '/build' complete. #20 26.61 Use something like the following to load the result into a Docker daemon: #20 26.61 tar -cC '/build' . | docker load #20 DONE 26.8s ---> Running in 48ef3ec2249e Removing intermediate container 48ef3ec2249e ---> a3f88c7733b6 Step 44/49 : COPY --from=dockerd-builder /sbin/dockerd /bin/ #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini #38 2.572 + RM_GOPATH=0 #38 2.572 + TMP_GOPATH= #38 2.572 + : /build #38 2.572 + '[' -z '' ']' #38 2.572 ++ mktemp -d #38 2.577 + export GOPATH=/tmp/tmp.kFcb0Ox5zA #38 2.577 + GOPATH=/tmp/tmp.kFcb0Ox5zA #38 2.577 + RM_GOPATH=1 #38 2.577 ++ dirname ./install.sh #38 2.596 + dir=. #38 2.596 + bin=tini #38 2.597 + shift #38 2.597 + '[' '!' -f ./tini.installer ']' #38 2.597 + . ./tini.installer #38 2.597 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 #38 2.598 + install_tini #38 2.598 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' #38 2.598 + git clone https://github.com/krallin/tini.git /tmp/tmp.kFcb0Ox5zA/tini #38 2.598 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 #38 2.600 Cloning into '/tmp/tmp.kFcb0Ox5zA/tini'... ---> a61aeb75b824 Step 17/18 : WORKDIR /root/rpmbuild ---> Running in 0cd1afa55001 Removing intermediate container 0cd1afa55001 ---> b682e66355e7 Step 18/18 : ENTRYPOINT ["/bin/rpmbuild"] ---> Running in a80bd3eae0a5 Removing intermediate container a80bd3eae0a5 ---> 82ea78451503 Successfully built 82ea78451503 Successfully tagged rpmbuild-centos-7/x86_64:latest 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 #38 3.766 + cd /tmp/tmp.kFcb0Ox5zA/tini #38 3.766 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 #38 3.785 + cmake . Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gLfTWr + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xf - ---> 16d563ec751f Step 45/49 : COPY --from=proxy-builder /sbin/docker-proxy /bin/ + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/tar -xf - + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LOY3Gn + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=05ad944d13 + DOCKER_GITCOMMIT=05ad944d13 + mkdir -p /go/src/github.com/docker + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + for component in tini '"proxy dynamic"' + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 + install_tini + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' Install tini version fec3683b971d9c3ef73f284f176672c44b448662 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... ---> 2cf1e2d4914e Step 46/49 : COPY --from=init-builder /sbin/docker-init /bin/ ---> dfd11a82d878 Step 47/49 : COPY --from=runc-builder /usr/local/sbin/runc /bin/ #38 4.945 -- The C compiler identification is GNU 6.3.0 #38 5.041 -- Check for working C compiler: /usr/bin/cc ---> 2d419f4dbe45 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\"}" + cd /go/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . -- The C compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static Scanning dependencies of target tini-static [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o ---> Running in 8bca6dd7342e Removing intermediate container 8bca6dd7342e ---> c16ea1a72f31 Step 49/49 : ENTRYPOINT ["/bin/dockerd"] ---> Running in cbbdbfd1d2dd Linking C executable tini-static [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + for component in tini '"proxy dynamic"' + TMP_GOPATH=/go + hack/dockerfile/install/install.sh proxy dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=proxy + shift + '[' '!' -f hack/dockerfile/install/proxy.installer ']' + . hack/dockerfile/install/proxy.installer ++ LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f + install_proxy dynamic + case "$1" in + install_proxy_dynamic + export PROXY_LDFLAGS=-linkmode=external install_proxy + PROXY_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_proxy + echo 'Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f' + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork Install docker-proxy version 9fd385be8302dbe1071a3ce124891893ff27f90f Cloning into '/go/src/github.com/docker/libnetwork'... Removing intermediate container cbbdbfd1d2dd ---> 7467f292d6d2 #38 6.106 -- Check for working C compiler: /usr/bin/cc -- works #38 6.114 -- Detecting C compiler ABI info Successfully built 7467f292d6d2 Successfully tagged dockereng/engine-community:0.0.0-20200309214505-aa6a989 echo dockereng/engine-community:0.0.0-20200309214505-aa6a989 > image-linux make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' [Pipeline] sh + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine clean-image clean-engine make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine -C image clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine-dm docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a989 Untagged: dockereng/engine-community:0.0.0-20200309214505-aa6a989 Deleted: sha256:7467f292d6d297b36d51612a08c8323b5c2a4f434672b0759777e4b87e41d40f Deleted: sha256:c16ea1a72f3179f3a37d7a2eacbe0c5131902db922b843985e15fc1c5f0ee5de Deleted: sha256:2d419f4dbe450ec939d9174347eab04371dabc4c948382203c634bfdc0120686 Deleted: sha256:282c1914cefb955a82562bed815e3306e31f19581968a9cd479fcb3ca4892466 Deleted: sha256:dfd11a82d878705835551c0d203b4ec8c9802e5e831372fb0bb70e676f29958a Deleted: sha256:ad261ddfa4a6d114e18df02e14db702268b678d4644906b138de83edce767a1b Deleted: sha256:2cf1e2d4914e7855664834f12f5836871f4aa457ec2ab28844b614c1d4a71314 Deleted: sha256:a5146f3ae485f0f461220b4c5ee2e4d3be1fc890ee2ef51a05dc5c572ade3b65 Deleted: sha256:16d563ec751fb4449f2fecfebada1ff66a46397555c3cc7b78254bd07723b315 Deleted: sha256:f69e9a357483e65e85ff42d5c1a93ad9265b06773fa2f0987854ae851610ddd9 Deleted: sha256:a3f88c7733b66e62d87e6c8666c9cd62491c4491e509988e651dfb7645d22338 Deleted: sha256:5a2625794b876e50268eadb445a46c002034f0f65f8e85c775540142ee1028ee Deleted: sha256:1c474104d8f46773dce3b014dd13febb79501e4ce6e49e5f6df2a2015d98ee3a Deleted: sha256:ffcacd85958ab893ec0997d62faf5277b0f5d4ac54b55a3343594ad1fd3f2826 Deleted: sha256:1bd4c02a15be1efc79ca69bd09dc0c4bc7d1aa81fdde11f3ba725a5d121ea4b9 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a989-dm Error: No such image: dockereng/engine-community:0.0.0-20200309214505-aa6a989-dm Makefile:35: recipe for target 'clean' failed make[1]: [clean] Error 1 (ignored) rm -f image-linux rm -f -r artifacts rm -f *.tar make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' rm -rf /home/ubuntu/workspace/docker-ce-packaging_19.03/engine #38 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 10.23 PBCC images/google/protobuf/descriptor.pb-c.c #58 10.35 PBCC images/opts.pb-c.c #58 10.40 PBCC images/sit.pb-c.c #58 10.47 DEP images/google/protobuf/descriptor.pb-c.d #58 10.56 DEP images/opts.pb-c.d #58 10.61 DEP images/sit.pb-c.d #58 10.69 PBCC images/macvlan.pb-c.c #58 10.73 DEP images/macvlan.pb-c.d #58 10.79 PBCC images/autofs.pb-c.c #58 10.82 DEP images/autofs.pb-c.d #58 10.87 PBCC images/sysctl.pb-c.c 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 install -D -m0755 runc /usr/local/sbin/runc [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } #58 10.89 DEP images/sysctl.pb-c.d #58 10.96 PBCC images/time.pb-c.c Removing intermediate container f6902e900a87 ---> 136fa8e0e9b0 Step 38/49 : FROM scratch ---> Step 39/49 : ARG VERSION #58 11.03 DEP images/time.pb-c.d #58 11.15 PBCC images/binfmt-misc.pb-c.c #58 11.20 DEP images/binfmt-misc.pb-c.d #58 11.26 PBCC images/seccomp.pb-c.c ---> Running in 98d4888e0f11 Removing intermediate container 98d4888e0f11 ---> 6361a8c0cd11 Step 40/49 : ARG GITCOMMIT ---> Running in 5ef56fc8cd83 + cd /go/src/github.com/docker/libnetwork + git checkout -q 9fd385be8302dbe1071a3ce124891893ff27f90f + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy #58 11.27 DEP images/seccomp.pb-c.d #58 11.35 PBCC images/userns.pb-c.c #58 11.41 DEP images/userns.pb-c.d #58 11.49 PBCC images/cgroup.pb-c.c #58 11.56 DEP images/cgroup.pb-c.d #58 ... #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 64.06 internal/syscall/execenv #30 64.26 internal/syscall/unix #30 64.45 internal/fmtsort #30 64.62 os #30 65.35 strings #30 68.52 bytes #30 69.25 fmt #30 71.44 bufio #30 73.73 path/filepath Removing intermediate container 5ef56fc8cd83 ---> 87f8d288d0b2 Step 41/49 : ARG BUILDTIME ---> Running in 65a6636c6b4d Removing intermediate container 65a6636c6b4d ---> 62afdbf6b3f8 Step 42/49 : ARG PLATFORM ---> Running in 243d600951a4 #30 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 11.64 PBCC images/fown.pb-c.c #58 11.69 PBCC images/ext-file.pb-c.c #58 11.74 DEP images/fown.pb-c.d #58 11.82 DEP images/ext-file.pb-c.d Removing intermediate container 243d600951a4 ---> 17d25198a1c2 Step 43/49 : ARG ENGINE_IMAGE ---> Running in b9f67e4e7e9d #58 11.85 PBCC images/rpc.pb-c.c #58 11.94 DEP images/rpc.pb-c.d #58 12.00 PBCC images/siginfo.pb-c.c #58 12.04 DEP images/siginfo.pb-c.d #58 12.08 PBCC images/pagemap.pb-c.c Removing intermediate container b9f67e4e7e9d ---> a83be64b56ac Step 44/49 : COPY --from=dockerd-builder /sbin/dockerd /bin/ #58 12.17 DEP images/pagemap.pb-c.d #58 12.22 PBCC images/rlimit.pb-c.c #58 12.26 DEP images/rlimit.pb-c.d #58 12.34 PBCC images/file-lock.pb-c.c #58 12.41 DEP images/file-lock.pb-c.d #58 12.48 PBCC images/tty.pb-c.c #58 12.57 DEP images/tty.pb-c.d #58 12.67 PBCC images/tun.pb-c.c #58 12.70 PBCC images/netdev.pb-c.c #58 12.74 DEP images/tun.pb-c.d #58 12.80 DEP images/netdev.pb-c.d #58 12.86 PBCC images/vma.pb-c.c #58 12.90 DEP images/vma.pb-c.d #58 12.96 PBCC images/creds.pb-c.c #58 13.00 DEP images/creds.pb-c.d #58 13.08 PBCC images/utsns.pb-c.c #58 13.11 DEP images/utsns.pb-c.d #58 13.17 PBCC images/ipc-desc.pb-c.c #58 13.21 PBCC images/ipc-sem.pb-c.c #58 13.25 DEP images/ipc-desc.pb-c.d #58 13.29 DEP images/ipc-sem.pb-c.d #58 13.33 PBCC images/ipc-msg.pb-c.c ---> 14ccf90c8ca5 Step 45/49 : COPY --from=proxy-builder /sbin/docker-proxy /bin/ ---> 02c33a73f28d Step 46/49 : COPY --from=init-builder /sbin/docker-init /bin/ #58 13.37 DEP images/ipc-msg.pb-c.d #58 13.42 PBCC images/ipc-shm.pb-c.c #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 66.11 internal/fmtsort #33 66.93 internal/syscall/execenv #33 67.23 internal/syscall/unix #33 67.46 strings #33 68.68 internal/poll #33 71.65 os #33 72.14 regexp/syntax #33 76.22 fmt #33 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 13.50 DEP images/ipc-shm.pb-c.d #58 13.58 PBCC images/ipc-var.pb-c.c #58 13.59 DEP images/ipc-var.pb-c.d #58 13.64 PBCC images/sk-opts.pb-c.c #58 13.66 PBCC images/packet-sock.pb-c.c ---> 2624e3c4e179 Step 47/49 : COPY --from=runc-builder /usr/local/sbin/runc /bin/ #58 13.77 DEP images/sk-opts.pb-c.d #58 13.82 DEP images/packet-sock.pb-c.d #58 13.92 PBCC images/sk-netlink.pb-c.c #58 13.98 DEP images/sk-netlink.pb-c.d #58 14.04 PBCC images/sk-inet.pb-c.c #58 14.12 DEP images/sk-inet.pb-c.d ---> 9656b9202f62 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\"}" ---> Running in 95accb7ff84d Removing intermediate container 95accb7ff84d ---> 36e6767fdfc5 Step 49/49 : ENTRYPOINT ["/bin/dockerd"] #58 14.20 PBCC images/sk-unix.pb-c.c #58 14.30 DEP images/sk-unix.pb-c.d #58 14.36 PBCC images/mm.pb-c.c ---> Running in d110b1fd29ab Removing intermediate container d110b1fd29ab ---> afc2bae23032 #58 14.46 DEP images/mm.pb-c.d #58 14.53 PBCC images/timerfd.pb-c.c #58 14.57 DEP images/timerfd.pb-c.d #58 14.62 PBCC images/timer.pb-c.c #58 14.67 DEP images/timer.pb-c.d #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 4.111 Ign:1 http://deb.debian.org/debian stretch InRelease #13 4.113 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] #13 4.146 Get:3 http://deb.debian.org/debian stretch Release [118 kB] #13 4.197 Get:4 http://deb.debian.org/debian stretch Release.gpg [2410 B] #13 4.994 Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] #13 5.883 Get:6 http://deb.debian.org/debian stretch/main amd64 Packages [7083 kB] #13 11.35 Get:7 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] #13 13.21 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [521 kB] Successfully built afc2bae23032 Successfully tagged dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 echo dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 > image-linux make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' [Pipeline] sh #13 ... #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine clean-image clean-engine make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine -C image clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine-dm docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 Untagged: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 Deleted: sha256:afc2bae23032aa89411b9aeb208a7408dedf1711cadd9bc539037fcf1c34db49 Deleted: sha256:36e6767fdfc5245e3240fa813a064a834ecd618d8d3c0520e3e2608c33f49953 Deleted: sha256:9656b9202f629e58928b4cd51991f553c5c9cfe22e9b6458ff3c95d1d003ec0d Deleted: sha256:fb39626567e22ea5473968277dbde3bef328941fa80373b1a7b96fd7216a4856 Deleted: sha256:2624e3c4e17928986595dab36c32ed9197dbd3d195333de38da35c8614c5af7a Deleted: sha256:0f4f7a255021044e30e6651b2945fcd9ac1bc9bb3b5bdb0cf7f76c5137bdc5a4 Deleted: sha256:02c33a73f28d9705a1e6f9c13cebd94d0c60c590f5374efa82f50d853d205d0f Deleted: sha256:054056a4e24859e8734ca3d77d90fd2d1bc5e03d513f654b49dc7ba0aef2d6a2 Deleted: sha256:14ccf90c8ca5fd5544684df5b92a552b3bf9198b1d1bac3d958428b8a66a785e Deleted: sha256:551925dd889006d1231d0baf7d1a94e1366135afb74fe709b8c6071266fed7a7 Deleted: sha256:a83be64b56ac7e793dc7dfd399f2c70e8adbc37b2fe06ac7603393f3bd44a3c2 Deleted: sha256:17d25198a1c23077b4f8477606344359ee1a996bef00f9e3a2969ea3a4e85575 Deleted: sha256:62afdbf6b3f84511cbaabacd773988b8e94482e81f4e5774ef8cfd687fda9756 Deleted: sha256:87f8d288d0b253a691589699410356fb6a9dcc4a1a2d999a9bb53d2f51a16049 Deleted: sha256:6361a8c0cd114365ee797d64aca6628c89ebcb3c3977d36637891279202b3955 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm Error: No such image: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm Makefile:35: recipe for target 'clean' failed make[1]: [clean] Error 1 (ignored) rm -f image-linux rm -f -r artifacts rm -f *.tar make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' rm -rf /home/ubuntu/workspace/docker-ce-packaging_19.03/engine #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. #47 36.21 + cd /tmp/tmp.T68MnUPPvR/src/github.com/containerd/containerd #47 36.21 + git checkout -q 7ad184331fa3e55e52b890ea95e65ba581ae3429 [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } #47 ... #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini #38 6.894 -- Detecting C compiler ABI info - done #38 6.963 -- Detecting C compile features #38 8.855 -- Detecting C compile features - done #38 8.864 -- Performing Test HAS_BUILTIN_FORTIFY #38 9.103 -- Performing Test HAS_BUILTIN_FORTIFY - Failed #38 9.278 -- Configuring done #38 9.285 -- Generating done #38 9.307 -- Build files have been written to: /tmp/tmp.kFcb0Ox5zA/tini #38 9.310 + make tini-static #38 9.749 Scanning dependencies of target tini-static #38 9.787 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #38 11.41 [100%] Linking C executable tini-static #38 12.06 [100%] Built target tini-static #38 12.10 + mkdir -p /build #38 12.11 + cp tini-static /build/docker-init #38 DONE 12.4s #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 14.76 PBCC images/sa.pb-c.c #58 14.80 DEP images/sa.pb-c.d #58 14.87 PBCC images/pipe-data.pb-c.c #58 14.94 DEP images/pipe-data.pb-c.d #58 15.02 PBCC images/mnt.pb-c.c #58 15.11 DEP images/mnt.pb-c.d #58 15.18 PBCC images/sk-packet.pb-c.c #58 15.21 DEP images/sk-packet.pb-c.d #58 15.25 PBCC images/tcp-stream.pb-c.c #58 15.30 DEP images/tcp-stream.pb-c.d #58 15.35 PBCC images/pipe.pb-c.c #58 15.39 DEP images/pipe.pb-c.d #58 15.47 PBCC images/pstree.pb-c.c #58 15.49 DEP images/pstree.pb-c.d #58 15.57 PBCC images/fs.pb-c.c #58 15.61 DEP images/fs.pb-c.d #58 15.64 PBCC images/signalfd.pb-c.c #58 15.73 DEP images/signalfd.pb-c.d #58 15.80 PBCC images/fh.pb-c.c #58 15.91 PBCC images/fsnotify.pb-c.c #58 16.03 DEP images/fh.pb-c.d #58 16.12 DEP images/fsnotify.pb-c.d #58 16.27 PBCC images/eventpoll.pb-c.c #58 16.28 DEP images/eventpoll.pb-c.d #58 16.46 PBCC images/eventfd.pb-c.c #58 16.48 DEP images/eventfd.pb-c.d Removing intermediate container 0095a423c362 ---> a8e12d161327 Step 25/49 : FROM builder as proxy-builder ---> 4e4367053938 Step 26/49 : RUN git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork ---> Running in 78ef2c67b21c #58 16.58 PBCC images/remap-file-path.pb-c.c #58 16.68 DEP images/remap-file-path.pb-c.d #58 16.82 PBCC images/fifo.pb-c.c #58 16.93 DEP images/fifo.pb-c.d Cloning into '/go/src/github.com/docker/libnetwork'... #58 17.13 PBCC images/ghost-file.pb-c.c #58 17.27 DEP images/ghost-file.pb-c.d #58 17.42 PBCC images/regfile.pb-c.c #58 17.47 DEP images/regfile.pb-c.d #58 17.55 PBCC images/ns.pb-c.c #58 17.56 DEP images/ns.pb-c.d #58 17.63 PBCC images/fdinfo.pb-c.c #58 17.74 DEP images/fdinfo.pb-c.d #58 17.80 PBCC images/core-aarch64.pb-c.c #58 17.88 PBCC images/core-arm.pb-c.c + return + VERSION=0.0.0-20200420120129-05ad944d13 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 GOOS="" GOARCH="" GOARM="" #58 17.89 PBCC images/core-ppc64.pb-c.c #58 17.97 PBCC images/core-s390.pb-c.c #58 18.09 PBCC images/core-x86.pb-c.c #58 18.16 PBCC images/core.pb-c.c #58 18.24 PBCC images/inventory.pb-c.c #58 18.36 DEP images/core-aarch64.pb-c.d #58 18.44 DEP images/core-arm.pb-c.d #58 18.52 DEP images/core-ppc64.pb-c.d #58 18.58 DEP images/core-s390.pb-c.d #58 18.65 DEP images/core-x86.pb-c.d #58 18.73 DEP images/core.pb-c.d #58 18.79 DEP images/inventory.pb-c.d #58 18.85 PBCC images/cpuinfo.pb-c.c #58 18.91 DEP images/cpuinfo.pb-c.d #58 18.98 PBCC images/stats.pb-c.c #58 19.05 DEP images/stats.pb-c.d #58 20.28 make[1]: Nothing to be done for 'all'. Removing intermediate container 78ef2c67b21c ---> b067955433fb Step 27/49 : WORKDIR /go/src/github.com/docker/libnetwork ---> Running in 34ee9bc03912 Removing intermediate container 34ee9bc03912 ---> abe250a4c9a5 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 ---> Running in 8811cf139fbd #58 21.85 CC images/stats.o #58 22.35 CC images/core.o #58 ... #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 75.28 io/ioutil #30 75.86 flag #30 75.88 github.com/BurntSushi/toml #30 77.85 log #30 78.42 path #30 79.34 text/tabwriter #30 81.51 github.com/BurntSushi/toml/cmd/tomlv scripts/docs/generate-man.sh #30 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 77.78 path/filepath #33 79.48 regexp #33 82.01 flag #33 83.96 go/token #33 84.21 internal/lazyregexp #33 84.48 path #33 85.11 io/ioutil #33 85.37 go/scanner #33 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 23.15 CC images/core-x86.o #58 ... #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #30 DONE 86.0s #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 86.09 net/url #33 87.41 go/ast #33 88.17 text/template/parse #33 ... #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 39.00 + export 'BUILDTAGS=netgo osusergo static_build' #47 39.00 + BUILDTAGS='netgo osusergo static_build' #47 39.00 + export EXTRA_FLAGS=-buildmode=pie #47 39.00 + EXTRA_FLAGS=-buildmode=pie #47 39.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' #47 39.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' #47 39.00 + '[' '' = dynamic ']' #47 39.00 + make #47 40.44 🇩 bin/ctr #47 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 24.20 CC images/core-arm.o #58 24.65 CC images/core-aarch64.o #58 25.13 CC images/core-ppc64.o #58 25.76 CC images/core-s390.o #58 26.42 CC images/cpuinfo.o #58 26.92 CC images/inventory.o #58 27.23 CC images/fdinfo.o #58 27.72 CC images/fown.o #58 28.00 CC images/ns.o #58 28.27 CC images/regfile.o #58 28.54 CC images/ghost-file.o #58 28.95 CC images/fifo.o #58 29.20 CC images/remap-file-path.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 18.59 Fetched 7937 kB in 15s (512 kB/s) #13 18.59 Reading package lists... #13 24.49 Reading package lists... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 29.44 CC images/eventfd.o #58 29.67 CC images/eventpoll.o #58 29.96 CC images/fh.o #58 30.38 CC images/fsnotify.o #58 31.12 CC images/signalfd.o #58 31.35 CC images/fs.o #58 31.55 CC images/pstree.o #58 31.77 CC images/pipe.o #58 32.06 CC images/tcp-stream.o # github.com/docker/libnetwork/cmd/proxy loadinternal: cannot find runtime/cgo #58 32.34 CC images/sk-packet.o #58 32.63 CC images/mnt.o #58 32.90 CC images/pipe-data.o #58 33.12 CC images/sa.o #58 33.33 CC images/timer.o Removing intermediate container 8811cf139fbd ---> 05e957fc0c1e Step 29/49 : FROM builder as init-builder ---> 4e4367053938 Step 30/49 : RUN git clone https://github.com/krallin/tini.git /tini ---> Running in 1a28a72ab101 #58 33.78 CC images/timerfd.o #58 34.03 CC images/mm.o Cloning into '/tini'... #58 34.34 CC images/sk-opts.o #58 34.62 CC images/sk-unix.o Removing intermediate container 1a28a72ab101 ---> 30ba18bf9dc4 Step 31/49 : WORKDIR /tini ---> Running in 8a72d9a335b4 Removing intermediate container 8a72d9a335b4 ---> b775706c6a26 Step 32/49 : RUN . /binaries-commits && git checkout -q "$TINI_COMMIT" && cmake . && make tini-static && cp tini-static /sbin/docker-init #58 34.96 CC images/sk-inet.o ---> Running in d5ad292c665c #58 35.49 CC images/tun.o -- The C compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc #58 35.82 CC images/sk-netlink.o -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features #58 36.13 CC images/packet-sock.o -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /tini Scanning dependencies of target tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #58 36.55 CC images/ipc-var.o #58 36.77 CC images/ipc-desc.o #58 37.03 CC images/ipc-shm.o [100%] Linking C executable tini-static [100%] Built target tini-static #58 37.24 CC images/ipc-msg.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 28.97 Building dependency tree... #13 29.95 Reading state information... #13 30.92 The following additional packages will be installed: #13 30.93 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python #13 30.93 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl #13 30.93 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 #13 30.93 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 #13 30.93 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #13 30.94 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 #13 30.94 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common #13 30.94 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal #13 30.94 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd #13 30.95 Suggested packages: #13 30.95 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc #13 30.95 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv #13 30.95 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags #13 30.95 vim-doc vim-scripts xfsdump acl attr quota #13 30.95 Recommended packages: #13 30.95 aufs-dkms libpam-cap build-essential python3-dev python3-keyring #13 30.95 python3-keyrings.alt python3-xdg unzip #13 35.35 The following NEW packages will be installed: #13 35.35 apparmor aufs-tools bash-completion binutils-mingw-w64 #13 35.35 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools #13 35.35 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base #13 35.35 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin #13 35.35 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 #13 35.35 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 #13 35.35 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 #13 35.35 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib #13 35.35 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev #13 35.36 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common #13 35.36 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal #13 35.36 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 #13 35.36 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime #13 35.36 xfsprogs xxd xz-utils zip #13 36.50 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded. #13 36.50 Need to get 90.9 MB of archives. #13 36.50 After this operation, 541 MB of additional disk space will be used. #13 36.50 Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] #13 36.50 Get:2 http://deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #13 36.51 Get:3 http://deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] #13 36.51 Get:4 http://deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] #13 36.53 Get:5 http://deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] #13 36.53 Get:6 http://deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] #13 36.58 Get:7 http://deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] #13 36.70 Get:8 http://deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] #13 36.70 Get:9 http://deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] #13 36.71 Get:10 http://deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] #13 36.88 Get:11 http://deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] #13 36.90 Get:12 http://deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] #13 36.90 Get:13 http://deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] #13 36.91 Get:14 http://deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] #13 36.92 Get:15 http://deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] #13 36.93 Get:16 http://deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] #13 36.94 Get:17 http://deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] #13 36.94 Get:18 http://deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] #13 36.94 Get:19 http://deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] #13 36.95 Get:20 http://deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] #13 36.96 Get:21 http://deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] #13 36.98 Get:22 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #13 36.99 Get:23 http://deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #13 37.01 Get:24 http://deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] Removing intermediate container d5ad292c665c ---> 2e38bda87fd3 Step 33/49 : FROM builder as runc-builder ---> 4e4367053938 Step 34/49 : RUN apt-get install -y libseccomp-dev #13 37.02 Get:25 http://deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #13 37.02 Get:26 http://deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] #13 37.04 Get:27 http://deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] #13 37.05 Get:28 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #13 37.07 Get:29 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #13 37.12 Get:30 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 37.65 CC images/ipc-sem.o ---> Running in 88d5d275e990 #58 37.86 CC images/utsns.o #58 38.08 CC images/creds.o #58 38.35 CC images/vma.o #58 38.58 CC images/netdev.o #58 39.13 CC images/tty.o #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 92.18 text/template #33 92.96 go/parser #33 96.78 log #33 97.27 encoding/binary #33 97.67 go/doc #33 99.18 encoding/base64 #33 99.77 encoding/json #33 101.5 github.com/LK4D4/vndr/build #33 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 37.12 Get:31 http://deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] #13 37.15 Get:32 http://deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] #13 37.15 Get:33 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #13 37.16 Get:34 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #13 37.17 Get:35 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #13 37.19 Get:36 http://deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] #13 37.19 Get:37 http://deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] #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] #13 37.20 Get:39 http://deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] #13 37.23 Get:40 http://deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] #13 37.25 Get:41 http://deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] #13 37.27 Get:42 http://deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] #13 37.36 Get:43 http://deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] #13 37.38 Get:44 http://deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] #13 37.39 Get:45 http://deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #13 37.40 Get:46 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #13 37.40 Get:47 http://deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] #13 37.41 Get:48 http://deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] #13 37.58 Get:49 http://deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] #13 37.59 Get:50 http://deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] #13 37.72 Get:51 http://deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] #13 37.73 Get:52 http://deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] #13 37.73 Get:53 http://deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] #13 37.76 Get:54 http://deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] #13 37.77 Get:55 http://deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] #13 37.79 Get:56 http://deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] #13 38.17 Get:57 http://deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] #13 38.24 Get:58 http://deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] #13 38.32 Get:59 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] #13 38.35 Get:60 http://deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] #13 38.36 Get:61 http://deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] #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] #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] #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] #13 38.82 Get:65 http://deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] #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] Reading package lists... Building dependency tree... Reading state information... libseccomp-dev is already the newest version (2.3.1-2.1+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. #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] #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] Removing intermediate container 88d5d275e990 ---> 9f9cbb5e407e Step 35/49 : RUN git clone https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc ---> Running in 9503c78945f0 Cloning into '/go/src/github.com/opencontainers/runc'... #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] Removing intermediate container 9503c78945f0 ---> 744f61bbe266 Step 36/49 : WORKDIR /go/src/github.com/opencontainers/runc ---> Running in 34833eb854de Removing intermediate container 34833eb854de ---> 97ff540a1746 Step 37/49 : RUN . /binaries-commits && git checkout -q "$RUNC_COMMIT" && make BUILDTAGS='seccomp apparmor' static && make install ---> Running in 57131ee73a79 #13 44.58 debconf: delaying package configuration, since apt-utils is not installed #13 44.75 Fetched 90.9 MB in 8s (11.0 MB/s) #13 44.87 Selecting previously unselected package bash-completion. #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.) #13 44.92 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths 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 . go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/coreos/go-systemd/v22 v22.0.0 go: downloading github.com/golang/protobuf v1.3.5 go: downloading github.com/moby/sys/mountinfo v0.1.3 go: downloading github.com/vishvananda/netlink v1.1.0 go: downloading github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: downloading github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/godbus/dbus/v5 v5.0.3 go: extracting github.com/docker/go-units v0.4.0 go: downloading github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: downloading github.com/cyphar/filepath-securejoin v0.2.2 go: extracting github.com/moby/sys/mountinfo v0.1.3 go: extracting github.com/coreos/go-systemd/v22 v22.0.0 go: downloading github.com/opencontainers/selinux v1.4.0 go: extracting github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: downloading golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: extracting github.com/cyphar/filepath-securejoin v0.2.2 go: extracting github.com/vishvananda/netlink v1.1.0 go: extracting github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: extracting github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: downloading github.com/urfave/cli v1.22.1 go: extracting github.com/opencontainers/selinux v1.4.0 go: downloading github.com/opencontainers/runtime-spec v1.0.2 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 go: extracting github.com/pkg/errors v0.9.1 go: downloading github.com/containerd/console v1.0.0 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: downloading github.com/sirupsen/logrus v1.5.0 go: downloading github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: extracting github.com/godbus/dbus/v5 v5.0.3 go: extracting github.com/golang/protobuf v1.3.5 go: extracting github.com/urfave/cli v1.22.1 go: extracting golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: extracting github.com/opencontainers/runtime-spec v1.0.2 go: extracting github.com/seccomp/libseccomp-golang v0.9.1 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: extracting github.com/containerd/console v1.0.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: extracting github.com/sirupsen/logrus v1.5.0 go: downloading github.com/russross/blackfriday/v2 v2.0.1 go: extracting github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: extracting github.com/russross/blackfriday/v2 v2.0.1 go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0 go: finding github.com/containerd/console v1.0.0 go: finding github.com/coreos/go-systemd/v22 v22.0.0 go: finding github.com/docker/go-units v0.4.0 go: finding golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 go: finding github.com/cyphar/filepath-securejoin v0.2.2 go: finding github.com/checkpoint-restore/go-criu v0.0.0-20191125063657-fcdcd07065c5 go: finding github.com/godbus/dbus/v5 v5.0.3 go: finding github.com/opencontainers/runtime-spec v1.0.2 go: finding github.com/sirupsen/logrus v1.5.0 go: finding github.com/pkg/errors v0.9.1 go: finding github.com/golang/protobuf v1.3.5 go: finding github.com/moby/sys/mountinfo v0.1.3 go: finding github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 go: finding github.com/opencontainers/selinux v1.4.0 go: finding github.com/cilium/ebpf v0.0.0-20200319110858-a7172c01168f go: finding github.com/urfave/cli v1.22.1 go: finding github.com/seccomp/libseccomp-golang v0.9.1 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 go: finding github.com/russross/blackfriday/v2 v2.0.1 go: finding github.com/vishvananda/netlink v1.1.0 go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df #13 48.70 Unpacking bash-completion (1:2.1-4.3) ... #13 49.26 Selecting previously unselected package libnet1:amd64. #13 49.28 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... #13 49.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 39.83 CC images/file-lock.o #58 40.12 CC images/rlimit.o #58 40.34 CC images/pagemap.o #58 40.71 CC images/siginfo.o #58 41.10 CC images/rpc.o #58 42.50 CC images/ext-file.o #58 42.72 CC images/cgroup.o #58 43.46 CC images/userns.o #58 43.80 CC images/google/protobuf/descriptor.o #58 45.56 CC images/opts.o #58 45.81 CC images/seccomp.o #58 46.09 CC images/binfmt-misc.o #58 46.37 CC images/time.o #58 46.63 CC images/sysctl.o #58 46.90 CC images/autofs.o #58 47.19 CC images/macvlan.o #58 47.45 CC images/sit.o #58 47.70 LINK images/built-in.o #58 47.89 GEN compel/include/asm #58 47.90 GEN compel/include/version.h #58 47.93 touch .config #58 47.95 GEN include/common/config.h #58 48.07 GEN compel/plugins/include/uapi/std/syscall-codes-64.h #58 48.11 GEN compel/plugins/include/uapi/std/syscall-64.h #58 48.15 GEN compel/arch/x86/plugins/std/syscalls-64.S #58 48.16 DEP compel/arch/x86/plugins/std/syscalls-64.d #58 48.20 DEP compel/arch/x86/plugins/std/memcpy.d #58 48.24 DEP compel/arch/x86/plugins/std/parasite-head.d #58 48.29 GEN compel/plugins/include/uapi/std/syscall.h #58 48.33 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c #58 48.34 GEN compel/plugins/include/uapi/std/syscall-codes.h #58 48.38 GEN compel/plugins/include/uapi/std/asm/syscall-types.h #58 48.39 DEP compel/plugins/std/infect.d #58 48.63 DEP compel/plugins/std/string.d #58 48.77 DEP compel/plugins/std/log.d #58 48.92 DEP compel/plugins/std/fds.d #58 49.07 DEP compel/plugins/std/std.d #58 49.24 DEP compel/plugins/shmem/shmem.d #58 49.40 DEP compel/plugins/fds/fds.d #58 49.66 CC compel/plugins/std/std.o #58 50.07 CC compel/plugins/std/fds.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 49.42 Selecting previously unselected package libnfnetlink0:amd64. #13 49.46 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... #13 49.47 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... #13 49.56 Selecting previously unselected package libpcrecpp0v5:amd64. #13 49.57 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... #13 49.57 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... #13 49.73 Selecting previously unselected package libudev-dev:amd64. #13 49.74 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... #13 49.75 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... #13 49.91 Selecting previously unselected package libpython3.5-minimal:amd64. #13 49.91 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #13 49.92 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #13 50.52 Selecting previously unselected package python3.5-minimal. #13 50.52 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #13 50.56 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... #13 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 104.7 encoding/xml #33 105.8 github.com/LK4D4/vndr/versioned #33 105.9 compress/flate #33 108.8 hash #33 109.0 hash/crc32 #33 109.6 compress/gzip #33 110.2 context #33 110.9 crypto/cipher #33 111.4 math/big #33 112.1 crypto/aes #33 113.3 crypto #33 113.5 crypto/des #33 114.1 crypto/internal/randutil #33 114.3 crypto/sha512 #33 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 50.61 CC compel/plugins/std/log.o #58 51.50 CC compel/plugins/std/string.o #58 52.22 CC compel/plugins/std/infect.o #58 52.85 CC compel/arch/x86/plugins/std/parasite-head.o #58 52.94 CC compel/arch/x86/plugins/std/memcpy.o #58 52.99 CC compel/arch/x86/plugins/std/syscalls-64.o #58 53.06 AR compel/plugins/std.lib.a #58 53.12 CC compel/plugins/fds/fds.o #58 53.35 AR compel/plugins/fds.lib.a #58 53.42 HOSTDEP compel/src/lib/log-host.d #58 53.53 HOSTDEP compel/src/lib/handle-elf-host.d #58 53.66 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d #58 53.86 HOSTDEP compel/src/main-host.d #58 54.01 DEP compel/src/lib/ptrace.d #58 54.20 DEP compel/src/lib/infect.d #58 54.46 DEP compel/src/lib/infect-util.d #58 54.58 DEP compel/src/lib/infect-rpc.d #58 54.76 DEP compel/arch/x86/src/lib/infect.d #58 54.93 DEP compel/arch/x86/src/lib/cpu.d #58 55.10 DEP compel/src/lib/log.d #58 55.25 DEP compel/src/main.d #58 55.44 DEP compel/src/lib/handle-elf.d #58 55.59 DEP compel/arch/x86/src/lib/handle-elf.d #58 55.86 CC compel/src/lib/log.o #58 56.31 CC compel/arch/x86/src/lib/cpu.o #58 57.29 CC compel/arch/x86/src/lib/infect.o #58 58.30 CC compel/src/lib/infect-rpc.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 51.77 Selecting previously unselected package python3-minimal. #13 51.77 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... #13 51.77 Unpacking python3-minimal (3.5.3-1) ... #13 51.88 Selecting previously unselected package libmpdec2:amd64. #13 51.88 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... #13 51.89 Unpacking libmpdec2:amd64 (2.4.2-1) ... #13 52.00 Selecting previously unselected package libpython3.5-stdlib:amd64. #13 52.00 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... #13 52.00 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #13 54.00 Selecting previously unselected package python3.5. #13 54.01 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... #13 54.01 Unpacking python3.5 (3.5.3-1+deb9u1) ... #13 54.23 Selecting previously unselected package libpython3-stdlib:amd64. #13 54.23 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... #13 54.28 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... #13 54.33 Selecting previously unselected package dh-python. #13 54.34 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... #13 54.35 Unpacking dh-python (2.20170125) ... #13 54.61 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #13 54.64 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... #13 58.36 Setting up python3-minimal (3.5.3-1) ... #13 59.89 Selecting previously unselected package python3. #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.) #13 59.99 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... #13 60.00 Unpacking python3 (3.5.3-1) ... #13 60.11 Selecting previously unselected package pigz. #13 60.15 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... #13 60.15 Unpacking pigz (2.3.4-1) ... #13 60.29 Selecting previously unselected package libip4tc0:amd64. #13 60.29 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... #13 60.29 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #13 60.42 Selecting previously unselected package libip6tc0:amd64. #13 60.43 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... #13 60.43 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #13 60.54 Selecting previously unselected package libiptc0:amd64. #13 60.54 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... #13 60.55 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #13 60.66 Selecting previously unselected package libxtables12:amd64. #13 60.66 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... #13 60.67 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #13 60.81 Selecting previously unselected package libnetfilter-conntrack3:amd64. #13 60.81 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... #13 60.81 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... #13 60.92 Selecting previously unselected package iptables. #13 60.95 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... #13 60.96 Unpacking iptables (1.6.0+snapshot20161117-6) ... #13 61.41 Selecting previously unselected package xxd. #13 61.43 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #13 61.45 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #13 61.66 Selecting previously unselected package vim-common. #13 61.66 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #13 61.68 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #13 61.88 Selecting previously unselected package bzip2. #13 61.88 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... #13 61.88 Unpacking bzip2 (1.0.6-8.1) ... #13 62.02 Selecting previously unselected package libgpm2:amd64. #13 62.03 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... #13 62.03 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... #13 62.11 Selecting previously unselected package xz-utils. #13 62.11 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... #13 62.12 Unpacking xz-utils (5.2.2-1.2+b1) ... #13 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 115.4 crypto/ed25519/internal/edwards25519 #33 117.4 crypto/hmac #33 117.6 crypto/md5 #33 118.4 crypto/rc4 #33 118.7 crypto/sha1 #33 119.8 crypto/sha256 #33 120.8 encoding/hex #33 121.0 crypto/rand #33 121.3 crypto/elliptic #33 121.7 encoding/asn1 #33 124.1 crypto/ed25519 #33 124.4 crypto/rsa #33 124.7 crypto/ecdsa #33 125.4 crypto/dsa #33 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 62.37 Selecting previously unselected package aufs-tools. #13 62.38 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... #13 62.38 Unpacking aufs-tools (1:4.1+20161219-1) ... #13 62.66 Selecting previously unselected package liblzo2-2:amd64. #13 62.67 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... #13 62.70 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #13 ... #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #61 117.4 + for f in rootlesskit rootlesskit-docker-proxy #61 117.4 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy #61 DONE 126.0s #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build #62 DONE 0.1s #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 62.87 Selecting previously unselected package btrfs-progs. #13 62.90 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... #13 62.90 Unpacking btrfs-progs (4.7.3-1) ... #13 63.84 Selecting previously unselected package btrfs-tools. #13 63.84 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... #13 63.85 Unpacking btrfs-tools (4.7.3-1) ... #13 64.12 Selecting previously unselected package libdevmapper1.02.1:amd64. #13 64.12 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... #13 64.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #13 64.31 Selecting previously unselected package dmsetup. #13 64.32 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... #13 64.33 Unpacking dmsetup (2:1.02.137-2) ... #13 64.46 Selecting previously unselected package libonig4:amd64. #13 64.46 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... #13 64.50 Unpacking libonig4:amd64 (6.1.3-2) ... #13 64.67 Selecting previously unselected package libjq1:amd64. #13 64.67 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... #13 64.68 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #13 64.82 Selecting previously unselected package jq. #13 64.82 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... #13 64.83 Unpacking jq (1.5+dfsg-1.3) ... #13 64.94 Selecting previously unselected package libaio1:amd64. #13 64.95 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... #13 64.95 Unpacking libaio1:amd64 (0.3.110-3) ... #13 65.05 Selecting previously unselected package libcap2-bin. #13 65.05 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... #13 65.05 Unpacking libcap2-bin (1:2.25-1) ... #13 65.16 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #13 65.16 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... #13 65.17 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #13 65.27 Selecting previously unselected package libsepol1-dev:amd64. #13 65.29 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... #13 65.29 Unpacking libsepol1-dev:amd64 (2.6-2) ... #13 65.65 Selecting previously unselected package libpcre16-3:amd64. #13 65.65 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... #13 65.65 Unpacking libpcre16-3:amd64 (2:8.39-3) ... #13 65.80 Selecting previously unselected package libpcre32-3:amd64. #13 65.81 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... #13 65.81 Unpacking libpcre32-3:amd64 (2:8.39-3) ... #13 66.02 Selecting previously unselected package libpcre3-dev:amd64. #13 66.02 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... #13 66.03 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... #13 66.48 Selecting previously unselected package libselinux1-dev:amd64. #13 66.49 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... #13 66.49 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... #13 66.79 Selecting previously unselected package libdevmapper-dev:amd64. #13 66.79 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... #13 66.80 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... #13 66.91 Selecting previously unselected package libnl-3-200:amd64. #13 66.92 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... #13 66.93 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #13 67.04 Selecting previously unselected package libprotobuf-c1:amd64. #13 67.05 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... #13 67.05 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #13 67.14 Selecting previously unselected package libreadline5:amd64. #13 67.15 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... #13 67.15 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... #13 67.29 Selecting previously unselected package libsystemd-dev:amd64. #13 67.29 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... #13 67.30 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 58.75 CC compel/src/lib/infect-util.o #58 59.10 CC compel/src/lib/infect.o #58 61.85 CC compel/src/lib/ptrace.o #58 62.28 AR compel/libcompel.a #58 62.37 HOSTCC compel/src/main-host.o #58 62.82 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o #58 63.15 HOSTCC compel/src/lib/handle-elf-host.o #58 63.71 HOSTCC compel/src/lib/log-host.o #58 64.19 HOSTLINK compel/compel-host-bin #58 64.56 DEP soccr/soccr.d #58 64.87 CC soccr/soccr.o #58 66.48 AR soccr/libsoccr.a #58 66.52 make[1]: 'soccr/libsoccr.a' is up to date. #58 66.90 DEP criu/arch/x86/sigframe.d #58 67.08 DEP criu/arch/x86/sigaction_compat.d #58 67.20 DEP criu/arch/x86/kerndat.d #58 67.42 DEP criu/arch/x86/crtools.d #58 67.58 DEP criu/arch/x86/cpu.d #58 67.80 CC criu/arch/x86/cpu.o #58 68.51 CC criu/arch/x86/crtools.o 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 install -D -m0755 runc /usr/local/sbin/runc #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 125.9 crypto/x509/pkix #33 126.0 encoding/pem #33 126.7 vendor/golang.org/x/crypto/cryptobyte #33 126.8 vendor/golang.org/x/net/dns/dnsmessage #33 129.3 internal/singleflight #33 129.5 vendor/golang.org/x/crypto/internal/chacha20 #33 130.1 vendor/golang.org/x/crypto/poly1305 #33 130.5 vendor/golang.org/x/sys/cpu #33 130.8 vendor/golang.org/x/crypto/chacha20poly1305 #33 131.3 net #33 132.1 vendor/golang.org/x/crypto/hkdf #33 132.2 vendor/golang.org/x/text/transform #33 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 69.81 CC criu/arch/x86/kerndat.o #58 70.33 CC criu/arch/x86/sigaction_compat.o #58 70.67 CC criu/arch/x86/sigframe.o #58 71.04 LINK criu/arch/x86/crtools.built-in.o #58 71.09 DEP criu/pie/util-vdso-elf32.d #58 71.22 DEP criu/arch/x86/vdso-pie.d #58 71.35 DEP criu/pie/parasite-vdso.d #58 71.49 DEP criu/pie/util-vdso.d Removing intermediate container 57131ee73a79 ---> 2a9ca9aa947d Step 38/49 : FROM scratch ---> Step 39/49 : ARG VERSION ---> Running in 7a18eddc24a9 Removing intermediate container 7a18eddc24a9 ---> f2581224b5c4 Step 40/49 : ARG GITCOMMIT ---> Running in 00b8a47e0e65 #58 71.59 DEP criu/pie/util.d #58 71.74 CC criu/pie/util.o Removing intermediate container 00b8a47e0e65 ---> 8f202345ab23 Step 41/49 : ARG BUILDTIME ---> Running in 18ac1124dcf0 #58 71.97 CC criu/pie/util-vdso.o Removing intermediate container 18ac1124dcf0 ---> aa44bf8cdf86 Step 42/49 : ARG PLATFORM ---> Running in 99cf38d5558c Removing intermediate container 99cf38d5558c ---> 2550d6fea852 Step 43/49 : ARG ENGINE_IMAGE ---> Running in 81f23d5a46ff Removing intermediate container 81f23d5a46ff ---> 173d64151289 Step 44/49 : COPY --from=dockerd-builder /sbin/dockerd /bin/ #58 72.73 CC criu/pie/parasite-vdso.o #58 73.93 CC criu/arch/x86/vdso-pie.o #58 74.32 CC criu/pie/util-vdso-elf32.o #58 75.06 AR criu/pie/pie.lib.a #58 75.14 DEP criu/pie/restorer.d #58 75.47 DEP criu/arch/x86/sigaction_compat_pie.d ---> c3caafeed157 Step 45/49 : COPY --from=proxy-builder /sbin/docker-proxy /bin/ ---> c24c588db6d1 Step 46/49 : COPY --from=init-builder /sbin/docker-init /bin/ #58 75.67 DEP criu/arch/x86/restorer_unmap.d #58 75.72 DEP criu/arch/x86/restorer.d ---> f993e661669a Step 47/49 : COPY --from=runc-builder /usr/local/sbin/runc /bin/ #58 76.01 DEP criu/pie/parasite.d #58 76.30 CC criu/pie/parasite.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 69.21 Selecting previously unselected package net-tools. #13 69.21 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... #13 69.23 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... #13 69.50 Selecting previously unselected package python-pip-whl. #13 69.50 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... #13 69.51 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... #13 70.25 Selecting previously unselected package python3-pip. #13 70.26 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... #13 70.27 Unpacking python3-pip (9.0.1-2+deb9u1) ... #13 70.53 Selecting previously unselected package python3-pkg-resources. #13 70.54 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... #13 70.55 Unpacking python3-pkg-resources (33.1.1-1) ... #13 70.72 Selecting previously unselected package python3-setuptools. #13 70.73 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... #13 70.73 Unpacking python3-setuptools (33.1.1-1) ... #13 70.98 Selecting previously unselected package python3-wheel. #13 70.98 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... #13 70.99 Unpacking python3-wheel (0.29.0-2) ... #13 71.12 Selecting previously unselected package thin-provisioning-tools. #13 71.14 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... #13 71.15 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... #13 71.39 Selecting previously unselected package vim-runtime. #13 71.43 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #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' #13 71.52 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' #13 71.52 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #13 75.64 Selecting previously unselected package vim. #13 75.67 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #13 75.67 Unpacking vim (2:8.0.0197-4+deb9u3) ... #13 76.32 Selecting previously unselected package xfsprogs. ---> 91cc7d91467c 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\"}" ---> Running in f9fb666b7f66 Removing intermediate container f9fb666b7f66 ---> 6ef3c4f75493 Step 49/49 : ENTRYPOINT ["/bin/dockerd"] #13 76.32 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... #13 76.34 Unpacking xfsprogs (4.9.0+nmu1) ... ---> Running in 510c8ae21e40 Removing intermediate container 510c8ae21e40 ---> 1bc1277ba0d2 #13 76.94 Selecting previously unselected package zip. #13 76.96 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... #13 76.96 Unpacking zip (3.0-11+b1) ... Successfully built 1bc1277ba0d2 Successfully tagged dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 echo dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 > image-linux make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' [Pipeline] sh #13 77.14 Selecting previously unselected package libapparmor-perl. #13 77.16 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... #13 77.17 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 77.76 LINK criu/pie/parasite.built-in.o #58 77.78 GEN criu/pie/parasite-blob.h #58 77.81 CC criu/arch/x86/restorer.o + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine clean-image clean-engine make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_19.03/engine -C image clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine rm -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/Dockerfile.engine-dm docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 Untagged: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0 Deleted: sha256:1bc1277ba0d2182b04ad0452714c98ee89b890eecf365f7a3ce2a9c77ba26b0f Deleted: sha256:6ef3c4f75493a246fa3ec23bfba5c6980fc22099421772235ffb6586f7958fce Deleted: sha256:91cc7d91467cc3c6305a661725ce15b11810bf115303a582f1575d3125082e53 Deleted: sha256:e1c858220b2c205fc9bf82afa8f6baa041f13640d506a3330892ac8969d43999 Deleted: sha256:f993e661669a97f47ee7ec6f18fc61064baa887d8b66d8f1bc0310eff2753dfa Deleted: sha256:d1a885da8849c4a9fdf43cc925a4107e8abd3792b4d9a2216fb746bdef361d44 Deleted: sha256:c24c588db6d1c4dac05ab4f38e7143c8979870ad62e9017d5f0f75e7707cf42d Deleted: sha256:c10ee83a47af0b3c8605637f68e78c07d6d1a5df5e0f4c7af966e720bb769569 Deleted: sha256:c3caafeed1571d77d49bc2eb188e9d022cfee6e685592de0b26be97b7dd55c8c Deleted: sha256:aaef98f1f30d882498e2ddc5b65cf10afead8fc784917c8ef08f2556c3da6006 Deleted: sha256:173d64151289562a7cd9c590ed36d2561b65268eff94ac85696053a87eefe539 Deleted: sha256:2550d6fea8528caadcd111a6f406a67045819deb0027dba8746462d59948075b Deleted: sha256:aa44bf8cdf86c8d58b3515597801b61fd87a5849a884f74a7f26ed230e4f6285 Deleted: sha256:8f202345ab23adc3fd80b9b77c67cf69790df9b615a0cc6ae4066c8ab5a47387 Deleted: sha256:f2581224b5c4ee51024283a27a56191b30f176d684ab37eb7c2547e6a9b9d168 docker rmi dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm Error: No such image: dockereng/engine-community:0.0.0-20200309214505-aa6a9891b0-dm Makefile:35: recipe for target 'clean' failed make[1]: [clean] Error 1 (ignored) rm -f image-linux rm -f -r artifacts rm -f *.tar make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/image' 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] } #58 78.46 CC criu/arch/x86/restorer_unmap.o #58 78.53 CC criu/arch/x86/sigaction_compat_pie.o #58 78.84 CC criu/pie/restorer.o #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 132.9 vendor/golang.org/x/text/unicode/bidi #33 134.8 vendor/golang.org/x/text/secure/bidirule #33 135.2 vendor/golang.org/x/text/unicode/norm #33 139.7 vendor/golang.org/x/net/idna #33 142.3 vendor/golang.org/x/net/http2/hpack #33 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 77.33 Selecting previously unselected package apparmor. #13 77.34 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... #13 77.40 Unpacking apparmor (2.11.0-3+deb9u2) ... #13 77.88 Selecting previously unselected package binutils-mingw-w64-i686. #13 77.90 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... #13 77.91 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #13 79.66 Selecting previously unselected package binutils-mingw-w64-x86-64. #13 79.68 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... #13 79.69 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #13 82.04 Selecting previously unselected package binutils-mingw-w64. #13 82.07 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... #13 82.10 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #13 82.19 Selecting previously unselected package mingw-w64-common. #13 82.21 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... #13 82.21 Unpacking mingw-w64-common (5.0.1-1) ... #13 ... #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #24 136.6 + GOBIN=/build #24 136.6 + /build/gometalinter --install #24 136.6 Installing: #24 136.6 deadcode #24 136.6 dupl #24 136.6 errcheck #24 136.6 gas #24 136.6 gochecknoglobals #24 136.6 gochecknoinits #24 136.6 goconst #24 136.6 gocyclo #24 136.6 goimports #24 136.6 golint #24 136.6 gosimple #24 136.6 gotype #24 136.6 gotypex #24 136.6 ineffassign #24 136.6 interfacer #24 136.6 lll #24 136.6 maligned #24 136.6 megacheck #24 136.6 misspell #24 136.6 nakedret #24 136.6 safesql #24 136.6 staticcheck #24 136.6 structcheck #24 136.6 unconvert #24 136.6 unparam #24 136.6 unused #24 136.6 varcheck #24 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 82.29 LINK criu/pie/restorer.built-in.o #58 82.31 GEN criu/pie/restorer-blob.h #58 82.44 DEP criu/vdso.d #58 82.65 DEP criu/vdso-compat.d #58 82.81 DEP criu/uts_ns.d #58 83.03 DEP criu/util.d #58 83.33 DEP criu/uffd.d #58 83.67 DEP criu/tun.d #58 84.00 DEP criu/tty.d #58 84.20 DEP criu/timerfd.d #58 84.48 DEP criu/sysfs_parse.d #58 84.68 DEP criu/sysctl.d #58 84.93 DEP criu/string.d #58 85.00 DEP criu/stats.d #58 85.15 DEP criu/sockets.d #58 85.46 DEP criu/sk-unix.d #58 85.71 DEP criu/sk-tcp.d #58 85.92 DEP criu/sk-queue.d #58 86.16 DEP criu/sk-packet.d #58 86.41 DEP criu/sk-netlink.d #58 86.62 DEP criu/sk-inet.d #58 86.87 DEP criu/signalfd.d #58 87.10 DEP criu/sigframe.d #58 87.28 DEP criu/shmem.d #58 87.44 DEP criu/servicefd.d #58 87.71 DEP criu/seize.d #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 87.26 Selecting previously unselected package mingw-w64-x86-64-dev. #13 87.28 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... #13 87.28 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... Project root: /go/src/github.com/docker/cli Generating man pages into /go/src/github.com/docker/cli/man/man1 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 2020/04/21 10:08:10 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping make[2]: Leaving directory '/root/build-deb/cli' # Build the CLI plugins # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ LDFLAGS='' bash ${installer} build; \ done Cloning into '/go/src/github.com/docker/app'... Fetching origin make[2]: Entering directory '/go/src/github.com/docker/app' 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 #13 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 143.4 mime #33 145.6 mime/quotedprintable #33 146.0 net/http/internal #33 146.3 os/exec #33 150.1 net/textproto #33 150.1 crypto/x509 #33 151.3 vendor/golang.org/x/net/http/httpguts #33 151.6 vendor/golang.org/x/net/http/httpproxy #33 152.3 mime/multipart #33 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 87.97 DEP criu/seccomp.d #58 88.25 DEP criu/rst-malloc.d #58 88.37 DEP criu/rbtree.d #58 88.42 DEP criu/pstree.d #58 88.58 DEP criu/protobuf.d #58 88.76 GEN criu/protobuf-desc-gen.h #58 90.39 DEP criu/protobuf-desc.d #58 90.57 DEP criu/proc_parse.d #58 90.79 DEP criu/plugin.d #58 90.97 DEP criu/pipes.d #58 91.23 DEP criu/pie-util.d #58 91.44 DEP criu/pie-util-vdso.d #58 91.63 DEP criu/pie-util-vdso-elf32.d #58 91.79 DEP criu/path.d #58 91.92 DEP criu/parasite-syscall.d #58 92.24 DEP criu/pagemap.d #58 92.45 DEP criu/pagemap-cache.d #58 92.67 DEP criu/page-xfer.d #58 92.91 DEP criu/page-pipe.d #58 93.04 DEP criu/netfilter.d #58 93.19 DEP criu/net.d #58 93.55 DEP criu/namespaces.d #58 93.71 DEP criu/mount.d #58 93.97 DEP criu/mem.d #58 94.25 DEP criu/lsm.d #58 94.39 DEP criu/log.d #58 94.59 DEP criu/libnetlink.d #58 94.74 DEP criu/kerndat.d #58 94.99 DEP criu/kcmp-ids.d #58 95.12 DEP criu/irmap.d #58 95.26 DEP criu/ipc_ns.d #58 95.46 DEP criu/image.d #58 95.78 DEP criu/image-desc.d #58 95.94 DEP criu/fsnotify.d #58 96.25 DEP criu/filesystems.d #58 96.48 DEP criu/files.d #58 96.75 DEP criu/files-reg.d #58 96.99 DEP criu/files-ext.d #58 97.25 DEP criu/file-lock.d #58 97.53 DEP criu/file-ids.d #58 97.75 DEP criu/fifo.d #58 97.99 DEP criu/fdstore.d #58 98.11 DEP criu/fault-injection.d #58 98.19 DEP criu/external.d #58 98.33 DEP criu/eventpoll.d #58 98.56 DEP criu/eventfd.d #58 98.75 DEP criu/crtools.d #58 99.04 DEP criu/cr-service.d #58 99.31 DEP criu/cr-restore.d Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gZzEVM + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + 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 + 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 + 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 + 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 + 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 + 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 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dciKEc + umask 022 + cd /root/rpmbuild/BUILD + cd src + engine/bundles/dynbinary-daemon/dockerd -v Docker version 0.0.0-20200420120129-05ad944d13, build 05ad944d13 + exit 0 Processing files: docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 Provides: docker-ce = 3:0.0.0.20200420120129.05ad944d13-0.el7 docker-ce(x86-64) = 3:0.0.0.20200420120129.05ad944d13-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) Conflicts: docker docker-io docker-engine-cs docker-ee Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.src.rpm Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MjvLU0 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vG5ORU + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/tar -xf - + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0C05cQ + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make VERSION=0.0.0-20200420120129-05ad944d13 GITCOMMIT=05ad944d13 dynbinary manpages ./scripts/build/dynbinary Building dynamically linked build/docker-linux-amd64 #58 99.64 DEP criu/cr-errno.d #58 99.67 DEP criu/cr-dump.d #58 99.92 DEP criu/cr-dedup.d #58 100.2 DEP criu/cr-check.d #58 100.5 DEP criu/config.d #58 100.7 DEP criu/clone-noasan.d #58 100.8 DEP criu/cgroup.d #58 101.1 DEP criu/cgroup-props.d #58 101.2 DEP criu/bitmap.d #58 101.2 DEP criu/bfd.d #58 101.3 DEP criu/autofs.d #58 ... #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #15 164.3 + rm -rf /tmp/tmp.KSmgcvauJt #15 DONE 165.1s #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 101.4 DEP criu/aio.d #58 101.7 DEP criu/action-scripts.d #58 102.2 CC criu/action-scripts.o #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 154.9 crypto/tls #33 162.0 net/http/httptrace #33 162.2 net/http #33 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 92.28 Selecting previously unselected package gcc-mingw-w64-base. #13 92.30 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... #13 92.31 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #13 92.46 Selecting previously unselected package gcc-mingw-w64-x86-64. #13 92.49 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #13 92.49 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 103.1 CC criu/aio.o #58 103.6 CC criu/autofs.o #58 105.4 CC criu/bfd.o #58 106.0 CC criu/bitmap.o #58 106.2 CC criu/cgroup-props.o #58 ... #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #27 DONE 169.6s #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 107.6 CC criu/cgroup.o #58 111.0 CC criu/clone-noasan.o #58 111.1 CC criu/config.o #58 112.6 CC criu/cr-check.o #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 175.6 github.com/LK4D4/vndr/godl #33 176.4 github.com/LK4D4/vndr #33 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 114.5 CC criu/cr-dedup.o #58 115.0 CC criu/cr-dump.o #58 117.5 CC criu/cr-errno.o #58 117.6 CC criu/cr-restore.o #58 ... #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #33 DONE 184.0s #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 111.4 Selecting previously unselected package g++-mingw-w64-x86-64. #13 111.4 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #13 111.4 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 123.3 CC criu/cr-service.o #58 124.9 CC criu/crtools.o #58 125.5 CC criu/eventfd.o #58 125.9 CC criu/eventpoll.o #58 126.6 CC criu/external.o #58 126.9 CC criu/fault-injection.o #58 127.0 CC criu/fdstore.o #58 127.4 CC criu/fifo.o #58 127.8 CC criu/file-ids.o #58 128.3 CC criu/file-lock.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 123.4 Setting up aufs-tools (1:4.1+20161219-1) ... #13 123.4 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #13 123.4 Setting up libsepol1-dev:amd64 (2.6-2) ... #13 123.4 Setting up python-pip-whl (9.0.1-2+deb9u1) ... #13 123.4 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #13 123.5 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #13 123.5 Processing triggers for mime-support (3.60) ... #13 123.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... #13 123.5 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #13 123.5 Setting up libcap2-bin (1:2.25-1) ... #13 123.5 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #13 123.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #13 123.6 Setting up bash-completion (1:2.1-4.3) ... #13 126.0 Setting up libonig4:amd64 (6.1.3-2) ... #13 126.0 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #13 126.0 Setting up zip (3.0-11+b1) ... #13 126.1 Setting up bzip2 (1.0.6-8.1) ... #13 126.1 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #13 126.1 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #13 126.1 Processing triggers for libc-bin (2.24-11+deb9u4) ... #13 126.1 Setting up libaio1:amd64 (0.3.110-3) ... #13 126.1 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #13 126.1 Setting up xz-utils (5.2.2-1.2+b1) ... #13 126.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 126.2 Setting up thin-provisioning-tools (0.6.1-4+b1) ... #13 126.2 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #13 126.2 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... #13 126.2 Setting up libpcre32-3:amd64 (2:8.39-3) ... #13 126.2 Setting up libnfnetlink0:amd64 (1.0.1-3) ... #13 126.2 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #13 126.6 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... #13 126.7 Setting up libpcre16-3:amd64 (2:8.39-3) ... #13 126.7 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... #13 126.7 Setting up libnl-3-200:amd64 (3.2.27-2) ... #13 126.7 Setting up net-tools (1.60+git20161116.90da8a0-1) ... #13 126.7 Setting up libudev-dev:amd64 (232-25+deb9u12) ... #13 126.7 Setting up pigz (2.3.4-1) ... #13 126.7 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... #13 126.7 Setting up libmpdec2:amd64 (2.4.2-1) ... #13 126.7 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #13 126.8 Setting up mingw-w64-common (5.0.1-1) ... #13 126.8 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #13 126.8 Setting up jq (1.5+dfsg-1.3) ... #13 126.8 Setting up libpcre3-dev:amd64 (2:8.39-3) ... #13 126.8 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... #13 126.8 Setting up xfsprogs (4.9.0+nmu1) ... #13 126.8 Setting up vim (2:8.0.0197-4+deb9u3) ... #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #13 126.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #13 126.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #13 126.9 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #13 126.9 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #13 126.9 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... #13 126.9 Setting up iptables (1.6.0+snapshot20161117-6) ... #13 126.9 Setting up btrfs-progs (4.7.3-1) ... #13 126.9 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... #13 126.9 Setting up python3.5 (3.5.3-1+deb9u1) ... make[2]: Leaving directory '/go/src/github.com/docker/app' Cloning into '/go/src/github.com/docker/buildx'... Fetching origin + GOFLAGS=-mod=vendor + 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 #13 131.5 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... #13 131.5 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #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 #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 #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 #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 #13 131.5 Setting up btrfs-tools (4.7.3-1) ... #13 131.5 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #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 #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 #13 131.5 Setting up python3 (3.5.3-1) ... #13 133.3 Setting up apparmor (2.11.0-3+deb9u2) ... #13 134.5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults #13 134.7 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory #13 134.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #13 134.7 Setting up python3-wheel (0.29.0-2) ... #13 135.9 Setting up python3-pkg-resources (33.1.1-1) ... #13 137.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #13 137.1 Setting up python3-pip (9.0.1-2+deb9u1) ... #13 138.3 Setting up dmsetup (2:1.02.137-2) ... #13 138.3 Setting up python3-setuptools (33.1.1-1) ... #13 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 129.3 CC criu/files-ext.o #58 129.7 CC criu/files-reg.o #58 131.6 CC criu/files.o #58 133.9 CC criu/filesystems.o #58 134.7 CC criu/fsnotify.o #58 135.8 CC criu/image-desc.o #58 135.9 CC criu/image.o #58 136.6 CC criu/ipc_ns.o #58 137.8 CC criu/irmap.o #58 138.4 CC criu/kcmp-ids.o #58 138.8 CC criu/kerndat.o #58 140.0 CC criu/libnetlink.o #58 ... #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... #13 139.5 Setting up dh-python (2.20170125) ... #13 140.3 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... #13 140.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... #13 DONE 140.8s #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 #14 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 140.3 CC criu/log.o #58 140.8 CC criu/lsm.o #58 141.2 CC criu/mem.o #58 143.2 CC criu/mount.o #58 147.3 CC criu/namespaces.o #58 ... #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 #14 6.344 Collecting yamllint==1.16.0 #14 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 149.1 CC criu/net.o #58 151.8 CC criu/netfilter.o #58 152.1 CC criu/page-pipe.o #58 152.8 CC criu/page-xfer.o #58 153.9 CC criu/pagemap-cache.o #58 154.2 CC criu/pagemap.o #58 155.2 CC criu/parasite-syscall.o #58 156.0 CC criu/path.o #58 156.3 CC criu/pie-util-vdso-elf32.o #58 156.6 CC criu/pie-util-vdso.o #58 ... #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc #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 #42 178.9 + mkdir -p /build #42 178.9 + cp runc /build/runc #42 DONE 179.2s #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 157.0 CC criu/pie-util.o #58 157.2 CC criu/pipes.o #58 158.2 CC criu/plugin.o #58 158.7 CC criu/proc_parse.o #58 ... #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 #14 13.19 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) #14 13.53 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) #14 14.68 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl #14 15.01 Collecting pyyaml (from yamllint==1.16.0) #14 16.26 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) #14 18.67 Building wheels for collected packages: pyyaml #14 18.68 Running setup.py bdist_wheel for pyyaml: started #14 19.84 Running setup.py bdist_wheel for pyyaml: finished with status 'done' #14 19.84 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd #14 19.93 Successfully built pyyaml #14 19.93 Installing collected packages: pathspec, pyyaml, yamllint #14 20.29 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 #14 DONE 20.7s #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 162.0 CC criu/protobuf-desc.o #58 ... #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ #16 DONE 0.2s #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images #21 DONE 0.7s #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 162.9 CC criu/protobuf.o #58 163.3 CC criu/pstree.o #58 164.1 CC criu/rbtree.o #58 164.3 CC criu/rst-malloc.o #58 164.5 CC criu/seccomp.o #58 165.2 CC criu/seize.o #58 166.0 CC criu/servicefd.o #58 166.4 CC criu/shmem.o scripts/docs/generate-man.sh #58 167.1 CC criu/sigframe.o #58 167.2 CC criu/signalfd.o #58 167.5 CC criu/sk-inet.o #58 168.4 CC criu/sk-netlink.o make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ./engine/bundles/dynbinary-daemon/dockerd -v Docker version 0.0.0-20200420120129-05ad944d13, build 05ad944d13 ./cli/build/docker -v Docker version 0.0.0-20200420120129-05ad944d13, build 05ad944d13 make[1]: Leaving directory '/root/build-deb' debian/rules binary dh binary --with=bash-completion --with=systemd dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install 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 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ DESTDIR=/root/build-deb/debian/docker-ce-cli \ PREFIX=/usr/libexec/docker/cli-plugins \ bash ${installer} install_plugin; \ done # docker-ce install install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200420120129-05ad944d13 debian/docker-ce/usr/bin/dockerd install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init install -D -m 0644 /sources/distribution_based_engine.json debian/docker-ce/var/lib/docker-engine/distribution_based_engine.json make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion dh_systemd_enable debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' dh_systemd_start dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info #58 168.8 CC criu/sk-packet.o #58 169.3 CC criu/sk-queue.o #58 169.8 CC criu/sk-tcp.o #58 ... #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #55 228.2 + dpkg --print-architecture #55 228.2 + cd /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution #55 228.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd #55 228.4 + GOPATH=/tmp/tmp.J758l8rO4u/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.J758l8rO4u #55 228.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry #55 ... #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... #58 170.2 CC criu/sk-unix.o #58 172.1 CC criu/sockets.o #58 172.9 CC criu/stats.o #58 173.2 CC criu/string.o #58 173.3 CC criu/sysctl.o #58 173.8 CC criu/sysfs_parse.o #58 174.2 CC criu/timerfd.o #58 174.5 CC criu/tty.o #58 176.0 CC criu/tun.o #58 176.5 CC criu/uffd.o #58 177.5 CC criu/util.o #58 178.5 CC criu/uts_ns.o #58 178.7 CC criu/vdso-compat.o #58 178.9 CC criu/vdso.o #58 179.7 LINK criu/built-in.o #58 179.9 LINK criu/criu #58 180.2 DEP lib/c/criu.d #58 180.3 CC images/rpc.pb-c.o #58 180.8 CC lib/c/criu.o #58 181.8 LINK lib/c/built-in.o #58 181.8 LINK lib/c/libcriu.so #58 181.9 GEN magic.py #58 182.0 Note: Building without setproctitle() and strlcpy() support. #58 182.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). #58 182.6 fatal: Not a git repository (or any of the parent directories): .git #58 183.2 make[1]: Nothing to be done for 'all'. #58 183.8 make[1]: 'images/built-in.o' is up to date. #58 183.8 make[1]: 'compel/plugins/std.lib.a' is up to date. #58 183.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. #58 183.9 make[1]: 'compel/libcompel.a' is up to date. #58 183.9 make[1]: 'compel/compel-host-bin' is up to date. #58 184.0 make[1]: Nothing to be done for 'all'. #58 184.0 make[1]: 'soccr/libsoccr.a' is up to date. #58 184.2 make[2]: Nothing to be done for 'all'. #58 184.2 make[2]: Nothing to be done for 'all'. #58 184.2 make[2]: Nothing to be done for 'all'. #58 184.4 make[2]: Nothing to be done for 'all'. #58 184.4 make[2]: Nothing to be done for 'all'. #58 184.4 make[2]: Nothing to be done for 'all'. #58 184.5 make[2]: Nothing to be done for 'all'. #58 184.6 make[2]: Nothing to be done for 'all'. #58 184.6 INSTALL criu/criu #58 DONE 185.0s #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #55 247.9 + rm -rf /tmp/tmp.J758l8rO4u/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.J758l8rO4u #55 DONE 248.1s #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #24 DONE 248.8s #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 ... #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ #25 DONE 0.4s #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ #28 DONE 0.1s #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 ... #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ #31 DONE 0.1s #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ #34 DONE 0.1s #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ #39 DONE 0.1s #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #47 ... #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ #43 DONE 0.1s #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # if we're on Ubuntu, we need to Recommends: apparmor echo 'apparmor:Recommends=apparmor' >> debian/docker-ce.substvars dh_gencontrol dpkg-gencontrol: warning: package docker-ce: unused substitution variable ${misc:Depends} make[1]: Leaving directory '/root/build-deb' dh_md5sums dh_builddeb dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb'. #47 217.7 🇩 bin/containerd #47 239.6 🇩 bin/containerd-stress #47 241.1 🇩 bin/containerd-shim #47 247.1 🇩 bin/containerd-shim-runc-v1 #47 249.7 🇩 binaries #47 249.7 + mkdir -p /build #47 249.7 + cp bin/containerd /build/containerd #47 249.7 + cp bin/containerd-shim /build/containerd-shim #47 249.7 + cp bin/ctr /build/ctr #47 DONE 250.1s #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ #48 DONE 0.2s #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ #51 DONE 0.1s #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli #54 DONE 0.1s #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ #56 DONE 0.1s #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ #59 DONE 0.1s #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ #63 DONE 0.1s #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... #65 DONE 0.1s #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker #66 DONE 0.0s #67 [final 1/1] COPY . /go/src/github.com/docker/docker #67 DONE 0.7s #68 exporting to image #68 exporting layers Project root: /go/src/github.com/docker/cli Generating man pages into /go/src/github.com/docker/cli/man/man1 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 2020/04/21 10:10:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping + popd ~/rpmbuild/BUILD/src + pushd /root/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src + for installer in '*.installer' + bash app.installer build Cloning into '/go/src/github.com/docker/app'... Fetching origin 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 #68 exporting layers 6.1s done #68 writing image sha256:109e27cb2e7213e61534d0499332452e5b487d28683fe1e14491c0a6511d6703 done #68 naming to docker.io/library/docker-dev:19-03 done #68 DONE 6.1s 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 Removing bundles/ ---> Making bundle: binary (in bundles/binary) Building: bundles/binary-daemon/dockerd-0.0.0-20200309214505-aa6a9891b0 GOOS="" GOARCH="" GOARM="" dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb'. + for installer in '*.installer' + bash buildx.installer build Cloning into '/go/src/github.com/docker/buildx'... Fetching origin + GOFLAGS=-mod=vendor + 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 ~/rpmbuild/BUILD/src + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DXYODb + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64//usr/bin + 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 + pushd /root/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src + for installer in '*.installer' + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + PREFIX=/usr/libexec/docker/cli-plugins + bash app.installer install_plugin + for installer in '*.installer' + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + PREFIX=/usr/libexec/docker/cli-plugins + bash buildx.installer install_plugin + popd ~/rpmbuild/BUILD/src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/bash-completion/completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/fish/vendor_completions.d + 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 + 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 + 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 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/man/man1 + 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 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/man/man5 + 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 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64/usr/share/man/man8 + 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 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ObpPJz + umask 022 + cd /root/rpmbuild/BUILD + cd src + 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 + export DOCDIR + /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 + 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 + 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 + 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 + 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 + exit 0 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 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh 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) Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli 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 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.src.rpm Created binary: bundles/binary-daemon/dockerd-0.0.0-20200309214505-aa6a9891b0 Copying nested executables into bundles/binary-daemon make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_19.03/engine' mkdir -p build/linux/docker cp /home/ubuntu/workspace/docker-ce-packaging_19.03/cli/build/docker build/linux/docker/ for f in dockerd containerd ctr containerd-shim docker-init docker-proxy runc; do \ cp -L /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles/binary-daemon/$f build/linux/docker/$f; \ done tar -C build/linux -c -z -f build/linux/docker-0.0.0-20200309214505-aa6a9891b0.tgz docker # extra binaries for running rootless mkdir -p build/linux/docker-rootless-extras for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh vpnkit; do \ if [ -f /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles/binary-daemon/$f ]; then \ cp -L /home/ubuntu/workspace/docker-ce-packaging_19.03/engine/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \ fi \ done tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20200309214505-aa6a9891b0.tgz docker-rootless-extras 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] } dpkg-genchanges >../docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source -I.git --after-build build-deb dpkg-buildpackage: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + 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 '/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' removed '/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' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.dsc' removed '/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' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial.tar.gz' removed '/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' -> '/build/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.changes' removed '/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/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' removed '/root/docker-ce_0.0.0-20200420120129-05ad944d13-0~ubuntu-xenial_amd64.deb' docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_19.03/deb:/v -w /v alpine chown -R 1000:1000 debbuild/ubuntu-xenial 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] } Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nOtpZA + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200420120129.05ad944d13-0.el7.x86_64 + exit 0 docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_19.03/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild 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