Skip to content
Success

Console Output

Skipping 37,726 KB.. Full Log
23:28:46 Cloning into '/go/src/github.com/docker/buildx'...
23:28:46 Fetching origin
23:28:46 + GO111MODULE=on
23:28:46 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.3-docker -X github.com/docker/buildx/version.Revision=79e156beb11f697f06ac67fa1fb958e4762c0fab -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
23:29:13 make[2]: Leaving directory '/root/build-deb/compose'
23:29:13 # Build the scan-plugin
23:29:13 # TODO change once we support scan-plugin on other architectures
23:29:13 if [ "armhf" = "amd64" ]; then \
23:29:13 	cd /go/src/github.com/docker/scan-cli-plugin \
23:29:13 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
23:29:13 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
23:29:13 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
23:29:13 fi
23:29:13 # Build the CLI plugins
23:29:13 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
23:29:13 set -e;cd /sources && \
23:29:13 	tar xzf plugin-installers.tgz; \
23:29:13 	for installer in plugins/*.installer; do \
23:29:13 		LDFLAGS='' bash ${installer} build; \
23:29:13 	done
23:29:13 Cloning into '/go/src/github.com/docker/app'...
23:29:13 Fetching origin
23:29:13 make[2]: Entering directory '/go/src/github.com/docker/app'
23:29:13 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
23:30:21 make[2]: Leaving directory '/go/src/github.com/docker/app'
23:30:21 Cloning into '/go/src/github.com/docker/buildx'...
23:30:21 Fetching origin
23:30:21 + GO111MODULE=on
23:30:21 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.3-docker -X github.com/docker/buildx/version.Revision=79e156beb11f697f06ac67fa1fb958e4762c0fab -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    debian/rules override_dh_auto_test
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
23:30:53 	test "$ver" = "Docker version 0.0.0-20230118204216-7155243, build 9f15699" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
23:30:53 PASS: daemon version OK
23:30:53 ver="$(cli/build/docker --version)"; \
23:30:53 	test "$ver" = "Docker version 0.0.0-20230118204216-7155243, build 7155243" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
23:30:53 PASS: cli version OK
23:30:53 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
23:30:53 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
23:30:53 PASS: docker-compose version OK
23:30:53 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
23:30:53 # TODO change once we support scan-plugin on other architectures
23:30:53 if [ "armhf" = "amd64" ]; then \
23:30:53 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
23:30:53 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
23:30:53 fi
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    create-stamp debian/debhelper-build-stamp
23:30:53  debian/rules binary
23:30:53 dh binary --with=bash-completion --with=systemd
23:30:53    dh_testroot
23:30:53    dh_prep
23:30:53    debian/rules override_dh_auto_install
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 # docker-ce-cli install
23:30:53 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
23:30:53 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
23:30:53 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
23:30:53 set -e;cd /sources && \
23:30:53 	tar xzf plugin-installers.tgz; \
23:30:53 	for installer in plugins/*.installer; do \
23:30:53 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
23:30:53 		PREFIX=/usr/libexec/docker/cli-plugins \
23:30:53 			bash ${installer} install_plugin; \
23:30:53 	done
23:30:53 # docker-ce install
23:30:53 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
23:30:53 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
23:30:53 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230118204216-7155243 debian/docker-ce/usr/bin/dockerd
23:30:53 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
23:30:53 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
23:30:53 # docker-compose-plugin install
23:30:53 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
23:30:53 # docker-scan-plugin install
23:30:53 # TODO change once we support scan-plugin on other architectures
23:30:53 if [ "armhf" = "amd64" ]; then \
23:30:53 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
23:30:53 fi
23:30:53 # docker-ce-rootless-extras install
23:30:53 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
23:30:53 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
23:30:53 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
23:30:53 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
23:30:53 # TODO: how can we install vpnkit?
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    debian/rules override_dh_install
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 dh_install
23:30:53 # TODO Can we do this from within our container?
23:30:53 dh_apparmor --profile-name=docker-ce -pdocker-ce
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    dh_installdocs
23:30:53    dh_installchangelogs
23:30:53    dh_installman
23:30:53    dh_bash-completion
23:30:53    dh_systemd_enable
23:30:53    debian/rules override_dh_installinit
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 # use "docker" as our service name, not "docker-ce"
23:30:53 dh_installinit --name=docker
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    dh_systemd_start
23:30:53    dh_perl
23:30:53    dh_link
23:30:53    dh_strip_nondeterminism
23:30:53    dh_compress
23:30:53    dh_fixperms
23:30:53    dh_missing
23:30:53    debian/rules override_dh_strip
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 # Go has lots of problems with stripping, so just don't
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    dh_makeshlibs
23:30:53    debian/rules override_dh_shlibdeps
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    dh_installdeb
23:30:53    debian/rules override_dh_gencontrol
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 # Use separate version for the compose-plugin package, then generate the other control files as usual
23:30:53 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
23:30:53 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
23:30:53 # Use separate version for the scan-plugin package, then generate the other control files as usual
23:30:53 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
23:30:53 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
23:30:53 if [ "armhf" = "amd64" ]; then \
23:30:53 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
23:30:53 fi
23:30:53 dh_gencontrol --remaining-packages
23:30:53 make[1]: Leaving directory '/root/build-deb'
23:30:53    dh_md5sums
23:30:53    debian/rules override_dh_builddeb
23:30:53 make[1]: Entering directory '/root/build-deb'
23:30:53 dh_builddeb -- -Zxz
23:30:53 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'.
23:30:53 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'.
23:31:05 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb'.
23:31:23 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'.
23:32:19 make[1]: Leaving directory '/root/build-deb'
23:32:19  dpkg-genbuildinfo
23:32:19  dpkg-genchanges  >../docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.changes
23:32:19 dpkg-genchanges: info: including full source code in upload
23:32:19  dpkg-source -I.git --after-build .
23:32:19 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
23:32:19 + destination=/build
23:32:19 + mkdir -p /build
23:32:19 + mv -v /root/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.dsc /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb /root/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb /build
23:32:19 copied '/root/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'
23:32:19 removed '/root/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'
23:32:19 copied '/root/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'
23:32:19 removed '/root/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'
23:32:19 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.dsc'
23:32:19 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.dsc'
23:32:19 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.tar.gz'
23:32:19 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster.tar.gz'
23:32:19 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.buildinfo'
23:32:19 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.buildinfo'
23:32:19 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.changes'
23:32:19 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.changes'
23:32:19 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'
23:32:19 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-buster_armhf.deb'
23:32:19 copied '/root/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb'
23:32:19 removed '/root/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb'
23:32:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
23:32:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
[Pipeline] sh
23:32:20 + make clean
23:32:20 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10:/v -w /v alpine chown -R 1000:1000 src
23:32:20 rm -f -r src
23:32:20 make -C rpm clean
23:32:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
23:32:20 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
23:32:20 rm -f -r rpmbuild/
23:32:20 docker builder prune -f --filter until=24h
23:32:21 Total:	0B
23:32:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
23:32:21 make -C deb clean
23:32:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
23:32:21 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 debbuild
23:32:21 rm -f -r debbuild
23:32:21 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 sources
23:32:22 rm -f -r sources
23:32:22 docker builder prune -f --filter until=24h
23:32:22 Total:	0B
23:32:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
23:32:22 make -C static clean
23:32:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
23:32:22 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build
23:32:22 rm -f -r build
23:32:22 docker builder prune -f --filter until=24h
23:32:22 Total:	0B
23:32:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    debian/rules override_dh_auto_test
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
23:32:27 	test "$ver" = "Docker version 0.0.0-20230118204216-7155243, build 9f15699" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
23:32:27 PASS: daemon version OK
23:32:27 ver="$(cli/build/docker --version)"; \
23:32:27 	test "$ver" = "Docker version 0.0.0-20230118204216-7155243, build 7155243" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
23:32:27 PASS: cli version OK
23:32:27 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
23:32:27 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
23:32:27 PASS: docker-compose version OK
23:32:27 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
23:32:27 # TODO change once we support scan-plugin on other architectures
23:32:27 if [ "armhf" = "amd64" ]; then \
23:32:27 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
23:32:27 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
23:32:27 fi
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    create-stamp debian/debhelper-build-stamp
23:32:27  debian/rules binary
23:32:27 dh binary --with=bash-completion --with=systemd
23:32:27    dh_testroot
23:32:27    dh_prep
23:32:27    debian/rules override_dh_auto_install
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 # docker-ce-cli install
23:32:27 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
23:32:27 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
23:32:27 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
23:32:27 set -e;cd /sources && \
23:32:27 	tar xzf plugin-installers.tgz; \
23:32:27 	for installer in plugins/*.installer; do \
23:32:27 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
23:32:27 		PREFIX=/usr/libexec/docker/cli-plugins \
23:32:27 			bash ${installer} install_plugin; \
23:32:27 	done
23:32:27 # docker-ce install
23:32:27 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
23:32:27 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
23:32:27 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230118204216-7155243 debian/docker-ce/usr/bin/dockerd
23:32:27 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
23:32:27 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
23:32:27 # docker-compose-plugin install
23:32:27 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
23:32:27 # docker-scan-plugin install
23:32:27 # TODO change once we support scan-plugin on other architectures
23:32:27 if [ "armhf" = "amd64" ]; then \
23:32:27 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
23:32:27 fi
23:32:27 # docker-ce-rootless-extras install
23:32:27 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
23:32:27 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
23:32:27 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
23:32:27 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
23:32:27 # TODO: how can we install vpnkit?
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    debian/rules override_dh_install
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 dh_install
23:32:27 # TODO Can we do this from within our container?
23:32:27 dh_apparmor --profile-name=docker-ce -pdocker-ce
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    dh_installdocs
23:32:27    dh_installchangelogs
23:32:27    dh_installman
23:32:27    dh_bash-completion
23:32:27    dh_systemd_enable
23:32:27    debian/rules override_dh_installinit
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 # use "docker" as our service name, not "docker-ce"
23:32:27 dh_installinit --name=docker
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    dh_systemd_start
23:32:27    dh_perl
23:32:27    dh_link
23:32:27    dh_strip_nondeterminism
23:32:27    dh_compress
23:32:27    dh_fixperms
23:32:27    dh_missing
23:32:27    debian/rules override_dh_strip
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 # Go has lots of problems with stripping, so just don't
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    dh_makeshlibs
23:32:27    debian/rules override_dh_shlibdeps
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    dh_installdeb
23:32:27    debian/rules override_dh_gencontrol
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 # Use separate version for the compose-plugin package, then generate the other control files as usual
23:32:27 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
23:32:27 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
23:32:27 # Use separate version for the scan-plugin package, then generate the other control files as usual
23:32:27 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
23:32:27 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
23:32:27 if [ "armhf" = "amd64" ]; then \
23:32:27 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
23:32:27 fi
23:32:27 dh_gencontrol --remaining-packages
23:32:27 make[1]: Leaving directory '/root/build-deb'
23:32:27    dh_md5sums
23:32:27    debian/rules override_dh_builddeb
23:32:27 make[1]: Entering directory '/root/build-deb'
23:32:27 dh_builddeb -- -Zxz
23:32:27 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'.
23:32:27 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'.
23:32:37 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'.
23:32:55 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'.
23:33:42 make[1]: Leaving directory '/root/build-deb'
23:33:42  dpkg-genbuildinfo
23:33:42  dpkg-genchanges  >../docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.changes
23:33:42 dpkg-genchanges: info: including full source code in upload
23:33:42  dpkg-source -I.git --after-build .
23:33:42 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
23:33:42 + destination=/build
23:33:42 + mkdir -p /build
23:33:42 + mv -v /root/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb /root/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb /build
23:33:42 copied '/root/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'
23:33:42 removed '/root/docker-ce-cli_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'
23:33:42 copied '/root/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'
23:33:42 removed '/root/docker-ce-rootless-extras_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'
23:33:42 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.dsc'
23:33:42 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.dsc'
23:33:42 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.tar.gz'
23:33:42 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye.tar.gz'
23:33:42 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.buildinfo'
23:33:42 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.buildinfo'
23:33:42 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.changes'
23:33:42 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.changes'
23:33:42 copied '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'
23:33:42 removed '/root/docker-ce_0.0.0~20230118204216.7155243~3-0~raspbian-bullseye_armhf.deb'
23:33:42 copied '/root/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
23:33:42 removed '/root/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
23:33:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
23:33:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
[Pipeline] sh
23:33:47 + make clean
23:33:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10:/v -w /v alpine chown -R 1000:1000 src
23:33:48 rm -f -r src
23:33:48 make -C rpm clean
23:33:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
23:33:48 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
23:33:48 rm -f -r rpmbuild/
23:33:48 docker builder prune -f --filter until=24h
23:33:48 Total:	0B
23:33:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
23:33:48 make -C deb clean
23:33:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
23:33:48 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 debbuild
23:33:49 rm -f -r debbuild
23:33:49 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 sources
23:33:50 rm -f -r sources
23:33:50 docker builder prune -f --filter until=24h
23:33:50 Total:	0B
23:33:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
23:33:50 make -C static clean
23:33:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
23:33:50 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build
23:33:50 rm -f -r build
23:33:50 docker builder prune -f --filter until=24h
23:33:50 Total:	0B
23:33:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/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