Skip to content

Console Output

Skipping 886 KB.. Full Log
vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZBuuHQlKwXoPj6QKXogU/TApnQ/mXCmX/k+EwOjFwNrWWJOaSrQXAGEIr/S3KTUorY1U2W5pzzohpoGBFx11wGAe1m/8gAAAA==Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:22:57 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.src.rpm
16:24:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64.rpm
16:24:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UFGwEW
16:24:05 + umask 022
16:24:05 + cd /root/rpmbuild/BUILD
16:24:05 + cd src
16:24:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:05 + RPM_EC=0
16:24:05 ++ jobs -p
16:24:05 + exit 0
16:24:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Zua67O
16:24:05 + umask 022
16:24:05 + cd /root/rpmbuild/BUILD
16:24:05 + cd /root/rpmbuild/BUILD
16:24:05 + rm -rf src
16:24:05 + /usr/bin/mkdir -p src
16:24:05 + cd src
16:24:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:24:05 + /usr/bin/tar -xof -
16:24:05 + STATUS=0
16:24:05 + '[' 0 -ne 0 ']'
16:24:05 + /usr/bin/tar -xof -
16:24:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:24:05 + STATUS=0
16:24:05 + '[' 0 -ne 0 ']'
16:24:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:24:05 + RPM_EC=0
16:24:05 ++ jobs -p
16:24:05 + exit 0
16:24:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6bVm4U
16:24:05 + umask 022
16:24:05 + cd /root/rpmbuild/BUILD
16:24:05 + cd src
16:24:05 + export DOCKER_GITCOMMIT=f756502
16:24:05 + DOCKER_GITCOMMIT=f756502
16:24:05 + mkdir -p /go/src/github.com/docker
16:24:05 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:24:05 + TMP_GOPATH=/go
16:24:05 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
16:24:05 + RM_GOPATH=0
16:24:05 + TMP_GOPATH=/go
16:24:05 + : /usr/local/bin
16:24:05 + '[' -z /go ']'
16:24:05 + export GOPATH=/go
16:24:05 + GOPATH=/go
16:24:05 + case "$(go env GOARCH)" in
16:24:05 ++ go env GOARCH
16:24:05 + export GO_BUILDMODE=-buildmode=pie
16:24:05 + GO_BUILDMODE=-buildmode=pie
16:24:05 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
16:24:05 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
16:24:05 + bin=rootlesskit
16:24:05 + shift
16:24:05 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
16:24:05 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
16:24:05 ++ : v0.14.4
16:24:05 + install_rootlesskit dynamic
16:24:05 + case "$1" in
16:24:05 + install_rootlesskit_dynamic
16:24:05 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:24:05 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:24:05 + export BUILD_MODE=-buildmode=pie
16:24:05 + BUILD_MODE=-buildmode=pie
16:24:05 + _install_rootlesskit
16:24:05 + echo 'Install rootlesskit version v0.14.4'
16:24:05 Install rootlesskit version v0.14.4
16:24:05 + for f in rootlesskit rootlesskit-docker-proxy
16:24:05 + GOBIN=/usr/local/bin
16:24:05 + GO111MODULE=on
16:24:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:24:05 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:24:05 go: downloading github.com/pkg/errors v0.9.1
16:24:05 go: downloading github.com/sirupsen/logrus v1.8.1
16:24:05 go: downloading github.com/urfave/cli/v2 v2.3.0
16:24:05 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:24:05 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:24:05 go: downloading github.com/google/uuid v1.3.0
16:24:05 go: downloading github.com/moby/vpnkit v0.5.0
16:24:05 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:24:05 go: downloading github.com/gofrs/flock v0.8.1
16:24:05 go: downloading github.com/gorilla/mux v1.8.0
16:24:05 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:24:05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:24:05 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:24:05 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:24:05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:24:05 + for f in rootlesskit rootlesskit-docker-proxy
16:24:05 + GOBIN=/usr/local/bin
16:24:05 + GO111MODULE=on
16:24:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:24:05 + return
16:24:05 + RPM_EC=0
16:24:05 ++ jobs -p
16:24:05 + exit 0
16:24:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DaTP4M
16:24:05 + umask 022
16:24:05 + cd /root/rpmbuild/BUILD
16:24:05 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64 '!=' / ']'
16:24:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:05 + mkdir -p /root/rpmbuild/BUILDROOT
16:24:05 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:05 + cd src
16:24:05 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/dockerd-rootless.sh
16:24:05 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/dockerd-rootless-setuptool.sh
16:24:05 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/rootlesskit
16:24:05 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/rootlesskit-docker-proxy
16:24:05 + /usr/lib/rpm/check-buildroot
16:24:05 + /usr/lib/rpm/redhat/brp-ldconfig
16:24:05 + /usr/lib/rpm/brp-compress
16:24:05 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:24:05 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:24:05 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:24:05 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:24:05 + /usr/lib/rpm/check-rpaths
16:24:05 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:24:05 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
16:24:05 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
16:24:05 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:24:06 + /usr/lib/rpm/redhat/brp-python-hardlink
16:24:06 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.j1oxyF
16:24:06 + umask 022
16:24:06 + cd /root/rpmbuild/BUILD
16:24:06 + cd src
16:24:06 + /usr/local/bin/rootlesskit -v
16:24:06 rootlesskit version 0.14.4
16:24:06 + RPM_EC=0
16:24:06 ++ jobs -p
16:24:06 + exit 0
16:24:06 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:06 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.fc35 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220511162217.aa7e414-0.fc35
16:24:06 Requires(interp): /bin/sh /bin/sh /bin/sh
16:24:06 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:24:06 Requires(post): /bin/sh
16:24:06 Requires(preun): /bin/sh
16:24:06 Requires(postun): /bin/sh
16:24:06 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)
16:24:06 Conflicts: rootlesskit
16:24:06 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:06 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.src.rpm
16:24:13 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64.rpm
16:24:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oQBfod
16:24:13 + umask 022
16:24:13 + cd /root/rpmbuild/BUILD
16:24:13 + cd src
16:24:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
16:24:13 + RPM_EC=0
16:24:13 ++ jobs -p
16:24:13 + exit 0
16:24:13 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qNxnBQ
16:24:13 + umask 022
16:24:13 + cd /root/rpmbuild/BUILD
16:24:13 + cd /root/rpmbuild/BUILD
16:24:13 + rm -rf src
16:24:13 + /usr/bin/mkdir -p src
16:24:13 + cd src
16:24:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
16:24:13 + /usr/bin/tar -xof -
16:24:13 + STATUS=0
16:24:13 + '[' 0 -ne 0 ']'
16:24:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
16:24:13 + /usr/bin/tar -xof -
16:24:13 + STATUS=0
16:24:13 + '[' 0 -ne 0 ']'
16:24:13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:24:13 + RPM_EC=0
16:24:13 ++ jobs -p
16:24:13 + exit 0
16:24:13 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OmPDwl
16:24:13 + umask 022
16:24:13 + cd /root/rpmbuild/BUILD
16:24:13 + cd src
16:24:13 + pushd /root/rpmbuild/BUILD/src/compose
16:24:13 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
16:24:13 + GOPROXY=https://proxy.golang.org
16:24:13 + GO111MODULE=on
16:24:13 + go mod download
16:24:52 + GOPROXY=https://proxy.golang.org
16:24:52 + GO111MODULE=on
16:24:52 + GIT_TAG=v2.5.1
16:24:52 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
16:24:52 GOOS=linux GOARCH=amd64 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
16:25:59 ~/rpmbuild/BUILD/src
16:25:59 + popd
16:25:59 + RPM_EC=0
16:25:59 ++ jobs -p
16:25:59 + exit 0
16:25:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KlYBbx
16:25:59 + umask 022
16:25:59 + cd /root/rpmbuild/BUILD
16:25:59 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64 '!=' / ']'
16:25:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64
16:25:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64
16:25:59 + mkdir -p /root/rpmbuild/BUILDROOT
16:25:59 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64
16:25:59 + cd src
16:25:59 + pushd /root/rpmbuild/BUILD/src/compose
16:25:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
16:25:59 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
16:25:59 ~/rpmbuild/BUILD/src
16:25:59 + popd
16:25:59 + for f in LICENSE MAINTAINERS NOTICE README.md
16:25:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
16:25:59 + for f in LICENSE MAINTAINERS NOTICE README.md
16:25:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
16:25:59 + for f in LICENSE MAINTAINERS NOTICE README.md
16:25:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
16:25:59 + for f in LICENSE MAINTAINERS NOTICE README.md
16:25:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
16:25:59 + /usr/lib/rpm/check-buildroot
16:25:59 + /usr/lib/rpm/redhat/brp-ldconfig
16:25:59 + /usr/lib/rpm/brp-compress
16:25:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:25:59 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:25:59 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:25:59 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:25:59 + /usr/lib/rpm/check-rpaths
16:25:59 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:25:59 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:25:59 + /usr/lib/rpm/redhat/brp-python-hardlink
16:25:59 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.izJcV7
16:25:59 + umask 022
16:25:59 + cd /root/rpmbuild/BUILD
16:25:59 + cd src
16:25:59 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
16:25:59 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:25:59 PASS: docker-compose version OK
16:25:59 + ver=v2.5.1
16:25:59 + test v2.5.1 = v2.5.1
16:25:59 + echo 'PASS: docker-compose version OK'
16:25:59 + RPM_EC=0
16:25:59 ++ jobs -p
16:25:59 + exit 0
16:25:59 Processing files: docker-compose-plugin-2.5.1-0.fc35.x86_64
16:25:59 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yoAGl6
16:25:59 + umask 022
16:25:59 + cd /root/rpmbuild/BUILD
16:25:59 + cd src
16:25:59 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
16:25:59 + export LC_ALL=C
16:25:59 + LC_ALL=C
16:25:59 + export DOCDIR
16:25:59 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
16:25:59 + 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.fc35.x86_64/usr/share/doc/docker-compose-plugin
16:25:59 + RPM_EC=0
16:25:59 ++ jobs -p
16:25:59 + exit 0
16:25:59 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GOykPu
16:25:59 + umask 022
16:25:59 + cd /root/rpmbuild/BUILD
16:25:59 + cd src
16:25:59 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
16:25:59 + export LC_ALL=C
16:25:59 + LC_ALL=C
16:25:59 + export LICENSEDIR
16:25:59 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
16:25:59 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
16:25:59 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
16:25:59 + RPM_EC=0
16:25:59 ++ jobs -p
16:25:59 + exit 0
16:25:59 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
16:25:59 Provides: docker-compose-plugin = 0:2.5.1-0.fc35 docker-compose-plugin(x86-64) = 0:2.5.1-0.fc35
16:25:59 Requires(interp): /bin/sh /bin/sh /bin/sh
16:25:59 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:25:59 Requires(post): /bin/sh
16:25:59 Requires(preun): /bin/sh
16:25:59 Requires(postun): /bin/sh
16:25:59 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64
16:25:59 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.1-0.fc35.src.rpm
16:26:09 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.1-0.fc35.x86_64.rpm
16:26:09 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pMbGuk
16:26:09 + umask 022
16:26:09 + cd /root/rpmbuild/BUILD
16:26:09 + cd src
16:26:09 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.1-0.fc35.x86_64
16:26:09 + RPM_EC=0
16:26:09 ++ jobs -p
16:26:09 + exit 0
16:26:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mR2Ohq
16:26:09 + umask 022
16:26:09 + cd /root/rpmbuild/BUILD
16:26:09 + cd /root/rpmbuild/BUILD
16:26:09 + rm -rf src
16:26:09 + /usr/bin/mkdir -p src
16:26:09 + cd src
16:26:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:26:09 + /usr/bin/tar -xof -
16:26:09 + STATUS=0
16:26:09 + '[' 0 -ne 0 ']'
16:26:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:26:09 + /usr/bin/tar -xof -
16:26:09 + STATUS=0
16:26:09 + '[' 0 -ne 0 ']'
16:26:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:26:09 + RPM_EC=0
16:26:09 ++ jobs -p
16:26:09 + exit 0
16:26:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UNOdE4
16:26:09 + umask 022
16:26:09 + cd /root/rpmbuild/BUILD
16:26:09 + cd src
16:26:09 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:26:09 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:26:09 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
16:26:09 GO111MODULE=on make -f builder.Makefile build
16:26:09 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:26:09 mkdir -p bin
16:26:09 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
16:26:09 go: downloading github.com/docker/cli v20.10.9+incompatible
16:26:09 go: downloading github.com/docker/docker v20.10.9+incompatible
16:26:09 go: downloading github.com/spf13/cobra v1.2.1
16:26:09 go: downloading github.com/fvbommel/sortorder v1.0.2
16:26:09 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
16:26:09 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:26:09 go: downloading github.com/theupdateframework/notary v0.7.0
16:26:10 go: downloading github.com/opencontainers/image-spec v1.0.1
16:26:10 go: downloading github.com/Masterminds/semver/v3 v3.1.1
16:26:10 go: downloading github.com/containerd/containerd v1.5.7
16:26:10 go: downloading github.com/moby/sys/mount v0.2.0
16:26:10 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:26:10 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
16:26:10 go: downloading google.golang.org/grpc v1.40.0
16:26:10 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
16:26:10 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
16:26:10 go: downloading github.com/opencontainers/runc v1.0.2
16:26:10 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
16:26:10 go: downloading google.golang.org/protobuf v1.26.0
16:26:11 go: downloading github.com/prometheus/client_golang v1.7.1
16:26:11 go: downloading github.com/cespare/xxhash/v2 v2.1.1
16:26:11 go: downloading github.com/prometheus/common v0.10.0
16:26:11 go: downloading github.com/prometheus/procfs v0.6.0
16:26:29 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:26:29 + popd
16:26:29 ~/rpmbuild/BUILD/src
16:26:29 + RPM_EC=0
16:26:29 ++ jobs -p
16:26:29 + exit 0
16:26:29 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6BxGmZ
16:26:29 + umask 022
16:26:29 + cd /root/rpmbuild/BUILD
16:26:29 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64 '!=' / ']'
16:26:29 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
16:26:29 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
16:26:29 + mkdir -p /root/rpmbuild/BUILDROOT
16:26:29 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
16:26:29 + cd src
16:26:29 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:26:29 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:26:29 + 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
16:26:29 + popd
16:26:29 + /usr/lib/rpm/check-buildroot
16:26:29 ~/rpmbuild/BUILD/src
16:26:29 + /usr/lib/rpm/redhat/brp-ldconfig
16:26:29 + /usr/lib/rpm/brp-compress
16:26:29 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:26:29 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:26:29 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:26:29 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:26:29 + /usr/lib/rpm/check-rpaths
16:26:29 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:26:29 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:26:29 + /usr/lib/rpm/redhat/brp-python-hardlink
16:26:29 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2OgyfO
16:26:29 + umask 022
16:26:29 + cd /root/rpmbuild/BUILD
16:26:29 + cd src
16:26:29 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
16:26:29 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:26:29 PASS: docker-scan version OK
16:26:29 + ver=v0.17.0
16:26:29 + test v0.17.0 = v0.17.0
16:26:29 + echo 'PASS: docker-scan version OK'
16:26:29 + RPM_EC=0
16:26:29 ++ jobs -p
16:26:29 + exit 0
16:26:29 Processing files: docker-scan-plugin-0.17.0-0.fc35.x86_64
16:26:29 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
16:26:29 Provides: docker-scan-plugin = 0:0.17.0-0.fc35 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc35
16:26:29 Requires(interp): /bin/sh /bin/sh /bin/sh
16:26:29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:26:29 Requires(post): /bin/sh
16:26:29 Requires(preun): /bin/sh
16:26:29 Requires(postun): /bin/sh
16:26:29 Enhances: docker-ce-cli
16:26:29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
16:26:29 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc35.src.rpm
16:26:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc35.x86_64.rpm
16:26:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DlF8zI
16:26:31 + umask 022
16:26:31 + cd /root/rpmbuild/BUILD
16:26:31 + cd src
16:26:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
16:26:31 + RPM_EC=0
16:26:31 ++ jobs -p
16:26:31 + exit 0
16:26:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-695/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
16:26:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-695/rpm'