Skip to content
Failed

Console Output

Skipping 34,528 KB.. Full Log
18:13:35 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes'
18:13:35 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes'
18:13:35 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
18:13:35 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
18:13:35 copied '/root/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb'
18:13:35 removed '/root/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb'
18:13:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-hirsute"
18:13:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
[Pipeline] sh
18:13:40 + make clean
18:13:40 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633:/v -w /v alpine chown -R 1000:1000 src
18:13:40 rm -f -r src
18:13:41 make -C rpm clean
18:13:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm'
18:13:41 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
18:13:41 rm -f -r rpmbuild/
18:13:41 docker builder prune -f --filter until=24h
18:13:41 Total reclaimed space: 0B
18:13:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm'
18:13:41 make -C deb clean
18:13:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:13:41 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 debbuild
18:13:41 rm -f -r debbuild
18:13:41 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 sources
18:13:42 rm -f -r sources
18:13:42 docker builder prune -f --filter until=24h
18:13:42 Total reclaimed space: 0B
18:13:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:13:42 make -C static clean
18:13:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/static'
18:13:42 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/static:/v -w /v alpine chown -R 1000:1000 build
18:13:42 rm -f -r build
18:13:42 docker builder prune -f --filter until=24h
18:13:42 Total reclaimed space: 0B
18:13:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
18:14:05 make[1]: Leaving directory '/root/build-deb'
18:14:05    debian/rules override_dh_auto_test
18:14:05 make[1]: Entering directory '/root/build-deb'
18:14:05 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
18:14:05 	test "$ver" = "Docker version 0.0.0-20220304144818-ab7cc48, build 3e8bfcc" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
18:14:05 PASS: daemon version OK
18:14:05 ver="$(cli/build/docker --version)"; \
18:14:05 	test "$ver" = "Docker version 0.0.0-20220304144818-ab7cc48, build ab7cc48" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
18:14:05 PASS: cli version OK
18:14:05 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
18:14:05 # TODO change once we support scan-plugin on other architectures
18:14:05 if [ "amd64" = "amd64" ]; then \
18:14:05 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
18:14:05 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
18:14:05 fi
18:14:05 PASS: docker-scan version OK
18:14:05 make[1]: Leaving directory '/root/build-deb'
18:14:05    create-stamp debian/debhelper-build-stamp
18:14:05  debian/rules binary
18:14:05 dh binary --with=bash-completion
18:14:05    dh_testroot
18:14:05    dh_prep
18:14:05    debian/rules override_dh_auto_install
18:14:05 make[1]: Entering directory '/root/build-deb'
18:14:05 # docker-ce-cli install
18:14:05 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
18:14:05 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
18:14:05 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
18:14:05 set -e;cd /sources && \
18:14:05 	tar xzf plugin-installers.tgz; \
18:14:05 	for installer in plugins/*.installer; do \
18:14:05 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
18:14:05 		PREFIX=/usr/libexec/docker/cli-plugins \
18:14:05 			bash ${installer} install_plugin; \
18:14:05 	done
18:14:05 # docker-ce install
18:14:05 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
18:14:05 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
18:14:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220304144818-ab7cc48 debian/docker-ce/usr/bin/dockerd
18:14:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220304144818-ab7cc48 debian/docker-ce/usr/bin/docker-proxy
18:14:05 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
18:14:05 # docker-scan-plugin install
18:14:05 # TODO change once we support scan-plugin on other architectures
18:14:05 if [ "amd64" = "amd64" ]; then \
18:14:05 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
18:14:05 fi
18:14:05 # docker-ce-rootless-extras install
18:14:05 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
18:14:05 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
18:14:05 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
18:14:05 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
18:14:05 # TODO: how can we install vpnkit?
18:14:05 make[1]: Leaving directory '/root/build-deb'
18:14:05    debian/rules override_dh_install
18:14:05 make[1]: Entering directory '/root/build-deb'
18:14:05 dh_install
18:14:05 # TODO Can we do this from within our container?
18:14:05 dh_apparmor --profile-name=docker-ce -pdocker-ce
18:14:05 make[1]: Leaving directory '/root/build-deb'
18:14:05    dh_installdocs
18:14:05    dh_installchangelogs
18:14:05    dh_installman
18:14:05    dh_bash-completion
18:14:05    dh_systemd_enable
18:14:05    debian/rules override_dh_installinit
18:14:05 make[1]: Entering directory '/root/build-deb'
18:14:05 # use "docker" as our service name, not "docker-ce"
18:14:05 dh_installinit --name=docker
18:14:05 make[1]: Leaving directory '/root/build-deb'
18:14:05    dh_systemd_start
18:14:05    dh_perl
18:14:05    dh_link
18:14:05    dh_strip_nondeterminism
18:14:05    dh_compress
18:14:05    dh_fixperms
18:14:05    dh_missing
18:14:05    debian/rules override_dh_strip
18:14:05 make[1]: Entering directory '/root/build-deb'
18:14:05 # Go has lots of problems with stripping, so just don't
18:14:05 make[1]: Leaving directory '/root/build-deb'
18:14:05    dh_makeshlibs
18:14:05    debian/rules override_dh_shlibdeps
18:14:05 make[1]: Entering directory '/root/build-deb'
18:14:05 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
18:14:07 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/docker-ce-cli/usr/libexec/docker/cli-plugins/docker-buildx was not linked against libpthread.so.0 (it uses none of the library's symbols)
18:14:07 make[1]: Leaving directory '/root/build-deb'
18:14:07    dh_installdeb
18:14:07    debian/rules override_dh_gencontrol
18:14:07 make[1]: Entering directory '/root/build-deb'
18:14:07 # Use separate version for the scan-plugin package, then generate the other control files as usual
18:14:07 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
18:14:07 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
18:14:07 if [ "amd64" = "amd64" ]; then \
18:14:07 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
18:14:07 fi
18:14:07 dh_gencontrol --remaining-packages
18:14:07 make[1]: Leaving directory '/root/build-deb'
18:14:07    dh_md5sums
18:14:08    debian/rules override_dh_builddeb
18:14:08 make[1]: Entering directory '/root/build-deb'
18:14:08 dh_builddeb -- -Zxz
18:14:08 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'.
18:14:08 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'.
18:14:25 make[1]: Leaving directory '/root/build-deb'
18:14:25    debian/rules override_dh_auto_test
18:14:25 make[1]: Entering directory '/root/build-deb'
18:14:25 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
18:14:25 	test "$ver" = "Docker version 0.0.0-20220304144818-ab7cc48, build 3e8bfcc" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
18:14:25 PASS: daemon version OK
18:14:25 ver="$(cli/build/docker --version)"; \
18:14:25 	test "$ver" = "Docker version 0.0.0-20220304144818-ab7cc48, build ab7cc48" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
18:14:25 PASS: cli version OK
18:14:25 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
18:14:25 # TODO change once we support scan-plugin on other architectures
18:14:25 if [ "amd64" = "amd64" ]; then \
18:14:25 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
18:14:25 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
18:14:25 fi
18:14:25 PASS: docker-scan version OK
18:14:25 make[1]: Leaving directory '/root/build-deb'
18:14:25    create-stamp debian/debhelper-build-stamp
18:14:25  debian/rules binary
18:14:25 dh binary --with=bash-completion
18:14:25    dh_testroot
18:14:25    dh_prep
18:14:25    debian/rules override_dh_auto_install
18:14:25 make[1]: Entering directory '/root/build-deb'
18:14:25 # docker-ce-cli install
18:14:25 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
18:14:25 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
18:14:25 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
18:14:25 set -e;cd /sources && \
18:14:25 	tar xzf plugin-installers.tgz; \
18:14:25 	for installer in plugins/*.installer; do \
18:14:25 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
18:14:25 		PREFIX=/usr/libexec/docker/cli-plugins \
18:14:25 			bash ${installer} install_plugin; \
18:14:25 	done
18:14:25 # docker-ce install
18:14:25 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
18:14:25 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
18:14:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220304144818-ab7cc48 debian/docker-ce/usr/bin/dockerd
18:14:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220304144818-ab7cc48 debian/docker-ce/usr/bin/docker-proxy
18:14:25 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
18:14:25 # docker-scan-plugin install
18:14:25 # TODO change once we support scan-plugin on other architectures
18:14:25 if [ "amd64" = "amd64" ]; then \
18:14:25 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
18:14:25 fi
18:14:25 # docker-ce-rootless-extras install
18:14:25 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
18:14:25 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
18:14:25 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
18:14:25 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
18:14:25 # TODO: how can we install vpnkit?
18:14:25 make[1]: Leaving directory '/root/build-deb'
18:14:25    debian/rules override_dh_install
18:14:25 make[1]: Entering directory '/root/build-deb'
18:14:25 dh_install
18:14:25 # TODO Can we do this from within our container?
18:14:25 dh_apparmor --profile-name=docker-ce -pdocker-ce
18:14:25 make[1]: Leaving directory '/root/build-deb'
18:14:25    dh_installdocs
18:14:25    dh_installchangelogs
18:14:25    dh_installman
18:14:25    dh_bash-completion
18:14:25    dh_systemd_enable
18:14:25    debian/rules override_dh_installinit
18:14:25 make[1]: Entering directory '/root/build-deb'
18:14:25 # use "docker" as our service name, not "docker-ce"
18:14:25 dh_installinit --name=docker
18:14:25 make[1]: Leaving directory '/root/build-deb'
18:14:25    dh_systemd_start
18:14:25    dh_perl
18:14:25    dh_link
18:14:25    dh_strip_nondeterminism
18:14:25    dh_compress
18:14:25    dh_fixperms
18:14:25    dh_missing
18:14:25    debian/rules override_dh_strip
18:14:25 make[1]: Entering directory '/root/build-deb'
18:14:25 # Go has lots of problems with stripping, so just don't
18:14:25 make[1]: Leaving directory '/root/build-deb'
18:14:25    dh_makeshlibs
18:14:25    debian/rules override_dh_shlibdeps
18:14:25 make[1]: Entering directory '/root/build-deb'
18:14:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
18:14:27 make[1]: Leaving directory '/root/build-deb'
18:14:27    dh_installdeb
18:14:27    debian/rules override_dh_gencontrol
18:14:27 make[1]: Entering directory '/root/build-deb'
18:14:27 # Use separate version for the scan-plugin package, then generate the other control files as usual
18:14:27 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
18:14:27 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
18:14:27 if [ "amd64" = "amd64" ]; then \
18:14:27 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
18:14:27 fi
18:14:27 dh_gencontrol --remaining-packages
18:14:27 make[1]: Leaving directory '/root/build-deb'
18:14:27    dh_md5sums
18:14:28    debian/rules override_dh_builddeb
18:14:28 make[1]: Entering directory '/root/build-deb'
18:14:28 dh_builddeb -- -Zxz
18:14:28 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'.
18:14:28 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'.
18:14:30 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb'.
18:14:50 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'.
18:14:52 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'.
18:15:12 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'.
18:15:24 make[1]: Leaving directory '/root/build-deb'
18:15:24  dpkg-genbuildinfo
18:15:24  dpkg-genchanges  >../docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.changes
18:15:25 dpkg-genchanges: info: including full source code in upload
18:15:25  dpkg-source -I.git --after-build .
18:15:25 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
18:15:25 + destination=/build
18:15:25 + mkdir -p /build
18:15:25 + mv -v /root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.buildinfo /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.changes /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb /build
18:15:25 copied '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'
18:15:25 removed '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'
18:15:25 copied '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'
18:15:25 removed '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'
18:15:25 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.dsc'
18:15:25 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.dsc'
18:15:25 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.tar.gz'
18:15:25 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish.tar.gz'
18:15:25 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.buildinfo'
18:15:25 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.buildinfo'
18:15:25 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.changes' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.changes'
18:15:25 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.changes'
18:15:25 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'
18:15:25 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-impish_amd64.deb'
18:15:25 copied '/root/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb'
18:15:25 removed '/root/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb'
18:15:29 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
18:15:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
[Pipeline] sh
18:15:30 + make clean
18:15:30 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633:/v -w /v alpine chown -R 1000:1000 src
18:15:31 rm -f -r src
18:15:31 make -C rpm clean
18:15:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm'
18:15:31 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
18:15:31 rm -f -r rpmbuild/
18:15:31 docker builder prune -f --filter until=24h
18:15:31 Total reclaimed space: 0B
18:15:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm'
18:15:31 make -C deb clean
18:15:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:15:31 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 debbuild
18:15:32 rm -f -r debbuild
18:15:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 sources
18:15:32 rm -f -r sources
18:15:32 docker builder prune -f --filter until=24h
18:15:32 Total reclaimed space: 0B
18:15:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:15:32 make -C static clean
18:15:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/static'
18:15:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/static:/v -w /v alpine chown -R 1000:1000 build
18:15:32 rm -f -r build
18:15:32 docker builder prune -f --filter until=24h
18:15:32 Total reclaimed space: 0B
18:15:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
18:15:44 make[1]: Leaving directory '/root/build-deb'
18:15:44  dpkg-genbuildinfo
18:15:44  dpkg-genchanges  >../docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes
18:15:44 dpkg-genchanges: info: including full source code in upload
18:15:44  dpkg-source -I.git --after-build .
18:15:44 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
18:15:44 + destination=/build
18:15:44 + mkdir -p /build
18:15:44 + mv -v /root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb /build
18:15:44 copied '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
18:15:44 removed '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
18:15:44 copied '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
18:15:44 removed '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
18:15:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc'
18:15:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc'
18:15:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz'
18:15:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz'
18:15:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo'
18:15:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo'
18:15:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes'
18:15:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes'
18:15:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
18:15:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
18:15:44 copied '/root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'
18:15:44 removed '/root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'
18:15:47 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
18:15:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
[Pipeline] sh
18:15:48 + make clean
18:15:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633:/v -w /v alpine chown -R 1000:1000 src
18:15:49 rm -f -r src
18:15:49 make -C rpm clean
18:15:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm'
18:15:49 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
18:15:49 rm -f -r rpmbuild/
18:15:49 docker builder prune -f --filter until=24h
18:15:49 Total reclaimed space: 0B
18:15:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/rpm'
18:15:49 make -C deb clean
18:15:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:15:49 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 debbuild
18:15:50 rm -f -r debbuild
18:15:50 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb:/v -w /v alpine chown -R 1000:1000 sources
18:15:51 rm -f -r sources
18:15:51 docker builder prune -f --filter until=24h
18:15:51 Total reclaimed space: 0B
18:15:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:15:51 make -C static clean
18:15:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/static'
18:15:51 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/static:/v -w /v alpine chown -R 1000:1000 build
18:15:51 rm -f -r build
18:15:51 docker builder prune -f --filter until=24h
18:15:51 Total reclaimed space: 0B
18:15:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/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