Skip to content

Console Output

Skipping 47 KB.. Full Log
3YUS4Ajdcq+CAAAAzB+LCAAAAAAAAP9b85aBtbiIQSOjNKU4P0+vIKc0PTOvWK8kMze1uCQxtyC1SC8ExvbLL0llgABGJgYmLwaB3MycnMzi4My85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZDOyWST2wt0Hx/IFD2QKXpgU7qfTDjTr3yfiYHRi4G1LDGnNBVorgBCkV9pblJqUduaqbLcUx50Q00DGfzPGAC/tJ0a8gAAAA== ---> 1652242caf96
22:21:44 Step 41/49 : ARG GITCOMMIT
22:21:44  ---> Using cache
22:21:44  ---> cc173d9b89f3
22:21:44 Step 42/49 : ARG BUILDTIME
22:21:44  ---> Using cache
22:21:44  ---> f3bf81c7bb37
22:21:44 Step 43/49 : ARG PLATFORM
22:21:44  ---> Using cache
22:21:44  ---> 2341043e2699
22:21:44 Step 44/49 : ARG ENGINE_IMAGE
22:21:44  ---> Using cache
22:21:44  ---> 60ba41f606ac
22:21:44 Step 45/49 : COPY --from=dockerd-builder /dockerd /bin/
22:21:44  ---> dd082c61552c
22:21:44 Step 46/49 : COPY --from=proxy-builder /docker-proxy /bin/
22:21:44  ---> e9603b0fd94c
22:21:44 Step 47/49 : COPY --from=init-builder /docker-init /bin/
22:21:44  ---> 7b170554da3e
22:21:44 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\"}"
22:21:44  ---> Running in 8f0f37e89c40
22:21:44 Removing intermediate container 8f0f37e89c40
22:21:44  ---> fee2620a2a10
22:21:44 Step 49/49 : ENTRYPOINT ["/bin/dockerd"]
22:21:44  ---> Running in 722173b9d47d
22:21:44 Removing intermediate container 722173b9d47d
22:21:44  ---> 727c62cc4ea1
22:21:44 Successfully built 727c62cc4ea1
22:21:44 Successfully tagged dockereng/engine-community-dm:0.0.0-20190727025417-8ff992ae26
22:21:44 echo dockereng/engine-community-dm:0.0.0-20190727025417-8ff992ae26 > image-linux-dm
22:21:44 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/image'
22:21:44 mkdir -p rpmbuild/SOURCES
22:21:44 cp ../image/image-linux-dm rpmbuild/SOURCES/engine-image
22:21:44 mkdir -p rpmbuild/SOURCES
22:21:44 docker run --rm -i -w /v \
22:21:44 	-v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/cli:/cli \
22:21:44 	-v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm/rpmbuild/SOURCES:/v \
22:21:44 	alpine \
22:21:44 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
22:21:44 mkdir -p rpmbuild/SOURCES
22:21:44 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
22:21:44 mkdir -p rpmbuild/SOURCES
22:21:44 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
22:21:44 mkdir -p rpmbuild/SOURCES
22:21:44 docker inspect "dockereng/engine-community-dm:0.0.0-20190727025417-8ff992ae26" \
22:21:44 	--format '{{index .Config.Labels "com.docker.distribution_based_engine" }}' > rpmbuild/SOURCES/distribution_based_engine.json
22:21:44 docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm:/v -w /v alpine chown -R root:root rpmbuild
22:21:44 docker build  --build-arg GO_IMAGE=golang:1.11.12-stretch --build-arg ENGINE_IMAGE=dockereng/engine-community-dm:0.0.0-20190727025417-8ff992ae26 -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
22:21:44 Sending build context to Docker daemon  6.871MB

22:21:44 Step 1/23 : ARG GO_IMAGE
22:21:44 Step 2/23 : ARG ENGINE_IMAGE
22:21:44 Step 3/23 : ARG BUILD_IMAGE=centos:7
22:21:44 Step 4/23 : FROM ${GO_IMAGE} as golang
22:21:44  ---> 1147781e1000
22:21:44 Step 5/23 : FROM ${ENGINE_IMAGE} as engine
22:21:44  ---> 727c62cc4ea1
22:21:44 Step 6/23 : FROM ${BUILD_IMAGE}
22:21:44  ---> 9f38484d220f
22:21:44 Step 7/23 : ENV DISTRO centos
22:21:44  ---> Using cache
22:21:44  ---> 6ade4e60e8bc
22:21:44 Step 8/23 : ENV SUITE 7
22:21:44  ---> Using cache
22:21:44  ---> 75bf4c5511f6
22:21:44 Step 9/23 : ENV GOPATH=/go
22:21:44  ---> Using cache
22:21:44  ---> a6b681fd8e4a
22:21:44 Step 10/23 : ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
22:21:44  ---> Using cache
22:21:44  ---> 35606acfa6fa
22:21:44 Step 11/23 : ENV AUTO_GOPATH 1
22:21:44  ---> Using cache
22:21:44  ---> 6c74d19d9ede
22:21:44 Step 12/23 : ENV DOCKER_BUILDTAGS seccomp selinux
22:21:44  ---> Using cache
22:21:44  ---> 4c02305c092d
22:21:44 Step 13/23 : ENV RUNC_BUILDTAGS seccomp selinux
22:21:44  ---> Using cache
22:21:44  ---> 8b29af0cd374
22:21:44 Step 14/23 : RUN yum install -y rpm-build rpmlint
22:21:44  ---> Using cache
22:21:44  ---> 030fca4cff00
22:21:44 Step 15/23 : COPY SPECS /root/rpmbuild/SPECS
22:21:44  ---> Using cache
22:21:44  ---> 0e6a7e13c6bc
22:21:44 Step 16/23 : RUN sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo
22:21:44  ---> Using cache
22:21:44  ---> 753396091645
22:21:44 Step 17/23 : RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec
22:21:44  ---> Using cache
22:21:44  ---> ad7f055438d7
22:21:44 Step 18/23 : COPY --from=golang /usr/local/go /usr/local/go/
22:21:44  ---> Using cache
22:21:44  ---> 00f98d7eb18a
22:21:44 Step 19/23 : COPY --from=engine /bin/dockerd /sources/
22:21:46  ---> a006b0e40a35
22:21:46 Step 20/23 : COPY --from=engine /bin/docker-proxy /sources/
22:21:46  ---> 015120d1d934
22:21:46 Step 21/23 : COPY --from=engine /bin/docker-init /sources/
22:21:46  ---> 093676e89c1c
22:21:46 Step 22/23 : WORKDIR /root/rpmbuild
22:21:46  ---> Running in 4acb696bfea8
22:21:46 Removing intermediate container 4acb696bfea8
22:21:46  ---> 51ef19beb323
22:21:46 Step 23/23 : ENTRYPOINT ["/bin/rpmbuild"]
22:21:47  ---> Running in 6acbc83eb1c8
22:21:47 Removing intermediate container 6acbc83eb1c8
22:21:47  ---> 1ae296526281
22:21:47 Successfully built 1ae296526281
22:21:47 Successfully tagged rpmbuild-centos-7/x86_64:latest
22:21:47 docker run --privileged --rm -i -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES -v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm/rpmbuild/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm/rpmbuild/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-7/x86_64 -ba --define '_gitcommit 0feb4080' --define '_release 0' --define '_version 0.0.0.20190806205656.0feb4080' --define '_origversion 0.0.0-20190806205656-0feb4080' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec
22:21:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eScDjs
22:21:47 + umask 022
22:21:47 + cd /root/rpmbuild/BUILD
22:21:47 + exit 0
22:21:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.X83RyX
22:21:47 + umask 022
22:21:47 + cd /root/rpmbuild/BUILD
22:21:47 + exit 0
22:21:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uhEtOs
22:21:47 + umask 022
22:21:47 + cd /root/rpmbuild/BUILD
22:21:47 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64 '!=' / ']'
22:21:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:21:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:21:47 + mkdir -p /root/rpmbuild/BUILDROOT
22:21:47 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:21:47 + install -D -m 0755 /sources/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/bin/dockerd-ce
22:21:47 + install -D -m 0755 /sources/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/bin/docker-proxy
22:21:47 + install -D -m 0755 /sources/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/bin/docker-init
22:21:47 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/lib/systemd/system/docker.service
22:21:47 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/lib/systemd/system/docker.socket
22:21:47 + install -D -m 0644 /root/rpmbuild/SOURCES/distribution_based_engine.json /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64/var/lib/docker-engine/distribution_based_engine-ce.json
22:21:47 + /usr/lib/rpm/check-buildroot
22:21:47 + /usr/lib/rpm/redhat/brp-compress
22:21:47 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
22:21:47 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:21:47 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
22:21:47 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
22:21:47 + /usr/lib/rpm/redhat/brp-python-hardlink
22:21:47 + /usr/lib/rpm/redhat/brp-java-repack-jars
22:21:47 Processing files: docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:21:48 Provides: docker-ce = 3:0.0.0.20190806205656.0feb4080-0.el7 docker-ce(x86-64) = 3:0.0.0.20190806205656.0feb4080-0.el7
22:21:48 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh
22:21:48 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:21:48 Requires(pre): /bin/sh
22:21:48 Requires(post): /bin/sh
22:21:48 Requires(preun): /bin/sh
22:21:48 Requires(postun): /bin/sh
22:21:48 Requires(posttrans): /bin/sh
22:21:48 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(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)
22:21:48 Conflicts: docker docker-io docker-engine-cs docker-ee
22:21:48 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
22:21:48 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:21:48 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.src.rpm
22:21:58 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64.rpm
22:21:58 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Bh7q3r
22:21:58 + umask 022
22:21:58 + cd /root/rpmbuild/BUILD
22:21:58 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:21:58 + exit 0
22:21:58 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6shuqm
22:21:58 + umask 022
22:21:58 + cd /root/rpmbuild/BUILD
22:21:58 + cd /root/rpmbuild/BUILD
22:21:58 + rm -rf src
22:21:58 + /usr/bin/mkdir -p src
22:21:58 + cd src
22:21:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
22:21:58 + /usr/bin/tar -xf -
22:21:58 + STATUS=0
22:21:58 + '[' 0 -ne 0 ']'
22:21:58 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:21:58 + exit 0
22:21:58 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pAC6Ch
22:21:58 + umask 022
22:21:58 + cd /root/rpmbuild/BUILD
22:21:58 + cd src
22:21:58 + mkdir -p /go/src/github.com/docker
22:21:58 + rm -f /go/src/github.com/docker/cli
22:21:58 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
22:21:58 + pushd /go/src/github.com/docker/cli
22:21:58 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
22:21:58 + DISABLE_WARN_OUTSIDE_CONTAINER=1
22:21:58 + make VERSION=0.0.0-20190806205656-0feb4080 GITCOMMIT=0feb4080 dynbinary manpages
22:21:58 ./scripts/build/dynbinary
22:21:58 Building dynamically linked build/docker-linux-amd64
22:23:06 scripts/docs/generate-man.sh
22:24:02 Project root: /go/src/github.com/docker/cli
22:24:02 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:24:02 2019/08/06 22:23:54 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:24:02 + popd
22:24:02 + exit 0
22:24:02 ~/rpmbuild/BUILD/src
22:24:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KBepFm
22:24:02 + umask 022
22:24:02 + cd /root/rpmbuild/BUILD
22:24:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64 '!=' / ']'
22:24:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:24:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:24:02 + mkdir -p /root/rpmbuild/BUILDROOT
22:24:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:24:02 + cd src
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/bin
22:24:02 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/bin/docker
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/bash-completion/completions
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/zsh/vendor-completions
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/fish/vendor_completions.d
22:24:02 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/bash-completion/completions/docker
22:24:02 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
22:24:02 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/man/man1
22:24:02 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-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-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.20190806205656.0feb4080-0.el7.x86_64//usr/share/man/man1
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/man/man5
22:24:02 + 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.20190806205656.0feb4080-0.el7.x86_64//usr/share/man/man5
22:24:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/man/man8
22:24:02 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64//usr/share/man/man8
22:24:02 + mkdir -p build-docs
22:24:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:24:02 + cp cli/LICENSE build-docs/LICENSE
22:24:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:24:02 + cp cli/MAINTAINERS build-docs/MAINTAINERS
22:24:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:24:02 + cp cli/NOTICE build-docs/NOTICE
22:24:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:24:02 + cp cli/README.md build-docs/README.md
22:24:02 + /usr/lib/rpm/check-buildroot
22:24:02 + /usr/lib/rpm/redhat/brp-compress
22:24:02 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
22:24:02 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:24:02 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
22:24:02 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
22:24:02 + /usr/lib/rpm/redhat/brp-python-hardlink
22:24:02 + /usr/lib/rpm/redhat/brp-java-repack-jars
22:24:02 Processing files: docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:24:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PF6TWs
22:24:02 + umask 022
22:24:02 + cd /root/rpmbuild/BUILD
22:24:02 + cd src
22:24:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20190806205656.0feb4080
22:24:02 + export DOCDIR
22:24:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20190806205656.0feb4080
22:24:02 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20190806205656.0feb4080
22:24:02 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20190806205656.0feb4080
22:24:02 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20190806205656.0feb4080
22:24:02 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20190806205656.0feb4080
22:24:02 + exit 0
22:24:02 Provides: docker-ce-cli = 1:0.0.0.20190806205656.0feb4080-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20190806205656.0feb4080-0.el7
22:24:02 Requires(interp): /bin/sh
22:24:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:24:02 Requires(post): /bin/sh
22:24:02 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)
22:24:02 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
22:24:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:24:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.src.rpm
22:24:02 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64.rpm
22:24:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kwVlB8
22:24:02 + umask 022
22:24:02 + cd /root/rpmbuild/BUILD
22:24:02 + cd src
22:24:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20190806205656.0feb4080-0.el7.x86_64
22:24:02 + exit 0
22:24:03 docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:24:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_18.09-V44NSCCSBAWLEE3LY75MAI3EQWSSDXFW2P7FAV34CFG2EWK6VZQA/rpm'
Terminated