Skip to content
Failed

Console Output

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

ERROR: script returned exit code 2
Finished: FAILURE