Skip to content

Console Output

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