Skip to content
Success

Console Output

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