Skip to content

Console Output

Skipping 50 KB.. Full Log
-updates/main amd64 Packages [2596 B]
18:49:31 [2022-03-11T18:49:31.750Z] #58 ...
18:49:31 [2022-03-11T18:49:31.750Z] 
18:49:31 [2022-03-11T18:49:31.750Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
18:49:31 [2022-03-11T18:49:31.750Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02
18:49:31 [2022-03-11T18:49:31.750Z] #43 4.451 + git clone https://github.com/docker/distribution.git .
18:49:31 [2022-03-11T18:49:31.750Z] #43 4.451 Cloning into '.'...
18:49:31 [2022-03-11T18:49:31.750Z] #43 ...
18:49:31 [2022-03-11T18:49:31.750Z] 
18:49:31 [2022-03-11T18:49:31.750Z] #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
18:49:31 [2022-03-11T18:49:31.750Z] #26 sha256:b8bacd2a2b25172fdddef71f12c07495aa2b5dbe45cef06e5fc977c95b713f43
18:49:31 [2022-03-11T18:49:31.750Z] #26 10.72 + mkdir -p /build
18:49:31 [2022-03-11T18:49:31.750Z] #26 10.73 + mv docker/docker /build/
18:49:31 [2022-03-11T18:49:31.750Z] #26 10.73 + rmdir docker
18:49:31 [2022-03-11T18:49:31.750Z] #26 DONE 11.1s
18:49:31 [2022-03-11T18:49:31.750Z] 
18:49:31 [2022-03-11T18:49:31.750Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
18:49:31 [2022-03-11T18:49:31.750Z] #63 sha256:631f9956923b1c23873efa3045575082be12c44d9872b164fd6f9f0b7c0d650b
18:49:31 [2022-03-11T18:49:31.750Z] #63 9.783 go: downloading github.com/sirupsen/logrus v1.8.1
18:49:31 [2022-03-11T18:49:31.750Z] #63 9.787 go: downloading github.com/urfave/cli/v2 v2.3.0
18:49:31 [2022-03-11T18:49:31.750Z] #63 10.84 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
18:49:36 [2022-03-11T18:49:36.729Z] #63 15.40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
18:49:37 [2022-03-11T18:49:37.294Z] #63 16.67 go: downloading github.com/google/uuid v1.3.0
18:49:37 [2022-03-11T18:49:37.294Z] #63 16.71 go: downloading github.com/moby/vpnkit v0.5.0
18:49:37 [2022-03-11T18:49:37.551Z] #63 16.79 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
18:49:37 [2022-03-11T18:49:37.551Z] #63 16.94 go: downloading github.com/gofrs/flock v0.8.1
18:49:37 [2022-03-11T18:49:37.808Z] #63 17.08 go: downloading github.com/gorilla/mux v1.8.0
18:49:38 [2022-03-11T18:49:38.065Z] #63 17.24 go: downloading github.com/moby/sys/mountinfo v0.5.0
18:49:38 [2022-03-11T18:49:38.322Z] #63 ...
18:49:38 [2022-03-11T18:49:38.322Z] 
18:49:38 [2022-03-11T18:49:38.322Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
18:49:38 [2022-03-11T18:49:38.322Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e
18:49:38 [2022-03-11T18:49:38.322Z] #58 17.88 Fetched 8507 kB in 14s (601 kB/s)
18:49:41 [2022-03-11T18:49:41.605Z] #58 17.88 Reading package lists...
18:49:41 [2022-03-11T18:49:41.605Z] #58 ...
18:49:41 [2022-03-11T18:49:41.605Z] 
18:49:41 [2022-03-11T18:49:41.605Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
18:49:41 [2022-03-11T18:49:41.605Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3
18:49:41 [2022-03-11T18:49:41.605Z] #53 10.80 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:49:41 [2022-03-11T18:49:41.605Z] #53 ...
18:49:41 [2022-03-11T18:49:41.605Z] 
18:49:41 [2022-03-11T18:49:41.605Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:49:41 [2022-03-11T18:49:41.605Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:49:41 [2022-03-11T18:49:41.605Z] #38 11.00 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB]
18:49:41 [2022-03-11T18:49:41.605Z] #38 14.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
18:49:41 [2022-03-11T18:49:41.605Z] #38 ...
18:49:41 [2022-03-11T18:49:41.605Z] 
18:49:41 [2022-03-11T18:49:41.605Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
18:49:41 [2022-03-11T18:49:41.605Z] #63 sha256:631f9956923b1c23873efa3045575082be12c44d9872b164fd6f9f0b7c0d650b
18:49:41 [2022-03-11T18:49:41.605Z] #63 18.17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
18:49:41 [2022-03-11T18:49:41.605Z] #63 18.26 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
18:49:42 [2022-03-11T18:49:42.537Z] #63 21.81 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
18:49:42 [2022-03-11T18:49:42.537Z] #63 ...
18:49:42 [2022-03-11T18:49:42.537Z] 
18:49:42 [2022-03-11T18:49:42.537Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:49:42 [2022-03-11T18:49:42.537Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:49:42 [2022-03-11T18:49:42.537Z] #47 11.88 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB]
18:49:42 [2022-03-11T18:49:42.537Z] #47 14.70 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
18:49:42 [2022-03-11T18:49:42.537Z] #47 19.44 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2154 B]
18:49:42 [2022-03-11T18:49:42.794Z] #47 ...
18:49:42 [2022-03-11T18:49:42.794Z] 
18:49:42 [2022-03-11T18:49:42.794Z] #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
18:49:42 [2022-03-11T18:49:42.794Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:49:42 [2022-03-11T18:49:42.794Z] #14 12.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
18:49:42 [2022-03-11T18:49:42.794Z] #14 ...
18:49:42 [2022-03-11T18:49:42.794Z] 
18:49:42 [2022-03-11T18:49:42.794Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
18:49:42 [2022-03-11T18:49:42.794Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2
18:49:42 [2022-03-11T18:49:42.794Z] #49 18.27 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
18:49:42 [2022-03-11T18:49:42.794Z] #49 18.38 go: downloading golang.org/x/mod v0.3.0
18:49:44 [2022-03-11T18:49:44.176Z] #49 ...
18:49:44 [2022-03-11T18:49:44.176Z] 
18:49:44 [2022-03-11T18:49:44.176Z] #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
18:49:44 [2022-03-11T18:49:44.176Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:49:44 [2022-03-11T18:49:44.176Z] #14 23.87 Fetched 8507 kB in 19s (453 kB/s)
18:49:46 [2022-03-11T18:49:46.074Z] #14 23.87 Reading package lists...
18:49:46 [2022-03-11T18:49:46.074Z] #14 ...
18:49:46 [2022-03-11T18:49:46.074Z] 
18:49:46 [2022-03-11T18:49:46.074Z] #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
18:49:46 [2022-03-11T18:49:46.074Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.30 tomll can be used in two ways:
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31 Writing to STDIN and reading from STDOUT:
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31   cat file.toml | tomll > file.toml
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31 
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31 Reading and updating a list of files:
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31   tomll a.toml b.toml c.toml
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31 
18:49:46 [2022-03-11T18:49:46.074Z] #36 24.31 When given a list of files, tomll will modify all files in place without asking.
18:49:46 [2022-03-11T18:49:46.074Z] #36 DONE 25.7s
18:49:46 [2022-03-11T18:49:46.331Z] 
18:49:46 [2022-03-11T18:49:46.331Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
18:49:46 [2022-03-11T18:49:46.331Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e
18:49:46 [2022-03-11T18:49:46.331Z] #58 17.88 Reading package lists...
18:49:51 [2022-03-11T18:49:51.592Z] #58 25.65 Reading package lists...
18:49:51 [2022-03-11T18:49:51.592Z] #58 ...
18:49:51 [2022-03-11T18:49:51.592Z] 
18:49:51 [2022-03-11T18:49:51.592Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
18:49:51 [2022-03-11T18:49:51.592Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02
18:49:51 [2022-03-11T18:49:51.592Z] #43 29.28 Updating files:  64% (1192/1837)
Updating files:  65% (1195/1837)
Updating files:  66% (1213/1837)
Updating files:  67% (1231/1837)
Updating files:  68% (1250/1837)
Updating files:  69% (1268/1837)
Updating files:  70% (1286/1837)
Updating files:  71% (1305/1837)
Updating files:  72% (1323/1837)
Updating files:  73% (1342/1837)
Updating files:  74% (1360/1837)
Updating files:  75% (1378/1837)
Updating files:  76% (1397/1837)
Updating files:  77% (1415/1837)
Updating files:  78% (1433/1837)
Updating files:  79% (1452/1837)
Updating files:  80% (1470/1837)
Updating files:  81% (1488/1837)
Updating files:  82% (1507/1837)
Updating files:  83% (1525/1837)
Updating files:  84% (1544/1837)
Updating files:  85% (1562/1837)
Updating files:  86% (1580/1837)
Updating files:  87% (1599/1837)
Updating files:  88% (1617/1837)
Updating files:  89% (1635/1837)
Updating files:  90% (1654/1837)
Updating files:  91% (1672/1837)
Updating files:  92% (1691/1837)
Updating files:  93% (1709/1837)
Updating files:  94% (1727/1837)
Updating files:  95% (1746/1837)
Updating files:  96% (1764/1837)
Updating files:  97% (1782/1837)
Updating files:  98% (1801/1837)
Updating files:  99% (1819/1837)
Updating files: 100% (1837/1837)
Updating files: 100% (1837/1837), done.
18:49:51 [2022-03-11T18:49:51.592Z] #43 30.01 + git checkout -q v2.3.0
18:49:53 [2022-03-11T18:49:53.502Z] #43 ...
18:49:53 [2022-03-11T18:49:53.502Z] 
18:49:53 [2022-03-11T18:49:53.502Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
18:49:53 [2022-03-11T18:49:53.502Z] #63 sha256:631f9956923b1c23873efa3045575082be12c44d9872b164fd6f9f0b7c0d650b
18:49:53 [2022-03-11T18:49:53.502Z] #63 22.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
18:49:53 [2022-03-11T18:49:53.502Z] #63 ...
18:49:53 [2022-03-11T18:49:53.502Z] 
18:49:53 [2022-03-11T18:49:53.502Z] #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
18:49:53 [2022-03-11T18:49:53.502Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:49:53 [2022-03-11T18:49:53.502Z] #14 23.87 Reading package lists...
18:49:56 [2022-03-11T18:49:56.037Z] #14 31.24 Reading package lists...
18:49:56 [2022-03-11T18:49:56.037Z] #14 ...
18:49:56 [2022-03-11T18:49:56.037Z] 
18:49:56 [2022-03-11T18:49:56.037Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:49:56 [2022-03-11T18:49:56.037Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:49:56 [2022-03-11T18:49:56.037Z] #38 25.19 Fetched 8507 kB in 19s (449 kB/s)
18:49:56 [2022-03-11T18:49:56.037Z] #38 25.19 Reading package lists...
18:49:56 [2022-03-11T18:49:56.037Z] #38 33.27 Reading package lists...
18:49:56 [2022-03-11T18:49:56.037Z] #38 ...
18:49:56 [2022-03-11T18:49:56.037Z] 
18:49:56 [2022-03-11T18:49:56.037Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
18:49:56 [2022-03-11T18:49:56.037Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e
18:49:56 [2022-03-11T18:49:56.037Z] #58 25.65 Reading package lists...
18:49:56 [2022-03-11T18:49:56.294Z] #58 33.68 Building dependency tree...
18:49:57 [2022-03-11T18:49:57.675Z] #58 ...
18:49:57 [2022-03-11T18:49:57.675Z] 
18:49:57 [2022-03-11T18:49:57.675Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:49:57 [2022-03-11T18:49:57.675Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:49:57 [2022-03-11T18:49:57.675Z] #47 26.98 Fetched 8511 kB in 21s (414 kB/s)
18:49:57 [2022-03-11T18:49:57.675Z] #47 26.98 Reading package lists...
18:49:59 [2022-03-11T18:49:59.581Z] #47 35.37 Reading package lists...
18:49:59 [2022-03-11T18:49:59.581Z] #47 ...
18:49:59 [2022-03-11T18:49:59.581Z] 
18:49:59 [2022-03-11T18:49:59.581Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
18:49:59 [2022-03-11T18:49:59.581Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e
18:49:59 [2022-03-11T18:49:59.581Z] #58 39.20 The following additional packages will be installed:
18:49:59 [2022-03-11T18:49:59.581Z] #58 39.22   libbtrfs0
18:49:59 [2022-03-11T18:49:59.840Z] #58 39.53 The following NEW packages will be installed:
18:49:59 [2022-03-11T18:49:59.840Z] #58 39.55   libbtrfs-dev libbtrfs0
18:50:00 [2022-03-11T18:50:00.405Z] #58 40.04 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
18:50:00 [2022-03-11T18:50:00.405Z] #58 40.04 Need to get 460 kB of archives.
18:50:00 [2022-03-11T18:50:00.405Z] #58 40.04 After this operation, 1237 kB of additional disk space will be used.
18:50:00 [2022-03-11T18:50:00.405Z] #58 40.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
18:50:00 [2022-03-11T18:50:00.405Z] #58 40.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
18:50:02 [2022-03-11T18:50:02.941Z] #58 42.33 debconf: delaying package configuration, since apt-utils is not installed
18:50:03 [2022-03-11T18:50:03.198Z] #58 42.75 Fetched 460 kB in 0s (1067 kB/s)
18:50:03 [2022-03-11T18:50:03.198Z] #58 42.86 Selecting previously unselected package libbtrfs0:amd64.
18:50:03 [2022-03-11T18:50:03.198Z] #58 42.86 (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.)
18:50:03 [2022-03-11T18:50:03.455Z] #58 42.97 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
18:50:03 [2022-03-11T18:50:03.455Z] #58 42.99 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
18:50:03 [2022-03-11T18:50:03.455Z] #58 ...
18:50:03 [2022-03-11T18:50:03.455Z] 
18:50:03 [2022-03-11T18:50:03.455Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
18:50:03 [2022-03-11T18:50:03.455Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02
18:50:03 [2022-03-11T18:50:03.455Z] #43 32.81 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
18:50:03 [2022-03-11T18:50:03.455Z] #43 ...
18:50:03 [2022-03-11T18:50:03.455Z] 
18:50:03 [2022-03-11T18:50:03.455Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:50:03 [2022-03-11T18:50:03.455Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:50:03 [2022-03-11T18:50:03.455Z] #38 33.27 Reading package lists...
18:50:03 [2022-03-11T18:50:03.455Z] #38 40.97 Building dependency tree...
18:50:04 [2022-03-11T18:50:04.824Z] #38 ...
18:50:04 [2022-03-11T18:50:04.824Z] 
18:50:04 [2022-03-11T18:50:04.824Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
18:50:04 [2022-03-11T18:50:04.824Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e
18:50:04 [2022-03-11T18:50:04.824Z] #58 43.29 Selecting previously unselected package libbtrfs-dev:amd64.
18:50:04 [2022-03-11T18:50:04.824Z] #58 43.30 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
18:50:04 [2022-03-11T18:50:04.824Z] #58 43.31 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
18:50:04 [2022-03-11T18:50:04.824Z] #58 44.07 Setting up libbtrfs0:amd64 (5.10.1-2) ...
18:50:04 [2022-03-11T18:50:04.824Z] #58 44.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
18:50:04 [2022-03-11T18:50:04.824Z] #58 44.13 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:50:04 [2022-03-11T18:50:04.824Z] #58 DONE 44.5s
18:50:05 [2022-03-11T18:50:05.081Z] 
18:50:05 [2022-03-11T18:50:05.081Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
18:50:05 [2022-03-11T18:50:05.081Z] #59 sha256:a6e7c60f45f464d5367112b9c83450f12e5f3837344f7282649b5f88d2735771
18:50:05 [2022-03-11T18:50:05.081Z] #59 DONE 0.2s
18:50:05 [2022-03-11T18:50:05.081Z] 
18:50:05 [2022-03-11T18:50:05.081Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:50:05 [2022-03-11T18:50:05.081Z] #60 sha256:b9d72848e59c5fd0a2728601de8adf3d8f0f24d3cfc35bd395ef4f1984d03f83
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.956 + RM_GOPATH=0
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.956 + TMP_GOPATH=
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.957 + : /build
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.957 + '[' -z '' ']'
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.962 ++ mktemp -d
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.964 + export GOPATH=/tmp/tmp.hvexDaPlYe
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.971 + GOPATH=/tmp/tmp.hvexDaPlYe
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.971 + RM_GOPATH=1
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.972 + case "$(go env GOARCH)" in
18:50:06 [2022-03-11T18:50:06.998Z] #60 1.973 ++ go env GOARCH
18:50:06 [2022-03-11T18:50:06.998Z] #60 2.034 + export GO_BUILDMODE=-buildmode=pie
18:50:06 [2022-03-11T18:50:06.998Z] #60 2.034 + GO_BUILDMODE=-buildmode=pie
18:50:06 [2022-03-11T18:50:06.998Z] #60 2.078 ++ dirname /install.sh
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.115 Install containerd version v1.5.10
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + dir=/
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + bin=containerd
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + shift
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + '[' '!' -f //containerd.installer ']'
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + . //containerd.installer
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 ++ set -e
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 ++ : v1.5.10
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + install_containerd
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + echo 'Install containerd version v1.5.10'
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.116 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hvexDaPlYe/src/github.com/containerd/containerd
18:50:07 [2022-03-11T18:50:07.256Z] #60 2.125 Cloning into '/tmp/tmp.hvexDaPlYe/src/github.com/containerd/containerd'...
18:50:09 [2022-03-11T18:50:09.782Z] #60 ...
18:50:09 [2022-03-11T18:50:09.782Z] 
18:50:09 [2022-03-11T18:50:09.782Z] #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
18:50:09 [2022-03-11T18:50:09.782Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:50:09 [2022-03-11T18:50:09.782Z] #14 31.24 Reading package lists...
18:50:09 [2022-03-11T18:50:09.782Z] #14 39.59 Building dependency tree...
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85 The following additional packages will be installed:
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.85   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.88   mingw-w64-common mingw-w64-x86-64-dev
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.89 Suggested packages:
18:50:09 [2022-03-11T18:50:09.782Z] #14 44.89   gcc-10-locales seccomp wine64
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.93 The following NEW packages will be installed:
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.95   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.95   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.95   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.95   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.96   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.96   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.96   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.96   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
18:50:09 [2022-03-11T18:50:09.782Z] #14 46.97   mingw-w64-x86-64-dev
18:50:09 [2022-03-11T18:50:09.782Z] #14 47.51 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
18:50:09 [2022-03-11T18:50:09.782Z] #14 47.51 Need to get 115 MB of archives.
18:50:09 [2022-03-11T18:50:09.782Z] #14 47.51 After this operation, 645 MB of additional disk space will be used.
18:50:09 [2022-03-11T18:50:09.782Z] #14 47.51 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]
18:50:09 [2022-03-11T18:50:09.782Z] #14 47.79 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]
18:50:09 [2022-03-11T18:50:09.782Z] #14 48.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
18:50:09 [2022-03-11T18:50:09.782Z] #14 48.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
18:50:09 [2022-03-11T18:50:09.782Z] #14 48.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
18:50:09 [2022-03-11T18:50:09.782Z] #14 48.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
18:50:09 [2022-03-11T18:50:09.782Z] #14 48.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
18:50:09 [2022-03-11T18:50:09.782Z] #14 49.12 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]
18:50:09 [2022-03-11T18:50:09.782Z] #14 49.14 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]
18:50:09 [2022-03-11T18:50:09.782Z] #14 ...
18:50:09 [2022-03-11T18:50:09.782Z] 
18:50:09 [2022-03-11T18:50:09.782Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
18:50:09 [2022-03-11T18:50:09.782Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3
18:50:09 [2022-03-11T18:50:09.782Z] #53 49.32 v3.0.2
18:50:10 [2022-03-11T18:50:10.713Z] #53 DONE 50.5s
18:50:10 [2022-03-11T18:50:10.713Z] 
18:50:10 [2022-03-11T18:50:10.713Z] #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
18:50:10 [2022-03-11T18:50:10.713Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:50:10 [2022-03-11T18:50:10.713Z] #14 50.33 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]
18:50:13 [2022-03-11T18:50:13.334Z] #14 52.95 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]
18:50:14 [2022-03-11T18:50:14.280Z] #14 53.73 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]
18:50:14 [2022-03-11T18:50:14.281Z] #14 ...
18:50:14 [2022-03-11T18:50:14.281Z] 
18:50:14 [2022-03-11T18:50:14.281Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:50:14 [2022-03-11T18:50:14.281Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:50:14 [2022-03-11T18:50:14.281Z] #47 35.37 Reading package lists...
18:50:14 [2022-03-11T18:50:14.281Z] #47 43.75 Building dependency tree...
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.24 The following additional packages will be installed:
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.24   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.24   python3-protobuf python3-six
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.26 Suggested packages:
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.26   python3-setuptools
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.26 Recommended packages:
18:50:14 [2022-03-11T18:50:14.281Z] #47 49.26   iproute2 | iproute
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.34 The following NEW packages will be installed:
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.35   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.35   python3-protobuf python3-six
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.95 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.95 Need to get 2292 kB of archives.
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.95 After this operation, 11.0 MB of additional disk space will be used.
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 50.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 51.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 51.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 51.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 51.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #47 ...
18:50:14 [2022-03-11T18:50:14.281Z] 
18:50:14 [2022-03-11T18:50:14.281Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:50:14 [2022-03-11T18:50:14.281Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:50:14 [2022-03-11T18:50:14.281Z] #38 46.51 The following additional packages will be installed:
18:50:14 [2022-03-11T18:50:14.281Z] #38 46.57   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
18:50:14 [2022-03-11T18:50:14.281Z] #38 46.60 Suggested packages:
18:50:14 [2022-03-11T18:50:14.281Z] #38 46.61   cmake-doc ninja-build lrzip
18:50:14 [2022-03-11T18:50:14.281Z] #38 46.62 Recommended packages:
18:50:14 [2022-03-11T18:50:14.281Z] #38 46.62   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.12 The following NEW packages will be installed:
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.12   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.12   vim-common xxd
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.58 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.58 Need to get 17.7 MB of archives.
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.58 After this operation, 70.7 MB of additional disk space will be used.
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.63 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.67 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 48.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 49.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 49.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 49.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 49.70 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 49.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 49.72 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
18:50:14 [2022-03-11T18:50:14.281Z] #38 51.88 debconf: delaying package configuration, since apt-utils is not installed
18:50:14 [2022-03-11T18:50:14.281Z] #38 52.30 Fetched 17.7 MB in 2s (8767 kB/s)
18:50:14 [2022-03-11T18:50:14.281Z] #38 52.44 Selecting previously unselected package xxd.
18:50:14 [2022-03-11T18:50:14.281Z] #38 52.44 (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.)
18:50:14 [2022-03-11T18:50:14.281Z] #38 52.49 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
18:50:14 [2022-03-11T18:50:14.281Z] #38 52.51 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
18:50:14 [2022-03-11T18:50:14.281Z] #38 53.05 Selecting previously unselected package vim-common.
18:50:14 [2022-03-11T18:50:14.281Z] #38 53.05 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
18:50:14 [2022-03-11T18:50:14.281Z] #38 53.10 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
18:50:14 [2022-03-11T18:50:14.281Z] #38 53.69 Selecting previously unselected package cmake-data.
18:50:14 [2022-03-11T18:50:14.281Z] #38 53.69 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
18:50:14 [2022-03-11T18:50:14.281Z] #38 53.71 Unpacking cmake-data (3.18.4-2+deb11u1) ...
18:50:14 [2022-03-11T18:50:14.847Z] #38 ...
18:50:14 [2022-03-11T18:50:14.847Z] 
18:50:14 [2022-03-11T18:50:14.847Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:50:14 [2022-03-11T18:50:14.847Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:50:14 [2022-03-11T18:50:14.847Z] #47 54.33 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
18:50:16 [2022-03-11T18:50:16.744Z] #47 56.07 debconf: delaying package configuration, since apt-utils is not installed
18:50:17 [2022-03-11T18:50:17.307Z] #47 ...
18:50:17 [2022-03-11T18:50:17.307Z] 
18:50:17 [2022-03-11T18:50:17.307Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:50:17 [2022-03-11T18:50:17.307Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:50:17 [2022-03-11T18:50:17.307Z] #51 46.77 go: downloading github.com/gofrs/flock v0.8.1
18:50:17 [2022-03-11T18:50:17.307Z] #51 46.77 go: downloading github.com/fatih/color v1.13.0
18:50:17 [2022-03-11T18:50:17.307Z] #51 46.83 go: downloading github.com/spf13/cobra v1.3.0
18:50:17 [2022-03-11T18:50:17.307Z] #51 46.84 go: downloading github.com/spf13/pflag v1.0.5
18:50:17 [2022-03-11T18:50:17.307Z] #51 47.34 go: downloading github.com/spf13/viper v1.10.1
18:50:17 [2022-03-11T18:50:17.307Z] #51 47.58 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
18:50:17 [2022-03-11T18:50:17.307Z] #51 48.17 go: downloading github.com/mattn/go-colorable v0.1.12
18:50:17 [2022-03-11T18:50:17.307Z] #51 48.19 go: downloading github.com/mattn/go-isatty v0.0.14
18:50:17 [2022-03-11T18:50:17.307Z] #51 48.29 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
18:50:17 [2022-03-11T18:50:17.307Z] #51 48.30 go: downloading github.com/go-critic/go-critic v0.6.2
18:50:17 [2022-03-11T18:50:17.307Z] #51 50.28 go: downloading github.com/mitchellh/go-homedir v1.1.0
18:50:17 [2022-03-11T18:50:17.307Z] #51 50.41 go: downloading github.com/hashicorp/go-multierror v1.1.1
18:50:17 [2022-03-11T18:50:17.307Z] #51 55.11 go: downloading github.com/sirupsen/logrus v1.8.1
18:50:17 [2022-03-11T18:50:17.307Z] #51 55.11 go: downloading github.com/stretchr/testify v1.7.0
18:50:17 [2022-03-11T18:50:17.307Z] #51 55.27 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
18:50:17 [2022-03-11T18:50:17.307Z] #51 55.29 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
18:50:17 [2022-03-11T18:50:17.307Z] #51 55.47 go: downloading github.com/fsnotify/fsnotify v1.5.1
18:50:17 [2022-03-11T18:50:17.307Z] #51 55.53 go: downloading github.com/magiconair/properties v1.8.5
18:50:17 [2022-03-11T18:50:17.308Z] #51 55.54 go: downloading github.com/mitchellh/mapstructure v1.4.3
18:50:17 [2022-03-11T18:50:17.308Z] #51 55.65 go: downloading github.com/spf13/afero v1.6.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 55.67 go: downloading github.com/spf13/cast v1.4.1
18:50:17 [2022-03-11T18:50:17.308Z] #51 55.77 go: downloading github.com/spf13/jwalterweatherman v1.1.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 55.82 go: downloading github.com/subosito/gotenv v1.2.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 55.85 go: downloading gopkg.in/ini.v1 v1.66.2
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.05 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.18 go: downloading github.com/go-toolsmith/astcast v1.0.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.23 go: downloading github.com/go-toolsmith/astcopy v1.0.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.34 go: downloading github.com/go-toolsmith/astequal v1.0.1
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.35 go: downloading github.com/go-toolsmith/astfmt v1.0.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.40 go: downloading github.com/go-toolsmith/astp v1.0.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.43 go: downloading github.com/go-toolsmith/strparse v1.0.0
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.46 go: downloading github.com/go-toolsmith/typep v1.0.2
18:50:17 [2022-03-11T18:50:17.308Z] #51 56.51 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
18:50:17 [2022-03-11T18:50:17.308Z] #51 ...
18:50:17 [2022-03-11T18:50:17.308Z] 
18:50:17 [2022-03-11T18:50:17.308Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:50:17 [2022-03-11T18:50:17.308Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:50:17 [2022-03-11T18:50:17.308Z] #47 56.61 Fetched 2292 kB in 4s (554 kB/s)
18:50:17 [2022-03-11T18:50:17.564Z] #47 56.77 Selecting previously unselected package libprotobuf23:amd64.
18:50:17 [2022-03-11T18:50:17.564Z] #47 56.77 (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.)
18:50:17 [2022-03-11T18:50:17.564Z] #47 56.85 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
18:50:17 [2022-03-11T18:50:17.564Z] #47 56.88 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
18:50:18 [2022-03-11T18:50:18.942Z] #47 58.11 Selecting previously unselected package python3-pkg-resources.
18:50:18 [2022-03-11T18:50:18.942Z] #47 58.11 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
18:50:18 [2022-03-11T18:50:18.942Z] #47 58.14 Unpacking python3-pkg-resources (52.0.0-4) ...
18:50:19 [2022-03-11T18:50:19.208Z] #47 58.51 Selecting previously unselected package python3-six.
18:50:19 [2022-03-11T18:50:19.208Z] #47 58.52 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
18:50:19 [2022-03-11T18:50:19.209Z] #47 58.54 Unpacking python3-six (1.16.0-2) ...
18:50:19 [2022-03-11T18:50:19.464Z] #47 58.74 Selecting previously unselected package python3-protobuf.
18:50:19 [2022-03-11T18:50:19.464Z] #47 58.75 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
18:50:19 [2022-03-11T18:50:19.464Z] #47 58.78 Unpacking python3-protobuf (3.12.4-1) ...
18:50:20 [2022-03-11T18:50:20.399Z] #47 59.39 Selecting previously unselected package libnet1:amd64.
18:50:20 [2022-03-11T18:50:20.399Z] #47 59.39 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:50:20 [2022-03-11T18:50:20.399Z] #47 59.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:50:20 [2022-03-11T18:50:20.399Z] #47 59.68 Selecting previously unselected package libnl-3-200:amd64.
18:50:20 [2022-03-11T18:50:20.399Z] #47 59.68 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
18:50:20 [2022-03-11T18:50:20.399Z] #47 59.69 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
18:50:20 [2022-03-11T18:50:20.659Z] #47 59.93 Selecting previously unselected package libprotobuf-c1:amd64.
18:50:20 [2022-03-11T18:50:20.659Z] #47 59.94 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
18:50:20 [2022-03-11T18:50:20.659Z] #47 59.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
18:50:20 [2022-03-11T18:50:20.921Z] #47 60.30 Selecting previously unselected package criu.
18:50:20 [2022-03-11T18:50:20.921Z] #47 60.30 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
18:50:20 [2022-03-11T18:50:20.921Z] #47 60.31 Unpacking criu (3.16.1-3) ...
18:50:22 [2022-03-11T18:50:22.305Z] #47 61.66 Setting up python3-pkg-resources (52.0.0-4) ...
18:50:23 [2022-03-11T18:50:23.702Z] #47 ...
18:50:23 [2022-03-11T18:50:23.702Z] 
18:50:23 [2022-03-11T18:50:23.702Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:50:23 [2022-03-11T18:50:23.702Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:50:23 [2022-03-11T18:50:23.702Z] #51 57.40 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
18:50:23 [2022-03-11T18:50:23.702Z] #51 57.61 go: downloading github.com/hashicorp/errwrap v1.0.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 57.74 go: downloading 4d63.com/gochecknoglobals v0.1.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 57.97 go: downloading github.com/Antonboom/errname v0.1.5
18:50:23 [2022-03-11T18:50:23.702Z] #51 58.07 go: downloading github.com/Antonboom/nilnil v0.1.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 58.15 go: downloading github.com/BurntSushi/toml v1.0.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.00 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.02 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.24 go: downloading github.com/alexkohler/prealloc v1.0.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.35 go: downloading github.com/ashanbrown/forbidigo v1.3.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.40 go: downloading github.com/ashanbrown/makezero v1.1.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.45 go: downloading github.com/bkielbasa/cyclop v1.2.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.50 go: downloading github.com/blizzy78/varnamelen v0.5.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.56 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.76 go: downloading github.com/breml/bidichk v0.2.1
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.77 go: downloading github.com/breml/errchkjson v0.2.1
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.81 go: downloading github.com/butuzov/ireturn v0.1.1
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.99 go: downloading github.com/charithe/durationcheck v0.0.9
18:50:23 [2022-03-11T18:50:23.702Z] #51 59.99 go: downloading github.com/daixiang0/gci v0.2.9
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.05 go: downloading github.com/denis-tingajkin/go-header v0.4.2
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.05 go: downloading github.com/esimonov/ifshort v1.0.4
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.13 go: downloading github.com/fzipp/gocyclo v0.4.0
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.25 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.31 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.31 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
18:50:23 [2022-03-11T18:50:23.702Z] #51 60.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
18:50:23 [2022-03-11T18:50:23.703Z] #51 60.81 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
18:50:23 [2022-03-11T18:50:23.703Z] #51 60.87 go: downloading github.com/golangci/misspell v0.3.5
18:50:23 [2022-03-11T18:50:23.703Z] #51 60.97 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.08 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.15 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.18 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.29 go: downloading github.com/jgautheron/goconst v1.5.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.31 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.47 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.48 go: downloading github.com/julz/importas v0.1.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.54 go: downloading github.com/kisielk/errcheck v1.6.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.61 go: downloading github.com/kulti/thelper v0.5.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.73 go: downloading github.com/kunwardeep/paralleltest v1.0.3
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.74 go: downloading github.com/kyoh86/exportloopref v0.1.8
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.85 go: downloading github.com/ldez/gomoddirectives v0.2.2
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.99 go: downloading github.com/ldez/tagliatelle v0.3.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 61.99 go: downloading github.com/leonklingele/grouper v1.1.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 62.06 go: downloading github.com/maratori/testpackage v1.0.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 62.14 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
18:50:23 [2022-03-11T18:50:23.703Z] #51 62.18 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
18:50:23 [2022-03-11T18:50:23.703Z] #51 62.23 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
18:50:23 [2022-03-11T18:50:23.703Z] #51 62.25 go: downloading github.com/mgechev/revive v1.1.3
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.20 go: downloading github.com/moricho/tparallel v0.2.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.20 go: downloading github.com/nakabonne/nestif v0.3.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.21 go: downloading github.com/nishanths/exhaustive v0.7.11
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.26 go: downloading github.com/nishanths/predeclared v0.2.1
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.36 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.39 go: downloading github.com/ryancurrah/gomodguard v1.2.3
18:50:23 [2022-03-11T18:50:23.703Z] #51 63.49 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
18:50:23 [2022-03-11T18:50:23.962Z] #51 63.66 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
18:50:23 [2022-03-11T18:50:23.962Z] #51 63.74 go: downloading github.com/securego/gosec/v2 v2.9.6
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.06 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.09 go: downloading github.com/sivchari/containedctx v1.0.1
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.12 go: downloading github.com/sivchari/tenv v1.4.7
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.14 go: downloading github.com/sonatard/noctx v0.0.1
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.16 go: downloading github.com/sourcegraph/go-diff v0.6.1
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.16 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
18:50:24 [2022-03-11T18:50:24.526Z] #51 64.20 go: downloading github.com/sylvia7788/contextcheck v1.0.4
18:50:24 [2022-03-11T18:50:24.782Z] #51 64.36 go: downloading github.com/tdakkota/asciicheck v0.1.1
18:50:24 [2022-03-11T18:50:24.783Z] #51 64.44 go: downloading github.com/tetafro/godot v1.4.11
18:50:24 [2022-03-11T18:50:24.783Z] #51 64.46 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
18:50:24 [2022-03-11T18:50:24.783Z] #51 64.50 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
18:50:24 [2022-03-11T18:50:24.783Z] #51 64.53 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
18:50:24 [2022-03-11T18:50:24.783Z] #51 ...
18:50:24 [2022-03-11T18:50:24.783Z] 
18:50:24 [2022-03-11T18:50:24.783Z] #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
18:50:24 [2022-03-11T18:50:24.783Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:50:24 [2022-03-11T18:50:24.783Z] #14 54.56 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]
18:50:24 [2022-03-11T18:50:24.783Z] #14 56.82 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]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.63 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]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.64 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]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.66 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.66 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.74 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.74 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.79 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.83 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.83 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 57.83 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
18:50:24 [2022-03-11T18:50:24.783Z] #14 59.08 debconf: delaying package configuration, since apt-utils is not installed
18:50:24 [2022-03-11T18:50:24.783Z] #14 59.31 Fetched 115 MB in 11s (10.7 MB/s)
18:50:24 [2022-03-11T18:50:24.783Z] #14 59.53 Selecting previously unselected package binutils-mingw-w64-i686.
18:50:24 [2022-03-11T18:50:24.783Z] #14 59.53 (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.)
18:50:24 [2022-03-11T18:50:24.783Z] #14 59.59 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
18:50:24 [2022-03-11T18:50:24.783Z] #14 59.64 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
18:50:24 [2022-03-11T18:50:24.783Z] #14 63.51 Selecting previously unselected package binutils-mingw-w64-x86-64.
18:50:24 [2022-03-11T18:50:24.783Z] #14 63.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
18:50:24 [2022-03-11T18:50:24.783Z] #14 63.53 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
18:50:25 [2022-03-11T18:50:25.040Z] #14 ...
18:50:25 [2022-03-11T18:50:25.040Z] 
18:50:25 [2022-03-11T18:50:25.040Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:50:25 [2022-03-11T18:50:25.040Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:50:25 [2022-03-11T18:50:25.040Z] #47 64.31 Setting up libprotobuf23:amd64 (3.12.4-1) ...
18:50:25 [2022-03-11T18:50:25.040Z] #47 64.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:50:25 [2022-03-11T18:50:25.040Z] #47 64.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
18:50:25 [2022-03-11T18:50:25.040Z] #47 64.37 Setting up python3-six (1.16.0-2) ...
18:50:26 [2022-03-11T18:50:26.934Z] #47 66.26 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
18:50:26 [2022-03-11T18:50:26.934Z] #47 66.28 Setting up python3-protobuf (3.12.4-1) ...
18:50:28 [2022-03-11T18:50:28.828Z] #47 ...
18:50:28 [2022-03-11T18:50:28.828Z] 
18:50:28 [2022-03-11T18:50:28.828Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:50:28 [2022-03-11T18:50:28.828Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:50:28 [2022-03-11T18:50:28.828Z] #38 58.32 Selecting previously unselected package libicu67:amd64.
18:50:28 [2022-03-11T18:50:28.828Z] #38 58.37 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
18:50:28 [2022-03-11T18:50:28.828Z] #38 58.43 Unpacking libicu67:amd64 (67.1-7) ...
18:50:28 [2022-03-11T18:50:28.828Z] #38 ...
18:50:28 [2022-03-11T18:50:28.828Z] 
18:50:28 [2022-03-11T18:50:28.828Z] #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
18:50:28 [2022-03-11T18:50:28.828Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:50:28 [2022-03-11T18:50:28.828Z] #14 67.86 Selecting previously unselected package binutils-mingw-w64.
18:50:28 [2022-03-11T18:50:28.828Z] #14 67.86 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 67.86 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.03 Selecting previously unselected package libdevmapper1.02.1:amd64.
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.09 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.35 Selecting previously unselected package dmsetup.
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.36 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.37 Unpacking dmsetup (2:1.02.175-2.1) ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.58 Selecting previously unselected package mingw-w64-common.
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.58 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
18:50:28 [2022-03-11T18:50:28.828Z] #14 68.59 Unpacking mingw-w64-common (8.0.0-1) ...
18:50:30 [2022-03-11T18:50:30.204Z] #14 ...
18:50:30 [2022-03-11T18:50:30.204Z] 
18:50:30 [2022-03-11T18:50:30.204Z] #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
18:50:30 [2022-03-11T18:50:30.204Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228
18:50:30 [2022-03-11T18:50:30.205Z] #34 59.25 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/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.
18:50:30 [2022-03-11T18:50:30.205Z] #34 60.00 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
18:50:30 [2022-03-11T18:50:30.205Z] #34 60.46 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
18:50:30 [2022-03-11T18:50:30.205Z] #34 ...
18:50:30 [2022-03-11T18:50:30.205Z] 
18:50:30 [2022-03-11T18:50:30.205Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:50:30 [2022-03-11T18:50:30.205Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:50:30 [2022-03-11T18:50:30.205Z] #51 64.85 go: downloading github.com/ultraware/funlen v0.0.3
18:50:30 [2022-03-11T18:50:30.205Z] #51 64.91 go: downloading github.com/ultraware/whitespace v0.0.4
18:50:30 [2022-03-11T18:50:30.205Z] #51 64.91 go: downloading github.com/uudashr/gocognit v1.0.5
18:50:30 [2022-03-11T18:50:30.205Z] #51 64.97 go: downloading github.com/yagipy/maintidx v1.0.0
18:50:30 [2022-03-11T18:50:30.205Z] #51 65.06 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
18:50:30 [2022-03-11T18:50:30.205Z] #51 65.63 go: downloading gitlab.com/bosi/decorder v0.2.1
18:50:30 [2022-03-11T18:50:30.205Z] #51 66.35 go: downloading honnef.co/go/tools v0.2.2
18:50:30 [2022-03-11T18:50:30.205Z] #51 67.81 go: downloading mvdan.cc/gofumpt v0.2.1
18:50:30 [2022-03-11T18:50:30.205Z] #51 67.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
18:50:30 [2022-03-11T18:50:30.205Z] #51 67.94 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.17 go: downloading github.com/davecgh/go-spew v1.1.1
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.17 go: downloading github.com/pmezard/go-difflib v1.0.0
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.28 go: downloading github.com/stretchr/objx v0.1.1
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.41 go: downloading github.com/hashicorp/hcl v1.0.0
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.68 go: downloading github.com/pelletier/go-toml v1.9.4
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.70 go: downloading gopkg.in/yaml.v2 v2.4.0
18:50:30 [2022-03-11T18:50:30.205Z] #51 68.91 go: downloading golang.org/x/text v0.3.7
18:50:31 [2022-03-11T18:50:31.578Z] #51 ...
18:50:31 [2022-03-11T18:50:31.578Z] 
18:50:31 [2022-03-11T18:50:31.578Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:50:31 [2022-03-11T18:50:31.578Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:50:31 [2022-03-11T18:50:31.578Z] #38 69.09 Selecting previously unselected package libxml2:amd64.
18:50:31 [2022-03-11T18:50:31.578Z] #38 69.09 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 69.11 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.10 Selecting previously unselected package libarchive13:amd64.
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.12 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.13 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.59 Selecting previously unselected package libjsoncpp24:amd64.
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.59 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.60 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.81 Selecting previously unselected package librhash0:amd64.
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.81 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 70.82 Unpacking librhash0:amd64 (1.4.1-2) ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 71.01 Selecting previously unselected package libuv1:amd64.
18:50:31 [2022-03-11T18:50:31.578Z] #38 71.01 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 71.02 Unpacking libuv1:amd64 (1.40.0-2) ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 71.24 Selecting previously unselected package cmake.
18:50:31 [2022-03-11T18:50:31.578Z] #38 71.24 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
18:50:31 [2022-03-11T18:50:31.578Z] #38 71.27 Unpacking cmake (3.18.4-2+deb11u1) ...
18:50:36 [2022-03-11T18:50:36.833Z] #38 ...
18:50:36 [2022-03-11T18:50:36.833Z] 
18:50:36 [2022-03-11T18:50:36.833Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:50:36 [2022-03-11T18:50:36.833Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:50:36 [2022-03-11T18:50:36.833Z] #51 75.82 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
18:50:36 [2022-03-11T18:50:36.833Z] #51 75.87 go: downloading github.com/gobwas/glob v0.2.3
18:50:36 [2022-03-11T18:50:36.833Z] #51 75.90 go: downloading github.com/kisielk/gotool v1.0.0
18:50:36 [2022-03-11T18:50:36.833Z] #51 75.97 go: downloading github.com/gostaticanalysis/comment v1.4.2
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.02 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.04 go: downloading golang.org/x/mod v0.5.1
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.12 go: downloading github.com/ettle/strcase v0.1.1
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.23 go: downloading github.com/fatih/structtag v1.2.0
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.25 go: downloading github.com/Masterminds/semver v1.5.0
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.26 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
18:50:36 [2022-03-11T18:50:36.833Z] #51 76.49 go: downloading github.com/prometheus/client_golang v1.7.1
18:50:37 [2022-03-11T18:50:37.398Z] #51 ...
18:50:37 [2022-03-11T18:50:37.398Z] 
18:50:37 [2022-03-11T18:50:37.398Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
18:50:37 [2022-03-11T18:50:37.398Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e
18:50:37 [2022-03-11T18:50:37.398Z] #47 71.32 Setting up criu (3.16.1-3) ...
18:50:37 [2022-03-11T18:50:37.398Z] #47 74.21 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:50:37 [2022-03-11T18:50:37.398Z] #47 DONE 76.6s
18:50:37 [2022-03-11T18:50:37.398Z] 
18:50:37 [2022-03-11T18:50:37.398Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:50:37 [2022-03-11T18:50:37.398Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:50:37 [2022-03-11T18:50:37.398Z] #51 76.95 go: downloading github.com/prometheus/client_model v0.2.0
18:50:37 [2022-03-11T18:50:37.398Z] #51 77.17 go: downloading github.com/google/go-cmp v0.5.6
18:50:37 [2022-03-11T18:50:37.962Z] #51 77.58 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
18:50:38 [2022-03-11T18:50:38.219Z] #51 77.71 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
18:50:38 [2022-03-11T18:50:38.219Z] #51 77.73 go: downloading github.com/olekukonko/tablewriter v0.0.5
18:50:38 [2022-03-11T18:50:38.219Z] #51 77.86 go: downloading github.com/beorn7/perks v1.0.1
18:50:38 [2022-03-11T18:50:38.219Z] #51 77.88 go: downloading github.com/cespare/xxhash/v2 v2.1.2
18:50:38 [2022-03-11T18:50:38.219Z] #51 77.88 go: downloading github.com/golang/protobuf v1.5.2
18:50:38 [2022-03-11T18:50:38.535Z] #51 78.00 go: downloading github.com/cespare/xxhash v1.1.0
18:50:38 [2022-03-11T18:50:38.535Z] #51 78.19 go: downloading github.com/prometheus/common v0.10.0
18:50:38 [2022-03-11T18:50:38.793Z] #51 78.52 go: downloading github.com/prometheus/procfs v0.6.0
18:50:38 [2022-03-11T18:50:38.793Z] #51 78.63 go: downloading github.com/mattn/go-runewidth v0.0.9
18:50:39 [2022-03-11T18:50:39.050Z] #51 78.75 go: downloading google.golang.org/protobuf v1.27.1
18:50:39 [2022-03-11T18:50:39.615Z] #51 ...
18:50:39 [2022-03-11T18:50:39.615Z] 
18:50:39 [2022-03-11T18:50:39.615Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
18:50:39 [2022-03-11T18:50:39.615Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab
18:50:39 [2022-03-11T18:50:39.615Z] #38 77.69 Setting up libicu67:amd64 (67.1-7) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 77.79 Setting up xxd (2:8.2.2434-3+deb11u1) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 77.84 Setting up libuv1:amd64 (1.40.0-2) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 77.91 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.01 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.07 Setting up librhash0:amd64 (1.4.1-2) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.13 Setting up cmake-data (3.18.4-2+deb11u1) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.17 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.25 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.44 Setting up cmake (3.18.4-2+deb11u1) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 78.54 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:50:39 [2022-03-11T18:50:39.615Z] #38 DONE 79.2s
18:50:39 [2022-03-11T18:50:39.874Z] 
18:50:39 [2022-03-11T18:50:39.874Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
18:50:39 [2022-03-11T18:50:39.874Z] #39 sha256:5b93ba477ec59b013088dcd7a9eb68a1c73bf497f6ae88a8f9d2a4e229fdc62a
18:50:39 [2022-03-11T18:50:39.874Z] #39 DONE 0.4s
18:50:39 [2022-03-11T18:50:39.874Z] 
18:50:39 [2022-03-11T18:50:39.874Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
18:50:39 [2022-03-11T18:50:39.874Z] #40 sha256:b2ddd4959385f72150e3c96d1744b2c64bf6e305661c4ce297cfe53d478876e6
18:50:40 [2022-03-11T18:50:40.820Z] #40 ...
18:50:40 [2022-03-11T18:50:40.820Z] 
18:50:40 [2022-03-11T18:50:40.820Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
18:50:40 [2022-03-11T18:50:40.820Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2
18:50:40 [2022-03-11T18:50:40.820Z] #49 80.25 gotestsum version dev
18:50:40 [2022-03-11T18:50:40.820Z] #49 DONE 80.5s
18:50:41 [2022-03-11T18:50:41.077Z] 
18:50:41 [2022-03-11T18:50:41.077Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:50:41 [2022-03-11T18:50:41.077Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:50:41 [2022-03-11T18:50:41.077Z] #51 80.70 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
18:50:46 [2022-03-11T18:50:46.336Z] #51 ...
18:50:46 [2022-03-11T18:50:46.336Z] 
18:50:46 [2022-03-11T18:50:46.336Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
18:50:46 [2022-03-11T18:50:46.336Z] #40 sha256:b2ddd4959385f72150e3c96d1744b2c64bf6e305661c4ce297cfe53d478876e6
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.334 + RM_GOPATH=0
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.334 + TMP_GOPATH=
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.334 + : /build
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.334 + '[' -z '' ']'
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.334 ++ mktemp -d
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.346 + export GOPATH=/tmp/tmp.2UyAeLDgKu
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.346 + GOPATH=/tmp/tmp.2UyAeLDgKu
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.346 + RM_GOPATH=1
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.346 + case "$(go env GOARCH)" in
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.348 ++ go env GOARCH
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + export GO_BUILDMODE=-buildmode=pie
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + GO_BUILDMODE=-buildmode=pie
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 ++ dirname /install.sh
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + dir=/
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + bin=tini
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + shift
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + '[' '!' -f //tini.installer ']'
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + . //tini.installer
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 ++ : v0.19.0
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + install_tini
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + echo 'Install tini version v0.19.0'
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 + git clone https://github.com/krallin/tini.git /tmp/tmp.2UyAeLDgKu/tini
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 Cloning into '/tmp/tmp.2UyAeLDgKu/tini'...
18:50:46 [2022-03-11T18:50:46.336Z] #40 1.417 Install tini version v0.19.0
18:50:46 [2022-03-11T18:50:46.336Z] #40 2.356 + cd /tmp/tmp.2UyAeLDgKu/tini
18:50:46 [2022-03-11T18:50:46.336Z] #40 2.356 + git checkout -q v0.19.0
18:50:46 [2022-03-11T18:50:46.336Z] #40 2.376 + cmake .
18:50:46 [2022-03-11T18:50:46.336Z] #40 2.945 -- The C compiler identification is GNU 10.2.1
18:50:46 [2022-03-11T18:50:46.336Z] #40 2.992 -- Detecting C compiler ABI info
18:50:46 [2022-03-11T18:50:46.336Z] #40 3.814 -- Detecting C compiler ABI info - done
18:50:46 [2022-03-11T18:50:46.336Z] #40 3.999 -- Check for working C compiler: /usr/bin/cc - skipped
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.000 -- Detecting C compile features
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.014 -- Detecting C compile features - done
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.069 -- Performing Test HAS_BUILTIN_FORTIFY
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.250 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.347 -- Configuring done
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.351 -- Generating done
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.376 -- Build files have been written to: /tmp/tmp.2UyAeLDgKu/tini
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.380 + make tini-static
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.779 Scanning dependencies of target tini-static
18:50:46 [2022-03-11T18:50:46.336Z] #40 4.847 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:50:46 [2022-03-11T18:50:46.336Z] #40 6.322 [100%] Linking C executable tini-static
18:50:46 [2022-03-11T18:50:46.900Z] #40 7.138 [100%] Built target tini-static
18:50:47 [2022-03-11T18:50:47.158Z] #40 7.217 + mkdir -p /build
18:50:47 [2022-03-11T18:50:47.158Z] #40 7.235 + cp tini-static /build/docker-init
18:50:47 [2022-03-11T18:50:47.158Z] #40 ...
18:50:47 [2022-03-11T18:50:47.158Z] 
18:50:47 [2022-03-11T18:50:47.158Z] #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
18:50:47 [2022-03-11T18:50:47.158Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:50:47 [2022-03-11T18:50:47.158Z] #14 76.76 Selecting previously unselected package mingw-w64-x86-64-dev.
18:50:47 [2022-03-11T18:50:47.158Z] #14 76.77 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
18:50:47 [2022-03-11T18:50:47.158Z] #14 76.81 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
18:50:47 [2022-03-11T18:50:47.158Z] #14 84.96 Selecting previously unselected package gcc-mingw-w64-base.
18:50:47 [2022-03-11T18:50:47.158Z] #14 84.96 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
18:50:47 [2022-03-11T18:50:47.158Z] #14 85.01 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
18:50:47 [2022-03-11T18:50:47.158Z] #14 85.18 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
18:50:47 [2022-03-11T18:50:47.158Z] #14 85.19 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
18:50:47 [2022-03-11T18:50:47.158Z] #14 85.20 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
18:50:47 [2022-03-11T18:50:47.416Z] #14 ...
18:50:47 [2022-03-11T18:50:47.416Z] 
18:50:47 [2022-03-11T18:50:47.416Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
18:50:47 [2022-03-11T18:50:47.416Z] #40 sha256:b2ddd4959385f72150e3c96d1744b2c64bf6e305661c4ce297cfe53d478876e6
18:50:47 [2022-03-11T18:50:47.416Z] #40 DONE 7.5s
18:50:47 [2022-03-11T18:50:47.673Z] 
18:50:47 [2022-03-11T18:50:47.673Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
18:50:47 [2022-03-11T18:50:47.673Z] #63 sha256:631f9956923b1c23873efa3045575082be12c44d9872b164fd6f9f0b7c0d650b
18:50:54 [2022-03-11T18:50:54.225Z] #63 ...
18:50:54 [2022-03-11T18:50:54.225Z] 
18:50:54 [2022-03-11T18:50:54.225Z] #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
18:50:54 [2022-03-11T18:50:54.225Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:50:54 [2022-03-11T18:50:54.225Z] #14 93.88 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
18:50:54 [2022-03-11T18:50:54.225Z] #14 93.89 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
18:50:54 [2022-03-11T18:50:54.225Z] #14 93.89 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
18:51:04 [2022-03-11T18:51:04.185Z] #14 ...
18:51:04 [2022-03-11T18:51:04.185Z] 
18:51:04 [2022-03-11T18:51:04.185Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:51:04 [2022-03-11T18:51:04.185Z] #60 sha256:b9d72848e59c5fd0a2728601de8adf3d8f0f24d3cfc35bd395ef4f1984d03f83
18:51:04 [2022-03-11T18:51:04.704Z] #60 58.40 Updating files:  56% (2683/4731)
Updating files:  57% (2697/4731)
Updating files:  58% (2744/4731)
Updating files:  59% (2792/4731)
Updating files:  60% (2839/4731)
Updating files:  61% (2886/4731)
Updating files:  62% (2934/4731)
Updating files:  63% (2981/4731)
Updating files:  64% (3028/4731)
Updating files:  65% (3076/4731)
Updating files:  66% (3123/4731)
Updating files:  67% (3170/4731)
Updating files:  68% (3218/4731)
Updating files:  69% (3265/4731)
Updating files:  70% (3312/4731)
Updating files:  71% (3360/4731)
Updating files:  72% (3407/4731)
Updating files:  73% (3454/4731)
Updating files:  74% (3501/4731)
Updating files:  75% (3549/4731)
Updating files:  76% (3596/4731)
Updating files:  77% (3643/4731)
Updating files:  78% (3691/4731)
Updating files:  79% (3738/4731)
Updating files:  80% (3785/4731)
Updating files:  81% (3833/4731)
Updating files:  82% (3880/4731)
Updating files:  83% (3927/4731)
Updating files:  84% (3975/4731)
Updating files:  85% (4022/4731)
Updating files:  86% (4069/4731)
Updating files:  87% (4116/4731)
Updating files:  88% (4164/4731)
Updating files:  89% (4211/4731)
Updating files:  90% (4258/4731)
Updating files:  91% (4306/4731)
Updating files:  92% (4353/4731)
Updating files:  92% (4394/4731)
Updating files:  93% (4400/4731)
Updating files:  94% (4448/4731)
Updating files:  95% (4495/4731)
Updating files:  96% (4542/4731)
Updating files:  97% (4590/4731)
Updating files:  98% (4637/4731)
Updating files:  99% (4684/4731)
Updating files: 100% (4731/4731)
Updating files: 100% (4731/4731), done.
18:51:04 [2022-03-11T18:51:04.704Z] #60 59.73 + cd /tmp/tmp.hvexDaPlYe/src/github.com/containerd/containerd
18:51:04 [2022-03-11T18:51:04.704Z] #60 59.73 + git checkout -q v1.5.10
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + export 'BUILDTAGS=netgo osusergo static_build'
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + BUILDTAGS='netgo osusergo static_build'
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + export EXTRA_FLAGS=-buildmode=pie
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + EXTRA_FLAGS=-buildmode=pie
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + '[' '' = dynamic ']'
18:51:07 [2022-03-11T18:51:07.232Z] #60 62.36 + make
18:51:09 [2022-03-11T18:51:09.127Z] #60 63.82 + bin/ctr
18:51:11 [2022-03-11T18:51:11.023Z] #60 ...
18:51:11 [2022-03-11T18:51:11.023Z] 
18:51:11 [2022-03-11T18:51:11.023Z] #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
18:51:11 [2022-03-11T18:51:11.023Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:51:11 [2022-03-11T18:51:11.023Z] #14 110.3 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
18:51:11 [2022-03-11T18:51:11.024Z] #14 110.3 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
18:51:11 [2022-03-11T18:51:11.024Z] #14 110.3 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
18:51:15 [2022-03-11T18:51:15.201Z] #14 114.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
18:51:15 [2022-03-11T18:51:15.201Z] #14 114.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
18:51:15 [2022-03-11T18:51:15.201Z] #14 114.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
18:51:20 [2022-03-11T18:51:20.450Z] #14 120.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
18:51:20 [2022-03-11T18:51:20.707Z] #14 120.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
18:51:20 [2022-03-11T18:51:20.707Z] #14 120.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
18:51:28 [2022-03-11T18:51:28.800Z] #14 ...
18:51:28 [2022-03-11T18:51:28.800Z] 
18:51:28 [2022-03-11T18:51:28.800Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
18:51:28 [2022-03-11T18:51:28.800Z] #63 sha256:631f9956923b1c23873efa3045575082be12c44d9872b164fd6f9f0b7c0d650b
18:51:28 [2022-03-11T18:51:28.800Z] #63 127.8 + for f in rootlesskit rootlesskit-docker-proxy
18:51:28 [2022-03-11T18:51:28.800Z] #63 127.8 + GOBIN=/build
18:51:28 [2022-03-11T18:51:28.800Z] #63 127.8 + GO111MODULE=on
18:51:28 [2022-03-11T18:51:28.800Z] #63 127.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5 rootlesskit version 0.14.6
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5 Usage of /build/rootlesskit-docker-proxy:
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5   -container-ip string
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5     	container ip
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5   -container-port int
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5     	container port (default -1)
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5   -host-ip string
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5     	host ip
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5   -host-port int
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5     	host port (default -1)
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5   -proto string
18:51:34 [2022-03-11T18:51:34.109Z] #63 132.5     	proxy protocol (default "tcp")
18:51:36 [2022-03-11T18:51:36.682Z] #63 ...
18:51:36 [2022-03-11T18:51:36.682Z] 
18:51:36 [2022-03-11T18:51:36.682Z] #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
18:51:36 [2022-03-11T18:51:36.682Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:51:36 [2022-03-11T18:51:36.682Z] #14 131.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
18:51:36 [2022-03-11T18:51:36.682Z] #14 131.1 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
18:51:36 [2022-03-11T18:51:36.682Z] #14 131.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
18:51:36 [2022-03-11T18:51:36.940Z] #14 136.4 Selecting previously unselected package g++-mingw-w64-x86-64.
18:51:36 [2022-03-11T18:51:36.940Z] #14 136.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
18:51:36 [2022-03-11T18:51:36.940Z] #14 136.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
18:51:37 [2022-03-11T18:51:37.505Z] #14 ...
18:51:37 [2022-03-11T18:51:37.505Z] 
18:51:37 [2022-03-11T18:51:37.505Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
18:51:37 [2022-03-11T18:51:37.505Z] #63 sha256:631f9956923b1c23873efa3045575082be12c44d9872b164fd6f9f0b7c0d650b
18:51:37 [2022-03-11T18:51:37.505Z] #63 DONE 136.6s
18:51:37 [2022-03-11T18:51:37.505Z] 
18:51:37 [2022-03-11T18:51:37.505Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
18:51:37 [2022-03-11T18:51:37.505Z] #64 sha256:48fb174eaa9eb7e43f4dc4ddb0b1693ef63b8f9151ffb2ef5a32d8fac2fae6a8
18:51:37 [2022-03-11T18:51:37.505Z] #64 DONE 0.1s
18:51:37 [2022-03-11T18:51:37.505Z] 
18:51:37 [2022-03-11T18:51:37.505Z] #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
18:51:37 [2022-03-11T18:51:37.505Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:51:37 [2022-03-11T18:51:37.505Z] #14 137.0 Selecting previously unselected package libapparmor1:amd64.
18:51:37 [2022-03-11T18:51:37.505Z] #14 137.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
18:51:37 [2022-03-11T18:51:37.505Z] #14 137.0 Unpacking libapparmor1:amd64 (2.13.6-10) ...
18:51:37 [2022-03-11T18:51:37.505Z] #14 ...
18:51:37 [2022-03-11T18:51:37.505Z] 
18:51:37 [2022-03-11T18:51:37.505Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:51:37 [2022-03-11T18:51:37.505Z] #65 sha256:d9ccae4cf70d41da0951e6aeceb153854db73f0768cb854092445bcf4b336c63
18:51:37 [2022-03-11T18:51:37.505Z] #65 DONE 0.1s
18:51:37 [2022-03-11T18:51:37.505Z] 
18:51:37 [2022-03-11T18:51:37.505Z] #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
18:51:37 [2022-03-11T18:51:37.505Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676
18:51:37 [2022-03-11T18:51:37.505Z] #14 137.2 Selecting previously unselected package libapparmor-dev:amd64.
18:51:37 [2022-03-11T18:51:37.505Z] #14 137.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
18:51:37 [2022-03-11T18:51:37.505Z] #14 137.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
18:51:37 [2022-03-11T18:51:37.763Z] #14 137.3 Selecting previously unselected package libbtrfs0:amd64.
18:51:37 [2022-03-11T18:51:37.763Z] #14 137.3 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
18:51:37 [2022-03-11T18:51:37.763Z] #14 137.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
18:51:37 [2022-03-11T18:51:37.763Z] #14 137.5 Selecting previously unselected package libbtrfs-dev:amd64.
18:51:37 [2022-03-11T18:51:37.763Z] #14 137.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
18:51:37 [2022-03-11T18:51:37.763Z] #14 137.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
18:51:38 [2022-03-11T18:51:38.020Z] #14 137.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
18:51:38 [2022-03-11T18:51:38.020Z] #14 137.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
18:51:38 [2022-03-11T18:51:38.020Z] #14 137.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
18:51:38 [2022-03-11T18:51:38.020Z] #14 137.8 Selecting previously unselected package libudev-dev:amd64.
18:51:38 [2022-03-11T18:51:38.277Z] #14 137.8 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
18:51:38 [2022-03-11T18:51:38.277Z] #14 137.8 Unpacking libudev-dev:amd64 (247.3-6) ...
18:51:38 [2022-03-11T18:51:38.277Z] #14 138.0 Selecting previously unselected package libsepol1-dev:amd64.
18:51:38 [2022-03-11T18:51:38.277Z] #14 138.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
18:51:38 [2022-03-11T18:51:38.277Z] #14 138.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
18:51:38 [2022-03-11T18:51:38.534Z] #14 138.3 Selecting previously unselected package libpcre2-16-0:amd64.
18:51:38 [2022-03-11T18:51:38.792Z] #14 138.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
18:51:38 [2022-03-11T18:51:38.792Z] #14 138.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
18:51:38 [2022-03-11T18:51:38.792Z] #14 138.4 Selecting previously unselected package libpcre2-32-0:amd64.
18:51:38 [2022-03-11T18:51:38.792Z] #14 138.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
18:51:38 [2022-03-11T18:51:38.792Z] #14 138.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
18:51:39 [2022-03-11T18:51:39.048Z] #14 138.6 Selecting previously unselected package libpcre2-posix2:amd64.
18:51:39 [2022-03-11T18:51:39.048Z] #14 138.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
18:51:39 [2022-03-11T18:51:39.048Z] #14 138.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
18:51:39 [2022-03-11T18:51:39.048Z] #14 138.8 Selecting previously unselected package libpcre2-dev:amd64.
18:51:39 [2022-03-11T18:51:39.048Z] #14 138.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
18:51:39 [2022-03-11T18:51:39.048Z] #14 138.8 Unpacking libpcre2-dev:amd64 (10.36-2) ...
18:51:39 [2022-03-11T18:51:39.613Z] #14 139.2 Selecting previously unselected package libselinux1-dev:amd64.
18:51:39 [2022-03-11T18:51:39.613Z] #14 139.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
18:51:39 [2022-03-11T18:51:39.613Z] #14 139.3 Unpacking libselinux1-dev:amd64 (3.1-3) ...
18:51:39 [2022-03-11T18:51:39.871Z] #14 139.5 Selecting previously unselected package libdevmapper-dev:amd64.
18:51:39 [2022-03-11T18:51:39.871Z] #14 139.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
18:51:39 [2022-03-11T18:51:39.871Z] #14 139.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
18:51:39 [2022-03-11T18:51:39.871Z] #14 139.7 Selecting previously unselected package libseccomp-dev:amd64.
18:51:40 [2022-03-11T18:51:40.127Z] #14 139.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
18:51:40 [2022-03-11T18:51:40.127Z] #14 139.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
18:51:40 [2022-03-11T18:51:40.385Z] #14 139.9 Selecting previously unselected package libsystemd-dev:amd64.
18:51:40 [2022-03-11T18:51:40.385Z] #14 139.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
18:51:40 [2022-03-11T18:51:40.385Z] #14 139.9 Unpacking libsystemd-dev:amd64 (247.3-6) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.2 Setting up libapparmor1:amd64 (2.13.6-10) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.2 Setting up libsepol1-dev:amd64 (3.1-1) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up libpcre2-16-0:amd64 (10.36-2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up libbtrfs0:amd64 (5.10.1-2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up libpcre2-32-0:amd64 (10.36-2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up libudev-dev:amd64 (247.3-6) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up libpcre2-posix2:amd64 (10.36-2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.4 Setting up mingw-w64-common (8.0.0-1) ...
18:51:40 [2022-03-11T18:51:40.643Z] #14 140.4 Setting up libsystemd-dev:amd64 (247.3-6) ...
18:51:40 [2022-03-11T18:51:40.900Z] #14 140.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.4 Setting up libpcre2-dev:amd64 (10.36-2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.4 Setting up libselinux1-dev:amd64 (3.1-3) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 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
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 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
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 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
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.6 Setting up dmsetup (2:1.02.175-2.1) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
18:51:40 [2022-03-11T18:51:40.901Z] #14 140.6 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:51:41 [2022-03-11T18:51:41.467Z] #14 DONE 141.0s
18:51:41 [2022-03-11T18:51:41.467Z] 
18:51:41 [2022-03-11T18:51:41.467Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
18:51:41 [2022-03-11T18:51:41.467Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02
18:51:41 [2022-03-11T18:51:41.467Z] #43 ...
18:51:41 [2022-03-11T18:51:41.467Z] 
18:51:41 [2022-03-11T18:51:41.467Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
18:51:41 [2022-03-11T18:51:41.467Z] #55 sha256:0f70005c09aba46a4fab542ca35a850d97718b471a29e7e26d45d99acf4dabce
18:51:41 [2022-03-11T18:51:41.467Z] #55 DONE 0.2s
18:51:41 [2022-03-11T18:51:41.467Z] 
18:51:41 [2022-03-11T18:51:41.467Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:51:41 [2022-03-11T18:51:41.467Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:51:42 [2022-03-11T18:51:42.842Z] #56 ...
18:51:42 [2022-03-11T18:51:42.842Z] 
18:51:42 [2022-03-11T18:51:42.842Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
18:51:42 [2022-03-11T18:51:42.842Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681
18:51:42 [2022-03-11T18:51:42.842Z] #15 DONE 1.3s
18:51:42 [2022-03-11T18:51:42.842Z] 
18:51:42 [2022-03-11T18:51:42.842Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:51:42 [2022-03-11T18:51:42.842Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + RM_GOPATH=0
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + TMP_GOPATH=
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + : /build
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + '[' -z '' ']'
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 ++ mktemp -d
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + export GOPATH=/tmp/tmp.8uwwcoMrwG
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + GOPATH=/tmp/tmp.8uwwcoMrwG
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + RM_GOPATH=1
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 + case "$(go env GOARCH)" in
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.162 ++ go env GOARCH
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.167 + export GO_BUILDMODE=-buildmode=pie
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.167 + GO_BUILDMODE=-buildmode=pie
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 ++ dirname /install.sh
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + dir=/
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + bin=runc
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + shift
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + '[' '!' -f //runc.installer ']'
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + . //runc.installer
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 ++ set -e
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 ++ : v1.1.0
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + install_runc
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + RUNC_BUILDTAGS=seccomp
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + echo 'Install runc version v1.1.0 (build tags: seccomp)'
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.169 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8uwwcoMrwG/src/github.com/opencontainers/runc
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.173 Install runc version v1.1.0 (build tags: seccomp)
18:51:42 [2022-03-11T18:51:42.842Z] #56 1.184 Cloning into '/tmp/tmp.8uwwcoMrwG/src/github.com/opencontainers/runc'...
18:51:43 [2022-03-11T18:51:43.818Z] #56 ...
18:51:43 [2022-03-11T18:51:43.818Z] 
18:51:43 [2022-03-11T18:51:43.818Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
18:51:43 [2022-03-11T18:51:43.818Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7
18:51:43 [2022-03-11T18:51:43.818Z] #16 DONE 1.1s
18:51:43 [2022-03-11T18:51:43.818Z] 
18:51:43 [2022-03-11T18:51:43.818Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
18:51:43 [2022-03-11T18:51:43.818Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66
18:51:44 [2022-03-11T18:51:44.752Z] #17 0.877 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
18:51:44 [2022-03-11T18:51:44.752Z] #17 DONE 1.0s
18:51:44 [2022-03-11T18:51:44.752Z] 
18:51:44 [2022-03-11T18:51:44.752Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:51:44 [2022-03-11T18:51:44.752Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:51:44 [2022-03-11T18:51:44.752Z] #51 ...
18:51:44 [2022-03-11T18:51:44.752Z] 
18:51:44 [2022-03-11T18:51:44.752Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
18:51:44 [2022-03-11T18:51:44.752Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8
18:51:45 [2022-03-11T18:51:45.683Z] #18 DONE 1.0s
18:51:45 [2022-03-11T18:51:45.683Z] 
18:51:45 [2022-03-11T18:51:45.683Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
18:51:45 [2022-03-11T18:51:45.683Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d
18:51:46 [2022-03-11T18:51:46.614Z] #19 DONE 1.0s
18:51:46 [2022-03-11T18:51:46.614Z] 
18:51:46 [2022-03-11T18:51:46.614Z] #20 [dev-systemd-false  6/24] RUN ldconfig
18:51:46 [2022-03-11T18:51:46.614Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19
18:51:47 [2022-03-11T18:51:47.544Z] #20 DONE 1.0s
18:51:47 [2022-03-11T18:51:47.544Z] 
18:51:47 [2022-03-11T18:51:47.544Z] #21 [dev-systemd-false  7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
18:51:47 [2022-03-11T18:51:47.544Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35
18:51:48 [2022-03-11T18:51:48.916Z] #21 1.317 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
18:51:48 [2022-03-11T18:51:48.916Z] #21 1.349 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
18:51:48 [2022-03-11T18:51:48.916Z] #21 1.349 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
18:51:49 [2022-03-11T18:51:49.479Z] #21 1.860 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
18:51:50 [2022-03-11T18:51:50.410Z] #21 2.701 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB]
18:51:51 [2022-03-11T18:51:51.341Z] #21 3.641 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
18:51:55 [2022-03-11T18:51:55.516Z] #21 7.297 Fetched 8507 kB in 6s (1357 kB/s)
18:51:55 [2022-03-11T18:51:55.516Z] #21 7.297 Reading package lists...
18:51:55 [2022-03-11T18:51:55.516Z] #21 ...
18:51:55 [2022-03-11T18:51:55.516Z] 
18:51:55 [2022-03-11T18:51:55.516Z] #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
18:51:55 [2022-03-11T18:51:55.516Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228
18:51:55 [2022-03-11T18:51:55.516Z] #34 DONE 154.8s
18:51:55 [2022-03-11T18:51:55.516Z] 
18:51:55 [2022-03-11T18:51:55.516Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:51:55 [2022-03-11T18:51:55.516Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:51:55 [2022-03-11T18:51:55.516Z] #56 10.02 + cd /tmp/tmp.8uwwcoMrwG/src/github.com/opencontainers/runc
18:51:55 [2022-03-11T18:51:55.516Z] #56 10.02 + git checkout -q v1.1.0
18:51:55 [2022-03-11T18:51:55.516Z] #56 10.39 + '[' -z '' ']'
18:51:55 [2022-03-11T18:51:55.516Z] #56 10.39 + target=static
18:51:55 [2022-03-11T18:51:55.516Z] #56 10.39 + make BUILDTAGS=seccomp static
18:51:55 [2022-03-11T18:51:55.516Z] #56 10.89 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc .
18:51:58 [2022-03-11T18:51:58.036Z] #56 ...
18:51:58 [2022-03-11T18:51:58.036Z] 
18:51:58 [2022-03-11T18:51:58.036Z] #21 [dev-systemd-false  7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
18:51:58 [2022-03-11T18:51:58.036Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35
18:51:58 [2022-03-11T18:51:58.036Z] #21 7.297 Reading package lists...
18:51:59 [2022-03-11T18:51:59.929Z] #21 9.991 Reading package lists...
18:51:59 [2022-03-11T18:51:59.930Z] #21 12.08 Building dependency tree...
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.18 The following additional packages will be installed:
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.19   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.19   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.19   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.19   python3-pkg-resources vim-runtime xxd
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.20 Suggested packages:
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.20   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.20   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.20   acl attr quota
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.20 Recommended packages:
18:52:00 [2022-03-11T18:52:00.858Z] #21 13.20   libatm1 nftables libpam-cap build-essential python3-dev unzip
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.25 The following NEW packages will be installed:
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.26   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.26   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.26   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.27   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.27   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.27   python3-pkg-resources python3-setuptools python3-wheel sudo
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.27   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.27   xz-utils zip zstd
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.59 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.59 Need to get 27.6 MB of archives.
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.59 After this operation, 106 MB of additional disk space will be used.
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.62 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.64 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
18:52:02 [2022-03-11T18:52:02.224Z] #21 14.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.66 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.66 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.67 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.68 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.69 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.70 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.70 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.71 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.72 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.73 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.73 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.73 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
18:52:02 [2022-03-11T18:52:02.225Z] #21 14.74 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.07 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.07 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.07 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.07 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.13 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.13 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.14 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.15 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.16 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.16 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.17 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.19 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.20 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
18:52:02 [2022-03-11T18:52:02.802Z] #21 15.21 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
18:52:03 [2022-03-11T18:52:03.062Z] #21 15.41 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
18:52:03 [2022-03-11T18:52:03.062Z] #21 15.44 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
18:52:03 [2022-03-11T18:52:03.062Z] #21 15.46 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
18:52:03 [2022-03-11T18:52:03.062Z] #21 15.47 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
18:52:03 [2022-03-11T18:52:03.627Z] #21 16.00 debconf: delaying package configuration, since apt-utils is not installed
18:52:03 [2022-03-11T18:52:03.627Z] #21 16.11 Fetched 27.6 MB in 1s (23.4 MB/s)
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.15 Selecting previously unselected package pigz.
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.15 (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.)
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.25 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.26 Unpacking pigz (2.6-1) ...
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.32 Selecting previously unselected package libelf1:amd64.
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.33 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
18:52:03 [2022-03-11T18:52:03.897Z] #21 16.34 Unpacking libelf1:amd64 (0.183-1) ...
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.49 Selecting previously unselected package libbpf0:amd64.
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.49 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.49 Unpacking libbpf0:amd64 (1:0.3-2) ...
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.59 Selecting previously unselected package libcap2:amd64.
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.59 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.61 Unpacking libcap2:amd64 (1:2.44-1) ...
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.66 Selecting previously unselected package libmnl0:amd64.
18:52:04 [2022-03-11T18:52:04.153Z] #21 16.66 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.67 Unpacking libmnl0:amd64 (1.0.4-3) ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.72 Selecting previously unselected package libxtables12:amd64.
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.72 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.73 Unpacking libxtables12:amd64 (1.8.7-1) ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.78 Selecting previously unselected package libcap2-bin.
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.79 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.80 Unpacking libcap2-bin (1:2.44-1) ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.86 Selecting previously unselected package iproute2.
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.86 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.410Z] #21 16.87 Unpacking iproute2 (5.10.0-4) ...
18:52:04 [2022-03-11T18:52:04.973Z] #21 17.28 Selecting previously unselected package xxd.
18:52:04 [2022-03-11T18:52:04.973Z] #21 17.28 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
18:52:04 [2022-03-11T18:52:04.973Z] #21 17.29 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
18:52:04 [2022-03-11T18:52:04.973Z] #21 17.40 Selecting previously unselected package vim-common.
18:52:04 [2022-03-11T18:52:04.973Z] #21 17.40 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
18:52:04 [2022-03-11T18:52:04.973Z] #21 17.41 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
18:52:05 [2022-03-11T18:52:05.229Z] #21 17.57 Selecting previously unselected package bash-completion.
18:52:05 [2022-03-11T18:52:05.229Z] #21 17.57 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
18:52:07 [2022-03-11T18:52:07.122Z] #21 19.37 Unpacking bash-completion (1:2.11-2) ...
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.66 Selecting previously unselected package bzip2.
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.66 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.68 Unpacking bzip2 (1.0.8-4) ...
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.78 Selecting previously unselected package xz-utils.
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.78 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.79 Unpacking xz-utils (5.2.5-2) ...
18:52:07 [2022-03-11T18:52:07.379Z] #21 19.92 Selecting previously unselected package apparmor.
18:52:07 [2022-03-11T18:52:07.636Z] #21 19.92 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
18:52:07 [2022-03-11T18:52:07.636Z] #21 19.98 Unpacking apparmor (2.13.6-10) ...
18:52:07 [2022-03-11T18:52:07.892Z] #21 20.30 Selecting previously unselected package inetutils-ping.
18:52:07 [2022-03-11T18:52:07.892Z] #21 20.31 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
18:52:07 [2022-03-11T18:52:07.892Z] #21 20.31 Unpacking inetutils-ping (2:2.0-1) ...
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.41 Selecting previously unselected package libip4tc2:amd64.
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.41 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.42 Unpacking libip4tc2:amd64 (1.8.7-1) ...
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.50 Selecting previously unselected package libip6tc2:amd64.
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.50 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.52 Unpacking libip6tc2:amd64 (1.8.7-1) ...
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.57 Selecting previously unselected package libnfnetlink0:amd64.
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.58 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.148Z] #21 20.59 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.65 Selecting previously unselected package libnetfilter-conntrack3:amd64.
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.65 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.66 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.74 Selecting previously unselected package libnftnl11:amd64.
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.75 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.76 Unpacking libnftnl11:amd64 (1.1.9-1) ...
18:52:08 [2022-03-11T18:52:08.409Z] #21 20.84 Selecting previously unselected package iptables.
18:52:08 [2022-03-11T18:52:08.665Z] #21 20.86 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.665Z] #21 20.86 Unpacking iptables (1.8.7-1) ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.14 Selecting previously unselected package libonig5:amd64.
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.15 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.16 Unpacking libonig5:amd64 (6.9.6-1.1) ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.26 Selecting previously unselected package libjq1:amd64.
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.27 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.27 Unpacking libjq1:amd64 (1.6-2.1) ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.37 Selecting previously unselected package jq.
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.37 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.38 Unpacking jq (1.6-2.1) ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.44 Selecting previously unselected package libaio1:amd64.
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.45 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.46 Unpacking libaio1:amd64 (0.3.112-9) ...
18:52:08 [2022-03-11T18:52:08.923Z] #21 21.50 Selecting previously unselected package libgpm2:amd64.
18:52:09 [2022-03-11T18:52:09.180Z] #21 21.50 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
18:52:09 [2022-03-11T18:52:09.180Z] #21 21.51 Unpacking libgpm2:amd64 (1.20.7-8) ...
18:52:09 [2022-03-11T18:52:09.180Z] #21 21.57 Selecting previously unselected package libicu67:amd64.
18:52:09 [2022-03-11T18:52:09.180Z] #21 21.57 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
18:52:09 [2022-03-11T18:52:09.180Z] #21 21.58 Unpacking libicu67:amd64 (67.1-7) ...
18:52:12 [2022-03-11T18:52:12.450Z] #21 24.82 Selecting previously unselected package libinih1:amd64.
18:52:12 [2022-03-11T18:52:12.450Z] #21 24.83 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
18:52:12 [2022-03-11T18:52:12.450Z] #21 24.84 Unpacking libinih1:amd64 (53-1+b2) ...
18:52:12 [2022-03-11T18:52:12.450Z] #21 24.89 Selecting previously unselected package libnet1:amd64.
18:52:12 [2022-03-11T18:52:12.450Z] #21 24.90 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:52:12 [2022-03-11T18:52:12.450Z] #21 24.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:52:12 [2022-03-11T18:52:12.707Z] #21 24.99 Selecting previously unselected package libnl-3-200:amd64.
18:52:12 [2022-03-11T18:52:12.707Z] #21 24.99 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
18:52:12 [2022-03-11T18:52:12.707Z] #21 24.99 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
18:52:12 [2022-03-11T18:52:12.707Z] #21 25.08 Selecting previously unselected package libprotobuf-c1:amd64.
18:52:12 [2022-03-11T18:52:12.707Z] #21 25.09 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
18:52:12 [2022-03-11T18:52:12.707Z] #21 25.09 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
18:52:12 [2022-03-11T18:52:12.707Z] #21 25.15 Selecting previously unselected package net-tools.
18:52:12 [2022-03-11T18:52:12.707Z] #21 25.17 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
18:52:12 [2022-03-11T18:52:12.707Z] #21 25.17 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
18:52:12 [2022-03-11T18:52:12.963Z] #21 25.33 Selecting previously unselected package patch.
18:52:12 [2022-03-11T18:52:12.963Z] #21 25.34 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
18:52:12 [2022-03-11T18:52:12.963Z] #21 25.34 Unpacking patch (2.7.6-7) ...
18:52:13 [2022-03-11T18:52:13.219Z] #21 25.49 Selecting previously unselected package python-pip-whl.
18:52:13 [2022-03-11T18:52:13.219Z] #21 25.50 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
18:52:13 [2022-03-11T18:52:13.219Z] #21 25.51 Unpacking python-pip-whl (20.3.4-4) ...
18:52:13 [2022-03-11T18:52:13.781Z] #21 25.99 Selecting previously unselected package python3-lib2to3.
18:52:13 [2022-03-11T18:52:13.781Z] #21 26.00 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
18:52:13 [2022-03-11T18:52:13.781Z] #21 26.01 Unpacking python3-lib2to3 (3.9.2-1) ...
18:52:13 [2022-03-11T18:52:13.781Z] #21 26.11 Selecting previously unselected package python3-distutils.
18:52:13 [2022-03-11T18:52:13.781Z] #21 26.12 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
18:52:13 [2022-03-11T18:52:13.781Z] #21 26.13 Unpacking python3-distutils (3.9.2-1) ...
18:52:14 [2022-03-11T18:52:14.037Z] #21 26.25 Selecting previously unselected package python3-pkg-resources.
18:52:14 [2022-03-11T18:52:14.037Z] #21 26.25 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
18:52:14 [2022-03-11T18:52:14.037Z] #21 26.26 Unpacking python3-pkg-resources (52.0.0-4) ...
18:52:14 [2022-03-11T18:52:14.037Z] #21 26.38 Selecting previously unselected package python3-setuptools.
18:52:14 [2022-03-11T18:52:14.037Z] #21 26.38 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
18:52:14 [2022-03-11T18:52:14.037Z] #21 26.39 Unpacking python3-setuptools (52.0.0-4) ...
18:52:14 [2022-03-11T18:52:14.294Z] #21 26.61 Selecting previously unselected package python3-wheel.
18:52:14 [2022-03-11T18:52:14.294Z] #21 26.61 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
18:52:14 [2022-03-11T18:52:14.294Z] #21 26.61 Unpacking python3-wheel (0.34.2-1) ...
18:52:14 [2022-03-11T18:52:14.294Z] #21 26.69 Selecting previously unselected package python3-pip.
18:52:14 [2022-03-11T18:52:14.294Z] #21 26.70 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
18:52:14 [2022-03-11T18:52:14.294Z] #21 26.70 Unpacking python3-pip (20.3.4-4) ...
18:52:14 [2022-03-11T18:52:14.550Z] #21 26.93 Selecting previously unselected package sudo.
18:52:14 [2022-03-11T18:52:14.550Z] #21 26.94 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
18:52:14 [2022-03-11T18:52:14.550Z] #21 26.94 Unpacking sudo (1.9.5p2-3) ...
18:52:15 [2022-03-11T18:52:15.117Z] #21 27.43 Selecting previously unselected package thin-provisioning-tools.
18:52:15 [2022-03-11T18:52:15.117Z] #21 27.45 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
18:52:15 [2022-03-11T18:52:15.117Z] #21 27.45 Unpacking thin-provisioning-tools (0.9.0-1) ...
18:52:15 [2022-03-11T18:52:15.373Z] #21 27.68 Selecting previously unselected package uidmap.
18:52:15 [2022-03-11T18:52:15.373Z] #21 27.70 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
18:52:15 [2022-03-11T18:52:15.373Z] #21 27.71 Unpacking uidmap (1:4.8.1-1) ...
18:52:15 [2022-03-11T18:52:15.630Z] #21 27.84 Selecting previously unselected package vim-runtime.
18:52:15 [2022-03-11T18:52:15.630Z] #21 27.84 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
18:52:15 [2022-03-11T18:52:15.630Z] #21 27.87 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
18:52:15 [2022-03-11T18:52:15.630Z] #21 27.92 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
18:52:15 [2022-03-11T18:52:15.630Z] #21 27.92 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
18:52:18 [2022-03-11T18:52:18.900Z] #21 30.69 Selecting previously unselected package vim.
18:52:18 [2022-03-11T18:52:18.900Z] #21 30.69 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
18:52:18 [2022-03-11T18:52:18.900Z] #21 30.71 Unpacking vim (2:8.2.2434-3+deb11u1) ...
18:52:18 [2022-03-11T18:52:18.900Z] #21 31.20 Selecting previously unselected package xfsprogs.
18:52:18 [2022-03-11T18:52:18.900Z] #21 31.20 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
18:52:18 [2022-03-11T18:52:18.900Z] #21 31.21 Unpacking xfsprogs (5.10.0-4) ...
18:52:19 [2022-03-11T18:52:19.156Z] #21 31.60 Selecting previously unselected package zip.
18:52:19 [2022-03-11T18:52:19.156Z] #21 31.61 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
18:52:19 [2022-03-11T18:52:19.156Z] #21 31.61 Unpacking zip (3.0-12) ...
18:52:19 [2022-03-11T18:52:19.156Z] #21 31.72 Selecting previously unselected package zstd.
18:52:19 [2022-03-11T18:52:19.412Z] #21 31.73 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
18:52:19 [2022-03-11T18:52:19.412Z] #21 31.73 Unpacking zstd (1.4.8+dfsg-2.1) ...
18:52:19 [2022-03-11T18:52:19.668Z] #21 32.11 Setting up python3-pkg-resources (52.0.0-4) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.07 Setting up libip4tc2:amd64 (1.8.7-1) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.08 Setting up net-tools (1.60+git20181103.0eebece-1) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.10 Setting up libgpm2:amd64 (1.20.7-8) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.11 Setting up libicu67:amd64 (67.1-7) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.12 Setting up libip6tc2:amd64 (1.8.7-1) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.13 Setting up libinih1:amd64 (53-1+b2) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.15 Setting up uidmap (1:4.8.1-1) ...
18:52:20 [2022-03-11T18:52:20.598Z] #21 33.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:52:20 [2022-03-11T18:52:20.855Z] #21 33.17 Setting up bzip2 (1.0.8-4) ...
18:52:20 [2022-03-11T18:52:20.855Z] #21 33.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
18:52:20 [2022-03-11T18:52:20.855Z] #21 33.21 Setting up python3-wheel (0.34.2-1) ...
18:52:21 [2022-03-11T18:52:21.419Z] #21 33.83 Setting up xxd (2:8.2.2434-3+deb11u1) ...
18:52:21 [2022-03-11T18:52:21.419Z] #21 33.85 Setting up libcap2:amd64 (1:2.44-1) ...
18:52:21 [2022-03-11T18:52:21.419Z] #21 33.87 Setting up libcap2-bin (1:2.44-1) ...
18:52:21 [2022-03-11T18:52:21.677Z] #21 33.88 Setting up apparmor (2.13.6-10) ...
18:52:23 [2022-03-11T18:52:23.050Z] #21 35.41 Setting up zip (3.0-12) ...
18:52:23 [2022-03-11T18:52:23.050Z] #21 35.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
18:52:23 [2022-03-11T18:52:23.050Z] #21 35.47 Setting up bash-completion (1:2.11-2) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.24 Setting up xz-utils (5.2.5-2) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.28 Setting up libmnl0:amd64 (1.0.4-3) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.29 Setting up patch (2.7.6-7) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.30 Setting up sudo (1.9.5p2-3) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.36 invoke-rc.d: could not determine current runlevel
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.37 invoke-rc.d: policy-rc.d denied execution of start.
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.38 Setting up xfsprogs (5.10.0-4) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.39 Setting up libxtables12:amd64 (1.8.7-1) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.41 Setting up inetutils-ping (2:2.0-1) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.42 Setting up pigz (2.6-1) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:52:24 [2022-03-11T18:52:24.977Z] #21 37.48 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
18:52:25 [2022-03-11T18:52:25.279Z] #21 37.52 Setting up python-pip-whl (20.3.4-4) ...
18:52:25 [2022-03-11T18:52:25.279Z] #21 37.54 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
18:52:25 [2022-03-11T18:52:25.851Z] #21 38.17 Setting up libaio1:amd64 (0.3.112-9) ...
18:52:25 [2022-03-11T18:52:25.851Z] #21 38.18 Setting up python3-lib2to3 (3.9.2-1) ...
18:52:26 [2022-03-11T18:52:26.436Z] #21 38.62 Setting up libelf1:amd64 (0.183-1) ...
18:52:26 [2022-03-11T18:52:26.436Z] #21 38.66 Setting up zstd (1.4.8+dfsg-2.1) ...
18:52:26 [2022-03-11T18:52:26.436Z] #21 38.70 Setting up libonig5:amd64 (6.9.6-1.1) ...
18:52:26 [2022-03-11T18:52:26.436Z] #21 38.71 Setting up python3-distutils (3.9.2-1) ...
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.16 Setting up vim (2:8.2.2434-3+deb11u1) ...
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:52:26 [2022-03-11T18:52:26.999Z] #21 39.23 Setting up python3-setuptools (52.0.0-4) ...
18:52:28 [2022-03-11T18:52:28.185Z] #21 40.48 Setting up libjq1:amd64 (1.6-2.1) ...
18:52:28 [2022-03-11T18:52:28.185Z] #21 40.49 Setting up libnftnl11:amd64 (1.1.9-1) ...
18:52:28 [2022-03-11T18:52:28.185Z] #21 40.50 Setting up thin-provisioning-tools (0.9.0-1) ...
18:52:28 [2022-03-11T18:52:28.185Z] #21 40.51 Setting up python3-pip (20.3.4-4) ...
18:52:29 [2022-03-11T18:52:29.117Z] #21 41.57 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
18:52:29 [2022-03-11T18:52:29.117Z] #21 41.58 Setting up jq (1.6-2.1) ...
18:52:29 [2022-03-11T18:52:29.117Z] #21 41.59 Setting up libbpf0:amd64 (1:0.3-2) ...
18:52:29 [2022-03-11T18:52:29.117Z] #21 41.60 Setting up iptables (1.8.7-1) ...
18:52:29 [2022-03-11T18:52:29.117Z] #21 41.63 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:52:29 [2022-03-11T18:52:29.117Z] #21 41.64 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:52:29 [2022-03-11T18:52:29.375Z] #21 41.64 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:52:29 [2022-03-11T18:52:29.375Z] #21 41.65 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:52:29 [2022-03-11T18:52:29.376Z] #21 41.65 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:52:29 [2022-03-11T18:52:29.376Z] #21 41.65 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:52:29 [2022-03-11T18:52:29.376Z] #21 41.66 Setting up iproute2 (5.10.0-4) ...
18:52:29 [2022-03-11T18:52:29.634Z] #21 41.95 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:52:30 [2022-03-11T18:52:30.200Z] #21 DONE 42.6s
18:52:30 [2022-03-11T18:52:30.200Z] 
18:52:30 [2022-03-11T18:52:30.200Z] #22 [dev-systemd-false  8/24] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
18:52:30 [2022-03-11T18:52:30.200Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e
18:52:31 [2022-03-11T18:52:31.129Z] #22 0.868 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:52:31 [2022-03-11T18:52:31.129Z] #22 0.872 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:52:31 [2022-03-11T18:52:31.129Z] #22 0.875 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:52:31 [2022-03-11T18:52:31.129Z] #22 DONE 0.9s
18:52:31 [2022-03-11T18:52:31.129Z] 
18:52:31 [2022-03-11T18:52:31.129Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:52:31 [2022-03-11T18:52:31.129Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:52:31 [2022-03-11T18:52:31.129Z] #56 ...
18:52:31 [2022-03-11T18:52:31.129Z] 
18:52:31 [2022-03-11T18:52:31.129Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
18:52:31 [2022-03-11T18:52:31.129Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a
18:52:41 [2022-03-11T18:52:41.079Z] #23 9.257 Collecting yamllint==1.26.1
18:52:41 [2022-03-11T18:52:41.641Z] #23 10.31   Downloading yamllint-1.26.1.tar.gz (126 kB)
18:52:42 [2022-03-11T18:52:42.569Z] #23 11.43 Collecting pathspec>=0.5.3
18:52:42 [2022-03-11T18:52:42.569Z] #23 11.44   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
18:52:42 [2022-03-11T18:52:42.826Z] #23 11.85 Collecting pyyaml
18:52:43 [2022-03-11T18:52:43.082Z] #23 11.88   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)
18:52:43 [2022-03-11T18:52:43.082Z] #23 11.95 Building wheels for collected packages: yamllint
18:52:43 [2022-03-11T18:52:43.082Z] #23 11.95   Building wheel for yamllint (setup.py): started
18:52:44 [2022-03-11T18:52:44.449Z] #23 12.93   Building wheel for yamllint (setup.py): finished with status 'done'
18:52:44 [2022-03-11T18:52:44.449Z] #23 12.93   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b1836e5a74c4291deeefc5067645a9a352cfaae0c4be313fe3e9c1329ade8eca
18:52:44 [2022-03-11T18:52:44.449Z] #23 12.93   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
18:52:44 [2022-03-11T18:52:44.449Z] #23 12.94 Successfully built yamllint
18:52:44 [2022-03-11T18:52:44.449Z] #23 12.98 Installing collected packages: pyyaml, pathspec, yamllint
18:52:44 [2022-03-11T18:52:44.449Z] #23 13.31 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
18:52:45 [2022-03-11T18:52:45.016Z] #23 DONE 13.7s
18:52:45 [2022-03-11T18:52:45.016Z] 
18:52:45 [2022-03-11T18:52:45.016Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:52:45 [2022-03-11T18:52:45.016Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:52:45 [2022-03-11T18:52:45.016Z] #51 ...
18:52:45 [2022-03-11T18:52:45.016Z] 
18:52:45 [2022-03-11T18:52:45.016Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
18:52:45 [2022-03-11T18:52:45.016Z] #27 sha256:8f3e70a3e0079185cf2575bd7e5772fec330eee67d88bb913b719495fa20f304
18:52:45 [2022-03-11T18:52:45.016Z] #27 DONE 0.2s
18:52:45 [2022-03-11T18:52:45.016Z] 
18:52:45 [2022-03-11T18:52:45.016Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
18:52:45 [2022-03-11T18:52:45.016Z] #32 sha256:c276ead6f00edf8db7e223018a34395a185d181c31005bf673f2332f46b8a203
18:52:45 [2022-03-11T18:52:45.273Z] #32 DONE 0.3s
18:52:45 [2022-03-11T18:52:45.273Z] 
18:52:45 [2022-03-11T18:52:45.273Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
18:52:45 [2022-03-11T18:52:45.273Z] #35 sha256:09705041c34fd2e02473766c6e859512f85c00c5b636685445508ec8c29bd97e
18:52:45 [2022-03-11T18:52:45.273Z] #35 DONE 0.1s
18:52:45 [2022-03-11T18:52:45.273Z] 
18:52:45 [2022-03-11T18:52:45.273Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
18:52:45 [2022-03-11T18:52:45.273Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02
18:52:45 [2022-03-11T18:52:45.530Z] #43 ...
18:52:45 [2022-03-11T18:52:45.530Z] 
18:52:45 [2022-03-11T18:52:45.530Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
18:52:45 [2022-03-11T18:52:45.530Z] #37 sha256:0b54f4ab753fe62584e0eae2e615b35ffb7e69f5dbcf04ba436b7601101d5556
18:52:45 [2022-03-11T18:52:45.530Z] #37 DONE 0.1s
18:52:45 [2022-03-11T18:52:45.530Z] 
18:52:45 [2022-03-11T18:52:45.530Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
18:52:45 [2022-03-11T18:52:45.530Z] #41 sha256:7b5bae74a05d48f0382e96a66f0ac36ba10dd00fb455de6c6a1d093efd7292cf
18:52:45 [2022-03-11T18:52:45.530Z] #41 DONE 0.1s
18:52:45 [2022-03-11T18:52:45.786Z] 
18:52:45 [2022-03-11T18:52:45.786Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:52:45 [2022-03-11T18:52:45.786Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:52:51 [2022-03-11T18:52:51.037Z] #51 ...
18:52:51 [2022-03-11T18:52:51.038Z] 
18:52:51 [2022-03-11T18:52:51.038Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
18:52:51 [2022-03-11T18:52:51.038Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02
18:52:51 [2022-03-11T18:52:51.038Z] #43 210.4 + dpkg --print-architecture
18:52:51 [2022-03-11T18:52:51.038Z] #43 210.4 + git checkout -q v2.1.0
18:52:51 [2022-03-11T18:52:51.294Z] #43 210.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
18:52:51 [2022-03-11T18:52:51.294Z] #43 210.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
18:53:13 [2022-03-11T18:53:13.195Z] #43 DONE 231.3s
18:53:13 [2022-03-11T18:53:13.195Z] 
18:53:13 [2022-03-11T18:53:13.195Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:53:13 [2022-03-11T18:53:13.195Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:53:13 [2022-03-11T18:53:13.195Z] #51 ...
18:53:13 [2022-03-11T18:53:13.195Z] 
18:53:13 [2022-03-11T18:53:13.195Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
18:53:13 [2022-03-11T18:53:13.195Z] #44 sha256:af4f153210c2836e1af77b550ad162c0f88109d5d09dfa60d199c33fa0c174fd
18:53:13 [2022-03-11T18:53:13.452Z] #44 DONE 0.5s
18:53:13 [2022-03-11T18:53:13.452Z] 
18:53:13 [2022-03-11T18:53:13.452Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:53:13 [2022-03-11T18:53:13.452Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:53:13 [2022-03-11T18:53:13.452Z] #56 ...
18:53:13 [2022-03-11T18:53:13.452Z] 
18:53:13 [2022-03-11T18:53:13.452Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
18:53:13 [2022-03-11T18:53:13.452Z] #48 sha256:eb6a21d8de40c98bb4a10984efc98179bd83331ea555020231497f4ae89a12b7
18:53:13 [2022-03-11T18:53:13.452Z] #48 DONE 0.0s
18:53:13 [2022-03-11T18:53:13.452Z] 
18:53:13 [2022-03-11T18:53:13.452Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
18:53:13 [2022-03-11T18:53:13.452Z] #50 sha256:7110165bcb1e059b89bbed03f1f1888f43a4a50bbfdcd91f05e63f9f11449fc2
18:53:13 [2022-03-11T18:53:13.452Z] #50 DONE 0.1s
18:53:13 [2022-03-11T18:53:13.708Z] 
18:53:13 [2022-03-11T18:53:13.708Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:53:13 [2022-03-11T18:53:13.708Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:53:45 [2022-03-11T18:53:45.746Z] #56 ...
18:53:45 [2022-03-11T18:53:45.746Z] 
18:53:45 [2022-03-11T18:53:45.746Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:53:45 [2022-03-11T18:53:45.746Z] #60 sha256:b9d72848e59c5fd0a2728601de8adf3d8f0f24d3cfc35bd395ef4f1984d03f83
18:53:45 [2022-03-11T18:53:45.746Z] #60 218.4 + bin/containerd
18:53:49 [2022-03-11T18:53:49.016Z] #60 ...
18:53:49 [2022-03-11T18:53:49.016Z] 
18:53:49 [2022-03-11T18:53:49.017Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:53:49 [2022-03-11T18:53:49.017Z] #56 sha256:d85956e715f57d78404e6fefa7b20a2702611efe7b95bd0b582f4633896c7f2a
18:53:49 [2022-03-11T18:53:49.017Z] #56 126.6 + mkdir -p /build
18:53:49 [2022-03-11T18:53:49.017Z] #56 126.6 + cp runc /build/runc
18:53:50 [2022-03-11T18:53:50.386Z] #56 DONE 128.9s
18:53:50 [2022-03-11T18:53:50.386Z] 
18:53:50 [2022-03-11T18:53:50.386Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:53:50 [2022-03-11T18:53:50.386Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd
18:53:54 [2022-03-11T18:53:54.562Z] #51 273.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
18:53:54 [2022-03-11T18:53:54.562Z] #51 DONE 273.7s
18:53:54 [2022-03-11T18:53:54.562Z] 
18:53:54 [2022-03-11T18:53:54.562Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:53:54 [2022-03-11T18:53:54.562Z] #60 sha256:b9d72848e59c5fd0a2728601de8adf3d8f0f24d3cfc35bd395ef4f1984d03f83
18:53:55 [2022-03-11T18:53:55.128Z] #60 ...
18:53:55 [2022-03-11T18:53:55.128Z] 
18:53:55 [2022-03-11T18:53:55.128Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
18:53:55 [2022-03-11T18:53:55.128Z] #52 sha256:c0877b96531f4c4675c9eb1cfbd90643e56b028692df160750a840846fd526b3
18:53:55 [2022-03-11T18:53:55.693Z] #52 DONE 0.6s
18:53:55 [2022-03-11T18:53:55.693Z] 
18:53:55 [2022-03-11T18:53:55.693Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:53:55 [2022-03-11T18:53:55.693Z] #60 sha256:b9d72848e59c5fd0a2728601de8adf3d8f0f24d3cfc35bd395ef4f1984d03f83
18:53:55 [2022-03-11T18:53:55.693Z] #60 ...
18:53:55 [2022-03-11T18:53:55.693Z] 
18:53:55 [2022-03-11T18:53:55.693Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
18:53:55 [2022-03-11T18:53:55.693Z] #54 sha256:df931360d598889b83724c658d4c95f1c0f6eabe5445fce3147e5302fbf775c9
18:53:55 [2022-03-11T18:53:55.693Z] #54 DONE 0.1s
18:53:55 [2022-03-11T18:53:55.693Z] 
18:53:55 [2022-03-11T18:53:55.693Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
18:53:55 [2022-03-11T18:53:55.693Z] #57 sha256:9f30396e32f6f65ab772bdce71b9e568e64f18aab98f73e150c1164217d43507
18:53:55 [2022-03-11T18:53:55.950Z] #57 DONE 0.3s
18:53:55 [2022-03-11T18:53:55.950Z] 
18:53:55 [2022-03-11T18:53:55.950Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:53:55 [2022-03-11T18:53:55.950Z] #60 sha256:b9d72848e59c5fd0a2728601de8adf3d8f0f24d3cfc35bd395ef4f1984d03f83
18:54:27 [2022-03-11T18:54:27.996Z] #60 257.8 # github.com/containerd/containerd/cmd/containerd
18:54:27 [2022-03-11T18:54:27.996Z] #60 257.8 /usr/bin/ld: /tmp/go-link-1835290127/000019.o: in function `New':
18:54:27 [2022-03-11T18:54:27.996Z] #60 257.8 /tmp/tmp.hvexDaPlYe/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
18:54:27 [2022-03-11T18:54:27.996Z] #60 257.9 + bin/containerd-stress
18:54:27 [2022-03-11T18:54:27.996Z] #60 259.0 + bin/containerd-shim
18:54:31 [2022-03-11T18:54:31.274Z] #60 266.3 + bin/containerd-shim-runc-v1
18:54:36 [2022-03-11T18:54:36.535Z] #60 271.5 + bin/containerd-shim-runc-v2
18:54:37 [2022-03-11T18:54:37.098Z] #60 272.1 + binaries
18:54:37 [2022-03-11T18:54:37.098Z] #60 272.1 + install -D bin/containerd /build/containerd
18:54:37 [2022-03-11T18:54:37.098Z] #60 272.1 + install -D bin/containerd-shim /build/containerd-shim
18:54:37 [2022-03-11T18:54:37.098Z] #60 272.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:54:37 [2022-03-11T18:54:37.098Z] #60 272.1 + install -D bin/ctr /build/ctr
18:54:39 [2022-03-11T18:54:39.612Z] #60 DONE 274.3s
18:54:40 [2022-03-11T18:54:40.564Z] 
18:54:40 [2022-03-11T18:54:40.565Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
18:54:40 [2022-03-11T18:54:40.565Z] #61 sha256:87d4b139f8e7eb95ff813c211fc686938da9af72476ebd1c051adcc8d04dbf84
18:54:41 [2022-03-11T18:54:41.149Z] #61 DONE 0.8s
18:54:41 [2022-03-11T18:54:41.149Z] 
18:54:41 [2022-03-11T18:54:41.149Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:54:41 [2022-03-11T18:54:41.149Z] #66 sha256:b37538b8113d0cf181983f0c6a3861d119e93a50180556e3243cfc2d05d65f79
18:54:41 [2022-03-11T18:54:41.406Z] #66 DONE 0.2s
18:54:41 [2022-03-11T18:54:41.406Z] 
18:54:41 [2022-03-11T18:54:41.406Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
18:54:41 [2022-03-11T18:54:41.406Z] #71 sha256:ca30e56343bf05460e4812d8d939a8f6187c21d1b674919cfd8e796c4ab1bcaf
18:54:42 [2022-03-11T18:54:42.332Z] #71 DONE 0.9s
18:54:42 [2022-03-11T18:54:42.332Z] 
18:54:42 [2022-03-11T18:54:42.332Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
18:54:42 [2022-03-11T18:54:42.332Z] #72 sha256:150565e94885030a9a8cc7737a31187c5dc2118e420989f943b0dcad3f3849c8
18:54:42 [2022-03-11T18:54:42.332Z] #72 DONE 0.0s
18:54:42 [2022-03-11T18:54:42.332Z] 
18:54:42 [2022-03-11T18:54:42.332Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker
18:54:42 [2022-03-11T18:54:42.332Z] #73 sha256:05d5dffbefbb6f82048badf1997102802e64a1b526672c57652b6f0d7756c4a8
18:54:43 [2022-03-11T18:54:43.701Z] #73 DONE 1.3s
18:54:43 [2022-03-11T18:54:43.701Z] 
18:54:43 [2022-03-11T18:54:43.701Z] #74 exporting to image
18:54:43 [2022-03-11T18:54:43.701Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:54:43 [2022-03-11T18:54:43.701Z] #74 exporting layers
18:54:50 [2022-03-11T18:54:50.240Z] #74 exporting layers 6.0s done
18:54:50 [2022-03-11T18:54:50.240Z] #74 writing image sha256:329714a32bd20b37453ae36485ecfcd930d778d9fa072444fdc6e31f02539bf9
18:54:50 [2022-03-11T18:54:50.240Z] #74 writing image sha256:329714a32bd20b37453ae36485ecfcd930d778d9fa072444fdc6e31f02539bf9 done
18:54:50 [2022-03-11T18:54:50.240Z] #74 naming to docker.io/library/docker:f9f549cbe445177c1f0f4b13173e3b049674a3a1 done
18:54:50 [2022-03-11T18:54:50.240Z] #74 DONE 6.0s