Skip to content
Success

Console Output

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

Finished: SUCCESS