Skip to content

Console Output

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