Skip to content

Console Output

Skipping 554 KB.. Full Log
docker/cli/man/src/trust/revoke.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:53:32 + popd
13:53:32 ~/rpmbuild/BUILD/src
13:53:32 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:53:32 + pushd /root/rpmbuild/BUILD/src/plugins
13:53:32 + for installer in *.installer
13:53:32 + '[' app.installer '!=' scan.installer ']'
13:53:32 + bash app.installer build
13:53:32 Cloning into '/go/src/github.com/docker/app'...
13:53:32 Fetching origin
13:53:32 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
13:54:19 + for installer in *.installer
13:54:19 + '[' buildx.installer '!=' scan.installer ']'
13:54:19 + bash buildx.installer build
13:54:19 Cloning into '/go/src/github.com/docker/buildx'...
13:54:19 Fetching origin
13:54:19 + GO111MODULE=on
13:54:19 + 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
13:55:40 + popd
13:55:40 + exit 0
13:55:40 ~/rpmbuild/BUILD/src
13:55:40 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ViOGTh
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
13:55:40 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + mkdir -p /root/rpmbuild/BUILDROOT
13:55:40 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + cd src
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin
13:55:40 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/docker
13:55:40 + pushd /root/rpmbuild/BUILD/src/plugins
13:55:40 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:55:40 + for installer in *.installer
13:55:40 + '[' app.installer '!=' scan.installer ']'
13:55:40 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + PREFIX=/usr/libexec/docker/cli-plugins
13:55:40 + bash app.installer install_plugin
13:55:40 + for installer in *.installer
13:55:40 + '[' buildx.installer '!=' scan.installer ']'
13:55:40 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + PREFIX=/usr/libexec/docker/cli-plugins
13:55:40 + bash buildx.installer install_plugin
13:55:40 + popd
13:55:40 ~/rpmbuild/BUILD/src
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/bash-completion/completions
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/zsh/vendor-completions
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/fish/vendor_completions.d
13:55:40 + 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
13:55:40 + 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
13:55:40 + 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
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man1
13:55:40 + 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
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man5
13:55:40 + 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
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man8
13:55:40 + 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
13:55:40 + mkdir -p build-docs
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/LICENSE build-docs/LICENSE
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/NOTICE build-docs/NOTICE
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/README.md build-docs/README.md
13:55:40 + /usr/lib/rpm/check-buildroot
13:55:40 + /usr/lib/rpm/redhat/brp-ldconfig
13:55:40 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:55:40 + /usr/lib/rpm/brp-compress
13:55:40 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:55:40 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:55:40 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:55:40 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:55:40 + /usr/lib/rpm/brp-python-hardlink
13:55:40 + PYTHON3=/usr/libexec/platform-python
13:55:40 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:55:40 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UZhcyf
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + cd src
13:55:40 ++ cli/build/docker --version
13:55:40 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:55:40 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:55:40 + echo 'PASS: cli version OK'
13:55:40 + exit 0
13:55:40 PASS: cli version OK
13:55:40 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0CBFXh
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + cd src
13:55:40 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + export LC_ALL=C
13:55:40 + LC_ALL=C
13:55:40 + export DOCDIR
13:55:40 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + 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
13:55:40 + 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
13:55:40 + 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
13:55:40 + 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
13:55:40 + exit 0
13:55:40 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
13:55:40 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
13:55:40 Requires(interp): /bin/sh
13:55:40 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:55:40 Requires(post): /bin/sh
13:55:40 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)
13:55:40 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:55:40 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
13:55:47 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
13:55:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Cz3P2f
13:55:47 + umask 022
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + cd src
13:55:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:47 + exit 0
13:55:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SgBxRh
13:55:47 + umask 022
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + rm -rf src
13:55:47 + /usr/bin/mkdir -p src
13:55:47 + cd src
13:55:47 + /usr/bin/tar -xof -
13:55:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:55:47 + STATUS=0
13:55:47 + '[' 0 -ne 0 ']'
13:55:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:55:47 + /usr/bin/tar -xof -
13:55:47 + STATUS=0
13:55:47 + '[' 0 -ne 0 ']'
13:55:47 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:55:47 + exit 0
13:55:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.J4CZHf
13:55:47 + umask 022
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + cd src
13:55:47 + export DOCKER_GITCOMMIT=90033ab
13:55:47 + DOCKER_GITCOMMIT=90033ab
13:55:47 + mkdir -p /go/src/github.com/docker
13:55:47 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:55:47 + TMP_GOPATH=/go
13:55:47 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:55:47 + RM_GOPATH=0
13:55:47 + TMP_GOPATH=/go
13:55:47 + : /usr/local/bin
13:55:47 + '[' -z /go ']'
13:55:47 + export GOPATH=/go
13:55:47 + GOPATH=/go
13:55:47 + case "$(go env GOARCH)" in
13:55:47 ++ go env GOARCH
13:55:47 + export GO_BUILDMODE=-buildmode=pie
13:55:47 + GO_BUILDMODE=-buildmode=pie
13:55:47 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:55:47 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:55:47 + bin=rootlesskit
13:55:47 + shift
13:55:47 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:55:47 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:55:47 ++ : v0.14.4
13:55:47 + install_rootlesskit dynamic
13:55:47 + case "$1" in
13:55:47 + install_rootlesskit_dynamic
13:55:47 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:55:47 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:55:47 + export BUILD_MODE=-buildmode=pie
13:55:47 + BUILD_MODE=-buildmode=pie
13:55:47 + _install_rootlesskit
13:55:47 + echo 'Install rootlesskit version v0.14.4'
13:55:47 + for f in rootlesskit rootlesskit-docker-proxy
13:55:47 + GOBIN=/usr/local/bin
13:55:47 + GO111MODULE=on
13:55:47 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:55:47 Install rootlesskit version v0.14.4
13:55:47 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:55:49 go: downloading github.com/pkg/errors v0.9.1
13:55:49 go: downloading github.com/sirupsen/logrus v1.8.1
13:55:49 go: downloading github.com/urfave/cli/v2 v2.3.0
13:55:49 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:55:49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:55:49 go: downloading github.com/google/uuid v1.3.0
13:55:49 go: downloading github.com/moby/vpnkit v0.5.0
13:55:49 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:55:49 go: downloading github.com/gofrs/flock v0.8.1
13:55:49 go: downloading github.com/gorilla/mux v1.8.0
13:55:49 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:55:49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:55:49 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:55:49 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:55:50 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:55:55 + for f in rootlesskit rootlesskit-docker-proxy
13:55:55 + GOBIN=/usr/local/bin
13:55:55 + GO111MODULE=on
13:55:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:55:56 + return
13:55:56 + exit 0
13:55:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Cupt0g
13:55:56 + umask 022
13:55:56 + cd /root/rpmbuild/BUILD
13:55:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
13:55:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 + mkdir -p /root/rpmbuild/BUILDROOT
13:55:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 + cd src
13:55:56 + 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
13:55:56 + 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
13:55:56 + 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
13:55:56 + 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
13:55:56 + /usr/lib/rpm/check-buildroot
13:55:56 + /usr/lib/rpm/redhat/brp-ldconfig
13:55:56 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:55:56 + /usr/lib/rpm/brp-compress
13:55:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:55:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:55:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:55:56 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:55:56 + /usr/lib/rpm/brp-python-hardlink
13:55:56 + PYTHON3=/usr/libexec/platform-python
13:55:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:55:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZMmH3f
13:55:56 + umask 022
13:55:56 + cd /root/rpmbuild/BUILD
13:55:56 + cd src
13:55:56 + /usr/local/bin/rootlesskit -v
13:55:56 rootlesskit version 0.14.4
13:55:56 + exit 0
13:55:56 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 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
13:55:56 Requires(interp): /bin/sh /bin/sh /bin/sh
13:55:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:55:56 Requires(post): /bin/sh
13:55:56 Requires(preun): /bin/sh
13:55:56 Requires(postun): /bin/sh
13:55:56 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)
13:55:56 Conflicts: rootlesskit
13:55:56 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
13:55:57 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
13:55:59 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
13:55:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.by8Gmf
13:55:59 + umask 022
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + cd src
13:55:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:59 + exit 0
13:55:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WHnECh
13:55:59 + umask 022
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + rm -rf src
13:55:59 + /usr/bin/mkdir -p src
13:55:59 + cd src
13:55:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:55:59 + /usr/bin/tar -xof -
13:55:59 + STATUS=0
13:55:59 + '[' 0 -ne 0 ']'
13:55:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:55:59 + /usr/bin/tar -xof -
13:55:59 + STATUS=0
13:55:59 + '[' 0 -ne 0 ']'
13:55:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:55:59 + exit 0
13:55:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hw3Msh
13:55:59 + umask 022
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + cd src
13:55:59 + pushd /root/rpmbuild/BUILD/src/compose
13:55:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:55:59 + GOPROXY=https://proxy.golang.org
13:55:59 + GO111MODULE=on
13:55:59 + go mod download
13:56:38 + GOPROXY=https://proxy.golang.org
13:56:38 + GO111MODULE=on
13:56:38 + GIT_TAG=v2.6.0
13:56:38 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:56:38 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o bin/docker-compose ./cmd
13:57:34 + popd
13:57:34 + exit 0
13:57:34 ~/rpmbuild/BUILD/src
13:57:34 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.A3vFFf
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64 '!=' / ']'
13:57:34 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 + mkdir -p /root/rpmbuild/BUILDROOT
13:57:34 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 + cd src
13:57:34 + pushd /root/rpmbuild/BUILD/src/compose
13:57:34 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:57:34 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:57:34 + popd
13:57:34 ~/rpmbuild/BUILD/src
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:57:34 + /usr/lib/rpm/check-buildroot
13:57:34 + /usr/lib/rpm/redhat/brp-ldconfig
13:57:34 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:57:34 + /usr/lib/rpm/brp-compress
13:57:34 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:57:34 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:57:34 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:57:34 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:57:34 + /usr/lib/rpm/brp-python-hardlink
13:57:34 + PYTHON3=/usr/libexec/platform-python
13:57:34 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:57:34 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.49jPNg
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:57:34 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:57:34 + ver=v2.6.0
13:57:34 + test v2.6.0 = v2.6.0
13:57:34 + echo 'PASS: docker-compose version OK'
13:57:34 + exit 0
13:57:34 PASS: docker-compose version OK
13:57:34 Processing files: docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mV3wkh
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:57:34 + export LC_ALL=C
13:57:34 + LC_ALL=C
13:57:34 + export DOCDIR
13:57:34 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:57:34 + 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.6.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:57:34 + exit 0
13:57:34 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bxaDRg
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + export LC_ALL=C
13:57:34 + LC_ALL=C
13:57:34 + export LICENSEDIR
13:57:34 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + exit 0
13:57:34 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:57:34 Provides: docker-compose-plugin = 0:2.6.0-0.el8 docker-compose-plugin(aarch-64) = 0:2.6.0-0.el8
13:57:34 Requires(interp): /bin/sh /bin/sh /bin/sh
13:57:34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:57:34 Requires(post): /bin/sh
13:57:34 Requires(preun): /bin/sh
13:57:34 Requires(postun): /bin/sh
13:57:34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.el8.src.rpm
13:57:34 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.6.0-0.el8.aarch64.rpm
13:57:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.I57A8g
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 + exit 0
13:57:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
13:57:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'