Skip to content

Console Output

13:48:43 + make REF=20.10 ubuntu-bionic
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:43 From https://github.com/docker/cli
13:48:43  * [new branch]      20.10      -> 20.10
13:48:43  * [new tag]         v20.10.16  -> v20.10.16
13:48:43  * [new branch]      20.10      -> origin/20.10
13:48:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + awk {print $2}
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:46 From https://github.com/docker/docker
13:48:46  * [new branch]      20.10      -> 20.10
13:48:46  * [new branch]      20.10      -> origin/20.10
13:48:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:47 From https://github.com/docker/compose
13:48:47  * [new tag]         v2.6.0     -> v2.6.0
13:48:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:47 git init src/github.com/docker/scan-cli-plugin
13:48:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:47 + SRC=src/github.com/docker/scan-cli-plugin
13:48:47 + REF=v0.17.0
13:48:47 + REF_FETCH=v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:47 + awk {print $2}
13:48:47 + REF=refs/tags/v0.17.0
13:48:47 + [ -n refs/tags/v0.17.0 ]
13:48:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:47 From https://github.com/docker/scan-cli-plugin
13:48:47  * [new tag]         v0.17.0    -> v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.10 ubuntu-bionic
13:48:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
13:48:47 mkdir -p sources
13:48:47 docker run --rm -w /v \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:47 	alpine \
13:48:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:49 mkdir -p sources
13:48:49 docker run --rm -w /v \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:49 	alpine \
13:48:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:53 mkdir -p sources
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:53 mkdir -p sources
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:54 mkdir -p sources
13:48:54 cp ../systemd/docker.service sources/docker.service
13:48:54 mkdir -p sources
13:48:54 cp ../systemd/docker.socket sources/docker.socket
13:48:54 docker run --rm -w /v \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:54 	alpine \
13:48:54 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:54 == Building packages for ubuntu-bionic ==
13:48:54 mkdir -p "debbuild/ubuntu-bionic"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
13:48:55 #1 [internal] load build definition from Dockerfile
13:48:55 #1 sha256:ad94fb1d0425eff3353c28d38b7e2e5856abeca64da9d6943ac1a76b06577558
13:48:55 #1 transferring dockerfile: 920B done
13:48:55 #1 DONE 0.0s
13:48:55 
13:48:55 #2 [internal] load .dockerignore
13:48:55 #2 sha256:1bf16b05525df29aa219126d159103229ecbe71b4da1c69919512dc39e64c982
13:48:55 #2 transferring context: 2B 0.0s done
13:48:55 #2 DONE 0.0s
13:48:55 
13:48:55 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:48:55 #5 sha256:d6f94913f63d1e000340997c9ca614a56a9f3ba4fb5d135a732b479195034b37
13:48:55 #5 DONE 0.0s
13:48:55 
13:48:55 #6 [auth] library/golang:pull token for registry-1.docker.io
13:48:55 #6 sha256:aa86895d6b44bd6580f277b95db361b7cdd18be38fdbc6e1ad52e46a02e22548
13:48:55 #6 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:48:55 #4 DONE 0.2s
13:48:55 
13:48:55 #3 [internal] load metadata for docker.io/library/ubuntu:bionic
13:48:55 #3 sha256:9481ca12cc018c3244ae38fbc1bc7a5a03be470741643979e92f7369e6b2ef52
13:48:55 #3 DONE 0.2s
13:48:55 
13:48:55 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:48:55 #7 sha256:930f33f4bfc46048388159bb9de7fd9eb585f1f91a98d895fcf79f6b7c9819c6
13:48:55 #7 DONE 0.0s
13:48:55 
13:48:55 #13 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #13 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:55 #13 DONE 0.0s
13:48:55 
13:48:55 #9 [internal] load build context
13:48:55 #9 sha256:b85e1996c8d67af2f982ff7c352d7e6b7a4ebf67d7dc48c44a5b69c0899f3b73
13:48:55 #9 transferring context: 19.78MB 0.1s done
13:48:55 #9 DONE 0.1s
13:48:55 
13:48:55 #13 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #13 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:55 #13 CACHED
13:48:55 
13:48:55 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:48:55 #8 sha256:c7aae3ff7561310d97e75a83696638cb01d3e521586a0ddb5b2c08f8eb01af32
13:48:55 #8 CACHED
13:48:55 
13:48:55 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:48:55 #10 sha256:3b7024522e239035cc395ebb23b90f0941dc7cf1f0850f426d683a3771924cc3
13:48:55 #10 CACHED
13:48:55 
13:48:55 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:48:55 #11 sha256:4ddd9c0d75e7b4e969639a8f8fe94b4841e680ed9372c71b37187ac11070f4a9
13:48:55 #11 CACHED
13:48:55 
13:48:55 #12 [stage-1 5/8] COPY sources/ /sources
13:48:55 #12 sha256:e0353705a3e854d4c6ad32cdee0cd250f5366ac80004a160ad9ff739ae232dfc
13:48:55 #12 DONE 0.1s
13:48:55 
13:48:55 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:48:55 #14 sha256:5cfa3127d847b329f336881316cc24e59e60fd48fa4b4d2b7dc5be3777d3ee37
13:48:57 #14 DONE 1.5s
13:48:57 
13:48:57 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:48:57 #15 sha256:c2192761a95b0aa3974759823fedcaa3f24a9abb76faa116c7aed22271ea6678
13:48:57 #15 DONE 0.0s
13:48:57 
13:48:57 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:48:57 #16 sha256:5b59bfaf92edb5ff067ed979322439b51421cb135c45e1eed9ffff7539b88214
13:48:57 #16 DONE 0.0s
13:48:57 
13:48:57 #17 exporting to image
13:48:57 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:48:57 #17 exporting layers
13:48:58 #17 exporting layers 1.5s done
13:48:58 #17 writing image sha256:c6a404979f50b509da1ba2a47f9efe601a7bf696ca65e104c0f6869d7a92b3dd done
13:48:58 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
13:48:58 #17 DONE 1.5s
13:48:58 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220511162217-aa7e414 -e VERSION=0.0.0-20220511162217-aa7e414 -e CLI_GITCOMMIT=aa7e414 -e ENGINE_GITCOMMIT=90033ab -e COMPOSE_VERSION=v2.6.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
13:48:59 + set -e
13:48:59 + mkdir -p /root/build-deb/engine
13:48:59 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:48:59 + mkdir -p /root/build-deb/cli
13:48:59 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:48:59 + mkdir -p /root/build-deb/compose
13:49:00 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:49:00 + mkdir -p /root/build-deb/scan-cli-plugin
13:49:00 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:49:00 + mkdir -p /go/src/github.com/docker
13:49:00 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:49:00 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:49:00 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:49:00 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:49:00 + EPOCH=5
13:49:00 + EPOCH_SEP=
13:49:00 + [[ ! -z 5 ]]
13:49:00 + EPOCH_SEP=:
13:49:00 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:49:00 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:49:00 VERSION AAA 0.0.0-20220511162217-aa7e414
13:49:00 VERSION bbb 0.0.0-20220511162217-aa7e414
13:49:00 + VERSION=0.0.0-20220511162217-aa7e414
13:49:00 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:49:00 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:49:00 + debSource=docker-ce
13:49:00 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:49:00 + debMaintainer='Docker <support@docker.com>'
13:49:00 ++ date --rfc-2822
13:49:00 + debDate='Tue, 31 May 2022 13:48:59 +0000'
13:49:00 + cat
13:49:00 + export CLI_GITCOMMIT=aa7e414
13:49:00 + CLI_GITCOMMIT=aa7e414
13:49:00 + export ENGINE_GITCOMMIT=90033ab
13:49:00 + ENGINE_GITCOMMIT=90033ab
13:49:00 + export SCAN_GITCOMMIT=061fe0a
13:49:00 + SCAN_GITCOMMIT=061fe0a
13:49:00 VERSION BBB 0.0.0-20220511162217-aa7e414
13:49:00 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:49:00 + dpkg-buildpackage -uc -us -I.git
13:49:00 dpkg-buildpackage: info: source package docker-ce
13:49:00 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~ubuntu-bionic
13:49:00 dpkg-buildpackage: info: source distribution bionic
13:49:00 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:49:00  dpkg-source -I.git --before-build build-deb
13:49:00 dpkg-buildpackage: info: host architecture arm64
13:49:00  debian/rules clean
13:49:00 dh clean --with=bash-completion --with=systemd
13:49:00    dh_clean
13:49:00  dpkg-source -I.git -b build-deb
13:49:00 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:49:00 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:49:00 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~ubuntu'
13:49:00 dpkg-source: info: using source format '1.0'
13:49:00 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.tar.gz
13:49:10 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.dsc
13:49:10  debian/rules build
13:49:10 dh build --with=bash-completion --with=systemd
13:49:10    dh_update_autotools_config
13:49:10    dh_autoreconf
13:49:10    debian/rules override_dh_auto_build
13:49:10 make[1]: Entering directory '/root/build-deb'
13:49:10 # Build the daemon and dependencies
13:49:10 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:49:10 
13:49:10 Removing bundles/
13:49:10 
13:49:10 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:49:10 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:49:10 GOOS="" GOARCH="" GOARM=""
13:50:31 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:31 
13:50:31 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:50:31 + RM_GOPATH=0
13:50:31 + TMP_GOPATH=/go
13:50:31 + : /usr/local/bin
13:50:31 + '[' -z /go ']'
13:50:31 + export GOPATH=/go
13:50:31 + GOPATH=/go
13:50:31 + case "$(go env GOARCH)" in
13:50:31 ++ go env GOARCH
13:50:31 + export GO_BUILDMODE=-buildmode=pie
13:50:31 + GO_BUILDMODE=-buildmode=pie
13:50:31 ++ dirname hack/dockerfile/install/install.sh
13:50:31 + dir=hack/dockerfile/install
13:50:31 + bin=tini
13:50:31 + shift
13:50:31 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:50:31 + . hack/dockerfile/install/tini.installer
13:50:31 ++ : v0.19.0
13:50:31 + install_tini
13:50:31 + echo 'Install tini version v0.19.0'
13:50:31 + git clone https://github.com/krallin/tini.git /go/tini
13:50:31 Install tini version v0.19.0
13:50:31 Cloning into '/go/tini'...
13:50:31 + cd /go/tini
13:50:31 + git checkout -q v0.19.0
13:50:31 + cmake .
13:50:31 -- The C compiler identification is GNU 7.5.0
13:50:31 -- Check for working C compiler: /usr/bin/cc
13:50:31 -- Check for working C compiler: /usr/bin/cc -- works
13:50:31 -- Detecting C compiler ABI info
13:50:31 -- Detecting C compiler ABI info - done
13:50:31 -- Detecting C compile features
13:50:31 -- Detecting C compile features - done
13:50:31 -- Performing Test HAS_BUILTIN_FORTIFY
13:50:31 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:50:31 -- Configuring done
13:50:31 -- Generating done
13:50:31 -- Build files have been written to: /go/tini
13:50:31 + make tini-static
13:50:31 make[2]: Entering directory '/go/tini'
13:50:31 make[3]: Entering directory '/go/tini'
13:50:31 make[4]: Entering directory '/go/tini'
13:50:31 make[5]: Entering directory '/go/tini'
13:50:31 Scanning dependencies of target tini-static
13:50:31 make[5]: Leaving directory '/go/tini'
13:50:31 make[5]: Entering directory '/go/tini'
13:50:31 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:50:31 [100%] Linking C executable tini-static
13:50:31 make[5]: Leaving directory '/go/tini'
13:50:31 [100%] Built target tini-static
13:50:31 make[4]: Leaving directory '/go/tini'
13:50:31 make[3]: Leaving directory '/go/tini'
13:50:31 make[2]: Leaving directory '/go/tini'
13:50:31 + mkdir -p /usr/local/bin
13:50:31 + cp tini-static /usr/local/bin/docker-init
13:50:31 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:50:31 + RM_GOPATH=0
13:50:31 + TMP_GOPATH=/go
13:50:31 + : /usr/local/bin
13:50:31 + '[' -z /go ']'
13:50:31 + export GOPATH=/go
13:50:31 + GOPATH=/go
13:50:31 + case "$(go env GOARCH)" in
13:50:31 ++ go env GOARCH
13:50:31 + export GO_BUILDMODE=-buildmode=pie
13:50:31 + GO_BUILDMODE=-buildmode=pie
13:50:31 ++ dirname hack/dockerfile/install/install.sh
13:50:31 + dir=hack/dockerfile/install
13:50:31 + bin=proxy
13:50:31 + shift
13:50:31 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:50:31 + . hack/dockerfile/install/proxy.installer
13:50:31 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:31 + install_proxy dynamic
13:50:31 + case "$1" in
13:50:31 + install_proxy_dynamic
13:50:31 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:50:31 + PROXY_LDFLAGS=-linkmode=external
13:50:31 + export BUILD_MODE=-buildmode=pie
13:50:31 + BUILD_MODE=-buildmode=pie
13:50:31 + _install_proxy
13:50:31 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:50:31 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:50:31 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:31 Cloning into '/go/src/github.com/docker/libnetwork'...
13:50:31 + cd /go/src/github.com/docker/libnetwork
13:50:31 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:31 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:50:31 + return
13:50:31 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:50:31 + RM_GOPATH=0
13:50:31 + TMP_GOPATH=/go
13:50:31 + : /usr/local/bin
13:50:31 + '[' -z /go ']'
13:50:31 + export GOPATH=/go
13:50:31 + GOPATH=/go
13:50:31 + case "$(go env GOARCH)" in
13:50:31 ++ go env GOARCH
13:50:31 + export GO_BUILDMODE=-buildmode=pie
13:50:31 + GO_BUILDMODE=-buildmode=pie
13:50:31 ++ dirname hack/dockerfile/install/install.sh
13:50:31 + dir=hack/dockerfile/install
13:50:31 + bin=rootlesskit
13:50:31 + shift
13:50:31 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:50:31 + . hack/dockerfile/install/rootlesskit.installer
13:50:31 ++ : v0.14.4
13:50:31 + install_rootlesskit dynamic
13:50:31 + case "$1" in
13:50:31 + install_rootlesskit_dynamic
13:50:31 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:50:31 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:50:31 + export BUILD_MODE=-buildmode=pie
13:50:31 + BUILD_MODE=-buildmode=pie
13:50:31 + _install_rootlesskit
13:50:31 + echo 'Install rootlesskit version v0.14.4'
13:50:31 + for f in rootlesskit rootlesskit-docker-proxy
13:50:31 + GOBIN=/usr/local/bin
13:50:31 + GO111MODULE=on
13:50:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:50:31 Install rootlesskit version v0.14.4
13:50:31 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:50:31 go: downloading github.com/pkg/errors v0.9.1
13:50:31 go: downloading github.com/sirupsen/logrus v1.8.1
13:50:31 go: downloading github.com/urfave/cli/v2 v2.3.0
13:50:31 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:50:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:50:31 go: downloading github.com/google/uuid v1.3.0
13:50:31 go: downloading github.com/moby/vpnkit v0.5.0
13:50:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:50:31 go: downloading github.com/gofrs/flock v0.8.1
13:50:31 go: downloading github.com/gorilla/mux v1.8.0
13:50:31 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:50:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:50:31 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:50:31 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:50:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:50:32 + for f in rootlesskit rootlesskit-docker-proxy
13:50:32 + GOBIN=/usr/local/bin
13:50:32 + GO111MODULE=on
13:50:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:50:34 + return
13:50:34 # Build the CLI
13:50:34 cd /go/src/github.com/docker/cli && \
13:50:34 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:50:34 make[2]: Entering directory '/root/build-deb/cli'
13:50:34 GO_LINKMODE=dynamic ./scripts/build/binary
13:50:34 Building dynamic docker-linux-arm64
13:51:41 scripts/docs/generate-man.sh
13:52:38 Project root: /go/src/github.com/docker/cli
13:52:38 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:52:38 2022/05/31 13:52:33 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:52:38 make[2]: Leaving directory '/root/build-deb/cli'
13:52:38 # Build the compose plugin
13:52:38 # FIXME: using GOPROXY, to work around:
13:52:38 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:38 cd /go/src/github.com/docker/compose \
13:52:38 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:38 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:38 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:52:38 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:53:04 make[2]: Entering directory '/root/build-deb/compose'
13:53:04 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:54:00 make[2]: Leaving directory '/root/build-deb/compose'
13:54:00 # Build the scan-plugin
13:54:00 # TODO change once we support scan-plugin on other architectures
13:54:00 if [ "arm64" = "amd64" ]; then \
13:54:00 	cd /go/src/github.com/docker/scan-cli-plugin \
13:54:00 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:54:00 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:00 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:54:00 fi
13:54:00 # Build the CLI plugins
13:54:00 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:54:00 set -e;cd /sources && \
13:54:00 	tar xzf plugin-installers.tgz; \
13:54:00 	for installer in plugins/*.installer; do \
13:54:00 		LDFLAGS='' bash ${installer} build; \
13:54:00 	done
13:54:00 Cloning into '/go/src/github.com/docker/app'...
13:54:02 Fetching origin
13:54:02 make[2]: Entering directory '/go/src/github.com/docker/app'
13:54:02 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
13:54:49 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:54:49 Cloning into '/go/src/github.com/docker/buildx'...
13:54:49 Fetching origin
13:54:49 + GO111MODULE=on
13:54:49 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:56:10 make[1]: Leaving directory '/root/build-deb'
13:56:10    debian/rules override_dh_auto_test
13:56:10 make[1]: Entering directory '/root/build-deb'
13:56:10 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:56:10 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build 90033ab" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:56:10 PASS: daemon version OK
13:56:10 ver="$(cli/build/docker --version)"; \
13:56:10 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build aa7e414" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:56:10 PASS: cli version OK
13:56:10 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:56:10 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:56:10 PASS: docker-compose version OK
13:56:10 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:56:10 # TODO change once we support scan-plugin on other architectures
13:56:10 if [ "arm64" = "amd64" ]; then \
13:56:10 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:56:10 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:56:10 fi
13:56:10 make[1]: Leaving directory '/root/build-deb'
13:56:10    create-stamp debian/debhelper-build-stamp
13:56:10  debian/rules binary
13:56:10 dh binary --with=bash-completion --with=systemd
13:56:10    dh_testroot
13:56:10    dh_prep
13:56:10    debian/rules override_dh_auto_install
13:56:10 make[1]: Entering directory '/root/build-deb'
13:56:10 # docker-ce-cli install
13:56:10 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
13:56:10 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:56:10 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:56:10 set -e;cd /sources && \
13:56:10 	tar xzf plugin-installers.tgz; \
13:56:10 	for installer in plugins/*.installer; do \
13:56:10 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:56:10 		PREFIX=/usr/libexec/docker/cli-plugins \
13:56:10 			bash ${installer} install_plugin; \
13:56:10 	done
13:56:10 # docker-ce install
13:56:10 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:56:10 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:56:10 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 debian/docker-ce/usr/bin/dockerd
13:56:10 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:56:10 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:56:10 # docker-compose-plugin install
13:56:10 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:56:10 # docker-scan-plugin install
13:56:10 # TODO change once we support scan-plugin on other architectures
13:56:10 if [ "arm64" = "amd64" ]; then \
13:56:10 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:56:10 fi
13:56:10 # docker-ce-rootless-extras install
13:56:10 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:56:10 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:56:10 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:56:10 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:56:10 # TODO: how can we install vpnkit?
13:56:10 make[1]: Leaving directory '/root/build-deb'
13:56:10    debian/rules override_dh_install
13:56:10 make[1]: Entering directory '/root/build-deb'
13:56:10 dh_install
13:56:10 # TODO Can we do this from within our container?
13:56:10 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:56:10 make[1]: Leaving directory '/root/build-deb'
13:56:10    dh_installdocs
13:56:10    dh_installchangelogs
13:56:10    dh_installman
13:56:10    dh_bash-completion
13:56:10    dh_systemd_enable
13:56:10    debian/rules override_dh_installinit
13:56:10 make[1]: Entering directory '/root/build-deb'
13:56:10 # use "docker" as our service name, not "docker-ce"
13:56:10 dh_installinit --name=docker
13:56:10 make[1]: Leaving directory '/root/build-deb'
13:56:10    dh_systemd_start
13:56:10    dh_perl
13:56:10    dh_link
13:56:10    dh_strip_nondeterminism
13:56:10    dh_compress
13:56:10    dh_fixperms
13:56:10    dh_missing
13:56:10    debian/rules override_dh_strip
13:56:10 make[1]: Entering directory '/root/build-deb'
13:56:10 # Go has lots of problems with stripping, so just don't
13:56:10 make[1]: Leaving directory '/root/build-deb'
13:56:10    dh_makeshlibs
13:56:10    debian/rules override_dh_shlibdeps
13:56:10 make[1]: Entering directory '/root/build-deb'
13:56:10 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:56:11 make[1]: Leaving directory '/root/build-deb'
13:56:11    dh_installdeb
13:56:11    debian/rules override_dh_gencontrol
13:56:11 make[1]: Entering directory '/root/build-deb'
13:56:11 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:56:11 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:56:11 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:56:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:56:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:56:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:56:12 if [ "arm64" = "amd64" ]; then \
13:56:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:56:12 fi
13:56:12 dh_gencontrol --remaining-packages
13:56:12 make[1]: Leaving directory '/root/build-deb'
13:56:12    dh_md5sums
13:56:13    debian/rules override_dh_builddeb
13:56:13 make[1]: Entering directory '/root/build-deb'
13:56:13 dh_builddeb -- -Zxz
13:56:13 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'.
13:56:13 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'.
13:56:27 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~ubuntu-bionic_arm64.deb'.
13:56:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'.
13:57:24 make[1]: Leaving directory '/root/build-deb'
13:57:24  dpkg-genbuildinfo
13:57:24  dpkg-genchanges  >../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.changes
13:57:25 dpkg-genchanges: info: including full source code in upload
13:57:25  dpkg-source -I.git --after-build build-deb
13:57:25 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:57:25 + destination=/build
13:57:25 + mkdir -p /build
13:57:25 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb /root/docker-compose-plugin_2.6.0~ubuntu-bionic_arm64.deb /build
13:57:25 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'
13:57:25 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'
13:57:25 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'
13:57:25 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'
13:57:25 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.dsc'
13:57:25 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.dsc'
13:57:25 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.tar.gz'
13:57:25 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic.tar.gz'
13:57:25 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.buildinfo'
13:57:25 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.buildinfo'
13:57:25 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.changes'
13:57:25 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.changes'
13:57:25 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'
13:57:25 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-bionic_arm64.deb'
13:57:25 copied '/root/docker-compose-plugin_2.6.0~ubuntu-bionic_arm64.deb' -> '/build/docker-compose-plugin_2.6.0~ubuntu-bionic_arm64.deb'
13:57:25 removed '/root/docker-compose-plugin_2.6.0~ubuntu-bionic_arm64.deb'
13:57:30 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:57:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'