Skip to content
Failed

Console Output

Skipping 40,748 KB.. Full Log
07:54:26 PASS: docker-compose version OK
07:54:26 + exit 0
07:54:26 Processing files: docker-compose-plugin-2.5.0-0.el7.x86_64
07:54:26 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pIMj5r
07:54:26 + umask 022
07:54:26 + cd /root/rpmbuild/BUILD
07:54:26 + cd src
07:54:26 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.5.0
07:54:26 + export DOCDIR
07:54:26 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.5.0
07:54:26 + 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.el7.x86_64/usr/share/doc/docker-compose-plugin-2.5.0
07:54:26 + exit 0
07:54:26 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ei2nnQ
07:54:26 + umask 022
07:54:26 + cd /root/rpmbuild/BUILD
07:54:26 + cd src
07:54:26 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
07:54:26 + export LICENSEDIR
07:54:26 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
07:54:26 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
07:54:26 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
07:54:26 + exit 0
07:54:26 Provides: docker-compose-plugin = 0:2.5.0-0.el7 docker-compose-plugin(x86-64) = 0:2.5.0-0.el7
07:54:26 Requires(interp): /bin/sh /bin/sh /bin/sh
07:54:26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
07:54:26 Requires(post): /bin/sh
07:54:26 Requires(preun): /bin/sh
07:54:26 Requires(postun): /bin/sh
07:54:26 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
07:54:26 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.el7.src.rpm
07:54:26 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.0-0.el7.x86_64.rpm
07:54:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Fvlkkb
07:54:26 + umask 022
07:54:26 + cd /root/rpmbuild/BUILD
07:54:26 + cd src
07:54:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
07:54:26 + exit 0
07:54:26 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OYHFOI
07:54:26 + umask 022
07:54:26 + cd /root/rpmbuild/BUILD
07:54:26 + cd /root/rpmbuild/BUILD
07:54:26 + rm -rf src
07:54:26 + /usr/bin/mkdir -p src
07:54:26 + cd src
07:54:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
07:54:26 + /usr/bin/tar -xf -
07:54:26 + STATUS=0
07:54:26 + '[' 0 -ne 0 ']'
07:54:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
07:54:26 + /usr/bin/tar -xf -
07:54:26 + STATUS=0
07:54:26 + '[' 0 -ne 0 ']'
07:54:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
07:54:26 + exit 0
07:54:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TMTNng
07:54:26 + umask 022
07:54:26 + cd /root/rpmbuild/BUILD
07:54:26 + cd src
07:54:26 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
07:54:26 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
07:54:26 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
07:54:26 GO111MODULE=on make -f builder.Makefile build
07:54:26 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
07:54:26 mkdir -p bin
07:54:26 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:54:26 go: downloading github.com/docker/cli v20.10.9+incompatible
07:54:27  dpkg-genchanges  >../docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.changes
07:54:27 go: downloading github.com/docker/docker v20.10.9+incompatible
07:54:28 go: downloading github.com/spf13/cobra v1.2.1
07:54:28 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
07:54:28 go: downloading github.com/docker/distribution v2.7.1+incompatible
07:54:28 go: downloading github.com/theupdateframework/notary v0.7.0
07:54:28 dpkg-genchanges: info: including full source code in upload
07:54:28  dpkg-source -I.git --after-build .
07:54:28 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
07:54:28 + destination=/build
07:54:28 + mkdir -p /build
07:54:28 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb /root/docker-ce-cli_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb /root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.buildinfo /root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.changes /root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb /root/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb /build
07:54:28 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb'
07:54:28 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb'
07:54:28 copied '/root/docker-ce-cli_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb'
07:54:28 removed '/root/docker-ce-cli_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb'
07:54:28 copied '/root/docker-ce-rootless-extras_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb'
07:54:28 removed '/root/docker-ce-rootless-extras_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb'
07:54:28 copied '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.dsc'
07:54:28 removed '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.dsc'
07:54:28 copied '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.tar.gz'
07:54:28 removed '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish.tar.gz'
07:54:28 copied '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.buildinfo'
07:54:28 removed '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.buildinfo'
07:54:28 copied '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.changes' -> '/build/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.changes'
07:54:28 removed '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.changes'
07:54:28 copied '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb'
07:54:28 removed '/root/docker-ce_0.0.0-20220511142539-354bdf3-0~ubuntu-impish_armhf.deb'
07:54:28 copied '/root/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb'
07:54:28 removed '/root/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb'
07:54:28 go: downloading github.com/opencontainers/image-spec v1.0.1
07:54:28 go: downloading github.com/Masterminds/semver/v3 v3.1.1
07:54:28 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:54:28 go: downloading github.com/containerd/containerd v1.5.7
07:54:28 go: downloading github.com/moby/sys/mount v0.2.0
07:54:28 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:54:28 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
07:54:28 go: downloading google.golang.org/grpc v1.40.0
07:54:28 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
07:54:28 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
07:54:28 go: downloading github.com/moby/sys/mountinfo v0.4.1
07:54:29 go: downloading github.com/opencontainers/runc v1.0.2
07:54:29 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
07:54:29 go: downloading google.golang.org/protobuf v1.26.0
07:54:29 go: downloading github.com/prometheus/client_golang v1.7.1
07:54:29 go: downloading github.com/cespare/xxhash/v2 v2.1.1
07:54:29 go: downloading github.com/prometheus/common v0.10.0
07:54:29 go: downloading github.com/prometheus/procfs v0.6.0
07:54:31 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
07:54:31 + popd
07:54:31 + RPM_EC=0
07:54:31 ~/rpmbuild/BUILD/src
07:54:31 ++ jobs -p
07:54:31 + exit 0
07:54:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.G3alQH
07:54:31 + umask 022
07:54:31 + cd /root/rpmbuild/BUILD
07:54:31 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64 '!=' / ']'
07:54:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
07:54:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
07:54:31 + mkdir -p /root/rpmbuild/BUILDROOT
07:54:31 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
07:54:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
07:54:31 + export CFLAGS
07:54:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
07:54:31 + export CXXFLAGS
07:54:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
07:54:31 + export FFLAGS
07:54:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
07:54:31 + export FCFLAGS
07:54:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
07:54:31 + export LDFLAGS
07:54:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
07:54:31 + export LT_SYS_LIBRARY_PATH
07:54:31 + CC=gcc
07:54:31 + export CC
07:54:31 + CXX=g++
07:54:31 + export CXX
07:54:31 + cd src
07:54:31 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
07:54:31 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
07:54:31 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
07:54:31 ~/rpmbuild/BUILD/src
07:54:31 + popd
07:54:31 + /usr/lib/rpm/check-buildroot
07:54:31 + /usr/lib/rpm/redhat/brp-ldconfig
07:54:31 + /usr/lib/rpm/brp-compress
07:54:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
07:54:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
07:54:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
07:54:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
07:54:31 + /usr/lib/rpm/check-rpaths
07:54:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
07:54:31 + /usr/lib/rpm/brp-remove-la-files
07:54:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
07:54:31 + /usr/lib/rpm/redhat/brp-python-hardlink
07:54:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MU6zjf
07:54:31 + umask 022
07:54:31 + cd /root/rpmbuild/BUILD
07:54:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
07:54:31 + export CFLAGS
07:54:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
07:54:31 + export CXXFLAGS
07:54:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
07:54:31 + export FFLAGS
07:54:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
07:54:31 + export FCFLAGS
07:54:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
07:54:31 + export LDFLAGS
07:54:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
07:54:31 + export LT_SYS_LIBRARY_PATH
07:54:31 + CC=gcc
07:54:31 + export CC
07:54:31 + CXX=g++
07:54:31 + export CXX
07:54:31 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
07:54:31 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
07:54:31 + cd src
07:54:31 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
07:54:31 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
07:54:31 PASS: docker-scan version OK
07:54:31 + ver=v0.17.0
07:54:31 + test v0.17.0 = v0.17.0
07:54:31 + echo 'PASS: docker-scan version OK'
07:54:31 + RPM_EC=0
07:54:31 ++ jobs -p
07:54:31 + exit 0
07:54:31 Processing files: docker-scan-plugin-0.17.0-0.fc36.x86_64
07:54:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
07:54:31 Provides: docker-scan-plugin = 0:0.17.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc36
07:54:31 Requires(interp): /bin/sh /bin/sh /bin/sh
07:54:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
07:54:31 Requires(post): /bin/sh
07:54:31 Requires(preun): /bin/sh
07:54:31 Requires(postun): /bin/sh
07:54:31 Enhances: docker-ce-cli
07:54:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
07:54:31 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc36.src.rpm
07:54:32 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
07:54:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
[Pipeline] sh
07:54:32 + make clean
07:54:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430:/v -w /v alpine chown -R 1000:1000 src
07:54:34 rm -f -r src
07:54:34 make -C rpm clean
07:54:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
07:54:34 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
07:54:34 rm -f -r rpmbuild/
07:54:34 docker builder prune -f --filter until=24h
07:54:34 Total reclaimed space: 0B
07:54:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
07:54:34 make -C deb clean
07:54:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
07:54:34 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 debbuild
07:54:35 rm -f -r debbuild
07:54:35 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 sources
07:54:36 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc36.x86_64.rpm
07:54:36 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OOPv8y
07:54:36 + umask 022
07:54:36 + cd /root/rpmbuild/BUILD
07:54:36 + cd src
07:54:36 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
07:54:36 + RPM_EC=0
07:54:36 ++ jobs -p
07:54:36 + exit 0
07:54:36 rm -f -r sources
07:54:36 docker builder prune -f --filter until=24h
07:54:36 Total reclaimed space: 0B
07:54:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
07:54:36 make -C static clean
07:54:36 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/static'
07:54:36 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/static:/v -w /v alpine chown -R 1000:1000 build
07:54:36 rm -f -r build
07:54:36 docker builder prune -f --filter until=24h
07:54:36 Total reclaimed space: 0B
07:54:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
07:54:38 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
07:54:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
[Pipeline] sh
07:54:39 + make clean
07:54:39 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430:/v -w /v alpine chown -R 1000:1000 src
07:54:40 rm -f -r src
07:54:40 make -C rpm clean
07:54:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
07:54:40 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
07:54:41 rm -f -r rpmbuild/
07:54:41 docker builder prune -f --filter until=24h
07:54:41 Total reclaimed space: 0B
07:54:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
07:54:41 make -C deb clean
07:54:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
07:54:41 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 debbuild
07:54:41 rm -f -r debbuild
07:54:41 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 sources
07:54:41 rm -f -r sources
07:54:41 docker builder prune -f --filter until=24h
07:54:41 Total reclaimed space: 0B
07:54:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
07:54:41 make -C static clean
07:54:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/static'
07:54:41 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/static:/v -w /v alpine chown -R 1000:1000 build
07:54:41 rm -f -r build
07:54:41 docker builder prune -f --filter until=24h
07:54:41 Total reclaimed space: 0B
07:54:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
07:54:47 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
07:54:47 + popd
07:54:47 ~/rpmbuild/BUILD/src
07:54:47 + exit 0
07:54:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YIIdDG
07:54:47 + umask 022
07:54:47 + cd /root/rpmbuild/BUILD
07:54:47 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64 '!=' / ']'
07:54:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
07:54:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
07:54:47 + mkdir -p /root/rpmbuild/BUILDROOT
07:54:47 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
07:54:47 + cd src
07:54:47 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
07:54:47 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
07:54:47 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
07:54:47 + popd
07:54:47 ~/rpmbuild/BUILD/src
07:54:47 + /usr/lib/rpm/check-buildroot
07:54:47 + /usr/lib/rpm/redhat/brp-compress
07:54:47 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
07:54:47 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
07:54:47 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
07:54:47 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
07:54:47 + /usr/lib/rpm/redhat/brp-python-hardlink
07:54:47 + /usr/lib/rpm/redhat/brp-java-repack-jars
07:54:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.n7ZOw7
07:54:47 + umask 022
07:54:47 + cd /root/rpmbuild/BUILD
07:54:47 + cd src
07:54:47 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
07:54:47 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
07:54:47 + ver=v0.17.0
07:54:47 PASS: docker-scan version OK
07:54:47 + test v0.17.0 = v0.17.0
07:54:47 + echo 'PASS: docker-scan version OK'
07:54:47 + exit 0
07:54:47 Processing files: docker-scan-plugin-0.17.0-0.el7.x86_64
07:54:47 Provides: docker-scan-plugin = 0:0.17.0-0.el7 docker-scan-plugin(x86-64) = 0:0.17.0-0.el7
07:54:47 Requires(interp): /bin/sh /bin/sh /bin/sh
07:54:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
07:54:47 Requires(post): /bin/sh
07:54:47 Requires(preun): /bin/sh
07:54:47 Requires(postun): /bin/sh
07:54:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
07:54:47 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.el7.src.rpm
07:54:48 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.el7.x86_64.rpm
07:54:48 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.chlUEv
07:54:48 + umask 022
07:54:48 + cd /root/rpmbuild/BUILD
07:54:48 + cd src
07:54:48 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
07:54:48 + exit 0
07:54:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
07:54:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
[Pipeline] sh
07:54:52 + make clean
07:54:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430:/v -w /v alpine chown -R 1000:1000 src
07:54:53 rm -f -r src
07:54:53 make -C rpm clean
07:54:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
07:54:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
07:54:54 rm -f -r rpmbuild/
07:54:54 docker builder prune -f --filter until=24h
07:54:54 Total reclaimed space: 0B
07:54:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/rpm'
07:54:54 make -C deb clean
07:54:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
07:54:54 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 debbuild
07:54:54 rm -f -r debbuild
07:54:54 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/deb:/v -w /v alpine chown -R 1000:1000 sources
07:54:54 rm -f -r sources
07:54:54 docker builder prune -f --filter until=24h
07:54:54 Total reclaimed space: 0B
07:54:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/deb'
07:54:54 make -C static clean
07:54:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/static'
07:54:54 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-430/static:/v -w /v alpine chown -R 1000:1000 build
07:54:54 rm -f -r build
07:54:54 docker builder prune -f --filter until=24h
07:54:54 Total reclaimed space: 0B
07:54:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-430/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE