Skip to content
Failed

Console Output

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