Skip to content

Console Output

Skipping 51 KB.. Full Log
358 + export GO_BUILDMODE=-buildmode=pie
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.358 + GO_BUILDMODE=-buildmode=pie
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 ++ dirname /install.sh
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + dir=/
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + bin=dockercli
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + shift
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + '[' '!' -f //dockercli.installer ']'
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + . //dockercli.installer
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 ++ : stable
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 ++ : 17.06.2-ce
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + install_dockercli
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 + echo 'Install docker/cli version 17.06.2-ce from stable'
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.361 Install docker/cli version 17.06.2-ce from stable
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.391 ++ uname -m
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.401 + arch=x86_64
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.401 + '[' x86_64 '!=' x86_64 ']'
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.401 + url=https://download.docker.com/linux/static
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.404 + tar -xz docker/docker
15:20:05 [2022-04-27T15:20:05.726Z] #26 6.423 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
15:20:05 [2022-04-27T15:20:05.726Z] #26 ...
15:20:05 [2022-04-27T15:20:05.726Z] 
15:20:05 [2022-04-27T15:20:05.726Z] #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:20:05 [2022-04-27T15:20:05.726Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc
15:20:05 [2022-04-27T15:20:05.726Z] #34 5.420 + git clone https://github.com/kolyshkin/go-swagger.git .
15:20:05 [2022-04-27T15:20:05.726Z] #34 5.420 Cloning into '.'...
15:20:05 [2022-04-27T15:20:05.985Z] #34 ...
15:20:05 [2022-04-27T15:20:05.985Z] 
15:20:05 [2022-04-27T15:20:05.985Z] #40 [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:20:05 [2022-04-27T15:20:05.985Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:05 [2022-04-27T15:20:05.985Z] #40 7.054 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:20:05 [2022-04-27T15:20:05.985Z] #40 7.110 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:20:05 [2022-04-27T15:20:05.985Z] #40 7.110 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:20:05 [2022-04-27T15:20:05.985Z] #40 8.579 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:20:05 [2022-04-27T15:20:05.985Z] #40 10.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
15:20:05 [2022-04-27T15:20:05.985Z] #40 ...
15:20:05 [2022-04-27T15:20:05.985Z] 
15:20:05 [2022-04-27T15:20:05.985Z] #53 [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:20:05 [2022-04-27T15:20:05.985Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:20:05 [2022-04-27T15:20:05.985Z] #53 6.539 go: downloading github.com/golangci/golangci-lint v1.44.0
15:20:06 [2022-04-27T15:20:06.246Z] #53 ...
15:20:06 [2022-04-27T15:20:06.246Z] 
15:20:06 [2022-04-27T15:20:06.246Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
15:20:06 [2022-04-27T15:20:06.246Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c
15:20:06 [2022-04-27T15:20:06.246Z] #38 5.788 go: downloading github.com/tc-hib/go-winres v0.2.3
15:20:06 [2022-04-27T15:20:06.246Z] #38 6.978 go: downloading github.com/tc-hib/winres v0.1.5
15:20:06 [2022-04-27T15:20:06.246Z] #38 10.08 go: downloading github.com/urfave/cli/v2 v2.3.0
15:20:06 [2022-04-27T15:20:06.246Z] #38 10.29 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
15:20:06 [2022-04-27T15:20:06.246Z] #38 10.67 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
15:20:06 [2022-04-27T15:20:06.246Z] #38 ...
15:20:06 [2022-04-27T15:20:06.246Z] 
15:20:06 [2022-04-27T15:20:06.246Z] #49 [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:20:06 [2022-04-27T15:20:06.246Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51
15:20:06 [2022-04-27T15:20:06.246Z] #49 6.387 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:20:06 [2022-04-27T15:20:06.246Z] #49 6.419 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:20:06 [2022-04-27T15:20:06.246Z] #49 6.448 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:20:06 [2022-04-27T15:20:06.246Z] #49 6.950 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
15:20:06 [2022-04-27T15:20:06.246Z] #49 8.347 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:20:06 [2022-04-27T15:20:06.246Z] #49 10.86 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
15:20:06 [2022-04-27T15:20:06.507Z] #49 ...
15:20:06 [2022-04-27T15:20:06.507Z] 
15:20:06 [2022-04-27T15:20:06.507Z] #45 [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:20:06 [2022-04-27T15:20:06.507Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e
15:20:06 [2022-04-27T15:20:06.507Z] #45 5.992 + git clone https://github.com/docker/distribution.git .
15:20:06 [2022-04-27T15:20:06.507Z] #45 5.992 Cloning into '.'...
15:20:06 [2022-04-27T15:20:06.766Z] #45 ...
15:20:06 [2022-04-27T15:20:06.767Z] 
15:20:06 [2022-04-27T15:20:06.767Z] #65 [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:20:06 [2022-04-27T15:20:06.767Z] #65 sha256:7de649beb6cd7bfe6264ece8677bdb387f838235cb6873d40264bd497a585f65
15:20:06 [2022-04-27T15:20:06.767Z] #65 11.14 go: downloading github.com/sirupsen/logrus v1.8.1
15:20:06 [2022-04-27T15:20:06.767Z] #65 11.15 go: downloading github.com/urfave/cli/v2 v2.4.0
15:20:07 [2022-04-27T15:20:07.713Z] #65 12.23 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
15:20:13 [2022-04-27T15:20:13.001Z] #65 16.79 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
15:20:13 [2022-04-27T15:20:13.001Z] #65 ...
15:20:13 [2022-04-27T15:20:13.001Z] 
15:20:13 [2022-04-27T15:20:13.001Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
15:20:13 [2022-04-27T15:20:13.001Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c
15:20:13 [2022-04-27T15:20:13.001Z] #38 16.12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:20:13 [2022-04-27T15:20:13.001Z] #38 16.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:20:13 [2022-04-27T15:20:13.942Z] #38 ...
15:20:13 [2022-04-27T15:20:13.942Z] 
15:20:13 [2022-04-27T15:20:13.943Z] #60 [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:20:13 [2022-04-27T15:20:13.943Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc
15:20:13 [2022-04-27T15:20:13.943Z] #60 8.632 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:20:13 [2022-04-27T15:20:13.943Z] #60 ...
15:20:13 [2022-04-27T15:20:13.943Z] 
15:20:13 [2022-04-27T15:20:13.943Z] #65 [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:20:13 [2022-04-27T15:20:13.943Z] #65 sha256:7de649beb6cd7bfe6264ece8677bdb387f838235cb6873d40264bd497a585f65
15:20:13 [2022-04-27T15:20:13.943Z] #65 17.54 go: downloading github.com/google/uuid v1.3.0
15:20:13 [2022-04-27T15:20:13.943Z] #65 17.58 go: downloading github.com/moby/vpnkit v0.5.0
15:20:13 [2022-04-27T15:20:13.943Z] #65 17.73 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:20:13 [2022-04-27T15:20:13.943Z] #65 17.92 go: downloading github.com/gofrs/flock v0.8.1
15:20:13 [2022-04-27T15:20:13.943Z] #65 18.22 go: downloading github.com/gorilla/mux v1.8.0
15:20:14 [2022-04-27T15:20:14.203Z] #65 18.78 go: downloading github.com/moby/sys/mountinfo v0.6.0
15:20:15 [2022-04-27T15:20:15.142Z] #65 19.83 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
15:20:15 [2022-04-27T15:20:15.402Z] #65 20.01 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
15:20:15 [2022-04-27T15:20:15.662Z] #65 ...
15:20:15 [2022-04-27T15:20:15.662Z] 
15:20:15 [2022-04-27T15:20:15.662Z] #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:20:15 [2022-04-27T15:20:15.662Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:20:15 [2022-04-27T15:20:15.662Z] #14 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
15:20:15 [2022-04-27T15:20:15.662Z] #14 13.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:20:16 [2022-04-27T15:20:16.081Z] #14 ...
15:20:16 [2022-04-27T15:20:16.081Z] 
15:20:16 [2022-04-27T15:20:16.081Z] #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:20:16 [2022-04-27T15:20:16.081Z] #26 sha256:e38e01d8fca705c36d973c4089c5e576278c41a866587518109bb53f56f1645d
15:20:16 [2022-04-27T15:20:16.081Z] #26 19.66 + mkdir -p /build
15:20:16 [2022-04-27T15:20:16.081Z] #26 19.69 + mv docker/docker /build/
15:20:16 [2022-04-27T15:20:16.081Z] #26 19.74 + rmdir docker
15:20:16 [2022-04-27T15:20:16.340Z] #26 DONE 21.1s
15:20:16 [2022-04-27T15:20:16.340Z] 
15:20:16 [2022-04-27T15:20:16.340Z] #60 [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:20:16 [2022-04-27T15:20:16.340Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc
15:20:16 [2022-04-27T15:20:16.340Z] #60 19.47 Fetched 8510 kB in 15s (564 kB/s)
15:20:18 [2022-04-27T15:20:18.312Z] #60 19.47 Reading package lists...
15:20:18 [2022-04-27T15:20:18.312Z] #60 ...
15:20:18 [2022-04-27T15:20:18.312Z] 
15:20:18 [2022-04-27T15:20:18.312Z] #40 [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:20:18 [2022-04-27T15:20:18.312Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:18 [2022-04-27T15:20:18.312Z] #40 13.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:20:18 [2022-04-27T15:20:18.312Z] #40 ...
15:20:18 [2022-04-27T15:20:18.312Z] 
15:20:18 [2022-04-27T15:20:18.312Z] #51 [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:20:18 [2022-04-27T15:20:18.312Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6
15:20:18 [2022-04-27T15:20:18.312Z] #51 14.95 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
15:20:18 [2022-04-27T15:20:18.312Z] #51 14.99 go: downloading golang.org/x/mod v0.3.0
15:20:18 [2022-04-27T15:20:18.584Z] #51 ...
15:20:18 [2022-04-27T15:20:18.584Z] 
15:20:18 [2022-04-27T15:20:18.584Z] #49 [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:20:18 [2022-04-27T15:20:18.584Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51
15:20:18 [2022-04-27T15:20:18.584Z] #49 13.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:20:18 [2022-04-27T15:20:18.584Z] #49 17.85 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2154 B]
15:20:19 [2022-04-27T15:20:19.159Z] #49 ...
15:20:19 [2022-04-27T15:20:19.159Z] 
15:20:19 [2022-04-27T15:20:19.159Z] #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:20:19 [2022-04-27T15:20:19.159Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13 tomll can be used in two ways:
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13 Writing to STDIN and reading from STDOUT:
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13   cat file.toml | tomll > file.toml
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13 
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13 Reading and updating a list of files:
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13   tomll a.toml b.toml c.toml
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13 
15:20:19 [2022-04-27T15:20:19.159Z] #36 24.13 When given a list of files, tomll will modify all files in place without asking.
15:20:19 [2022-04-27T15:20:19.159Z] #36 DONE 24.2s
15:20:19 [2022-04-27T15:20:19.159Z] 
15:20:19 [2022-04-27T15:20:19.159Z] #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:20:19 [2022-04-27T15:20:19.159Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc
15:20:19 [2022-04-27T15:20:19.727Z] #34 ...
15:20:19 [2022-04-27T15:20:19.727Z] 
15:20:19 [2022-04-27T15:20:19.728Z] #65 [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:20:19 [2022-04-27T15:20:19.728Z] #65 sha256:7de649beb6cd7bfe6264ece8677bdb387f838235cb6873d40264bd497a585f65
15:20:19 [2022-04-27T15:20:19.728Z] #65 24.30 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
15:20:19 [2022-04-27T15:20:19.989Z] #65 24.82 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:20:26 [2022-04-27T15:20:26.559Z] #65 ...
15:20:26 [2022-04-27T15:20:26.559Z] 
15:20:26 [2022-04-27T15:20:26.559Z] #60 [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:20:26 [2022-04-27T15:20:26.559Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc
15:20:26 [2022-04-27T15:20:26.559Z] #60 19.47 Reading package lists...
15:20:29 [2022-04-27T15:20:29.097Z] #60 28.94 Reading package lists...
15:20:29 [2022-04-27T15:20:29.097Z] #60 ...
15:20:29 [2022-04-27T15:20:29.097Z] 
15:20:29 [2022-04-27T15:20:29.097Z] #45 [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:20:29 [2022-04-27T15:20:29.097Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e
15:20:29 [2022-04-27T15:20:29.097Z] #45 30.82 Updating files:  71% (1324/1843)
Updating files:  72% (1327/1843)
Updating files:  73% (1346/1843)
Updating files:  74% (1364/1843)
Updating files:  75% (1383/1843)
Updating files:  76% (1401/1843)
Updating files:  77% (1420/1843)
Updating files:  78% (1438/1843)
Updating files:  79% (1456/1843)
Updating files:  80% (1475/1843)
Updating files:  81% (1493/1843)
Updating files:  82% (1512/1843)
Updating files:  83% (1530/1843)
Updating files:  84% (1549/1843)
Updating files:  85% (1567/1843)
Updating files:  86% (1585/1843)
Updating files:  87% (1604/1843)
Updating files:  88% (1622/1843)
Updating files:  89% (1641/1843)
Updating files:  90% (1659/1843)
Updating files:  91% (1678/1843)
Updating files:  92% (1696/1843)
Updating files:  93% (1714/1843)
Updating files:  94% (1733/1843)
Updating files:  95% (1751/1843)
Updating files:  96% (1770/1843)
Updating files:  97% (1788/1843)
Updating files:  98% (1807/1843)
Updating files:  99% (1825/1843)
Updating files: 100% (1843/1843)
Updating files: 100% (1843/1843), done.
15:20:29 [2022-04-27T15:20:29.097Z] #45 31.81 + git checkout -q v2.3.0
15:20:29 [2022-04-27T15:20:29.097Z] #45 33.83 + 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:20:32 [2022-04-27T15:20:32.395Z] #45 ...
15:20:32 [2022-04-27T15:20:32.395Z] 
15:20:32 [2022-04-27T15:20:32.395Z] #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:20:32 [2022-04-27T15:20:32.395Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:20:32 [2022-04-27T15:20:32.395Z] #14 26.87 Fetched 8510 kB in 21s (412 kB/s)
15:20:32 [2022-04-27T15:20:32.395Z] #14 26.87 Reading package lists...
15:20:32 [2022-04-27T15:20:32.395Z] #14 33.62 Reading package lists...
15:20:32 [2022-04-27T15:20:32.395Z] #14 ...
15:20:32 [2022-04-27T15:20:32.395Z] 
15:20:32 [2022-04-27T15:20:32.395Z] #60 [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:20:32 [2022-04-27T15:20:32.395Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc
15:20:32 [2022-04-27T15:20:32.395Z] #60 28.94 Reading package lists...
15:20:32 [2022-04-27T15:20:32.395Z] #60 35.31 Building dependency tree...
15:20:32 [2022-04-27T15:20:32.395Z] #60 ...
15:20:32 [2022-04-27T15:20:32.395Z] 
15:20:32 [2022-04-27T15:20:32.395Z] #40 [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:20:32 [2022-04-27T15:20:32.395Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:32 [2022-04-27T15:20:32.395Z] #40 27.33 Fetched 8510 kB in 21s (413 kB/s)
15:20:32 [2022-04-27T15:20:32.395Z] #40 27.33 Reading package lists...
15:20:32 [2022-04-27T15:20:32.657Z] #40 34.20 Reading package lists...
15:20:32 [2022-04-27T15:20:32.657Z] #40 ...
15:20:32 [2022-04-27T15:20:32.657Z] 
15:20:32 [2022-04-27T15:20:32.657Z] #49 [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:20:32 [2022-04-27T15:20:32.657Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51
15:20:32 [2022-04-27T15:20:32.657Z] #49 27.82 Fetched 8513 kB in 22s (387 kB/s)
15:20:32 [2022-04-27T15:20:32.657Z] #49 27.82 Reading package lists...
15:20:33 [2022-04-27T15:20:33.230Z] #49 34.30 Reading package lists...
15:20:33 [2022-04-27T15:20:33.230Z] #49 ...
15:20:33 [2022-04-27T15:20:33.230Z] 
15:20:33 [2022-04-27T15:20:33.230Z] #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:20:33 [2022-04-27T15:20:33.230Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:20:33 [2022-04-27T15:20:33.230Z] #14 33.62 Reading package lists...
15:20:34 [2022-04-27T15:20:34.877Z] #14 38.43 Building dependency tree...
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.69 The following additional packages will be installed:
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.70   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.70   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.70   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.70   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.71   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.71   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.71   mingw-w64-common mingw-w64-x86-64-dev
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.73 Suggested packages:
15:20:36 [2022-04-27T15:20:36.799Z] #14 41.73   gcc-10-locales seccomp wine64
15:20:36 [2022-04-27T15:20:36.799Z] #14 ...
15:20:36 [2022-04-27T15:20:36.799Z] 
15:20:36 [2022-04-27T15:20:36.799Z] #60 [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:20:36 [2022-04-27T15:20:36.799Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc
15:20:36 [2022-04-27T15:20:36.799Z] #60 38.50 The following additional packages will be installed:
15:20:36 [2022-04-27T15:20:36.799Z] #60 38.50   libbtrfs0
15:20:36 [2022-04-27T15:20:36.799Z] #60 38.71 The following NEW packages will be installed:
15:20:36 [2022-04-27T15:20:36.799Z] #60 38.72   libbtrfs-dev libbtrfs0
15:20:36 [2022-04-27T15:20:36.799Z] #60 39.10 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
15:20:36 [2022-04-27T15:20:36.799Z] #60 39.10 Need to get 460 kB of archives.
15:20:36 [2022-04-27T15:20:36.799Z] #60 39.10 After this operation, 1237 kB of additional disk space will be used.
15:20:36 [2022-04-27T15:20:36.799Z] #60 39.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:20:36 [2022-04-27T15:20:36.799Z] #60 39.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.08 debconf: delaying package configuration, since apt-utils is not installed
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.30 Fetched 460 kB in 0s (1487 kB/s)
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.42 Selecting previously unselected package libbtrfs0:amd64.
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.42 (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:20:36 [2022-04-27T15:20:36.799Z] #60 40.51 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.53 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.75 Selecting previously unselected package libbtrfs-dev:amd64.
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 40.77 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 41.17 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 41.19 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 41.21 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:20:36 [2022-04-27T15:20:36.799Z] #60 DONE 41.9s
15:20:37 [2022-04-27T15:20:37.060Z] 
15:20:37 [2022-04-27T15:20:37.060Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:20:37 [2022-04-27T15:20:37.060Z] #61 sha256:a1eddca03d7e588fc64778f9dfa5eaa4a6faa5b0bd7148498d95fc491b9f73ff
15:20:37 [2022-04-27T15:20:37.060Z] #61 DONE 0.1s
15:20:37 [2022-04-27T15:20:37.060Z] 
15:20:37 [2022-04-27T15:20:37.060Z] #62 [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:20:37 [2022-04-27T15:20:37.060Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.924 + RM_GOPATH=0
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.924 + TMP_GOPATH=
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.924 + : /build
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.924 + '[' -z '' ']'
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.925 ++ mktemp -d
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.932 + export GOPATH=/tmp/tmp.MNOFSgMrQs
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.932 + GOPATH=/tmp/tmp.MNOFSgMrQs
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.944 + RM_GOPATH=1
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.944 + case "$(go env GOARCH)" in
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.945 ++ go env GOARCH
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.972 + export GO_BUILDMODE=-buildmode=pie
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.972 + GO_BUILDMODE=-buildmode=pie
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.973 ++ dirname /install.sh
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.977 + dir=/
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.977 + bin=containerd
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.978 + shift
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.978 + '[' '!' -f //containerd.installer ']'
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.978 + . //containerd.installer
15:20:38 [2022-04-27T15:20:38.004Z] #62 0.978 ++ set -e
15:20:38 [2022-04-27T15:20:38.005Z] #62 0.979 ++ : v1.6.2
15:20:38 [2022-04-27T15:20:38.005Z] #62 0.979 + install_containerd
15:20:38 [2022-04-27T15:20:38.005Z] #62 0.979 + echo 'Install containerd version v1.6.2'
15:20:38 [2022-04-27T15:20:38.005Z] #62 0.980 Install containerd version v1.6.2
15:20:38 [2022-04-27T15:20:38.005Z] #62 0.980 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MNOFSgMrQs/src/github.com/containerd/containerd
15:20:38 [2022-04-27T15:20:38.005Z] #62 0.988 Cloning into '/tmp/tmp.MNOFSgMrQs/src/github.com/containerd/containerd'...
15:20:40 [2022-04-27T15:20:40.548Z] #62 ...
15:20:40 [2022-04-27T15:20:40.548Z] 
15:20:40 [2022-04-27T15:20:40.548Z] #55 [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:20:40 [2022-04-27T15:20:40.548Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82
15:20:40 [2022-04-27T15:20:40.548Z] #55 44.95 v3.0.2
15:20:40 [2022-04-27T15:20:40.548Z] #55 DONE 45.3s
15:20:40 [2022-04-27T15:20:40.548Z] 
15:20:40 [2022-04-27T15:20:40.548Z] #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:20:40 [2022-04-27T15:20:40.548Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.25 The following NEW packages will be installed:
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.28   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.28   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.28   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.28   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.28   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.28   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.29   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.29   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.29   mingw-w64-x86-64-dev
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.70 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.70 Need to get 115 MB of archives.
15:20:40 [2022-04-27T15:20:40.548Z] #14 43.70 After this operation, 645 MB of additional disk space will be used.
15:20:40 [2022-04-27T15:20:40.549Z] #14 43.70 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:20:40 [2022-04-27T15:20:40.549Z] #14 43.82 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:20:40 [2022-04-27T15:20:40.549Z] #14 44.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
15:20:40 [2022-04-27T15:20:40.549Z] #14 44.01 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:20:40 [2022-04-27T15:20:40.549Z] #14 44.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
15:20:40 [2022-04-27T15:20:40.549Z] #14 44.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
15:20:40 [2022-04-27T15:20:40.549Z] #14 44.35 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:20:40 [2022-04-27T15:20:40.549Z] #14 44.56 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:20:40 [2022-04-27T15:20:40.549Z] #14 44.58 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:20:40 [2022-04-27T15:20:40.549Z] #14 45.22 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:20:41 [2022-04-27T15:20:41.930Z] #14 46.92 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:20:42 [2022-04-27T15:20:42.869Z] #14 47.57 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:20:43 [2022-04-27T15:20:43.130Z] #14 48.26 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:20:43 [2022-04-27T15:20:43.702Z] #14 ...
15:20:43 [2022-04-27T15:20:43.703Z] 
15:20:43 [2022-04-27T15:20:43.703Z] #40 [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:20:43 [2022-04-27T15:20:43.703Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:43 [2022-04-27T15:20:43.703Z] #40 34.20 Reading package lists...
15:20:43 [2022-04-27T15:20:43.703Z] #40 38.69 Building dependency tree...
15:20:43 [2022-04-27T15:20:43.703Z] #40 41.86 The following additional packages will be installed:
15:20:43 [2022-04-27T15:20:43.703Z] #40 41.87   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
15:20:43 [2022-04-27T15:20:43.703Z] #40 41.88 Suggested packages:
15:20:43 [2022-04-27T15:20:43.703Z] #40 41.88   cmake-doc ninja-build lrzip
15:20:43 [2022-04-27T15:20:43.703Z] #40 41.88 Recommended packages:
15:20:43 [2022-04-27T15:20:43.703Z] #40 41.89   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.13 The following NEW packages will be installed:
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.15   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.16   vim-common xxd
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.55 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.55 Need to get 17.7 MB of archives.
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.55 After this operation, 70.7 MB of additional disk space will be used.
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 43.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 44.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 44.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 44.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 44.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 44.15 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 44.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
15:20:43 [2022-04-27T15:20:43.703Z] #40 45.32 debconf: delaying package configuration, since apt-utils is not installed
15:20:43 [2022-04-27T15:20:43.703Z] #40 45.64 Fetched 17.7 MB in 1s (15.3 MB/s)
15:20:43 [2022-04-27T15:20:43.703Z] #40 45.74 Selecting previously unselected package xxd.
15:20:43 [2022-04-27T15:20:43.703Z] #40 45.74 (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:20:43 [2022-04-27T15:20:43.703Z] #40 45.82 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:20:43 [2022-04-27T15:20:43.703Z] #40 45.82 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:20:43 [2022-04-27T15:20:43.703Z] #40 45.99 Selecting previously unselected package vim-common.
15:20:43 [2022-04-27T15:20:43.703Z] #40 46.00 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:20:43 [2022-04-27T15:20:43.703Z] #40 46.03 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:20:43 [2022-04-27T15:20:43.703Z] #40 46.49 Selecting previously unselected package cmake-data.
15:20:43 [2022-04-27T15:20:43.703Z] #40 46.49 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
15:20:43 [2022-04-27T15:20:43.703Z] #40 46.50 Unpacking cmake-data (3.18.4-2+deb11u1) ...
15:20:43 [2022-04-27T15:20:43.703Z] #40 ...
15:20:43 [2022-04-27T15:20:43.703Z] 
15:20:43 [2022-04-27T15:20:43.703Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
15:20:43 [2022-04-27T15:20:43.703Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c
15:20:43 [2022-04-27T15:20:43.703Z] #38 48.76 NAME:
15:20:43 [2022-04-27T15:20:43.703Z] #38 48.76    go-winres - A tool for embedding resources in Windows executables
15:20:43 [2022-04-27T15:20:43.703Z] #38 48.76 
15:20:43 [2022-04-27T15:20:43.703Z] #38 48.76 USAGE:
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    go-winres [global options] command [command options] [arguments...]
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76 
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76 COMMANDS:
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    init     Create an initial ./winres/winres.json
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    make     Make syso files for the "go build" command
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    simply   Make syso files for the "go build" command (simplified)
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    extract  Extract all resources from an executable
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    patch    Replace resources in an executable file (exe, dll)
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    help, h  Shows a list of commands or help for one command
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76 
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76 GLOBAL OPTIONS:
15:20:43 [2022-04-27T15:20:43.964Z] #38 48.76    --help, -h  show help (default: false)
15:20:43 [2022-04-27T15:20:43.964Z] #38 DONE 49.0s
15:20:43 [2022-04-27T15:20:43.964Z] 
15:20:43 [2022-04-27T15:20:43.964Z] #53 [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:20:43 [2022-04-27T15:20:43.964Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:20:43 [2022-04-27T15:20:43.964Z] #53 40.95 go: downloading github.com/gofrs/flock v0.8.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 40.95 go: downloading github.com/fatih/color v1.13.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 41.03 go: downloading github.com/spf13/cobra v1.3.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 41.03 go: downloading github.com/spf13/pflag v1.0.5
15:20:43 [2022-04-27T15:20:43.964Z] #53 41.28 go: downloading github.com/spf13/viper v1.10.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 41.47 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15:20:43 [2022-04-27T15:20:43.964Z] #53 41.79 go: downloading github.com/go-critic/go-critic v0.6.2
15:20:43 [2022-04-27T15:20:43.964Z] #53 41.79 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
15:20:43 [2022-04-27T15:20:43.964Z] #53 43.07 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 43.11 go: downloading github.com/mattn/go-colorable v0.1.12
15:20:43 [2022-04-27T15:20:43.964Z] #53 43.13 go: downloading github.com/mattn/go-isatty v0.0.14
15:20:43 [2022-04-27T15:20:43.964Z] #53 43.23 go: downloading github.com/hashicorp/go-multierror v1.1.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 43.41 go: downloading github.com/sirupsen/logrus v1.8.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 43.49 go: downloading github.com/stretchr/testify v1.7.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.06 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.12 go: downloading github.com/fsnotify/fsnotify v1.5.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.12 go: downloading github.com/magiconair/properties v1.8.5
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.24 go: downloading github.com/mitchellh/mapstructure v1.4.3
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.29 go: downloading github.com/spf13/afero v1.6.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.30 go: downloading github.com/spf13/cast v1.4.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.33 go: downloading github.com/spf13/jwalterweatherman v1.1.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.37 go: downloading github.com/subosito/gotenv v1.2.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.39 go: downloading gopkg.in/ini.v1 v1.66.2
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.54 go: downloading github.com/go-toolsmith/astcast v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.54 go: downloading github.com/go-toolsmith/astcopy v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.55 go: downloading github.com/go-toolsmith/astequal v1.0.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.59 go: downloading github.com/go-toolsmith/astp v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.59 go: downloading github.com/go-toolsmith/strparse v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.59 go: downloading github.com/go-toolsmith/typep v1.0.2
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.60 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.71 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
15:20:43 [2022-04-27T15:20:43.964Z] #53 47.76 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.32 go: downloading github.com/hashicorp/errwrap v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.37 go: downloading github.com/davecgh/go-spew v1.1.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.48 go: downloading github.com/pmezard/go-difflib v1.0.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.50 go: downloading github.com/stretchr/objx v0.1.1
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.65 go: downloading 4d63.com/gochecknoglobals v0.1.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.68 go: downloading github.com/Antonboom/errname v0.1.5
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.82 go: downloading github.com/Antonboom/nilnil v0.1.0
15:20:43 [2022-04-27T15:20:43.964Z] #53 48.94 go: downloading github.com/BurntSushi/toml v1.0.0
15:20:44 [2022-04-27T15:20:44.537Z] #53 ...
15:20:44 [2022-04-27T15:20:44.537Z] 
15:20:44 [2022-04-27T15:20:44.537Z] #49 [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:20:44 [2022-04-27T15:20:44.537Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51
15:20:44 [2022-04-27T15:20:44.537Z] #49 34.30 Reading package lists...
15:20:44 [2022-04-27T15:20:44.537Z] #49 39.35 Building dependency tree...
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.00 The following additional packages will be installed:
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.02   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.03   python3-protobuf python3-six
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.04 Suggested packages:
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.05   python3-setuptools
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.05 Recommended packages:
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.05   iproute2 | iproute
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.62 The following NEW packages will be installed:
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.62   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:20:44 [2022-04-27T15:20:44.537Z] #49 43.63   python3-protobuf python3-six
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.05 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.05 Need to get 2292 kB of archives.
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.05 After this operation, 11.0 MB of additional disk space will be used.
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.09 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.10 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 44.15 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:20:44 [2022-04-27T15:20:44.537Z] #49 44.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 47.34 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
15:20:44 [2022-04-27T15:20:44.537Z] #49 48.89 debconf: delaying package configuration, since apt-utils is not installed
15:20:44 [2022-04-27T15:20:44.537Z] #49 49.21 Fetched 2292 kB in 4s (568 kB/s)
15:20:44 [2022-04-27T15:20:44.537Z] #49 49.42 Selecting previously unselected package libprotobuf23:amd64.
15:20:44 [2022-04-27T15:20:44.798Z] #49 49.42 (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:20:44 [2022-04-27T15:20:44.798Z] #49 49.55 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
15:20:44 [2022-04-27T15:20:44.798Z] #49 49.55 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
15:20:44 [2022-04-27T15:20:44.798Z] #49 ...
15:20:44 [2022-04-27T15:20:44.798Z] 
15:20:44 [2022-04-27T15:20:44.798Z] #53 [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:20:44 [2022-04-27T15:20:44.798Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:20:44 [2022-04-27T15:20:44.798Z] #53 49.98 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
15:20:45 [2022-04-27T15:20:45.060Z] #53 50.07 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
15:20:45 [2022-04-27T15:20:45.321Z] #53 50.26 go: downloading github.com/alexkohler/prealloc v1.0.0
15:20:45 [2022-04-27T15:20:45.321Z] #53 50.36 go: downloading github.com/ashanbrown/forbidigo v1.3.0
15:20:45 [2022-04-27T15:20:45.321Z] #53 50.40 go: downloading github.com/ashanbrown/makezero v1.1.0
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.44 go: downloading github.com/bkielbasa/cyclop v1.2.0
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.47 go: downloading github.com/blizzy78/varnamelen v0.5.0
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.52 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.58 go: downloading github.com/breml/bidichk v0.2.1
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.63 go: downloading github.com/breml/errchkjson v0.2.1
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.69 go: downloading github.com/butuzov/ireturn v0.1.1
15:20:45 [2022-04-27T15:20:45.581Z] #53 50.73 go: downloading github.com/charithe/durationcheck v0.0.9
15:20:45 [2022-04-27T15:20:45.840Z] #53 50.88 go: downloading github.com/daixiang0/gci v0.2.9
15:20:45 [2022-04-27T15:20:45.840Z] #53 50.91 go: downloading github.com/denis-tingajkin/go-header v0.4.2
15:20:46 [2022-04-27T15:20:46.101Z] #53 51.03 go: downloading github.com/esimonov/ifshort v1.0.4
15:20:46 [2022-04-27T15:20:46.101Z] #53 51.05 go: downloading github.com/fzipp/gocyclo v0.4.0
15:20:46 [2022-04-27T15:20:46.101Z] #53 51.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
15:20:46 [2022-04-27T15:20:46.101Z] #53 51.12 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
15:20:46 [2022-04-27T15:20:46.101Z] #53 51.18 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
15:20:46 [2022-04-27T15:20:46.362Z] #53 51.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.57 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.59 go: downloading github.com/golangci/misspell v0.3.5
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.61 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.64 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.69 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
15:20:46 [2022-04-27T15:20:46.623Z] #53 51.72 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.76 go: downloading github.com/jgautheron/goconst v1.5.1
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.77 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.79 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.83 go: downloading github.com/julz/importas v0.1.0
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.85 go: downloading github.com/kisielk/errcheck v1.6.0
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.90 go: downloading github.com/kulti/thelper v0.5.0
15:20:46 [2022-04-27T15:20:46.883Z] #53 51.96 go: downloading github.com/kunwardeep/paralleltest v1.0.3
15:20:47 [2022-04-27T15:20:47.147Z] #53 51.98 go: downloading github.com/kyoh86/exportloopref v0.1.8
15:20:47 [2022-04-27T15:20:47.147Z] #53 52.05 go: downloading github.com/ldez/gomoddirectives v0.2.2
15:20:47 [2022-04-27T15:20:47.147Z] #53 52.09 go: downloading github.com/ldez/tagliatelle v0.3.0
15:20:47 [2022-04-27T15:20:47.147Z] #53 52.09 go: downloading github.com/leonklingele/grouper v1.1.0
15:20:47 [2022-04-27T15:20:47.147Z] #53 52.13 go: downloading github.com/maratori/testpackage v1.0.1
15:20:47 [2022-04-27T15:20:47.147Z] #53 52.17 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
15:20:47 [2022-04-27T15:20:47.147Z] #53 52.19 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
15:20:47 [2022-04-27T15:20:47.407Z] #53 52.19 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
15:20:47 [2022-04-27T15:20:47.407Z] #53 52.21 go: downloading github.com/mgechev/revive v1.1.3
15:20:47 [2022-04-27T15:20:47.670Z] #53 52.74 go: downloading github.com/moricho/tparallel v0.2.1
15:20:47 [2022-04-27T15:20:47.670Z] #53 52.76 go: downloading github.com/nakabonne/nestif v0.3.1
15:20:47 [2022-04-27T15:20:47.933Z] #53 52.76 go: downloading github.com/nishanths/exhaustive v0.7.11
15:20:47 [2022-04-27T15:20:47.933Z] #53 52.78 go: downloading github.com/nishanths/predeclared v0.2.1
15:20:47 [2022-04-27T15:20:47.933Z] #53 52.85 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
15:20:47 [2022-04-27T15:20:47.933Z] #53 52.92 go: downloading github.com/ryancurrah/gomodguard v1.2.3
15:20:47 [2022-04-27T15:20:47.933Z] #53 52.96 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
15:20:47 [2022-04-27T15:20:47.933Z] #53 52.99 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
15:20:47 [2022-04-27T15:20:47.933Z] #53 53.02 go: downloading github.com/securego/gosec/v2 v2.9.6
15:20:48 [2022-04-27T15:20:48.193Z] #53 53.19 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
15:20:48 [2022-04-27T15:20:48.193Z] #53 53.20 go: downloading github.com/sivchari/containedctx v1.0.1
15:20:48 [2022-04-27T15:20:48.193Z] #53 53.24 go: downloading github.com/sivchari/tenv v1.4.7
15:20:48 [2022-04-27T15:20:48.193Z] #53 53.29 go: downloading github.com/sonatard/noctx v0.0.1
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.30 go: downloading github.com/sourcegraph/go-diff v0.6.1
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.35 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.38 go: downloading github.com/sylvia7788/contextcheck v1.0.4
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.41 go: downloading github.com/tdakkota/asciicheck v0.1.1
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.44 go: downloading github.com/tetafro/godot v1.4.11
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.44 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.50 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
15:20:48 [2022-04-27T15:20:48.455Z] #53 53.50 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
15:20:48 [2022-04-27T15:20:48.716Z] #53 53.74 go: downloading github.com/ultraware/funlen v0.0.3
15:20:48 [2022-04-27T15:20:48.716Z] #53 53.76 go: downloading github.com/ultraware/whitespace v0.0.4
15:20:48 [2022-04-27T15:20:48.716Z] #53 53.80 go: downloading github.com/uudashr/gocognit v1.0.5
15:20:48 [2022-04-27T15:20:48.976Z] #53 53.84 go: downloading github.com/yagipy/maintidx v1.0.0
15:20:48 [2022-04-27T15:20:48.976Z] #53 53.87 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
15:20:48 [2022-04-27T15:20:48.976Z] #53 54.02 go: downloading gitlab.com/bosi/decorder v0.2.1
15:20:48 [2022-04-27T15:20:48.976Z] #53 54.10 go: downloading honnef.co/go/tools v0.2.2
15:20:50 [2022-04-27T15:20:50.361Z] #53 55.24 go: downloading mvdan.cc/gofumpt v0.2.1
15:20:50 [2022-04-27T15:20:50.361Z] #53 55.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
15:20:50 [2022-04-27T15:20:50.361Z] #53 55.36 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
15:20:50 [2022-04-27T15:20:50.621Z] #53 55.45 go: downloading github.com/hashicorp/hcl v1.0.0
15:20:50 [2022-04-27T15:20:50.621Z] #53 55.64 go: downloading gopkg.in/yaml.v2 v2.4.0
15:20:50 [2022-04-27T15:20:50.621Z] #53 55.66 go: downloading github.com/pelletier/go-toml v1.9.4
15:20:50 [2022-04-27T15:20:50.880Z] #53 55.75 go: downloading golang.org/x/text v0.3.7
15:20:55 [2022-04-27T15:20:55.075Z] #53 ...
15:20:55 [2022-04-27T15:20:55.075Z] 
15:20:55 [2022-04-27T15:20:55.075Z] #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:20:55 [2022-04-27T15:20:55.075Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:20:55 [2022-04-27T15:20:55.075Z] #14 49.89 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:20:55 [2022-04-27T15:20:55.076Z] #14 50.53 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:20:55 [2022-04-27T15:20:55.076Z] #14 50.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.56 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:20:55 [2022-04-27T15:20:55.076Z] #14 50.56 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.59 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.61 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.62 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.65 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:20:55 [2022-04-27T15:20:55.076Z] #14 50.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 50.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:20:55 [2022-04-27T15:20:55.076Z] #14 51.51 debconf: delaying package configuration, since apt-utils is not installed
15:20:55 [2022-04-27T15:20:55.076Z] #14 51.68 Fetched 115 MB in 7s (15.7 MB/s)
15:20:55 [2022-04-27T15:20:55.076Z] #14 51.75 Selecting previously unselected package binutils-mingw-w64-i686.
15:20:55 [2022-04-27T15:20:55.076Z] #14 51.75 (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:20:55 [2022-04-27T15:20:55.076Z] #14 51.87 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 51.88 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 53.83 Selecting previously unselected package binutils-mingw-w64-x86-64.
15:20:55 [2022-04-27T15:20:55.076Z] #14 53.83 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 53.83 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.19 Selecting previously unselected package binutils-mingw-w64.
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.19 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.20 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.32 Selecting previously unselected package libdevmapper1.02.1:amd64.
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.50 Selecting previously unselected package dmsetup.
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.51 Unpacking dmsetup (2:1.02.175-2.1) ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.67 Selecting previously unselected package mingw-w64-common.
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.68 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
15:20:55 [2022-04-27T15:20:55.076Z] #14 56.69 Unpacking mingw-w64-common (8.0.0-1) ...
15:20:55 [2022-04-27T15:20:55.337Z] #14 ...
15:20:55 [2022-04-27T15:20:55.337Z] 
15:20:55 [2022-04-27T15:20:55.337Z] #53 [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:20:55 [2022-04-27T15:20:55.337Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:20:55 [2022-04-27T15:20:55.337Z] #53 60.42 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
15:20:55 [2022-04-27T15:20:55.337Z] #53 60.47 go: downloading github.com/gobwas/glob v0.2.3
15:20:55 [2022-04-27T15:20:55.598Z] #53 60.48 go: downloading github.com/kisielk/gotool v1.0.0
15:20:55 [2022-04-27T15:20:55.598Z] #53 60.57 go: downloading github.com/gostaticanalysis/comment v1.4.2
15:20:55 [2022-04-27T15:20:55.598Z] #53 ...
15:20:55 [2022-04-27T15:20:55.598Z] 
15:20:55 [2022-04-27T15:20:55.598Z] #40 [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:20:55 [2022-04-27T15:20:55.598Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:55 [2022-04-27T15:20:55.598Z] #40 50.54 Selecting previously unselected package libicu67:amd64.
15:20:55 [2022-04-27T15:20:55.598Z] #40 50.54 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 50.60 Unpacking libicu67:amd64 (67.1-7) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.23 Selecting previously unselected package libxml2:amd64.
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.23 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.23 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.68 Selecting previously unselected package libarchive13:amd64.
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.68 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.68 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.91 Selecting previously unselected package libjsoncpp24:amd64.
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.91 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 56.93 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.10 Selecting previously unselected package librhash0:amd64.
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.10 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.10 Unpacking librhash0:amd64 (1.4.1-2) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.29 Selecting previously unselected package libuv1:amd64.
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.29 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.30 Unpacking libuv1:amd64 (1.40.0-2) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.47 Selecting previously unselected package cmake.
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.47 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 57.47 Unpacking cmake (3.18.4-2+deb11u1) ...
15:20:55 [2022-04-27T15:20:55.598Z] #40 ...
15:20:55 [2022-04-27T15:20:55.598Z] 
15:20:55 [2022-04-27T15:20:55.598Z] #53 [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:20:55 [2022-04-27T15:20:55.598Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:20:55 [2022-04-27T15:20:55.598Z] #53 60.60 go: downloading golang.org/x/mod v0.5.1
15:20:55 [2022-04-27T15:20:55.598Z] #53 60.60 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
15:20:55 [2022-04-27T15:20:55.598Z] #53 60.68 go: downloading github.com/ettle/strcase v0.1.1
15:20:55 [2022-04-27T15:20:55.858Z] #53 60.74 go: downloading github.com/fatih/structtag v1.2.0
15:20:55 [2022-04-27T15:20:55.858Z] #53 60.79 go: downloading github.com/Masterminds/semver v1.5.0
15:20:55 [2022-04-27T15:20:55.858Z] #53 ...
15:20:55 [2022-04-27T15:20:55.858Z] 
15:20:55 [2022-04-27T15:20:55.858Z] #49 [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:20:55 [2022-04-27T15:20:55.858Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.51 Selecting previously unselected package python3-pkg-resources.
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.51 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.52 Unpacking python3-pkg-resources (52.0.0-4) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.68 Selecting previously unselected package python3-six.
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.68 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.69 Unpacking python3-six (1.16.0-2) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.83 Selecting previously unselected package python3-protobuf.
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.84 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 50.85 Unpacking python3-protobuf (3.12.4-1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.34 Selecting previously unselected package libnet1:amd64.
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.35 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.46 Selecting previously unselected package libnl-3-200:amd64.
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.46 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.47 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.60 Selecting previously unselected package libprotobuf-c1:amd64.
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.60 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.61 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.69 Selecting previously unselected package criu.
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.71 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 51.71 Unpacking criu (3.16.1-3) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 52.48 Setting up python3-pkg-resources (52.0.0-4) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 54.13 Setting up libprotobuf23:amd64 (3.12.4-1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 54.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 54.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 54.18 Setting up python3-six (1.16.0-2) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 55.26 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 55.28 Setting up python3-protobuf (3.12.4-1) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 58.58 Setting up criu (3.16.1-3) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 60.35 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:20:55 [2022-04-27T15:20:55.858Z] #49 ...
15:20:55 [2022-04-27T15:20:55.858Z] 
15:20:55 [2022-04-27T15:20:55.858Z] #53 [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:20:55 [2022-04-27T15:20:55.858Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:20:55 [2022-04-27T15:20:55.858Z] #53 60.92 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
15:20:55 [2022-04-27T15:20:55.858Z] #53 60.96 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
15:20:55 [2022-04-27T15:20:55.858Z] #53 61.02 go: downloading github.com/prometheus/client_golang v1.7.1
15:20:56 [2022-04-27T15:20:56.433Z] #53 ...
15:20:56 [2022-04-27T15:20:56.433Z] 
15:20:56 [2022-04-27T15:20:56.433Z] #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:20:56 [2022-04-27T15:20:56.433Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc
15:20:56 [2022-04-27T15:20:56.433Z] #34 51.03 Updating files:  93% (1423/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
15:20:56 [2022-04-27T15:20:56.433Z] #34 51.14 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
15:20:56 [2022-04-27T15:20:56.433Z] #34 51.33 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:20:56 [2022-04-27T15:20:56.433Z] #34 ...
15:20:56 [2022-04-27T15:20:56.433Z] 
15:20:56 [2022-04-27T15:20:56.433Z] #40 [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:20:56 [2022-04-27T15:20:56.433Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:56 [2022-04-27T15:20:56.433Z] #40 61.47 Setting up libicu67:amd64 (67.1-7) ...
15:20:56 [2022-04-27T15:20:56.433Z] #40 ...
15:20:56 [2022-04-27T15:20:56.433Z] 
15:20:56 [2022-04-27T15:20:56.433Z] #49 [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:20:56 [2022-04-27T15:20:56.433Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51
15:20:56 [2022-04-27T15:20:56.433Z] #49 DONE 61.4s
15:20:56 [2022-04-27T15:20:56.433Z] 
15:20:56 [2022-04-27T15:20:56.433Z] #40 [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:20:56 [2022-04-27T15:20:56.433Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b
15:20:56 [2022-04-27T15:20:56.433Z] #40 61.59 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:20:56 [2022-04-27T15:20:56.694Z] #40 61.60 Setting up libuv1:amd64 (1.40.0-2) ...
15:20:56 [2022-04-27T15:20:56.694Z] #40 61.64 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:20:56 [2022-04-27T15:20:56.694Z] #40 61.71 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
15:20:56 [2022-04-27T15:20:56.694Z] #40 61.75 Setting up librhash0:amd64 (1.4.1-2) ...
15:20:56 [2022-04-27T15:20:56.694Z] #40 61.78 Setting up cmake-data (3.18.4-2+deb11u1) ...
15:20:56 [2022-04-27T15:20:56.694Z] #40 61.82 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
15:20:56 [2022-04-27T15:20:56.954Z] #40 61.84 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:20:56 [2022-04-27T15:20:56.954Z] #40 61.87 Setting up cmake (3.18.4-2+deb11u1) ...
15:20:56 [2022-04-27T15:20:56.954Z] #40 61.89 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:20:57 [2022-04-27T15:20:57.525Z] #40 DONE 62.6s
15:20:57 [2022-04-27T15:20:57.525Z] 
15:20:57 [2022-04-27T15:20:57.525Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:20:57 [2022-04-27T15:20:57.525Z] #41 sha256:a6986345793295ea7c7f021eb0ce61b29142510f30ae259a2693cbc1de594e0c
15:20:57 [2022-04-27T15:20:57.786Z] #41 DONE 0.2s
15:20:57 [2022-04-27T15:20:57.786Z] 
15:20:57 [2022-04-27T15:20:57.786Z] #42 [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:20:57 [2022-04-27T15:20:57.786Z] #42 sha256:758ce63e09c7e76fbe13acbb8a611b5cd7c6c97f6ddd811e2384513a11a09879
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.983 + RM_GOPATH=0
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.983 + TMP_GOPATH=
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.983 + : /build
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.983 + '[' -z '' ']'
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.984 ++ mktemp -d
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.985 + export GOPATH=/tmp/tmp.KXjcaFBDK7
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.985 + GOPATH=/tmp/tmp.KXjcaFBDK7
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.985 + RM_GOPATH=1
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.985 + case "$(go env GOARCH)" in
15:20:58 [2022-04-27T15:20:58.724Z] #42 0.986 ++ go env GOARCH
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.024 + export GO_BUILDMODE=-buildmode=pie
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.024 + GO_BUILDMODE=-buildmode=pie
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.026 ++ dirname /install.sh
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.027 + dir=/
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.027 + bin=tini
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.027 + shift
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.027 + '[' '!' -f //tini.installer ']'
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.028 + . //tini.installer
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.028 ++ : v0.19.0
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.028 + install_tini
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.028 + echo 'Install tini version v0.19.0'
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.029 Install tini version v0.19.0
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.029 + git clone https://github.com/krallin/tini.git /tmp/tmp.KXjcaFBDK7/tini
15:20:58 [2022-04-27T15:20:58.724Z] #42 1.030 Cloning into '/tmp/tmp.KXjcaFBDK7/tini'...
15:20:59 [2022-04-27T15:20:59.291Z] #42 1.677 + cd /tmp/tmp.KXjcaFBDK7/tini
15:20:59 [2022-04-27T15:20:59.550Z] #42 1.677 + git checkout -q v0.19.0
15:20:59 [2022-04-27T15:20:59.550Z] #42 1.706 + cmake .
15:21:00 [2022-04-27T15:21:00.120Z] #42 2.189 -- The C compiler identification is GNU 10.2.1
15:21:00 [2022-04-27T15:21:00.120Z] #42 2.267 -- Detecting C compiler ABI info
15:21:00 [2022-04-27T15:21:00.379Z] #42 2.705 -- Detecting C compiler ABI info - done
15:21:00 [2022-04-27T15:21:00.672Z] #42 2.823 -- Check for working C compiler: /usr/bin/cc - skipped
15:21:00 [2022-04-27T15:21:00.672Z] #42 2.826 -- Detecting C compile features
15:21:00 [2022-04-27T15:21:00.672Z] #42 2.835 -- Detecting C compile features - done
15:21:00 [2022-04-27T15:21:00.672Z] #42 2.889 -- Performing Test HAS_BUILTIN_FORTIFY
15:21:00 [2022-04-27T15:21:00.672Z] #42 2.994 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:21:00 [2022-04-27T15:21:00.672Z] #42 3.059 -- Configuring done
15:21:00 [2022-04-27T15:21:00.672Z] #42 3.073 -- Generating done
15:21:00 [2022-04-27T15:21:00.672Z] #42 3.080 -- Build files have been written to: /tmp/tmp.KXjcaFBDK7/tini
15:21:00 [2022-04-27T15:21:00.962Z] #42 3.107 + make tini-static
15:21:01 [2022-04-27T15:21:01.233Z] #42 3.511 Scanning dependencies of target tini-static
15:21:01 [2022-04-27T15:21:01.233Z] #42 3.535 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:21:01 [2022-04-27T15:21:01.814Z] #42 ...
15:21:01 [2022-04-27T15:21:01.814Z] 
15:21:01 [2022-04-27T15:21:01.814Z] #51 [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:21:01 [2022-04-27T15:21:01.814Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6
15:21:01 [2022-04-27T15:21:01.814Z] #51 66.47 gotestsum version dev
15:21:01 [2022-04-27T15:21:01.814Z] #51 DONE 66.8s
15:21:02 [2022-04-27T15:21:02.073Z] 
15:21:02 [2022-04-27T15:21:02.073Z] #53 [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:21:02 [2022-04-27T15:21:02.073Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:21:02 [2022-04-27T15:21:02.073Z] #53 61.38 go: downloading github.com/prometheus/client_model v0.2.0
15:21:02 [2022-04-27T15:21:02.073Z] #53 61.53 go: downloading github.com/google/go-cmp v0.5.6
15:21:02 [2022-04-27T15:21:02.073Z] #53 61.78 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
15:21:02 [2022-04-27T15:21:02.073Z] #53 61.85 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.04 go: downloading github.com/olekukonko/tablewriter v0.0.5
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.23 go: downloading github.com/beorn7/perks v1.0.1
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.27 go: downloading github.com/golang/protobuf v1.5.2
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.29 go: downloading github.com/cespare/xxhash/v2 v2.1.2
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.42 go: downloading github.com/cespare/xxhash v1.1.0
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.56 go: downloading github.com/prometheus/common v0.10.0
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.84 go: downloading github.com/prometheus/procfs v0.6.0
15:21:02 [2022-04-27T15:21:02.073Z] #53 62.94 go: downloading github.com/mattn/go-runewidth v0.0.9
15:21:02 [2022-04-27T15:21:02.073Z] #53 63.09 go: downloading google.golang.org/protobuf v1.27.1
15:21:02 [2022-04-27T15:21:02.073Z] #53 64.56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:21:02 [2022-04-27T15:21:02.639Z] #53 ...
15:21:02 [2022-04-27T15:21:02.639Z] 
15:21:02 [2022-04-27T15:21:02.639Z] #42 [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:21:02 [2022-04-27T15:21:02.639Z] #42 sha256:758ce63e09c7e76fbe13acbb8a611b5cd7c6c97f6ddd811e2384513a11a09879
15:21:02 [2022-04-27T15:21:02.639Z] #42 4.829 [100%] Linking C executable tini-static
15:21:03 [2022-04-27T15:21:03.575Z] #42 5.615 [100%] Built target tini-static
15:21:03 [2022-04-27T15:21:03.575Z] #42 5.679 + mkdir -p /build
15:21:03 [2022-04-27T15:21:03.575Z] #42 5.690 + cp tini-static /build/docker-init
15:21:03 [2022-04-27T15:21:03.576Z] #42 DONE 5.7s
15:21:03 [2022-04-27T15:21:03.576Z] 
15:21:03 [2022-04-27T15:21:03.576Z] #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:21:03 [2022-04-27T15:21:03.576Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:21:03 [2022-04-27T15:21:03.576Z] #14 61.24 Selecting previously unselected package mingw-w64-x86-64-dev.
15:21:03 [2022-04-27T15:21:03.576Z] #14 61.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
15:21:03 [2022-04-27T15:21:03.576Z] #14 61.25 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
15:21:03 [2022-04-27T15:21:03.576Z] #14 67.29 Selecting previously unselected package gcc-mingw-w64-base.
15:21:03 [2022-04-27T15:21:03.576Z] #14 67.29 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
15:21:03 [2022-04-27T15:21:03.576Z] #14 67.31 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:21:03 [2022-04-27T15:21:03.576Z] #14 67.60 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
15:21:03 [2022-04-27T15:21:03.576Z] #14 67.65 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
15:21:03 [2022-04-27T15:21:03.576Z] #14 67.69 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:21:08 [2022-04-27T15:21:08.855Z] #14 73.61 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
15:21:08 [2022-04-27T15:21:08.855Z] #14 73.62 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:21:08 [2022-04-27T15:21:08.855Z] #14 73.62 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:21:16 [2022-04-27T15:21:16.991Z] #14 ...
15:21:16 [2022-04-27T15:21:16.991Z] 
15:21:16 [2022-04-27T15:21:16.991Z] #62 [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:21:16 [2022-04-27T15:21:16.991Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:21:16 [2022-04-27T15:21:16.991Z] #62 39.20 Updating files:  67% (3194/4707)
Updating files:  68% (3201/4707)
Updating files:  69% (3248/4707)
Updating files:  70% (3295/4707)
Updating files:  71% (3342/4707)
Updating files:  72% (3390/4707)
Updating files:  73% (3437/4707)
Updating files:  74% (3484/4707)
Updating files:  75% (3531/4707)
Updating files:  76% (3578/4707)
Updating files:  77% (3625/4707)
Updating files:  78% (3672/4707)
Updating files:  79% (3719/4707)
Updating files:  80% (3766/4707)
Updating files:  81% (3813/4707)
Updating files:  82% (3860/4707)
Updating files:  83% (3907/4707)
Updating files:  84% (3954/4707)
Updating files:  85% (4001/4707)
Updating files:  86% (4049/4707)
Updating files:  87% (4096/4707)
Updating files:  88% (4143/4707)
Updating files:  89% (4190/4707)
Updating files:  90% (4237/4707)
Updating files:  91% (4284/4707)
Updating files:  92% (4331/4707)
Updating files:  93% (4378/4707)
Updating files:  94% (4425/4707)
Updating files:  95% (4472/4707)
Updating files:  96% (4519/4707)
Updating files:  97% (4566/4707)
Updating files:  98% (4613/4707)
Updating files:  99% (4660/4707)
Updating files: 100% (4707/4707)
Updating files: 100% (4707/4707), done.
15:21:16 [2022-04-27T15:21:16.991Z] #62 39.98 + cd /tmp/tmp.MNOFSgMrQs/src/github.com/containerd/containerd
15:21:16 [2022-04-27T15:21:16.991Z] #62 39.98 + git checkout -q v1.6.2
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + export 'BUILDTAGS=netgo osusergo static_build'
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + BUILDTAGS='netgo osusergo static_build'
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + export EXTRA_FLAGS=-buildmode=pie
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + EXTRA_FLAGS=-buildmode=pie
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + '[' '' = dynamic ']'
15:21:18 [2022-04-27T15:21:18.374Z] #62 41.32 + make
15:21:19 [2022-04-27T15:21:19.758Z] #62 42.72 + bin/ctr
15:21:29 [2022-04-27T15:21:29.759Z] #62 ...
15:21:29 [2022-04-27T15:21:29.759Z] 
15:21:29 [2022-04-27T15:21:29.759Z] #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:21:29 [2022-04-27T15:21:29.759Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:21:29 [2022-04-27T15:21:29.759Z] #14 84.48 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
15:21:29 [2022-04-27T15:21:29.759Z] #14 84.49 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:21:29 [2022-04-27T15:21:29.759Z] #14 84.49 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:21:29 [2022-04-27T15:21:29.759Z] #14 89.68 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:21:29 [2022-04-27T15:21:29.759Z] #14 89.69 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
15:21:29 [2022-04-27T15:21:29.759Z] #14 89.69 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:21:30 [2022-04-27T15:21:30.020Z] #14 94.90 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
15:21:30 [2022-04-27T15:21:30.020Z] #14 94.90 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:21:30 [2022-04-27T15:21:30.020Z] #14 94.91 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:21:42 [2022-04-27T15:21:42.249Z] #14 105.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
15:21:42 [2022-04-27T15:21:42.249Z] #14 105.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:21:42 [2022-04-27T15:21:42.249Z] #14 105.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:21:43 [2022-04-27T15:21:43.632Z] #14 ...
15:21:43 [2022-04-27T15:21:43.632Z] 
15:21:43 [2022-04-27T15:21:43.632Z] #65 [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:21:43 [2022-04-27T15:21:43.632Z] #65 sha256:7de649beb6cd7bfe6264ece8677bdb387f838235cb6873d40264bd497a585f65
15:21:43 [2022-04-27T15:21:43.632Z] #65 108.3 + for f in rootlesskit rootlesskit-docker-proxy
15:21:43 [2022-04-27T15:21:43.632Z] #65 108.3 + GOBIN=/build
15:21:43 [2022-04-27T15:21:43.632Z] #65 108.3 + GO111MODULE=on
15:21:43 [2022-04-27T15:21:43.632Z] #65 108.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3 rootlesskit version 1.0.0
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3 Usage of /build/rootlesskit-docker-proxy:
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3   -container-ip string
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3     	container ip
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3   -container-port int
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3     	container port (default -1)
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3   -host-ip string
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3     	host ip
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3   -host-port int
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3     	host port (default -1)
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3   -proto string
15:21:48 [2022-04-27T15:21:48.916Z] #65 113.3     	proxy protocol (default "tcp")
15:21:49 [2022-04-27T15:21:49.183Z] #65 ...
15:21:49 [2022-04-27T15:21:49.183Z] 
15:21:49 [2022-04-27T15:21:49.183Z] #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:21:49 [2022-04-27T15:21:49.183Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.1 Selecting previously unselected package g++-mingw-w64-x86-64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.3 Selecting previously unselected package libapparmor1:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.4 Selecting previously unselected package libapparmor-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.6 Selecting previously unselected package libbtrfs0:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.7 Selecting previously unselected package libbtrfs-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 110.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.5 Selecting previously unselected package libudev-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.5 Unpacking libudev-dev:amd64 (247.3-7) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.6 Selecting previously unselected package libsepol1-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.6 Unpacking libsepol1-dev:amd64 (3.1-1) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.8 Selecting previously unselected package libpcre2-16-0:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 111.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.1 Selecting previously unselected package libpcre2-32-0:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.2 Selecting previously unselected package libpcre2-posix2:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.3 Selecting previously unselected package libpcre2-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.3 Unpacking libpcre2-dev:amd64 (10.36-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.8 Selecting previously unselected package libselinux1-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 112.8 Unpacking libselinux1-dev:amd64 (3.1-3) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.0 Selecting previously unselected package libdevmapper-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.1 Selecting previously unselected package libseccomp-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.2 Selecting previously unselected package libsystemd-dev:amd64.
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.2 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.2 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.7 Setting up libapparmor1:amd64 (2.13.6-10) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.8 Setting up libsepol1-dev:amd64 (3.1-1) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 113.9 Setting up libpcre2-16-0:amd64 (10.36-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 114.2 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:21:49 [2022-04-27T15:21:49.183Z] #14 114.3 Setting up libpcre2-32-0:amd64 (10.36-2) ...
15:21:49 [2022-04-27T15:21:49.752Z] #14 114.9 Setting up libudev-dev:amd64 (247.3-7) ...
15:21:50 [2022-04-27T15:21:50.321Z] #14 115.2 Setting up libpcre2-posix2:amd64 (10.36-2) ...
15:21:50 [2022-04-27T15:21:50.602Z] #14 115.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:21:50 [2022-04-27T15:21:50.602Z] #14 115.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:21:50 [2022-04-27T15:21:50.863Z] #14 115.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.449Z] #14 116.3 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
15:21:51 [2022-04-27T15:21:51.450Z] #14 116.4 Setting up mingw-w64-common (8.0.0-1) ...
15:21:51 [2022-04-27T15:21:51.450Z] #14 116.4 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.7 Setting up libpcre2-dev:amd64 (10.36-2) ...#14 ...
15:21:51 [2022-04-27T15:21:51.711Z] 
15:21:51 [2022-04-27T15:21:51.711Z] #65 [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:21:51 [2022-04-27T15:21:51.711Z] #65 sha256:7de649beb6cd7bfe6264ece8677bdb387f838235cb6873d40264bd497a585f65
15:21:51 [2022-04-27T15:21:51.711Z] #65 DONE 116.4s
15:21:51 [2022-04-27T15:21:51.711Z] 
15:21:51 [2022-04-27T15:21:51.711Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:21:51 [2022-04-27T15:21:51.711Z] #66 sha256:699909e487ce77495d0d161e8901ee798bd57d12459d35badfaac039f2200c47
15:21:51 [2022-04-27T15:21:51.711Z] #66 DONE 0.1s
15:21:51 [2022-04-27T15:21:51.711Z] 
15:21:51 [2022-04-27T15:21:51.711Z] #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:21:51 [2022-04-27T15:21:51.711Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.7 Setting up libpcre2-dev:amd64 (10.36-2) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.7 Setting up libselinux1-dev:amd64 (3.1-3) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.8 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:21:51 [2022-04-27T15:21:51.711Z] #14 ...
15:21:51 [2022-04-27T15:21:51.711Z] 
15:21:51 [2022-04-27T15:21:51.711Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:21:51 [2022-04-27T15:21:51.711Z] #67 sha256:c8c6768bfe7d93c937353ecda716314f1b3a55f72212cead4af1a3923a3620fe
15:21:51 [2022-04-27T15:21:51.711Z] #67 DONE 0.1s
15:21:51 [2022-04-27T15:21:51.711Z] 
15:21:51 [2022-04-27T15:21:51.711Z] #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:21:51 [2022-04-27T15:21:51.711Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.9 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:21:51 [2022-04-27T15:21:51.711Z] #14 116.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
15:21:51 [2022-04-27T15:21:51.711Z] #14 116.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 116.9 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:21:51 [2022-04-27T15:21:51.972Z] #14 116.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 117.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 117.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 117.0 Setting up dmsetup (2:1.02.175-2.1) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 117.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 117.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:21:51 [2022-04-27T15:21:51.972Z] #14 117.1 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:21:52 [2022-04-27T15:21:52.546Z] #14 DONE 117.5s
15:21:52 [2022-04-27T15:21:52.546Z] 
15:21:52 [2022-04-27T15:21:52.546Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:21:52 [2022-04-27T15:21:52.546Z] #57 sha256:51d988dfd188e01b7096da7f8c7760979a5fa64319c75f3fa968f54b6e9464fd
15:21:52 [2022-04-27T15:21:52.808Z] #57 DONE 0.4s
15:21:52 [2022-04-27T15:21:52.808Z] 
15:21:52 [2022-04-27T15:21:52.808Z] #58 [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:21:52 [2022-04-27T15:21:52.808Z] #58 sha256:dda33181bfb8cd2b751c6d670f17f0a68bc800673a920f14528396cbebc595db
15:21:54 [2022-04-27T15:21:54.724Z] #58 ...
15:21:54 [2022-04-27T15:21:54.724Z] 
15:21:54 [2022-04-27T15:21:54.724Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
15:21:54 [2022-04-27T15:21:54.724Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124
15:21:54 [2022-04-27T15:21:54.724Z] #15 DONE 2.0s
15:21:54 [2022-04-27T15:21:54.724Z] 
15:21:54 [2022-04-27T15:21:54.724Z] #58 [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:21:54 [2022-04-27T15:21:54.724Z] #58 sha256:dda33181bfb8cd2b751c6d670f17f0a68bc800673a920f14528396cbebc595db
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + RM_GOPATH=0
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + TMP_GOPATH=
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + : /build
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + '[' -z '' ']'
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 ++ mktemp -d
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + export GOPATH=/tmp/tmp.r3PLuuBHkS
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + GOPATH=/tmp/tmp.r3PLuuBHkS
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + RM_GOPATH=1
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 + case "$(go env GOARCH)" in
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.711 ++ go env GOARCH
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + export GO_BUILDMODE=-buildmode=pie
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + GO_BUILDMODE=-buildmode=pie
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 ++ dirname /install.sh
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + dir=/
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + bin=runc
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + shift
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + '[' '!' -f //runc.installer ']'
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + . //runc.installer
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 ++ set -e
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 ++ : v1.1.1
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + install_runc
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + RUNC_BUILDTAGS=seccomp
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.r3PLuuBHkS/src/github.com/opencontainers/runc
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 Cloning into '/tmp/tmp.r3PLuuBHkS/src/github.com/opencontainers/runc'...
15:21:54 [2022-04-27T15:21:54.724Z] #58 1.734 Install runc version v1.1.1 (build tags: seccomp)
15:21:56 [2022-04-27T15:21:56.106Z] #58 ...
15:21:56 [2022-04-27T15:21:56.106Z] 
15:21:56 [2022-04-27T15:21:56.106Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
15:21:56 [2022-04-27T15:21:56.106Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd
15:21:56 [2022-04-27T15:21:56.106Z] #16 DONE 1.5s
15:21:56 [2022-04-27T15:21:56.106Z] 
15:21:56 [2022-04-27T15:21:56.106Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:21:56 [2022-04-27T15:21:56.106Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825
15:21:56 [2022-04-27T15:21:56.681Z] #17 0.849 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:21:57 [2022-04-27T15:21:57.255Z] #17 DONE 1.0s
15:21:57 [2022-04-27T15:21:57.255Z] 
15:21:57 [2022-04-27T15:21:57.255Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:21:57 [2022-04-27T15:21:57.255Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25
15:21:58 [2022-04-27T15:21:58.195Z] #18 DONE 1.1s
15:21:58 [2022-04-27T15:21:58.195Z] 
15:21:58 [2022-04-27T15:21:58.195Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:21:58 [2022-04-27T15:21:58.195Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5
15:21:59 [2022-04-27T15:21:59.136Z] #19 DONE 1.0s
15:21:59 [2022-04-27T15:21:59.136Z] 
15:21:59 [2022-04-27T15:21:59.136Z] #20 [dev-systemd-false  6/25] RUN ldconfig
15:21:59 [2022-04-27T15:21:59.136Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04
15:22:00 [2022-04-27T15:22:00.516Z] #20 DONE 1.0s
15:22:00 [2022-04-27T15:22:00.516Z] 
15:22:00 [2022-04-27T15:22:00.516Z] #21 [dev-systemd-false  7/25] 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:22:00 [2022-04-27T15:22:00.516Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9
15:22:01 [2022-04-27T15:22:01.453Z] #21 1.219 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:22:01 [2022-04-27T15:22:01.453Z] #21 1.256 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:22:01 [2022-04-27T15:22:01.453Z] #21 1.257 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:22:02 [2022-04-27T15:22:02.024Z] #21 1.727 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:22:02 [2022-04-27T15:22:02.965Z] #21 2.828 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
15:22:04 [2022-04-27T15:22:04.349Z] #21 3.976 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:22:07 [2022-04-27T15:22:07.685Z] #21 7.173 Fetched 8510 kB in 6s (1374 kB/s)
15:22:09 [2022-04-27T15:22:09.125Z] #21 7.173 Reading package lists...
15:22:09 [2022-04-27T15:22:09.125Z] #21 ...
15:22:09 [2022-04-27T15:22:09.125Z] 
15:22:09 [2022-04-27T15:22:09.125Z] #58 [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:22:09 [2022-04-27T15:22:09.125Z] #58 sha256:dda33181bfb8cd2b751c6d670f17f0a68bc800673a920f14528396cbebc595db
15:22:09 [2022-04-27T15:22:09.125Z] #58 11.00 + cd /tmp/tmp.r3PLuuBHkS/src/github.com/opencontainers/runc
15:22:09 [2022-04-27T15:22:09.125Z] #58 11.00 + git checkout -q v1.1.1
15:22:09 [2022-04-27T15:22:09.125Z] #58 11.51 + '[' -z '' ']'
15:22:09 [2022-04-27T15:22:09.125Z] #58 11.52 + target=static
15:22:09 [2022-04-27T15:22:09.125Z] #58 11.52 + make BUILDTAGS=seccomp static
15:22:09 [2022-04-27T15:22:09.125Z] #58 11.69 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
15:22:10 [2022-04-27T15:22:10.069Z] #58 ...
15:22:10 [2022-04-27T15:22:10.069Z] 
15:22:10 [2022-04-27T15:22:10.069Z] #21 [dev-systemd-false  7/25] 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:22:10 [2022-04-27T15:22:10.069Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9
15:22:10 [2022-04-27T15:22:10.069Z] #21 7.173 Reading package lists...
15:22:10 [2022-04-27T15:22:10.329Z] #21 9.855 Reading package lists...
15:22:10 [2022-04-27T15:22:10.329Z] #21 ...
15:22:10 [2022-04-27T15:22:10.329Z] 
15:22:10 [2022-04-27T15:22:10.329Z] #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:22:10 [2022-04-27T15:22:10.329Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc
15:22:10 [2022-04-27T15:22:10.329Z] #34 DONE 135.1s
15:22:10 [2022-04-27T15:22:10.588Z] 
15:22:10 [2022-04-27T15:22:10.588Z] #45 [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:22:10 [2022-04-27T15:22:10.588Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e
15:22:12 [2022-04-27T15:22:12.498Z] #45 ...
15:22:12 [2022-04-27T15:22:12.498Z] 
15:22:12 [2022-04-27T15:22:12.499Z] #21 [dev-systemd-false  7/25] 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:22:12 [2022-04-27T15:22:12.499Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9
15:22:12 [2022-04-27T15:22:12.499Z] #21 9.855 Reading package lists...
15:22:13 [2022-04-27T15:22:13.329Z] #21 12.51 Building dependency tree...
15:22:13 [2022-04-27T15:22:13.590Z] #21 13.51 The following additional packages will be installed:
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   python3-pkg-resources vim-runtime xxd
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51 Suggested packages:
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   acl attr quota
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51 Recommended packages:
15:22:13 [2022-04-27T15:22:13.851Z] #21 13.51   libatm1 nftables libpam-cap build-essential python3-dev unzip
15:22:14 [2022-04-27T15:22:14.791Z] #21 14.54 The following NEW packages will be installed:
15:22:14 [2022-04-27T15:22:14.791Z] #21 14.54   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
15:22:14 [2022-04-27T15:22:14.791Z] #21 14.54   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
15:22:14 [2022-04-27T15:22:14.791Z] #21 14.54   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
15:22:14 [2022-04-27T15:22:14.792Z] #21 14.54   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
15:22:14 [2022-04-27T15:22:14.792Z] #21 14.54   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
15:22:14 [2022-04-27T15:22:14.792Z] #21 14.54   python3-pkg-resources python3-setuptools python3-wheel sudo
15:22:14 [2022-04-27T15:22:14.792Z] #21 14.54   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
15:22:14 [2022-04-27T15:22:14.792Z] #21 14.54   xz-utils zip zstd
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.85 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.85 Need to get 27.6 MB of archives.
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.85 After this operation, 106 MB of additional disk space will be used.
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.87 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.90 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.91 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.92 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.92 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.93 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
15:22:15 [2022-04-27T15:22:15.053Z] #21 14.95 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.96 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.96 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.96 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.96 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.98 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.99 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 14.99 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
15:22:15 [2022-04-27T15:22:15.313Z] #21 15.00 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:22:15 [2022-04-27T15:22:15.572Z] #21 15.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
15:22:15 [2022-04-27T15:22:15.572Z] #21 15.33 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:22:15 [2022-04-27T15:22:15.572Z] #21 15.34 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:22:15 [2022-04-27T15:22:15.572Z] #21 15.34 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:22:15 [2022-04-27T15:22:15.572Z] #21 15.34 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.35 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.35 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.39 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.41 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.41 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.42 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.43 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.43 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.44 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
15:22:15 [2022-04-27T15:22:15.573Z] #21 15.48 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
15:22:15 [2022-04-27T15:22:15.832Z] #21 15.48 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
15:22:15 [2022-04-27T15:22:15.832Z] #21 15.49 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
15:22:15 [2022-04-27T15:22:15.832Z] #21 15.72 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
15:22:15 [2022-04-27T15:22:15.832Z] #21 15.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
15:22:16 [2022-04-27T15:22:16.093Z] #21 15.78 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
15:22:16 [2022-04-27T15:22:16.093Z] #21 15.79 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
15:22:16 [2022-04-27T15:22:16.665Z] #21 16.37 debconf: delaying package configuration, since apt-utils is not installed
15:22:16 [2022-04-27T15:22:16.665Z] #21 16.51 Fetched 27.6 MB in 1s (22.3 MB/s)
15:22:16 [2022-04-27T15:22:16.665Z] #21 16.56 Selecting previously unselected package pigz.
15:22:16 [2022-04-27T15:22:16.926Z] #21 16.56 (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:22:16 [2022-04-27T15:22:16.926Z] #21 16.63 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
15:22:16 [2022-04-27T15:22:16.926Z] #21 16.63 Unpacking pigz (2.6-1) ...
15:22:16 [2022-04-27T15:22:16.926Z] #21 16.72 Selecting previously unselected package libelf1:amd64.
15:22:16 [2022-04-27T15:22:16.926Z] #21 16.73 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
15:22:16 [2022-04-27T15:22:16.926Z] #21 16.74 Unpacking libelf1:amd64 (0.183-1) ...
15:22:16 [2022-04-27T15:22:16.926Z] #21 16.87 Selecting previously unselected package libbpf0:amd64.
15:22:17 [2022-04-27T15:22:17.186Z] #21 16.87 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
15:22:17 [2022-04-27T15:22:17.186Z] #21 16.88 Unpacking libbpf0:amd64 (1:0.3-2) ...
15:22:17 [2022-04-27T15:22:17.186Z] #21 16.98 Selecting previously unselected package libcap2:amd64.
15:22:17 [2022-04-27T15:22:17.186Z] #21 16.99 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
15:22:17 [2022-04-27T15:22:17.186Z] #21 16.99 Unpacking libcap2:amd64 (1:2.44-1) ...
15:22:17 [2022-04-27T15:22:17.186Z] #21 17.05 Selecting previously unselected package libmnl0:amd64.
15:22:17 [2022-04-27T15:22:17.186Z] #21 17.05 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
15:22:17 [2022-04-27T15:22:17.186Z] #21 17.06 Unpacking libmnl0:amd64 (1.0.4-3) ...
15:22:17 [2022-04-27T15:22:17.186Z] #21 17.12 Selecting previously unselected package libxtables12:amd64.
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.13 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.15 Unpacking libxtables12:amd64 (1.8.7-1) ...
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.21 Selecting previously unselected package libcap2-bin.
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.21 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.22 Unpacking libcap2-bin (1:2.44-1) ...
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.31 Selecting previously unselected package iproute2.
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.32 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
15:22:17 [2022-04-27T15:22:17.447Z] #21 17.32 Unpacking iproute2 (5.10.0-4) ...
15:22:18 [2022-04-27T15:22:18.023Z] #21 17.74 Selecting previously unselected package xxd.
15:22:18 [2022-04-27T15:22:18.023Z] #21 17.74 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:22:18 [2022-04-27T15:22:18.024Z] #21 17.75 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:22:18 [2022-04-27T15:22:18.024Z] #21 17.86 Selecting previously unselected package vim-common.
15:22:18 [2022-04-27T15:22:18.024Z] #21 17.86 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:22:18 [2022-04-27T15:22:18.024Z] #21 17.88 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:22:18 [2022-04-27T15:22:18.283Z] #21 18.04 Selecting previously unselected package bash-completion.
15:22:18 [2022-04-27T15:22:18.283Z] #21 18.04 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
15:22:20 [2022-04-27T15:22:20.194Z] #21 19.77 Unpacking bash-completion (1:2.11-2) ...
15:22:20 [2022-04-27T15:22:20.455Z] #21 20.15 Selecting previously unselected package bzip2.
15:22:20 [2022-04-27T15:22:20.455Z] #21 20.15 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
15:22:20 [2022-04-27T15:22:20.455Z] #21 20.16 Unpacking bzip2 (1.0.8-4) ...
15:22:20 [2022-04-27T15:22:20.455Z] #21 20.25 Selecting previously unselected package xz-utils.
15:22:20 [2022-04-27T15:22:20.455Z] #21 20.26 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:22:20 [2022-04-27T15:22:20.455Z] #21 20.27 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:22:20 [2022-04-27T15:22:20.715Z] #21 20.45 Selecting previously unselected package apparmor.
15:22:20 [2022-04-27T15:22:20.715Z] #21 20.45 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
15:22:20 [2022-04-27T15:22:20.715Z] #21 20.51 Unpacking apparmor (2.13.6-10) ...
15:22:21 [2022-04-27T15:22:21.234Z] #21 20.94 Selecting previously unselected package inetutils-ping.
15:22:21 [2022-04-27T15:22:21.234Z] #21 20.95 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.234Z] #21 20.96 Unpacking inetutils-ping (2:2.0-1) ...
15:22:21 [2022-04-27T15:22:21.234Z] #21 21.05 Selecting previously unselected package libip4tc2:amd64.
15:22:21 [2022-04-27T15:22:21.234Z] #21 21.07 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.234Z] #21 21.07 Unpacking libip4tc2:amd64 (1.8.7-1) ...
15:22:21 [2022-04-27T15:22:21.234Z] #21 21.13 Selecting previously unselected package libip6tc2:amd64.
15:22:21 [2022-04-27T15:22:21.234Z] #21 21.14 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.234Z] #21 21.15 Unpacking libip6tc2:amd64 (1.8.7-1) ...
15:22:21 [2022-04-27T15:22:21.493Z] #21 21.23 Selecting previously unselected package libnfnetlink0:amd64.
15:22:21 [2022-04-27T15:22:21.493Z] #21 21.23 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.493Z] #21 21.24 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:22:21 [2022-04-27T15:22:21.493Z] #21 21.31 Selecting previously unselected package libnetfilter-conntrack3:amd64.
15:22:21 [2022-04-27T15:22:21.493Z] #21 21.33 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.493Z] #21 21.34 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:22:21 [2022-04-27T15:22:21.753Z] #21 21.41 Selecting previously unselected package libnftnl11:amd64.
15:22:21 [2022-04-27T15:22:21.753Z] #21 21.43 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.753Z] #21 21.44 Unpacking libnftnl11:amd64 (1.1.9-1) ...
15:22:21 [2022-04-27T15:22:21.753Z] #21 21.53 Selecting previously unselected package iptables.
15:22:21 [2022-04-27T15:22:21.753Z] #21 21.54 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
15:22:21 [2022-04-27T15:22:21.753Z] #21 21.54 Unpacking iptables (1.8.7-1) ...
15:22:22 [2022-04-27T15:22:22.012Z] #21 21.86 Selecting previously unselected package libonig5:amd64.
15:22:22 [2022-04-27T15:22:22.012Z] #21 21.87 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
15:22:22 [2022-04-27T15:22:22.012Z] #21 21.88 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.00 Selecting previously unselected package libjq1:amd64.
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.02 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.02 Unpacking libjq1:amd64 (1.6-2.1) ...
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.11 Selecting previously unselected package jq.
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.12 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.12 Unpacking jq (1.6-2.1) ...
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.19 Selecting previously unselected package libaio1:amd64.
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.20 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
15:22:22 [2022-04-27T15:22:22.272Z] #21 22.21 Unpacking libaio1:amd64 (0.3.112-9) ...
15:22:22 [2022-04-27T15:22:22.531Z] #21 22.28 Selecting previously unselected package libgpm2:amd64.
15:22:22 [2022-04-27T15:22:22.531Z] #21 22.29 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
15:22:22 [2022-04-27T15:22:22.531Z] #21 22.29 Unpacking libgpm2:amd64 (1.20.7-8) ...
15:22:22 [2022-04-27T15:22:22.531Z] #21 22.35 Selecting previously unselected package libicu67:amd64.
15:22:22 [2022-04-27T15:22:22.531Z] #21 22.36 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
15:22:22 [2022-04-27T15:22:22.531Z] #21 22.37 Unpacking libicu67:amd64 (67.1-7) ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.23 Selecting previously unselected package libinih1:amd64.
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.24 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.24 Unpacking libinih1:amd64 (53-1+b2) ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.29 Selecting previously unselected package libnet1:amd64.
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.29 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.30 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.39 Selecting previously unselected package libnl-3-200:amd64.
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.40 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.40 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.49 Selecting previously unselected package libprotobuf-c1:amd64.
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.49 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.51 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.58 Selecting previously unselected package net-tools.
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.60 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
15:22:25 [2022-04-27T15:22:25.824Z] #21 25.62 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
15:22:26 [2022-04-27T15:22:26.085Z] #21 25.78 Selecting previously unselected package patch.
15:22:26 [2022-04-27T15:22:26.085Z] #21 25.79 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
15:22:26 [2022-04-27T15:22:26.085Z] #21 25.80 Unpacking patch (2.7.6-7) ...
15:22:26 [2022-04-27T15:22:26.085Z] #21 25.90 Selecting previously unselected package python-pip-whl.
15:22:26 [2022-04-27T15:22:26.085Z] #21 25.90 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
15:22:26 [2022-04-27T15:22:26.085Z] #21 25.91 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
15:22:26 [2022-04-27T15:22:26.656Z] #21 26.42 Selecting previously unselected package python3-lib2to3.
15:22:26 [2022-04-27T15:22:26.656Z] #21 26.43 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
15:22:26 [2022-04-27T15:22:26.656Z] #21 26.44 Unpacking python3-lib2to3 (3.9.2-1) ...
15:22:26 [2022-04-27T15:22:26.656Z] #21 26.56 Selecting previously unselected package python3-distutils.
15:22:26 [2022-04-27T15:22:26.656Z] #21 26.57 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
15:22:26 [2022-04-27T15:22:26.656Z] #21 26.57 Unpacking python3-distutils (3.9.2-1) ...
15:22:26 [2022-04-27T15:22:26.917Z] #21 26.71 Selecting previously unselected package python3-pkg-resources.
15:22:26 [2022-04-27T15:22:26.917Z] #21 26.71 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
15:22:26 [2022-04-27T15:22:26.917Z] #21 26.72 Unpacking python3-pkg-resources (52.0.0-4) ...
15:22:27 [2022-04-27T15:22:27.178Z] #21 26.86 Selecting previously unselected package python3-setuptools.
15:22:27 [2022-04-27T15:22:27.178Z] #21 26.87 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
15:22:27 [2022-04-27T15:22:27.178Z] #21 26.88 Unpacking python3-setuptools (52.0.0-4) ...
15:22:27 [2022-04-27T15:22:27.439Z] #21 27.15 Selecting previously unselected package python3-wheel.
15:22:27 [2022-04-27T15:22:27.439Z] #21 27.16 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
15:22:27 [2022-04-27T15:22:27.439Z] #21 27.18 Unpacking python3-wheel (0.34.2-1) ...
15:22:27 [2022-04-27T15:22:27.439Z] #21 27.27 Selecting previously unselected package python3-pip.
15:22:27 [2022-04-27T15:22:27.439Z] #21 27.27 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
15:22:27 [2022-04-27T15:22:27.439Z] #21 27.28 Unpacking python3-pip (20.3.4-4+deb11u1) ...
15:22:27 [2022-04-27T15:22:27.700Z] #21 27.53 Selecting previously unselected package sudo.
15:22:27 [2022-04-27T15:22:27.700Z] #21 27.55 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
15:22:27 [2022-04-27T15:22:27.700Z] #21 27.56 Unpacking sudo (1.9.5p2-3) ...
15:22:28 [2022-04-27T15:22:28.269Z] #21 28.06 Selecting previously unselected package thin-provisioning-tools.
15:22:28 [2022-04-27T15:22:28.269Z] #21 28.07 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
15:22:28 [2022-04-27T15:22:28.269Z] #21 28.07 Unpacking thin-provisioning-tools (0.9.0-1) ...
15:22:28 [2022-04-27T15:22:28.529Z] #21 28.26 Selecting previously unselected package uidmap.
15:22:28 [2022-04-27T15:22:28.529Z] #21 28.27 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
15:22:28 [2022-04-27T15:22:28.529Z] #21 28.28 Unpacking uidmap (1:4.8.1-1) ...
15:22:28 [2022-04-27T15:22:28.789Z] #21 28.42 Selecting previously unselected package vim-runtime.
15:22:28 [2022-04-27T15:22:28.789Z] #21 28.44 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
15:22:28 [2022-04-27T15:22:28.789Z] #21 28.46 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
15:22:28 [2022-04-27T15:22:28.789Z] #21 28.49 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
15:22:28 [2022-04-27T15:22:28.789Z] #21 28.50 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
15:22:32 [2022-04-27T15:22:32.082Z] #21 31.48 Selecting previously unselected package vim.
15:22:32 [2022-04-27T15:22:32.082Z] #21 31.50 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:22:32 [2022-04-27T15:22:32.082Z] #21 31.51 Unpacking vim (2:8.2.2434-3+deb11u1) ...
15:22:32 [2022-04-27T15:22:32.343Z] #21 32.00 Selecting previously unselected package xfsprogs.
15:22:32 [2022-04-27T15:22:32.343Z] #21 32.01 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
15:22:32 [2022-04-27T15:22:32.343Z] #21 32.02 Unpacking xfsprogs (5.10.0-4) ...
15:22:32 [2022-04-27T15:22:32.603Z] #21 32.45 Selecting previously unselected package zip.
15:22:32 [2022-04-27T15:22:32.603Z] #21 32.46 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
15:22:32 [2022-04-27T15:22:32.603Z] #21 32.47 Unpacking zip (3.0-12) ...
15:22:32 [2022-04-27T15:22:32.863Z] #21 32.59 Selecting previously unselected package zstd.
15:22:32 [2022-04-27T15:22:32.863Z] #21 32.60 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
15:22:32 [2022-04-27T15:22:32.863Z] #21 32.61 Unpacking zstd (1.4.8+dfsg-2.1) ...
15:22:33 [2022-04-27T15:22:33.123Z] #21 32.92 Setting up python3-pkg-resources (52.0.0-4) ...
15:22:34 [2022-04-27T15:22:34.061Z] #21 33.79 Setting up libip4tc2:amd64 (1.8.7-1) ...
15:22:34 [2022-04-27T15:22:34.061Z] #21 33.80 Setting up net-tools (1.60+git20181103.0eebece-1) ...
15:22:34 [2022-04-27T15:22:34.061Z] #21 33.81 Setting up libgpm2:amd64 (1.20.7-8) ...
15:22:34 [2022-04-27T15:22:34.061Z] #21 33.83 Setting up libicu67:amd64 (67.1-7) ...
15:22:34 [2022-04-27T15:22:34.061Z] #21 33.84 Setting up libip6tc2:amd64 (1.8.7-1) ...
15:22:34 [2022-04-27T15:22:34.061Z] #21 33.86 Setting up libinih1:amd64 (53-1+b2) ...
15:22:34 [2022-04-27T15:22:34.062Z] #21 33.87 Setting up uidmap (1:4.8.1-1) ...
15:22:34 [2022-04-27T15:22:34.062Z] #21 33.88 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:22:34 [2022-04-27T15:22:34.062Z] #21 33.92 Setting up bzip2 (1.0.8-4) ...
15:22:34 [2022-04-27T15:22:34.062Z] #21 33.94 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:22:34 [2022-04-27T15:22:34.062Z] #21 33.95 Setting up python3-wheel (0.34.2-1) ...
15:22:35 [2022-04-27T15:22:35.001Z] #21 34.65 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:22:35 [2022-04-27T15:22:35.001Z] #21 34.67 Setting up libcap2:amd64 (1:2.44-1) ...
15:22:35 [2022-04-27T15:22:35.001Z] #21 34.68 Setting up libcap2-bin (1:2.44-1) ...
15:22:35 [2022-04-27T15:22:35.001Z] #21 34.70 Setting up apparmor (2.13.6-10) ...
15:22:36 [2022-04-27T15:22:36.912Z] #21 36.31 Setting up zip (3.0-12) ...
15:22:36 [2022-04-27T15:22:36.912Z] #21 36.33 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:22:36 [2022-04-27T15:22:36.913Z] #21 36.37 Setting up bash-completion (1:2.11-2) ...
15:22:38 [2022-04-27T15:22:38.302Z] #21 38.21 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.23 Setting up libmnl0:amd64 (1.0.4-3) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.25 Setting up patch (2.7.6-7) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.26 Setting up sudo (1.9.5p2-3) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.36 invoke-rc.d: could not determine current runlevel
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.37 invoke-rc.d: policy-rc.d denied execution of start.
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.38 Setting up xfsprogs (5.10.0-4) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.40 Setting up libxtables12:amd64 (1.8.7-1) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.41 Setting up inetutils-ping (2:2.0-1) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.43 Setting up pigz (2.6-1) ...
15:22:38 [2022-04-27T15:22:38.563Z] #21 38.44 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:22:38 [2022-04-27T15:22:38.824Z] #21 38.49 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:22:38 [2022-04-27T15:22:38.824Z] #21 38.52 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
15:22:38 [2022-04-27T15:22:38.824Z] #21 38.53 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
15:22:39 [2022-04-27T15:22:39.395Z] #21 39.23 Setting up libaio1:amd64 (0.3.112-9) ...
15:22:39 [2022-04-27T15:22:39.395Z] #21 39.28 Setting up python3-lib2to3 (3.9.2-1) ...
15:22:39 [2022-04-27T15:22:39.967Z] #21 39.61 Setting up libelf1:amd64 (0.183-1) ...
15:22:39 [2022-04-27T15:22:39.967Z] #21 39.69 Setting up zstd (1.4.8+dfsg-2.1) ...
15:22:39 [2022-04-27T15:22:39.967Z] #21 39.70 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:22:39 [2022-04-27T15:22:39.967Z] #21 39.72 Setting up python3-distutils (3.9.2-1) ...
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.24 Setting up vim (2:8.2.2434-3+deb11u1) ...
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:22:40 [2022-04-27T15:22:40.539Z] #21 40.33 Setting up python3-setuptools (52.0.0-4) ...
15:22:41 [2022-04-27T15:22:41.929Z] #21 41.65 Setting up libjq1:amd64 (1.6-2.1) ...
15:22:41 [2022-04-27T15:22:41.929Z] #21 41.67 Setting up libnftnl11:amd64 (1.1.9-1) ...
15:22:41 [2022-04-27T15:22:41.929Z] #21 41.69 Setting up thin-provisioning-tools (0.9.0-1) ...
15:22:41 [2022-04-27T15:22:41.929Z] #21 41.71 Setting up python3-pip (20.3.4-4+deb11u1) ...
15:22:43 [2022-04-27T15:22:43.312Z] #21 42.93 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:22:43 [2022-04-27T15:22:43.312Z] #21 42.98 Setting up jq (1.6-2.1) ...
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.00 Setting up libbpf0:amd64 (1:0.3-2) ...
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.02 Setting up iptables (1.8.7-1) ...
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.03 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.06 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:22:43 [2022-04-27T15:22:43.312Z] #21 43.09 Setting up iproute2 (5.10.0-4) ...
15:22:43 [2022-04-27T15:22:43.883Z] #21 43.50 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:22:44 [2022-04-27T15:22:44.455Z] #21 DONE 44.3s
15:22:44 [2022-04-27T15:22:44.455Z] 
15:22:44 [2022-04-27T15:22:44.455Z] #22 [dev-systemd-false  8/25] 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:22:44 [2022-04-27T15:22:44.455Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec
15:22:45 [2022-04-27T15:22:45.399Z] #22 0.926 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:22:45 [2022-04-27T15:22:45.399Z] #22 0.931 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:22:45 [2022-04-27T15:22:45.399Z] #22 0.935 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:22:45 [2022-04-27T15:22:45.399Z] #22 DONE 1.0s
15:22:45 [2022-04-27T15:22:45.399Z] 
15:22:45 [2022-04-27T15:22:45.399Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
15:22:45 [2022-04-27T15:22:45.399Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1
15:22:55 [2022-04-27T15:22:55.452Z] #23 9.615 Collecting yamllint==1.26.1
15:22:56 [2022-04-27T15:22:56.406Z] #23 10.68   Downloading yamllint-1.26.1.tar.gz (126 kB)
15:22:58 [2022-04-27T15:22:58.326Z] #23 12.71 Collecting pathspec>=0.5.3
15:22:58 [2022-04-27T15:22:58.326Z] #23 12.72   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
15:22:58 [2022-04-27T15:22:58.586Z] #23 13.14 Collecting pyyaml
15:22:58 [2022-04-27T15:22:58.846Z] #23 13.15   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:22:58 [2022-04-27T15:22:58.846Z] #23 13.20 Building wheels for collected packages: yamllint
15:22:58 [2022-04-27T15:22:58.846Z] #23 13.21   Building wheel for yamllint (setup.py): started
15:23:00 [2022-04-27T15:23:00.227Z] #23 14.38   Building wheel for yamllint (setup.py): finished with status 'done'
15:23:00 [2022-04-27T15:23:00.227Z] #23 14.38   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=ee630dfc25fea677709ec13a83d4af5f72c121a6f6cb8330b95beae710cd4554
15:23:00 [2022-04-27T15:23:00.227Z] #23 14.38   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
15:23:00 [2022-04-27T15:23:00.227Z] #23 14.39 Successfully built yamllint
15:23:00 [2022-04-27T15:23:00.227Z] #23 14.42 Installing collected packages: pyyaml, pathspec, yamllint
15:23:00 [2022-04-27T15:23:00.493Z] #23 14.86 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
15:23:00 [2022-04-27T15:23:00.760Z] #23 DONE 15.2s
15:23:00 [2022-04-27T15:23:00.760Z] 
15:23:00 [2022-04-27T15:23:00.760Z] #53 [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:23:00 [2022-04-27T15:23:00.760Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:23:00 [2022-04-27T15:23:00.760Z] #53 ...
15:23:00 [2022-04-27T15:23:00.760Z] 
15:23:00 [2022-04-27T15:23:00.760Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
15:23:00 [2022-04-27T15:23:00.760Z] #27 sha256:ca3ff37182aeb73997078f19c2b64bae39023c75ccda1fa0c9b6afffbc8222a9
15:23:01 [2022-04-27T15:23:01.022Z] #27 DONE 0.4s
15:23:01 [2022-04-27T15:23:01.022Z] 
15:23:01 [2022-04-27T15:23:01.022Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
15:23:01 [2022-04-27T15:23:01.022Z] #32 sha256:3f8cbad7b795a3ade72bf1eebc4f2c41c1f09d56fafb815161ef908b6319564d
15:23:01 [2022-04-27T15:23:01.595Z] #32 DONE 0.5s
15:23:01 [2022-04-27T15:23:01.595Z] 
15:23:01 [2022-04-27T15:23:01.595Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
15:23:01 [2022-04-27T15:23:01.595Z] #35 sha256:94764f3459288c5a5bf3d74319bf215281a797f54807dbed029d0fa4c538f5ba
15:23:02 [2022-04-27T15:23:02.167Z] #35 DONE 0.3s
15:23:02 [2022-04-27T15:23:02.167Z] 
15:23:02 [2022-04-27T15:23:02.167Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
15:23:02 [2022-04-27T15:23:02.167Z] #37 sha256:1167d6aa5b568b8206e59f162bf1d227c0dae9ba7c366bc2add09474dc67e50e
15:23:02 [2022-04-27T15:23:02.167Z] #37 DONE 0.1s
15:23:02 [2022-04-27T15:23:02.167Z] 
15:23:02 [2022-04-27T15:23:02.167Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres      /build/ /usr/local/bin/
15:23:02 [2022-04-27T15:23:02.167Z] #39 sha256:159d829a2dc76fb3c9fdbfb291a9a43bbc77ea267ce986f52c3be8bd009e9563
15:23:02 [2022-04-27T15:23:02.427Z] #39 DONE 0.2s
15:23:02 [2022-04-27T15:23:02.427Z] 
15:23:02 [2022-04-27T15:23:02.428Z] #43 [dev-systemd-false 15/25] COPY --from=tini          /build/ /usr/local/bin/
15:23:02 [2022-04-27T15:23:02.428Z] #43 sha256:51c48ea50468e56e2985f011155b09e7f2e25a32d6d937356a431bf7f25e89e4
15:23:02 [2022-04-27T15:23:02.428Z] #43 DONE 0.0s
15:23:02 [2022-04-27T15:23:02.428Z] 
15:23:02 [2022-04-27T15:23:02.428Z] #45 [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:23:02 [2022-04-27T15:23:02.428Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e
15:23:20 [2022-04-27T15:23:20.528Z] #45 204.9 + dpkg --print-architecture
15:23:20 [2022-04-27T15:23:20.528Z] #45 204.9 + git checkout -q v2.1.0
15:23:20 [2022-04-27T15:23:20.788Z] #45 205.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:23:20 [2022-04-27T15:23:20.788Z] #45 205.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
15:23:47 [2022-04-27T15:23:47.354Z] #45 DONE 228.2s
15:23:47 [2022-04-27T15:23:47.354Z] 
15:23:47 [2022-04-27T15:23:47.354Z] #62 [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:23:47 [2022-04-27T15:23:47.354Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:23:47 [2022-04-27T15:23:47.354Z] #62 ...
15:23:47 [2022-04-27T15:23:47.354Z] 
15:23:47 [2022-04-27T15:23:47.354Z] #46 [dev-systemd-false 16/25] COPY --from=registry      /build/ /usr/local/bin/
15:23:47 [2022-04-27T15:23:47.354Z] #46 sha256:ff7e4c318faa874903cb767b8ce6d023f3ceb3bb882037b263a8a02c8645a120
15:23:47 [2022-04-27T15:23:47.354Z] #46 DONE 0.5s
15:23:47 [2022-04-27T15:23:47.354Z] 
15:23:47 [2022-04-27T15:23:47.354Z] #50 [dev-systemd-false 17/25] COPY --from=criu          /build/ /usr/local/bin/
15:23:47 [2022-04-27T15:23:47.354Z] #50 sha256:36e0be29755ced492177142466d8be8e0e11b23595b67ce6b44304ee41ae950a
15:23:47 [2022-04-27T15:23:47.354Z] #50 DONE 0.1s
15:23:47 [2022-04-27T15:23:47.354Z] 
15:23:47 [2022-04-27T15:23:47.354Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
15:23:47 [2022-04-27T15:23:47.354Z] #52 sha256:1394c6482d9f6efe92ba0cab2a1dc2fb0abb2b9fc43ce6db6305b845635ba5b8
15:23:47 [2022-04-27T15:23:47.354Z] #52 DONE 0.1s
15:23:47 [2022-04-27T15:23:47.354Z] 
15:23:47 [2022-04-27T15:23:47.354Z] #62 [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:23:47 [2022-04-27T15:23:47.354Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:24:26 [2022-04-27T15:24:26.090Z] #62 ...
15:24:26 [2022-04-27T15:24:26.090Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #58 [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:24:26 [2022-04-27T15:24:26.091Z] #58 sha256:dda33181bfb8cd2b751c6d670f17f0a68bc800673a920f14528396cbebc595db
15:24:26 [2022-04-27T15:24:26.091Z] #58 147.2 + mkdir -p /build
15:24:26 [2022-04-27T15:24:26.091Z] #58 147.2 + cp runc /build/runc
15:24:26 [2022-04-27T15:24:26.091Z] #58 DONE 148.3s
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #53 [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:24:26 [2022-04-27T15:24:26.091Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4
15:24:26 [2022-04-27T15:24:26.091Z] #53 265.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
15:24:26 [2022-04-27T15:24:26.091Z] #53 DONE 266.2s
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #62 [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:24:26 [2022-04-27T15:24:26.091Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:24:26 [2022-04-27T15:24:26.091Z] #62 ...
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
15:24:26 [2022-04-27T15:24:26.091Z] #54 sha256:4ac7610d198c7355315a6ca852b6192ce58d776ebd058fe6f3b9f98a014cbbe3
15:24:26 [2022-04-27T15:24:26.091Z] #54 DONE 0.6s
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #62 [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:24:26 [2022-04-27T15:24:26.091Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:24:26 [2022-04-27T15:24:26.091Z] #62 ...
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
15:24:26 [2022-04-27T15:24:26.091Z] #56 sha256:1e19f1dc3e531a9e4970c7a43ca0b52bc8723c5c39b46e46786b190e21313718
15:24:26 [2022-04-27T15:24:26.091Z] #56 DONE 0.1s
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
15:24:26 [2022-04-27T15:24:26.091Z] #59 sha256:7f6a05c8119803ae6abf10c4c7f304cb3876396bd53d2ed854d0eaed06e8cdd4
15:24:26 [2022-04-27T15:24:26.091Z] #59 DONE 0.2s
15:24:26 [2022-04-27T15:24:26.091Z] 
15:24:26 [2022-04-27T15:24:26.091Z] #62 [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:24:26 [2022-04-27T15:24:26.091Z] #62 sha256:07113553370281e585e7dcb6b4fda6bbbca6b7e4e04c1c20b6a6b2a790893802
15:24:26 [2022-04-27T15:24:26.091Z] #62 228.4 + bin/containerd
15:25:22 [2022-04-27T15:25:22.327Z] #62 279.5 # github.com/containerd/containerd/cmd/containerd
15:25:22 [2022-04-27T15:25:22.327Z] #62 279.5 /usr/bin/ld: /tmp/go-link-1953276491/000019.o: in function `New':
15:25:22 [2022-04-27T15:25:22.327Z] #62 279.5 /tmp/tmp.MNOFSgMrQs/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:25:22 [2022-04-27T15:25:22.327Z] #62 279.6 + bin/containerd-stress
15:25:22 [2022-04-27T15:25:22.327Z] #62 280.7 + bin/containerd-shim
15:25:28 [2022-04-27T15:25:28.897Z] #62 291.9 + bin/containerd-shim-runc-v1
15:25:35 [2022-04-27T15:25:35.465Z] #62 298.2 + bin/containerd-shim-runc-v2
15:25:36 [2022-04-27T15:25:36.034Z] #62 299.0 + binaries
15:25:36 [2022-04-27T15:25:36.034Z] #62 299.0 + install -D bin/containerd /build/containerd
15:25:36 [2022-04-27T15:25:36.034Z] #62 299.0 + install -D bin/containerd-shim /build/containerd-shim
15:25:36 [2022-04-27T15:25:36.034Z] #62 299.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
15:25:36 [2022-04-27T15:25:36.034Z] #62 299.0 + install -D bin/ctr /build/ctr
15:25:38 [2022-04-27T15:25:38.569Z] #62 DONE 301.0s
15:25:39 [2022-04-27T15:25:39.140Z] 
15:25:39 [2022-04-27T15:25:39.140Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
15:25:39 [2022-04-27T15:25:39.140Z] #63 sha256:a97f485ae2f89bded23d3bc3c6b93e23d6954f5fdb355eff4096f3abbbe44054
15:25:40 [2022-04-27T15:25:40.081Z] #63 DONE 0.8s
15:25:40 [2022-04-27T15:25:40.081Z] 
15:25:40 [2022-04-27T15:25:40.081Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:25:40 [2022-04-27T15:25:40.081Z] #68 sha256:cf1d4bfc609b0ace3fed95022b70be031e1eb13122d0907ed26118c191ba5997
15:25:40 [2022-04-27T15:25:40.081Z] #68 DONE 0.2s
15:25:40 [2022-04-27T15:25:40.081Z] 
15:25:40 [2022-04-27T15:25:40.081Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
15:25:40 [2022-04-27T15:25:40.081Z] #73 sha256:ea9e44914feb6c34c36be409d81a535410c3de8bb29725666a0b68b858bbb1f9
15:25:41 [2022-04-27T15:25:41.042Z] #73 DONE 0.9s
15:25:41 [2022-04-27T15:25:41.042Z] 
15:25:41 [2022-04-27T15:25:41.042Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
15:25:41 [2022-04-27T15:25:41.042Z] #74 sha256:bb27699f9442e8345d93e14cb54aab8da1406e57624e8767bee46637094acebb
15:25:41 [2022-04-27T15:25:41.042Z] #74 DONE 0.0s
15:25:41 [2022-04-27T15:25:41.042Z] 
15:25:41 [2022-04-27T15:25:41.042Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
15:25:41 [2022-04-27T15:25:41.042Z] #75 sha256:6e4cbf7771138da3b66ae53a79b8c2e8d2dec911248d35b30a9f14de4a53bc89
15:25:42 [2022-04-27T15:25:42.441Z] #75 DONE 1.5s
15:25:42 [2022-04-27T15:25:42.441Z] 
15:25:42 [2022-04-27T15:25:42.441Z] #76 exporting to image
15:25:42 [2022-04-27T15:25:42.441Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:25:42 [2022-04-27T15:25:42.441Z] #76 exporting layers
15:25:49 [2022-04-27T15:25:49.012Z] #76 exporting layers 6.4s done
15:25:49 [2022-04-27T15:25:49.012Z] #76 writing image sha256:d765ab511044d13f78e7cb09fe089f9553bd7ce1a5ee6794cf1c0ac0fd10e77f 0.0s done
15:25:49 [2022-04-27T15:25:49.012Z] #76 naming to docker.io/library/docker:a71e53edee951e7fef809082c5440835c473e449 done
15:25:49 [2022-04-27T15:25:49.012Z] #76 DONE 6.4s