Skip to content

Console Output

Skipping 42 KB.. Full Log
-y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:02:49 [2022-02-15T15:02:49.083Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
15:02:49 [2022-02-15T15:02:49.344Z] #47 ...
15:02:49 [2022-02-15T15:02:49.344Z] 
15:02:49 [2022-02-15T15:02:49.344Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:02:49 [2022-02-15T15:02:49.344Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4
15:02:49 [2022-02-15T15:02:49.344Z] #42 DONE 0.4s
15:02:49 [2022-02-15T15:02:49.344Z] 
15:02:49 [2022-02-15T15:02:49.344Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:02:49 [2022-02-15T15:02:49.344Z] #62 sha256:d3d12c2418517bbcf2cdee7c538b25f4532fce19ca520b1c7ce09636dbd70671
15:02:49 [2022-02-15T15:02:49.344Z] #62 DONE 0.4s
15:02:49 [2022-02-15T15:02:49.344Z] 
15:02:49 [2022-02-15T15:02:49.344Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
15:02:49 [2022-02-15T15:02:49.344Z] #25 sha256:6e9f01e53d1f1ffc8f787e200ac49d2b412f7f67ff6c00cc816d3d5470760cce
15:02:49 [2022-02-15T15:02:49.344Z] #25 DONE 0.4s
15:02:49 [2022-02-15T15:02:49.344Z] 
15:02:49 [2022-02-15T15:02:49.344Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
15:02:49 [2022-02-15T15:02:49.344Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055
15:02:54 [2022-02-15T15:02:54.642Z] #26 ...
15:02:54 [2022-02-15T15:02:54.642Z] 
15:02:54 [2022-02-15T15:02:54.642Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
15:02:54 [2022-02-15T15:02:54.642Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
15:02:54 [2022-02-15T15:02:54.642Z] #43 5.329 + git clone https://github.com/docker/distribution.git .
15:02:54 [2022-02-15T15:02:54.642Z] #43 5.331 Cloning into '.'...
15:02:54 [2022-02-15T15:02:54.902Z] #43 ...
15:02:54 [2022-02-15T15:02:54.902Z] 
15:02:54 [2022-02-15T15:02:54.902Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
15:02:54 [2022-02-15T15:02:54.902Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.370 + RM_GOPATH=0
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.370 + TMP_GOPATH=
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.370 + : /build
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.370 + '[' -z '' ']'
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.377 ++ mktemp -d
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.381 + export GOPATH=/tmp/tmp.4IlFcPXnS9
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.382 + GOPATH=/tmp/tmp.4IlFcPXnS9
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.382 + RM_GOPATH=1
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.382 + case "$(go env GOARCH)" in
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.383 ++ go env GOARCH
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.391 + export GO_BUILDMODE=-buildmode=pie
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.391 + GO_BUILDMODE=-buildmode=pie
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.391 ++ dirname /install.sh
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.401 + dir=/
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.408 + bin=dockercli
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.408 + shift
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.408 + '[' '!' -f //dockercli.installer ']'
15:02:54 [2022-02-15T15:02:54.902Z] #26 5.408 + . //dockercli.installer
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.408 ++ : stable
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.408 ++ : 17.06.2-ce
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.413 + install_dockercli
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.417 Install docker/cli version 17.06.2-ce from stable
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.417 + echo 'Install docker/cli version 17.06.2-ce from stable'
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.417 ++ uname -m
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.421 + arch=x86_64
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.421 + '[' x86_64 '!=' x86_64 ']'
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.422 + url=https://download.docker.com/linux/static
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.422 + tar -xz docker/docker
15:02:54 [2022-02-15T15:02:54.903Z] #26 5.423 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
15:02:59 [2022-02-15T15:02:59.118Z] #26 ...
15:02:59 [2022-02-15T15:02:59.118Z] 
15:02:59 [2022-02-15T15:02:59.118Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
15:02:59 [2022-02-15T15:02:59.118Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac
15:02:59 [2022-02-15T15:02:59.118Z] #53 6.470 go: downloading mvdan.cc/sh/v3 v3.0.2
15:02:59 [2022-02-15T15:02:59.118Z] #53 7.683 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
15:02:59 [2022-02-15T15:02:59.118Z] #53 7.750 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
15:02:59 [2022-02-15T15:02:59.118Z] #53 7.777 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
15:02:59 [2022-02-15T15:02:59.118Z] #53 9.610 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
15:02:59 [2022-02-15T15:02:59.118Z] #53 ...
15:02:59 [2022-02-15T15:02:59.118Z] 
15:02:59 [2022-02-15T15:02:59.118Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:02:59 [2022-02-15T15:02:59.118Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33
15:02:59 [2022-02-15T15:02:59.118Z] #34 4.433 + git clone https://github.com/kolyshkin/go-swagger.git .
15:02:59 [2022-02-15T15:02:59.118Z] #34 4.433 Cloning into '.'...
15:02:59 [2022-02-15T15:02:59.118Z] #34 ...
15:02:59 [2022-02-15T15:02:59.118Z] 
15:02:59 [2022-02-15T15:02:59.118Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:02:59 [2022-02-15T15:02:59.118Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:02:59 [2022-02-15T15:02:59.118Z] #14 6.277 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:02:59 [2022-02-15T15:02:59.118Z] #14 6.313 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:02:59 [2022-02-15T15:02:59.118Z] #14 6.313 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:02:59 [2022-02-15T15:02:59.118Z] #14 8.378 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
15:02:59 [2022-02-15T15:02:59.118Z] #14 10.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB]
15:02:59 [2022-02-15T15:02:59.380Z] #14 ...
15:02:59 [2022-02-15T15:02:59.380Z] 
15:02:59 [2022-02-15T15:02:59.380Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
15:02:59 [2022-02-15T15:02:59.380Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952
15:02:59 [2022-02-15T15:02:59.380Z] #63 5.545 + RM_GOPATH=0
15:02:59 [2022-02-15T15:02:59.380Z] #63 5.545 + TMP_GOPATH=
15:02:59 [2022-02-15T15:02:59.380Z] #63 5.545 + : /build
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.545 + '[' -z '' ']'
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.545 ++ mktemp -d
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.565 + export GOPATH=/tmp/tmp.UbZnyEoA2U
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.565 + GOPATH=/tmp/tmp.UbZnyEoA2U
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.565 + RM_GOPATH=1
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.565 + case "$(go env GOARCH)" in
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.565 ++ go env GOARCH
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + export GO_BUILDMODE=-buildmode=pie
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + GO_BUILDMODE=-buildmode=pie
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 ++ dirname /install.sh
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + dir=/
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + bin=rootlesskit
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + shift
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + '[' '!' -f //rootlesskit.installer ']'
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + . //rootlesskit.installer
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 ++ : v0.14.6
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + install_rootlesskit
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + case "$1" in
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + export CGO_ENABLED=0
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + CGO_ENABLED=0
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.598 + _install_rootlesskit
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.649 + echo 'Install rootlesskit version v0.14.6'
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.649 + for f in rootlesskit rootlesskit-docker-proxy
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.649 + GOBIN=/build
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.649 + GO111MODULE=on
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.649 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
15:02:59 [2022-02-15T15:02:59.381Z] #63 5.649 Install rootlesskit version v0.14.6
15:02:59 [2022-02-15T15:02:59.381Z] #63 6.790 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
15:02:59 [2022-02-15T15:02:59.381Z] #63 9.777 go: downloading github.com/sirupsen/logrus v1.8.1
15:02:59 [2022-02-15T15:02:59.381Z] #63 9.781 go: downloading github.com/urfave/cli/v2 v2.3.0
15:02:59 [2022-02-15T15:02:59.381Z] #63 ...
15:02:59 [2022-02-15T15:02:59.381Z] 
15:02:59 [2022-02-15T15:02:59.381Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:02:59 [2022-02-15T15:02:59.381Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:02:59 [2022-02-15T15:02:59.381Z] #51 4.140 go: downloading github.com/golangci/golangci-lint v1.44.0
15:02:59 [2022-02-15T15:02:59.642Z] #51 ...
15:02:59 [2022-02-15T15:02:59.642Z] 
15:02:59 [2022-02-15T15:02:59.642Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
15:02:59 [2022-02-15T15:02:59.642Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda
15:02:59 [2022-02-15T15:02:59.642Z] #49 5.188 go: downloading gotest.tools/gotestsum v1.7.0
15:02:59 [2022-02-15T15:02:59.642Z] #49 6.747 go: downloading github.com/fatih/color v1.10.0
15:02:59 [2022-02-15T15:02:59.642Z] #49 6.778 go: downloading github.com/dnephin/pflag v1.0.7
15:02:59 [2022-02-15T15:02:59.642Z] #49 6.778 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
15:02:59 [2022-02-15T15:02:59.642Z] #49 6.815 go: downloading github.com/pkg/errors v0.9.1
15:02:59 [2022-02-15T15:02:59.642Z] #49 7.202 go: downloading golang.org/x/tools v0.1.0
15:02:59 [2022-02-15T15:02:59.642Z] #49 7.319 go: downloading github.com/mattn/go-colorable v0.1.8
15:02:59 [2022-02-15T15:02:59.642Z] #49 7.459 go: downloading github.com/mattn/go-isatty v0.0.12
15:02:59 [2022-02-15T15:02:59.642Z] #49 7.913 go: downloading github.com/fsnotify/fsnotify v1.4.9
15:02:59 [2022-02-15T15:02:59.642Z] #49 8.143 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
15:02:59 [2022-02-15T15:02:59.642Z] #49 ...
15:02:59 [2022-02-15T15:02:59.642Z] 
15:02:59 [2022-02-15T15:02:59.642Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
15:02:59 [2022-02-15T15:02:59.642Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2
15:02:59 [2022-02-15T15:02:59.642Z] #36 5.405 go: downloading github.com/pelletier/go-toml v1.8.1
15:02:59 [2022-02-15T15:02:59.904Z] #36 ...
15:02:59 [2022-02-15T15:02:59.904Z] 
15:02:59 [2022-02-15T15:02:59.904Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
15:02:59 [2022-02-15T15:02:59.904Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
15:02:59 [2022-02-15T15:02:59.905Z] #58 5.810 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:02:59 [2022-02-15T15:02:59.905Z] #58 5.863 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:02:59 [2022-02-15T15:02:59.905Z] #58 5.864 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:02:59 [2022-02-15T15:02:59.905Z] #58 7.302 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
15:02:59 [2022-02-15T15:02:59.905Z] #58 9.185 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB]
15:02:59 [2022-02-15T15:02:59.905Z] #58 11.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:02:59 [2022-02-15T15:02:59.905Z] #58 ...
15:02:59 [2022-02-15T15:02:59.905Z] 
15:02:59 [2022-02-15T15:02:59.905Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
15:02:59 [2022-02-15T15:02:59.905Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952
15:02:59 [2022-02-15T15:02:59.905Z] #63 10.34 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
15:03:04 [2022-02-15T15:03:04.166Z] #63 14.24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
15:03:04 [2022-02-15T15:03:04.166Z] #63 14.75 go: downloading github.com/google/uuid v1.3.0
15:03:04 [2022-02-15T15:03:04.166Z] #63 14.75 go: downloading github.com/moby/vpnkit v0.5.0
15:03:04 [2022-02-15T15:03:04.166Z] #63 14.85 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:03:04 [2022-02-15T15:03:04.166Z] #63 14.88 go: downloading github.com/gofrs/flock v0.8.1
15:03:04 [2022-02-15T15:03:04.428Z] #63 14.97 go: downloading github.com/gorilla/mux v1.8.0
15:03:04 [2022-02-15T15:03:04.428Z] #63 15.17 go: downloading github.com/moby/sys/mountinfo v0.5.0
15:03:05 [2022-02-15T15:03:05.002Z] #63 15.66 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:03:05 [2022-02-15T15:03:05.002Z] #63 ...
15:03:05 [2022-02-15T15:03:05.002Z] 
15:03:05 [2022-02-15T15:03:05.002Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
15:03:05 [2022-02-15T15:03:05.002Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
15:03:05 [2022-02-15T15:03:05.002Z] #38 6.210 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:03:05 [2022-02-15T15:03:05.002Z] #38 6.248 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:03:05 [2022-02-15T15:03:05.002Z] #38 6.262 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:03:05 [2022-02-15T15:03:05.002Z] #38 7.430 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
15:03:05 [2022-02-15T15:03:05.002Z] #38 9.308 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB]
15:03:05 [2022-02-15T15:03:05.003Z] #38 10.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:03:05 [2022-02-15T15:03:05.264Z] #38 ...
15:03:05 [2022-02-15T15:03:05.264Z] 
15:03:05 [2022-02-15T15:03:05.264Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
15:03:05 [2022-02-15T15:03:05.264Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055
15:03:05 [2022-02-15T15:03:05.264Z] #26 14.35 + mkdir -p /build
15:03:05 [2022-02-15T15:03:05.264Z] #26 14.35 + mv docker/docker /build/
15:03:05 [2022-02-15T15:03:05.264Z] #26 14.35 + rmdir docker
15:03:05 [2022-02-15T15:03:05.526Z] #26 ...
15:03:05 [2022-02-15T15:03:05.526Z] 
15:03:05 [2022-02-15T15:03:05.526Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:03:05 [2022-02-15T15:03:05.526Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
15:03:05 [2022-02-15T15:03:05.526Z] #47 6.263 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:03:05 [2022-02-15T15:03:05.526Z] #47 6.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:03:05 [2022-02-15T15:03:05.526Z] #47 6.332 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:03:05 [2022-02-15T15:03:05.526Z] #47 7.062 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
15:03:05 [2022-02-15T15:03:05.526Z] #47 8.408 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
15:03:05 [2022-02-15T15:03:05.526Z] #47 9.864 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB]
15:03:05 [2022-02-15T15:03:05.526Z] #47 11.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:03:05 [2022-02-15T15:03:05.526Z] #47 13.53 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
15:03:05 [2022-02-15T15:03:05.526Z] #47 ...
15:03:05 [2022-02-15T15:03:05.526Z] 
15:03:05 [2022-02-15T15:03:05.526Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
15:03:05 [2022-02-15T15:03:05.526Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952
15:03:05 [2022-02-15T15:03:05.526Z] #63 16.02 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
15:03:05 [2022-02-15T15:03:05.526Z] #63 16.18 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
15:03:05 [2022-02-15T15:03:05.787Z] #63 ...
15:03:05 [2022-02-15T15:03:05.787Z] 
15:03:05 [2022-02-15T15:03:05.787Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
15:03:05 [2022-02-15T15:03:05.787Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055
15:03:05 [2022-02-15T15:03:05.787Z] #26 DONE 16.4s
15:03:05 [2022-02-15T15:03:05.787Z] 
15:03:05 [2022-02-15T15:03:05.787Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
15:03:05 [2022-02-15T15:03:05.787Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda
15:03:05 [2022-02-15T15:03:05.787Z] #49 11.62 go: downloading github.com/jonboulle/clockwork v0.2.2
15:03:05 [2022-02-15T15:03:05.787Z] #49 11.65 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
15:03:05 [2022-02-15T15:03:05.787Z] #49 11.71 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
15:03:05 [2022-02-15T15:03:05.787Z] #49 13.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
15:03:05 [2022-02-15T15:03:05.787Z] #49 13.50 go: downloading golang.org/x/mod v0.3.0
15:03:07 [2022-02-15T15:03:07.708Z] #49 ...
15:03:07 [2022-02-15T15:03:07.708Z] 
15:03:07 [2022-02-15T15:03:07.708Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
15:03:07 [2022-02-15T15:03:07.708Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.80 tomll can be used in two ways:
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81 Writing to STDIN and reading from STDOUT:
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81   cat file.toml | tomll > file.toml
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81 
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81 Reading and updating a list of files:
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81   tomll a.toml b.toml c.toml
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81 
15:03:07 [2022-02-15T15:03:07.708Z] #36 18.81 When given a list of files, tomll will modify all files in place without asking.
15:03:08 [2022-02-15T15:03:08.282Z] #36 DONE 19.4s
15:03:08 [2022-02-15T15:03:08.282Z] 
15:03:08 [2022-02-15T15:03:08.283Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:03:08 [2022-02-15T15:03:08.283Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:03:08 [2022-02-15T15:03:08.283Z] #14 11.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:03:08 [2022-02-15T15:03:08.283Z] #14 ...
15:03:08 [2022-02-15T15:03:08.283Z] 
15:03:08 [2022-02-15T15:03:08.283Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
15:03:08 [2022-02-15T15:03:08.283Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952
15:03:08 [2022-02-15T15:03:08.283Z] #63 19.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:03:13 [2022-02-15T15:03:13.578Z] #63 ...
15:03:13 [2022-02-15T15:03:13.578Z] 
15:03:13 [2022-02-15T15:03:13.578Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
15:03:13 [2022-02-15T15:03:13.578Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
15:03:13 [2022-02-15T15:03:13.578Z] #43 24.02 + git checkout -q v2.3.0
15:03:14 [2022-02-15T15:03:14.784Z] #43 25.37 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
15:03:19 [2022-02-15T15:03:19.004Z] #43 ...
15:03:19 [2022-02-15T15:03:19.004Z] 
15:03:19 [2022-02-15T15:03:19.004Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
15:03:19 [2022-02-15T15:03:19.004Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
15:03:19 [2022-02-15T15:03:19.004Z] #38 19.90 Fetched 8503 kB in 14s (608 kB/s)
15:03:19 [2022-02-15T15:03:19.004Z] #38 19.90 Reading package lists...
15:03:19 [2022-02-15T15:03:19.004Z] #38 24.55 Reading package lists...
15:03:19 [2022-02-15T15:03:19.004Z] #38 28.78 Building dependency tree...
15:03:19 [2022-02-15T15:03:19.004Z] #38 ...
15:03:19 [2022-02-15T15:03:19.004Z] 
15:03:19 [2022-02-15T15:03:19.004Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:03:19 [2022-02-15T15:03:19.004Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:03:19 [2022-02-15T15:03:19.004Z] #51 27.98 go: downloading github.com/gofrs/flock v0.8.1
15:03:19 [2022-02-15T15:03:19.004Z] #51 27.98 go: downloading github.com/fatih/color v1.13.0
15:03:19 [2022-02-15T15:03:19.004Z] #51 28.03 go: downloading github.com/spf13/cobra v1.3.0
15:03:19 [2022-02-15T15:03:19.004Z] #51 28.04 go: downloading github.com/spf13/pflag v1.0.5
15:03:19 [2022-02-15T15:03:19.004Z] #51 28.28 go: downloading github.com/spf13/viper v1.10.1
15:03:19 [2022-02-15T15:03:19.004Z] #51 28.42 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15:03:19 [2022-02-15T15:03:19.004Z] #51 28.76 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
15:03:19 [2022-02-15T15:03:19.004Z] #51 28.79 go: downloading github.com/go-critic/go-critic v0.6.2
15:03:19 [2022-02-15T15:03:19.004Z] #51 29.76 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:03:19 [2022-02-15T15:03:19.004Z] #51 29.83 go: downloading github.com/hashicorp/go-multierror v1.1.1
15:03:19 [2022-02-15T15:03:19.265Z] #51 ...
15:03:19 [2022-02-15T15:03:19.265Z] 
15:03:19 [2022-02-15T15:03:19.265Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
15:03:19 [2022-02-15T15:03:19.265Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
15:03:19 [2022-02-15T15:03:19.265Z] #58 20.44 Fetched 8503 kB in 15s (571 kB/s)
15:03:19 [2022-02-15T15:03:19.265Z] #58 20.44 Reading package lists...
15:03:19 [2022-02-15T15:03:19.265Z] #58 24.55 Reading package lists...
15:03:19 [2022-02-15T15:03:19.265Z] #58 28.77 Building dependency tree...
15:03:19 [2022-02-15T15:03:19.842Z] #58 ...
15:03:19 [2022-02-15T15:03:19.842Z] 
15:03:19 [2022-02-15T15:03:19.842Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:03:19 [2022-02-15T15:03:19.842Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:03:19 [2022-02-15T15:03:19.842Z] #14 20.82 Fetched 8503 kB in 15s (574 kB/s)
15:03:19 [2022-02-15T15:03:19.842Z] #14 20.82 Reading package lists...
15:03:19 [2022-02-15T15:03:19.842Z] #14 25.24 Reading package lists...
15:03:19 [2022-02-15T15:03:19.842Z] #14 29.51 Building dependency tree...
15:03:19 [2022-02-15T15:03:19.842Z] #14 ...
15:03:19 [2022-02-15T15:03:19.842Z] 
15:03:19 [2022-02-15T15:03:19.842Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:03:19 [2022-02-15T15:03:19.842Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
15:03:19 [2022-02-15T15:03:19.842Z] #47 20.98 Fetched 8506 kB in 15s (564 kB/s)
15:03:19 [2022-02-15T15:03:19.842Z] #47 20.98 Reading package lists...
15:03:19 [2022-02-15T15:03:19.842Z] #47 25.42 Reading package lists...
15:03:19 [2022-02-15T15:03:19.842Z] #47 29.58 Building dependency tree...
15:03:20 [2022-02-15T15:03:20.416Z] #47 ...
15:03:20 [2022-02-15T15:03:20.416Z] 
15:03:20 [2022-02-15T15:03:20.416Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
15:03:20 [2022-02-15T15:03:20.416Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
15:03:20 [2022-02-15T15:03:20.416Z] #58 31.33 The following additional packages will be installed:
15:03:20 [2022-02-15T15:03:20.416Z] #58 31.34   libbtrfs0
15:03:20 [2022-02-15T15:03:20.416Z] #58 31.54 The following NEW packages will be installed:
15:03:20 [2022-02-15T15:03:20.416Z] #58 31.55   libbtrfs-dev libbtrfs0
15:03:20 [2022-02-15T15:03:20.678Z] #58 31.95 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
15:03:20 [2022-02-15T15:03:20.678Z] #58 31.95 Need to get 460 kB of archives.
15:03:20 [2022-02-15T15:03:20.678Z] #58 31.95 After this operation, 1237 kB of additional disk space will be used.
15:03:20 [2022-02-15T15:03:20.678Z] #58 31.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:03:20 [2022-02-15T15:03:20.939Z] #58 31.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:03:21 [2022-02-15T15:03:21.884Z] #58 32.84 debconf: delaying package configuration, since apt-utils is not installed
15:03:21 [2022-02-15T15:03:21.884Z] #58 33.02 Fetched 460 kB in 0s (1387 kB/s)
15:03:21 [2022-02-15T15:03:21.884Z] #58 33.10 Selecting previously unselected package libbtrfs0:amd64.
15:03:22 [2022-02-15T15:03:22.146Z] #58 33.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
15:03:22 [2022-02-15T15:03:22.146Z] #58 33.17 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
15:03:22 [2022-02-15T15:03:22.146Z] #58 33.21 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:03:22 [2022-02-15T15:03:22.408Z] #58 33.53 Selecting previously unselected package libbtrfs-dev:amd64.
15:03:22 [2022-02-15T15:03:22.408Z] #58 33.54 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
15:03:22 [2022-02-15T15:03:22.408Z] #58 33.55 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:03:22 [2022-02-15T15:03:22.982Z] #58 33.99 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:03:22 [2022-02-15T15:03:22.982Z] #58 ...
15:03:22 [2022-02-15T15:03:22.982Z] 
15:03:22 [2022-02-15T15:03:22.982Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
15:03:22 [2022-02-15T15:03:22.982Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac
15:03:22 [2022-02-15T15:03:22.982Z] #53 33.59 v3.0.2
15:03:22 [2022-02-15T15:03:22.982Z] #53 DONE 34.2s
15:03:22 [2022-02-15T15:03:22.982Z] 
15:03:22 [2022-02-15T15:03:22.982Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
15:03:22 [2022-02-15T15:03:22.982Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
15:03:22 [2022-02-15T15:03:22.982Z] #58 34.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:03:22 [2022-02-15T15:03:22.982Z] #58 34.18 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:03:23 [2022-02-15T15:03:23.557Z] #58 DONE 34.6s
15:03:23 [2022-02-15T15:03:23.557Z] 
15:03:23 [2022-02-15T15:03:23.557Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:03:23 [2022-02-15T15:03:23.557Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.56 go: downloading github.com/mattn/go-colorable v0.1.12
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.56 go: downloading github.com/sirupsen/logrus v1.8.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.59 go: downloading github.com/stretchr/testify v1.7.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.71 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.78 go: downloading github.com/mattn/go-isatty v0.0.14
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.79 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.87 go: downloading github.com/fsnotify/fsnotify v1.5.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.89 go: downloading github.com/magiconair/properties v1.8.5
15:03:23 [2022-02-15T15:03:23.557Z] #51 32.93 go: downloading github.com/mitchellh/mapstructure v1.4.3
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.00 go: downloading github.com/spf13/afero v1.6.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.00 go: downloading github.com/spf13/cast v1.4.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.02 go: downloading github.com/spf13/jwalterweatherman v1.1.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.05 go: downloading github.com/subosito/gotenv v1.2.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.16 go: downloading gopkg.in/ini.v1 v1.66.2
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.22 go: downloading github.com/go-toolsmith/astcast v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.29 go: downloading github.com/go-toolsmith/astcopy v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.30 go: downloading github.com/go-toolsmith/astequal v1.0.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.33 go: downloading github.com/go-toolsmith/astfmt v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.33 go: downloading github.com/go-toolsmith/astp v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.36 go: downloading github.com/go-toolsmith/strparse v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.36 go: downloading github.com/go-toolsmith/typep v1.0.2
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.36 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.47 go: downloading github.com/hashicorp/errwrap v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.52 go: downloading 4d63.com/gochecknoglobals v0.1.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.69 go: downloading github.com/Antonboom/errname v0.1.5
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.75 go: downloading github.com/Antonboom/nilnil v0.1.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.75 go: downloading github.com/BurntSushi/toml v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.81 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.84 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.88 go: downloading github.com/alexkohler/prealloc v1.0.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.91 go: downloading github.com/ashanbrown/forbidigo v1.3.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.92 go: downloading github.com/ashanbrown/makezero v1.1.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 33.93 go: downloading github.com/bkielbasa/cyclop v1.2.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.07 go: downloading github.com/blizzy78/varnamelen v0.5.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.12 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.36 go: downloading github.com/breml/bidichk v0.2.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.47 go: downloading github.com/breml/errchkjson v0.2.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.48 go: downloading github.com/butuzov/ireturn v0.1.1
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.51 go: downloading github.com/charithe/durationcheck v0.0.9
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.60 go: downloading github.com/daixiang0/gci v0.2.9
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.60 go: downloading github.com/denis-tingajkin/go-header v0.4.2
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.67 go: downloading github.com/esimonov/ifshort v1.0.4
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.67 go: downloading github.com/fzipp/gocyclo v0.4.0
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.70 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
15:03:23 [2022-02-15T15:03:23.557Z] #51 34.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
15:03:24 [2022-02-15T15:03:24.130Z] #51 ...
15:03:24 [2022-02-15T15:03:24.130Z] 
15:03:24 [2022-02-15T15:03:24.130Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:03:24 [2022-02-15T15:03:24.130Z] #59 sha256:3f64c2586e2f7f3ec78c646be1c012357bbd0e9ca84e7ab950bd969d2f405399
15:03:24 [2022-02-15T15:03:24.130Z] #59 DONE 0.4s
15:03:24 [2022-02-15T15:03:24.130Z] 
15:03:24 [2022-02-15T15:03:24.130Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:03:24 [2022-02-15T15:03:24.130Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:03:24 [2022-02-15T15:03:24.130Z] #51 35.07 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
15:03:24 [2022-02-15T15:03:24.130Z] #51 35.23 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
15:03:24 [2022-02-15T15:03:24.130Z] #51 35.25 go: downloading github.com/golangci/misspell v0.3.5
15:03:24 [2022-02-15T15:03:24.130Z] #51 35.28 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
15:03:24 [2022-02-15T15:03:24.130Z] #51 35.33 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
15:03:24 [2022-02-15T15:03:24.391Z] #51 35.37 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
15:03:24 [2022-02-15T15:03:24.391Z] #51 35.38 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
15:03:24 [2022-02-15T15:03:24.391Z] #51 35.41 go: downloading github.com/jgautheron/goconst v1.5.1
15:03:24 [2022-02-15T15:03:24.391Z] #51 35.44 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
15:03:24 [2022-02-15T15:03:24.391Z] #51 35.47 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
15:03:24 [2022-02-15T15:03:24.391Z] #51 35.55 go: downloading github.com/julz/importas v0.1.0
15:03:24 [2022-02-15T15:03:24.664Z] #51 35.59 go: downloading github.com/kisielk/errcheck v1.6.0
15:03:24 [2022-02-15T15:03:24.664Z] #51 35.61 go: downloading github.com/kulti/thelper v0.5.0
15:03:24 [2022-02-15T15:03:24.664Z] #51 35.71 go: downloading github.com/kunwardeep/paralleltest v1.0.3
15:03:24 [2022-02-15T15:03:24.664Z] #51 35.73 go: downloading github.com/kyoh86/exportloopref v0.1.8
15:03:24 [2022-02-15T15:03:24.664Z] #51 35.75 go: downloading github.com/ldez/gomoddirectives v0.2.2
15:03:24 [2022-02-15T15:03:24.664Z] #51 35.81 go: downloading github.com/ldez/tagliatelle v0.3.0
15:03:24 [2022-02-15T15:03:24.926Z] #51 35.84 go: downloading github.com/leonklingele/grouper v1.1.0
15:03:24 [2022-02-15T15:03:24.926Z] #51 35.88 go: downloading github.com/maratori/testpackage v1.0.1
15:03:24 [2022-02-15T15:03:24.926Z] #51 35.89 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
15:03:24 [2022-02-15T15:03:24.926Z] #51 35.95 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
15:03:24 [2022-02-15T15:03:24.926Z] #51 35.97 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
15:03:24 [2022-02-15T15:03:24.926Z] #51 35.98 go: downloading github.com/mgechev/revive v1.1.3
15:03:25 [2022-02-15T15:03:25.503Z] #51 36.59 go: downloading github.com/moricho/tparallel v0.2.1
15:03:25 [2022-02-15T15:03:25.503Z] #51 36.60 go: downloading github.com/nakabonne/nestif v0.3.1
15:03:25 [2022-02-15T15:03:25.503Z] #51 36.63 go: downloading github.com/nishanths/exhaustive v0.7.11
15:03:25 [2022-02-15T15:03:25.503Z] #51 36.64 go: downloading github.com/nishanths/predeclared v0.2.1
15:03:25 [2022-02-15T15:03:25.503Z] #51 36.65 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
15:03:25 [2022-02-15T15:03:25.503Z] #51 36.69 go: downloading github.com/ryancurrah/gomodguard v1.2.3
15:03:25 [2022-02-15T15:03:25.764Z] #51 36.71 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
15:03:25 [2022-02-15T15:03:25.764Z] #51 36.73 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
15:03:25 [2022-02-15T15:03:25.764Z] #51 36.79 go: downloading github.com/securego/gosec/v2 v2.9.6
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.00 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.00 go: downloading github.com/sivchari/containedctx v1.0.1
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.02 go: downloading github.com/sivchari/tenv v1.4.7
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.02 go: downloading github.com/sonatard/noctx v0.0.1
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.02 go: downloading github.com/sourcegraph/go-diff v0.6.1
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.04 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.05 go: downloading github.com/sylvia7788/contextcheck v1.0.4
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.07 go: downloading github.com/tdakkota/asciicheck v0.1.1
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.12 go: downloading github.com/tetafro/godot v1.4.11
15:03:26 [2022-02-15T15:03:26.027Z] #51 37.16 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.22 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.37 go: downloading github.com/ultraware/funlen v0.0.3
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.39 go: downloading github.com/ultraware/whitespace v0.0.4
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.40 go: downloading github.com/uudashr/gocognit v1.0.5
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.42 go: downloading github.com/yagipy/maintidx v1.0.0
15:03:26 [2022-02-15T15:03:26.300Z] #51 37.44 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
15:03:26 [2022-02-15T15:03:26.563Z] #51 37.70 go: downloading gitlab.com/bosi/decorder v0.2.1
15:03:26 [2022-02-15T15:03:26.826Z] #51 37.83 go: downloading honnef.co/go/tools v0.2.2
15:03:27 [2022-02-15T15:03:27.774Z] #51 39.04 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
15:03:27 [2022-02-15T15:03:27.775Z] #51 39.04 go: downloading mvdan.cc/gofumpt v0.2.1
15:03:28 [2022-02-15T15:03:28.036Z] #51 39.10 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
15:03:28 [2022-02-15T15:03:28.036Z] #51 39.19 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
15:03:29 [2022-02-15T15:03:29.426Z] #51 40.31 go: downloading github.com/davecgh/go-spew v1.1.1
15:03:29 [2022-02-15T15:03:29.426Z] #51 40.38 go: downloading github.com/pmezard/go-difflib v1.0.0
15:03:29 [2022-02-15T15:03:29.426Z] #51 40.40 go: downloading github.com/stretchr/objx v0.1.1
15:03:29 [2022-02-15T15:03:29.426Z] #51 40.48 go: downloading github.com/hashicorp/hcl v1.0.0
15:03:29 [2022-02-15T15:03:29.426Z] #51 40.60 go: downloading github.com/pelletier/go-toml v1.9.4
15:03:29 [2022-02-15T15:03:29.426Z] #51 40.63 go: downloading gopkg.in/yaml.v2 v2.4.0
15:03:30 [2022-02-15T15:03:30.005Z] #51 40.84 go: downloading golang.org/x/text v0.3.7
15:03:30 [2022-02-15T15:03:30.580Z] #51 ...
15:03:30 [2022-02-15T15:03:30.580Z] 
15:03:30 [2022-02-15T15:03:30.580Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
15:03:30 [2022-02-15T15:03:30.580Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
15:03:30 [2022-02-15T15:03:30.580Z] #38 31.65 The following additional packages will be installed:
15:03:30 [2022-02-15T15:03:30.580Z] #38 31.66   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
15:03:30 [2022-02-15T15:03:30.580Z] #38 31.67 Suggested packages:
15:03:30 [2022-02-15T15:03:30.580Z] #38 31.69   cmake-doc ninja-build lrzip
15:03:30 [2022-02-15T15:03:30.580Z] #38 31.69 Recommended packages:
15:03:30 [2022-02-15T15:03:30.580Z] #38 31.69   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.37 The following NEW packages will be installed:
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.39   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.39   vim-common xxd
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.80 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.80 Need to get 17.7 MB of archives.
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.80 After this operation, 70.7 MB of additional disk space will be used.
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.80 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 32.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 33.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 33.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 33.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 33.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 33.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 33.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #38 34.97 debconf: delaying package configuration, since apt-utils is not installed
15:03:30 [2022-02-15T15:03:30.580Z] #38 35.34 Fetched 17.7 MB in 1s (13.8 MB/s)
15:03:30 [2022-02-15T15:03:30.580Z] #38 35.40 Selecting previously unselected package xxd.
15:03:30 [2022-02-15T15:03:30.580Z] #38 35.40 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
15:03:30 [2022-02-15T15:03:30.580Z] #38 35.55 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 35.57 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 36.10 Selecting previously unselected package vim-common.
15:03:30 [2022-02-15T15:03:30.580Z] #38 36.10 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 36.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 36.62 Selecting previously unselected package cmake-data.
15:03:30 [2022-02-15T15:03:30.580Z] #38 36.63 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 36.64 Unpacking cmake-data (3.18.4-2+deb11u1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 39.16 Selecting previously unselected package libicu67:amd64.
15:03:30 [2022-02-15T15:03:30.580Z] #38 39.16 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 39.18 Unpacking libicu67:amd64 (67.1-7) ...
15:03:30 [2022-02-15T15:03:30.580Z] #38 ...
15:03:30 [2022-02-15T15:03:30.580Z] 
15:03:30 [2022-02-15T15:03:30.580Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:03:30 [2022-02-15T15:03:30.580Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.48 The following additional packages will be installed:
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.49   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.50   python3-protobuf python3-six
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.50 Suggested packages:
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.51   python3-setuptools
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.51 Recommended packages:
15:03:30 [2022-02-15T15:03:30.580Z] #47 32.51   iproute2 | iproute
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.08 The following NEW packages will be installed:
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.10   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.11   python3-protobuf python3-six
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.55 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.55 Need to get 2292 kB of archives.
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.55 After this operation, 11.0 MB of additional disk space will be used.
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 33.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 36.99 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
15:03:30 [2022-02-15T15:03:30.580Z] #47 38.35 debconf: delaying package configuration, since apt-utils is not installed
15:03:30 [2022-02-15T15:03:30.580Z] #47 38.61 Fetched 2292 kB in 4s (546 kB/s)
15:03:30 [2022-02-15T15:03:30.580Z] #47 38.73 Selecting previously unselected package libprotobuf23:amd64.
15:03:30 [2022-02-15T15:03:30.580Z] #47 38.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
15:03:30 [2022-02-15T15:03:30.580Z] #47 38.80 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 38.83 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 39.82 Selecting previously unselected package python3-pkg-resources.
15:03:30 [2022-02-15T15:03:30.580Z] #47 39.82 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 39.83 Unpacking python3-pkg-resources (52.0.0-4) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.08 Selecting previously unselected package python3-six.
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.08 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.08 Unpacking python3-six (1.16.0-2) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.39 Selecting previously unselected package python3-protobuf.
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.39 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.40 Unpacking python3-protobuf (3.12.4-1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.96 Selecting previously unselected package libnet1:amd64.
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.97 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 40.99 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.11 Selecting previously unselected package libnl-3-200:amd64.
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.12 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.12 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.27 Selecting previously unselected package libprotobuf-c1:amd64.
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.27 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.43 Selecting previously unselected package criu.
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.43 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
15:03:30 [2022-02-15T15:03:30.580Z] #47 41.44 Unpacking criu (3.16.1-3) ...
15:03:31 [2022-02-15T15:03:31.154Z] #47 42.03 Setting up python3-pkg-resources (52.0.0-4) ...
15:03:31 [2022-02-15T15:03:31.416Z] #47 ...
15:03:31 [2022-02-15T15:03:31.416Z] 
15:03:31 [2022-02-15T15:03:31.416Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:03:31 [2022-02-15T15:03:31.416Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51 The following additional packages will be installed:
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.51   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.52   mingw-w64-common mingw-w64-x86-64-dev
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.54 Suggested packages:
15:03:31 [2022-02-15T15:03:31.416Z] #14 32.54   gcc-10-locales seccomp wine64
15:03:31 [2022-02-15T15:03:31.416Z] #14 33.59 The following NEW packages will be installed:
15:03:31 [2022-02-15T15:03:31.416Z] #14 33.59   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:03:31 [2022-02-15T15:03:31.416Z] #14 33.60   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.60   mingw-w64-x86-64-dev
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.97 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.97 Need to get 115 MB of archives.
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.97 After this operation, 645 MB of additional disk space will be used.
15:03:31 [2022-02-15T15:03:31.417Z] #14 33.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 34.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 34.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 34.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 34.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 34.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 34.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 35.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 35.02 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 36.05 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 37.35 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 37.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 38.42 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 39.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.43 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.44 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.45 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.47 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.48 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.48 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.51 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.54 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 40.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
15:03:31 [2022-02-15T15:03:31.417Z] #14 41.37 debconf: delaying package configuration, since apt-utils is not installed
15:03:31 [2022-02-15T15:03:31.417Z] #14 41.60 Fetched 115 MB in 7s (16.6 MB/s)
15:03:31 [2022-02-15T15:03:31.417Z] #14 41.69 Selecting previously unselected package binutils-mingw-w64-i686.
15:03:31 [2022-02-15T15:03:31.417Z] #14 41.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
15:03:31 [2022-02-15T15:03:31.417Z] #14 41.74 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
15:03:31 [2022-02-15T15:03:31.417Z] #14 41.75 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:03:32 [2022-02-15T15:03:32.808Z] #14 43.69 Selecting previously unselected package binutils-mingw-w64-x86-64.
15:03:32 [2022-02-15T15:03:32.808Z] #14 43.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
15:03:32 [2022-02-15T15:03:32.808Z] #14 43.70 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:03:32 [2022-02-15T15:03:32.808Z] #14 ...
15:03:32 [2022-02-15T15:03:32.808Z] 
15:03:32 [2022-02-15T15:03:32.808Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:03:32 [2022-02-15T15:03:32.808Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
15:03:32 [2022-02-15T15:03:32.808Z] #47 43.54 Setting up libprotobuf23:amd64 (3.12.4-1) ...
15:03:32 [2022-02-15T15:03:32.808Z] #47 43.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:03:32 [2022-02-15T15:03:32.808Z] #47 43.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:03:32 [2022-02-15T15:03:32.808Z] #47 43.60 Setting up python3-six (1.16.0-2) ...
15:03:33 [2022-02-15T15:03:33.754Z] #47 44.62 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:03:33 [2022-02-15T15:03:33.754Z] #47 44.66 Setting up python3-protobuf (3.12.4-1) ...
15:03:34 [2022-02-15T15:03:34.015Z] #47 ...
15:03:34 [2022-02-15T15:03:34.015Z] 
15:03:34 [2022-02-15T15:03:34.015Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:03:34 [2022-02-15T15:03:34.015Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.372 + RM_GOPATH=0
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.372 + TMP_GOPATH=
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.372 + : /build
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.372 + '[' -z '' ']'
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.372 ++ mktemp -d
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.374 + export GOPATH=/tmp/tmp.pF7O9hQeoi
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.374 + GOPATH=/tmp/tmp.pF7O9hQeoi
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.374 + RM_GOPATH=1
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.374 + case "$(go env GOARCH)" in
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.375 ++ go env GOARCH
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.385 + export GO_BUILDMODE=-buildmode=pie
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.386 + GO_BUILDMODE=-buildmode=pie
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.386 ++ dirname /install.sh
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.388 + dir=/
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.389 + bin=containerd
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.389 + shift
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.389 + '[' '!' -f //containerd.installer ']'
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.389 + . //containerd.installer
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.390 ++ set -e
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.390 ++ : v1.5.9
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.390 + install_containerd
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.391 + echo 'Install containerd version v1.5.9'
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.391 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.391 Install containerd version v1.5.9
15:03:34 [2022-02-15T15:03:34.015Z] #60 1.393 Cloning into '/tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd'...
15:03:34 [2022-02-15T15:03:34.015Z] #60 ...
15:03:34 [2022-02-15T15:03:34.015Z] 
15:03:34 [2022-02-15T15:03:34.015Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
15:03:34 [2022-02-15T15:03:34.015Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
15:03:34 [2022-02-15T15:03:34.015Z] #38 44.70 Selecting previously unselected package libxml2:amd64.
15:03:34 [2022-02-15T15:03:34.015Z] #38 44.70 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
15:03:34 [2022-02-15T15:03:34.015Z] #38 44.71 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
15:03:34 [2022-02-15T15:03:34.278Z] #38 45.23 Selecting previously unselected package libarchive13:amd64.
15:03:34 [2022-02-15T15:03:34.278Z] #38 45.23 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
15:03:34 [2022-02-15T15:03:34.278Z] #38 45.23 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
15:03:34 [2022-02-15T15:03:34.540Z] #38 45.50 Selecting previously unselected package libjsoncpp24:amd64.
15:03:34 [2022-02-15T15:03:34.540Z] #38 45.50 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
15:03:34 [2022-02-15T15:03:34.540Z] #38 45.52 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
15:03:34 [2022-02-15T15:03:34.540Z] #38 45.65 Selecting previously unselected package librhash0:amd64.
15:03:34 [2022-02-15T15:03:34.540Z] #38 45.67 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
15:03:34 [2022-02-15T15:03:34.540Z] #38 45.70 Unpacking librhash0:amd64 (1.4.1-2) ...
15:03:34 [2022-02-15T15:03:34.810Z] #38 45.87 Selecting previously unselected package libuv1:amd64.
15:03:34 [2022-02-15T15:03:34.810Z] #38 45.88 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
15:03:34 [2022-02-15T15:03:34.810Z] #38 45.89 Unpacking libuv1:amd64 (1.40.0-2) ...
15:03:35 [2022-02-15T15:03:35.072Z] #38 46.11 Selecting previously unselected package cmake.
15:03:35 [2022-02-15T15:03:35.072Z] #38 46.12 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
15:03:35 [2022-02-15T15:03:35.072Z] #38 46.13 Unpacking cmake (3.18.4-2+deb11u1) ...
15:03:39 [2022-02-15T15:03:39.291Z] #38 ...
15:03:39 [2022-02-15T15:03:39.292Z] 
15:03:39 [2022-02-15T15:03:39.292Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:03:39 [2022-02-15T15:03:39.292Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33
15:03:39 [2022-02-15T15:03:39.292Z] #34 39.97 Updating files:  98% (1498/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
15:03:39 [2022-02-15T15:03:39.292Z] #34 40.01 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
15:03:39 [2022-02-15T15:03:39.292Z] #34 40.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:03:39 [2022-02-15T15:03:39.292Z] #34 ...
15:03:39 [2022-02-15T15:03:39.292Z] 
15:03:39 [2022-02-15T15:03:39.292Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
15:03:39 [2022-02-15T15:03:39.292Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
15:03:39 [2022-02-15T15:03:39.292Z] #38 50.07 Setting up libicu67:amd64 (67.1-7) ...
15:03:39 [2022-02-15T15:03:39.292Z] #38 50.09 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:03:39 [2022-02-15T15:03:39.292Z] #38 50.14 Setting up libuv1:amd64 (1.40.0-2) ...
15:03:39 [2022-02-15T15:03:39.553Z] #38 50.54 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:03:39 [2022-02-15T15:03:39.824Z] #38 51.00 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
15:03:40 [2022-02-15T15:03:40.398Z] #38 51.42 Setting up librhash0:amd64 (1.4.1-2) ...
15:03:40 [2022-02-15T15:03:40.661Z] #38 51.65 Setting up cmake-data (3.18.4-2+deb11u1) ...
15:03:40 [2022-02-15T15:03:40.661Z] #38 51.76 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
15:03:40 [2022-02-15T15:03:40.661Z] #38 51.82 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
15:03:40 [2022-02-15T15:03:40.922Z] #38 51.87 Setting up cmake (3.18.4-2+deb11u1) ...
15:03:40 [2022-02-15T15:03:40.922Z] #38 51.92 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:03:41 [2022-02-15T15:03:41.882Z] #38 ...
15:03:41 [2022-02-15T15:03:41.882Z] 
15:03:41 [2022-02-15T15:03:41.882Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
15:03:41 [2022-02-15T15:03:41.882Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda
15:03:41 [2022-02-15T15:03:41.882Z] #49 51.42 gotestsum version dev
15:03:41 [2022-02-15T15:03:41.882Z] #49 DONE 53.0s
15:03:41 [2022-02-15T15:03:41.882Z] 
15:03:41 [2022-02-15T15:03:41.883Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:03:41 [2022-02-15T15:03:41.883Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
15:03:41 [2022-02-15T15:03:41.883Z] #47 48.03 Setting up criu (3.16.1-3) ...
15:03:41 [2022-02-15T15:03:41.883Z] #47 49.61 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:03:41 [2022-02-15T15:03:41.883Z] #47 DONE 52.8s
15:03:41 [2022-02-15T15:03:41.883Z] 
15:03:41 [2022-02-15T15:03:41.883Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
15:03:41 [2022-02-15T15:03:41.883Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
15:03:41 [2022-02-15T15:03:41.883Z] #38 DONE 53.0s
15:03:41 [2022-02-15T15:03:41.883Z] 
15:03:41 [2022-02-15T15:03:41.883Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:03:41 [2022-02-15T15:03:41.883Z] #39 sha256:9264fcd12f8136cd0186d4726ee4014800c363bcb1b117adf5a5d1d405bfe092
15:03:42 [2022-02-15T15:03:42.462Z] #39 DONE 0.3s
15:03:42 [2022-02-15T15:03:42.462Z] 
15:03:42 [2022-02-15T15:03:42.462Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
15:03:42 [2022-02-15T15:03:42.462Z] #40 sha256:a95761de58c49e508f4b8637be4e860f509f1606f09d9453b5555203b2b031b8
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.940 + RM_GOPATH=0
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.940 + TMP_GOPATH=
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.940 + : /build
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.940 + '[' -z '' ']'
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.941 ++ mktemp -d
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.945 + export GOPATH=/tmp/tmp.hUHwD8DRHh
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.945 + GOPATH=/tmp/tmp.hUHwD8DRHh
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.945 + RM_GOPATH=1
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.945 + case "$(go env GOARCH)" in
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.946 ++ go env GOARCH
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.969 + export GO_BUILDMODE=-buildmode=pie
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.969 + GO_BUILDMODE=-buildmode=pie
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.969 ++ dirname /install.sh
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 Install tini version v0.19.0
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + dir=/
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + bin=tini
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + shift
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + '[' '!' -f //tini.installer ']'
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + . //tini.installer
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 ++ : v0.19.0
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + install_tini
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + echo 'Install tini version v0.19.0'
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 + git clone https://github.com/krallin/tini.git /tmp/tmp.hUHwD8DRHh/tini
15:03:44 [2022-02-15T15:03:44.382Z] #40 1.979 Cloning into '/tmp/tmp.hUHwD8DRHh/tini'...
15:03:44 [2022-02-15T15:03:44.382Z] #40 ...
15:03:44 [2022-02-15T15:03:44.382Z] 
15:03:44 [2022-02-15T15:03:44.382Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:03:44 [2022-02-15T15:03:44.382Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:03:44 [2022-02-15T15:03:44.382Z] #51 45.49 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
15:03:44 [2022-02-15T15:03:44.382Z] #51 45.59 go: downloading github.com/gobwas/glob v0.2.3
15:03:44 [2022-02-15T15:03:44.382Z] #51 45.60 go: downloading github.com/kisielk/gotool v1.0.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 45.61 go: downloading github.com/gostaticanalysis/comment v1.4.2
15:03:44 [2022-02-15T15:03:44.383Z] #51 45.69 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
15:03:44 [2022-02-15T15:03:44.383Z] #51 45.72 go: downloading golang.org/x/mod v0.5.1
15:03:44 [2022-02-15T15:03:44.383Z] #51 45.76 go: downloading github.com/ettle/strcase v0.1.1
15:03:44 [2022-02-15T15:03:44.383Z] #51 45.85 go: downloading github.com/fatih/structtag v1.2.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 45.87 go: downloading github.com/Masterminds/semver v1.5.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.01 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.03 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.04 go: downloading github.com/prometheus/client_golang v1.7.1
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.37 go: downloading github.com/prometheus/client_model v0.2.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.50 go: downloading github.com/google/go-cmp v0.5.6
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.82 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.85 go: downloading github.com/olekukonko/tablewriter v0.0.5
15:03:44 [2022-02-15T15:03:44.383Z] #51 46.99 go: downloading github.com/beorn7/perks v1.0.1
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.01 go: downloading github.com/cespare/xxhash v1.1.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.03 go: downloading github.com/golang/protobuf v1.5.2
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.22 go: downloading github.com/prometheus/common v0.10.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.39 go: downloading github.com/prometheus/procfs v0.6.0
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.44 go: downloading github.com/mattn/go-runewidth v0.0.9
15:03:44 [2022-02-15T15:03:44.383Z] #51 47.55 go: downloading google.golang.org/protobuf v1.27.1
15:03:44 [2022-02-15T15:03:44.383Z] #51 48.88 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:03:44 [2022-02-15T15:03:44.650Z] #51 ...
15:03:44 [2022-02-15T15:03:44.650Z] 
15:03:44 [2022-02-15T15:03:44.650Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:03:44 [2022-02-15T15:03:44.650Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:03:44 [2022-02-15T15:03:44.650Z] #14 45.79 Selecting previously unselected package binutils-mingw-w64.
15:03:44 [2022-02-15T15:03:44.650Z] #14 45.80 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 45.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 45.93 Selecting previously unselected package libdevmapper1.02.1:amd64.
15:03:44 [2022-02-15T15:03:44.650Z] #14 45.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 45.94 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 46.11 Selecting previously unselected package dmsetup.
15:03:44 [2022-02-15T15:03:44.650Z] #14 46.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 46.12 Unpacking dmsetup (2:1.02.175-2.1) ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 46.28 Selecting previously unselected package mingw-w64-common.
15:03:44 [2022-02-15T15:03:44.650Z] #14 46.28 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 46.30 Unpacking mingw-w64-common (8.0.0-1) ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 51.70 Selecting previously unselected package mingw-w64-x86-64-dev.
15:03:44 [2022-02-15T15:03:44.650Z] #14 51.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
15:03:44 [2022-02-15T15:03:44.650Z] #14 51.73 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
15:03:45 [2022-02-15T15:03:45.223Z] #14 ...
15:03:45 [2022-02-15T15:03:45.223Z] 
15:03:45 [2022-02-15T15:03:45.223Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
15:03:45 [2022-02-15T15:03:45.223Z] #40 sha256:a95761de58c49e508f4b8637be4e860f509f1606f09d9453b5555203b2b031b8
15:03:45 [2022-02-15T15:03:45.223Z] #40 2.893 + cd /tmp/tmp.hUHwD8DRHh/tini
15:03:45 [2022-02-15T15:03:45.223Z] #40 2.894 + git checkout -q v0.19.0
15:03:45 [2022-02-15T15:03:45.223Z] #40 2.909 + cmake .
15:03:45 [2022-02-15T15:03:45.485Z] #40 3.411 -- The C compiler identification is GNU 10.2.1
15:03:45 [2022-02-15T15:03:45.746Z] #40 3.472 -- Detecting C compiler ABI info
15:03:46 [2022-02-15T15:03:46.008Z] #40 3.887 -- Detecting C compiler ABI info - done
15:03:46 [2022-02-15T15:03:46.008Z] #40 3.962 -- Check for working C compiler: /usr/bin/cc - skipped
15:03:46 [2022-02-15T15:03:46.270Z] #40 3.963 -- Detecting C compile features
15:03:46 [2022-02-15T15:03:46.270Z] #40 3.969 -- Detecting C compile features - done
15:03:46 [2022-02-15T15:03:46.270Z] #40 3.994 -- Performing Test HAS_BUILTIN_FORTIFY
15:03:46 [2022-02-15T15:03:46.270Z] #40 4.131 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:03:46 [2022-02-15T15:03:46.270Z] #40 4.218 -- Configuring done
15:03:46 [2022-02-15T15:03:46.531Z] #40 4.224 -- Generating done
15:03:46 [2022-02-15T15:03:46.531Z] #40 4.231 -- Build files have been written to: /tmp/tmp.hUHwD8DRHh/tini
15:03:46 [2022-02-15T15:03:46.531Z] #40 4.241 + make tini-static
15:03:46 [2022-02-15T15:03:46.793Z] #40 4.526 Scanning dependencies of target tini-static
15:03:46 [2022-02-15T15:03:46.793Z] #40 4.641 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:03:47 [2022-02-15T15:03:47.737Z] #40 5.585 [100%] Linking C executable tini-static
15:03:48 [2022-02-15T15:03:48.310Z] #40 6.067 [100%] Built target tini-static
15:03:48 [2022-02-15T15:03:48.310Z] #40 6.116 + mkdir -p /build
15:03:48 [2022-02-15T15:03:48.310Z] #40 6.130 + cp tini-static /build/docker-init
15:03:48 [2022-02-15T15:03:48.883Z] #40 DONE 6.5s
15:03:48 [2022-02-15T15:03:48.883Z] 
15:03:48 [2022-02-15T15:03:48.883Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:03:48 [2022-02-15T15:03:48.883Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:03:48 [2022-02-15T15:03:48.883Z] #14 57.41 Selecting previously unselected package gcc-mingw-w64-base.
15:03:48 [2022-02-15T15:03:48.883Z] #14 57.41 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
15:03:48 [2022-02-15T15:03:48.883Z] #14 57.42 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:03:48 [2022-02-15T15:03:48.883Z] #14 57.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
15:03:48 [2022-02-15T15:03:48.883Z] #14 57.56 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
15:03:48 [2022-02-15T15:03:48.883Z] #14 57.57 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:03:53 [2022-02-15T15:03:53.155Z] #14 63.61 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
15:03:53 [2022-02-15T15:03:53.155Z] #14 63.61 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:03:53 [2022-02-15T15:03:53.155Z] #14 63.62 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:03:59 [2022-02-15T15:03:59.738Z] #14 ...
15:03:59 [2022-02-15T15:03:59.738Z] 
15:03:59 [2022-02-15T15:03:59.738Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:03:59 [2022-02-15T15:03:59.738Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:04:00 [2022-02-15T15:04:00.259Z] #60 35.63 Updating files:  70% (3295/4691)
Updating files:  71% (3331/4691)
Updating files:  72% (3378/4691)
Updating files:  73% (3425/4691)
Updating files:  74% (3472/4691)
Updating files:  75% (3519/4691)
Updating files:  76% (3566/4691)
Updating files:  77% (3613/4691)
Updating files:  78% (3659/4691)
Updating files:  79% (3706/4691)
Updating files:  80% (3753/4691)
Updating files:  81% (3800/4691)
Updating files:  82% (3847/4691)
Updating files:  83% (3894/4691)
Updating files:  84% (3941/4691)
Updating files:  85% (3988/4691)
Updating files:  86% (4035/4691)
Updating files:  87% (4082/4691)
Updating files:  88% (4129/4691)
Updating files:  89% (4175/4691)
Updating files:  90% (4222/4691)
Updating files:  91% (4269/4691)
Updating files:  92% (4316/4691)
Updating files:  93% (4363/4691)
Updating files:  94% (4410/4691)
Updating files:  95% (4457/4691)
Updating files:  96% (4504/4691)
Updating files:  97% (4551/4691)
Updating files:  98% (4598/4691)
Updating files:  99% (4645/4691)
Updating files: 100% (4691/4691)
Updating files: 100% (4691/4691), done.
15:04:00 [2022-02-15T15:04:00.259Z] #60 36.32 + cd /tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd
15:04:00 [2022-02-15T15:04:00.259Z] #60 36.32 + git checkout -q v1.5.9
15:04:01 [2022-02-15T15:04:01.200Z] #60 37.37 + export 'BUILDTAGS=netgo osusergo static_build'
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + BUILDTAGS='netgo osusergo static_build'
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + export EXTRA_FLAGS=-buildmode=pie
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + EXTRA_FLAGS=-buildmode=pie
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + '[' '' = dynamic ']'
15:04:01 [2022-02-15T15:04:01.461Z] #60 37.37 + make
15:04:02 [2022-02-15T15:04:02.848Z] #60 38.76 + bin/ctr
15:04:15 [2022-02-15T15:04:15.098Z] #60 ...
15:04:15 [2022-02-15T15:04:15.098Z] 
15:04:15 [2022-02-15T15:04:15.098Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:04:15 [2022-02-15T15:04:15.098Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:04:15 [2022-02-15T15:04:15.098Z] #14 74.85 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
15:04:15 [2022-02-15T15:04:15.098Z] #14 74.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:04:15 [2022-02-15T15:04:15.098Z] #14 74.87 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:04:15 [2022-02-15T15:04:15.098Z] #14 79.71 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:04:15 [2022-02-15T15:04:15.098Z] #14 79.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
15:04:15 [2022-02-15T15:04:15.098Z] #14 79.75 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:04:15 [2022-02-15T15:04:15.098Z] #14 84.69 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
15:04:15 [2022-02-15T15:04:15.098Z] #14 84.70 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:04:15 [2022-02-15T15:04:15.098Z] #14 84.71 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:04:19 [2022-02-15T15:04:19.312Z] #14 ...
15:04:19 [2022-02-15T15:04:19.312Z] 
15:04:19 [2022-02-15T15:04:19.312Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
15:04:19 [2022-02-15T15:04:19.312Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952
15:04:19 [2022-02-15T15:04:19.312Z] #63 90.00 + for f in rootlesskit rootlesskit-docker-proxy
15:04:19 [2022-02-15T15:04:19.312Z] #63 90.00 + GOBIN=/build
15:04:19 [2022-02-15T15:04:19.312Z] #63 90.00 + GO111MODULE=on
15:04:19 [2022-02-15T15:04:19.312Z] #63 90.00 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.89 rootlesskit version 0.14.6
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90 Usage of /build/rootlesskit-docker-proxy:
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90   -container-ip string
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90     	container ip
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90   -container-port int
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90     	container port (default -1)
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90   -host-ip string
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90     	host ip
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90   -host-port int
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90     	host port (default -1)
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90   -proto string
15:04:24 [2022-02-15T15:04:24.610Z] #63 94.90     	proxy protocol (default "tcp")
15:04:28 [2022-02-15T15:04:28.829Z] #63 DONE 99.4s
15:04:28 [2022-02-15T15:04:28.829Z] 
15:04:28 [2022-02-15T15:04:28.829Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:04:28 [2022-02-15T15:04:28.829Z] #64 sha256:2e340a66d9caa301a51625ca48b5c508cd9f3213a7d542c2ff6e134850adff57
15:04:28 [2022-02-15T15:04:28.829Z] #64 DONE 0.1s
15:04:28 [2022-02-15T15:04:28.829Z] 
15:04:28 [2022-02-15T15:04:28.829Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:04:28 [2022-02-15T15:04:28.829Z] #65 sha256:119b2d359f41f2fce9b7a7f91570f81115e42d253bef25a27c1b644c73505a89
15:04:28 [2022-02-15T15:04:28.829Z] #65 DONE 0.1s
15:04:28 [2022-02-15T15:04:28.829Z] 
15:04:28 [2022-02-15T15:04:28.829Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:04:28 [2022-02-15T15:04:28.829Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
15:04:28 [2022-02-15T15:04:28.829Z] #14 94.95 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
15:04:28 [2022-02-15T15:04:28.829Z] #14 94.95 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:04:28 [2022-02-15T15:04:28.829Z] #14 94.95 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:04:28 [2022-02-15T15:04:28.829Z] #14 99.80 Selecting previously unselected package g++-mingw-w64-x86-64.
15:04:28 [2022-02-15T15:04:28.829Z] #14 99.81 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
15:04:28 [2022-02-15T15:04:28.829Z] #14 99.82 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:04:28 [2022-02-15T15:04:28.829Z] #14 100.0 Selecting previously unselected package libapparmor1:amd64.
15:04:28 [2022-02-15T15:04:28.829Z] #14 100.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
15:04:28 [2022-02-15T15:04:28.829Z] #14 100.1 Unpacking libapparmor1:amd64 (2.13.6-10) ...
15:04:29 [2022-02-15T15:04:29.091Z] #14 100.3 Selecting previously unselected package libapparmor-dev:amd64.
15:04:29 [2022-02-15T15:04:29.091Z] #14 100.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
15:04:29 [2022-02-15T15:04:29.091Z] #14 100.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
15:04:29 [2022-02-15T15:04:29.665Z] #14 100.5 Selecting previously unselected package libbtrfs0:amd64.
15:04:29 [2022-02-15T15:04:29.665Z] #14 100.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
15:04:29 [2022-02-15T15:04:29.665Z] #14 100.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:04:29 [2022-02-15T15:04:29.665Z] #14 100.8 Selecting previously unselected package libbtrfs-dev:amd64.
15:04:29 [2022-02-15T15:04:29.665Z] #14 100.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
15:04:29 [2022-02-15T15:04:29.665Z] #14 100.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:04:30 [2022-02-15T15:04:30.238Z] #14 101.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
15:04:30 [2022-02-15T15:04:30.238Z] #14 101.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:04:30 [2022-02-15T15:04:30.238Z] #14 101.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:04:30 [2022-02-15T15:04:30.503Z] #14 101.4 Selecting previously unselected package libudev-dev:amd64.
15:04:30 [2022-02-15T15:04:30.503Z] #14 101.4 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
15:04:30 [2022-02-15T15:04:30.503Z] #14 101.4 Unpacking libudev-dev:amd64 (247.3-6) ...
15:04:30 [2022-02-15T15:04:30.503Z] #14 101.6 Selecting previously unselected package libsepol1-dev:amd64.
15:04:30 [2022-02-15T15:04:30.503Z] #14 101.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
15:04:30 [2022-02-15T15:04:30.503Z] #14 101.6 Unpacking libsepol1-dev:amd64 (3.1-1) ...
15:04:30 [2022-02-15T15:04:30.765Z] #14 101.8 Selecting previously unselected package libpcre2-16-0:amd64.
15:04:30 [2022-02-15T15:04:30.765Z] #14 101.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
15:04:30 [2022-02-15T15:04:30.765Z] #14 101.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
15:04:30 [2022-02-15T15:04:30.765Z] #14 101.9 Selecting previously unselected package libpcre2-32-0:amd64.
15:04:30 [2022-02-15T15:04:30.765Z] #14 101.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
15:04:30 [2022-02-15T15:04:30.765Z] #14 101.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
15:04:31 [2022-02-15T15:04:31.026Z] #14 102.0 Selecting previously unselected package libpcre2-posix2:amd64.
15:04:31 [2022-02-15T15:04:31.026Z] #14 102.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
15:04:31 [2022-02-15T15:04:31.026Z] #14 102.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
15:04:31 [2022-02-15T15:04:31.026Z] #14 102.1 Selecting previously unselected package libpcre2-dev:amd64.
15:04:31 [2022-02-15T15:04:31.026Z] #14 102.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
15:04:31 [2022-02-15T15:04:31.026Z] #14 102.1 Unpacking libpcre2-dev:amd64 (10.36-2) ...
15:04:31 [2022-02-15T15:04:31.288Z] #14 102.5 Selecting previously unselected package libselinux1-dev:amd64.
15:04:31 [2022-02-15T15:04:31.288Z] #14 102.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
15:04:31 [2022-02-15T15:04:31.288Z] #14 102.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
15:04:31 [2022-02-15T15:04:31.550Z] #14 102.7 Selecting previously unselected package libdevmapper-dev:amd64.
15:04:31 [2022-02-15T15:04:31.550Z] #14 102.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
15:04:31 [2022-02-15T15:04:31.550Z] #14 102.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:04:31 [2022-02-15T15:04:31.550Z] #14 102.8 Selecting previously unselected package libseccomp-dev:amd64.
15:04:31 [2022-02-15T15:04:31.811Z] #14 102.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:04:31 [2022-02-15T15:04:31.811Z] #14 102.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:04:31 [2022-02-15T15:04:31.811Z] #14 102.9 Selecting previously unselected package libsystemd-dev:amd64.
15:04:31 [2022-02-15T15:04:31.811Z] #14 102.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
15:04:31 [2022-02-15T15:04:31.811Z] #14 102.9 Unpacking libsystemd-dev:amd64 (247.3-6) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.3 Setting up libapparmor1:amd64 (2.13.6-10) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libsepol1-dev:amd64 (3.1-1) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libpcre2-16-0:amd64 (10.36-2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libpcre2-32-0:amd64 (10.36-2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libudev-dev:amd64 (247.3-6) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libpcre2-posix2:amd64 (10.36-2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
15:04:32 [2022-02-15T15:04:32.336Z] #14 103.5 Setting up mingw-w64-common (8.0.0-1) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.5 Setting up libsystemd-dev:amd64 (247.3-6) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 Setting up libpcre2-dev:amd64 (10.36-2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 Setting up libselinux1-dev:amd64 (3.1-3) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:04:32 [2022-02-15T15:04:32.598Z] #14 103.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:04:32 [2022-02-15T15:04:32.860Z] #14 103.8 Setting up dmsetup (2:1.02.175-2.1) ...
15:04:32 [2022-02-15T15:04:32.860Z] #14 103.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:04:32 [2022-02-15T15:04:32.860Z] #14 103.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:04:32 [2022-02-15T15:04:32.860Z] #14 103.8 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:04:33 [2022-02-15T15:04:33.122Z] #14 DONE 104.2s
15:04:33 [2022-02-15T15:04:33.122Z] 
15:04:33 [2022-02-15T15:04:33.122Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
15:04:33 [2022-02-15T15:04:33.122Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12
15:04:33 [2022-02-15T15:04:33.384Z] #15 ...
15:04:33 [2022-02-15T15:04:33.384Z] 
15:04:33 [2022-02-15T15:04:33.384Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:04:33 [2022-02-15T15:04:33.384Z] #55 sha256:834c09c7c82a2ffd0338aac262d75e120b1a3b41162db4b8a86c50ec4f33ba11
15:04:33 [2022-02-15T15:04:33.384Z] #55 DONE 0.1s
15:04:33 [2022-02-15T15:04:33.384Z] 
15:04:33 [2022-02-15T15:04:33.384Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:04:33 [2022-02-15T15:04:33.384Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.252 + RM_GOPATH=0
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.253 + TMP_GOPATH=
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.254 + : /build
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.254 + '[' -z '' ']'
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.254 ++ mktemp -d
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.256 + export GOPATH=/tmp/tmp.YHiJrPUNfc
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.256 + GOPATH=/tmp/tmp.YHiJrPUNfc
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.256 + RM_GOPATH=1
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.256 + case "$(go env GOARCH)" in
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.257 ++ go env GOARCH
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.263 + export GO_BUILDMODE=-buildmode=pie
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.265 + GO_BUILDMODE=-buildmode=pie
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.267 ++ dirname /install.sh
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.268 + dir=/
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + bin=runc
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + shift
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + '[' '!' -f //runc.installer ']'
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + . //runc.installer
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 ++ set -e
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 ++ : v1.1.0
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + install_runc
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + RUNC_BUILDTAGS=seccomp
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + echo 'Install runc version v1.1.0 (build tags: seccomp)'
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YHiJrPUNfc/src/github.com/opencontainers/runc
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.277 Install runc version v1.1.0 (build tags: seccomp)
15:04:34 [2022-02-15T15:04:34.776Z] #56 1.285 Cloning into '/tmp/tmp.YHiJrPUNfc/src/github.com/opencontainers/runc'...
15:04:34 [2022-02-15T15:04:34.776Z] #56 ...
15:04:34 [2022-02-15T15:04:34.776Z] 
15:04:34 [2022-02-15T15:04:34.776Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
15:04:34 [2022-02-15T15:04:34.776Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12
15:04:34 [2022-02-15T15:04:34.777Z] #15 DONE 1.5s
15:04:34 [2022-02-15T15:04:34.777Z] 
15:04:34 [2022-02-15T15:04:34.777Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
15:04:34 [2022-02-15T15:04:34.777Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487
15:04:35 [2022-02-15T15:04:35.722Z] #16 DONE 1.2s
15:04:35 [2022-02-15T15:04:35.722Z] 
15:04:35 [2022-02-15T15:04:35.722Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
15:04:35 [2022-02-15T15:04:35.722Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
15:04:35 [2022-02-15T15:04:35.985Z] #43 ...
15:04:35 [2022-02-15T15:04:35.985Z] 
15:04:35 [2022-02-15T15:04:35.985Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:04:35 [2022-02-15T15:04:35.985Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941
15:04:36 [2022-02-15T15:04:36.562Z] #17 0.870 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:04:36 [2022-02-15T15:04:36.823Z] #17 DONE 1.0s
15:04:36 [2022-02-15T15:04:36.823Z] 
15:04:36 [2022-02-15T15:04:36.823Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:04:36 [2022-02-15T15:04:36.823Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:04:37 [2022-02-15T15:04:37.768Z] #56 ...
15:04:37 [2022-02-15T15:04:37.768Z] 
15:04:37 [2022-02-15T15:04:37.768Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:04:37 [2022-02-15T15:04:37.768Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68
15:04:37 [2022-02-15T15:04:37.768Z] #18 DONE 1.0s
15:04:38 [2022-02-15T15:04:38.031Z] 
15:04:38 [2022-02-15T15:04:38.031Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:04:38 [2022-02-15T15:04:38.031Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58
15:04:38 [2022-02-15T15:04:38.976Z] #19 DONE 1.0s
15:04:38 [2022-02-15T15:04:38.976Z] 
15:04:38 [2022-02-15T15:04:38.976Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:04:38 [2022-02-15T15:04:38.976Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:04:38 [2022-02-15T15:04:38.976Z] #51 ...
15:04:38 [2022-02-15T15:04:38.976Z] 
15:04:38 [2022-02-15T15:04:38.976Z] #20 [dev-systemd-false  6/24] RUN ldconfig
15:04:38 [2022-02-15T15:04:38.976Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896
15:04:39 [2022-02-15T15:04:39.922Z] #20 DONE 1.0s
15:04:39 [2022-02-15T15:04:39.922Z] 
15:04:39 [2022-02-15T15:04:39.922Z] #21 [dev-systemd-false  7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
15:04:39 [2022-02-15T15:04:39.922Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7
15:04:41 [2022-02-15T15:04:41.310Z] #21 1.285 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:04:41 [2022-02-15T15:04:41.310Z] #21 1.316 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:04:41 [2022-02-15T15:04:41.310Z] #21 1.316 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:04:41 [2022-02-15T15:04:41.571Z] #21 1.772 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
15:04:42 [2022-02-15T15:04:42.516Z] #21 2.487 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB]
15:04:43 [2022-02-15T15:04:43.460Z] #21 3.560 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:04:45 [2022-02-15T15:04:45.377Z] #21 ...
15:04:45 [2022-02-15T15:04:45.377Z] 
15:04:45 [2022-02-15T15:04:45.377Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:04:45 [2022-02-15T15:04:45.377Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33
15:04:45 [2022-02-15T15:04:45.377Z] #34 DONE 116.4s
15:04:45 [2022-02-15T15:04:45.377Z] 
15:04:45 [2022-02-15T15:04:45.377Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:04:45 [2022-02-15T15:04:45.377Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:04:45 [2022-02-15T15:04:45.377Z] #56 10.18 + cd /tmp/tmp.YHiJrPUNfc/src/github.com/opencontainers/runc
15:04:45 [2022-02-15T15:04:45.377Z] #56 10.18 + git checkout -q v1.1.0
15:04:45 [2022-02-15T15:04:45.377Z] #56 10.45 + '[' -z '' ']'
15:04:45 [2022-02-15T15:04:45.377Z] #56 10.45 + target=static
15:04:45 [2022-02-15T15:04:45.377Z] #56 10.45 + make BUILDTAGS=seccomp static
15:04:45 [2022-02-15T15:04:45.377Z] #56 10.96 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc .
15:04:51 [2022-02-15T15:04:51.971Z] #56 ...
15:04:51 [2022-02-15T15:04:51.971Z] 
15:04:51 [2022-02-15T15:04:51.971Z] #21 [dev-systemd-false  7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
15:04:51 [2022-02-15T15:04:51.971Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7
15:04:51 [2022-02-15T15:04:51.971Z] #21 7.115 Fetched 8503 kB in 6s (1390 kB/s)
15:04:51 [2022-02-15T15:04:51.971Z] #21 7.115 Reading package lists...
15:04:51 [2022-02-15T15:04:51.971Z] #21 9.219 Reading package lists...
15:04:51 [2022-02-15T15:04:51.971Z] #21 11.14 Building dependency tree...
15:04:51 [2022-02-15T15:04:51.971Z] #21 12.20 The following additional packages will be installed:
15:04:51 [2022-02-15T15:04:51.971Z] #21 12.20   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.20   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21   python3-pkg-resources vim-runtime xxd
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21 Suggested packages:
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21   acl attr quota
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21 Recommended packages:
15:04:52 [2022-02-15T15:04:52.234Z] #21 12.21   libatm1 nftables libpam-cap build-essential python3-dev unzip
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.26 The following NEW packages will be installed:
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.27   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   python3-pkg-resources python3-setuptools python3-wheel sudo
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
15:04:53 [2022-02-15T15:04:53.178Z] #21 13.28   xz-utils zip zstd
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.57 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.57 Need to get 27.6 MB of archives.
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.57 After this operation, 106 MB of additional disk space will be used.
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.59 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.63 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.63 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.63 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.65 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
15:04:53 [2022-02-15T15:04:53.440Z] #21 13.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.68 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.68 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.68 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.70 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
15:04:53 [2022-02-15T15:04:53.704Z] #21 13.71 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.00 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.00 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.00 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.00 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.00 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.00 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.01 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.06 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.08 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.08 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.09 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.09 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.10 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.13 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
15:04:53 [2022-02-15T15:04:53.965Z] #21 14.14 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
15:04:53 [2022-02-15T15:04:53.966Z] #21 14.14 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
15:04:54 [2022-02-15T15:04:54.227Z] #21 14.37 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
15:04:54 [2022-02-15T15:04:54.227Z] #21 14.40 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
15:04:54 [2022-02-15T15:04:54.227Z] #21 14.42 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
15:04:54 [2022-02-15T15:04:54.227Z] #21 14.43 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
15:04:54 [2022-02-15T15:04:54.801Z] #21 14.88 debconf: delaying package configuration, since apt-utils is not installed
15:04:54 [2022-02-15T15:04:54.801Z] #21 14.95 Fetched 27.6 MB in 1s (24.0 MB/s)
15:04:54 [2022-02-15T15:04:54.801Z] #21 15.00 Selecting previously unselected package pigz.
15:04:54 [2022-02-15T15:04:54.801Z] #21 15.00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
15:04:54 [2022-02-15T15:04:54.801Z] #21 15.03 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
15:04:54 [2022-02-15T15:04:54.801Z] #21 15.07 Unpacking pigz (2.6-1) ...
15:04:55 [2022-02-15T15:04:55.063Z] #21 15.16 Selecting previously unselected package libelf1:amd64.
15:04:55 [2022-02-15T15:04:55.063Z] #21 15.17 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.063Z] #21 15.19 Unpacking libelf1:amd64 (0.183-1) ...
15:04:55 [2022-02-15T15:04:55.063Z] #21 15.32 Selecting previously unselected package libbpf0:amd64.
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.32 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.33 Unpacking libbpf0:amd64 (1:0.3-2) ...
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.41 Selecting previously unselected package libcap2:amd64.
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.42 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.43 Unpacking libcap2:amd64 (1:2.44-1) ...
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.50 Selecting previously unselected package libmnl0:amd64.
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.50 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.50 Unpacking libmnl0:amd64 (1.0.4-3) ...
15:04:55 [2022-02-15T15:04:55.324Z] #21 15.56 Selecting previously unselected package libxtables12:amd64.
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.56 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.57 Unpacking libxtables12:amd64 (1.8.7-1) ...
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.64 Selecting previously unselected package libcap2-bin.
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.64 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.65 Unpacking libcap2-bin (1:2.44-1) ...
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.73 Selecting previously unselected package iproute2.
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.73 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
15:04:55 [2022-02-15T15:04:55.586Z] #21 15.73 Unpacking iproute2 (5.10.0-4) ...
15:04:56 [2022-02-15T15:04:56.159Z] #21 16.17 Selecting previously unselected package xxd.
15:04:56 [2022-02-15T15:04:56.159Z] #21 16.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:04:56 [2022-02-15T15:04:56.159Z] #21 16.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:04:56 [2022-02-15T15:04:56.159Z] #21 16.29 Selecting previously unselected package vim-common.
15:04:56 [2022-02-15T15:04:56.159Z] #21 16.29 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:04:56 [2022-02-15T15:04:56.159Z] #21 16.31 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:04:56 [2022-02-15T15:04:56.421Z] #21 16.48 Selecting previously unselected package bash-completion.
15:04:56 [2022-02-15T15:04:56.421Z] #21 16.49 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
15:04:58 [2022-02-15T15:04:58.333Z] #21 18.23 Unpacking bash-completion (1:2.11-2) ...
15:04:58 [2022-02-15T15:04:58.333Z] #21 18.60 Selecting previously unselected package bzip2.
15:04:58 [2022-02-15T15:04:58.333Z] #21 18.60 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
15:04:58 [2022-02-15T15:04:58.333Z] #21 18.61 Unpacking bzip2 (1.0.8-4) ...
15:04:58 [2022-02-15T15:04:58.333Z] #21 18.68 Selecting previously unselected package xz-utils.
15:04:58 [2022-02-15T15:04:58.594Z] #21 18.69 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
15:04:58 [2022-02-15T15:04:58.594Z] #21 18.71 Unpacking xz-utils (5.2.5-2) ...
15:04:58 [2022-02-15T15:04:58.855Z] #21 18.89 Selecting previously unselected package apparmor.
15:04:58 [2022-02-15T15:04:58.855Z] #21 18.89 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
15:04:58 [2022-02-15T15:04:58.855Z] #21 18.95 Unpacking apparmor (2.13.6-10) ...
15:04:59 [2022-02-15T15:04:59.116Z] #21 19.37 Selecting previously unselected package inetutils-ping.
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.39 Unpacking inetutils-ping (2:2.0-1) ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.49 Selecting previously unselected package libip4tc2:amd64.
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.51 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.51 Unpacking libip4tc2:amd64 (1.8.7-1) ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.59 Selecting previously unselected package libip6tc2:amd64.
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.60 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.60 Unpacking libip6tc2:amd64 (1.8.7-1) ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.66 Selecting previously unselected package libnfnetlink0:amd64.
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.66 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.377Z] #21 19.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:04:59 [2022-02-15T15:04:59.640Z] #21 19.72 Selecting previously unselected package libnetfilter-conntrack3:amd64.
15:04:59 [2022-02-15T15:04:59.640Z] #21 19.73 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.640Z] #21 19.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:04:59 [2022-02-15T15:04:59.640Z] #21 19.80 Selecting previously unselected package libnftnl11:amd64.
15:04:59 [2022-02-15T15:04:59.640Z] #21 19.81 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.640Z] #21 19.81 Unpacking libnftnl11:amd64 (1.1.9-1) ...
15:04:59 [2022-02-15T15:04:59.902Z] #21 19.90 Selecting previously unselected package iptables.
15:04:59 [2022-02-15T15:04:59.902Z] #21 19.90 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
15:04:59 [2022-02-15T15:04:59.902Z] #21 19.90 Unpacking iptables (1.8.7-1) ...
15:05:00 [2022-02-15T15:05:00.164Z] #21 20.18 Selecting previously unselected package libonig5:amd64.
15:05:00 [2022-02-15T15:05:00.164Z] #21 20.18 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
15:05:00 [2022-02-15T15:05:00.164Z] #21 20.19 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:05:00 [2022-02-15T15:05:00.164Z] #21 20.31 Selecting previously unselected package libjq1:amd64.
15:05:00 [2022-02-15T15:05:00.164Z] #21 20.32 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
15:05:00 [2022-02-15T15:05:00.164Z] #21 20.33 Unpacking libjq1:amd64 (1.6-2.1) ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.44 Selecting previously unselected package jq.
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.45 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.46 Unpacking jq (1.6-2.1) ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.53 Selecting previously unselected package libaio1:amd64.
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.55 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.56 Unpacking libaio1:amd64 (0.3.112-9) ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.61 Selecting previously unselected package libgpm2:amd64.
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.61 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.62 Unpacking libgpm2:amd64 (1.20.7-8) ...
15:05:00 [2022-02-15T15:05:00.425Z] #21 20.67 Selecting previously unselected package libicu67:amd64.
15:05:00 [2022-02-15T15:05:00.687Z] #21 20.67 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
15:05:00 [2022-02-15T15:05:00.687Z] #21 20.68 Unpacking libicu67:amd64 (67.1-7) ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 23.88 Selecting previously unselected package libinih1:amd64.
15:05:04 [2022-02-15T15:05:04.065Z] #21 23.88 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 23.89 Unpacking libinih1:amd64 (53-1+b2) ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 23.95 Selecting previously unselected package libnet1:amd64.
15:05:04 [2022-02-15T15:05:04.065Z] #21 23.96 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 23.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.03 Selecting previously unselected package libnl-3-200:amd64.
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.04 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.05 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.13 Selecting previously unselected package libprotobuf-c1:amd64.
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.14 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.14 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.20 Selecting previously unselected package net-tools.
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.20 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
15:05:04 [2022-02-15T15:05:04.065Z] #21 24.21 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
15:05:04 [2022-02-15T15:05:04.327Z] #21 24.39 Selecting previously unselected package patch.
15:05:04 [2022-02-15T15:05:04.327Z] #21 24.39 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
15:05:04 [2022-02-15T15:05:04.327Z] #21 24.40 Unpacking patch (2.7.6-7) ...
15:05:04 [2022-02-15T15:05:04.327Z] #21 24.52 Selecting previously unselected package python-pip-whl.
15:05:04 [2022-02-15T15:05:04.327Z] #21 24.52 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
15:05:04 [2022-02-15T15:05:04.327Z] #21 24.53 Unpacking python-pip-whl (20.3.4-4) ...
15:05:04 [2022-02-15T15:05:04.916Z] #21 25.18 Selecting previously unselected package python3-lib2to3.
15:05:04 [2022-02-15T15:05:04.916Z] #21 25.19 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
15:05:04 [2022-02-15T15:05:04.916Z] #21 25.20 Unpacking python3-lib2to3 (3.9.2-1) ...
15:05:05 [2022-02-15T15:05:05.196Z] #21 25.29 Selecting previously unselected package python3-distutils.
15:05:05 [2022-02-15T15:05:05.196Z] #21 25.30 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
15:05:05 [2022-02-15T15:05:05.196Z] #21 25.30 Unpacking python3-distutils (3.9.2-1) ...
15:05:05 [2022-02-15T15:05:05.457Z] #21 25.39 Selecting previously unselected package python3-pkg-resources.
15:05:05 [2022-02-15T15:05:05.457Z] #21 25.40 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
15:05:05 [2022-02-15T15:05:05.457Z] #21 25.41 Unpacking python3-pkg-resources (52.0.0-4) ...
15:05:05 [2022-02-15T15:05:05.457Z] #21 25.57 Selecting previously unselected package python3-setuptools.
15:05:05 [2022-02-15T15:05:05.457Z] #21 25.58 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
15:05:05 [2022-02-15T15:05:05.457Z] #21 25.59 Unpacking python3-setuptools (52.0.0-4) ...
15:05:05 [2022-02-15T15:05:05.719Z] #21 25.84 Selecting previously unselected package python3-wheel.
15:05:05 [2022-02-15T15:05:05.719Z] #21 25.85 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
15:05:05 [2022-02-15T15:05:05.719Z] #21 25.86 Unpacking python3-wheel (0.34.2-1) ...
15:05:05 [2022-02-15T15:05:05.719Z] #21 25.96 Selecting previously unselected package python3-pip.
15:05:05 [2022-02-15T15:05:05.981Z] #21 25.96 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
15:05:05 [2022-02-15T15:05:05.981Z] #21 25.97 Unpacking python3-pip (20.3.4-4) ...
15:05:06 [2022-02-15T15:05:06.242Z] #21 26.24 Selecting previously unselected package sudo.
15:05:06 [2022-02-15T15:05:06.242Z] #21 26.24 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
15:05:06 [2022-02-15T15:05:06.242Z] #21 26.25 Unpacking sudo (1.9.5p2-3) ...
15:05:06 [2022-02-15T15:05:06.503Z] #21 26.74 Selecting previously unselected package thin-provisioning-tools.
15:05:06 [2022-02-15T15:05:06.503Z] #21 26.74 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
15:05:06 [2022-02-15T15:05:06.503Z] #21 26.75 Unpacking thin-provisioning-tools (0.9.0-1) ...
15:05:07 [2022-02-15T15:05:07.026Z] #21 26.98 Selecting previously unselected package uidmap.
15:05:07 [2022-02-15T15:05:07.026Z] #21 26.99 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
15:05:07 [2022-02-15T15:05:07.026Z] #21 27.00 Unpacking uidmap (1:4.8.1-1) ...
15:05:07 [2022-02-15T15:05:07.026Z] #21 27.16 Selecting previously unselected package vim-runtime.
15:05:07 [2022-02-15T15:05:07.026Z] #21 27.17 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
15:05:07 [2022-02-15T15:05:07.026Z] #21 27.19 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
15:05:07 [2022-02-15T15:05:07.026Z] #21 27.22 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
15:05:07 [2022-02-15T15:05:07.026Z] #21 27.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
15:05:10 [2022-02-15T15:05:10.342Z] #21 30.17 Selecting previously unselected package vim.
15:05:10 [2022-02-15T15:05:10.342Z] #21 30.18 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:05:10 [2022-02-15T15:05:10.342Z] #21 30.19 Unpacking vim (2:8.2.2434-3+deb11u1) ...
15:05:10 [2022-02-15T15:05:10.603Z] #21 30.72 Selecting previously unselected package xfsprogs.
15:05:10 [2022-02-15T15:05:10.603Z] #21 30.73 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
15:05:10 [2022-02-15T15:05:10.603Z] #21 30.74 Unpacking xfsprogs (5.10.0-4) ...
15:05:10 [2022-02-15T15:05:10.865Z] #21 31.19 Selecting previously unselected package zip.
15:05:10 [2022-02-15T15:05:10.865Z] #21 31.19 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
15:05:10 [2022-02-15T15:05:10.865Z] #21 31.21 Unpacking zip (3.0-12) ...
15:05:11 [2022-02-15T15:05:11.438Z] #21 31.36 Selecting previously unselected package zstd.
15:05:11 [2022-02-15T15:05:11.438Z] #21 31.37 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
15:05:11 [2022-02-15T15:05:11.438Z] #21 31.38 Unpacking zstd (1.4.8+dfsg-2.1) ...
15:05:11 [2022-02-15T15:05:11.700Z] #21 31.68 Setting up python3-pkg-resources (52.0.0-4) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.54 Setting up libip4tc2:amd64 (1.8.7-1) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.55 Setting up net-tools (1.60+git20181103.0eebece-1) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.57 Setting up libgpm2:amd64 (1.20.7-8) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.59 Setting up libicu67:amd64 (67.1-7) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.60 Setting up libip6tc2:amd64 (1.8.7-1) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.62 Setting up libinih1:amd64 (53-1+b2) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.63 Setting up uidmap (1:4.8.1-1) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.66 Setting up bzip2 (1.0.8-4) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.68 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:05:12 [2022-02-15T15:05:12.534Z] #21 32.69 Setting up python3-wheel (0.34.2-1) ...
15:05:13 [2022-02-15T15:05:13.105Z] #21 33.27 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:05:13 [2022-02-15T15:05:13.105Z] #21 33.28 Setting up libcap2:amd64 (1:2.44-1) ...
15:05:13 [2022-02-15T15:05:13.105Z] #21 33.30 Setting up libcap2-bin (1:2.44-1) ...
15:05:13 [2022-02-15T15:05:13.105Z] #21 33.31 Setting up apparmor (2.13.6-10) ...
15:05:15 [2022-02-15T15:05:15.023Z] #21 35.13 Setting up zip (3.0-12) ...
15:05:15 [2022-02-15T15:05:15.023Z] #21 35.14 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:05:15 [2022-02-15T15:05:15.023Z] #21 35.17 Setting up bash-completion (1:2.11-2) ...
15:05:16 [2022-02-15T15:05:16.996Z] #21 36.99 Setting up xz-utils (5.2.5-2) ...
15:05:16 [2022-02-15T15:05:16.996Z] #21 37.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:05:16 [2022-02-15T15:05:16.996Z] #21 37.04 Setting up libmnl0:amd64 (1.0.4-3) ...
15:05:16 [2022-02-15T15:05:16.996Z] #21 37.07 Setting up patch (2.7.6-7) ...
15:05:16 [2022-02-15T15:05:16.996Z] #21 37.09 Setting up sudo (1.9.5p2-3) ...
15:05:16 [2022-02-15T15:05:16.996Z] #21 37.17 invoke-rc.d: could not determine current runlevel
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.18 invoke-rc.d: policy-rc.d denied execution of start.
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.20 Setting up xfsprogs (5.10.0-4) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.22 Setting up libxtables12:amd64 (1.8.7-1) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.23 Setting up inetutils-ping (2:2.0-1) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.24 Setting up pigz (2.6-1) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.44 Setting up python-pip-whl (20.3.4-4) ...
15:05:17 [2022-02-15T15:05:17.258Z] #21 37.45 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
15:05:17 [2022-02-15T15:05:17.831Z] #21 38.13 Setting up libaio1:amd64 (0.3.112-9) ...
15:05:18 [2022-02-15T15:05:18.092Z] #21 38.15 Setting up python3-lib2to3 (3.9.2-1) ...
15:05:18 [2022-02-15T15:05:18.353Z] #21 38.46 Setting up libelf1:amd64 (0.183-1) ...
15:05:18 [2022-02-15T15:05:18.353Z] #21 38.52 Setting up zstd (1.4.8+dfsg-2.1) ...
15:05:18 [2022-02-15T15:05:18.354Z] #21 38.53 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:05:18 [2022-02-15T15:05:18.354Z] #21 38.55 Setting up python3-distutils (3.9.2-1) ...
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.95 Setting up vim (2:8.2.2434-3+deb11u1) ...
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 38.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 39.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:05:18 [2022-02-15T15:05:18.926Z] #21 39.03 Setting up python3-setuptools (52.0.0-4) ...
15:05:20 [2022-02-15T15:05:20.314Z] #21 40.24 Setting up libjq1:amd64 (1.6-2.1) ...
15:05:20 [2022-02-15T15:05:20.314Z] #21 40.26 Setting up libnftnl11:amd64 (1.1.9-1) ...
15:05:20 [2022-02-15T15:05:20.314Z] #21 40.28 Setting up thin-provisioning-tools (0.9.0-1) ...
15:05:20 [2022-02-15T15:05:20.314Z] #21 40.30 Setting up python3-pip (20.3.4-4) ...
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.28 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.30 Setting up jq (1.6-2.1) ...
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.33 Setting up libbpf0:amd64 (1:0.3-2) ...
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.35 Setting up iptables (1.8.7-1) ...
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.37 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.40 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:05:21 [2022-02-15T15:05:21.260Z] #21 41.42 Setting up iproute2 (5.10.0-4) ...
15:05:21 [2022-02-15T15:05:21.783Z] #21 41.79 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:05:22 [2022-02-15T15:05:22.728Z] #21 DONE 42.8s
15:05:22 [2022-02-15T15:05:22.728Z] 
15:05:22 [2022-02-15T15:05:22.728Z] #22 [dev-systemd-false  8/24] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
15:05:22 [2022-02-15T15:05:22.728Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e
15:05:23 [2022-02-15T15:05:23.672Z] #22 0.852 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:05:23 [2022-02-15T15:05:23.672Z] #22 0.857 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:05:23 [2022-02-15T15:05:23.672Z] #22 0.880 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:05:23 [2022-02-15T15:05:23.672Z] #22 DONE 0.9s
15:05:23 [2022-02-15T15:05:23.672Z] 
15:05:23 [2022-02-15T15:05:23.672Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
15:05:23 [2022-02-15T15:05:23.672Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76
15:05:33 [2022-02-15T15:05:33.680Z] #23 9.258 Collecting yamllint==1.26.1
15:05:33 [2022-02-15T15:05:33.942Z] #23 10.30   Downloading yamllint-1.26.1.tar.gz (126 kB)
15:05:35 [2022-02-15T15:05:35.331Z] #23 11.45 Collecting pathspec>=0.5.3
15:05:35 [2022-02-15T15:05:35.331Z] #23 11.46   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
15:05:35 [2022-02-15T15:05:35.592Z] #23 11.84 Collecting pyyaml
15:05:35 [2022-02-15T15:05:35.592Z] #23 11.85   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
15:05:35 [2022-02-15T15:05:35.592Z] #23 11.91 Building wheels for collected packages: yamllint
15:05:35 [2022-02-15T15:05:35.592Z] #23 11.92   Building wheel for yamllint (setup.py): started
15:05:36 [2022-02-15T15:05:36.548Z] #23 12.83   Building wheel for yamllint (setup.py): finished with status 'done'
15:05:36 [2022-02-15T15:05:36.548Z] #23 12.84   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=261d7bbc57e1505e5cd5336701d23fbcbd93fcdb7867ad4d75970e72ee437636
15:05:36 [2022-02-15T15:05:36.548Z] #23 12.84   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
15:05:36 [2022-02-15T15:05:36.548Z] #23 12.84 Successfully built yamllint
15:05:36 [2022-02-15T15:05:36.548Z] #23 12.88 Installing collected packages: pyyaml, pathspec, yamllint
15:05:37 [2022-02-15T15:05:37.121Z] #23 13.28 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
15:05:37 [2022-02-15T15:05:37.382Z] #23 DONE 13.8s
15:05:37 [2022-02-15T15:05:37.382Z] 
15:05:37 [2022-02-15T15:05:37.382Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
15:05:37 [2022-02-15T15:05:37.382Z] #27 sha256:106c1d91a2245c9180e7c95005704d3e9a1a5ccb9fed5c694c3cc10617c1d887
15:05:37 [2022-02-15T15:05:37.956Z] #27 DONE 0.4s
15:05:37 [2022-02-15T15:05:37.956Z] 
15:05:37 [2022-02-15T15:05:37.956Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
15:05:37 [2022-02-15T15:05:37.956Z] #32 sha256:1742f76453df07694f067f0bdfef91f8b1d7bc0b6e530eaa9274a28d58c3e956
15:05:38 [2022-02-15T15:05:38.217Z] #32 DONE 0.5s
15:05:38 [2022-02-15T15:05:38.217Z] 
15:05:38 [2022-02-15T15:05:38.217Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
15:05:38 [2022-02-15T15:05:38.217Z] #35 sha256:11fdd26520b11471327ef8131fc892cc4f6c266fe7c360045aef217daff8a7ee
15:05:38 [2022-02-15T15:05:38.477Z] #35 DONE 0.3s
15:05:38 [2022-02-15T15:05:38.477Z] 
15:05:38 [2022-02-15T15:05:38.477Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
15:05:38 [2022-02-15T15:05:38.477Z] #37 sha256:82b9009971b2e750182e41023d3b73b5547d3c04618d24e9052e6b0ced1ecaa0
15:05:38 [2022-02-15T15:05:38.477Z] #37 DONE 0.1s
15:05:38 [2022-02-15T15:05:38.477Z] 
15:05:38 [2022-02-15T15:05:38.477Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:05:38 [2022-02-15T15:05:38.477Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:05:38 [2022-02-15T15:05:38.738Z] #56 ...
15:05:38 [2022-02-15T15:05:38.738Z] 
15:05:38 [2022-02-15T15:05:38.738Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
15:05:38 [2022-02-15T15:05:38.738Z] #41 sha256:2408f9064f5a3ca16113875219e6c901134e82a461e1746110eb66e8f1bd8754
15:05:38 [2022-02-15T15:05:38.738Z] #41 DONE 0.1s
15:05:38 [2022-02-15T15:05:38.999Z] 
15:05:38 [2022-02-15T15:05:38.999Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:05:38 [2022-02-15T15:05:38.999Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:05:41 [2022-02-15T15:05:41.549Z] #56 ...
15:05:41 [2022-02-15T15:05:41.549Z] 
15:05:41 [2022-02-15T15:05:41.549Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
15:05:41 [2022-02-15T15:05:41.549Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
15:05:41 [2022-02-15T15:05:41.549Z] #43 172.2 + dpkg --print-architecture
15:05:41 [2022-02-15T15:05:41.549Z] #43 172.2 + git checkout -q v2.1.0
15:05:41 [2022-02-15T15:05:41.812Z] #43 172.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:05:42 [2022-02-15T15:05:42.075Z] #43 172.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
15:06:08 [2022-02-15T15:06:08.684Z] #43 DONE 196.5s
15:06:08 [2022-02-15T15:06:08.684Z] 
15:06:08 [2022-02-15T15:06:08.684Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:06:08 [2022-02-15T15:06:08.684Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:06:08 [2022-02-15T15:06:08.684Z] #56 ...
15:06:08 [2022-02-15T15:06:08.684Z] 
15:06:08 [2022-02-15T15:06:08.684Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
15:06:08 [2022-02-15T15:06:08.684Z] #44 sha256:97a20e7293deed1cdb5adffebc15a8bf0b10798a98416263136defba9d5f3cea
15:06:08 [2022-02-15T15:06:08.684Z] #44 DONE 0.6s
15:06:08 [2022-02-15T15:06:08.684Z] 
15:06:08 [2022-02-15T15:06:08.684Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
15:06:08 [2022-02-15T15:06:08.684Z] #48 sha256:01951e1dc68e87be6d7fb9838888c8821a0b8dccda35366ccbd9210f21587419
15:06:08 [2022-02-15T15:06:08.684Z] #48 DONE 0.1s
15:06:08 [2022-02-15T15:06:08.684Z] 
15:06:08 [2022-02-15T15:06:08.684Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:06:08 [2022-02-15T15:06:08.684Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:06:08 [2022-02-15T15:06:08.684Z] #56 ...
15:06:08 [2022-02-15T15:06:08.684Z] 
15:06:08 [2022-02-15T15:06:08.684Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
15:06:08 [2022-02-15T15:06:08.684Z] #50 sha256:0ec29674d2a96d3c5cd84992de100b7b51c6e7a63bd5f58c897ffaf4b1800d2d
15:06:08 [2022-02-15T15:06:08.684Z] #50 DONE 0.1s
15:06:08 [2022-02-15T15:06:08.684Z] 
15:06:08 [2022-02-15T15:06:08.684Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:06:08 [2022-02-15T15:06:08.684Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:06:40 [2022-02-15T15:06:40.816Z] #51 ...
15:06:40 [2022-02-15T15:06:40.816Z] 
15:06:40 [2022-02-15T15:06:40.816Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:06:40 [2022-02-15T15:06:40.816Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:06:40 [2022-02-15T15:06:40.816Z] #60 193.9 + bin/containerd
15:06:43 [2022-02-15T15:06:43.363Z] #60 ...
15:06:43 [2022-02-15T15:06:43.363Z] 
15:06:43 [2022-02-15T15:06:43.363Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
15:06:43 [2022-02-15T15:06:43.363Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63
15:06:43 [2022-02-15T15:06:43.363Z] #56 129.7 + mkdir -p /build
15:06:43 [2022-02-15T15:06:43.363Z] #56 129.7 + cp runc /build/runc
15:06:45 [2022-02-15T15:06:45.281Z] #56 DONE 132.0s
15:06:45 [2022-02-15T15:06:45.281Z] 
15:06:45 [2022-02-15T15:06:45.281Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:06:45 [2022-02-15T15:06:45.281Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:06:47 [2022-02-15T15:06:47.832Z] #60 ...
15:06:47 [2022-02-15T15:06:47.832Z] 
15:06:47 [2022-02-15T15:06:47.832Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
15:06:47 [2022-02-15T15:06:47.832Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745
15:06:47 [2022-02-15T15:06:47.832Z] #51 238.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
15:06:47 [2022-02-15T15:06:47.832Z] #51 DONE 238.7s
15:06:47 [2022-02-15T15:06:47.832Z] 
15:06:47 [2022-02-15T15:06:47.832Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:06:47 [2022-02-15T15:06:47.832Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:06:48 [2022-02-15T15:06:48.864Z] #60 ...
15:06:48 [2022-02-15T15:06:48.864Z] 
15:06:48 [2022-02-15T15:06:48.864Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
15:06:48 [2022-02-15T15:06:48.864Z] #52 sha256:5708c975245cd7efc0ec1bf4994616b9d89180e91cbd7e0045d341c4bfeedd86
15:06:49 [2022-02-15T15:06:49.125Z] #52 DONE 0.4s
15:06:49 [2022-02-15T15:06:49.125Z] 
15:06:49 [2022-02-15T15:06:49.125Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:06:49 [2022-02-15T15:06:49.125Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:06:49 [2022-02-15T15:06:49.125Z] #60 ...
15:06:49 [2022-02-15T15:06:49.125Z] 
15:06:49 [2022-02-15T15:06:49.125Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
15:06:49 [2022-02-15T15:06:49.125Z] #54 sha256:006ace88b75663a9f7c3e52c1e1e7a9eb5f1c1ae87c64d6be05e9ff730a7fd0e
15:06:49 [2022-02-15T15:06:49.125Z] #54 DONE 0.1s
15:06:49 [2022-02-15T15:06:49.125Z] 
15:06:49 [2022-02-15T15:06:49.125Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
15:06:49 [2022-02-15T15:06:49.125Z] #57 sha256:eec3f5171e09f8dcd16c883070c04cec74940f612deb57fcf3182a03fc467638
15:06:49 [2022-02-15T15:06:49.716Z] #57 DONE 0.3s
15:06:49 [2022-02-15T15:06:49.716Z] 
15:06:49 [2022-02-15T15:06:49.716Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
15:06:49 [2022-02-15T15:06:49.716Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f
15:07:21 [2022-02-15T15:07:21.829Z] #60 233.0 # github.com/containerd/containerd/cmd/containerd
15:07:21 [2022-02-15T15:07:21.829Z] #60 233.0 /usr/bin/ld: /tmp/go-link-2999283652/000019.o: in function `New':
15:07:21 [2022-02-15T15:07:21.829Z] #60 233.0 /tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
15:07:21 [2022-02-15T15:07:21.829Z] #60 233.1 + bin/containerd-stress
15:07:21 [2022-02-15T15:07:21.829Z] #60 234.1 + bin/containerd-shim
15:07:25 [2022-02-15T15:07:25.132Z] #60 241.4 + bin/containerd-shim-runc-v1
15:07:30 [2022-02-15T15:07:30.426Z] #60 246.5 + bin/containerd-shim-runc-v2
15:07:31 [2022-02-15T15:07:31.001Z] #60 247.1 + binaries
15:07:31 [2022-02-15T15:07:31.001Z] #60 247.1 + install -D bin/containerd /build/containerd
15:07:31 [2022-02-15T15:07:31.001Z] #60 247.2 + install -D bin/containerd-shim /build/containerd-shim
15:07:31 [2022-02-15T15:07:31.001Z] #60 247.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
15:07:31 [2022-02-15T15:07:31.001Z] #60 247.2 + install -D bin/ctr /build/ctr
15:07:33 [2022-02-15T15:07:33.542Z] #60 DONE 249.4s
15:07:34 [2022-02-15T15:07:34.483Z] 
15:07:34 [2022-02-15T15:07:34.483Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
15:07:34 [2022-02-15T15:07:34.483Z] #61 sha256:76db3678bb65747bd61a1d92a84f36b538b6b866ec39c086284285a63ae8c557
15:07:35 [2022-02-15T15:07:35.052Z] #61 DONE 0.8s
15:07:35 [2022-02-15T15:07:35.052Z] 
15:07:35 [2022-02-15T15:07:35.052Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:07:35 [2022-02-15T15:07:35.052Z] #66 sha256:1f46b59663eb6420ca252c8f52c2759eb80deb4c6a7ba9b7cd2f1666210f6b84
15:07:35 [2022-02-15T15:07:35.052Z] #66 DONE 0.2s
15:07:35 [2022-02-15T15:07:35.312Z] 
15:07:35 [2022-02-15T15:07:35.312Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
15:07:35 [2022-02-15T15:07:35.312Z] #71 sha256:3a9ce4ee54a48fe61a6a55b73d3cb6ece9037c2277cadbe4f045b721f621b976
15:07:36 [2022-02-15T15:07:36.253Z] #71 DONE 0.9s
15:07:36 [2022-02-15T15:07:36.253Z] 
15:07:36 [2022-02-15T15:07:36.253Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
15:07:36 [2022-02-15T15:07:36.253Z] #72 sha256:193c94116749eb992c41d7e632d878f78e6d0d987d5d135bb05fa8d28d8d2e4d
15:07:36 [2022-02-15T15:07:36.253Z] #72 DONE 0.0s
15:07:36 [2022-02-15T15:07:36.253Z] 
15:07:36 [2022-02-15T15:07:36.253Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker
15:07:36 [2022-02-15T15:07:36.253Z] #73 sha256:b636e5e9965e518dc886d6ae19f75be2c2a860033bb99e741d93cc450f2a1279
15:07:37 [2022-02-15T15:07:37.637Z] #73 DONE 1.3s
15:07:37 [2022-02-15T15:07:37.637Z] 
15:07:37 [2022-02-15T15:07:37.637Z] #74 exporting to image
15:07:37 [2022-02-15T15:07:37.637Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:07:37 [2022-02-15T15:07:37.637Z] #74 exporting layers
15:07:44 [2022-02-15T15:07:44.224Z] #74 exporting layers 6.0s done
15:07:44 [2022-02-15T15:07:44.224Z] #74 writing image sha256:a102366567be5c616b6d2f1ef6d52c553eca982cf79faa0ef751e671025f4292 done
15:07:44 [2022-02-15T15:07:44.224Z] #74 naming to docker.io/library/docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 done
15:07:44 [2022-02-15T15:07:44.224Z] #74 DONE 6.1s