Skip to content

Console Output

Skipping 577 KB.. Full Log
cker/cli/man/src/trust/revoke.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:18:42 2022/05/17 16:18:41 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:18:42 ~/rpmbuild/BUILD/src
16:18:42 + popd
16:18:42 + pushd /root/rpmbuild/BUILD/src/plugins
16:18:42 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:18:42 + for installer in *.installer
16:18:42 + '[' app.installer '!=' scan.installer ']'
16:18:42 + bash app.installer build
16:18:42 Cloning into '/go/src/github.com/docker/app'...
16:18:43 Fetching origin
16:18:44 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
16:19:30 + for installer in *.installer
16:19:30 + '[' buildx.installer '!=' scan.installer ']'
16:19:30 + bash buildx.installer build
16:19:30 Cloning into '/go/src/github.com/docker/buildx'...
16:19:32 Fetching origin
16:19:32 + GO111MODULE=on
16:19:32 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:20:54 + popd
16:20:54 ~/rpmbuild/BUILD/src
16:20:54 + exit 0
16:20:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.U0e6jg
16:20:54 + umask 022
16:20:54 + cd /root/rpmbuild/BUILD
16:20:54 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
16:20:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 + mkdir -p /root/rpmbuild/BUILDROOT
16:20:54 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 + cd src
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin
16:20:54 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/docker
16:20:54 + pushd /root/rpmbuild/BUILD/src/plugins
16:20:54 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:20:54 + for installer in *.installer
16:20:54 + '[' app.installer '!=' scan.installer ']'
16:20:54 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 + PREFIX=/usr/libexec/docker/cli-plugins
16:20:54 + bash app.installer install_plugin
16:20:54 + for installer in *.installer
16:20:54 + '[' buildx.installer '!=' scan.installer ']'
16:20:54 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 + PREFIX=/usr/libexec/docker/cli-plugins
16:20:54 + bash buildx.installer install_plugin
16:20:54 ~/rpmbuild/BUILD/src
16:20:54 + popd
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/bash-completion/completions
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/zsh/vendor-completions
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/fish/vendor_completions.d
16:20:54 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/bash-completion/completions/docker
16:20:54 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker
16:20:54 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man1
16:20:54 + 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-diff.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-rm.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.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man1
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man5
16:20:54 + 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.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man5
16:20:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man8
16:20:54 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man8
16:20:54 + mkdir -p build-docs
16:20:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:20:54 + cp cli/LICENSE build-docs/LICENSE
16:20:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:20:54 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:20:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:20:54 + cp cli/NOTICE build-docs/NOTICE
16:20:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:20:54 + cp cli/README.md build-docs/README.md
16:20:54 + /usr/lib/rpm/check-buildroot
16:20:54 + /usr/lib/rpm/redhat/brp-ldconfig
16:20:54 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:20:54 + /usr/lib/rpm/brp-compress
16:20:54 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:20:54 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:20:54 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:20:54 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:20:54 + /usr/lib/rpm/brp-python-hardlink
16:20:54 + PYTHON3=/usr/libexec/platform-python
16:20:54 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:20:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DXbs2i
16:20:54 + umask 022
16:20:54 + cd /root/rpmbuild/BUILD
16:20:54 + cd src
16:20:54 ++ cli/build/docker --version
16:20:54 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
16:20:54 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
16:20:54 PASS: cli version OK
16:20:54 + echo 'PASS: cli version OK'
16:20:54 + exit 0
16:20:54 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yz0CZh
16:20:54 + umask 022
16:20:54 + cd /root/rpmbuild/BUILD
16:20:54 + cd src
16:20:54 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
16:20:54 + export LC_ALL=C
16:20:54 + LC_ALL=C
16:20:54 + export DOCDIR
16:20:54 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
16:20:54 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
16:20:54 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
16:20:54 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
16:20:54 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
16:20:54 + exit 0
16:20:54 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
16:20:54 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0.20220511162217.aa7e414-0.el8
16:20:54 Requires(interp): /bin/sh
16:20:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:20:54 Requires(post): /bin/sh
16:20:54 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
16:20:54 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
16:20:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:20:54 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
16:21:13 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
16:21:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XhbAlf
16:21:13 + umask 022
16:21:13 + cd /root/rpmbuild/BUILD
16:21:13 + cd src
16:21:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:13 + exit 0
16:21:13 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cVufLg
16:21:13 + umask 022
16:21:13 + cd /root/rpmbuild/BUILD
16:21:13 + cd /root/rpmbuild/BUILD
16:21:13 + rm -rf src
16:21:13 + /usr/bin/mkdir -p src
16:21:13 + cd src
16:21:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:21:13 + /usr/bin/tar -xof -
16:21:13 + STATUS=0
16:21:13 + '[' 0 -ne 0 ']'
16:21:13 + /usr/bin/tar -xof -
16:21:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:21:13 + STATUS=0
16:21:13 + '[' 0 -ne 0 ']'
16:21:13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:21:13 + exit 0
16:21:13 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uyETli
16:21:13 + umask 022
16:21:13 + cd /root/rpmbuild/BUILD
16:21:13 + cd src
16:21:13 + export DOCKER_GITCOMMIT=f756502
16:21:13 + DOCKER_GITCOMMIT=f756502
16:21:13 + mkdir -p /go/src/github.com/docker
16:21:13 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:21:13 + TMP_GOPATH=/go
16:21:13 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
16:21:13 + RM_GOPATH=0
16:21:13 + TMP_GOPATH=/go
16:21:13 + : /usr/local/bin
16:21:13 + '[' -z /go ']'
16:21:13 + export GOPATH=/go
16:21:13 + GOPATH=/go
16:21:13 + case "$(go env GOARCH)" in
16:21:13 ++ go env GOARCH
16:21:13 + export GO_BUILDMODE=-buildmode=pie
16:21:13 + GO_BUILDMODE=-buildmode=pie
16:21:13 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
16:21:13 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
16:21:13 + bin=rootlesskit
16:21:13 + shift
16:21:13 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
16:21:13 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
16:21:13 ++ : v0.14.4
16:21:13 + install_rootlesskit dynamic
16:21:13 + case "$1" in
16:21:13 + install_rootlesskit_dynamic
16:21:13 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:21:13 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:21:13 + export BUILD_MODE=-buildmode=pie
16:21:13 + BUILD_MODE=-buildmode=pie
16:21:13 + _install_rootlesskit
16:21:13 Install rootlesskit version v0.14.4
16:21:13 + echo 'Install rootlesskit version v0.14.4'
16:21:13 + for f in rootlesskit rootlesskit-docker-proxy
16:21:13 + GOBIN=/usr/local/bin
16:21:13 + GO111MODULE=on
16:21:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:21:13 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:21:14 go: downloading github.com/pkg/errors v0.9.1
16:21:14 go: downloading github.com/sirupsen/logrus v1.8.1
16:21:14 go: downloading github.com/urfave/cli/v2 v2.3.0
16:21:14 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:21:14 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:21:14 go: downloading github.com/google/uuid v1.3.0
16:21:14 go: downloading github.com/moby/vpnkit v0.5.0
16:21:14 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:21:14 go: downloading github.com/gofrs/flock v0.8.1
16:21:14 go: downloading github.com/gorilla/mux v1.8.0
16:21:14 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:21:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:21:15 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:21:15 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:21:15 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:21:20 + for f in rootlesskit rootlesskit-docker-proxy
16:21:20 + GOBIN=/usr/local/bin
16:21:20 + GO111MODULE=on
16:21:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:21:21 + return
16:21:21 + exit 0
16:21:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jLqAUf
16:21:21 + umask 022
16:21:21 + cd /root/rpmbuild/BUILD
16:21:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
16:21:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:21 + mkdir -p /root/rpmbuild/BUILDROOT
16:21:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:21 + cd src
16:21:21 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/dockerd-rootless.sh
16:21:21 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh
16:21:21 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/rootlesskit
16:21:22 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy
16:21:22 + /usr/lib/rpm/check-buildroot
16:21:22 + /usr/lib/rpm/redhat/brp-ldconfig
16:21:22 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:21:22 + /usr/lib/rpm/brp-compress
16:21:22 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:21:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:21:22 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:21:22 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:21:22 + /usr/lib/rpm/brp-python-hardlink
16:21:22 + PYTHON3=/usr/libexec/platform-python
16:21:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:21:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TOfgNf
16:21:23 + umask 022
16:21:23 + cd /root/rpmbuild/BUILD
16:21:23 + cd src
16:21:23 + /usr/local/bin/rootlesskit -v
16:21:23 rootlesskit version 0.14.4
16:21:23 + exit 0
16:21:23 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:23 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220511162217.aa7e414-0.el8
16:21:23 Requires(interp): /bin/sh /bin/sh /bin/sh
16:21:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:21:23 Requires(post): /bin/sh
16:21:23 Requires(preun): /bin/sh
16:21:23 Requires(postun): /bin/sh
16:21:23 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
16:21:23 Conflicts: rootlesskit
16:21:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:23 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
16:21:26 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
16:21:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PcNKjh
16:21:26 + umask 022
16:21:26 + cd /root/rpmbuild/BUILD
16:21:26 + cd src
16:21:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
16:21:26 + exit 0
16:21:26 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DM9ZSe
16:21:26 + umask 022
16:21:26 + cd /root/rpmbuild/BUILD
16:21:26 + cd /root/rpmbuild/BUILD
16:21:26 + rm -rf src
16:21:26 + /usr/bin/mkdir -p src
16:21:26 + cd src
16:21:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
16:21:26 + /usr/bin/tar -xof -
16:21:26 + STATUS=0
16:21:26 + '[' 0 -ne 0 ']'
16:21:26 + /usr/bin/tar -xof -
16:21:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
16:21:26 + STATUS=0
16:21:26 + '[' 0 -ne 0 ']'
16:21:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:21:26 + exit 0
16:21:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iL7duh
16:21:26 + umask 022
16:21:26 + cd /root/rpmbuild/BUILD
16:21:26 + cd src
16:21:26 + pushd /root/rpmbuild/BUILD/src/compose
16:21:26 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
16:21:26 + GOPROXY=https://proxy.golang.org
16:21:26 + GO111MODULE=on
16:21:26 + go mod download
16:21:58 + GOPROXY=https://proxy.golang.org
16:21:58 + GO111MODULE=on
16:21:58 + GIT_TAG=v2.5.1
16:21:58 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
16:21:58 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.1"  -o bin/docker-compose ./cmd
16:23:06 + popd
16:23:06 + exit 0
16:23:06 ~/rpmbuild/BUILD/src
16:23:06 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ekVoSe
16:23:06 + umask 022
16:23:06 + cd /root/rpmbuild/BUILD
16:23:06 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64 '!=' / ']'
16:23:06 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64
16:23:06 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64
16:23:06 + mkdir -p /root/rpmbuild/BUILDROOT
16:23:06 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64
16:23:06 + cd src
16:23:06 + pushd /root/rpmbuild/BUILD/src/compose
16:23:06 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
16:23:06 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
16:23:06 + popd
16:23:06 ~/rpmbuild/BUILD/src
16:23:06 + for f in LICENSE MAINTAINERS NOTICE README.md
16:23:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
16:23:06 + for f in LICENSE MAINTAINERS NOTICE README.md
16:23:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
16:23:06 + for f in LICENSE MAINTAINERS NOTICE README.md
16:23:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
16:23:06 + for f in LICENSE MAINTAINERS NOTICE README.md
16:23:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
16:23:06 + /usr/lib/rpm/check-buildroot
16:23:06 + /usr/lib/rpm/redhat/brp-ldconfig
16:23:06 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:23:06 + /usr/lib/rpm/brp-compress
16:23:06 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:23:06 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:23:06 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:23:06 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:23:06 + /usr/lib/rpm/brp-python-hardlink
16:23:06 + PYTHON3=/usr/libexec/platform-python
16:23:06 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:23:06 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WW2bSi
16:23:06 + umask 022
16:23:06 + cd /root/rpmbuild/BUILD
16:23:06 + cd src
16:23:06 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
16:23:06 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:23:06 + ver=v2.5.1
16:23:06 + test v2.5.1 = v2.5.1
16:23:06 + echo 'PASS: docker-compose version OK'
16:23:06 + exit 0
16:23:06 PASS: docker-compose version OK
16:23:06 Processing files: docker-compose-plugin-2.5.1-0.el8.aarch64
16:23:06 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5U3zdg
16:23:06 + umask 022
16:23:06 + cd /root/rpmbuild/BUILD
16:23:06 + cd src
16:23:06 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/doc/docker-compose-plugin
16:23:06 + export LC_ALL=C
16:23:06 + LC_ALL=C
16:23:06 + export DOCDIR
16:23:06 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/doc/docker-compose-plugin
16:23:06 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/doc/docker-compose-plugin
16:23:06 + exit 0
16:23:06 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sj6x1e
16:23:06 + umask 022
16:23:06 + cd /root/rpmbuild/BUILD
16:23:06 + cd src
16:23:06 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
16:23:06 + export LC_ALL=C
16:23:06 + LC_ALL=C
16:23:06 + export LICENSEDIR
16:23:06 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
16:23:06 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
16:23:06 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
16:23:06 + exit 0
16:23:06 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
16:23:06 Provides: docker-compose-plugin = 0:2.5.1-0.el8 docker-compose-plugin(aarch-64) = 0:2.5.1-0.el8
16:23:06 Requires(interp): /bin/sh /bin/sh /bin/sh
16:23:06 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:23:06 Requires(post): /bin/sh
16:23:06 Requires(preun): /bin/sh
16:23:06 Requires(postun): /bin/sh
16:23:06 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64
16:23:06 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.1-0.el8.src.rpm
16:23:06 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.5.1-0.el8.aarch64.rpm
16:23:06 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.A5KSEh
16:23:06 + umask 022
16:23:06 + cd /root/rpmbuild/BUILD
16:23:06 + cd src
16:23:06 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.el8.aarch64
16:23:06 + exit 0
16:23:07 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-695/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
16:23:08 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-695/rpm'