Skip to content
Success

Console Output

Skipping 34,604 KB.. Full Log
10:46:26 make[1]: Leaving directory '/root/build-deb'
10:46:26    debian/rules override_dh_install
10:46:26 make[1]: Entering directory '/root/build-deb'
10:46:26 dh_install
10:46:26 # TODO Can we do this from within our container?
10:46:26 dh_apparmor --profile-name=docker-ce -pdocker-ce
10:46:26 make[1]: Leaving directory '/root/build-deb'
10:46:26    dh_installdocs
10:46:26    dh_installchangelogs
10:46:26    dh_installman
10:46:26    dh_bash-completion
10:46:26    dh_systemd_enable
10:46:26    debian/rules override_dh_installinit
10:46:26 make[1]: Entering directory '/root/build-deb'
10:46:26 # use "docker" as our service name, not "docker-ce"
10:46:26 dh_installinit --name=docker
10:46:26 make[1]: Leaving directory '/root/build-deb'
10:46:26    dh_systemd_start
10:46:26    dh_perl
10:46:26    dh_link
10:46:26    dh_strip_nondeterminism
10:46:26    dh_compress
10:46:26    dh_fixperms
10:46:26    dh_missing
10:46:26    debian/rules override_dh_strip
10:46:26 make[1]: Entering directory '/root/build-deb'
10:46:26 # Go has lots of problems with stripping, so just don't
10:46:26 make[1]: Leaving directory '/root/build-deb'
10:46:26    dh_makeshlibs
10:46:26    debian/rules override_dh_shlibdeps
10:46:26 make[1]: Entering directory '/root/build-deb'
10:46:26 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    debian/rules override_dh_auto_test
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
10:46:27 	test "$ver" = "Docker version 0.0.0-20220304144818-ab7cc48, build 327699c" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
10:46:27 PASS: daemon version OK
10:46:27 ver="$(cli/build/docker --version)"; \
10:46:27 	test "$ver" = "Docker version 0.0.0-20220304144818-ab7cc48, build ab7cc48" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
10:46:27 PASS: cli version OK
10:46:27 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
10:46:27 # TODO change once we support scan-plugin on other architectures
10:46:27 if [ "amd64" = "amd64" ]; then \
10:46:27 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
10:46:27 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
10:46:27 fi
10:46:27 PASS: docker-scan version OK
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    create-stamp debian/debhelper-build-stamp
10:46:27  debian/rules binary
10:46:27 dh binary --with=bash-completion
10:46:27    dh_testroot
10:46:27    dh_prep
10:46:27    debian/rules override_dh_auto_install
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 # docker-ce-cli install
10:46:27 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
10:46:27 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
10:46:27 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
10:46:27 set -e;cd /sources && \
10:46:27 	tar xzf plugin-installers.tgz; \
10:46:27 	for installer in plugins/*.installer; do \
10:46:27 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
10:46:27 		PREFIX=/usr/libexec/docker/cli-plugins \
10:46:27 			bash ${installer} install_plugin; \
10:46:27 	done
10:46:27 # docker-ce install
10:46:27 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
10:46:27 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
10:46:27 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220304144818-ab7cc48 debian/docker-ce/usr/bin/dockerd
10:46:27 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220304144818-ab7cc48 debian/docker-ce/usr/bin/docker-proxy
10:46:27 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
10:46:27 # docker-scan-plugin install
10:46:27 # TODO change once we support scan-plugin on other architectures
10:46:27 if [ "amd64" = "amd64" ]; then \
10:46:27 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
10:46:27 fi
10:46:27 # docker-ce-rootless-extras install
10:46:27 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
10:46:27 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
10:46:27 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
10:46:27 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
10:46:27 # TODO: how can we install vpnkit?
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    debian/rules override_dh_install
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 dh_install
10:46:27 # TODO Can we do this from within our container?
10:46:27 dh_apparmor --profile-name=docker-ce -pdocker-ce
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    dh_installdocs
10:46:27    dh_installchangelogs
10:46:27    dh_installman
10:46:27    dh_bash-completion
10:46:27    dh_systemd_enable
10:46:27    debian/rules override_dh_installinit
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 # use "docker" as our service name, not "docker-ce"
10:46:27 dh_installinit --name=docker
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    dh_systemd_start
10:46:27    dh_perl
10:46:27    dh_link
10:46:27    dh_strip_nondeterminism
10:46:27    dh_compress
10:46:27    dh_fixperms
10:46:27    dh_missing
10:46:27    debian/rules override_dh_strip
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 # Go has lots of problems with stripping, so just don't
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    dh_makeshlibs
10:46:27    debian/rules override_dh_shlibdeps
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    dh_installdeb
10:46:27    debian/rules override_dh_gencontrol
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 # Use separate version for the scan-plugin package, then generate the other control files as usual
10:46:27 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
10:46:27 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
10:46:27 if [ "amd64" = "amd64" ]; then \
10:46:27 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
10:46:27 fi
10:46:27 dh_gencontrol --remaining-packages
10:46:27 make[1]: Leaving directory '/root/build-deb'
10:46:27    dh_md5sums
10:46:27    debian/rules override_dh_builddeb
10:46:27 make[1]: Entering directory '/root/build-deb'
10:46:27 dh_builddeb -- -Zxz
10:46:27 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'.
10:46:27 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'.
10:46:28 make[1]: Leaving directory '/root/build-deb'
10:46:28    dh_installdeb
10:46:28    debian/rules override_dh_gencontrol
10:46:28 make[1]: Entering directory '/root/build-deb'
10:46:28 # Use separate version for the scan-plugin package, then generate the other control files as usual
10:46:28 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
10:46:28 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
10:46:28 if [ "amd64" = "amd64" ]; then \
10:46:28 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
10:46:28 fi
10:46:28 dh_gencontrol --remaining-packages
10:46:28 make[1]: Leaving directory '/root/build-deb'
10:46:28    dh_md5sums
10:46:29    debian/rules override_dh_builddeb
10:46:29 make[1]: Entering directory '/root/build-deb'
10:46:29 dh_builddeb -- -Zxz
10:46:29 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'.
10:46:29 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'.
10:46:45 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb'.
10:46:51 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'.
10:46:59 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
10:46:59 + popd
10:46:59 + RPM_EC=0
10:46:59 ~/rpmbuild/BUILD/src
10:46:59 ++ jobs -p
10:46:59 + exit 0
10:46:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9eMyqN
10:46:59 + umask 022
10:46:59 + cd /root/rpmbuild/BUILD
10:46:59 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64 '!=' / ']'
10:46:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
10:46:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
10:46:59 + mkdir -p /root/rpmbuild/BUILDROOT
10:46:59 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
10:46:59 + cd src
10:46:59 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
10:46:59 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
10:46:59 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
10:46:59 + popd
10:46:59 + /usr/lib/rpm/check-buildroot
10:46:59 ~/rpmbuild/BUILD/src
10:46:59 + /usr/lib/rpm/redhat/brp-ldconfig
10:46:59 + /usr/lib/rpm/brp-compress
10:46:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
10:46:59 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
10:46:59 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
10:46:59 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
10:46:59 + /usr/lib/rpm/check-rpaths
10:46:59 + /usr/lib/rpm/redhat/brp-mangle-shebangs
10:46:59 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
10:46:59 + /usr/lib/rpm/redhat/brp-python-hardlink
10:46:59 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sSXjCP
10:46:59 + umask 022
10:46:59 + cd /root/rpmbuild/BUILD
10:46:59 + cd src
10:46:59 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
10:46:59 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
10:46:59 + ver=v0.17.0
10:46:59 + test v0.17.0 = v0.17.0
10:46:59 + echo 'PASS: docker-scan version OK'
10:46:59 + RPM_EC=0
10:46:59 PASS: docker-scan version OK
10:46:59 ++ jobs -p
10:46:59 + exit 0
10:46:59 Processing files: docker-scan-plugin-0.17.0-0.fc35.x86_64
10:46:59 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
10:47:00 Provides: docker-scan-plugin = 0:0.17.0-0.fc35 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc35
10:47:00 Requires(interp): /bin/sh /bin/sh /bin/sh
10:47:00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
10:47:00 Requires(post): /bin/sh
10:47:00 Requires(preun): /bin/sh
10:47:00 Requires(postun): /bin/sh
10:47:00 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
10:47:00 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc35.src.rpm
10:47:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc35.x86_64.rpm
10:47:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KjxHO1
10:47:05 + umask 022
10:47:05 + cd /root/rpmbuild/BUILD
10:47:05 + cd src
10:47:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
10:47:05 + RPM_EC=0
10:47:05 ++ jobs -p
10:47:05 + exit 0
10:47:08 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
10:47:09 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
[Pipeline] sh
10:47:09 + make clean
10:47:09 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640:/v -w /v alpine chown -R 1000:1000 src
10:47:10 rm -f -r src
10:47:10 make -C rpm clean
10:47:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
10:47:10 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
10:47:11 rm -f -r rpmbuild/
10:47:11 docker builder prune -f --filter until=24h
10:47:11 Total reclaimed space: 0B
10:47:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
10:47:11 make -C deb clean
10:47:11 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
10:47:11 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 debbuild
10:47:11 rm -f -r debbuild
10:47:11 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 sources
10:47:11 rm -f -r sources
10:47:11 docker builder prune -f --filter until=24h
10:47:11 Total reclaimed space: 0B
10:47:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
10:47:11 make -C static clean
10:47:11 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/static'
10:47:11 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/static:/v -w /v alpine chown -R 1000:1000 build
10:47:11 rm -f -r build
10:47:11 docker builder prune -f --filter until=24h
10:47:11 Total reclaimed space: 0B
10:47:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
10:47:12 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'.
10:47:13 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'.
10:47:44 make[1]: Leaving directory '/root/build-deb'
10:47:44  dpkg-genbuildinfo
10:47:44  dpkg-genchanges  >../docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes
10:47:44 dpkg-genchanges: info: including full source code in upload
10:47:44  dpkg-source -I.git --after-build .
10:47:44 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
10:47:44 + destination=/build
10:47:44 + mkdir -p /build
10:47:44 + mv -v /root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.dsc /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.tar.gz /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.buildinfo /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb /build
10:47:44 copied '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
10:47:44 removed '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
10:47:44 copied '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
10:47:44 removed '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
10:47:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.dsc' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.dsc'
10:47:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.dsc'
10:47:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.tar.gz' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.tar.gz'
10:47:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute.tar.gz'
10:47:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.buildinfo'
10:47:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.buildinfo'
10:47:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes'
10:47:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.changes'
10:47:44 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
10:47:44 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~ubuntu-hirsute_amd64.deb'
10:47:44 copied '/root/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb'
10:47:44 removed '/root/docker-scan-plugin_0.17.0~ubuntu-hirsute_amd64.deb'
10:47:45 make[1]: Leaving directory '/root/build-deb'
10:47:45  dpkg-genbuildinfo
10:47:45  dpkg-genchanges  >../docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes
10:47:45 dpkg-genchanges: info: including full source code in upload
10:47:45  dpkg-source -I.git --after-build .
10:47:45 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
10:47:45 + destination=/build
10:47:45 + mkdir -p /build
10:47:45 + mv -v /root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb /build
10:47:45 copied '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
10:47:45 removed '/root/docker-ce-cli_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
10:47:45 copied '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
10:47:45 removed '/root/docker-ce-rootless-extras_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
10:47:45 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc'
10:47:45 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.dsc'
10:47:45 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz'
10:47:45 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye.tar.gz'
10:47:45 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo'
10:47:45 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.buildinfo'
10:47:45 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes'
10:47:45 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.changes'
10:47:45 copied '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
10:47:45 removed '/root/docker-ce_0.0.0-20220304144818-ab7cc48-0~debian-bullseye_amd64.deb'
10:47:45 copied '/root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'
10:47:45 removed '/root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'
10:47:47 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-hirsute"
10:47:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
[Pipeline] sh
10:47:48 + make clean
10:47:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640:/v -w /v alpine chown -R 1000:1000 src
10:47:48 rm -f -r src
10:47:49 make -C rpm clean
10:47:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
10:47:49 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
10:47:49 rm -f -r rpmbuild/
10:47:49 docker builder prune -f --filter until=24h
10:47:49 Total reclaimed space: 0B
10:47:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
10:47:49 make -C deb clean
10:47:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
10:47:49 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 debbuild
10:47:49 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
10:47:50 rm -f -r debbuild
10:47:50 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 sources
10:47:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
[Pipeline] sh
10:47:50 + make clean
10:47:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640:/v -w /v alpine chown -R 1000:1000 src
10:47:50 rm -f -r sources
10:47:50 docker builder prune -f --filter until=24h
10:47:50 Total reclaimed space: 0B
10:47:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
10:47:50 make -C static clean
10:47:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/static'
10:47:50 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/static:/v -w /v alpine chown -R 1000:1000 build
10:47:50 rm -f -r build
10:47:50 docker builder prune -f --filter until=24h
10:47:50 Total reclaimed space: 0B
10:47:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
10:47:51 rm -f -r src
10:47:51 make -C rpm clean
10:47:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
10:47:51 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
10:47:51 rm -f -r rpmbuild/
10:47:51 docker builder prune -f --filter until=24h
10:47:51 Total reclaimed space: 0B
10:47:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/rpm'
10:47:51 make -C deb clean
10:47:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
10:47:51 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 debbuild
10:47:51 rm -f -r debbuild
10:47:51 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/deb:/v -w /v alpine chown -R 1000:1000 sources
10:47:52 rm -f -r sources
10:47:52 docker builder prune -f --filter until=24h
10:47:52 Total reclaimed space: 0B
10:47:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/deb'
10:47:52 make -C static clean
10:47:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/static'
10:47:52 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-640/static:/v -w /v alpine chown -R 1000:1000 build
10:47:52 rm -f -r build
10:47:52 docker builder prune -f --filter until=24h
10:47:52 Total reclaimed space: 0B
10:47:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-640/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