Skip to content

Console Output

Skipping 44 KB.. Full Log
y 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
23:03:39 [2022-03-25T23:03:39.027Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c
23:03:39 [2022-03-25T23:03:39.027Z] #43 3.310 + git clone https://github.com/docker/distribution.git .
23:03:39 [2022-03-25T23:03:39.027Z] #43 3.310 Cloning into '.'...
23:03:39 [2022-03-25T23:03:39.027Z] #43 ...
23:03:39 [2022-03-25T23:03:39.027Z] 
23:03:39 [2022-03-25T23:03:39.027Z] #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
23:03:39 [2022-03-25T23:03:39.027Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:03:39 [2022-03-25T23:03:39.027Z] #14 3.444 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:03:39 [2022-03-25T23:03:39.027Z] #14 3.457 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
23:03:39 [2022-03-25T23:03:39.027Z] #14 3.461 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
23:03:39 [2022-03-25T23:03:39.027Z] #14 3.978 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
23:03:39 [2022-03-25T23:03:39.027Z] #14 5.721 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB]
23:03:39 [2022-03-25T23:03:39.027Z] #14 7.985 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
23:03:39 [2022-03-25T23:03:39.283Z] #14 ...
23:03:39 [2022-03-25T23:03:39.283Z] 
23:03:39 [2022-03-25T23:03:39.283Z] #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
23:03:39 [2022-03-25T23:03:39.283Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f
23:03:39 [2022-03-25T23:03:39.283Z] #49 3.179 go: downloading gotest.tools/gotestsum v1.7.0
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.148 go: downloading github.com/dnephin/pflag v1.0.7
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.148 go: downloading github.com/fatih/color v1.10.0
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.188 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.223 go: downloading github.com/pkg/errors v0.9.1
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.644 go: downloading github.com/mattn/go-colorable v0.1.8
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.644 go: downloading github.com/mattn/go-isatty v0.0.12
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.652 go: downloading github.com/fsnotify/fsnotify v1.4.9
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.734 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.844 go: downloading github.com/jonboulle/clockwork v0.2.2
23:03:39 [2022-03-25T23:03:39.283Z] #49 4.929 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23:03:39 [2022-03-25T23:03:39.283Z] #49 5.015 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
23:03:39 [2022-03-25T23:03:39.283Z] #49 5.378 go: downloading golang.org/x/tools v0.1.0
23:03:39 [2022-03-25T23:03:39.283Z] #49 10.70 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:03:39 [2022-03-25T23:03:39.283Z] #49 10.76 go: downloading golang.org/x/mod v0.3.0
23:03:39 [2022-03-25T23:03:39.541Z] #49 ...
23:03:39 [2022-03-25T23:03:39.541Z] 
23:03:39 [2022-03-25T23:03:39.541Z] #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
23:03:39 [2022-03-25T23:03:39.541Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479
23:03:39 [2022-03-25T23:03:39.541Z] #47 10.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
23:03:40 [2022-03-25T23:03:40.105Z] #47 ...
23:03:40 [2022-03-25T23:03:40.105Z] 
23:03:40 [2022-03-25T23:03:40.105Z] #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
23:03:40 [2022-03-25T23:03:40.105Z] #26 sha256:68b982eda8adf69e0f54f6fe2ac4a59a61156b7b314f9eb722b901ef3ad90bb5
23:03:40 [2022-03-25T23:03:40.105Z] #26 11.07 + mkdir -p /build
23:03:40 [2022-03-25T23:03:40.105Z] #26 11.07 + mv docker/docker /build/
23:03:40 [2022-03-25T23:03:40.105Z] #26 11.09 + rmdir docker
23:03:40 [2022-03-25T23:03:40.105Z] #26 DONE 11.5s
23:03:40 [2022-03-25T23:03:40.105Z] 
23:03:40 [2022-03-25T23:03:40.105Z] #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
23:03:40 [2022-03-25T23:03:40.105Z] #63 sha256:ee6b0f60dfd2b0d17bb307f1d3b7e0996dc8c0565168098c29301b8360aaf35c
23:03:40 [2022-03-25T23:03:40.105Z] #63 11.10 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
23:03:40 [2022-03-25T23:03:40.362Z] #63 ...
23:03:40 [2022-03-25T23:03:40.362Z] 
23:03:40 [2022-03-25T23:03:40.362Z] #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
23:03:40 [2022-03-25T23:03:40.362Z] #36 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09 tomll can be used in two ways:
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09 Writing to STDIN and reading from STDOUT:
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09   cat file.toml | tomll > file.toml
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09 
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09 Reading and updating a list of files:
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09   tomll a.toml b.toml c.toml
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09 
23:03:40 [2022-03-25T23:03:40.362Z] #36 12.09 When given a list of files, tomll will modify all files in place without asking.
23:03:40 [2022-03-25T23:03:40.362Z] #36 DONE 12.4s
23:03:40 [2022-03-25T23:03:40.362Z] 
23:03:40 [2022-03-25T23:03:40.362Z] #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
23:03:40 [2022-03-25T23:03:40.362Z] #63 sha256:ee6b0f60dfd2b0d17bb307f1d3b7e0996dc8c0565168098c29301b8360aaf35c
23:03:40 [2022-03-25T23:03:40.362Z] #63 11.88 go: downloading github.com/google/uuid v1.3.0
23:03:40 [2022-03-25T23:03:40.620Z] #63 12.02 go: downloading github.com/moby/vpnkit v0.5.0
23:03:40 [2022-03-25T23:03:40.620Z] #63 12.22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
23:03:40 [2022-03-25T23:03:40.620Z] #63 12.29 go: downloading github.com/gofrs/flock v0.8.1
23:03:40 [2022-03-25T23:03:40.877Z] #63 12.37 go: downloading github.com/gorilla/mux v1.8.0
23:03:41 [2022-03-25T23:03:41.135Z] #63 12.62 go: downloading github.com/moby/sys/mountinfo v0.5.0
23:03:41 [2022-03-25T23:03:41.392Z] #63 12.86 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
23:03:41 [2022-03-25T23:03:41.392Z] #63 12.93 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
23:03:41 [2022-03-25T23:03:41.649Z] #63 13.02 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
23:03:42 [2022-03-25T23:03:42.216Z] #63 ...
23:03:42 [2022-03-25T23:03:42.216Z] 
23:03:42 [2022-03-25T23:03:42.216Z] #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
23:03:42 [2022-03-25T23:03:42.216Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0
23:03:42 [2022-03-25T23:03:42.216Z] #34 3.778 + git clone https://github.com/kolyshkin/go-swagger.git .
23:03:42 [2022-03-25T23:03:42.216Z] #34 3.778 Cloning into '.'...
23:03:42 [2022-03-25T23:03:42.216Z] #34 ...
23:03:42 [2022-03-25T23:03:42.216Z] 
23:03:42 [2022-03-25T23:03:42.216Z] #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
23:03:42 [2022-03-25T23:03:42.216Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86
23:03:42 [2022-03-25T23:03:42.216Z] #58 14.11 Fetched 8508 kB in 11s (770 kB/s)
23:03:47 [2022-03-25T23:03:47.478Z] #58 14.11 Reading package lists...
23:03:49 [2022-03-25T23:03:49.382Z] #58 18.89 Reading package lists...
23:03:49 [2022-03-25T23:03:49.382Z] #58 ...
23:03:49 [2022-03-25T23:03:49.382Z] 
23:03:49 [2022-03-25T23:03:49.382Z] #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
23:03:49 [2022-03-25T23:03:49.382Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c
23:03:49 [2022-03-25T23:03:49.382Z] #43 20.70 + git checkout -q v2.3.0
23:03:51 [2022-03-25T23:03:51.278Z] #43 22.92 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:03:52 [2022-03-25T23:03:52.211Z] #43 ...
23:03:52 [2022-03-25T23:03:52.211Z] 
23:03:52 [2022-03-25T23:03:52.211Z] #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
23:03:52 [2022-03-25T23:03:52.211Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479
23:03:52 [2022-03-25T23:03:52.211Z] #47 13.70 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2154 B]
23:03:52 [2022-03-25T23:03:52.211Z] #47 18.16 Fetched 8512 kB in 13s (641 kB/s)
23:03:52 [2022-03-25T23:03:52.211Z] #47 18.16 Reading package lists...
23:03:52 [2022-03-25T23:03:52.211Z] #47 22.92 Reading package lists...
23:03:52 [2022-03-25T23:03:52.211Z] #47 ...
23:03:52 [2022-03-25T23:03:52.211Z] 
23:03:52 [2022-03-25T23:03:52.211Z] #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
23:03:52 [2022-03-25T23:03:52.211Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86
23:03:52 [2022-03-25T23:03:52.211Z] #58 18.89 Reading package lists...
23:03:52 [2022-03-25T23:03:52.776Z] #58 23.84 Building dependency tree...
23:03:52 [2022-03-25T23:03:52.776Z] #58 ...
23:03:52 [2022-03-25T23:03:52.776Z] 
23:03:52 [2022-03-25T23:03:52.776Z] #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
23:03:52 [2022-03-25T23:03:52.776Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:03:52 [2022-03-25T23:03:52.776Z] #14 14.65 Fetched 8508 kB in 11s (744 kB/s)
23:03:52 [2022-03-25T23:03:52.776Z] #14 14.65 Reading package lists...
23:03:52 [2022-03-25T23:03:52.776Z] #14 19.61 Reading package lists...
23:03:53 [2022-03-25T23:03:53.033Z] #14 24.58 Building dependency tree...
23:03:53 [2022-03-25T23:03:53.033Z] #14 ...
23:03:53 [2022-03-25T23:03:53.033Z] 
23:03:53 [2022-03-25T23:03:53.033Z] #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
23:03:53 [2022-03-25T23:03:53.033Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86
23:03:53 [2022-03-25T23:03:53.033Z] #58 23.84 Building dependency tree...
23:03:53 [2022-03-25T23:03:53.291Z] #58 ...
23:03:53 [2022-03-25T23:03:53.291Z] 
23:03:53 [2022-03-25T23:03:53.291Z] #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
23:03:53 [2022-03-25T23:03:53.291Z] #63 sha256:ee6b0f60dfd2b0d17bb307f1d3b7e0996dc8c0565168098c29301b8360aaf35c
23:03:53 [2022-03-25T23:03:53.291Z] #63 14.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0
23:03:53 [2022-03-25T23:03:53.548Z] #63 ...
23:03:53 [2022-03-25T23:03:53.548Z] 
23:03:53 [2022-03-25T23:03:53.548Z] #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
23:03:53 [2022-03-25T23:03:53.548Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45
23:03:53 [2022-03-25T23:03:53.548Z] #38 17.02 Fetched 8508 kB in 12s (687 kB/s)
23:03:53 [2022-03-25T23:03:53.548Z] #38 17.02 Reading package lists...
23:03:54 [2022-03-25T23:03:54.117Z] #38 21.88 Reading package lists...
23:03:54 [2022-03-25T23:03:54.117Z] #38 ...
23:03:54 [2022-03-25T23:03:54.117Z] 
23:03:54 [2022-03-25T23:03:54.117Z] #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
23:03:54 [2022-03-25T23:03:54.117Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:03:54 [2022-03-25T23:03:54.117Z] #14 24.58 Building dependency tree...
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.29 The following additional packages will be installed:
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.29   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.29   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.29   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.29   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.29   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.30   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.30   mingw-w64-common mingw-w64-x86-64-dev
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.31 Suggested packages:
23:03:55 [2022-03-25T23:03:55.491Z] #14 27.31   gcc-10-locales seccomp wine64
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.50 The following NEW packages will be installed:
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.52   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.52   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.52   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.52   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.52   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.52   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.53   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.53   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
23:03:56 [2022-03-25T23:03:56.862Z] #14 28.53   mingw-w64-x86-64-dev
23:03:57 [2022-03-25T23:03:57.121Z] #14 28.89 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
23:03:57 [2022-03-25T23:03:57.121Z] #14 28.89 Need to get 115 MB of archives.
23:03:57 [2022-03-25T23:03:57.121Z] #14 28.89 After this operation, 645 MB of additional disk space will be used.
23:03:57 [2022-03-25T23:03:57.121Z] #14 28.89 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]
23:03:57 [2022-03-25T23:03:57.121Z] #14 ...
23:03:57 [2022-03-25T23:03:57.121Z] 
23:03:57 [2022-03-25T23:03:57.121Z] #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
23:03:57 [2022-03-25T23:03:57.121Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86
23:03:57 [2022-03-25T23:03:57.121Z] #58 26.52 The following additional packages will be installed:
23:03:57 [2022-03-25T23:03:57.121Z] #58 26.52   libbtrfs0
23:03:57 [2022-03-25T23:03:57.121Z] #58 26.68 The following NEW packages will be installed:
23:03:57 [2022-03-25T23:03:57.121Z] #58 26.69   libbtrfs-dev libbtrfs0
23:03:57 [2022-03-25T23:03:57.121Z] #58 27.06 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
23:03:57 [2022-03-25T23:03:57.121Z] #58 27.06 Need to get 460 kB of archives.
23:03:57 [2022-03-25T23:03:57.121Z] #58 27.06 After this operation, 1237 kB of additional disk space will be used.
23:03:57 [2022-03-25T23:03:57.121Z] #58 27.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:03:57 [2022-03-25T23:03:57.121Z] #58 27.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:03:57 [2022-03-25T23:03:57.121Z] #58 27.92 debconf: delaying package configuration, since apt-utils is not installed
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.12 Fetched 460 kB in 0s (1356 kB/s)
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.22 Selecting previously unselected package libbtrfs0:amd64.
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.22 (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.)
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.33 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.34 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.55 Selecting previously unselected package libbtrfs-dev:amd64.
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.57 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.58 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.86 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.89 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 28.90 Processing triggers for libc-bin (2.31-13+deb11u2) ...
23:03:57 [2022-03-25T23:03:57.121Z] #58 DONE 29.1s
23:03:57 [2022-03-25T23:03:57.121Z] 
23:03:57 [2022-03-25T23:03:57.121Z] #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
23:03:57 [2022-03-25T23:03:57.121Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:03:57 [2022-03-25T23:03:57.121Z] #14 29.01 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]
23:03:57 [2022-03-25T23:03:57.378Z] #14 29.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
23:03:57 [2022-03-25T23:03:57.378Z] #14 29.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
23:03:57 [2022-03-25T23:03:57.378Z] #14 29.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
23:03:57 [2022-03-25T23:03:57.378Z] #14 29.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
23:03:57 [2022-03-25T23:03:57.378Z] #14 ...
23:03:57 [2022-03-25T23:03:57.378Z] 
23:03:57 [2022-03-25T23:03:57.378Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
23:03:57 [2022-03-25T23:03:57.378Z] #59 sha256:14ba3dad3a506f0c8d2ca3ac7459af5795236b73ff21bc1c16dea872e63bf590
23:03:57 [2022-03-25T23:03:57.378Z] #59 DONE 0.2s
23:03:57 [2022-03-25T23:03:57.378Z] 
23:03:57 [2022-03-25T23:03:57.378Z] #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
23:03:57 [2022-03-25T23:03:57.378Z] #53 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692
23:03:57 [2022-03-25T23:03:57.378Z] #53 29.23 v3.0.2
23:03:57 [2022-03-25T23:03:57.378Z] #53 DONE 29.3s
23:03:57 [2022-03-25T23:03:57.635Z] 
23:03:57 [2022-03-25T23:03:57.635Z] #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
23:03:57 [2022-03-25T23:03:57.635Z] #60 sha256:522ef20ee99ac3bb261960a90bf43150db6960a6303b49fc8e80780de70563e3
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.234 + RM_GOPATH=0
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.234 + TMP_GOPATH=
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 + : /build
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 + '[' -z '' ']'
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 ++ mktemp -d
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 + export GOPATH=/tmp/tmp.5yiD7RUJ8f
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 + GOPATH=/tmp/tmp.5yiD7RUJ8f
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 + RM_GOPATH=1
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.236 + case "$(go env GOARCH)" in
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.238 ++ go env GOARCH
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + export GO_BUILDMODE=-buildmode=pie
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + GO_BUILDMODE=-buildmode=pie
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 ++ dirname /install.sh
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + dir=/
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + bin=containerd
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + shift
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + '[' '!' -f //containerd.installer ']'
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + . //containerd.installer
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 ++ set -e
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 ++ : v1.6.2
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + install_containerd
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.267 + echo 'Install containerd version v1.6.2'
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.270 Install containerd version v1.6.2
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.283 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5yiD7RUJ8f/src/github.com/containerd/containerd
23:04:01 [2022-03-25T23:04:01.816Z] #60 4.283 Cloning into '/tmp/tmp.5yiD7RUJ8f/src/github.com/containerd/containerd'...
23:04:02 [2022-03-25T23:04:02.748Z] #60 ...
23:04:02 [2022-03-25T23:04:02.748Z] 
23:04:02 [2022-03-25T23:04:02.748Z] #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
23:04:02 [2022-03-25T23:04:02.748Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca
23:04:02 [2022-03-25T23:04:02.748Z] #51 26.59 go: downloading github.com/fatih/color v1.13.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 26.61 go: downloading github.com/gofrs/flock v0.8.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 26.68 go: downloading github.com/spf13/cobra v1.3.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 26.68 go: downloading github.com/spf13/pflag v1.0.5
23:04:02 [2022-03-25T23:04:02.748Z] #51 26.92 go: downloading github.com/spf13/viper v1.10.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 27.07 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
23:04:02 [2022-03-25T23:04:02.748Z] #51 27.13 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
23:04:02 [2022-03-25T23:04:02.748Z] #51 27.17 go: downloading github.com/go-critic/go-critic v0.6.2
23:04:02 [2022-03-25T23:04:02.748Z] #51 27.97 go: downloading github.com/mitchellh/go-homedir v1.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 28.01 go: downloading github.com/hashicorp/go-multierror v1.1.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 30.80 go: downloading github.com/mattn/go-colorable v0.1.12
23:04:02 [2022-03-25T23:04:02.748Z] #51 30.81 go: downloading github.com/sirupsen/logrus v1.8.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 30.87 go: downloading github.com/stretchr/testify v1.7.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 30.97 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.04 go: downloading github.com/mattn/go-isatty v0.0.14
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.04 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.08 go: downloading github.com/fsnotify/fsnotify v1.5.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.15 go: downloading github.com/magiconair/properties v1.8.5
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.20 go: downloading github.com/mitchellh/mapstructure v1.4.3
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.24 go: downloading github.com/spf13/afero v1.6.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.29 go: downloading github.com/spf13/cast v1.4.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.29 go: downloading github.com/spf13/jwalterweatherman v1.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.36 go: downloading github.com/subosito/gotenv v1.2.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.40 go: downloading gopkg.in/ini.v1 v1.66.2
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.45 go: downloading github.com/go-toolsmith/astcast v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.54 go: downloading github.com/go-toolsmith/astequal v1.0.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.54 go: downloading github.com/go-toolsmith/astfmt v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.54 go: downloading github.com/go-toolsmith/astp v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.55 go: downloading github.com/go-toolsmith/strparse v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.57 go: downloading github.com/go-toolsmith/typep v1.0.2
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.58 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.60 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.69 go: downloading github.com/hashicorp/errwrap v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.73 go: downloading 4d63.com/gochecknoglobals v0.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.80 go: downloading github.com/Antonboom/errname v0.1.5
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.83 go: downloading github.com/Antonboom/nilnil v0.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.86 go: downloading github.com/BurntSushi/toml v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.87 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
23:04:02 [2022-03-25T23:04:02.748Z] #51 31.94 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.04 go: downloading github.com/alexkohler/prealloc v1.0.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.06 go: downloading github.com/ashanbrown/forbidigo v1.3.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.08 go: downloading github.com/ashanbrown/makezero v1.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.11 go: downloading github.com/bkielbasa/cyclop v1.2.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.12 go: downloading github.com/blizzy78/varnamelen v0.5.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.20 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.25 go: downloading github.com/breml/bidichk v0.2.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.34 go: downloading github.com/breml/errchkjson v0.2.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.37 go: downloading github.com/butuzov/ireturn v0.1.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.39 go: downloading github.com/charithe/durationcheck v0.0.9
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.40 go: downloading github.com/daixiang0/gci v0.2.9
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.42 go: downloading github.com/denis-tingajkin/go-header v0.4.2
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.42 go: downloading github.com/esimonov/ifshort v1.0.4
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.52 go: downloading github.com/fzipp/gocyclo v0.4.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.56 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.60 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.62 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.73 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.74 go: downloading github.com/golangci/misspell v0.3.5
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.85 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.87 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
23:04:02 [2022-03-25T23:04:02.748Z] #51 32.94 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.03 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.04 go: downloading github.com/jgautheron/goconst v1.5.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.06 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.07 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.13 go: downloading github.com/julz/importas v0.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.13 go: downloading github.com/kisielk/errcheck v1.6.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.16 go: downloading github.com/kulti/thelper v0.5.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.18 go: downloading github.com/kunwardeep/paralleltest v1.0.3
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.21 go: downloading github.com/kyoh86/exportloopref v0.1.8
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.23 go: downloading github.com/ldez/gomoddirectives v0.2.2
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.26 go: downloading github.com/ldez/tagliatelle v0.3.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.26 go: downloading github.com/leonklingele/grouper v1.1.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.32 go: downloading github.com/maratori/testpackage v1.0.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.35 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.35 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.40 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.42 go: downloading github.com/mgechev/revive v1.1.3
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.88 go: downloading github.com/moricho/tparallel v0.2.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.90 go: downloading github.com/nakabonne/nestif v0.3.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.90 go: downloading github.com/nishanths/exhaustive v0.7.11
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.94 go: downloading github.com/nishanths/predeclared v0.2.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.98 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.98 go: downloading github.com/ryancurrah/gomodguard v1.2.3
23:04:02 [2022-03-25T23:04:02.748Z] #51 33.99 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.03 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.06 go: downloading github.com/securego/gosec/v2 v2.9.6
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.36 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.38 go: downloading github.com/sivchari/containedctx v1.0.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.38 go: downloading github.com/sivchari/tenv v1.4.7
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.38 go: downloading github.com/sonatard/noctx v0.0.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.44 go: downloading github.com/sourcegraph/go-diff v0.6.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.44 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.46 go: downloading github.com/sylvia7788/contextcheck v1.0.4
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.53 go: downloading github.com/tdakkota/asciicheck v0.1.1
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.57 go: downloading github.com/tetafro/godot v1.4.11
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.61 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.61 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
23:04:02 [2022-03-25T23:04:02.748Z] #51 34.65 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
23:04:03 [2022-03-25T23:04:03.004Z] #51 34.83 go: downloading github.com/ultraware/funlen v0.0.3
23:04:03 [2022-03-25T23:04:03.004Z] #51 34.83 go: downloading github.com/ultraware/whitespace v0.0.4
23:04:03 [2022-03-25T23:04:03.004Z] #51 34.88 go: downloading github.com/uudashr/gocognit v1.0.5
23:04:03 [2022-03-25T23:04:03.004Z] #51 34.88 go: downloading github.com/yagipy/maintidx v1.0.0
23:04:03 [2022-03-25T23:04:03.268Z] #51 34.94 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
23:04:03 [2022-03-25T23:04:03.525Z] #51 35.23 go: downloading gitlab.com/bosi/decorder v0.2.1
23:04:03 [2022-03-25T23:04:03.525Z] #51 35.39 go: downloading honnef.co/go/tools v0.2.2
23:04:04 [2022-03-25T23:04:04.517Z] #51 ...
23:04:04 [2022-03-25T23:04:04.518Z] 
23:04:04 [2022-03-25T23:04:04.518Z] #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
23:04:04 [2022-03-25T23:04:04.518Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45
23:04:04 [2022-03-25T23:04:04.518Z] #38 21.88 Reading package lists...
23:04:04 [2022-03-25T23:04:04.518Z] #38 26.48 Building dependency tree...
23:04:04 [2022-03-25T23:04:04.518Z] #38 28.73 The following additional packages will be installed:
23:04:04 [2022-03-25T23:04:04.518Z] #38 28.76   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
23:04:04 [2022-03-25T23:04:04.518Z] #38 28.76 Suggested packages:
23:04:04 [2022-03-25T23:04:04.518Z] #38 28.76   cmake-doc ninja-build lrzip
23:04:04 [2022-03-25T23:04:04.518Z] #38 28.76 Recommended packages:
23:04:04 [2022-03-25T23:04:04.518Z] #38 28.76   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.49 The following NEW packages will be installed:
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.51   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.51   vim-common xxd
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.91 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.91 Need to get 17.7 MB of archives.
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.91 After this operation, 70.7 MB of additional disk space will be used.
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 29.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.46 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.52 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.53 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.53 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 30.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
23:04:04 [2022-03-25T23:04:04.518Z] #38 31.65 debconf: delaying package configuration, since apt-utils is not installed
23:04:04 [2022-03-25T23:04:04.518Z] #38 31.80 Fetched 17.7 MB in 1s (14.5 MB/s)
23:04:04 [2022-03-25T23:04:04.518Z] #38 31.86 Selecting previously unselected package xxd.
23:04:04 [2022-03-25T23:04:04.518Z] #38 31.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.)
23:04:04 [2022-03-25T23:04:04.518Z] #38 31.91 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 31.93 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 32.16 Selecting previously unselected package vim-common.
23:04:04 [2022-03-25T23:04:04.518Z] #38 32.16 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 32.18 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 32.50 Selecting previously unselected package cmake-data.
23:04:04 [2022-03-25T23:04:04.518Z] #38 32.50 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 32.53 Unpacking cmake-data (3.18.4-2+deb11u1) ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 35.12 Selecting previously unselected package libicu67:amd64.
23:04:04 [2022-03-25T23:04:04.518Z] #38 35.12 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
23:04:04 [2022-03-25T23:04:04.518Z] #38 35.19 Unpacking libicu67:amd64 (67.1-7) ...
23:04:04 [2022-03-25T23:04:04.806Z] #38 ...
23:04:04 [2022-03-25T23:04:04.806Z] 
23:04:04 [2022-03-25T23:04:04.806Z] #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
23:04:04 [2022-03-25T23:04:04.806Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479
23:04:04 [2022-03-25T23:04:04.806Z] #47 22.92 Reading package lists...
23:04:04 [2022-03-25T23:04:04.806Z] #47 27.51 Building dependency tree...
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.19 The following additional packages will be installed:
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.19   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.19   python3-protobuf python3-six
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.21 Suggested packages:
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.21   python3-setuptools
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.21 Recommended packages:
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.21   iproute2 | iproute
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.72 The following NEW packages will be installed:
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.74   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
23:04:04 [2022-03-25T23:04:04.806Z] #47 30.74   python3-protobuf python3-six
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.14 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.14 Need to get 2292 kB of archives.
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.14 After this operation, 11.0 MB of additional disk space will be used.
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.20 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 31.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 34.55 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
23:04:04 [2022-03-25T23:04:04.806Z] #47 35.92 debconf: delaying package configuration, since apt-utils is not installed
23:04:04 [2022-03-25T23:04:04.806Z] #47 36.13 Fetched 2292 kB in 4s (554 kB/s)
23:04:04 [2022-03-25T23:04:04.806Z] #47 36.34 Selecting previously unselected package libprotobuf23:amd64.
23:04:04 [2022-03-25T23:04:04.806Z] #47 36.34 (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.)
23:04:04 [2022-03-25T23:04:04.806Z] #47 36.36 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
23:04:04 [2022-03-25T23:04:04.806Z] #47 36.44 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
23:04:04 [2022-03-25T23:04:04.806Z] #47 ...
23:04:04 [2022-03-25T23:04:04.806Z] 
23:04:04 [2022-03-25T23:04:04.806Z] #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
23:04:04 [2022-03-25T23:04:04.806Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca
23:04:04 [2022-03-25T23:04:04.806Z] #51 36.80 go: downloading mvdan.cc/gofumpt v0.2.1
23:04:04 [2022-03-25T23:04:04.806Z] #51 36.86 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
23:04:05 [2022-03-25T23:04:05.071Z] #51 36.92 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
23:04:05 [2022-03-25T23:04:05.071Z] #51 36.94 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
23:04:07 [2022-03-25T23:04:07.055Z] #51 38.49 go: downloading github.com/davecgh/go-spew v1.1.1
23:04:07 [2022-03-25T23:04:07.055Z] #51 38.57 go: downloading github.com/pmezard/go-difflib v1.0.0
23:04:07 [2022-03-25T23:04:07.055Z] #51 38.58 go: downloading github.com/stretchr/objx v0.1.1
23:04:07 [2022-03-25T23:04:07.055Z] #51 38.68 go: downloading github.com/hashicorp/hcl v1.0.0
23:04:07 [2022-03-25T23:04:07.055Z] #51 38.88 go: downloading github.com/pelletier/go-toml v1.9.4
23:04:07 [2022-03-25T23:04:07.055Z] #51 38.88 go: downloading gopkg.in/yaml.v2 v2.4.0
23:04:07 [2022-03-25T23:04:07.055Z] #51 39.01 go: downloading golang.org/x/text v0.3.7
23:04:07 [2022-03-25T23:04:07.620Z] #51 ...
23:04:07 [2022-03-25T23:04:07.620Z] 
23:04:07 [2022-03-25T23:04:07.620Z] #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
23:04:07 [2022-03-25T23:04:07.620Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:04:07 [2022-03-25T23:04:07.620Z] #14 29.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
23:04:07 [2022-03-25T23:04:07.620Z] #14 29.73 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]
23:04:07 [2022-03-25T23:04:07.620Z] #14 29.73 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]
23:04:07 [2022-03-25T23:04:07.620Z] #14 30.18 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]
23:04:07 [2022-03-25T23:04:07.620Z] #14 31.36 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]
23:04:07 [2022-03-25T23:04:07.620Z] #14 31.90 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]
23:04:07 [2022-03-25T23:04:07.621Z] #14 32.48 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]
23:04:07 [2022-03-25T23:04:07.621Z] #14 33.94 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]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.73 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]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.73 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.76 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]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.76 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.76 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.77 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.81 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.85 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.85 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.85 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 34.85 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
23:04:07 [2022-03-25T23:04:07.621Z] #14 35.67 debconf: delaying package configuration, since apt-utils is not installed
23:04:07 [2022-03-25T23:04:07.621Z] #14 35.91 Fetched 115 MB in 6s (18.3 MB/s)
23:04:07 [2022-03-25T23:04:07.621Z] #14 36.05 Selecting previously unselected package binutils-mingw-w64-i686.
23:04:07 [2022-03-25T23:04:07.621Z] #14 36.05 (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.)
23:04:07 [2022-03-25T23:04:07.621Z] #14 36.08 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.621Z] #14 36.09 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:04:07 [2022-03-25T23:04:07.621Z] #14 38.53 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:04:07 [2022-03-25T23:04:07.621Z] #14 38.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.621Z] #14 38.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:04:07 [2022-03-25T23:04:07.878Z] #14 ...
23:04:07 [2022-03-25T23:04:07.878Z] 
23:04:07 [2022-03-25T23:04:07.878Z] #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
23:04:07 [2022-03-25T23:04:07.878Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.21 Selecting previously unselected package python3-pkg-resources.
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.25 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.25 Unpacking python3-pkg-resources (52.0.0-4) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.54 Selecting previously unselected package python3-six.
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.55 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.57 Unpacking python3-six (1.16.0-2) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.67 Selecting previously unselected package python3-protobuf.
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.69 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 37.70 Unpacking python3-protobuf (3.12.4-1) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.26 Selecting previously unselected package libnet1:amd64.
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.27 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.44 Selecting previously unselected package libnl-3-200:amd64.
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.44 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.45 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.58 Selecting previously unselected package libprotobuf-c1:amd64.
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.58 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.59 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.68 Selecting previously unselected package criu.
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.70 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 38.71 Unpacking criu (3.16.1-3) ...
23:04:07 [2022-03-25T23:04:07.878Z] #47 39.46 Setting up python3-pkg-resources (52.0.0-4) ...
23:04:09 [2022-03-25T23:04:09.501Z] #47 40.91 Setting up libprotobuf23:amd64 (3.12.4-1) ...
23:04:09 [2022-03-25T23:04:09.501Z] #47 40.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:04:09 [2022-03-25T23:04:09.501Z] #47 40.94 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:04:09 [2022-03-25T23:04:09.501Z] #47 40.95 Setting up python3-six (1.16.0-2) ...
23:04:10 [2022-03-25T23:04:10.432Z] #47 42.09 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:04:10 [2022-03-25T23:04:10.432Z] #47 42.13 Setting up python3-protobuf (3.12.4-1) ...
23:04:12 [2022-03-25T23:04:12.331Z] #47 ...
23:04:12 [2022-03-25T23:04:12.331Z] 
23:04:12 [2022-03-25T23:04:12.331Z] #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
23:04:12 [2022-03-25T23:04:12.331Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca
23:04:12 [2022-03-25T23:04:12.331Z] #51 44.17 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
23:04:12 [2022-03-25T23:04:12.331Z] #51 44.24 go: downloading github.com/gobwas/glob v0.2.3
23:04:12 [2022-03-25T23:04:12.331Z] #51 44.25 go: downloading github.com/kisielk/gotool v1.0.0
23:04:12 [2022-03-25T23:04:12.587Z] #51 44.37 go: downloading github.com/gostaticanalysis/comment v1.4.2
23:04:12 [2022-03-25T23:04:12.587Z] #51 44.40 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
23:04:12 [2022-03-25T23:04:12.587Z] #51 44.42 go: downloading golang.org/x/mod v0.5.1
23:04:12 [2022-03-25T23:04:12.587Z] #51 44.50 go: downloading github.com/ettle/strcase v0.1.1
23:04:12 [2022-03-25T23:04:12.587Z] #51 44.56 go: downloading github.com/fatih/structtag v1.2.0
23:04:12 [2022-03-25T23:04:12.587Z] #51 44.57 go: downloading github.com/Masterminds/semver v1.5.0
23:04:12 [2022-03-25T23:04:12.843Z] #51 44.69 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
23:04:12 [2022-03-25T23:04:12.843Z] #51 44.72 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
23:04:12 [2022-03-25T23:04:12.843Z] #51 44.75 go: downloading github.com/prometheus/client_golang v1.7.1
23:04:13 [2022-03-25T23:04:13.100Z] #51 45.11 go: downloading github.com/prometheus/client_model v0.2.0
23:04:13 [2022-03-25T23:04:13.357Z] #51 45.15 go: downloading github.com/google/go-cmp v0.5.6
23:04:13 [2022-03-25T23:04:13.614Z] #51 45.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
23:04:13 [2022-03-25T23:04:13.614Z] #51 45.55 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
23:04:13 [2022-03-25T23:04:13.871Z] #51 45.57 go: downloading github.com/olekukonko/tablewriter v0.0.5
23:04:13 [2022-03-25T23:04:13.871Z] #51 45.65 go: downloading github.com/beorn7/perks v1.0.1
23:04:13 [2022-03-25T23:04:13.871Z] #51 45.70 go: downloading github.com/cespare/xxhash/v2 v2.1.2
23:04:13 [2022-03-25T23:04:13.871Z] #51 45.74 go: downloading github.com/cespare/xxhash v1.1.0
23:04:13 [2022-03-25T23:04:13.871Z] #51 45.75 go: downloading github.com/golang/protobuf v1.5.2
23:04:14 [2022-03-25T23:04:14.129Z] #51 46.01 go: downloading github.com/prometheus/common v0.10.0
23:04:14 [2022-03-25T23:04:14.386Z] #51 46.19 go: downloading github.com/prometheus/procfs v0.6.0
23:04:14 [2022-03-25T23:04:14.386Z] #51 46.21 go: downloading github.com/mattn/go-runewidth v0.0.9
23:04:14 [2022-03-25T23:04:14.643Z] #51 46.33 go: downloading google.golang.org/protobuf v1.27.1
23:04:15 [2022-03-25T23:04:15.266Z] #51 ...
23:04:15 [2022-03-25T23:04:15.266Z] 
23:04:15 [2022-03-25T23:04:15.266Z] #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
23:04:15 [2022-03-25T23:04:15.266Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0
23:04:15 [2022-03-25T23:04:15.266Z] #34 36.82 Updating files:  92% (1403/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.
23:04:15 [2022-03-25T23:04:15.266Z] #34 37.09 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
23:04:15 [2022-03-25T23:04:15.266Z] #34 37.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:04:15 [2022-03-25T23:04:15.523Z] #34 ...
23:04:15 [2022-03-25T23:04:15.523Z] 
23:04:15 [2022-03-25T23:04:15.523Z] #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
23:04:15 [2022-03-25T23:04:15.523Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45
23:04:15 [2022-03-25T23:04:15.523Z] #38 41.66 Selecting previously unselected package libxml2:amd64.
23:04:15 [2022-03-25T23:04:15.523Z] #38 41.66 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
23:04:15 [2022-03-25T23:04:15.523Z] #38 41.66 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
23:04:15 [2022-03-25T23:04:15.523Z] #38 42.10 Selecting previously unselected package libarchive13:amd64.
23:04:15 [2022-03-25T23:04:15.523Z] #38 42.11 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
23:04:15 [2022-03-25T23:04:15.523Z] #38 42.13 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
23:04:15 [2022-03-25T23:04:15.523Z] #38 42.43 Selecting previously unselected package libjsoncpp24:amd64.
23:04:15 [2022-03-25T23:04:15.523Z] #38 42.44 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
23:04:15 [2022-03-25T23:04:15.523Z] #38 42.45 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.60 Selecting previously unselected package librhash0:amd64.
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.61 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.61 Unpacking librhash0:amd64 (1.4.1-2) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.80 Selecting previously unselected package libuv1:amd64.
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.80 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.80 Unpacking libuv1:amd64 (1.40.0-2) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.95 Selecting previously unselected package cmake.
23:04:15 [2022-03-25T23:04:15.524Z] #38 42.99 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 43.00 Unpacking cmake (3.18.4-2+deb11u1) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 46.87 Setting up libicu67:amd64 (67.1-7) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 46.91 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 47.33 Setting up libuv1:amd64 (1.40.0-2) ...
23:04:15 [2022-03-25T23:04:15.524Z] #38 47.46 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.49 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.51 Setting up librhash0:amd64 (1.4.1-2) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.52 Setting up cmake-data (3.18.4-2+deb11u1) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.56 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.59 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.62 Setting up cmake (3.18.4-2+deb11u1) ...
23:04:15 [2022-03-25T23:04:15.780Z] #38 47.65 Processing triggers for libc-bin (2.31-13+deb11u2) ...
23:04:17 [2022-03-25T23:04:17.682Z] #38 DONE 49.3s
23:04:17 [2022-03-25T23:04:17.682Z] 
23:04:17 [2022-03-25T23:04:17.682Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
23:04:17 [2022-03-25T23:04:17.682Z] #39 sha256:d841511bd5fbc1f92126e7fcedb88eb4259fea3bb7c498ea67779a55c87dd5bb
23:04:17 [2022-03-25T23:04:17.682Z] #39 ...
23:04:17 [2022-03-25T23:04:17.682Z] 
23:04:17 [2022-03-25T23:04:17.682Z] #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
23:04:17 [2022-03-25T23:04:17.682Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479
23:04:17 [2022-03-25T23:04:17.682Z] #47 45.44 Setting up criu (3.16.1-3) ...
23:04:17 [2022-03-25T23:04:17.682Z] #47 47.62 Processing triggers for libc-bin (2.31-13+deb11u2) ...
23:04:17 [2022-03-25T23:04:17.682Z] #47 DONE 49.2s
23:04:17 [2022-03-25T23:04:17.682Z] 
23:04:17 [2022-03-25T23:04:17.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
23:04:17 [2022-03-25T23:04:17.682Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:04:17 [2022-03-25T23:04:17.682Z] #14 40.73 Selecting previously unselected package binutils-mingw-w64.
23:04:17 [2022-03-25T23:04:17.682Z] #14 40.73 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 40.74 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 40.86 Selecting previously unselected package libdevmapper1.02.1:amd64.
23:04:17 [2022-03-25T23:04:17.682Z] #14 40.86 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 40.88 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 41.03 Selecting previously unselected package dmsetup.
23:04:17 [2022-03-25T23:04:17.682Z] #14 41.03 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 41.03 Unpacking dmsetup (2:1.02.175-2.1) ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 41.20 Selecting previously unselected package mingw-w64-common.
23:04:17 [2022-03-25T23:04:17.682Z] #14 41.21 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 41.22 Unpacking mingw-w64-common (8.0.0-1) ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 45.89 Selecting previously unselected package mingw-w64-x86-64-dev.
23:04:17 [2022-03-25T23:04:17.682Z] #14 45.90 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
23:04:17 [2022-03-25T23:04:17.682Z] #14 45.92 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
23:04:17 [2022-03-25T23:04:17.939Z] #14 ...
23:04:17 [2022-03-25T23:04:17.939Z] 
23:04:17 [2022-03-25T23:04:17.939Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
23:04:17 [2022-03-25T23:04:17.939Z] #39 sha256:d841511bd5fbc1f92126e7fcedb88eb4259fea3bb7c498ea67779a55c87dd5bb
23:04:17 [2022-03-25T23:04:17.939Z] #39 DONE 0.5s
23:04:17 [2022-03-25T23:04:17.939Z] 
23:04:17 [2022-03-25T23:04:17.939Z] #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
23:04:17 [2022-03-25T23:04:17.939Z] #40 sha256:d8f60fe7c2e5b05e696680bb7eae736a9528bc242fc0add2f1f511b8d4c76ea8
23:04:19 [2022-03-25T23:04:19.310Z] #40 ...
23:04:19 [2022-03-25T23:04:19.310Z] 
23:04:19 [2022-03-25T23:04:19.310Z] #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
23:04:19 [2022-03-25T23:04:19.310Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f
23:04:19 [2022-03-25T23:04:19.310Z] #49 50.56 gotestsum version dev
23:04:19 [2022-03-25T23:04:19.310Z] #49 DONE 50.9s
23:04:19 [2022-03-25T23:04:19.310Z] 
23:04:19 [2022-03-25T23:04:19.310Z] #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
23:04:19 [2022-03-25T23:04:19.310Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca
23:04:19 [2022-03-25T23:04:19.310Z] #51 48.05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
23:04:21 [2022-03-25T23:04:21.845Z] #51 ...
23:04:21 [2022-03-25T23:04:21.845Z] 
23:04:21 [2022-03-25T23:04:21.845Z] #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
23:04:21 [2022-03-25T23:04:21.845Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:04:21 [2022-03-25T23:04:21.845Z] #14 51.76 Selecting previously unselected package gcc-mingw-w64-base.
23:04:21 [2022-03-25T23:04:21.845Z] #14 51.76 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
23:04:21 [2022-03-25T23:04:21.845Z] #14 51.78 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:04:21 [2022-03-25T23:04:21.845Z] #14 51.92 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
23:04:21 [2022-03-25T23:04:21.845Z] #14 51.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
23:04:21 [2022-03-25T23:04:21.845Z] #14 51.92 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:04:26 [2022-03-25T23:04:26.017Z] #14 ...
23:04:26 [2022-03-25T23:04:26.017Z] 
23:04:26 [2022-03-25T23:04:26.017Z] #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
23:04:26 [2022-03-25T23:04:26.017Z] #40 sha256:d8f60fe7c2e5b05e696680bb7eae736a9528bc242fc0add2f1f511b8d4c76ea8
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + RM_GOPATH=0
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + TMP_GOPATH=
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + : /build
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + '[' -z '' ']'
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 ++ mktemp -d
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + export GOPATH=/tmp/tmp.ma9HZf6L6Q
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + GOPATH=/tmp/tmp.ma9HZf6L6Q
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + RM_GOPATH=1
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 + case "$(go env GOARCH)" in
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.128 ++ go env GOARCH
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + export GO_BUILDMODE=-buildmode=pie
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + GO_BUILDMODE=-buildmode=pie
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 ++ dirname /install.sh
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + dir=/
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + bin=tini
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + shift
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + '[' '!' -f //tini.installer ']'
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + . //tini.installer
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 ++ : v0.19.0
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + install_tini
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + echo 'Install tini version v0.19.0'
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 + git clone https://github.com/krallin/tini.git /tmp/tmp.ma9HZf6L6Q/tini
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 Cloning into '/tmp/tmp.ma9HZf6L6Q/tini'...
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.136 Install tini version v0.19.0
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.796 + cd /tmp/tmp.ma9HZf6L6Q/tini
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.796 + git checkout -q v0.19.0
23:04:26 [2022-03-25T23:04:26.017Z] #40 4.815 + cmake .
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.182 -- The C compiler identification is GNU 10.2.1
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.291 -- Detecting C compiler ABI info
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.654 -- Detecting C compiler ABI info - done
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.755 -- Check for working C compiler: /usr/bin/cc - skipped
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.755 -- Detecting C compile features
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.758 -- Detecting C compile features - done
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.794 -- Performing Test HAS_BUILTIN_FORTIFY
23:04:26 [2022-03-25T23:04:26.017Z] #40 5.963 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:04:26 [2022-03-25T23:04:26.017Z] #40 6.060 -- Configuring done
23:04:26 [2022-03-25T23:04:26.017Z] #40 6.060 -- Generating done
23:04:26 [2022-03-25T23:04:26.017Z] #40 6.060 -- Build files have been written to: /tmp/tmp.ma9HZf6L6Q/tini
23:04:26 [2022-03-25T23:04:26.017Z] #40 6.074 + make tini-static
23:04:26 [2022-03-25T23:04:26.017Z] #40 6.392 Scanning dependencies of target tini-static
23:04:26 [2022-03-25T23:04:26.017Z] #40 6.495 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:04:26 [2022-03-25T23:04:26.017Z] #40 7.551 [100%] Linking C executable tini-static
23:04:26 [2022-03-25T23:04:26.017Z] #40 8.038 [100%] Built target tini-static
23:04:26 [2022-03-25T23:04:26.017Z] #40 8.113 + mkdir -p /build
23:04:26 [2022-03-25T23:04:26.017Z] #40 8.113 + cp tini-static /build/docker-init
23:04:27 [2022-03-25T23:04:27.911Z] #40 DONE 9.7s
23:04:27 [2022-03-25T23:04:27.911Z] 
23:04:27 [2022-03-25T23:04:27.911Z] #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
23:04:27 [2022-03-25T23:04:27.911Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:04:27 [2022-03-25T23:04:27.911Z] #14 58.95 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
23:04:27 [2022-03-25T23:04:27.911Z] #14 58.95 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:04:27 [2022-03-25T23:04:27.911Z] #14 58.95 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:04:37 [2022-03-25T23:04:37.864Z] #14 ...
23:04:37 [2022-03-25T23:04:37.864Z] 
23:04:37 [2022-03-25T23:04:37.864Z] #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
23:04:37 [2022-03-25T23:04:37.864Z] #60 sha256:522ef20ee99ac3bb261960a90bf43150db6960a6303b49fc8e80780de70563e3
23:04:37 [2022-03-25T23:04:37.864Z] #60 39.38 Updating files:  67% (3142/4623)
Updating files:  68% (3144/4623)
Updating files:  69% (3190/4623)
Updating files:  70% (3237/4623)
Updating files:  71% (3283/4623)
Updating files:  72% (3329/4623)
Updating files:  73% (3375/4623)
Updating files:  74% (3422/4623)
Updating files:  75% (3468/4623)
Updating files:  76% (3514/4623)
Updating files:  77% (3560/4623)
Updating files:  78% (3606/4623)
Updating files:  79% (3653/4623)
Updating files:  80% (3699/4623)
Updating files:  81% (3745/4623)
Updating files:  82% (3791/4623)
Updating files:  83% (3838/4623)
Updating files:  84% (3884/4623)
Updating files:  85% (3930/4623)
Updating files:  86% (3976/4623)
Updating files:  87% (4023/4623)
Updating files:  88% (4069/4623)
Updating files:  89% (4115/4623)
Updating files:  90% (4161/4623)
Updating files:  91% (4207/4623)
Updating files:  92% (4254/4623)
Updating files:  93% (4300/4623)
Updating files:  94% (4346/4623)
Updating files:  95% (4392/4623)
Updating files:  96% (4439/4623)
Updating files:  97% (4485/4623)
Updating files:  98% (4531/4623)
Updating files:  99% (4577/4623)
Updating files: 100% (4623/4623)
Updating files: 100% (4623/4623), done.
23:04:37 [2022-03-25T23:04:37.865Z] #60 40.22 + cd /tmp/tmp.5yiD7RUJ8f/src/github.com/containerd/containerd
23:04:37 [2022-03-25T23:04:37.865Z] #60 40.22 + git checkout -q v1.6.2
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + export 'BUILDTAGS=netgo osusergo static_build'
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + BUILDTAGS='netgo osusergo static_build'
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + export EXTRA_FLAGS=-buildmode=pie
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + EXTRA_FLAGS=-buildmode=pie
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + '[' '' = dynamic ']'
23:04:38 [2022-03-25T23:04:38.428Z] #60 41.05 + make
23:04:39 [2022-03-25T23:04:39.798Z] #60 42.42 + bin/ctr
23:04:47 [2022-03-25T23:04:47.900Z] #60 ...
23:04:47 [2022-03-25T23:04:47.900Z] 
23:04:47 [2022-03-25T23:04:47.900Z] #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
23:04:47 [2022-03-25T23:04:47.900Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:04:47 [2022-03-25T23:04:47.900Z] #14 69.42 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
23:04:47 [2022-03-25T23:04:47.900Z] #14 69.42 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:04:47 [2022-03-25T23:04:47.900Z] #14 69.43 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:04:47 [2022-03-25T23:04:47.900Z] #14 74.27 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
23:04:47 [2022-03-25T23:04:47.900Z] #14 74.27 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
23:04:47 [2022-03-25T23:04:47.900Z] #14 74.28 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:04:47 [2022-03-25T23:04:47.900Z] #14 79.55 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
23:04:47 [2022-03-25T23:04:47.900Z] #14 79.56 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:04:47 [2022-03-25T23:04:47.900Z] #14 79.56 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:05:00 [2022-03-25T23:05:00.088Z] #14 90.12 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
23:05:00 [2022-03-25T23:05:00.088Z] #14 90.12 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:05:00 [2022-03-25T23:05:00.088Z] #14 90.13 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:05:01 [2022-03-25T23:05:01.456Z] #14 ...
23:05:01 [2022-03-25T23:05:01.456Z] 
23:05:01 [2022-03-25T23:05:01.456Z] #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
23:05:01 [2022-03-25T23:05:01.456Z] #63 sha256:ee6b0f60dfd2b0d17bb307f1d3b7e0996dc8c0565168098c29301b8360aaf35c
23:05:01 [2022-03-25T23:05:01.456Z] #63 92.70 + for f in rootlesskit rootlesskit-docker-proxy
23:05:01 [2022-03-25T23:05:01.456Z] #63 92.70 + GOBIN=/build
23:05:01 [2022-03-25T23:05:01.456Z] #63 92.70 + GO111MODULE=on
23:05:01 [2022-03-25T23:05:01.456Z] #63 92.70 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@b25a0bad15d664c4ee8885ba622569425e918a68
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.67 rootlesskit version 0.14.6
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69 Usage of /build/rootlesskit-docker-proxy:
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69   -container-ip string
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69     	container ip
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69   -container-port int
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69     	container port (default -1)
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69   -host-ip string
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69     	host ip
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69   -host-port int
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69     	host port (default -1)
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69   -proto string
23:05:06 [2022-03-25T23:05:06.888Z] #63 97.69     	proxy protocol (default "tcp")
23:05:06 [2022-03-25T23:05:06.888Z] #63 ...
23:05:06 [2022-03-25T23:05:06.888Z] 
23:05:06 [2022-03-25T23:05:06.888Z] #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
23:05:06 [2022-03-25T23:05:06.888Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.43 Selecting previously unselected package g++-mingw-w64-x86-64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.44 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.46 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.58 Selecting previously unselected package libapparmor1:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.58 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.59 Unpacking libapparmor1:amd64 (2.13.6-10) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.67 Selecting previously unselected package libapparmor-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.67 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.67 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.80 Selecting previously unselected package libbtrfs0:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.81 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 94.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.06 Selecting previously unselected package libbtrfs-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.07 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.09 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.19 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.19 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.20 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.26 Selecting previously unselected package libudev-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.27 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.28 Unpacking libudev-dev:amd64 (247.3-6) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.39 Selecting previously unselected package libsepol1-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.41 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.42 Unpacking libsepol1-dev:amd64 (3.1-1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.70 Selecting previously unselected package libpcre2-16-0:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.70 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.71 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.86 Selecting previously unselected package libpcre2-32-0:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.86 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 95.87 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.02 Selecting previously unselected package libpcre2-posix2:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.02 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.02 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.09 Selecting previously unselected package libpcre2-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.13 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.13 Unpacking libpcre2-dev:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.57 Selecting previously unselected package libselinux1-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.59 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.59 Unpacking libselinux1-dev:amd64 (3.1-3) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.84 Selecting previously unselected package libdevmapper-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.84 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.84 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.93 Selecting previously unselected package libseccomp-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.93 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 96.94 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.13 Selecting previously unselected package libsystemd-dev:amd64.
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.13 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.14 Unpacking libsystemd-dev:amd64 (247.3-6) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.68 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.70 Setting up libapparmor1:amd64 (2.13.6-10) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.72 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.75 Setting up libsepol1-dev:amd64 (3.1-1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.76 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.77 Setting up libpcre2-16-0:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.79 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.81 Setting up libpcre2-32-0:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.82 Setting up libudev-dev:amd64 (247.3-6) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.84 Setting up libpcre2-posix2:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.85 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.86 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.89 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.92 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.93 Setting up mingw-w64-common (8.0.0-1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.95 Setting up libsystemd-dev:amd64 (247.3-6) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.96 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 97.98 Setting up libpcre2-dev:amd64 (10.36-2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.00 Setting up libselinux1-dev:amd64 (3.1-3) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.01 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.02 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.03 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
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.05 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.06 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
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.06 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.08 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.09 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
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.10 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.14 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:05:06 [2022-03-25T23:05:06.888Z] #14 98.83 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:05:07 [2022-03-25T23:05:07.457Z] #14 99.27 Setting up dmsetup (2:1.02.175-2.1) ...
23:05:07 [2022-03-25T23:05:07.733Z] #14 99.33 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:05:07 [2022-03-25T23:05:07.733Z] #14 99.37 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:05:07 [2022-03-25T23:05:07.989Z] #14 99.84 Processing triggers for libc-bin (2.31-13+deb11u2) ...
23:05:08 [2022-03-25T23:05:08.619Z] #14 ...
23:05:08 [2022-03-25T23:05:08.619Z] 
23:05:08 [2022-03-25T23:05:08.619Z] #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
23:05:08 [2022-03-25T23:05:08.619Z] #63 sha256:ee6b0f60dfd2b0d17bb307f1d3b7e0996dc8c0565168098c29301b8360aaf35c
23:05:08 [2022-03-25T23:05:08.619Z] #63 DONE 100.1s
23:05:08 [2022-03-25T23:05:08.879Z] 
23:05:08 [2022-03-25T23:05:08.879Z] #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
23:05:08 [2022-03-25T23:05:08.879Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40
23:05:08 [2022-03-25T23:05:08.879Z] #14 DONE 100.5s
23:05:08 [2022-03-25T23:05:08.879Z] 
23:05:08 [2022-03-25T23:05:08.879Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
23:05:08 [2022-03-25T23:05:08.879Z] #55 sha256:5ab33a1731e78d4c974f033cf823a6bdc9951990337a47e29d85851d59c4ba01
23:05:09 [2022-03-25T23:05:09.135Z] #55 DONE 0.4s
23:05:09 [2022-03-25T23:05:09.135Z] 
23:05:09 [2022-03-25T23:05:09.135Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
23:05:09 [2022-03-25T23:05:09.135Z] #64 sha256:459243a001819bb513d232b844e6694a85c08b413648b1c864d15be6d7d53e5b
23:05:09 [2022-03-25T23:05:09.135Z] #64 DONE 0.3s
23:05:09 [2022-03-25T23:05:09.135Z] 
23:05:09 [2022-03-25T23:05:09.135Z] #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
23:05:09 [2022-03-25T23:05:09.135Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:05:09 [2022-03-25T23:05:09.135Z] #56 ...
23:05:09 [2022-03-25T23:05:09.135Z] 
23:05:09 [2022-03-25T23:05:09.135Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
23:05:09 [2022-03-25T23:05:09.135Z] #65 sha256:c56b8a44dd7a3cea5890b3c324dbc8692c877f5caff797ae286b5367cd259db9
23:05:09 [2022-03-25T23:05:09.135Z] #65 DONE 0.2s
23:05:09 [2022-03-25T23:05:09.394Z] 
23:05:09 [2022-03-25T23:05:09.394Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
23:05:09 [2022-03-25T23:05:09.394Z] #15 sha256:c505cf88f2c11a477c01732985c980b7a4bad2f2e925564d96038ac347e7697a
23:05:12 [2022-03-25T23:05:12.668Z] #15 DONE 3.8s
23:05:12 [2022-03-25T23:05:12.668Z] 
23:05:12 [2022-03-25T23:05:12.668Z] #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
23:05:12 [2022-03-25T23:05:12.668Z] #16 sha256:e5f2e9df0889fbd308f1e94d16609c02dc1e378e4267bba0097132799a7dfd14
23:05:15 [2022-03-25T23:05:15.186Z] #16 DONE 2.7s
23:05:15 [2022-03-25T23:05:15.186Z] 
23:05:15 [2022-03-25T23:05:15.186Z] #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
23:05:15 [2022-03-25T23:05:15.186Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.242 + RM_GOPATH=0
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.245 + TMP_GOPATH=
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.245 + : /build
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + '[' -z '' ']'
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 ++ mktemp -d
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + export GOPATH=/tmp/tmp.znfHIuicMJ
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + GOPATH=/tmp/tmp.znfHIuicMJ
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + RM_GOPATH=1
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + case "$(go env GOARCH)" in
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 ++ go env GOARCH
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + export GO_BUILDMODE=-buildmode=pie
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + GO_BUILDMODE=-buildmode=pie
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 ++ dirname /install.sh
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + dir=/
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + bin=runc
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + shift
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + '[' '!' -f //runc.installer ']'
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + . //runc.installer
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 ++ set -e
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 ++ : v1.1.0
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + install_runc
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + RUNC_BUILDTAGS=seccomp
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + echo 'Install runc version v1.1.0 (build tags: seccomp)'
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.znfHIuicMJ/src/github.com/opencontainers/runc
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 Cloning into '/tmp/tmp.znfHIuicMJ/src/github.com/opencontainers/runc'...
23:05:15 [2022-03-25T23:05:15.186Z] #56 3.292 Install runc version v1.1.0 (build tags: seccomp)
23:05:17 [2022-03-25T23:05:17.076Z] #56 ...
23:05:17 [2022-03-25T23:05:17.076Z] 
23:05:17 [2022-03-25T23:05:17.076Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:05:17 [2022-03-25T23:05:17.076Z] #17 sha256:6c3017b824fd9d20795004b28106b57a45cfc30e5b1a1affc2c4a76c5e855540
23:05:17 [2022-03-25T23:05:17.076Z] #17 1.716 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:05:17 [2022-03-25T23:05:17.076Z] #17 DONE 1.8s
23:05:17 [2022-03-25T23:05:17.076Z] 
23:05:17 [2022-03-25T23:05:17.076Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:05:17 [2022-03-25T23:05:17.076Z] #18 sha256:4dd6ce380dd536bd07ae44eb4322ad04bd1f19950b261d272e85179f7319129e
23:05:18 [2022-03-25T23:05:18.442Z] #18 DONE 1.6s
23:05:18 [2022-03-25T23:05:18.442Z] 
23:05:18 [2022-03-25T23:05:18.442Z] #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
23:05:18 [2022-03-25T23:05:18.442Z] #60 sha256:522ef20ee99ac3bb261960a90bf43150db6960a6303b49fc8e80780de70563e3
23:05:18 [2022-03-25T23:05:18.699Z] #60 ...
23:05:18 [2022-03-25T23:05:18.699Z] 
23:05:18 [2022-03-25T23:05:18.699Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:05:18 [2022-03-25T23:05:18.699Z] #19 sha256:e9f05ab2af674ce426c52419e26426100a80ef44e1fa94d3dd9573a93e3f0813
23:05:20 [2022-03-25T23:05:20.066Z] #19 DONE 1.3s
23:05:20 [2022-03-25T23:05:20.066Z] 
23:05:20 [2022-03-25T23:05:20.066Z] #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
23:05:20 [2022-03-25T23:05:20.066Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:05:20 [2022-03-25T23:05:20.066Z] #56 ...
23:05:20 [2022-03-25T23:05:20.066Z] 
23:05:20 [2022-03-25T23:05:20.066Z] #20 [dev-systemd-false  6/24] RUN ldconfig
23:05:20 [2022-03-25T23:05:20.066Z] #20 sha256:3ec2c35bc748e4776ceab7babc9ba1eebed3e3d306f6907bf3e3fefee8a9153b
23:05:21 [2022-03-25T23:05:21.959Z] #20 DONE 1.7s
23:05:21 [2022-03-25T23:05:21.959Z] 
23:05:21 [2022-03-25T23:05:21.959Z] #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
23:05:21 [2022-03-25T23:05:21.959Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf
23:05:23 [2022-03-25T23:05:23.326Z] #21 1.807 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:05:23 [2022-03-25T23:05:23.584Z] #21 2.012 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
23:05:23 [2022-03-25T23:05:23.584Z] #21 2.020 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
23:05:23 [2022-03-25T23:05:23.840Z] #21 2.287 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
23:05:24 [2022-03-25T23:05:24.404Z] #21 3.003 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB]
23:05:25 [2022-03-25T23:05:25.776Z] #21 4.091 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
23:05:29 [2022-03-25T23:05:29.050Z] #21 ...
23:05:29 [2022-03-25T23:05:29.050Z] 
23:05:29 [2022-03-25T23:05:29.050Z] #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
23:05:29 [2022-03-25T23:05:29.050Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0
23:05:29 [2022-03-25T23:05:29.050Z] #34 DONE 120.2s
23:05:29 [2022-03-25T23:05:29.050Z] 
23:05:29 [2022-03-25T23:05:29.050Z] #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
23:05:29 [2022-03-25T23:05:29.050Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:05:29 [2022-03-25T23:05:29.050Z] #56 11.88 + cd /tmp/tmp.znfHIuicMJ/src/github.com/opencontainers/runc
23:05:29 [2022-03-25T23:05:29.050Z] #56 11.88 + git checkout -q v1.1.0
23:05:29 [2022-03-25T23:05:29.050Z] #56 12.35 + '[' -z '' ']'
23:05:29 [2022-03-25T23:05:29.050Z] #56 12.35 + target=static
23:05:29 [2022-03-25T23:05:29.050Z] #56 12.35 + make BUILDTAGS=seccomp static
23:05:29 [2022-03-25T23:05:29.050Z] #56 12.64 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 .
23:05:29 [2022-03-25T23:05:29.050Z] #56 ...
23:05:29 [2022-03-25T23:05:29.050Z] 
23:05:29 [2022-03-25T23:05:29.050Z] #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
23:05:29 [2022-03-25T23:05:29.050Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf
23:05:29 [2022-03-25T23:05:29.050Z] #21 7.487 Fetched 8508 kB in 6s (1430 kB/s)
23:05:31 [2022-03-25T23:05:31.572Z] #21 7.487 Reading package lists...
23:05:34 [2022-03-25T23:05:34.092Z] #21 10.06 Reading package lists...
23:05:34 [2022-03-25T23:05:34.092Z] #21 12.21 Building dependency tree...
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.18 The following additional packages will be installed:
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   python3-pkg-resources vim-runtime xxd
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19 Suggested packages:
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   acl attr quota
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19 Recommended packages:
23:05:35 [2022-03-25T23:05:35.024Z] #21 13.19   libatm1 nftables libpam-cap build-essential python3-dev unzip
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.30 The following NEW packages will be installed:
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   python3-pkg-resources python3-setuptools python3-wheel sudo
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
23:05:35 [2022-03-25T23:05:35.955Z] #21 14.31   xz-utils zip zstd
23:05:36 [2022-03-25T23:05:36.211Z] #21 14.61 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.61 Need to get 27.6 MB of archives.
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.61 After this operation, 106 MB of additional disk space will be used.
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.65 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.69 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.70 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.70 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.71 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.73 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.74 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.76 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.76 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.76 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.77 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.77 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
23:05:36 [2022-03-25T23:05:36.212Z] #21 14.82 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.13 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.13 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.13 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.13 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.13 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.14 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.20 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.20 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.20 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.21 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.21 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.23 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.23 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.27 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.28 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
23:05:36 [2022-03-25T23:05:36.775Z] #21 15.28 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
23:05:37 [2022-03-25T23:05:37.032Z] #21 15.52 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
23:05:37 [2022-03-25T23:05:37.289Z] #21 15.56 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
23:05:37 [2022-03-25T23:05:37.289Z] #21 15.57 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
23:05:37 [2022-03-25T23:05:37.289Z] #21 15.58 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
23:05:37 [2022-03-25T23:05:37.545Z] #21 16.06 debconf: delaying package configuration, since apt-utils is not installed
23:05:37 [2022-03-25T23:05:37.803Z] #21 16.16 Fetched 27.6 MB in 1s (21.9 MB/s)
23:05:37 [2022-03-25T23:05:37.803Z] #21 16.21 Selecting previously unselected package pigz.
23:05:37 [2022-03-25T23:05:37.803Z] #21 16.21 (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.)
23:05:37 [2022-03-25T23:05:37.803Z] #21 16.26 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
23:05:37 [2022-03-25T23:05:37.803Z] #21 16.27 Unpacking pigz (2.6-1) ...
23:05:37 [2022-03-25T23:05:37.803Z] #21 16.36 Selecting previously unselected package libelf1:amd64.
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.37 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.38 Unpacking libelf1:amd64 (0.183-1) ...
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.52 Selecting previously unselected package libbpf0:amd64.
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.52 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.53 Unpacking libbpf0:amd64 (1:0.3-2) ...
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.63 Selecting previously unselected package libcap2:amd64.
23:05:38 [2022-03-25T23:05:38.060Z] #21 16.63 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.63 Unpacking libcap2:amd64 (1:2.44-1) ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.68 Selecting previously unselected package libmnl0:amd64.
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.70 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.70 Unpacking libmnl0:amd64 (1.0.4-3) ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.77 Selecting previously unselected package libxtables12:amd64.
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.77 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.77 Unpacking libxtables12:amd64 (1.8.7-1) ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.82 Selecting previously unselected package libcap2-bin.
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.83 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.316Z] #21 16.83 Unpacking libcap2-bin (1:2.44-1) ...
23:05:38 [2022-03-25T23:05:38.587Z] #21 16.91 Selecting previously unselected package iproute2.
23:05:38 [2022-03-25T23:05:38.587Z] #21 16.91 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.587Z] #21 16.92 Unpacking iproute2 (5.10.0-4) ...
23:05:38 [2022-03-25T23:05:38.844Z] #21 17.34 Selecting previously unselected package xxd.
23:05:38 [2022-03-25T23:05:38.844Z] #21 17.35 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:05:38 [2022-03-25T23:05:38.844Z] #21 17.35 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:05:39 [2022-03-25T23:05:39.101Z] #21 17.47 Selecting previously unselected package vim-common.
23:05:39 [2022-03-25T23:05:39.101Z] #21 17.48 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:05:39 [2022-03-25T23:05:39.101Z] #21 17.49 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:05:39 [2022-03-25T23:05:39.358Z] #21 17.60 Selecting previously unselected package bash-completion.
23:05:39 [2022-03-25T23:05:39.358Z] #21 17.60 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
23:05:40 [2022-03-25T23:05:40.983Z] #21 19.24 Unpacking bash-completion (1:2.11-2) ...
23:05:41 [2022-03-25T23:05:41.239Z] #21 19.63 Selecting previously unselected package bzip2.
23:05:41 [2022-03-25T23:05:41.240Z] #21 19.63 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
23:05:41 [2022-03-25T23:05:41.240Z] #21 19.63 Unpacking bzip2 (1.0.8-4) ...
23:05:41 [2022-03-25T23:05:41.240Z] #21 19.73 Selecting previously unselected package xz-utils.
23:05:41 [2022-03-25T23:05:41.240Z] #21 19.73 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
23:05:41 [2022-03-25T23:05:41.240Z] #21 19.73 Unpacking xz-utils (5.2.5-2) ...
23:05:41 [2022-03-25T23:05:41.496Z] #21 19.88 Selecting previously unselected package apparmor.
23:05:41 [2022-03-25T23:05:41.496Z] #21 19.88 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
23:05:41 [2022-03-25T23:05:41.496Z] #21 19.94 Unpacking apparmor (2.13.6-10) ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.28 Selecting previously unselected package inetutils-ping.
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.29 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.29 Unpacking inetutils-ping (2:2.0-1) ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.39 Selecting previously unselected package libip4tc2:amd64.
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.39 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.40 Unpacking libip4tc2:amd64 (1.8.7-1) ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.46 Selecting previously unselected package libip6tc2:amd64.
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.46 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.46 Unpacking libip6tc2:amd64 (1.8.7-1) ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.51 Selecting previously unselected package libnfnetlink0:amd64.
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.52 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.52 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.59 Selecting previously unselected package libnetfilter-conntrack3:amd64.
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.59 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.010Z] #21 20.61 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:05:42 [2022-03-25T23:05:42.268Z] #21 20.69 Selecting previously unselected package libnftnl11:amd64.
23:05:42 [2022-03-25T23:05:42.268Z] #21 20.69 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.268Z] #21 20.70 Unpacking libnftnl11:amd64 (1.1.9-1) ...
23:05:42 [2022-03-25T23:05:42.524Z] #21 20.77 Selecting previously unselected package iptables.
23:05:42 [2022-03-25T23:05:42.524Z] #21 20.78 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.524Z] #21 20.78 Unpacking iptables (1.8.7-1) ...
23:05:42 [2022-03-25T23:05:42.781Z] #21 21.02 Selecting previously unselected package libonig5:amd64.
23:05:42 [2022-03-25T23:05:42.781Z] #21 21.03 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.781Z] #21 21.03 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:05:42 [2022-03-25T23:05:42.781Z] #21 21.18 Selecting previously unselected package libjq1:amd64.
23:05:42 [2022-03-25T23:05:42.781Z] #21 21.19 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
23:05:42 [2022-03-25T23:05:42.781Z] #21 21.19 Unpacking libjq1:amd64 (1.6-2.1) ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.29 Selecting previously unselected package jq.
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.29 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.30 Unpacking jq (1.6-2.1) ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.36 Selecting previously unselected package libaio1:amd64.
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.37 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.38 Unpacking libaio1:amd64 (0.3.112-9) ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.43 Selecting previously unselected package libgpm2:amd64.
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.44 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.45 Unpacking libgpm2:amd64 (1.20.7-8) ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.51 Selecting previously unselected package libicu67:amd64.
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.52 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
23:05:43 [2022-03-25T23:05:43.038Z] #21 21.52 Unpacking libicu67:amd64 (67.1-7) ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.52 Selecting previously unselected package libinih1:amd64.
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.52 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.54 Unpacking libinih1:amd64 (53-1+b2) ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.60 Selecting previously unselected package libnet1:amd64.
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.60 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.68 Selecting previously unselected package libnl-3-200:amd64.
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.69 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.70 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.77 Selecting previously unselected package libprotobuf-c1:amd64.
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.78 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.83 Selecting previously unselected package net-tools.
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.85 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
23:05:46 [2022-03-25T23:05:46.313Z] #21 24.85 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
23:05:46 [2022-03-25T23:05:46.570Z] #21 25.00 Selecting previously unselected package patch.
23:05:46 [2022-03-25T23:05:46.570Z] #21 25.01 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
23:05:46 [2022-03-25T23:05:46.570Z] #21 25.02 Unpacking patch (2.7.6-7) ...
23:05:46 [2022-03-25T23:05:46.826Z] #21 25.13 Selecting previously unselected package python-pip-whl.
23:05:46 [2022-03-25T23:05:46.826Z] #21 25.14 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
23:05:46 [2022-03-25T23:05:46.826Z] #21 25.15 Unpacking python-pip-whl (20.3.4-4) ...
23:05:47 [2022-03-25T23:05:47.082Z] #21 25.64 Selecting previously unselected package python3-lib2to3.
23:05:47 [2022-03-25T23:05:47.337Z] #21 25.64 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
23:05:47 [2022-03-25T23:05:47.338Z] #21 25.65 Unpacking python3-lib2to3 (3.9.2-1) ...
23:05:47 [2022-03-25T23:05:47.338Z] #21 25.76 Selecting previously unselected package python3-distutils.
23:05:47 [2022-03-25T23:05:47.338Z] #21 25.76 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
23:05:47 [2022-03-25T23:05:47.338Z] #21 25.77 Unpacking python3-distutils (3.9.2-1) ...
23:05:47 [2022-03-25T23:05:47.594Z] #21 25.89 Selecting previously unselected package python3-pkg-resources.
23:05:47 [2022-03-25T23:05:47.594Z] #21 25.91 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
23:05:47 [2022-03-25T23:05:47.594Z] #21 25.92 Unpacking python3-pkg-resources (52.0.0-4) ...
23:05:47 [2022-03-25T23:05:47.594Z] #21 26.04 Selecting previously unselected package python3-setuptools.
23:05:47 [2022-03-25T23:05:47.594Z] #21 26.04 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
23:05:47 [2022-03-25T23:05:47.594Z] #21 26.05 Unpacking python3-setuptools (52.0.0-4) ...
23:05:47 [2022-03-25T23:05:47.850Z] #21 26.32 Selecting previously unselected package python3-wheel.
23:05:47 [2022-03-25T23:05:47.850Z] #21 26.32 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
23:05:47 [2022-03-25T23:05:47.850Z] #21 26.33 Unpacking python3-wheel (0.34.2-1) ...
23:05:47 [2022-03-25T23:05:47.850Z] #21 26.40 Selecting previously unselected package python3-pip.
23:05:47 [2022-03-25T23:05:47.850Z] #21 26.41 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
23:05:47 [2022-03-25T23:05:47.850Z] #21 26.41 Unpacking python3-pip (20.3.4-4) ...
23:05:48 [2022-03-25T23:05:48.370Z] #21 26.62 Selecting previously unselected package sudo.
23:05:48 [2022-03-25T23:05:48.370Z] #21 26.62 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
23:05:48 [2022-03-25T23:05:48.370Z] #21 26.63 Unpacking sudo (1.9.5p2-3) ...
23:05:48 [2022-03-25T23:05:48.626Z] #21 27.11 Selecting previously unselected package thin-provisioning-tools.
23:05:48 [2022-03-25T23:05:48.626Z] #21 27.12 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
23:05:48 [2022-03-25T23:05:48.626Z] #21 27.15 Unpacking thin-provisioning-tools (0.9.0-1) ...
23:05:48 [2022-03-25T23:05:48.882Z] #21 27.36 Selecting previously unselected package uidmap.
23:05:48 [2022-03-25T23:05:48.882Z] #21 27.36 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
23:05:48 [2022-03-25T23:05:48.882Z] #21 27.37 Unpacking uidmap (1:4.8.1-1) ...
23:05:49 [2022-03-25T23:05:49.445Z] #21 27.90 Selecting previously unselected package vim-runtime.
23:05:49 [2022-03-25T23:05:49.445Z] #21 27.91 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
23:05:49 [2022-03-25T23:05:49.445Z] #21 27.94 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
23:05:49 [2022-03-25T23:05:49.702Z] #21 27.98 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
23:05:49 [2022-03-25T23:05:49.702Z] #21 28.00 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
23:05:52 [2022-03-25T23:05:52.222Z] #21 30.80 Selecting previously unselected package vim.
23:05:52 [2022-03-25T23:05:52.479Z] #21 30.80 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:05:52 [2022-03-25T23:05:52.479Z] #21 30.82 Unpacking vim (2:8.2.2434-3+deb11u1) ...
23:05:52 [2022-03-25T23:05:52.735Z] #21 31.36 Selecting previously unselected package xfsprogs.
23:05:52 [2022-03-25T23:05:52.992Z] #21 31.36 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
23:05:52 [2022-03-25T23:05:52.992Z] #21 31.37 Unpacking xfsprogs (5.10.0-4) ...
23:05:53 [2022-03-25T23:05:53.506Z] #21 31.76 Selecting previously unselected package zip.
23:05:53 [2022-03-25T23:05:53.506Z] #21 31.77 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
23:05:53 [2022-03-25T23:05:53.506Z] #21 31.78 Unpacking zip (3.0-12) ...
23:05:53 [2022-03-25T23:05:53.506Z] #21 31.90 Selecting previously unselected package zstd.
23:05:53 [2022-03-25T23:05:53.506Z] #21 31.90 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
23:05:53 [2022-03-25T23:05:53.506Z] #21 31.91 Unpacking zstd (1.4.8+dfsg-2.1) ...
23:05:53 [2022-03-25T23:05:53.762Z] #21 32.17 Setting up python3-pkg-resources (52.0.0-4) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.01 Setting up libip4tc2:amd64 (1.8.7-1) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.02 Setting up net-tools (1.60+git20181103.0eebece-1) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.04 Setting up libgpm2:amd64 (1.20.7-8) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.06 Setting up libicu67:amd64 (67.1-7) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.08 Setting up libip6tc2:amd64 (1.8.7-1) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.11 Setting up libinih1:amd64 (53-1+b2) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.14 Setting up uidmap (1:4.8.1-1) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.17 Setting up bzip2 (1.0.8-4) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:05:54 [2022-03-25T23:05:54.693Z] #21 33.20 Setting up python3-wheel (0.34.2-1) ...
23:05:55 [2022-03-25T23:05:55.256Z] #21 33.70 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:05:55 [2022-03-25T23:05:55.256Z] #21 33.71 Setting up libcap2:amd64 (1:2.44-1) ...
23:05:55 [2022-03-25T23:05:55.256Z] #21 33.72 Setting up libcap2-bin (1:2.44-1) ...
23:05:55 [2022-03-25T23:05:55.256Z] #21 33.73 Setting up apparmor (2.13.6-10) ...
23:05:56 [2022-03-25T23:05:56.626Z] #21 35.16 Setting up zip (3.0-12) ...
23:05:56 [2022-03-25T23:05:56.884Z] #21 35.17 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:05:56 [2022-03-25T23:05:56.884Z] #21 35.20 Setting up bash-completion (1:2.11-2) ...
23:05:58 [2022-03-25T23:05:58.778Z] #21 36.96 Setting up xz-utils (5.2.5-2) ...
23:05:58 [2022-03-25T23:05:58.778Z] #21 36.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:05:58 [2022-03-25T23:05:58.778Z] #21 36.99 Setting up libmnl0:amd64 (1.0.4-3) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.00 Setting up patch (2.7.6-7) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.01 Setting up sudo (1.9.5p2-3) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.07 invoke-rc.d: could not determine current runlevel
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.08 invoke-rc.d: policy-rc.d denied execution of start.
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.09 Setting up xfsprogs (5.10.0-4) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.10 Setting up libxtables12:amd64 (1.8.7-1) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.11 Setting up inetutils-ping (2:2.0-1) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.12 Setting up pigz (2.6-1) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.14 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.19 Setting up python-pip-whl (20.3.4-4) ...
23:05:58 [2022-03-25T23:05:58.779Z] #21 37.21 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
23:05:59 [2022-03-25T23:05:59.342Z] #21 37.70 Setting up libaio1:amd64 (0.3.112-9) ...
23:05:59 [2022-03-25T23:05:59.342Z] #21 37.71 Setting up python3-lib2to3 (3.9.2-1) ...
23:05:59 [2022-03-25T23:05:59.598Z] #21 38.09 Setting up libelf1:amd64 (0.183-1) ...
23:05:59 [2022-03-25T23:05:59.853Z] #21 38.12 Setting up zstd (1.4.8+dfsg-2.1) ...
23:05:59 [2022-03-25T23:05:59.853Z] #21 38.13 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:05:59 [2022-03-25T23:05:59.853Z] #21 38.14 Setting up python3-distutils (3.9.2-1) ...
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.51 Setting up vim (2:8.2.2434-3+deb11u1) ...
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:06:00 [2022-03-25T23:06:00.109Z] #21 38.60 Setting up python3-setuptools (52.0.0-4) ...
23:06:01 [2022-03-25T23:06:01.476Z] #21 39.82 Setting up libjq1:amd64 (1.6-2.1) ...
23:06:01 [2022-03-25T23:06:01.476Z] #21 39.85 Setting up libnftnl11:amd64 (1.1.9-1) ...
23:06:01 [2022-03-25T23:06:01.476Z] #21 39.87 Setting up thin-provisioning-tools (0.9.0-1) ...
23:06:01 [2022-03-25T23:06:01.476Z] #21 39.91 Setting up python3-pip (20.3.4-4) ...
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.04 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.06 Setting up jq (1.6-2.1) ...
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.07 Setting up libbpf0:amd64 (1:0.3-2) ...
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.09 Setting up iptables (1.8.7-1) ...
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.14 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.15 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
23:06:02 [2022-03-25T23:06:02.842Z] #21 41.16 Setting up iproute2 (5.10.0-4) ...
23:06:03 [2022-03-25T23:06:03.098Z] #21 41.54 Processing triggers for libc-bin (2.31-13+deb11u2) ...
23:06:03 [2022-03-25T23:06:03.661Z] #21 DONE 42.0s
23:06:03 [2022-03-25T23:06:03.661Z] 
23:06:03 [2022-03-25T23:06:03.661Z] #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
23:06:03 [2022-03-25T23:06:03.661Z] #22 sha256:3c83af30fca832735bfd83c9782fe9f8cf31bc6f10a2b933d505cc16da7d1f46
23:06:05 [2022-03-25T23:06:05.031Z] #22 1.370 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
23:06:05 [2022-03-25T23:06:05.032Z] #22 1.374 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
23:06:05 [2022-03-25T23:06:05.032Z] #22 1.378 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
23:06:05 [2022-03-25T23:06:05.032Z] #22 DONE 1.4s
23:06:05 [2022-03-25T23:06:05.032Z] 
23:06:05 [2022-03-25T23:06:05.032Z] #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
23:06:05 [2022-03-25T23:06:05.032Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca
23:06:05 [2022-03-25T23:06:05.032Z] #51 ...
23:06:05 [2022-03-25T23:06:05.032Z] 
23:06:05 [2022-03-25T23:06:05.032Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
23:06:05 [2022-03-25T23:06:05.032Z] #23 sha256:27129f8cec1cabab546c25f38936e9b0bf96767a754124cc5a0beaef6f28b999
23:06:15 [2022-03-25T23:06:15.122Z] #23 9.927 Collecting yamllint==1.26.1
23:06:16 [2022-03-25T23:06:16.049Z] #23 10.98   Downloading yamllint-1.26.1.tar.gz (126 kB)
23:06:17 [2022-03-25T23:06:17.416Z] #23 12.03 Collecting pathspec>=0.5.3
23:06:17 [2022-03-25T23:06:17.416Z] #23 12.04   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
23:06:17 [2022-03-25T23:06:17.416Z] #23 12.40 Collecting pyyaml
23:06:17 [2022-03-25T23:06:17.416Z] #23 12.42   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)
23:06:17 [2022-03-25T23:06:17.674Z] #23 12.54 Building wheels for collected packages: yamllint
23:06:17 [2022-03-25T23:06:17.674Z] #23 12.54   Building wheel for yamllint (setup.py): started
23:06:18 [2022-03-25T23:06:18.604Z] #23 13.48   Building wheel for yamllint (setup.py): finished with status 'done'
23:06:18 [2022-03-25T23:06:18.604Z] #23 13.49   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a95b7f975a1ddca39ec613b8b39f10ea8b313d3bb52da7a1a088ba0dd4b59b12
23:06:18 [2022-03-25T23:06:18.604Z] #23 13.49   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
23:06:18 [2022-03-25T23:06:18.604Z] #23 13.49 Successfully built yamllint
23:06:18 [2022-03-25T23:06:18.604Z] #23 13.53 Installing collected packages: pyyaml, pathspec, yamllint
23:06:18 [2022-03-25T23:06:18.861Z] #23 13.92 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
23:06:19 [2022-03-25T23:06:19.424Z] #23 DONE 14.3s
23:06:19 [2022-03-25T23:06:19.425Z] 
23:06:19 [2022-03-25T23:06:19.425Z] #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
23:06:19 [2022-03-25T23:06:19.425Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:06:19 [2022-03-25T23:06:19.425Z] #56 ...
23:06:19 [2022-03-25T23:06:19.425Z] 
23:06:19 [2022-03-25T23:06:19.425Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
23:06:19 [2022-03-25T23:06:19.425Z] #27 sha256:547101242e5990f905ff9d8720e26ffafd50e01fec03f639fed14c3089d78876
23:06:19 [2022-03-25T23:06:19.682Z] #27 DONE 0.3s
23:06:19 [2022-03-25T23:06:19.682Z] 
23:06:19 [2022-03-25T23:06:19.682Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
23:06:19 [2022-03-25T23:06:19.682Z] #32 sha256:b5579631e84f2d70499fbd1d07f2d319b1d89524a188e7123791ac3418c0c7eb
23:06:20 [2022-03-25T23:06:20.613Z] #32 DONE 0.7s
23:06:20 [2022-03-25T23:06:20.613Z] 
23:06:20 [2022-03-25T23:06:20.613Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
23:06:20 [2022-03-25T23:06:20.613Z] #35 sha256:2fa11cff5c2afed28d2e6e6517da5f8adff125858acdcb35dc4320a745d15a46
23:06:20 [2022-03-25T23:06:20.872Z] #35 DONE 0.4s
23:06:20 [2022-03-25T23:06:20.872Z] 
23:06:20 [2022-03-25T23:06:20.872Z] #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
23:06:20 [2022-03-25T23:06:20.872Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:06:20 [2022-03-25T23:06:20.872Z] #56 ...
23:06:20 [2022-03-25T23:06:20.872Z] 
23:06:20 [2022-03-25T23:06:20.872Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
23:06:20 [2022-03-25T23:06:20.872Z] #37 sha256:d9b004e132421107b9b539f4d29187bf7d7137ff3a6b87adfb1081c38d502e8c
23:06:20 [2022-03-25T23:06:20.872Z] #37 DONE 0.1s
23:06:21 [2022-03-25T23:06:21.129Z] 
23:06:21 [2022-03-25T23:06:21.129Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
23:06:21 [2022-03-25T23:06:21.129Z] #41 sha256:55da55679478d6519f830a3991b3414dde2434d2718c46e769eec699ae1edc35
23:06:21 [2022-03-25T23:06:21.129Z] #41 DONE 0.1s
23:06:21 [2022-03-25T23:06:21.129Z] 
23:06:21 [2022-03-25T23:06:21.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
23:06:21 [2022-03-25T23:06:21.129Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:06:33 [2022-03-25T23:06:33.311Z] #56 ...
23:06:33 [2022-03-25T23:06:33.311Z] 
23:06:33 [2022-03-25T23:06:33.311Z] #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
23:06:33 [2022-03-25T23:06:33.311Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c
23:06:33 [2022-03-25T23:06:33.311Z] #43 183.3 + dpkg --print-architecture
23:06:33 [2022-03-25T23:06:33.311Z] #43 183.3 + git checkout -q v2.1.0
23:06:33 [2022-03-25T23:06:33.311Z] #43 183.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
23:06:33 [2022-03-25T23:06:33.311Z] #43 183.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:06:55 [2022-03-25T23:06:55.211Z] #43 DONE 205.4s
23:06:55 [2022-03-25T23:06:55.211Z] 
23:06:55 [2022-03-25T23:06:55.211Z] #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
23:06:55 [2022-03-25T23:06:55.211Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:06:55 [2022-03-25T23:06:55.775Z] #56 ...
23:06:55 [2022-03-25T23:06:55.775Z] 
23:06:55 [2022-03-25T23:06:55.775Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
23:06:55 [2022-03-25T23:06:55.775Z] #44 sha256:997a3ea15329001e812dbe58bb62a1fd894e67ddd670ef6ec36281414974d217
23:06:56 [2022-03-25T23:06:56.336Z] #44 DONE 0.6s
23:06:56 [2022-03-25T23:06:56.336Z] 
23:06:56 [2022-03-25T23:06:56.336Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
23:06:56 [2022-03-25T23:06:56.336Z] #48 sha256:974eca36d0807816fd19e99a35ee993dec66cee7aaf140481cbeac16a60a136e
23:06:56 [2022-03-25T23:06:56.336Z] #48 DONE 0.1s
23:06:56 [2022-03-25T23:06:56.336Z] 
23:06:56 [2022-03-25T23:06:56.336Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
23:06:56 [2022-03-25T23:06:56.336Z] #50 sha256:e7157f9f040a12677ec2685b5ff267bc08bca1dd0ae2c67947a2f8a1f55b6848
23:06:56 [2022-03-25T23:06:56.336Z] #50 DONE 0.1s
23:06:56 [2022-03-25T23:06:56.336Z] 
23:06:56 [2022-03-25T23:06:56.336Z] #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
23:06:56 [2022-03-25T23:06:56.336Z] #56 sha256:bb0622cf9b1fdea0576cbe42ad973e1480a96e8a5ea490ddc406d623ab421632
23:07:35 [2022-03-25T23:07:35.031Z] #56 141.2 + mkdir -p /build
23:07:35 [2022-03-25T23:07:35.031Z] #56 141.2 + cp runc /build/runc
23:07:35 [2022-03-25T23:07:35.031Z] #56 DONE 142.4s
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #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
23:07:35 [2022-03-25T23:07:35.031Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca
23:07:35 [2022-03-25T23:07:35.031Z] #51 242.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
23:07:35 [2022-03-25T23:07:35.031Z] #51 DONE 243.4s
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #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
23:07:35 [2022-03-25T23:07:35.031Z] #60 sha256:522ef20ee99ac3bb261960a90bf43150db6960a6303b49fc8e80780de70563e3
23:07:35 [2022-03-25T23:07:35.031Z] #60 ...
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
23:07:35 [2022-03-25T23:07:35.031Z] #52 sha256:262f27c54c9aaef214757fa336aa1de7f3ffc715033477a0f32282c443cfa2be
23:07:35 [2022-03-25T23:07:35.031Z] #52 DONE 0.9s
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #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
23:07:35 [2022-03-25T23:07:35.031Z] #60 sha256:522ef20ee99ac3bb261960a90bf43150db6960a6303b49fc8e80780de70563e3
23:07:35 [2022-03-25T23:07:35.031Z] #60 ...
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
23:07:35 [2022-03-25T23:07:35.031Z] #54 sha256:1281de15dfff92bc2110302a39c487f82f73ae26efed757f6a863d49dd069212
23:07:35 [2022-03-25T23:07:35.031Z] #54 DONE 0.1s
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
23:07:35 [2022-03-25T23:07:35.031Z] #57 sha256:a44c864d2796c760bcc141be2159abd1811df82d3a81071b71bbe26e06c0b8db
23:07:35 [2022-03-25T23:07:35.031Z] #57 DONE 0.3s
23:07:35 [2022-03-25T23:07:35.031Z] 
23:07:35 [2022-03-25T23:07:35.031Z] #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
23:07:35 [2022-03-25T23:07:35.031Z] #60 sha256:522ef20ee99ac3bb261960a90bf43150db6960a6303b49fc8e80780de70563e3
23:07:35 [2022-03-25T23:07:35.959Z] #60 218.2 + bin/containerd
23:08:32 [2022-03-25T23:08:32.142Z] #60 268.7 # github.com/containerd/containerd/cmd/containerd
23:08:32 [2022-03-25T23:08:32.142Z] #60 268.7 /usr/bin/ld: /tmp/go-link-3858845070/000019.o: in function `New':
23:08:32 [2022-03-25T23:08:32.142Z] #60 268.7 /tmp/tmp.5yiD7RUJ8f/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
23:08:32 [2022-03-25T23:08:32.142Z] #60 268.8 + bin/containerd-stress
23:08:32 [2022-03-25T23:08:32.142Z] #60 269.9 + bin/containerd-shim
23:08:38 [2022-03-25T23:08:38.689Z] #60 280.9 + bin/containerd-shim-runc-v1
23:08:45 [2022-03-25T23:08:45.226Z] #60 287.1 + bin/containerd-shim-runc-v2
23:08:45 [2022-03-25T23:08:45.226Z] #60 287.9 + binaries
23:08:45 [2022-03-25T23:08:45.482Z] #60 287.9 + install -D bin/containerd /build/containerd
23:08:45 [2022-03-25T23:08:45.482Z] #60 287.9 + install -D bin/containerd-shim /build/containerd-shim
23:08:45 [2022-03-25T23:08:45.482Z] #60 287.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
23:08:45 [2022-03-25T23:08:45.482Z] #60 287.9 + install -D bin/ctr /build/ctr
23:08:47 [2022-03-25T23:08:47.997Z] #60 DONE 290.4s
23:08:48 [2022-03-25T23:08:48.926Z] 
23:08:48 [2022-03-25T23:08:48.926Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
23:08:48 [2022-03-25T23:08:48.926Z] #61 sha256:34d0495183ae3cf0f43fb8bde0ae665d30e2579bc400720d1297a4dd81a21b93
23:08:50 [2022-03-25T23:08:50.291Z] #61 DONE 1.6s
23:08:50 [2022-03-25T23:08:50.291Z] 
23:08:50 [2022-03-25T23:08:50.291Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
23:08:50 [2022-03-25T23:08:50.291Z] #66 sha256:57132355431584a99249488905fd55ebdbf74574b414945e0626cb531aea3b29
23:08:50 [2022-03-25T23:08:50.546Z] #66 DONE 0.3s
23:08:50 [2022-03-25T23:08:50.546Z] 
23:08:50 [2022-03-25T23:08:50.546Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
23:08:50 [2022-03-25T23:08:50.546Z] #71 sha256:c654b6b73d41223e166646aa7d8be158d8fb585c5472d6fc9c6bb0e451915e68
23:08:51 [2022-03-25T23:08:51.912Z] #71 DONE 1.3s
23:08:51 [2022-03-25T23:08:51.912Z] 
23:08:51 [2022-03-25T23:08:51.912Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
23:08:51 [2022-03-25T23:08:51.913Z] #72 sha256:fca953a4376cc7c08080b5093e5b193b0d31f570845007f6f16696e684c0a652
23:08:51 [2022-03-25T23:08:51.913Z] #72 DONE 0.0s
23:08:51 [2022-03-25T23:08:51.913Z] 
23:08:51 [2022-03-25T23:08:51.913Z] #73 [dev-systemd-true 1/2] 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             dbus             dbus-user-session             systemd             systemd-sysv
23:08:51 [2022-03-25T23:08:51.913Z] #73 sha256:760b8f6867499fb1b7fc7adf07a99a5a0372e0caecfa5b1ce0738f6afe752412
23:08:52 [2022-03-25T23:08:52.841Z] #73 0.713 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:08:52 [2022-03-25T23:08:52.841Z] #73 0.713 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:08:52 [2022-03-25T23:08:52.841Z] #73 0.713 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:08:53 [2022-03-25T23:08:53.428Z] #73 0.948 Reading package lists...
23:08:53 [2022-03-25T23:08:53.686Z] #73 1.456 Reading package lists...
23:08:53 [2022-03-25T23:08:53.944Z] #73 2.010 Building dependency tree...
23:08:53 [2022-03-25T23:08:53.944Z] #73 2.136 Reading state information...
23:08:53 [2022-03-25T23:08:53.944Z] #73 2.246 The following additional packages will be installed:
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.247   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.247   systemd-timesyncd
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.248 Suggested packages:
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.248   systemd-container policykit-1
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.248 Recommended packages:
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.248   libnss-systemd
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.348 The following NEW packages will be installed:
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.348   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
23:08:54 [2022-03-25T23:08:54.215Z] #73 2.349   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.619 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.619 Need to get 5941 kB of archives.
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.619 After this operation, 19.5 MB of additional disk space will be used.
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.619 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.621 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.624 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.628 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.634 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.636 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
23:08:54 [2022-03-25T23:08:54.473Z] #73 2.739 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.741 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.742 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.744 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.765 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.936 debconf: delaying package configuration, since apt-utils is not installed
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.966 Fetched 5941 kB in 0s (14.4 MB/s)
23:08:54 [2022-03-25T23:08:54.729Z] #73 2.991 Selecting previously unselected package libargon2-1:amd64.
23:08:54 [2022-03-25T23:08:54.989Z] #73 2.991 (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 ... 28622 files and directories currently installed.)
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.005 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.021 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.056 Selecting previously unselected package libjson-c5:amd64.
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.059 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.064 Unpacking libjson-c5:amd64 (0.15-2) ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.104 Selecting previously unselected package libcryptsetup12:amd64.
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.107 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.111 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.169 Selecting previously unselected package libkmod2:amd64.
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.171 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.177 Unpacking libkmod2:amd64 (28-1) ...
23:08:54 [2022-03-25T23:08:54.989Z] #73 3.225 Selecting previously unselected package systemd-timesyncd.
23:08:55 [2022-03-25T23:08:55.248Z] #73 3.227 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
23:08:55 [2022-03-25T23:08:55.248Z] #73 3.232 Unpacking systemd-timesyncd (247.3-6) ...
23:08:55 [2022-03-25T23:08:55.248Z] #73 3.295 Selecting previously unselected package systemd.
23:08:55 [2022-03-25T23:08:55.248Z] #73 3.298 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
23:08:55 [2022-03-25T23:08:55.248Z] #73 3.350 Unpacking systemd (247.3-6) ...
23:08:55 [2022-03-25T23:08:55.810Z] #73 3.898 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
23:08:55 [2022-03-25T23:08:55.810Z] #73 3.911 Setting up libjson-c5:amd64 (0.15-2) ...
23:08:55 [2022-03-25T23:08:55.810Z] #73 3.922 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
23:08:55 [2022-03-25T23:08:55.810Z] #73 3.944 Setting up libkmod2:amd64 (28-1) ...
23:08:55 [2022-03-25T23:08:55.810Z] #73 3.959 Setting up systemd (247.3-6) ...
23:08:55 [2022-03-25T23:08:55.810Z] #73 4.004 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
23:08:55 [2022-03-25T23:08:55.810Z] #73 4.006 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
23:08:55 [2022-03-25T23:08:55.810Z] #73 4.009 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
23:08:56 [2022-03-25T23:08:56.066Z] #73 4.356 Setting up systemd-timesyncd (247.3-6) ...
23:08:56 [2022-03-25T23:08:56.323Z] #73 4.573 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
23:08:56 [2022-03-25T23:08:56.324Z] #73 4.573 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
23:08:56 [2022-03-25T23:08:56.324Z] #73 4.638 Selecting previously unselected package systemd-sysv.
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.638 (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 ... 29450 files and directories currently installed.)
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.651 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.656 Unpacking systemd-sysv (247.3-6) ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.707 Selecting previously unselected package libdbus-1-3:amd64.
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.710 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.714 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.773 Selecting previously unselected package dbus.
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.775 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.785 Unpacking dbus (1.12.20-2) ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.845 Selecting previously unselected package libpam-systemd:amd64.
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.846 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.850 Unpacking libpam-systemd:amd64 (247.3-6) ...
23:08:56 [2022-03-25T23:08:56.580Z] #73 4.903 Selecting previously unselected package dbus-user-session.
23:08:56 [2022-03-25T23:08:56.837Z] #73 4.905 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
23:08:56 [2022-03-25T23:08:56.837Z] #73 4.910 Unpacking dbus-user-session (1.12.20-2) ...
23:08:56 [2022-03-25T23:08:56.837Z] #73 4.981 Setting up systemd-sysv (247.3-6) ...
23:08:56 [2022-03-25T23:08:56.837Z] #73 4.997 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
23:08:56 [2022-03-25T23:08:56.837Z] #73 5.014 Setting up dbus (1.12.20-2) ...
23:08:56 [2022-03-25T23:08:56.837Z] #73 5.139 invoke-rc.d: could not determine current runlevel
23:08:57 [2022-03-25T23:08:57.093Z] #73 5.142 invoke-rc.d: policy-rc.d denied execution of start.
23:08:57 [2022-03-25T23:08:57.093Z] #73 5.147 Setting up libpam-systemd:amd64 (247.3-6) ...
23:08:57 [2022-03-25T23:08:57.348Z] #73 5.308 Setting up dbus-user-session (1.12.20-2) ...
23:08:57 [2022-03-25T23:08:57.348Z] #73 5.327 Processing triggers for libc-bin (2.31-13+deb11u2) ...
23:08:57 [2022-03-25T23:08:57.348Z] #73 DONE 5.5s
23:08:57 [2022-03-25T23:08:57.348Z] 
23:08:57 [2022-03-25T23:08:57.348Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
23:08:57 [2022-03-25T23:08:57.348Z] #74 sha256:80736d474955084deb555e459c117a314e82d7227110628195a457d703d3f851
23:08:57 [2022-03-25T23:08:57.861Z] #74 0.396   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23:08:57 [2022-03-25T23:08:57.861Z] #74 0.397                                  Dload  Upload   Total   Spent    Left  Speed
23:08:58 [2022-03-25T23:08:58.117Z] #74 0.399 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   6117      0 --:--:-- --:--:-- --:--:--  6138
23:08:58 [2022-03-25T23:08:58.117Z] #74 DONE 0.8s
23:08:58 [2022-03-25T23:08:58.117Z] 
23:08:58 [2022-03-25T23:08:58.117Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
23:08:58 [2022-03-25T23:08:58.117Z] #75 sha256:bb3ea2201c346ffa9670ee37ca387b0cb374c754d87810b006af5cb7fec70a6e
23:08:59 [2022-03-25T23:08:59.047Z] #75 DONE 1.0s
23:08:59 [2022-03-25T23:08:59.047Z] 
23:08:59 [2022-03-25T23:08:59.047Z] #76 exporting to image
23:08:59 [2022-03-25T23:08:59.047Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
23:08:59 [2022-03-25T23:08:59.047Z] #76 exporting layers
23:09:05 [2022-03-25T23:09:05.582Z] #76 exporting layers 6.3s done
23:09:05 [2022-03-25T23:09:05.582Z] #76 writing image sha256:5d4b06b44e2a74252fd8f08cac4e1481cfed68e15907a7e00084566a0241089f done
23:09:05 [2022-03-25T23:09:05.582Z] #76 naming to docker.io/library/docker:1e645fb70f84bfb93f56d1792fba6b1a8126e1fd done
23:09:05 [2022-03-25T23:09:05.582Z] #76 DONE 6.3s