Skip to content

Console Output

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