Skip to content

Console Output

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