Skip to content
Failed

Console Output

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