Skip to content

Console Output

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