Skip to content

Console Output

Skipping 805 KB.. Full Log
.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
07:41:30 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
07:41:30 Recommends: docker-scan-plugin(x86-64)
07:41:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:41:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
07:42:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64.rpm
07:42:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qZ35Jv
07:42:51 + umask 022
07:42:51 + cd /root/rpmbuild/BUILD
07:42:51 + cd src
07:42:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:51 + RPM_EC=0
07:42:51 ++ jobs -p
07:42:51 + exit 0
07:42:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bQ4otx
07:42:51 + umask 022
07:42:51 + cd /root/rpmbuild/BUILD
07:42:51 + cd /root/rpmbuild/BUILD
07:42:51 + rm -rf src
07:42:51 + /usr/bin/mkdir -p src
07:42:51 + cd src
07:42:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
07:42:51 + /usr/bin/tar -xof -
07:42:51 + STATUS=0
07:42:51 + '[' 0 -ne 0 ']'
07:42:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
07:42:51 + /usr/bin/tar -xof -
07:42:51 + STATUS=0
07:42:51 + '[' 0 -ne 0 ']'
07:42:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
07:42:51 + RPM_EC=0
07:42:51 ++ jobs -p
07:42:51 + exit 0
07:42:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JU5fxo
07:42:51 + umask 022
07:42:51 + cd /root/rpmbuild/BUILD
07:42:51 + cd src
07:42:51 + export DOCKER_GITCOMMIT=90033ab
07:42:51 + DOCKER_GITCOMMIT=90033ab
07:42:51 + mkdir -p /go/src/github.com/docker
07:42:51 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
07:42:51 + TMP_GOPATH=/go
07:42:51 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
07:42:51 + RM_GOPATH=0
07:42:51 + TMP_GOPATH=/go
07:42:51 + : /usr/local/bin
07:42:51 + '[' -z /go ']'
07:42:51 + export GOPATH=/go
07:42:51 + GOPATH=/go
07:42:51 + case "$(go env GOARCH)" in
07:42:51 ++ go env GOARCH
07:42:51 + export GO_BUILDMODE=-buildmode=pie
07:42:51 + GO_BUILDMODE=-buildmode=pie
07:42:51 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
07:42:51 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
07:42:51 + bin=rootlesskit
07:42:51 + shift
07:42:51 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
07:42:51 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
07:42:51 ++ : v0.14.4
07:42:51 + install_rootlesskit dynamic
07:42:51 + case "$1" in
07:42:51 + install_rootlesskit_dynamic
07:42:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
07:42:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
07:42:51 + export BUILD_MODE=-buildmode=pie
07:42:51 + BUILD_MODE=-buildmode=pie
07:42:51 + _install_rootlesskit
07:42:51 + echo 'Install rootlesskit version v0.14.4'
07:42:51 Install rootlesskit version v0.14.4
07:42:51 + for f in rootlesskit rootlesskit-docker-proxy
07:42:51 + GOBIN=/usr/local/bin
07:42:51 + GO111MODULE=on
07:42:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
07:42:51 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
07:42:51 go: downloading github.com/pkg/errors v0.9.1
07:42:51 go: downloading github.com/sirupsen/logrus v1.8.1
07:42:51 go: downloading github.com/urfave/cli/v2 v2.3.0
07:42:51 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
07:42:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
07:42:51 go: downloading github.com/google/uuid v1.3.0
07:42:51 go: downloading github.com/moby/vpnkit v0.5.0
07:42:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
07:42:51 go: downloading github.com/gofrs/flock v0.8.1
07:42:51 go: downloading github.com/gorilla/mux v1.8.0
07:42:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
07:42:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
07:42:51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
07:42:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
07:42:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:42:51 + for f in rootlesskit rootlesskit-docker-proxy
07:42:51 + GOBIN=/usr/local/bin
07:42:51 + GO111MODULE=on
07:42:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
07:42:51 + return
07:42:51 + RPM_EC=0
07:42:51 ++ jobs -p
07:42:51 + exit 0
07:42:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.S2Dyqn
07:42:51 + umask 022
07:42:51 + cd /root/rpmbuild/BUILD
07:42:51 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64 '!=' / ']'
07:42:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:51 + mkdir -p /root/rpmbuild/BUILDROOT
07:42:51 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:51 + cd src
07:42:51 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
07:42:51 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
07:42:51 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/rootlesskit
07:42:51 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
07:42:51 + /usr/lib/rpm/check-buildroot
07:42:51 + /usr/lib/rpm/redhat/brp-ldconfig
07:42:51 + /usr/lib/rpm/brp-compress
07:42:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
07:42:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
07:42:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
07:42:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
07:42:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
07:42:51 + /usr/lib/rpm/brp-python-hardlink
07:42:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
07:42:51 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
07:42:51 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
07:42:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Jpxqwj
07:42:51 + umask 022
07:42:51 + cd /root/rpmbuild/BUILD
07:42:51 + cd src
07:42:51 + /usr/local/bin/rootlesskit -v
07:42:51 rootlesskit version 0.14.4
07:42:51 + RPM_EC=0
07:42:51 ++ jobs -p
07:42:51 + exit 0
07:42:51 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:51 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220511162217.aa7e414-0.fc34
07:42:51 Requires(interp): /bin/sh /bin/sh /bin/sh
07:42:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
07:42:51 Requires(post): /bin/sh
07:42:51 Requires(preun): /bin/sh
07:42:51 Requires(postun): /bin/sh
07:42:51 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
07:42:51 Conflicts: rootlesskit
07:42:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:51 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
07:42:55 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64.rpm
07:42:55 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VUnRc2
07:42:55 + umask 022
07:42:55 + cd /root/rpmbuild/BUILD
07:42:55 + cd src
07:42:55 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
07:42:55 + RPM_EC=0
07:42:55 ++ jobs -p
07:42:55 + exit 0
07:42:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n07sa6
07:42:55 + umask 022
07:42:55 + cd /root/rpmbuild/BUILD
07:42:55 + cd /root/rpmbuild/BUILD
07:42:55 + rm -rf src
07:42:55 + /usr/bin/mkdir -p src
07:42:55 + cd src
07:42:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
07:42:55 + /usr/bin/tar -xof -
07:42:55 + STATUS=0
07:42:55 + '[' 0 -ne 0 ']'
07:42:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
07:42:55 + /usr/bin/tar -xof -
07:42:55 + STATUS=0
07:42:55 + '[' 0 -ne 0 ']'
07:42:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
07:42:55 + RPM_EC=0
07:42:55 ++ jobs -p
07:42:55 + exit 0
07:42:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EVnPa3
07:42:55 + umask 022
07:42:55 + cd /root/rpmbuild/BUILD
07:42:55 + cd src
07:42:55 + pushd /root/rpmbuild/BUILD/src/compose
07:42:55 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
07:42:55 + GOPROXY=https://proxy.golang.org
07:42:55 + GO111MODULE=on
07:42:55 + go mod download
07:43:34 + GOPROXY=https://proxy.golang.org
07:43:34 + GO111MODULE=on
07:43:34 + GIT_TAG=v2.6.0
07:43:34 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
07:43:34 GOOS=linux GOARCH=amd64 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
07:44:55 ~/rpmbuild/BUILD/src
07:44:55 + popd
07:44:55 + RPM_EC=0
07:44:55 ++ jobs -p
07:44:55 + exit 0
07:44:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tpTHe5
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64 '!=' / ']'
07:44:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
07:44:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
07:44:55 + mkdir -p /root/rpmbuild/BUILDROOT
07:44:55 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
07:44:55 + cd src
07:44:55 + pushd /root/rpmbuild/BUILD/src/compose
07:44:55 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
07:44:55 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose
07:44:55 ~/rpmbuild/BUILD/src
07:44:55 + popd
07:44:55 + for f in LICENSE MAINTAINERS NOTICE README.md
07:44:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
07:44:55 + for f in LICENSE MAINTAINERS NOTICE README.md
07:44:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
07:44:55 + for f in LICENSE MAINTAINERS NOTICE README.md
07:44:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
07:44:55 + for f in LICENSE MAINTAINERS NOTICE README.md
07:44:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
07:44:55 + /usr/lib/rpm/check-buildroot
07:44:55 + /usr/lib/rpm/redhat/brp-ldconfig
07:44:55 + /usr/lib/rpm/brp-compress
07:44:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
07:44:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
07:44:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
07:44:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
07:44:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
07:44:55 + /usr/lib/rpm/brp-python-hardlink
07:44:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
07:44:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.odToGH
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + cd src
07:44:55 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
07:44:55 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
07:44:55 + ver=v2.6.0
07:44:55 + test v2.6.0 = v2.6.0
07:44:55 PASS: docker-compose version OK
07:44:55 + echo 'PASS: docker-compose version OK'
07:44:55 + RPM_EC=0
07:44:55 ++ jobs -p
07:44:55 + exit 0
07:44:55 Processing files: docker-compose-plugin-2.6.0-0.fc34.x86_64
07:44:55 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fJD3Mu
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + cd src
07:44:55 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
07:44:55 + export LC_ALL=C
07:44:55 + LC_ALL=C
07:44:55 + export DOCDIR
07:44:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
07:44:55 + 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.fc34.x86_64/usr/share/doc/docker-compose-plugin
07:44:55 + RPM_EC=0
07:44:55 ++ jobs -p
07:44:55 + exit 0
07:44:55 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ELRxwE
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + cd src
07:44:55 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
07:44:55 + export LC_ALL=C
07:44:55 + LC_ALL=C
07:44:55 + export LICENSEDIR
07:44:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
07:44:55 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
07:44:55 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
07:44:55 + RPM_EC=0
07:44:55 ++ jobs -p
07:44:55 + exit 0
07:44:55 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose
07:44:55 Provides: docker-compose-plugin = 0:2.6.0-0.fc34 docker-compose-plugin(x86-64) = 0:2.6.0-0.fc34
07:44:55 Requires(interp): /bin/sh /bin/sh /bin/sh
07:44:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
07:44:55 Requires(post): /bin/sh
07:44:55 Requires(preun): /bin/sh
07:44:55 Requires(postun): /bin/sh
07:44:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
07:44:55 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.fc34.src.rpm
07:44:55 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.6.0-0.fc34.x86_64.rpm
07:44:55 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.da3k2N
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + cd src
07:44:55 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
07:44:55 + RPM_EC=0
07:44:55 ++ jobs -p
07:44:55 + exit 0
07:44:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k4eXmI
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + rm -rf src
07:44:55 + /usr/bin/mkdir -p src
07:44:55 + cd src
07:44:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
07:44:55 + /usr/bin/tar -xof -
07:44:55 + STATUS=0
07:44:55 + '[' 0 -ne 0 ']'
07:44:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
07:44:55 + /usr/bin/tar -xof -
07:44:55 + STATUS=0
07:44:55 + '[' 0 -ne 0 ']'
07:44:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
07:44:55 + RPM_EC=0
07:44:55 ++ jobs -p
07:44:55 + exit 0
07:44:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2QcLH1
07:44:55 + umask 022
07:44:55 + cd /root/rpmbuild/BUILD
07:44:55 + cd src
07:44:55 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
07:44:55 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
07:44:55 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
07:44:55 GO111MODULE=on make -f builder.Makefile build
07:44:55 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
07:44:55 mkdir -p bin
07:44:55 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
07:44:55 go: downloading github.com/docker/cli v20.10.9+incompatible
07:44:55 go: downloading github.com/docker/docker v20.10.9+incompatible
07:44:55 go: downloading github.com/spf13/cobra v1.2.1
07:44:55 go: downloading github.com/fvbommel/sortorder v1.0.2
07:44:55 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
07:44:55 go: downloading github.com/docker/distribution v2.7.1+incompatible
07:44:55 go: downloading github.com/theupdateframework/notary v0.7.0
07:44:55 go: downloading github.com/opencontainers/image-spec v1.0.1
07:44:55 go: downloading github.com/Masterminds/semver/v3 v3.1.1
07:44:56 go: downloading github.com/containerd/containerd v1.5.7
07:44:56 go: downloading github.com/moby/sys/mount v0.2.0
07:44:56 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:44:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
07:44:56 go: downloading google.golang.org/grpc v1.40.0
07:44:56 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
07:44:56 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
07:44:56 go: downloading github.com/opencontainers/runc v1.0.2
07:44:56 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
07:44:56 go: downloading google.golang.org/protobuf v1.26.0
07:44:56 go: downloading github.com/prometheus/client_golang v1.7.1
07:44:56 go: downloading github.com/cespare/xxhash/v2 v2.1.1
07:44:56 go: downloading github.com/prometheus/common v0.10.0
07:44:56 go: downloading github.com/prometheus/procfs v0.6.0
07:45:14 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
07:45:14 + popd
07:45:14 ~/rpmbuild/BUILD/src
07:45:14 + RPM_EC=0
07:45:14 ++ jobs -p
07:45:14 + exit 0
07:45:14 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.f09r3C
07:45:14 + umask 022
07:45:14 + cd /root/rpmbuild/BUILD
07:45:14 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64 '!=' / ']'
07:45:14 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
07:45:14 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
07:45:14 + mkdir -p /root/rpmbuild/BUILDROOT
07:45:14 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
07:45:14 + cd src
07:45:14 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
07:45:14 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
07:45:14 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
07:45:14 + popd
07:45:14 + /usr/lib/rpm/check-buildroot
07:45:14 ~/rpmbuild/BUILD/src
07:45:14 + /usr/lib/rpm/redhat/brp-ldconfig
07:45:14 + /usr/lib/rpm/brp-compress
07:45:14 + /usr/lib/rpm/brp-strip /usr/bin/strip
07:45:14 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
07:45:14 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
07:45:14 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
07:45:14 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
07:45:14 + /usr/lib/rpm/brp-python-hardlink
07:45:14 + /usr/lib/rpm/redhat/brp-mangle-shebangs
07:45:14 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TIfoNC
07:45:14 + umask 022
07:45:14 + cd /root/rpmbuild/BUILD
07:45:14 + cd src
07:45:14 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
07:45:14 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
07:45:14 + ver=v0.17.0
07:45:14 + test v0.17.0 = v0.17.0
07:45:14 + echo 'PASS: docker-scan version OK'
07:45:14 + RPM_EC=0
07:45:14 PASS: docker-scan version OK
07:45:14 ++ jobs -p
07:45:14 + exit 0
07:45:14 Processing files: docker-scan-plugin-0.17.0-0.fc34.x86_64
07:45:14 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
07:45:14 Provides: docker-scan-plugin = 0:0.17.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc34
07:45:14 Requires(interp): /bin/sh /bin/sh /bin/sh
07:45:14 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
07:45:14 Requires(post): /bin/sh
07:45:14 Requires(preun): /bin/sh
07:45:14 Requires(postun): /bin/sh
07:45:14 Enhances: docker-ce-cli
07:45:14 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
07:45:14 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc34.src.rpm
07:45:19 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc34.x86_64.rpm
07:45:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LGykQs
07:45:19 + umask 022
07:45:19 + cd /root/rpmbuild/BUILD
07:45:19 + cd src
07:45:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
07:45:19 + RPM_EC=0
07:45:19 ++ jobs -p
07:45:19 + exit 0
07:45:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-706/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
07:45:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-706/rpm'