Skip to content

Console Output

18:26:27 + make REF=master raspbian-bullseye
18:26:27 git init src/github.com/docker/cli
18:26:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-633/src/github.com/docker/cli/.git/
18:26:27 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
18:26:27 ./scripts/checkout.sh src/github.com/docker/cli "master"
18:26:27 + SRC=src/github.com/docker/cli
18:26:27 + REF=master
18:26:27 + REF_FETCH=master
18:26:27 + + awk {print $2}
18:26:27 git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
18:26:27 + REF=refs/heads/master
18:26:27 + [ -n refs/heads/master ]
18:26:27 + REF_FETCH=refs/heads/master:refs/heads/master
18:26:27 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
18:26:29 From https://github.com/docker/cli
18:26:29  * [new branch]      master     -> master
18:26:29  * [new branch]      master     -> origin/master
18:26:29 + git -C src/github.com/docker/cli checkout -q refs/heads/master
18:26:29 git init src/github.com/docker/docker
18:26:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-633/src/github.com/docker/docker/.git/
18:26:29 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
18:26:29 ./scripts/checkout.sh src/github.com/docker/docker "master"
18:26:29 + SRC=src/github.com/docker/docker
18:26:29 + REF=master
18:26:29 + REF_FETCH=master
18:26:29 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
18:26:29 + awk {print $2}
18:26:29 + REF=refs/heads/master
18:26:29 + [ -n refs/heads/master ]
18:26:29 + REF_FETCH=refs/heads/master:refs/heads/master
18:26:29 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
18:26:32 From https://github.com/docker/docker
18:26:32  * [new branch]      master     -> master
18:26:32  * [new branch]      master     -> origin/master
18:26:32 + git -C src/github.com/docker/docker checkout -q refs/heads/master
18:26:32 git init src/github.com/docker/scan-cli-plugin
18:26:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-633/src/github.com/docker/scan-cli-plugin/.git/
18:26:32 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
18:26:32 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
18:26:32 + SRC=src/github.com/docker/scan-cli-plugin
18:26:32 + REF=v0.17.0
18:26:32 + REF_FETCH=v0.17.0
18:26:32 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
18:26:32 + awk {print $2}
18:26:32 + REF=refs/tags/v0.17.0
18:26:32 + [ -n refs/tags/v0.17.0 ]
18:26:32 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
18:26:32 + 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
18:26:32 From https://github.com/docker/scan-cli-plugin
18:26:32  * [new tag]         v0.17.0    -> v0.17.0
18:26:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
18:26:32 make -C deb VERSION=0.0.1-dev GO_VERSION=1.16.14 raspbian-bullseye
18:26:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:26:32 mkdir -p sources
18:26:32 docker run --rm -w /v \
18:26:32 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/src/github.com/docker/cli:/cli \
18:26:32 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb/sources:/v \
18:26:32 	alpine \
18:26:32 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
18:26:35 mkdir -p sources
18:26:35 docker run --rm -w /v \
18:26:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/src/github.com/docker/docker:/engine \
18:26:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb/sources:/v \
18:26:35 	alpine \
18:26:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
18:26:38 mkdir -p sources
18:26:38 docker run --rm -w /v \
18:26:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
18:26:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb/sources:/v \
18:26:38 	alpine \
18:26:38 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
18:26:38 docker run --rm -w /v \
18:26:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/plugins:/plugins \
18:26:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb/sources:/v \
18:26:38 	alpine \
18:26:38 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
18:26:39 == Building packages for raspbian-bullseye ==
18:26:39 mkdir -p "debbuild/raspbian-bullseye"
18:26:39 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.14-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
18:26:39 #1 [internal] load build definition from Dockerfile
18:26:39 #1 sha256:650a308695808464841c24a9b0e2d98c0d02c848aa099078ad0d3e399bcaa7d5
18:26:39 #1 transferring dockerfile: 937B done
18:26:39 #1 DONE 0.0s
18:26:39 
18:26:39 #2 [internal] load .dockerignore
18:26:39 #2 sha256:4b22f22b86dd1630cb6459419ed662a6e2bf02f01bcc5a027559f921f386b7fd
18:26:39 #2 transferring context: 2B done
18:26:39 #2 DONE 0.0s
18:26:39 
18:26:39 #4 [internal] load metadata for docker.io/library/golang:1.16.14-buster
18:26:39 #4 sha256:cc822a5908c7ec82b52a46336af43bb6b93cf37cf6b686644c98425679eeabb6
18:26:39 #4 ...
18:26:39 
18:26:39 #5 [auth] library/golang:pull token for registry-1.docker.io
18:26:39 #5 sha256:178abee7c659495bba0b326ab2a63558108ab13cc1715c6f807a984a40610a69
18:26:39 #5 DONE 0.0s
18:26:39 
18:26:39 #6 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
18:26:39 #6 sha256:0974a0e433aa5c6f1c36f6909d2a2b6e5756085d9b4ceb0bb6750dee95e56913
18:26:39 #6 DONE 0.0s
18:26:40 
18:26:40 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
18:26:40 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
18:26:40 #3 DONE 0.2s
18:26:40 
18:26:40 #4 [internal] load metadata for docker.io/library/golang:1.16.14-buster
18:26:40 #4 sha256:cc822a5908c7ec82b52a46336af43bb6b93cf37cf6b686644c98425679eeabb6
18:26:40 #4 DONE 0.3s
18:26:40 
18:26:40 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:a2bdb18254d6a43d2e465f573aab8093cc776b35fb0d1d58991ac2e25f0a95cc
18:26:40 #7 sha256:cb75acee59eefa7cab8351caf1117d425cef30e93de69ba6d99d0fbcfb0ea789
18:26:40 #7 DONE 0.0s
18:26:40 
18:26:40 #13 [golang 1/1] FROM docker.io/library/golang:1.16.14-buster@sha256:5860aa820a505f5645a921021366bfa605b10b8776216352eb67d4ce441f15a4
18:26:40 #13 sha256:e2a2376f5e8ab93ab100f8036a0c2e4480537a2081aafa6cd7eaed1d943a6e1f
18:26:40 #13 DONE 0.0s
18:26:40 
18:26:40 #9 [internal] load build context
18:26:40 #9 sha256:796c0019731768856b4c042a198128160cffbeba999a94a760214d7124d09a74
18:26:40 #9 transferring context: 18.68MB 0.3s done
18:26:40 #9 DONE 0.4s
18:26:40 
18:26:40 #13 [golang 1/1] FROM docker.io/library/golang:1.16.14-buster@sha256:5860aa820a505f5645a921021366bfa605b10b8776216352eb67d4ce441f15a4
18:26:40 #13 sha256:e2a2376f5e8ab93ab100f8036a0c2e4480537a2081aafa6cd7eaed1d943a6e1f
18:26:40 #13 CACHED
18:26:40 
18:26:40 #10 [stage-1 3/8] COPY common /root/build-deb/debian
18:26:40 #10 sha256:0009403ee10c53a4071d67f45b382f43b84737e03f912e5a0abc451d4d81c245
18:26:40 #10 CACHED
18:26:40 
18:26:40 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
18:26:40 #8 sha256:9b9a1106f969436158e257a44b6aad974a5da1544834b15ae6893a6c18c339a3
18:26:40 #8 CACHED
18:26:40 
18:26:40 #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
18:26:40 #11 sha256:45610e23191f4752199a211c4d136a68420c9f7b1ae00e44582ab080d971a56f
18:26:40 #11 CACHED
18:26:40 
18:26:40 #12 [stage-1 5/8] COPY sources/ /sources
18:26:40 #12 sha256:1fa13027b48077bc64e2e00ee302010df9c8ca8a134b0c0354fcea31f993bb92
18:26:40 #12 DONE 0.1s
18:26:40 
18:26:40 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
18:26:40 #14 sha256:416bdb208dde2bd5350e84f1e7a36eb50f58e3c1a9b2251f69077e8c5c4e32b2
18:26:43 #14 DONE 2.1s
18:26:43 
18:26:43 #15 [stage-1 7/8] WORKDIR /root/build-deb
18:26:43 #15 sha256:3c9ba7ee74bdbe088d0c1cc5f2b458bf59dc51702afc03c012b645bbce5a4b65
18:26:43 #15 DONE 0.0s
18:26:43 
18:26:43 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
18:26:43 #16 sha256:75a00ebec35db2966d8b76e681ccce0ee60f302d76a550969f51ceedd8b5ddd2
18:26:43 #16 DONE 0.1s
18:26:43 
18:26:43 #17 exporting to image
18:26:43 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:26:43 #17 exporting layers
18:26:47 #17 exporting layers 4.4s done
18:26:47 #17 writing image sha256:549d1b3cb86e392b0746432e6fbbd4b85731cf9dd5a3b1f6fe6a4d5b52450763 done
18:26:47 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
18:26:47 #17 DONE 4.4s
18:26:47 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220304144818-ab7cc48 -e VERSION=0.0.0-20220304144818-ab7cc48 -e CLI_GITCOMMIT=ab7cc48 -e ENGINE_GITCOMMIT=77d8292 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-633/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
18:26:47 + set -e
18:26:47 + mkdir -p /root/build-deb/engine
18:26:47 + tar -C /root/build-deb -xzf /sources/engine.tgz
18:26:48 + mkdir -p /root/build-deb/cli
18:26:48 + tar -C /root/build-deb -xzf /sources/cli.tgz
18:26:48 + mkdir -p /root/build-deb/scan-cli-plugin
18:26:48 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
18:26:48 + mkdir -p /go/src/github.com/docker
18:26:48 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
18:26:48 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
18:26:48 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
18:26:48 + EPOCH=5
18:26:48 + EPOCH_SEP=
18:26:48 + [[ ! -z 5 ]]
18:26:48 + EPOCH_SEP=:
18:26:48 + [[ -z 0.0.0-20220304144818-ab7cc48 ]]
18:26:48 + echo VERSION AAA 0.0.0-20220304144818-ab7cc48
18:26:48 VERSION AAA 0.0.0-20220304144818-ab7cc48
18:26:48 + VERSION=0.0.0-20220304144818-ab7cc48
18:26:48 + echo VERSION bbb 0.0.0-20220304144818-ab7cc48
18:26:48 VERSION bbb 0.0.0-20220304144818-ab7cc48
18:26:48 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
18:26:48 + debSource=docker-ce
18:26:48 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
18:26:48 + debMaintainer='Docker <support@docker.com>'
18:26:48 ++ date --rfc-2822
18:26:48 + debDate='Fri, 04 Mar 2022 18:26:48 +0000'
18:26:48 + cat
18:26:48 + export CLI_GITCOMMIT=ab7cc48
18:26:48 + CLI_GITCOMMIT=ab7cc48
18:26:48 + export ENGINE_GITCOMMIT=77d8292
18:26:48 + ENGINE_GITCOMMIT=77d8292
18:26:48 + export SCAN_GITCOMMIT=061fe0a
18:26:48 + SCAN_GITCOMMIT=061fe0a
18:26:48 + echo VERSION BBB 0.0.0-20220304144818-ab7cc48
18:26:48 VERSION BBB 0.0.0-20220304144818-ab7cc48
18:26:48 + dpkg-buildpackage -uc -us -I.git
18:26:48 dpkg-buildpackage: info: source package docker-ce
18:26:48 dpkg-buildpackage: info: source version 5:0.0.0-20220304144818-ab7cc48-0~raspbian-bullseye
18:26:48 dpkg-buildpackage: info: source distribution bullseye
18:26:48 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
18:26:48 dpkg-buildpackage: info: host architecture armhf
18:26:48  dpkg-source -I.git --before-build .
18:26:48  debian/rules clean
18:26:48 dh clean --with=bash-completion
18:26:49    dh_clean
18:26:49  dpkg-source -I.git -b .
18:26:49 dpkg-source: warning: native package version may not have a revision
18:26:49 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220304144818-ab7cc48-0~raspbian'
18:26:49 dpkg-source: info: using source format '1.0'
18:26:49 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220304144818-ab7cc48-0~raspbian-bullseye.tar.gz
18:26:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220304144818-ab7cc48-0~raspbian-bullseye.dsc
18:26:59  debian/rules build
18:26:59 dh build --with=bash-completion
18:26:59    dh_update_autotools_config
18:26:59    dh_autoreconf
18:26:59    debian/rules override_dh_auto_build
18:26:59 make[1]: Entering directory '/root/build-deb'
18:26:59 # Build the daemon and dependencies
18:26:59 cd engine && DOCKER_GITCOMMIT=77d8292 PRODUCT=docker ./hack/make.sh dynbinary
18:26:59 
18:26:59 Removing bundles/
18:26:59 
18:26:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
18:26:59 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220304144818-ab7cc48
18:26:59 GOOS="" GOARCH="" GOARM=""
18:28:20 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220304144818-ab7cc48
18:28:20 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220304144818-ab7cc48
18:28:20 GOOS="" GOARCH="" GOARM=""
18:28:20 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220304144818-ab7cc48
18:28:20 
18:28:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
18:28:20 + RM_GOPATH=0
18:28:20 + TMP_GOPATH=/go
18:28:20 + : /usr/local/bin
18:28:20 + '[' -z /go ']'
18:28:20 + export GOPATH=/go
18:28:20 + GOPATH=/go
18:28:20 + case "$(go env GOARCH)" in
18:28:20 ++ go env GOARCH
18:28:20 + export GO_BUILDMODE=-buildmode=pie
18:28:20 + GO_BUILDMODE=-buildmode=pie
18:28:20 ++ dirname hack/dockerfile/install/install.sh
18:28:20 + dir=hack/dockerfile/install
18:28:20 + bin=tini
18:28:20 + shift
18:28:20 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
18:28:20 + . hack/dockerfile/install/tini.installer
18:28:20 ++ : v0.19.0
18:28:20 + install_tini
18:28:20 + echo 'Install tini version v0.19.0'
18:28:20 + git clone https://github.com/krallin/tini.git /go/tini
18:28:20 Install tini version v0.19.0
18:28:20 Cloning into '/go/tini'...
18:28:20 + cd /go/tini
18:28:20 + git checkout -q v0.19.0
18:28:20 + cmake .
18:28:20 -- The C compiler identification is GNU 10.2.1
18:28:20 -- Detecting C compiler ABI info
18:28:20 -- Detecting C compiler ABI info - done
18:28:20 -- Check for working C compiler: /usr/bin/cc - skipped
18:28:20 -- Detecting C compile features
18:28:20 -- Detecting C compile features - done
18:28:20 -- Performing Test HAS_BUILTIN_FORTIFY
18:28:20 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:28:20 -- Configuring done
18:28:20 -- Generating done
18:28:20 -- Build files have been written to: /go/tini
18:28:20 + make tini-static
18:28:20 make[2]: Entering directory '/go/tini'
18:28:20 make[3]: Entering directory '/go/tini'
18:28:20 make[4]: Entering directory '/go/tini'
18:28:20 make[5]: Entering directory '/go/tini'
18:28:20 Scanning dependencies of target tini-static
18:28:20 make[5]: Leaving directory '/go/tini'
18:28:20 make[5]: Entering directory '/go/tini'
18:28:20 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:28:20 [100%] Linking C executable tini-static
18:28:20 make[5]: Leaving directory '/go/tini'
18:28:20 [100%] Built target tini-static
18:28:20 make[4]: Leaving directory '/go/tini'
18:28:20 make[3]: Leaving directory '/go/tini'
18:28:20 make[2]: Leaving directory '/go/tini'
18:28:20 + mkdir -p /usr/local/bin
18:28:20 + cp tini-static /usr/local/bin/docker-init
18:28:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
18:28:20 + RM_GOPATH=0
18:28:20 + TMP_GOPATH=/go
18:28:20 + : /usr/local/bin
18:28:20 + '[' -z /go ']'
18:28:20 + export GOPATH=/go
18:28:20 + GOPATH=/go
18:28:20 + case "$(go env GOARCH)" in
18:28:20 ++ go env GOARCH
18:28:20 + export GO_BUILDMODE=-buildmode=pie
18:28:20 + GO_BUILDMODE=-buildmode=pie
18:28:20 ++ dirname hack/dockerfile/install/install.sh
18:28:20 + dir=hack/dockerfile/install
18:28:20 + bin=rootlesskit
18:28:20 + shift
18:28:20 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
18:28:20 + . hack/dockerfile/install/rootlesskit.installer
18:28:20 ++ : v0.14.6
18:28:20 + install_rootlesskit dynamic
18:28:20 + case "$1" in
18:28:20 + install_rootlesskit_dynamic
18:28:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
18:28:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
18:28:20 + export BUILD_MODE=-buildmode=pie
18:28:20 + BUILD_MODE=-buildmode=pie
18:28:20 + _install_rootlesskit
18:28:20 + echo 'Install rootlesskit version v0.14.6'
18:28:20 + for f in rootlesskit rootlesskit-docker-proxy
18:28:20 + GOBIN=/usr/local/bin
18:28:20 + GO111MODULE=on
18:28:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
18:28:20 Install rootlesskit version v0.14.6
18:28:21 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
18:28:43 go: downloading github.com/sirupsen/logrus v1.8.1
18:28:43 go: downloading github.com/urfave/cli/v2 v2.3.0
18:28:43 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
18:28:43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
18:28:43 go: downloading github.com/google/uuid v1.3.0
18:28:43 go: downloading github.com/moby/vpnkit v0.5.0
18:28:43 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
18:28:43 go: downloading github.com/gofrs/flock v0.8.1
18:28:43 go: downloading github.com/gorilla/mux v1.8.0
18:28:43 go: downloading github.com/moby/sys/mountinfo v0.5.0
18:28:43 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
18:28:43 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
18:28:43 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
18:28:43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
18:28:48 + for f in rootlesskit rootlesskit-docker-proxy
18:28:48 + GOBIN=/usr/local/bin
18:28:48 + GO111MODULE=on
18:28:48 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
18:28:50 + return
18:28:50 # Build the CLI
18:28:50 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220304144818-ab7cc48 GITCOMMIT=ab7cc48 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
18:28:50 Building dynamic docker-linux-arm-v6
18:28:50 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=ab7cc48" -X "github.com/docker/cli/cli/version.BuildTime=2022-03-04T18:26:48Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220304144818-ab7cc48" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
18:29:28 make[2]: Entering directory '/root/build-deb/cli'
18:29:28 scripts/docs/generate-man.sh
18:29:28 + cp -r . /tmp/docker-cli-docsgen.lh7QTSnzFM/
18:29:28 + cd /tmp/docker-cli-docsgen.lh7QTSnzFM
18:29:28 + ./scripts/vendor init
18:29:28 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
18:29:28 + cp man/tools.go .
18:29:28 + ./scripts/vendor update
18:29:28 + go mod tidy -modfile=vendor.mod
18:32:50 go: github.com/containerd/containerd@v1.5.5 requires
18:32:50 	github.com/containerd/ttrpc@v1.0.2 requires
18:32:50 	google.golang.org/genproto@v0.0.0-20200117163144-32f20d992d24 requires
18:32:50 	golang.org/x/exp@v0.0.0-20190121172915-509febef88a4: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /go/pkg/mod/cache/vcs/879ce674f4d9f0a3a3f207a6503e782bb2113f1a3d0c1f8049cc523b96d9aa9e: exit status 128:
18:32:50 	fatal: unable to access 'https://go.googlesource.com/exp/': The requested URL returned error: 500
18:32:50 make[2]: *** [Makefile:71: manpages] Error 1
18:32:50 make[2]: Leaving directory '/root/build-deb/cli'
18:32:50 make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
18:32:50 make[1]: Leaving directory '/root/build-deb'
18:32:50 make: *** [debian/rules:107: build] Error 2
18:32:50 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
18:32:50 Makefile:73: recipe for target 'raspbian-bullseye' failed
18:32:50 make[1]: *** [raspbian-bullseye] Error 2
18:32:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-633/deb'
18:32:50 Makefile:76: recipe for target 'raspbian-bullseye' failed
18:32:50 make: *** [raspbian-bullseye] Error 2