Skip to content
Failed

Console Output

Skipping 38,474 KB.. Full Log
17:11:47 copied '/root/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb'
17:11:47 removed '/root/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb'
17:11:47 copied '/root/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb'
17:11:47 removed '/root/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb'
17:11:47 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye.dsc'
17:11:47 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye.dsc'
17:11:47 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye.tar.gz'
17:11:47 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye.tar.gz'
17:11:47 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.buildinfo'
17:11:47 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.buildinfo'
17:11:47 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.changes'
17:11:47 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.changes'
17:11:47 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb'
17:11:47 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-bullseye_armhf.deb'
17:11:47 copied '/root/docker-compose-plugin_2.3.4~debian-bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.3.4~debian-bullseye_armhf.deb'
17:11:47 removed '/root/docker-compose-plugin_2.3.4~debian-bullseye_armhf.deb'
17:11:48 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
17:11:48 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
17:11:48 make[1]: Leaving directory '/root/build-deb'
17:11:48    debian/rules override_dh_auto_test
17:11:48 make[1]: Entering directory '/root/build-deb'
17:11:48 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
17:11:48 	test "$ver" = "Docker version 0.0.0-20220331141022-b1ce915, build 88e1fec" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
17:11:48 PASS: daemon version OK
17:11:48 ver="$(cli/build/docker --version)"; \
17:11:48 	test "$ver" = "Docker version 0.0.0-20220331141022-b1ce915, build b1ce915" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
17:11:48 PASS: cli version OK
17:11:48 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
17:11:48 	test "$ver" = "v0.8.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
17:11:48 PASS: docker-buildx version OK
17:11:48 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
17:11:48 	test "$ver" = "v2.3.4" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
17:11:48 PASS: docker-compose version OK
17:11:48 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
17:11:48 # TODO change once we support scan-plugin on other architectures
17:11:48 if [ "amd64" = "amd64" ]; then \
17:11:48 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
17:11:48 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
17:11:48 fi
17:11:48 PASS: docker-scan version OK
17:11:48 make[1]: Leaving directory '/root/build-deb'
17:11:48    create-stamp debian/debhelper-build-stamp
17:11:48  debian/rules binary
17:11:48 dh binary --with=bash-completion
17:11:48    dh_testroot
17:11:48    dh_prep
17:11:48    debian/rules override_dh_auto_install
17:11:48 make[1]: Entering directory '/root/build-deb'
17:11:48 # docker-ce-cli install
17:11:48 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
17:11:48 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
17:11:48 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
17:11:48 # docker-ce install
17:11:48 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
17:11:48 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
17:11:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220331141022-b1ce915 debian/docker-ce/usr/bin/dockerd
17:11:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220331141022-b1ce915 debian/docker-ce/usr/bin/docker-proxy
17:11:48 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
17:11:48 # docker-buildx-plugin install
17:11:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
17:11:48 # docker-compose-plugin install
17:11:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
17:11:48 # docker-scan-plugin install
17:11:48 # TODO change once we support scan-plugin on other architectures
17:11:48 if [ "amd64" = "amd64" ]; then \
17:11:48 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
17:11:48 fi
17:11:48 # docker-ce-rootless-extras install
17:11:48 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
17:11:48 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
17:11:48 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
17:11:48 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
17:11:48 # TODO: how can we install vpnkit?
17:11:48 make[1]: Leaving directory '/root/build-deb'
17:11:48    debian/rules override_dh_install
17:11:48 make[1]: Entering directory '/root/build-deb'
17:11:48 dh_install
17:11:48 # TODO Can we do this from within our container?
17:11:48 dh_apparmor --profile-name=docker-ce -pdocker-ce
17:11:48 make[1]: Leaving directory '/root/build-deb'
17:11:48    dh_installdocs
17:11:48    dh_installchangelogs
17:11:48    dh_installman
17:11:48    dh_bash-completion
17:11:48    dh_systemd_enable
17:11:48    debian/rules override_dh_installinit
17:11:48 make[1]: Entering directory '/root/build-deb'
17:11:48 # use "docker" as our service name, not "docker-ce"
17:11:48 dh_installinit --name=docker
17:11:48 make[1]: Leaving directory '/root/build-deb'
17:11:48    dh_systemd_start
17:11:48    dh_perl
17:11:48    dh_link
17:11:48    dh_strip_nondeterminism
17:11:48    dh_compress
17:11:48    dh_fixperms
17:11:48    dh_missing
17:11:48    debian/rules override_dh_strip
17:11:48 make[1]: Entering directory '/root/build-deb'
17:11:48 # Go has lots of problems with stripping, so just don't
17:11:48 make[1]: Leaving directory '/root/build-deb'
17:11:48    dh_makeshlibs
17:11:48    debian/rules override_dh_shlibdeps
17:11:48 make[1]: Entering directory '/root/build-deb'
17:11:48 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
17:11:53 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
17:11:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
[Pipeline] sh
17:11:53 + make clean
17:11:53 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669:/v -w /v alpine chown -R 1000:1000 src
17:11:54 make[1]: Leaving directory '/root/build-deb'
17:11:54    dh_installdeb
17:11:54    debian/rules override_dh_gencontrol
17:11:54 make[1]: Entering directory '/root/build-deb'
17:11:54 # Use separate version for the buildx-plugin package, then generate the other control files as usual
17:11:54 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
17:11:54 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
17:11:54 # Use separate version for the compose-plugin package, then generate the other control files as usual
17:11:54 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
17:11:54 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
17:11:54 # Use separate version for the scan-plugin package, then generate the other control files as usual
17:11:54 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
17:11:54 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
17:11:54 if [ "amd64" = "amd64" ]; then \
17:11:54 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
17:11:54 fi
17:11:54 dh_gencontrol --remaining-packages
17:11:54 make[1]: Leaving directory '/root/build-deb'
17:11:54    dh_md5sums
17:11:55    debian/rules override_dh_builddeb
17:11:55 make[1]: Entering directory '/root/build-deb'
17:11:55 dh_builddeb -- -Zxz
17:11:55 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.1~debian-buster_amd64.deb'.
17:11:55 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'.
17:11:55 rm -f -r src
17:11:55 make -C rpm clean
17:11:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
17:11:55 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:11:55 rm -f -r rpmbuild/
17:11:55 docker builder prune -f --filter until=24h
17:11:55 Total reclaimed space: 0B
17:11:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
17:11:55 make -C deb clean
17:11:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
17:11:55 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:11:56 rm -f -r debbuild
17:11:56 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 sources
17:11:56 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
17:11:56 + popd
17:11:56 ~/rpmbuild/BUILD/src
17:11:56 + RPM_EC=0
17:11:56 ++ jobs -p
17:11:56 + exit 0
17:11:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.os8Qb0
17:11:56 + umask 022
17:11:56 + cd /root/rpmbuild/BUILD
17:11:56 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64 '!=' / ']'
17:11:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
17:11:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
17:11:56 + mkdir -p /root/rpmbuild/BUILDROOT
17:11:56 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
17:11:56 + 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'
17:11:56 + export CFLAGS
17:11:56 + 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'
17:11:56 + export CXXFLAGS
17:11:56 + 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'
17:11:56 + export FFLAGS
17:11:56 + 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'
17:11:56 + export FCFLAGS
17:11:56 + 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'
17:11:56 + export LDFLAGS
17:11:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
17:11:56 + export LT_SYS_LIBRARY_PATH
17:11:56 + CC=gcc
17:11:56 + export CC
17:11:56 + CXX=g++
17:11:56 + export CXX
17:11:56 + cd src
17:11:56 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
17:11:56 + 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
17:11:56 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
17:11:56 ~/rpmbuild/BUILD/src
17:11:56 + popd
17:11:56 + /usr/lib/rpm/check-buildroot
17:11:56 + /usr/lib/rpm/redhat/brp-ldconfig
17:11:56 + /usr/lib/rpm/brp-compress
17:11:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
17:11:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
17:11:56 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
17:11:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
17:11:56 + /usr/lib/rpm/check-rpaths
17:11:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
17:11:56 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
17:11:56 + /usr/lib/rpm/redhat/brp-python-hardlink
17:11:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.B3QHl6
17:11:56 + umask 022
17:11:56 + cd /root/rpmbuild/BUILD
17:11:56 + 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'
17:11:56 + export CFLAGS
17:11:56 + 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'
17:11:56 + export CXXFLAGS
17:11:56 + 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'
17:11:56 + export FFLAGS
17:11:56 + 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'
17:11:56 + export FCFLAGS
17:11:56 + 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'
17:11:56 + export LDFLAGS
17:11:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
17:11:56 + export LT_SYS_LIBRARY_PATH
17:11:56 + CC=gcc
17:11:56 + export CC
17:11:56 + CXX=g++
17:11:56 + export CXX
17:11:56 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
17:11:56 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
17:11:56 + cd src
17:11:56 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
17:11:56 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
17:11:56 PASS: docker-scan version OK
17:11:56 + ver=v0.17.0
17:11:56 + test v0.17.0 = v0.17.0
17:11:56 + echo 'PASS: docker-scan version OK'
17:11:56 + RPM_EC=0
17:11:56 ++ jobs -p
17:11:56 + exit 0
17:11:56 Processing files: docker-scan-plugin-0.17.0-0.fc36.x86_64
17:11:56 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
17:11:56 Provides: docker-scan-plugin = 0:0.17.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc36
17:11:56 Requires(interp): /bin/sh /bin/sh /bin/sh
17:11:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
17:11:56 Requires(post): /bin/sh
17:11:56 Requires(preun): /bin/sh
17:11:56 Requires(postun): /bin/sh
17:11:56 Enhances: docker-ce-cli
17:11:56 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
17:11:56 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc36.src.rpm
17:11:57 rm -f -r sources
17:11:57 docker builder prune -f --filter until=24h
17:11:57 Total reclaimed space: 0B
17:11:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
17:11:57 make -C static clean
17:11:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/static'
17:11:57 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/static:/v -w /v alpine chown -R 1000:1000 build
17:11:57 rm -f -r build
17:11:57 docker builder prune -f --filter until=24h
17:11:57 Total reclaimed space: 0B
17:11:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
17:11:57 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc36.x86_64.rpm
17:11:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.T4PvH9
17:11:57 + umask 022
17:11:57 + cd /root/rpmbuild/BUILD
17:11:57 + cd src
17:11:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
17:11:57 + RPM_EC=0
17:11:57 ++ jobs -p
17:11:57 + exit 0
17:12:01 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
17:12:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
[Pipeline] sh
17:12:01 + make clean
17:12:01 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669:/v -w /v alpine chown -R 1000:1000 src
17:12:02 rm -f -r src
17:12:02 make -C rpm clean
17:12:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
17:12:03 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:12:03 rm -f -r rpmbuild/
17:12:03 docker builder prune -f --filter until=24h
17:12:03 Total reclaimed space: 0B
17:12:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
17:12:03 make -C deb clean
17:12:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
17:12:03 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:12:03 rm -f -r debbuild
17:12:03 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 sources
17:12:03 rm -f -r sources
17:12:03 docker builder prune -f --filter until=24h
17:12:03 Total reclaimed space: 0B
17:12:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
17:12:03 make -C static clean
17:12:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/static'
17:12:03 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/static:/v -w /v alpine chown -R 1000:1000 build
17:12:03 rm -f -r build
17:12:03 docker builder prune -f --filter until=24h
17:12:03 Total reclaimed space: 0B
17:12:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
17:12:41 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.3.4~debian-buster_amd64.deb'.
17:12:49 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'.
17:12:57 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~debian-buster_amd64.deb'.
17:13:06 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'.
17:13:14 make[1]: Leaving directory '/root/build-deb'
17:13:14  dpkg-genbuildinfo
17:13:14  dpkg-genchanges  >../docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.changes
17:13:15 dpkg-genchanges: info: including full source code in upload
17:13:15  dpkg-source -I.git --after-build .
17:13:15 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
17:13:15 + destination=/build
17:13:15 + mkdir -p /build
17:13:15 + mv -v /root/docker-buildx-plugin_0.8.1~debian-buster_amd64.deb /root/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb /root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.dsc /root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.buildinfo /root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.changes /root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb /root/docker-compose-plugin_2.3.4~debian-buster_amd64.deb /root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb /build
17:13:15 copied '/root/docker-buildx-plugin_0.8.1~debian-buster_amd64.deb' -> '/build/docker-buildx-plugin_0.8.1~debian-buster_amd64.deb'
17:13:15 removed '/root/docker-buildx-plugin_0.8.1~debian-buster_amd64.deb'
17:13:15 copied '/root/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'
17:13:15 removed '/root/docker-ce-cli_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'
17:13:15 copied '/root/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'
17:13:15 removed '/root/docker-ce-rootless-extras_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'
17:13:15 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.dsc'
17:13:15 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.dsc'
17:13:15 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.tar.gz'
17:13:15 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster.tar.gz'
17:13:15 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.buildinfo'
17:13:15 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.buildinfo'
17:13:15 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.changes' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.changes'
17:13:15 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.changes'
17:13:15 copied '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb' -> '/build/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'
17:13:15 removed '/root/docker-ce_0.0.0-20220331141022-b1ce915-0~debian-buster_amd64.deb'
17:13:15 copied '/root/docker-compose-plugin_2.3.4~debian-buster_amd64.deb' -> '/build/docker-compose-plugin_2.3.4~debian-buster_amd64.deb'
17:13:15 removed '/root/docker-compose-plugin_2.3.4~debian-buster_amd64.deb'
17:13:15 copied '/root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~debian-buster_amd64.deb'
17:13:15 removed '/root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb'
17:13:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
17:13:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
[Pipeline] sh
17:13:20 + make clean
17:13:20 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669:/v -w /v alpine chown -R 1000:1000 src
17:13:22 rm -f -r src
17:13:22 make -C rpm clean
17:13:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
17:13:22 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:13:22 rm -f -r rpmbuild/
17:13:22 docker builder prune -f --filter until=24h
17:13:22 Total reclaimed space: 0B
17:13:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/rpm'
17:13:22 make -C deb clean
17:13:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
17:13:22 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:13:22 rm -f -r debbuild
17:13:22 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/deb:/v -w /v alpine chown -R 1000:1000 sources
17:13:23 rm -f -r sources
17:13:23 docker builder prune -f --filter until=24h
17:13:23 Total reclaimed space: 0B
17:13:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/deb'
17:13:23 make -C static clean
17:13:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/static'
17:13:23 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-669/static:/v -w /v alpine chown -R 1000:1000 build
17:13:23 rm -f -r build
17:13:23 docker builder prune -f --filter until=24h
17:13:23 Total reclaimed space: 0B
17:13:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-669/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