Skip to content

Console Output

Skipping 46 KB.. Full Log
:32:59.712Z] 
06:32:59 [2022-03-01T06:32:59.712Z] #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
06:32:59 [2022-03-01T06:32:59.712Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
06:32:59 [2022-03-01T06:32:59.712Z] #43 3.766 + git clone https://github.com/docker/distribution.git .
06:32:59 [2022-03-01T06:32:59.712Z] #43 3.769 Cloning into '.'...
06:32:59 [2022-03-01T06:32:59.712Z] #43 ...
06:32:59 [2022-03-01T06:32:59.712Z] 
06:32:59 [2022-03-01T06:32:59.712Z] #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
06:32:59 [2022-03-01T06:32:59.712Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
06:32:59 [2022-03-01T06:32:59.712Z] #38 4.321 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
06:32:59 [2022-03-01T06:32:59.712Z] #38 4.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
06:32:59 [2022-03-01T06:32:59.712Z] #38 4.359 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
06:32:59 [2022-03-01T06:32:59.712Z] #38 5.172 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
06:32:59 [2022-03-01T06:32:59.712Z] #38 6.975 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB]
06:32:59 [2022-03-01T06:32:59.712Z] #38 9.151 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
06:32:59 [2022-03-01T06:32:59.969Z] #38 ...
06:32:59 [2022-03-01T06:32:59.969Z] 
06:32:59 [2022-03-01T06:32:59.969Z] #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
06:32:59 [2022-03-01T06:32:59.969Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
06:32:59 [2022-03-01T06:32:59.969Z] #47 3.551 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
06:32:59 [2022-03-01T06:32:59.969Z] #47 3.604 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
06:32:59 [2022-03-01T06:32:59.969Z] #47 3.604 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
06:32:59 [2022-03-01T06:32:59.969Z] #47 4.173 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
06:32:59 [2022-03-01T06:32:59.969Z] #47 4.512 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
06:32:59 [2022-03-01T06:32:59.969Z] #47 6.714 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB]
06:32:59 [2022-03-01T06:32:59.969Z] #47 8.902 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
06:33:00 [2022-03-01T06:33:00.225Z] #47 ...
06:33:00 [2022-03-01T06:33:00.225Z] 
06:33:00 [2022-03-01T06:33:00.225Z] #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
06:33:00 [2022-03-01T06:33:00.225Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
06:33:00 [2022-03-01T06:33:00.225Z] #34 2.850 + git clone https://github.com/kolyshkin/go-swagger.git .
06:33:00 [2022-03-01T06:33:00.225Z] #34 2.854 Cloning into '.'...
06:33:00 [2022-03-01T06:33:00.225Z] #34 ...
06:33:00 [2022-03-01T06:33:00.225Z] 
06:33:00 [2022-03-01T06:33:00.225Z] #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
06:33:00 [2022-03-01T06:33:00.225Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215
06:33:00 [2022-03-01T06:33:00.226Z] #53 3.144 go: downloading mvdan.cc/sh/v3 v3.0.2
06:33:00 [2022-03-01T06:33:00.226Z] #53 4.119 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
06:33:00 [2022-03-01T06:33:00.226Z] #53 4.125 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
06:33:00 [2022-03-01T06:33:00.226Z] #53 4.167 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
06:33:00 [2022-03-01T06:33:00.226Z] #53 5.670 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
06:33:00 [2022-03-01T06:33:00.482Z] #53 ...
06:33:00 [2022-03-01T06:33:00.482Z] 
06:33:00 [2022-03-01T06:33:00.483Z] #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
06:33:00 [2022-03-01T06:33:00.483Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
06:33:00 [2022-03-01T06:33:00.483Z] #47 11.06 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
06:33:03 [2022-03-01T06:33:03.754Z] #47 ...
06:33:03 [2022-03-01T06:33:03.754Z] 
06:33:03 [2022-03-01T06:33:03.754Z] #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
06:33:03 [2022-03-01T06:33:03.754Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00 tomll can be used in two ways:
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00 Writing to STDIN and reading from STDOUT:
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00   cat file.toml | tomll > file.toml
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00 
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00 Reading and updating a list of files:
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00   tomll a.toml b.toml c.toml
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00 
06:33:03 [2022-03-01T06:33:03.754Z] #36 14.00 When given a list of files, tomll will modify all files in place without asking.
06:33:03 [2022-03-01T06:33:03.754Z] #36 DONE 14.7s
06:33:03 [2022-03-01T06:33:03.754Z] 
06:33:03 [2022-03-01T06:33:03.754Z] #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
06:33:03 [2022-03-01T06:33:03.754Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72
06:33:03 [2022-03-01T06:33:03.754Z] #63 10.50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
06:33:03 [2022-03-01T06:33:03.754Z] #63 10.86 go: downloading github.com/gofrs/flock v0.8.1
06:33:03 [2022-03-01T06:33:03.754Z] #63 10.97 go: downloading github.com/gorilla/mux v1.8.0
06:33:03 [2022-03-01T06:33:03.754Z] #63 11.08 go: downloading github.com/moby/sys/mountinfo v0.5.0
06:33:03 [2022-03-01T06:33:03.754Z] #63 11.54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
06:33:03 [2022-03-01T06:33:03.754Z] #63 11.61 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
06:33:03 [2022-03-01T06:33:03.754Z] #63 11.79 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
06:33:03 [2022-03-01T06:33:03.754Z] #63 13.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
06:33:05 [2022-03-01T06:33:05.660Z] #63 ...
06:33:05 [2022-03-01T06:33:05.660Z] 
06:33:05 [2022-03-01T06:33:05.660Z] #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
06:33:05 [2022-03-01T06:33:05.660Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:33:05 [2022-03-01T06:33:05.660Z] #14 16.60 Fetched 8506 kB in 13s (676 kB/s)
06:33:10 [2022-03-01T06:33:10.925Z] #14 16.60 Reading package lists...
06:33:10 [2022-03-01T06:33:10.925Z] #14 21.39 Reading package lists...
06:33:10 [2022-03-01T06:33:10.925Z] #14 ...
06:33:10 [2022-03-01T06:33:10.925Z] 
06:33:10 [2022-03-01T06:33:10.925Z] #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
06:33:10 [2022-03-01T06:33:10.925Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
06:33:10 [2022-03-01T06:33:10.925Z] #43 21.09 Updating files:  92% (1692/1837)
Updating files:  93% (1709/1837)
Updating files:  94% (1727/1837)
Updating files:  95% (1746/1837)
Updating files:  96% (1764/1837)
Updating files:  97% (1782/1837)
Updating files:  98% (1801/1837)
Updating files:  99% (1819/1837)
Updating files: 100% (1837/1837)
Updating files: 100% (1837/1837), done.
06:33:10 [2022-03-01T06:33:10.925Z] #43 21.22 + git checkout -q v2.3.0
06:33:11 [2022-03-01T06:33:11.182Z] #43 ...
06:33:11 [2022-03-01T06:33:11.182Z] 
06:33:11 [2022-03-01T06:33:11.182Z] #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
06:33:11 [2022-03-01T06:33:11.182Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866
06:33:11 [2022-03-01T06:33:11.182Z] #49 12.26 go: downloading golang.org/x/mod v0.3.0
06:33:11 [2022-03-01T06:33:11.182Z] #49 12.30 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
06:33:11 [2022-03-01T06:33:11.440Z] #49 ...
06:33:11 [2022-03-01T06:33:11.440Z] 
06:33:11 [2022-03-01T06:33:11.440Z] #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
06:33:11 [2022-03-01T06:33:11.440Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
06:33:11 [2022-03-01T06:33:11.440Z] #58 17.03 Fetched 8506 kB in 13s (664 kB/s)
06:33:11 [2022-03-01T06:33:11.440Z] #58 17.03 Reading package lists...
06:33:12 [2022-03-01T06:33:12.003Z] #58 22.23 Reading package lists...
06:33:12 [2022-03-01T06:33:12.003Z] #58 ...
06:33:12 [2022-03-01T06:33:12.003Z] 
06:33:12 [2022-03-01T06:33:12.003Z] #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
06:33:12 [2022-03-01T06:33:12.003Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
06:33:12 [2022-03-01T06:33:12.284Z] #43 22.85 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
06:33:15 [2022-03-01T06:33:15.555Z] #43 ...
06:33:15 [2022-03-01T06:33:15.556Z] 
06:33:15 [2022-03-01T06:33:15.556Z] #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
06:33:15 [2022-03-01T06:33:15.556Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
06:33:15 [2022-03-01T06:33:15.556Z] #38 16.10 Fetched 8506 kB in 12s (714 kB/s)
06:33:15 [2022-03-01T06:33:15.556Z] #38 16.10 Reading package lists...
06:33:15 [2022-03-01T06:33:15.556Z] #38 20.94 Reading package lists...
06:33:15 [2022-03-01T06:33:15.556Z] #38 25.39 Building dependency tree...
06:33:15 [2022-03-01T06:33:15.556Z] #38 ...
06:33:15 [2022-03-01T06:33:15.556Z] 
06:33:15 [2022-03-01T06:33:15.556Z] #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
06:33:15 [2022-03-01T06:33:15.556Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
06:33:15 [2022-03-01T06:33:15.556Z] #58 22.23 Reading package lists...
06:33:16 [2022-03-01T06:33:16.500Z] #58 26.43 Building dependency tree...
06:33:16 [2022-03-01T06:33:16.500Z] #58 ...
06:33:16 [2022-03-01T06:33:16.500Z] 
06:33:16 [2022-03-01T06:33:16.500Z] #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
06:33:16 [2022-03-01T06:33:16.500Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
06:33:16 [2022-03-01T06:33:16.500Z] #47 16.90 Fetched 8509 kB in 14s (622 kB/s)
06:33:16 [2022-03-01T06:33:16.500Z] #47 16.90 Reading package lists...
06:33:16 [2022-03-01T06:33:16.500Z] #47 22.23 Reading package lists...
06:33:16 [2022-03-01T06:33:16.500Z] #47 26.78 Building dependency tree...
06:33:16 [2022-03-01T06:33:16.500Z] #47 ...
06:33:16 [2022-03-01T06:33:16.500Z] 
06:33:16 [2022-03-01T06:33:16.500Z] #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
06:33:16 [2022-03-01T06:33:16.500Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
06:33:16 [2022-03-01T06:33:16.500Z] #58 26.43 Building dependency tree...
06:33:18 [2022-03-01T06:33:18.397Z] #58 ...
06:33:18 [2022-03-01T06:33:18.397Z] 
06:33:18 [2022-03-01T06:33:18.397Z] #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
06:33:18 [2022-03-01T06:33:18.397Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215
06:33:18 [2022-03-01T06:33:18.397Z] #53 29.19 v3.0.2
06:33:18 [2022-03-01T06:33:18.397Z] #53 DONE 29.4s
06:33:18 [2022-03-01T06:33:18.397Z] 
06:33:18 [2022-03-01T06:33:18.397Z] #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
06:33:18 [2022-03-01T06:33:18.397Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
06:33:18 [2022-03-01T06:33:18.397Z] #58 29.55 The following additional packages will be installed:
06:33:18 [2022-03-01T06:33:18.397Z] #58 29.55   libbtrfs0
06:33:18 [2022-03-01T06:33:18.667Z] #58 29.89 The following NEW packages will be installed:
06:33:18 [2022-03-01T06:33:18.667Z] #58 29.89   libbtrfs-dev libbtrfs0
06:33:19 [2022-03-01T06:33:19.230Z] #58 30.18 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
06:33:19 [2022-03-01T06:33:19.230Z] #58 30.18 Need to get 460 kB of archives.
06:33:19 [2022-03-01T06:33:19.230Z] #58 30.18 After this operation, 1237 kB of additional disk space will be used.
06:33:19 [2022-03-01T06:33:19.230Z] #58 30.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
06:33:19 [2022-03-01T06:33:19.230Z] #58 30.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
06:33:20 [2022-03-01T06:33:20.160Z] #58 31.11 debconf: delaying package configuration, since apt-utils is not installed
06:33:20 [2022-03-01T06:33:20.160Z] #58 31.35 Fetched 460 kB in 0s (1456 kB/s)
06:33:20 [2022-03-01T06:33:20.416Z] #58 31.45 Selecting previously unselected package libbtrfs0:amd64.
06:33:20 [2022-03-01T06:33:20.416Z] #58 31.45 (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.)
06:33:20 [2022-03-01T06:33:20.416Z] #58 31.52 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
06:33:20 [2022-03-01T06:33:20.416Z] #58 31.52 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
06:33:20 [2022-03-01T06:33:20.673Z] #58 31.73 Selecting previously unselected package libbtrfs-dev:amd64.
06:33:20 [2022-03-01T06:33:20.673Z] #58 31.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
06:33:20 [2022-03-01T06:33:20.673Z] #58 31.77 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
06:33:20 [2022-03-01T06:33:20.929Z] #58 32.08 Setting up libbtrfs0:amd64 (5.10.1-2) ...
06:33:21 [2022-03-01T06:33:21.185Z] #58 32.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
06:33:21 [2022-03-01T06:33:21.185Z] #58 32.14 Processing triggers for libc-bin (2.31-13+deb11u2) ...
06:33:21 [2022-03-01T06:33:21.447Z] #58 DONE 32.6s
06:33:21 [2022-03-01T06:33:21.447Z] 
06:33:21 [2022-03-01T06:33:21.447Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
06:33:21 [2022-03-01T06:33:21.447Z] #59 sha256:fe76ffb82290f09d4f05e1bafaad2030b41a4173d69ed3efbdc42d8437b88e52
06:33:22 [2022-03-01T06:33:22.380Z] #59 DONE 0.5s
06:33:22 [2022-03-01T06:33:22.380Z] 
06:33:22 [2022-03-01T06:33:22.380Z] #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
06:33:22 [2022-03-01T06:33:22.380Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:33:24 [2022-03-01T06:33:24.902Z] #60 ...
06:33:24 [2022-03-01T06:33:24.902Z] 
06:33:24 [2022-03-01T06:33:24.902Z] #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
06:33:24 [2022-03-01T06:33:24.902Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:33:24 [2022-03-01T06:33:24.902Z] #14 21.39 Reading package lists...
06:33:24 [2022-03-01T06:33:24.902Z] #14 25.93 Building dependency tree...
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.90 The following additional packages will be installed:
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.90   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.91   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.91   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.91   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.91   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.92   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.92   mingw-w64-common mingw-w64-x86-64-dev
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.93 Suggested packages:
06:33:24 [2022-03-01T06:33:24.902Z] #14 28.94   gcc-10-locales seccomp wine64
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07 The following NEW packages will be installed:
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.07   mingw-w64-x86-64-dev
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.46 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded.
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.46 Need to get 115 MB of archives.
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.46 After this operation, 645 MB of additional disk space will be used.
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.46 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.54 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 30.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 31.11 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 31.12 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 31.70 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 32.94 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 33.49 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 34.09 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.07 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.56 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.56 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.57 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.57 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.59 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.61 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]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.64 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.66 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.70 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 35.70 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
06:33:24 [2022-03-01T06:33:24.902Z] #14 ...
06:33:24 [2022-03-01T06:33:24.902Z] 
06:33:24 [2022-03-01T06:33:24.902Z] #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
06:33:24 [2022-03-01T06:33:24.902Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:33:24 [2022-03-01T06:33:24.902Z] #51 27.29 go: downloading github.com/fatih/color v1.13.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 27.30 go: downloading github.com/gofrs/flock v0.8.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 27.36 go: downloading github.com/spf13/cobra v1.3.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 27.37 go: downloading github.com/spf13/pflag v1.0.5
06:33:24 [2022-03-01T06:33:24.902Z] #51 27.58 go: downloading github.com/spf13/viper v1.10.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 27.79 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
06:33:24 [2022-03-01T06:33:24.902Z] #51 28.02 go: downloading github.com/mattn/go-colorable v0.1.12
06:33:24 [2022-03-01T06:33:24.902Z] #51 28.07 go: downloading github.com/mattn/go-isatty v0.0.14
06:33:24 [2022-03-01T06:33:24.902Z] #51 28.14 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
06:33:24 [2022-03-01T06:33:24.902Z] #51 28.18 go: downloading github.com/go-critic/go-critic v0.6.2
06:33:24 [2022-03-01T06:33:24.902Z] #51 29.12 go: downloading github.com/mitchellh/go-homedir v1.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 29.23 go: downloading github.com/hashicorp/go-multierror v1.1.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.01 go: downloading github.com/sirupsen/logrus v1.8.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.02 go: downloading github.com/stretchr/testify v1.7.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.19 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.25 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.31 go: downloading github.com/fsnotify/fsnotify v1.5.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.33 go: downloading github.com/magiconair/properties v1.8.5
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.37 go: downloading github.com/mitchellh/mapstructure v1.4.3
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.41 go: downloading github.com/spf13/afero v1.6.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.42 go: downloading github.com/spf13/cast v1.4.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.49 go: downloading github.com/spf13/jwalterweatherman v1.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.54 go: downloading github.com/subosito/gotenv v1.2.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.56 go: downloading gopkg.in/ini.v1 v1.66.2
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.65 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.87 go: downloading github.com/go-toolsmith/astcast v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.97 go: downloading github.com/go-toolsmith/astequal v1.0.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.98 go: downloading github.com/go-toolsmith/astp v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 32.98 go: downloading github.com/go-toolsmith/strparse v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.03 go: downloading github.com/go-toolsmith/typep v1.0.2
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.07 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.65 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.71 go: downloading github.com/hashicorp/errwrap v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.73 go: downloading 4d63.com/gochecknoglobals v0.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.80 go: downloading github.com/Antonboom/errname v0.1.5
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.87 go: downloading github.com/Antonboom/nilnil v0.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 33.95 go: downloading github.com/BurntSushi/toml v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.70 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.74 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.80 go: downloading github.com/alexkohler/prealloc v1.0.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.80 go: downloading github.com/ashanbrown/forbidigo v1.3.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.82 go: downloading github.com/ashanbrown/makezero v1.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.89 go: downloading github.com/bkielbasa/cyclop v1.2.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.93 go: downloading github.com/blizzy78/varnamelen v0.5.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 34.97 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.03 go: downloading github.com/breml/bidichk v0.2.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.05 go: downloading github.com/breml/errchkjson v0.2.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.11 go: downloading github.com/butuzov/ireturn v0.1.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.13 go: downloading github.com/charithe/durationcheck v0.0.9
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.17 go: downloading github.com/daixiang0/gci v0.2.9
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.17 go: downloading github.com/denis-tingajkin/go-header v0.4.2
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.17 go: downloading github.com/esimonov/ifshort v1.0.4
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.18 go: downloading github.com/fzipp/gocyclo v0.4.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.25 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.31 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.53 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.53 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.53 go: downloading github.com/golangci/misspell v0.3.5
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.58 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.64 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.67 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.77 go: downloading github.com/jgautheron/goconst v1.5.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/julz/importas v0.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/kisielk/errcheck v1.6.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.87 go: downloading github.com/kulti/thelper v0.5.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.95 go: downloading github.com/kunwardeep/paralleltest v1.0.3
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.95 go: downloading github.com/kyoh86/exportloopref v0.1.8
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.96 go: downloading github.com/ldez/gomoddirectives v0.2.2
06:33:24 [2022-03-01T06:33:24.902Z] #51 35.99 go: downloading github.com/ldez/tagliatelle v0.3.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 36.05 go: downloading github.com/leonklingele/grouper v1.1.0
06:33:24 [2022-03-01T06:33:24.902Z] #51 36.05 go: downloading github.com/maratori/testpackage v1.0.1
06:33:25 [2022-03-01T06:33:25.158Z] #51 36.06 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
06:33:25 [2022-03-01T06:33:25.158Z] #51 36.09 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
06:33:25 [2022-03-01T06:33:25.158Z] #51 36.10 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
06:33:25 [2022-03-01T06:33:25.158Z] #51 36.13 go: downloading github.com/mgechev/revive v1.1.3
06:33:25 [2022-03-01T06:33:25.449Z] #51 ...
06:33:25 [2022-03-01T06:33:25.449Z] 
06:33:25 [2022-03-01T06:33:25.449Z] #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
06:33:25 [2022-03-01T06:33:25.449Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
06:33:25 [2022-03-01T06:33:25.449Z] #34 36.04 Updating files:  93% (1423/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
06:33:25 [2022-03-01T06:33:25.706Z] #34 36.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
06:33:25 [2022-03-01T06:33:25.706Z] #34 ...
06:33:25 [2022-03-01T06:33:25.706Z] 
06:33:25 [2022-03-01T06:33:25.706Z] #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
06:33:25 [2022-03-01T06:33:25.706Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
06:33:25 [2022-03-01T06:33:25.706Z] #38 25.39 Building dependency tree...
06:33:25 [2022-03-01T06:33:25.706Z] #38 28.44 The following additional packages will be installed:
06:33:25 [2022-03-01T06:33:25.706Z] #38 28.45   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
06:33:25 [2022-03-01T06:33:25.706Z] #38 28.46 Suggested packages:
06:33:25 [2022-03-01T06:33:25.706Z] #38 28.46   cmake-doc ninja-build lrzip
06:33:25 [2022-03-01T06:33:25.706Z] #38 28.46 Recommended packages:
06:33:25 [2022-03-01T06:33:25.706Z] #38 28.46   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.18 The following NEW packages will be installed:
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.21   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.21   vim-common xxd
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.66 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.66 Need to get 17.7 MB of archives.
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.66 After this operation, 70.7 MB of additional disk space will be used.
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 29.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 30.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 30.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 30.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 30.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 30.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 30.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
06:33:25 [2022-03-01T06:33:25.706Z] #38 31.61 debconf: delaying package configuration, since apt-utils is not installed
06:33:25 [2022-03-01T06:33:25.706Z] #38 31.84 Fetched 17.7 MB in 1s (15.4 MB/s)
06:33:25 [2022-03-01T06:33:25.706Z] #38 31.90 Selecting previously unselected package xxd.
06:33:25 [2022-03-01T06:33:25.706Z] #38 31.90 (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.)
06:33:25 [2022-03-01T06:33:25.706Z] #38 31.95 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 31.96 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 32.15 Selecting previously unselected package vim-common.
06:33:25 [2022-03-01T06:33:25.706Z] #38 32.16 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 32.20 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 32.57 Selecting previously unselected package cmake-data.
06:33:25 [2022-03-01T06:33:25.706Z] #38 32.57 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 32.59 Unpacking cmake-data (3.18.4-2+deb11u1) ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 35.87 Selecting previously unselected package libicu67:amd64.
06:33:25 [2022-03-01T06:33:25.706Z] #38 35.88 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 35.92 Unpacking libicu67:amd64 (67.1-7) ...
06:33:25 [2022-03-01T06:33:25.706Z] #38 ...
06:33:25 [2022-03-01T06:33:25.706Z] 
06:33:25 [2022-03-01T06:33:25.706Z] #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
06:33:25 [2022-03-01T06:33:25.706Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:33:25 [2022-03-01T06:33:25.706Z] #51 36.77 go: downloading github.com/moricho/tparallel v0.2.1
06:33:25 [2022-03-01T06:33:25.706Z] #51 36.77 go: downloading github.com/nakabonne/nestif v0.3.1
06:33:25 [2022-03-01T06:33:25.706Z] #51 36.77 go: downloading github.com/nishanths/exhaustive v0.7.11
06:33:25 [2022-03-01T06:33:25.706Z] #51 36.80 go: downloading github.com/nishanths/predeclared v0.2.1
06:33:25 [2022-03-01T06:33:25.706Z] #51 36.89 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
06:33:25 [2022-03-01T06:33:25.963Z] #51 36.91 go: downloading github.com/ryancurrah/gomodguard v1.2.3
06:33:25 [2022-03-01T06:33:25.963Z] #51 36.97 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
06:33:25 [2022-03-01T06:33:25.963Z] #51 36.99 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
06:33:25 [2022-03-01T06:33:25.963Z] #51 37.04 go: downloading github.com/securego/gosec/v2 v2.9.6
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.24 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.24 go: downloading github.com/sivchari/containedctx v1.0.1
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.25 go: downloading github.com/sivchari/tenv v1.4.7
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.27 go: downloading github.com/sonatard/noctx v0.0.1
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.30 go: downloading github.com/sourcegraph/go-diff v0.6.1
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.30 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
06:33:26 [2022-03-01T06:33:26.221Z] #51 37.36 go: downloading github.com/sylvia7788/contextcheck v1.0.4
06:33:26 [2022-03-01T06:33:26.478Z] #51 37.41 go: downloading github.com/tdakkota/asciicheck v0.1.1
06:33:26 [2022-03-01T06:33:26.478Z] #51 37.44 go: downloading github.com/tetafro/godot v1.4.11
06:33:26 [2022-03-01T06:33:26.478Z] #51 37.48 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
06:33:26 [2022-03-01T06:33:26.478Z] #51 37.49 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
06:33:26 [2022-03-01T06:33:26.478Z] #51 37.53 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
06:33:26 [2022-03-01T06:33:26.736Z] #51 37.68 go: downloading github.com/ultraware/funlen v0.0.3
06:33:26 [2022-03-01T06:33:26.736Z] #51 37.77 go: downloading github.com/ultraware/whitespace v0.0.4
06:33:26 [2022-03-01T06:33:26.736Z] #51 37.77 go: downloading github.com/uudashr/gocognit v1.0.5
06:33:26 [2022-03-01T06:33:26.736Z] #51 37.82 go: downloading github.com/yagipy/maintidx v1.0.0
06:33:26 [2022-03-01T06:33:26.736Z] #51 37.87 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
06:33:26 [2022-03-01T06:33:26.993Z] #51 38.04 go: downloading gitlab.com/bosi/decorder v0.2.1
06:33:26 [2022-03-01T06:33:26.993Z] #51 38.17 go: downloading honnef.co/go/tools v0.2.2
06:33:27 [2022-03-01T06:33:27.249Z] #51 ...
06:33:27 [2022-03-01T06:33:27.249Z] 
06:33:27 [2022-03-01T06:33:27.249Z] #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
06:33:27 [2022-03-01T06:33:27.249Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
06:33:27 [2022-03-01T06:33:27.249Z] #47 26.78 Building dependency tree...
06:33:27 [2022-03-01T06:33:27.249Z] #47 29.84 The following additional packages will be installed:
06:33:27 [2022-03-01T06:33:27.249Z] #47 29.84   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
06:33:27 [2022-03-01T06:33:27.250Z] #47 29.84   python3-protobuf python3-six
06:33:27 [2022-03-01T06:33:27.250Z] #47 29.84 Suggested packages:
06:33:27 [2022-03-01T06:33:27.250Z] #47 29.84   python3-setuptools
06:33:27 [2022-03-01T06:33:27.250Z] #47 29.84 Recommended packages:
06:33:27 [2022-03-01T06:33:27.250Z] #47 29.84   iproute2 | iproute
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.38 The following NEW packages will be installed:
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.38   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.38   python3-protobuf python3-six
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.91 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.91 Need to get 2292 kB of archives.
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.91 After this operation, 11.0 MB of additional disk space will be used.
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.95 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 30.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 34.34 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
06:33:27 [2022-03-01T06:33:27.250Z] #47 35.63 debconf: delaying package configuration, since apt-utils is not installed
06:33:27 [2022-03-01T06:33:27.250Z] #47 35.86 Fetched 2292 kB in 4s (561 kB/s)
06:33:27 [2022-03-01T06:33:27.250Z] #47 35.92 Selecting previously unselected package libprotobuf23:amd64.
06:33:27 [2022-03-01T06:33:27.250Z] #47 35.92 (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.)
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.00 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.00 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.68 Selecting previously unselected package python3-pkg-resources.
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.68 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.69 Unpacking python3-pkg-resources (52.0.0-4) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.88 Selecting previously unselected package python3-six.
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.88 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.88 Unpacking python3-six (1.16.0-2) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.95 Selecting previously unselected package python3-protobuf.
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.97 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 36.99 Unpacking python3-protobuf (3.12.4-1) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.49 Selecting previously unselected package libnet1:amd64.
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.49 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.61 Selecting previously unselected package libnl-3-200:amd64.
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.62 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.73 Selecting previously unselected package libprotobuf-c1:amd64.
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.74 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.86 Selecting previously unselected package criu.
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.89 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.250Z] #47 37.89 Unpacking criu (3.16.1-3) ...
06:33:27 [2022-03-01T06:33:27.506Z] #47 ...
06:33:27 [2022-03-01T06:33:27.506Z] 
06:33:27 [2022-03-01T06:33:27.506Z] #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
06:33:27 [2022-03-01T06:33:27.506Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:33:27 [2022-03-01T06:33:27.506Z] #14 36.57 debconf: delaying package configuration, since apt-utils is not installed
06:33:27 [2022-03-01T06:33:27.506Z] #14 36.78 Fetched 115 MB in 6s (20.6 MB/s)
06:33:27 [2022-03-01T06:33:27.506Z] #14 36.86 Selecting previously unselected package binutils-mingw-w64-i686.
06:33:27 [2022-03-01T06:33:27.506Z] #14 36.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.)
06:33:27 [2022-03-01T06:33:27.506Z] #14 36.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.506Z] #14 36.94 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
06:33:27 [2022-03-01T06:33:27.506Z] #14 38.73 Selecting previously unselected package binutils-mingw-w64-x86-64.
06:33:27 [2022-03-01T06:33:27.764Z] #14 38.73 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
06:33:27 [2022-03-01T06:33:27.764Z] #14 38.76 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
06:33:30 [2022-03-01T06:33:30.388Z] #14 41.22 Selecting previously unselected package binutils-mingw-w64.
06:33:30 [2022-03-01T06:33:30.388Z] #14 41.22 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
06:33:30 [2022-03-01T06:33:30.388Z] #14 41.23 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
06:33:30 [2022-03-01T06:33:30.388Z] #14 41.35 Selecting previously unselected package libdevmapper1.02.1:amd64.
06:33:30 [2022-03-01T06:33:30.388Z] #14 41.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
06:33:30 [2022-03-01T06:33:30.388Z] #14 41.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
06:33:30 [2022-03-01T06:33:30.646Z] #14 41.52 Selecting previously unselected package dmsetup.
06:33:30 [2022-03-01T06:33:30.646Z] #14 41.53 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
06:33:30 [2022-03-01T06:33:30.646Z] #14 41.53 Unpacking dmsetup (2:1.02.175-2.1) ...
06:33:30 [2022-03-01T06:33:30.646Z] #14 41.75 Selecting previously unselected package mingw-w64-common.
06:33:30 [2022-03-01T06:33:30.646Z] #14 41.75 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
06:33:30 [2022-03-01T06:33:30.908Z] #14 41.77 Unpacking mingw-w64-common (8.0.0-1) ...
06:33:31 [2022-03-01T06:33:31.837Z] #14 ...
06:33:31 [2022-03-01T06:33:31.838Z] 
06:33:31 [2022-03-01T06:33:31.838Z] #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
06:33:31 [2022-03-01T06:33:31.838Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
06:33:31 [2022-03-01T06:33:31.838Z] #38 41.56 Selecting previously unselected package libxml2:amd64.
06:33:31 [2022-03-01T06:33:31.838Z] #38 41.57 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 41.58 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.05 Selecting previously unselected package libarchive13:amd64.
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.07 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.07 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.34 Selecting previously unselected package libjsoncpp24:amd64.
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.34 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.35 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.51 Selecting previously unselected package librhash0:amd64.
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.53 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.54 Unpacking librhash0:amd64 (1.4.1-2) ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.71 Selecting previously unselected package libuv1:amd64.
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.72 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.72 Unpacking libuv1:amd64 (1.40.0-2) ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.84 Selecting previously unselected package cmake.
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.85 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
06:33:31 [2022-03-01T06:33:31.838Z] #38 42.86 Unpacking cmake (3.18.4-2+deb11u1) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.37 Setting up libicu67:amd64 (67.1-7) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.39 Setting up xxd (2:8.2.2434-3+deb11u1) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.40 Setting up libuv1:amd64 (1.40.0-2) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.46 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.49 Setting up librhash0:amd64 (1.4.1-2) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.50 Setting up cmake-data (3.18.4-2+deb11u1) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.53 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.54 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.56 Setting up cmake (3.18.4-2+deb11u1) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 46.57 Processing triggers for libc-bin (2.31-13+deb11u2) ...
06:33:36 [2022-03-01T06:33:36.016Z] #38 ...
06:33:36 [2022-03-01T06:33:36.016Z] 
06:33:36 [2022-03-01T06:33:36.016Z] #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
06:33:36 [2022-03-01T06:33:36.016Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
06:33:36 [2022-03-01T06:33:36.016Z] #34 36.42 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
06:33:36 [2022-03-01T06:33:36.016Z] #34 ...
06:33:36 [2022-03-01T06:33:36.016Z] 
06:33:36 [2022-03-01T06:33:36.016Z] #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
06:33:36 [2022-03-01T06:33:36.016Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.675 + RM_GOPATH=0
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.675 + TMP_GOPATH=
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.675 + : /build
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.675 + '[' -z '' ']'
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.676 ++ mktemp -d
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.681 + export GOPATH=/tmp/tmp.GBpRTZCcsd
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.681 + GOPATH=/tmp/tmp.GBpRTZCcsd
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.681 + RM_GOPATH=1
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.681 + case "$(go env GOARCH)" in
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.681 ++ go env GOARCH
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.694 + export GO_BUILDMODE=-buildmode=pie
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.694 + GO_BUILDMODE=-buildmode=pie
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.695 ++ dirname /install.sh
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.707 + dir=/
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.709 + bin=containerd
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.709 + shift
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.710 + '[' '!' -f //containerd.installer ']'
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.710 + . //containerd.installer
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.710 ++ set -e
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.710 ++ : v1.5.9
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.710 + install_containerd
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.711 + echo 'Install containerd version v1.5.9'
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.712 Install containerd version v1.5.9
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.713 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd
06:33:36 [2022-03-01T06:33:36.016Z] #60 3.715 Cloning into '/tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd'...
06:33:36 [2022-03-01T06:33:36.016Z] #60 ...
06:33:36 [2022-03-01T06:33:36.016Z] 
06:33:36 [2022-03-01T06:33:36.016Z] #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
06:33:36 [2022-03-01T06:33:36.016Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:33:36 [2022-03-01T06:33:36.016Z] #14 46.38 Selecting previously unselected package mingw-w64-x86-64-dev.
06:33:36 [2022-03-01T06:33:36.016Z] #14 46.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
06:33:36 [2022-03-01T06:33:36.016Z] #14 46.39 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
06:33:36 [2022-03-01T06:33:36.581Z] #14 ...
06:33:36 [2022-03-01T06:33:36.581Z] 
06:33:36 [2022-03-01T06:33:36.581Z] #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
06:33:36 [2022-03-01T06:33:36.581Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
06:33:36 [2022-03-01T06:33:36.581Z] #38 DONE 47.6s
06:33:36 [2022-03-01T06:33:36.581Z] 
06:33:36 [2022-03-01T06:33:36.581Z] #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
06:33:36 [2022-03-01T06:33:36.581Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
06:33:36 [2022-03-01T06:33:36.581Z] #47 38.58 Setting up python3-pkg-resources (52.0.0-4) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 40.08 Setting up libprotobuf23:amd64 (3.12.4-1) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 40.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 40.11 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 40.12 Setting up python3-six (1.16.0-2) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 41.26 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 41.31 Setting up python3-protobuf (3.12.4-1) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 45.01 Setting up criu (3.16.1-3) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 46.83 Processing triggers for libc-bin (2.31-13+deb11u2) ...
06:33:36 [2022-03-01T06:33:36.581Z] #47 DONE 47.1s
06:33:36 [2022-03-01T06:33:36.839Z] 
06:33:36 [2022-03-01T06:33:36.839Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
06:33:36 [2022-03-01T06:33:36.839Z] #39 sha256:d144968664710d6e639b4fb385c112f0a51627679dd5bf1f5e0ada6aefc0c937
06:33:37 [2022-03-01T06:33:37.096Z] #39 DONE 0.5s
06:33:37 [2022-03-01T06:33:37.096Z] 
06:33:37 [2022-03-01T06:33:37.096Z] #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
06:33:37 [2022-03-01T06:33:37.096Z] #40 sha256:985c326f1e9645f24c7616d22430fc4c3d2154cdbac87f8a3008d27442705366
06:33:38 [2022-03-01T06:33:38.024Z] #40 ...
06:33:38 [2022-03-01T06:33:38.024Z] 
06:33:38 [2022-03-01T06:33:38.024Z] #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
06:33:38 [2022-03-01T06:33:38.024Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.15 go: downloading mvdan.cc/gofumpt v0.2.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.25 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.37 go: downloading github.com/davecgh/go-spew v1.1.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.38 go: downloading github.com/pmezard/go-difflib v1.0.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.43 go: downloading github.com/stretchr/objx v0.1.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.51 go: downloading github.com/hashicorp/hcl v1.0.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.71 go: downloading github.com/pelletier/go-toml v1.9.4
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.71 go: downloading gopkg.in/yaml.v2 v2.4.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 39.81 go: downloading golang.org/x/text v0.3.7
06:33:38 [2022-03-01T06:33:38.024Z] #51 44.64 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
06:33:38 [2022-03-01T06:33:38.024Z] #51 44.72 go: downloading github.com/gobwas/glob v0.2.3
06:33:38 [2022-03-01T06:33:38.024Z] #51 44.82 go: downloading github.com/kisielk/gotool v1.0.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 44.85 go: downloading github.com/gostaticanalysis/comment v1.4.2
06:33:38 [2022-03-01T06:33:38.024Z] #51 44.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 44.91 go: downloading github.com/ettle/strcase v0.1.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.03 go: downloading golang.org/x/mod v0.5.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.03 go: downloading github.com/fatih/structtag v1.2.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.05 go: downloading github.com/Masterminds/semver v1.5.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.16 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.31 go: downloading github.com/prometheus/client_golang v1.7.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.73 go: downloading github.com/prometheus/client_model v0.2.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 45.79 go: downloading github.com/google/go-cmp v0.5.6
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.20 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.25 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.29 go: downloading github.com/olekukonko/tablewriter v0.0.5
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.37 go: downloading github.com/beorn7/perks v1.0.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.37 go: downloading github.com/cespare/xxhash/v2 v2.1.2
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.41 go: downloading github.com/golang/protobuf v1.5.2
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.45 go: downloading github.com/cespare/xxhash v1.1.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.63 go: downloading github.com/prometheus/common v0.10.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 46.85 go: downloading github.com/prometheus/procfs v0.6.0
06:33:38 [2022-03-01T06:33:38.024Z] #51 47.00 go: downloading github.com/mattn/go-runewidth v0.0.9
06:33:38 [2022-03-01T06:33:38.024Z] #51 47.12 go: downloading google.golang.org/protobuf v1.27.1
06:33:38 [2022-03-01T06:33:38.024Z] #51 48.66 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
06:33:38 [2022-03-01T06:33:38.281Z] #51 ...
06:33:38 [2022-03-01T06:33:38.281Z] 
06:33:38 [2022-03-01T06:33:38.281Z] #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
06:33:38 [2022-03-01T06:33:38.281Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866
06:33:38 [2022-03-01T06:33:38.281Z] #49 49.02 gotestsum version dev
06:33:38 [2022-03-01T06:33:38.281Z] #49 DONE 49.5s
06:33:38 [2022-03-01T06:33:38.537Z] 
06:33:38 [2022-03-01T06:33:38.537Z] #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
06:33:38 [2022-03-01T06:33:38.537Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:33:41 [2022-03-01T06:33:41.058Z] #60 ...
06:33:41 [2022-03-01T06:33:41.058Z] 
06:33:41 [2022-03-01T06:33:41.058Z] #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
06:33:41 [2022-03-01T06:33:41.058Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:33:41 [2022-03-01T06:33:41.058Z] #14 51.60 Selecting previously unselected package gcc-mingw-w64-base.
06:33:41 [2022-03-01T06:33:41.058Z] #14 51.60 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
06:33:41 [2022-03-01T06:33:41.058Z] #14 51.62 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
06:33:41 [2022-03-01T06:33:41.058Z] #14 51.74 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
06:33:41 [2022-03-01T06:33:41.058Z] #14 51.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
06:33:41 [2022-03-01T06:33:41.058Z] #14 51.74 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
06:33:46 [2022-03-01T06:33:46.307Z] #14 ...
06:33:46 [2022-03-01T06:33:46.307Z] 
06:33:46 [2022-03-01T06:33:46.307Z] #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
06:33:46 [2022-03-01T06:33:46.307Z] #40 sha256:985c326f1e9645f24c7616d22430fc4c3d2154cdbac87f8a3008d27442705366
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.837 + RM_GOPATH=0
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.837 + TMP_GOPATH=
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.837 + : /build
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.837 + '[' -z '' ']'
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.852 ++ mktemp -d
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.857 + export GOPATH=/tmp/tmp.EfE9FykgFl
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.857 + GOPATH=/tmp/tmp.EfE9FykgFl
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.857 + RM_GOPATH=1
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.857 + case "$(go env GOARCH)" in
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.857 ++ go env GOARCH
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.899 Install tini version v0.19.0
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + export GO_BUILDMODE=-buildmode=pie
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + GO_BUILDMODE=-buildmode=pie
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 ++ dirname /install.sh
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + dir=/
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + bin=tini
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + shift
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + '[' '!' -f //tini.installer ']'
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + . //tini.installer
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 ++ : v0.19.0
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + install_tini
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + echo 'Install tini version v0.19.0'
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 + git clone https://github.com/krallin/tini.git /tmp/tmp.EfE9FykgFl/tini
06:33:46 [2022-03-01T06:33:46.307Z] #40 4.900 Cloning into '/tmp/tmp.EfE9FykgFl/tini'...
06:33:46 [2022-03-01T06:33:46.307Z] #40 5.515 + cd /tmp/tmp.EfE9FykgFl/tini
06:33:46 [2022-03-01T06:33:46.307Z] #40 5.515 + git checkout -q v0.19.0
06:33:46 [2022-03-01T06:33:46.307Z] #40 5.521 + cmake .
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.067 -- The C compiler identification is GNU 10.2.1
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.155 -- Detecting C compiler ABI info
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.706 -- Detecting C compiler ABI info - done
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.811 -- Check for working C compiler: /usr/bin/cc - skipped
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.813 -- Detecting C compile features
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.814 -- Detecting C compile features - done
06:33:46 [2022-03-01T06:33:46.307Z] #40 6.854 -- Performing Test HAS_BUILTIN_FORTIFY
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.055 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.135 -- Configuring done
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.150 -- Generating done
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.150 -- Build files have been written to: /tmp/tmp.EfE9FykgFl/tini
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.170 + make tini-static
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.379 Scanning dependencies of target tini-static
06:33:46 [2022-03-01T06:33:46.307Z] #40 7.439 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
06:33:46 [2022-03-01T06:33:46.307Z] #40 8.495 [100%] Linking C executable tini-static
06:33:46 [2022-03-01T06:33:46.307Z] #40 8.998 [100%] Built target tini-static
06:33:46 [2022-03-01T06:33:46.307Z] #40 9.024 + mkdir -p /build
06:33:46 [2022-03-01T06:33:46.307Z] #40 9.024 + cp tini-static /build/docker-init
06:33:46 [2022-03-01T06:33:46.871Z] #40 DONE 9.8s
06:33:46 [2022-03-01T06:33:46.872Z] 
06:33:46 [2022-03-01T06:33:46.872Z] #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
06:33:46 [2022-03-01T06:33:46.872Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:33:47 [2022-03-01T06:33:47.128Z] #14 58.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
06:33:47 [2022-03-01T06:33:47.128Z] #14 58.15 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
06:33:47 [2022-03-01T06:33:47.128Z] #14 58.15 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
06:33:59 [2022-03-01T06:33:59.308Z] #14 68.81 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
06:33:59 [2022-03-01T06:33:59.308Z] #14 68.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
06:33:59 [2022-03-01T06:33:59.308Z] #14 68.83 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
06:33:59 [2022-03-01T06:33:59.565Z] #14 ...
06:33:59 [2022-03-01T06:33:59.565Z] 
06:33:59 [2022-03-01T06:33:59.565Z] #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
06:33:59 [2022-03-01T06:33:59.565Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:34:00 [2022-03-01T06:34:00.338Z] #60 37.46 Updating files:  63% (2988/4731)
Updating files:  64% (3028/4731)
Updating files:  65% (3076/4731)
Updating files:  66% (3123/4731)
Updating files:  67% (3170/4731)
Updating files:  68% (3218/4731)
Updating files:  69% (3265/4731)
Updating files:  70% (3312/4731)
Updating files:  71% (3360/4731)
Updating files:  72% (3407/4731)
Updating files:  73% (3454/4731)
Updating files:  74% (3501/4731)
Updating files:  75% (3549/4731)
Updating files:  76% (3596/4731)
Updating files:  77% (3643/4731)
Updating files:  78% (3691/4731)
Updating files:  79% (3738/4731)
Updating files:  80% (3785/4731)
Updating files:  81% (3833/4731)
Updating files:  82% (3880/4731)
Updating files:  83% (3927/4731)
Updating files:  84% (3975/4731)
Updating files:  85% (4022/4731)
Updating files:  86% (4069/4731)
Updating files:  87% (4116/4731)
Updating files:  88% (4164/4731)
Updating files:  89% (4211/4731)
Updating files:  90% (4258/4731)
Updating files:  91% (4306/4731)
Updating files:  92% (4353/4731)
Updating files:  93% (4400/4731)
Updating files:  94% (4448/4731)
Updating files:  95% (4495/4731)
Updating files:  96% (4542/4731)
Updating files:  97% (4590/4731)
Updating files:  98% (4637/4731)
Updating files:  99% (4684/4731)
Updating files: 100% (4731/4731)
Updating files: 100% (4731/4731), done.
06:34:00 [2022-03-01T06:34:00.338Z] #60 38.37 + cd /tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd
06:34:00 [2022-03-01T06:34:00.597Z] #60 38.37 + git checkout -q v1.5.9
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + export 'BUILDTAGS=netgo osusergo static_build'
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + BUILDTAGS='netgo osusergo static_build'
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + export EXTRA_FLAGS=-buildmode=pie
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + EXTRA_FLAGS=-buildmode=pie
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + '[' '' = dynamic ']'
06:34:01 [2022-03-01T06:34:01.968Z] #60 39.68 + make
06:34:03 [2022-03-01T06:34:03.337Z] #60 40.90 + bin/ctr
06:34:13 [2022-03-01T06:34:13.308Z] #60 ...
06:34:13 [2022-03-01T06:34:13.308Z] 
06:34:13 [2022-03-01T06:34:13.309Z] #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
06:34:13 [2022-03-01T06:34:13.309Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:34:13 [2022-03-01T06:34:13.309Z] #14 73.26 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
06:34:13 [2022-03-01T06:34:13.309Z] #14 73.27 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
06:34:13 [2022-03-01T06:34:13.309Z] #14 73.28 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
06:34:13 [2022-03-01T06:34:13.309Z] #14 78.23 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
06:34:13 [2022-03-01T06:34:13.309Z] #14 78.24 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
06:34:13 [2022-03-01T06:34:13.309Z] #14 78.25 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
06:34:17 [2022-03-01T06:34:17.487Z] #14 ...
06:34:17 [2022-03-01T06:34:17.487Z] 
06:34:17 [2022-03-01T06:34:17.487Z] #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
06:34:17 [2022-03-01T06:34:17.487Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72
06:34:17 [2022-03-01T06:34:17.487Z] #63 87.46 + for f in rootlesskit rootlesskit-docker-proxy
06:34:17 [2022-03-01T06:34:17.487Z] #63 87.46 + GOBIN=/build
06:34:17 [2022-03-01T06:34:17.487Z] #63 87.46 + GO111MODULE=on
06:34:17 [2022-03-01T06:34:17.487Z] #63 87.46 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
06:34:21 [2022-03-01T06:34:21.663Z] #63 92.41 rootlesskit version 0.14.6
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41 Usage of /build/rootlesskit-docker-proxy:
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41   -container-ip string
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41     	container ip
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41   -container-port int
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41     	container port (default -1)
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41   -host-ip string
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41     	host ip
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41   -host-port int
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41     	host port (default -1)
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41   -proto string
06:34:21 [2022-03-01T06:34:21.922Z] #63 92.41     	proxy protocol (default "tcp")
06:34:23 [2022-03-01T06:34:23.307Z] #63 ...
06:34:23 [2022-03-01T06:34:23.307Z] 
06:34:23 [2022-03-01T06:34:23.307Z] #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
06:34:23 [2022-03-01T06:34:23.307Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:34:23 [2022-03-01T06:34:23.307Z] #14 88.16 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
06:34:23 [2022-03-01T06:34:23.307Z] #14 88.17 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
06:34:23 [2022-03-01T06:34:23.307Z] #14 88.18 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
06:34:23 [2022-03-01T06:34:23.307Z] #14 92.69 Selecting previously unselected package g++-mingw-w64-x86-64.
06:34:23 [2022-03-01T06:34:23.307Z] #14 92.69 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
06:34:23 [2022-03-01T06:34:23.307Z] #14 92.70 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
06:34:23 [2022-03-01T06:34:23.307Z] #14 92.76 Selecting previously unselected package libapparmor1:amd64.
06:34:23 [2022-03-01T06:34:23.308Z] #14 92.77 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 92.77 Unpacking libapparmor1:amd64 (2.13.6-10) ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 92.85 Selecting previously unselected package libapparmor-dev:amd64.
06:34:23 [2022-03-01T06:34:23.308Z] #14 92.85 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 92.85 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 93.06 Selecting previously unselected package libbtrfs0:amd64.
06:34:23 [2022-03-01T06:34:23.308Z] #14 93.06 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 93.08 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 93.73 Selecting previously unselected package libbtrfs-dev:amd64.
06:34:23 [2022-03-01T06:34:23.308Z] #14 93.74 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
06:34:23 [2022-03-01T06:34:23.308Z] #14 93.91 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
06:34:23 [2022-03-01T06:34:23.879Z] #14 94.77 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
06:34:23 [2022-03-01T06:34:23.879Z] #14 94.87 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
06:34:24 [2022-03-01T06:34:24.164Z] #14 94.99 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
06:34:24 [2022-03-01T06:34:24.421Z] #14 95.43 Selecting previously unselected package libudev-dev:amd64.
06:34:24 [2022-03-01T06:34:24.421Z] #14 95.44 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
06:34:24 [2022-03-01T06:34:24.421Z] #14 95.46 Unpacking libudev-dev:amd64 (247.3-6) ...
06:34:24 [2022-03-01T06:34:24.984Z] #14 ...
06:34:24 [2022-03-01T06:34:24.984Z] 
06:34:24 [2022-03-01T06:34:24.984Z] #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
06:34:24 [2022-03-01T06:34:24.984Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72
06:34:24 [2022-03-01T06:34:24.984Z] #63 DONE 95.6s
06:34:24 [2022-03-01T06:34:24.984Z] 
06:34:24 [2022-03-01T06:34:24.984Z] #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
06:34:24 [2022-03-01T06:34:24.984Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:34:24 [2022-03-01T06:34:24.984Z] #14 95.93 Selecting previously unselected package libsepol1-dev:amd64.
06:34:24 [2022-03-01T06:34:24.984Z] #14 95.94 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
06:34:24 [2022-03-01T06:34:24.984Z] #14 95.96 Unpacking libsepol1-dev:amd64 (3.1-1) ...
06:34:24 [2022-03-01T06:34:24.984Z] #14 ...
06:34:24 [2022-03-01T06:34:24.984Z] 
06:34:24 [2022-03-01T06:34:24.984Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
06:34:24 [2022-03-01T06:34:24.984Z] #64 sha256:b142784ba29d01211eb23eac6278d8bdc52200a385c47a2a4f51aa753fecedce
06:34:24 [2022-03-01T06:34:24.984Z] #64 DONE 0.1s
06:34:25 [2022-03-01T06:34:25.242Z] 
06:34:25 [2022-03-01T06:34:25.242Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
06:34:25 [2022-03-01T06:34:25.242Z] #65 sha256:ee57d5dac79100602d3b5feaea461ab843dd7659e6e396bdd9b0d84b83bce66d
06:34:25 [2022-03-01T06:34:25.242Z] #65 DONE 0.1s
06:34:25 [2022-03-01T06:34:25.242Z] 
06:34:25 [2022-03-01T06:34:25.242Z] #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
06:34:25 [2022-03-01T06:34:25.242Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
06:34:25 [2022-03-01T06:34:25.242Z] #14 96.30 Selecting previously unselected package libpcre2-16-0:amd64.
06:34:25 [2022-03-01T06:34:25.242Z] #14 96.30 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
06:34:25 [2022-03-01T06:34:25.242Z] #14 96.31 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
06:34:25 [2022-03-01T06:34:25.500Z] #14 96.47 Selecting previously unselected package libpcre2-32-0:amd64.
06:34:25 [2022-03-01T06:34:25.500Z] #14 96.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
06:34:25 [2022-03-01T06:34:25.500Z] #14 96.47 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
06:34:25 [2022-03-01T06:34:25.500Z] #14 96.59 Selecting previously unselected package libpcre2-posix2:amd64.
06:34:25 [2022-03-01T06:34:25.500Z] #14 96.59 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
06:34:25 [2022-03-01T06:34:25.500Z] #14 96.61 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
06:34:25 [2022-03-01T06:34:25.758Z] #14 96.71 Selecting previously unselected package libpcre2-dev:amd64.
06:34:25 [2022-03-01T06:34:25.758Z] #14 96.71 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
06:34:25 [2022-03-01T06:34:25.758Z] #14 96.71 Unpacking libpcre2-dev:amd64 (10.36-2) ...
06:34:26 [2022-03-01T06:34:26.016Z] #14 97.13 Selecting previously unselected package libselinux1-dev:amd64.
06:34:26 [2022-03-01T06:34:26.016Z] #14 97.13 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
06:34:26 [2022-03-01T06:34:26.275Z] #14 97.19 Unpacking libselinux1-dev:amd64 (3.1-3) ...
06:34:26 [2022-03-01T06:34:26.275Z] #14 97.38 Selecting previously unselected package libdevmapper-dev:amd64.
06:34:26 [2022-03-01T06:34:26.275Z] #14 97.38 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
06:34:26 [2022-03-01T06:34:26.275Z] #14 97.38 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
06:34:26 [2022-03-01T06:34:26.275Z] #14 97.44 Selecting previously unselected package libseccomp-dev:amd64.
06:34:26 [2022-03-01T06:34:26.533Z] #14 97.47 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
06:34:26 [2022-03-01T06:34:26.533Z] #14 97.48 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
06:34:26 [2022-03-01T06:34:26.533Z] #14 97.57 Selecting previously unselected package libsystemd-dev:amd64.
06:34:26 [2022-03-01T06:34:26.533Z] #14 97.59 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
06:34:26 [2022-03-01T06:34:26.533Z] #14 97.59 Unpacking libsystemd-dev:amd64 (247.3-6) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.07 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.09 Setting up libapparmor1:amd64 (2.13.6-10) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.10 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.11 Setting up libsepol1-dev:amd64 (3.1-1) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.12 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.13 Setting up libpcre2-16-0:amd64 (10.36-2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.14 Setting up libbtrfs0:amd64 (5.10.1-2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.15 Setting up libpcre2-32-0:amd64 (10.36-2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.15 Setting up libudev-dev:amd64 (247.3-6) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.16 Setting up libpcre2-posix2:amd64 (10.36-2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.17 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.18 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.19 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.20 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.21 Setting up mingw-w64-common (8.0.0-1) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.22 Setting up libsystemd-dev:amd64 (247.3-6) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.23 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.24 Setting up libpcre2-dev:amd64 (10.36-2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.25 Setting up libselinux1-dev:amd64 (3.1-3) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.26 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.27 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.28 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
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.29 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.30 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
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.31 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.32 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.33 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
06:34:27 [2022-03-01T06:34:27.099Z] #14 98.33 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.356Z] #14 98.35 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
06:34:27 [2022-03-01T06:34:27.356Z] #14 98.37 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
06:34:27 [2022-03-01T06:34:27.356Z] #14 98.39 Setting up dmsetup (2:1.02.175-2.1) ...
06:34:27 [2022-03-01T06:34:27.356Z] #14 98.40 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
06:34:27 [2022-03-01T06:34:27.356Z] #14 98.42 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
06:34:27 [2022-03-01T06:34:27.356Z] #14 98.43 Processing triggers for libc-bin (2.31-13+deb11u2) ...
06:34:27 [2022-03-01T06:34:27.920Z] #14 DONE 99.0s
06:34:27 [2022-03-01T06:34:27.920Z] 
06:34:27 [2022-03-01T06:34:27.920Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
06:34:27 [2022-03-01T06:34:27.920Z] #55 sha256:f2b39cdb0862f4bcedeeb87a1cdb7053bc3cc18aff7455fb729c22465b4dbc2a
06:34:28 [2022-03-01T06:34:28.179Z] #55 DONE 0.3s
06:34:28 [2022-03-01T06:34:28.179Z] 
06:34:28 [2022-03-01T06:34:28.179Z] #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
06:34:28 [2022-03-01T06:34:28.179Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f
06:34:31 [2022-03-01T06:34:31.453Z] #56 ...
06:34:31 [2022-03-01T06:34:31.453Z] 
06:34:31 [2022-03-01T06:34:31.453Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
06:34:31 [2022-03-01T06:34:31.453Z] #15 sha256:a5470ca893da517d4017e3546fa8394b508bb1ca0fe6cb0d53e792c80d0218da
06:34:31 [2022-03-01T06:34:31.453Z] #15 DONE 3.0s
06:34:31 [2022-03-01T06:34:31.453Z] 
06:34:31 [2022-03-01T06:34:31.453Z] #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
06:34:31 [2022-03-01T06:34:31.453Z] #16 sha256:07c672a05c16c1486e7ee925bccf2ccd06e16687828ccd1f32de0c0e667e1c1e
06:34:32 [2022-03-01T06:34:32.819Z] #16 DONE 1.7s
06:34:32 [2022-03-01T06:34:32.819Z] 
06:34:32 [2022-03-01T06:34:32.819Z] #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
06:34:32 [2022-03-01T06:34:32.819Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + RM_GOPATH=0
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + TMP_GOPATH=
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + : /build
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + '[' -z '' ']'
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 ++ mktemp -d
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + export GOPATH=/tmp/tmp.DgZNtBQQkv
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + GOPATH=/tmp/tmp.DgZNtBQQkv
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + RM_GOPATH=1
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.004 + case "$(go env GOARCH)" in
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.012 ++ go env GOARCH
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + export GO_BUILDMODE=-buildmode=pie
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + GO_BUILDMODE=-buildmode=pie
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 ++ dirname /install.sh
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + dir=/
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + bin=runc
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + shift
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + '[' '!' -f //runc.installer ']'
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + . //runc.installer
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 ++ set -e
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 ++ : v1.1.0
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + install_runc
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + RUNC_BUILDTAGS=seccomp
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + echo 'Install runc version v1.1.0 (build tags: seccomp)'
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.DgZNtBQQkv/src/github.com/opencontainers/runc
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 Cloning into '/tmp/tmp.DgZNtBQQkv/src/github.com/opencontainers/runc'...
06:34:32 [2022-03-01T06:34:32.819Z] #56 3.028 Install runc version v1.1.0 (build tags: seccomp)
06:34:34 [2022-03-01T06:34:34.727Z] #56 ...
06:34:34 [2022-03-01T06:34:34.727Z] 
06:34:34 [2022-03-01T06:34:34.727Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
06:34:34 [2022-03-01T06:34:34.727Z] #17 sha256:9eb94f453307c171ab68dc6396cf9b1711f009bc7fb5556e99fff98c66f1923d
06:34:34 [2022-03-01T06:34:34.727Z] #17 1.573 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
06:34:34 [2022-03-01T06:34:34.727Z] #17 DONE 1.9s
06:34:34 [2022-03-01T06:34:34.727Z] 
06:34:34 [2022-03-01T06:34:34.727Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
06:34:34 [2022-03-01T06:34:34.727Z] #18 sha256:de0bae700dd0a197fc226bfe810ca9d30aa192edd27e89a0f6086cf13214ce3f
06:34:36 [2022-03-01T06:34:36.194Z] #18 DONE 1.8s
06:34:36 [2022-03-01T06:34:36.194Z] 
06:34:36 [2022-03-01T06:34:36.194Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
06:34:36 [2022-03-01T06:34:36.194Z] #19 sha256:fb94e2aae9c89978fd9757b918db54a6c06c96a37c01a6d2a28873c06200e86f
06:34:38 [2022-03-01T06:34:38.094Z] #19 DONE 1.8s
06:34:38 [2022-03-01T06:34:38.095Z] 
06:34:38 [2022-03-01T06:34:38.095Z] #20 [dev-systemd-false  6/24] RUN ldconfig
06:34:38 [2022-03-01T06:34:38.095Z] #20 sha256:507c60dffb7dae186d6ebe140864ec3909cdef7764bbd813996cee037d3c6132
06:34:39 [2022-03-01T06:34:39.989Z] #20 DONE 1.7s
06:34:39 [2022-03-01T06:34:39.989Z] 
06:34:39 [2022-03-01T06:34:39.989Z] #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
06:34:39 [2022-03-01T06:34:39.989Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f
06:34:39 [2022-03-01T06:34:39.989Z] #56 10.69 + cd /tmp/tmp.DgZNtBQQkv/src/github.com/opencontainers/runc
06:34:39 [2022-03-01T06:34:39.989Z] #56 10.69 + git checkout -q v1.1.0
06:34:39 [2022-03-01T06:34:39.989Z] #56 11.10 + '[' -z '' ']'
06:34:39 [2022-03-01T06:34:39.989Z] #56 11.10 + target=static
06:34:39 [2022-03-01T06:34:39.989Z] #56 11.10 + make BUILDTAGS=seccomp static
06:34:39 [2022-03-01T06:34:39.989Z] #56 11.24 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 .
06:34:42 [2022-03-01T06:34:42.511Z] #56 ...
06:34:42 [2022-03-01T06:34:42.511Z] 
06:34:42 [2022-03-01T06:34:42.511Z] #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
06:34:42 [2022-03-01T06:34:42.511Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
06:34:42 [2022-03-01T06:34:42.511Z] #34 DONE 113.3s
06:34:42 [2022-03-01T06:34:42.767Z] 
06:34:42 [2022-03-01T06:34:42.767Z] #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
06:34:42 [2022-03-01T06:34:42.767Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586
06:34:42 [2022-03-01T06:34:42.767Z] #21 1.882 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
06:34:42 [2022-03-01T06:34:42.767Z] #21 1.907 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
06:34:42 [2022-03-01T06:34:42.767Z] #21 1.908 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
06:34:42 [2022-03-01T06:34:42.767Z] #21 2.414 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
06:34:42 [2022-03-01T06:34:42.767Z] #21 3.019 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB]
06:34:44 [2022-03-01T06:34:44.136Z] #21 4.248 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
06:34:47 [2022-03-01T06:34:47.418Z] #21 7.143 Fetched 8506 kB in 6s (1538 kB/s)
06:34:48 [2022-03-01T06:34:48.791Z] #21 7.143 Reading package lists...
06:34:51 [2022-03-01T06:34:51.318Z] #21 9.179 Reading package lists...
06:34:51 [2022-03-01T06:34:51.575Z] #21 11.20 Building dependency tree...
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.33 The following additional packages will be installed:
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   python3-pkg-resources vim-runtime xxd
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35 Suggested packages:
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   acl attr quota
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35 Recommended packages:
06:34:52 [2022-03-01T06:34:52.137Z] #21 12.35   libatm1 nftables libpam-cap build-essential python3-dev unzip
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36 The following NEW packages will be installed:
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   python3-pkg-resources python3-setuptools python3-wheel sudo
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
06:34:53 [2022-03-01T06:34:53.064Z] #21 13.36   xz-utils zip zstd
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.67 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded.
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.67 Need to get 27.6 MB of archives.
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.67 After this operation, 106 MB of additional disk space will be used.
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.67 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.72 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.73 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.73 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.77 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.89 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.91 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
06:34:53 [2022-03-01T06:34:53.626Z] #21 13.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
06:34:53 [2022-03-01T06:34:53.884Z] #21 14.27 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
06:34:53 [2022-03-01T06:34:53.884Z] #21 14.30 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
06:34:53 [2022-03-01T06:34:53.884Z] #21 14.30 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.30 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.30 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.30 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.31 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.36 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.37 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.38 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.38 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.41 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.41 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.42 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.45 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.46 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
06:34:54 [2022-03-01T06:34:54.142Z] #21 14.47 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
06:34:54 [2022-03-01T06:34:54.707Z] #21 14.72 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
06:34:54 [2022-03-01T06:34:54.707Z] #21 14.74 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
06:34:54 [2022-03-01T06:34:54.707Z] #21 14.76 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
06:34:54 [2022-03-01T06:34:54.707Z] #21 14.76 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
06:34:55 [2022-03-01T06:34:55.009Z] #21 15.28 debconf: delaying package configuration, since apt-utils is not installed
06:34:55 [2022-03-01T06:34:55.009Z] #21 15.38 Fetched 27.6 MB in 1s (19.8 MB/s)
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.44 Selecting previously unselected package pigz.
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.48 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.48 Unpacking pigz (2.6-1) ...
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.58 Selecting previously unselected package libelf1:amd64.
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.58 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.267Z] #21 15.58 Unpacking libelf1:amd64 (0.183-1) ...
06:34:55 [2022-03-01T06:34:55.523Z] #21 15.72 Selecting previously unselected package libbpf0:amd64.
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.72 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.76 Unpacking libbpf0:amd64 (1:0.3-2) ...
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.85 Selecting previously unselected package libcap2:amd64.
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.85 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.86 Unpacking libcap2:amd64 (1:2.44-1) ...
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.95 Selecting previously unselected package libmnl0:amd64.
06:34:55 [2022-03-01T06:34:55.524Z] #21 15.95 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.781Z] #21 15.96 Unpacking libmnl0:amd64 (1.0.4-3) ...
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.02 Selecting previously unselected package libxtables12:amd64.
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.02 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.03 Unpacking libxtables12:amd64 (1.8.7-1) ...
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.11 Selecting previously unselected package libcap2-bin.
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.11 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.11 Unpacking libcap2-bin (1:2.44-1) ...
06:34:55 [2022-03-01T06:34:55.781Z] #21 16.20 Selecting previously unselected package iproute2.
06:34:56 [2022-03-01T06:34:56.039Z] #21 16.20 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
06:34:56 [2022-03-01T06:34:56.039Z] #21 16.21 Unpacking iproute2 (5.10.0-4) ...
06:34:56 [2022-03-01T06:34:56.295Z] #21 16.58 Selecting previously unselected package xxd.
06:34:56 [2022-03-01T06:34:56.295Z] #21 16.59 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
06:34:56 [2022-03-01T06:34:56.295Z] #21 16.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
06:34:56 [2022-03-01T06:34:56.566Z] #21 16.69 Selecting previously unselected package vim-common.
06:34:56 [2022-03-01T06:34:56.566Z] #21 16.69 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
06:34:56 [2022-03-01T06:34:56.566Z] #21 16.70 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
06:34:56 [2022-03-01T06:34:56.566Z] #21 16.84 Selecting previously unselected package bash-completion.
06:34:56 [2022-03-01T06:34:56.566Z] #21 16.84 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
06:34:58 [2022-03-01T06:34:58.461Z] #21 18.54 Unpacking bash-completion (1:2.11-2) ...
06:34:58 [2022-03-01T06:34:58.718Z] #21 18.94 Selecting previously unselected package bzip2.
06:34:58 [2022-03-01T06:34:58.718Z] #21 18.94 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
06:34:58 [2022-03-01T06:34:58.718Z] #21 18.96 Unpacking bzip2 (1.0.8-4) ...
06:34:58 [2022-03-01T06:34:58.718Z] #21 19.02 Selecting previously unselected package xz-utils.
06:34:58 [2022-03-01T06:34:58.718Z] #21 19.02 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
06:34:58 [2022-03-01T06:34:58.718Z] #21 19.03 Unpacking xz-utils (5.2.5-2) ...
06:34:58 [2022-03-01T06:34:58.718Z] #21 19.15 Selecting previously unselected package apparmor.
06:34:58 [2022-03-01T06:34:58.976Z] #21 19.15 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
06:34:58 [2022-03-01T06:34:58.976Z] #21 19.21 Unpacking apparmor (2.13.6-10) ...
06:34:59 [2022-03-01T06:34:59.233Z] #21 19.55 Selecting previously unselected package inetutils-ping.
06:34:59 [2022-03-01T06:34:59.233Z] #21 19.55 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.233Z] #21 19.57 Unpacking inetutils-ping (2:2.0-1) ...
06:34:59 [2022-03-01T06:34:59.233Z] #21 19.65 Selecting previously unselected package libip4tc2:amd64.
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.65 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.66 Unpacking libip4tc2:amd64 (1.8.7-1) ...
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.71 Selecting previously unselected package libip6tc2:amd64.
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.71 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.72 Unpacking libip6tc2:amd64 (1.8.7-1) ...
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.78 Selecting previously unselected package libnfnetlink0:amd64.
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.81 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.82 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.87 Selecting previously unselected package libnetfilter-conntrack3:amd64.
06:34:59 [2022-03-01T06:34:59.492Z] #21 19.88 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.750Z] #21 19.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
06:34:59 [2022-03-01T06:34:59.750Z] #21 19.96 Selecting previously unselected package libnftnl11:amd64.
06:34:59 [2022-03-01T06:34:59.750Z] #21 19.97 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.750Z] #21 19.97 Unpacking libnftnl11:amd64 (1.1.9-1) ...
06:34:59 [2022-03-01T06:34:59.750Z] #21 20.04 Selecting previously unselected package iptables.
06:34:59 [2022-03-01T06:34:59.750Z] #21 20.04 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
06:34:59 [2022-03-01T06:34:59.750Z] #21 20.05 Unpacking iptables (1.8.7-1) ...
06:35:00 [2022-03-01T06:35:00.007Z] #21 20.31 Selecting previously unselected package libonig5:amd64.
06:35:00 [2022-03-01T06:35:00.007Z] #21 20.31 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
06:35:00 [2022-03-01T06:35:00.007Z] #21 20.32 Unpacking libonig5:amd64 (6.9.6-1.1) ...
06:35:00 [2022-03-01T06:35:00.007Z] #21 20.43 Selecting previously unselected package libjq1:amd64.
06:35:00 [2022-03-01T06:35:00.266Z] #21 20.44 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
06:35:00 [2022-03-01T06:35:00.266Z] #21 20.45 Unpacking libjq1:amd64 (1.6-2.1) ...
06:35:00 [2022-03-01T06:35:00.266Z] #21 20.54 Selecting previously unselected package jq.
06:35:00 [2022-03-01T06:35:00.266Z] #21 20.54 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
06:35:00 [2022-03-01T06:35:00.266Z] #21 20.55 Unpacking jq (1.6-2.1) ...
06:35:00 [2022-03-01T06:35:00.266Z] #21 20.62 Selecting previously unselected package libaio1:amd64.
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.64 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.64 Unpacking libaio1:amd64 (0.3.112-9) ...
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.71 Selecting previously unselected package libgpm2:amd64.
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.72 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.73 Unpacking libgpm2:amd64 (1.20.7-8) ...
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.79 Selecting previously unselected package libicu67:amd64.
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.80 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
06:35:00 [2022-03-01T06:35:00.523Z] #21 20.81 Unpacking libicu67:amd64 (67.1-7) ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.48 Selecting previously unselected package libinih1:amd64.
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.48 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.49 Unpacking libinih1:amd64 (53-1+b2) ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.56 Selecting previously unselected package libnet1:amd64.
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.56 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.65 Selecting previously unselected package libnl-3-200:amd64.
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.66 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.66 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
06:35:03 [2022-03-01T06:35:03.301Z] #21 23.74 Selecting previously unselected package libprotobuf-c1:amd64.
06:35:03 [2022-03-01T06:35:03.557Z] #21 23.74 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
06:35:03 [2022-03-01T06:35:03.557Z] #21 23.75 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
06:35:03 [2022-03-01T06:35:03.557Z] #21 23.80 Selecting previously unselected package net-tools.
06:35:03 [2022-03-01T06:35:03.557Z] #21 23.80 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
06:35:03 [2022-03-01T06:35:03.557Z] #21 23.82 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
06:35:03 [2022-03-01T06:35:03.557Z] #21 23.99 Selecting previously unselected package patch.
06:35:03 [2022-03-01T06:35:03.813Z] #21 24.00 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
06:35:03 [2022-03-01T06:35:03.813Z] #21 24.01 Unpacking patch (2.7.6-7) ...
06:35:04 [2022-03-01T06:35:04.070Z] #21 24.12 Selecting previously unselected package python-pip-whl.
06:35:04 [2022-03-01T06:35:04.070Z] #21 24.13 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
06:35:04 [2022-03-01T06:35:04.070Z] #21 24.13 Unpacking python-pip-whl (20.3.4-4) ...
06:35:04 [2022-03-01T06:35:04.327Z] #21 24.64 Selecting previously unselected package python3-lib2to3.
06:35:04 [2022-03-01T06:35:04.327Z] #21 24.65 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
06:35:04 [2022-03-01T06:35:04.327Z] #21 24.66 Unpacking python3-lib2to3 (3.9.2-1) ...
06:35:04 [2022-03-01T06:35:04.584Z] #21 24.75 Selecting previously unselected package python3-distutils.
06:35:04 [2022-03-01T06:35:04.584Z] #21 24.76 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
06:35:04 [2022-03-01T06:35:04.584Z] #21 24.76 Unpacking python3-distutils (3.9.2-1) ...
06:35:04 [2022-03-01T06:35:04.584Z] #21 24.89 Selecting previously unselected package python3-pkg-resources.
06:35:04 [2022-03-01T06:35:04.584Z] #21 24.89 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
06:35:04 [2022-03-01T06:35:04.584Z] #21 24.90 Unpacking python3-pkg-resources (52.0.0-4) ...
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.01 Selecting previously unselected package python3-setuptools.
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.02 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.02 Unpacking python3-setuptools (52.0.0-4) ...
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.18 Selecting previously unselected package python3-wheel.
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.19 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.19 Unpacking python3-wheel (0.34.2-1) ...
06:35:04 [2022-03-01T06:35:04.840Z] #21 25.25 Selecting previously unselected package python3-pip.
06:35:05 [2022-03-01T06:35:05.097Z] #21 25.27 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
06:35:05 [2022-03-01T06:35:05.097Z] #21 25.27 Unpacking python3-pip (20.3.4-4) ...
06:35:05 [2022-03-01T06:35:05.354Z] #21 25.54 Selecting previously unselected package sudo.
06:35:05 [2022-03-01T06:35:05.354Z] #21 25.55 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
06:35:05 [2022-03-01T06:35:05.354Z] #21 25.56 Unpacking sudo (1.9.5p2-3) ...
06:35:05 [2022-03-01T06:35:05.924Z] #21 26.06 Selecting previously unselected package thin-provisioning-tools.
06:35:05 [2022-03-01T06:35:05.924Z] #21 26.08 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
06:35:05 [2022-03-01T06:35:05.924Z] #21 26.09 Unpacking thin-provisioning-tools (0.9.0-1) ...
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.30 Selecting previously unselected package uidmap.
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.31 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.31 Unpacking uidmap (1:4.8.1-1) ...
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.44 Selecting previously unselected package vim-runtime.
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.44 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.46 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.50 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
06:35:06 [2022-03-01T06:35:06.181Z] #21 26.50 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
06:35:09 [2022-03-01T06:35:09.460Z] #21 29.27 Selecting previously unselected package vim.
06:35:09 [2022-03-01T06:35:09.460Z] #21 29.27 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
06:35:09 [2022-03-01T06:35:09.460Z] #21 29.29 Unpacking vim (2:8.2.2434-3+deb11u1) ...
06:35:09 [2022-03-01T06:35:09.460Z] #21 29.70 Selecting previously unselected package xfsprogs.
06:35:09 [2022-03-01T06:35:09.460Z] #21 29.71 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
06:35:09 [2022-03-01T06:35:09.460Z] #21 29.71 Unpacking xfsprogs (5.10.0-4) ...
06:35:09 [2022-03-01T06:35:09.717Z] #21 30.11 Selecting previously unselected package zip.
06:35:09 [2022-03-01T06:35:09.974Z] #21 30.13 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
06:35:09 [2022-03-01T06:35:09.974Z] #21 30.13 Unpacking zip (3.0-12) ...
06:35:09 [2022-03-01T06:35:09.975Z] #21 30.24 Selecting previously unselected package zstd.
06:35:09 [2022-03-01T06:35:09.975Z] #21 30.25 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
06:35:09 [2022-03-01T06:35:09.975Z] #21 30.25 Unpacking zstd (1.4.8+dfsg-2.1) ...
06:35:10 [2022-03-01T06:35:10.540Z] #21 30.56 Setting up python3-pkg-resources (52.0.0-4) ...
06:35:10 [2022-03-01T06:35:10.798Z] #21 31.22 Setting up libip4tc2:amd64 (1.8.7-1) ...
06:35:10 [2022-03-01T06:35:10.798Z] #21 31.24 Setting up net-tools (1.60+git20181103.0eebece-1) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.25 Setting up libgpm2:amd64 (1.20.7-8) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.26 Setting up libicu67:amd64 (67.1-7) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.27 Setting up libip6tc2:amd64 (1.8.7-1) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.28 Setting up libinih1:amd64 (53-1+b2) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.31 Setting up uidmap (1:4.8.1-1) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.34 Setting up bzip2 (1.0.8-4) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
06:35:11 [2022-03-01T06:35:11.056Z] #21 31.36 Setting up python3-wheel (0.34.2-1) ...
06:35:11 [2022-03-01T06:35:11.890Z] #21 31.94 Setting up xxd (2:8.2.2434-3+deb11u1) ...
06:35:11 [2022-03-01T06:35:11.891Z] #21 31.95 Setting up libcap2:amd64 (1:2.44-1) ...
06:35:11 [2022-03-01T06:35:11.891Z] #21 31.96 Setting up libcap2-bin (1:2.44-1) ...
06:35:11 [2022-03-01T06:35:11.891Z] #21 31.97 Setting up apparmor (2.13.6-10) ...
06:35:13 [2022-03-01T06:35:13.266Z] #21 33.41 Setting up zip (3.0-12) ...
06:35:13 [2022-03-01T06:35:13.266Z] #21 33.43 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
06:35:13 [2022-03-01T06:35:13.266Z] #21 33.47 Setting up bash-completion (1:2.11-2) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.31 Setting up xz-utils (5.2.5-2) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.34 Setting up libmnl0:amd64 (1.0.4-3) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.35 Setting up patch (2.7.6-7) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.36 Setting up sudo (1.9.5p2-3) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.43 invoke-rc.d: could not determine current runlevel
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.44 invoke-rc.d: policy-rc.d denied execution of start.
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.45 Setting up xfsprogs (5.10.0-4) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.46 Setting up libxtables12:amd64 (1.8.7-1) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.47 Setting up inetutils-ping (2:2.0-1) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.48 Setting up pigz (2.6-1) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.49 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.50 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.52 Setting up python-pip-whl (20.3.4-4) ...
06:35:15 [2022-03-01T06:35:15.161Z] #21 35.53 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
06:35:16 [2022-03-01T06:35:16.090Z] #21 36.05 Setting up libaio1:amd64 (0.3.112-9) ...
06:35:16 [2022-03-01T06:35:16.090Z] #21 36.07 Setting up python3-lib2to3 (3.9.2-1) ...
06:35:16 [2022-03-01T06:35:16.346Z] #21 36.59 Setting up libelf1:amd64 (0.183-1) ...
06:35:16 [2022-03-01T06:35:16.346Z] #21 36.64 Setting up zstd (1.4.8+dfsg-2.1) ...
06:35:16 [2022-03-01T06:35:16.346Z] #21 36.65 Setting up libonig5:amd64 (6.9.6-1.1) ...
06:35:16 [2022-03-01T06:35:16.346Z] #21 36.66 Setting up python3-distutils (3.9.2-1) ...
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.11 Setting up vim (2:8.2.2434-3+deb11u1) ...
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
06:35:16 [2022-03-01T06:35:16.910Z] #21 37.18 Setting up python3-setuptools (52.0.0-4) ...
06:35:18 [2022-03-01T06:35:18.312Z] #21 38.47 Setting up libjq1:amd64 (1.6-2.1) ...
06:35:18 [2022-03-01T06:35:18.312Z] #21 38.48 Setting up libnftnl11:amd64 (1.1.9-1) ...
06:35:18 [2022-03-01T06:35:18.312Z] #21 38.49 Setting up thin-provisioning-tools (0.9.0-1) ...
06:35:18 [2022-03-01T06:35:18.312Z] #21 38.51 Setting up python3-pip (20.3.4-4) ...
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.75 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.77 Setting up jq (1.6-2.1) ...
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.78 Setting up libbpf0:amd64 (1:0.3-2) ...
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.79 Setting up iptables (1.8.7-1) ...
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.81 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.82 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.83 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.83 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
06:35:19 [2022-03-01T06:35:19.690Z] #21 39.84 Setting up iproute2 (5.10.0-4) ...
06:35:19 [2022-03-01T06:35:19.949Z] #21 40.19 Processing triggers for libc-bin (2.31-13+deb11u2) ...
06:35:21 [2022-03-01T06:35:21.321Z] #21 DONE 41.3s
06:35:21 [2022-03-01T06:35:21.321Z] 
06:35:21 [2022-03-01T06:35:21.321Z] #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
06:35:21 [2022-03-01T06:35:21.321Z] #22 sha256:756c10d86a9fdab5e54bd0062a601d405c3763e39304cde45c4c53f32cf44a64
06:35:22 [2022-03-01T06:35:22.254Z] #22 1.242 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
06:35:22 [2022-03-01T06:35:22.512Z] #22 1.246 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
06:35:22 [2022-03-01T06:35:22.512Z] #22 1.249 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
06:35:22 [2022-03-01T06:35:22.512Z] #22 DONE 1.3s
06:35:22 [2022-03-01T06:35:22.512Z] 
06:35:22 [2022-03-01T06:35:22.512Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
06:35:22 [2022-03-01T06:35:22.512Z] #23 sha256:29a869c85d7589d8f4de10eea9f5ca06cfe8cc648755ef857dc8598e00f53fb1
06:35:32 [2022-03-01T06:35:32.462Z] #23 9.691 Collecting yamllint==1.26.1
06:35:33 [2022-03-01T06:35:33.027Z] #23 10.74   Downloading yamllint-1.26.1.tar.gz (126 kB)
06:35:34 [2022-03-01T06:35:34.397Z] #23 11.82 Collecting pathspec>=0.5.3
06:35:34 [2022-03-01T06:35:34.397Z] #23 11.83   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
06:35:34 [2022-03-01T06:35:34.654Z] #23 12.17 Collecting pyyaml
06:35:34 [2022-03-01T06:35:34.654Z] #23 12.18   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)
06:35:34 [2022-03-01T06:35:34.654Z] #23 12.23 Building wheels for collected packages: yamllint
06:35:34 [2022-03-01T06:35:34.654Z] #23 12.23   Building wheel for yamllint (setup.py): started
06:35:35 [2022-03-01T06:35:35.585Z] #23 13.09   Building wheel for yamllint (setup.py): finished with status 'done'
06:35:35 [2022-03-01T06:35:35.585Z] #23 13.09   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4f44f0301f110e0319b4c9eb673defd27837ce63b51584f5f73d34d2ad2cee8e
06:35:35 [2022-03-01T06:35:35.585Z] #23 13.09   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
06:35:35 [2022-03-01T06:35:35.585Z] #23 13.09 Successfully built yamllint
06:35:35 [2022-03-01T06:35:35.585Z] #23 13.12 Installing collected packages: pyyaml, pathspec, yamllint
06:35:35 [2022-03-01T06:35:35.841Z] #23 13.47 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
06:35:36 [2022-03-01T06:35:36.407Z] #23 DONE 14.0s
06:35:36 [2022-03-01T06:35:36.407Z] 
06:35:36 [2022-03-01T06:35:36.407Z] #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
06:35:36 [2022-03-01T06:35:36.407Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:35:36 [2022-03-01T06:35:36.407Z] #51 ...
06:35:36 [2022-03-01T06:35:36.407Z] 
06:35:36 [2022-03-01T06:35:36.407Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
06:35:36 [2022-03-01T06:35:36.407Z] #27 sha256:9e94151c821d322ad217a6438bb4e2d4567344613113f075c169729d823a2fc9
06:35:36 [2022-03-01T06:35:36.663Z] #27 DONE 0.2s
06:35:36 [2022-03-01T06:35:36.663Z] 
06:35:36 [2022-03-01T06:35:36.663Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
06:35:36 [2022-03-01T06:35:36.663Z] #32 sha256:810d204fdb7691deb8f33c4402abbdfb37df09f234864e790ff5446ae74febff
06:35:37 [2022-03-01T06:35:37.590Z] #32 DONE 0.9s
06:35:37 [2022-03-01T06:35:37.590Z] 
06:35:37 [2022-03-01T06:35:37.590Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
06:35:37 [2022-03-01T06:35:37.590Z] #35 sha256:effbff08b0185a0119effd0452e2df30e95cb879164d2c8b5b6576367a6bf76b
06:35:37 [2022-03-01T06:35:37.846Z] #35 DONE 0.4s
06:35:37 [2022-03-01T06:35:37.846Z] 
06:35:37 [2022-03-01T06:35:37.846Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
06:35:37 [2022-03-01T06:35:37.846Z] #37 sha256:f128f388aa247545e02910d3fab6a6f9b2bbad1e7a18c0bd18bb29b45461381f
06:35:37 [2022-03-01T06:35:37.846Z] #37 DONE 0.1s
06:35:37 [2022-03-01T06:35:37.846Z] 
06:35:37 [2022-03-01T06:35:37.846Z] #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
06:35:37 [2022-03-01T06:35:37.846Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:35:38 [2022-03-01T06:35:38.102Z] #51 ...
06:35:38 [2022-03-01T06:35:38.102Z] 
06:35:38 [2022-03-01T06:35:38.102Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
06:35:38 [2022-03-01T06:35:38.102Z] #41 sha256:13a839a09a9466795d21ba02c513fed42e67cd09d2856fc44bab0ec81b2cc284
06:35:38 [2022-03-01T06:35:38.102Z] #41 DONE 0.0s
06:35:38 [2022-03-01T06:35:38.102Z] 
06:35:38 [2022-03-01T06:35:38.102Z] #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
06:35:38 [2022-03-01T06:35:38.102Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
06:35:39 [2022-03-01T06:35:39.469Z] #43 170.1 + dpkg --print-architecture
06:35:39 [2022-03-01T06:35:39.469Z] #43 170.1 + git checkout -q v2.1.0
06:35:40 [2022-03-01T06:35:40.036Z] #43 170.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
06:35:40 [2022-03-01T06:35:40.036Z] #43 170.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
06:36:01 [2022-03-01T06:36:01.944Z] #43 DONE 191.0s
06:36:01 [2022-03-01T06:36:01.944Z] 
06:36:01 [2022-03-01T06:36:01.944Z] #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
06:36:01 [2022-03-01T06:36:01.944Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f
06:36:02 [2022-03-01T06:36:02.202Z] #56 ...
06:36:02 [2022-03-01T06:36:02.202Z] 
06:36:02 [2022-03-01T06:36:02.202Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
06:36:02 [2022-03-01T06:36:02.202Z] #44 sha256:3483b84ded798663d75bcdd2af0d15a73effa5c61803b411848857e7fef8b6a8
06:36:03 [2022-03-01T06:36:03.136Z] #44 DONE 0.9s
06:36:03 [2022-03-01T06:36:03.136Z] 
06:36:03 [2022-03-01T06:36:03.136Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
06:36:03 [2022-03-01T06:36:03.136Z] #48 sha256:772c7bdcd417b869f0641dc2f68220d8e3d2f40c325f1929efcd78216b18626f
06:36:03 [2022-03-01T06:36:03.136Z] #48 DONE 0.1s
06:36:03 [2022-03-01T06:36:03.136Z] 
06:36:03 [2022-03-01T06:36:03.136Z] #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
06:36:03 [2022-03-01T06:36:03.136Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:36:03 [2022-03-01T06:36:03.136Z] #60 ...
06:36:03 [2022-03-01T06:36:03.136Z] 
06:36:03 [2022-03-01T06:36:03.136Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
06:36:03 [2022-03-01T06:36:03.137Z] #50 sha256:f5b89f51f49f7327a1d736563557abdd3659c282b953b94141e678fee32d8356
06:36:03 [2022-03-01T06:36:03.137Z] #50 DONE 0.1s
06:36:03 [2022-03-01T06:36:03.395Z] 
06:36:03 [2022-03-01T06:36:03.395Z] #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
06:36:03 [2022-03-01T06:36:03.395Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:36:35 [2022-03-01T06:36:35.541Z] #51 ...
06:36:35 [2022-03-01T06:36:35.541Z] 
06:36:35 [2022-03-01T06:36:35.541Z] #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
06:36:35 [2022-03-01T06:36:35.541Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:36:35 [2022-03-01T06:36:35.541Z] #60 189.3 + bin/containerd
06:36:37 [2022-03-01T06:36:37.437Z] #60 ...
06:36:37 [2022-03-01T06:36:37.437Z] 
06:36:37 [2022-03-01T06:36:37.437Z] #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
06:36:37 [2022-03-01T06:36:37.437Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f
06:36:37 [2022-03-01T06:36:37.437Z] #56 129.3 + mkdir -p /build
06:36:37 [2022-03-01T06:36:37.694Z] #56 129.3 + cp runc /build/runc
06:36:40 [2022-03-01T06:36:40.968Z] #56 DONE 132.7s
06:36:40 [2022-03-01T06:36:40.968Z] 
06:36:40 [2022-03-01T06:36:40.968Z] #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
06:36:40 [2022-03-01T06:36:40.968Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
06:36:42 [2022-03-01T06:36:42.912Z] #51 233.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
06:36:42 [2022-03-01T06:36:42.912Z] #51 DONE 233.7s
06:36:42 [2022-03-01T06:36:42.912Z] 
06:36:42 [2022-03-01T06:36:42.912Z] #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
06:36:42 [2022-03-01T06:36:42.912Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:36:44 [2022-03-01T06:36:44.283Z] #60 ...
06:36:44 [2022-03-01T06:36:44.283Z] 
06:36:44 [2022-03-01T06:36:44.283Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
06:36:44 [2022-03-01T06:36:44.283Z] #52 sha256:49d472316edba375e1f05b9968d882283f5ca86a6c77d08790e5220fcbe14b49
06:36:44 [2022-03-01T06:36:44.847Z] #52 DONE 0.9s
06:36:44 [2022-03-01T06:36:44.847Z] 
06:36:44 [2022-03-01T06:36:44.847Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
06:36:44 [2022-03-01T06:36:44.847Z] #54 sha256:58cbd62f9414057046cf773fe21a415dcdee789058746c6fcbf9e030b955ee83
06:36:44 [2022-03-01T06:36:44.847Z] #54 DONE 0.1s
06:36:44 [2022-03-01T06:36:44.847Z] 
06:36:44 [2022-03-01T06:36:44.847Z] #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
06:36:44 [2022-03-01T06:36:44.847Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:36:45 [2022-03-01T06:36:45.104Z] #60 ...
06:36:45 [2022-03-01T06:36:45.104Z] 
06:36:45 [2022-03-01T06:36:45.104Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
06:36:45 [2022-03-01T06:36:45.104Z] #57 sha256:aa5e6e7b85fda062dfa478f70e6cd1781dd5a7d273ebe84f96e5838e7bdc9f29
06:36:45 [2022-03-01T06:36:45.362Z] #57 DONE 0.4s
06:36:45 [2022-03-01T06:36:45.362Z] 
06:36:45 [2022-03-01T06:36:45.362Z] #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
06:36:45 [2022-03-01T06:36:45.362Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910
06:37:11 [2022-03-01T06:37:11.884Z] #60 228.1 # github.com/containerd/containerd/cmd/containerd
06:37:11 [2022-03-01T06:37:11.884Z] #60 228.1 /usr/bin/ld: /tmp/go-link-1428715878/000019.o: in function `New':
06:37:11 [2022-03-01T06:37:11.884Z] #60 228.1 /tmp/tmp.GBpRTZCcsd/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
06:37:11 [2022-03-01T06:37:11.884Z] #60 228.2 + bin/containerd-stress
06:37:11 [2022-03-01T06:37:11.884Z] #60 229.2 + bin/containerd-shim
06:37:20 [2022-03-01T06:37:20.031Z] #60 236.7 + bin/containerd-shim-runc-v1
06:37:24 [2022-03-01T06:37:24.254Z] #60 241.8 + bin/containerd-shim-runc-v2
06:37:24 [2022-03-01T06:37:24.511Z] #60 242.4 + binaries
06:37:24 [2022-03-01T06:37:24.511Z] #60 242.4 + install -D bin/containerd /build/containerd
06:37:24 [2022-03-01T06:37:24.511Z] #60 242.5 + install -D bin/containerd-shim /build/containerd-shim
06:37:24 [2022-03-01T06:37:24.511Z] #60 242.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
06:37:24 [2022-03-01T06:37:24.511Z] #60 242.5 + install -D bin/ctr /build/ctr
06:37:27 [2022-03-01T06:37:27.030Z] #60 DONE 244.9s
06:37:27 [2022-03-01T06:37:27.961Z] 
06:37:27 [2022-03-01T06:37:27.962Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
06:37:27 [2022-03-01T06:37:27.962Z] #61 sha256:4f465ad7809db674ce1d2f10c54309784e9365e5cab661e045ed7efa9a17e5b3
06:37:28 [2022-03-01T06:37:28.890Z] #61 DONE 0.8s
06:37:28 [2022-03-01T06:37:28.890Z] 
06:37:28 [2022-03-01T06:37:28.890Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
06:37:28 [2022-03-01T06:37:28.890Z] #66 sha256:10e55f7f6165355784814b03c92189703fa096659040cdf0f28c133fd8a07b6b
06:37:29 [2022-03-01T06:37:29.146Z] #66 DONE 0.2s
06:37:29 [2022-03-01T06:37:29.146Z] 
06:37:29 [2022-03-01T06:37:29.146Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
06:37:29 [2022-03-01T06:37:29.146Z] #71 sha256:9982d4c0dfdb2e8823bf9c1dd7d9e89a2ef2d2988e1d5296ceef5d59d35659b0
06:37:30 [2022-03-01T06:37:30.072Z] #71 DONE 1.0s
06:37:30 [2022-03-01T06:37:30.072Z] 
06:37:30 [2022-03-01T06:37:30.072Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
06:37:30 [2022-03-01T06:37:30.072Z] #72 sha256:36253089607d4c96072c50eca4bd3a998d0a315d2048163b8fd46e9625a34bdd
06:37:30 [2022-03-01T06:37:30.072Z] #72 DONE 0.0s
06:37:30 [2022-03-01T06:37:30.072Z] 
06:37:30 [2022-03-01T06:37:30.072Z] #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
06:37:30 [2022-03-01T06:37:30.072Z] #73 sha256:ada69579e5baa9e28c50f6f658f0814bd5f53f297b9a56a2292013aefea7a657
06:37:30 [2022-03-01T06:37:30.998Z] #73 0.783 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
06:37:30 [2022-03-01T06:37:30.998Z] #73 0.953 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
06:37:31 [2022-03-01T06:37:31.254Z] #73 1.192 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
06:37:31 [2022-03-01T06:37:31.817Z] #73 1.271 Reading package lists...
06:37:32 [2022-03-01T06:37:32.382Z] #73 1.779 Reading package lists...
06:37:32 [2022-03-01T06:37:32.382Z] #73 2.282 Building dependency tree...
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.389 Reading state information...
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.505 The following additional packages will be installed:
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.506   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.506   systemd-timesyncd
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.507 Suggested packages:
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.507   systemd-container policykit-1
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.507 Recommended packages:
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.507   libnss-systemd
06:37:32 [2022-03-01T06:37:32.638Z] #73 2.584 The following NEW packages will be installed:
06:37:32 [2022-03-01T06:37:32.639Z] #73 2.584   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
06:37:32 [2022-03-01T06:37:32.639Z] #73 2.585   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.852 0 upgraded, 11 newly installed, 0 to remove and 3 not upgraded.
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.852 Need to get 5941 kB of archives.
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.852 After this operation, 19.5 MB of additional disk space will be used.
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.852 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.856 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.858 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.861 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.862 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.863 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
06:37:32 [2022-03-01T06:37:32.895Z] #73 2.956 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
06:37:33 [2022-03-01T06:37:33.152Z] #73 3.047 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
06:37:33 [2022-03-01T06:37:33.408Z] #73 3.176 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
06:37:33 [2022-03-01T06:37:33.408Z] #73 3.178 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
06:37:33 [2022-03-01T06:37:33.408Z] #73 3.181 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
06:37:33 [2022-03-01T06:37:33.408Z] #73 3.379 debconf: delaying package configuration, since apt-utils is not installed
06:37:33 [2022-03-01T06:37:33.409Z] #73 3.410 Fetched 5941 kB in 1s (10.0 MB/s)
06:37:33 [2022-03-01T06:37:33.409Z] #73 3.433 Selecting previously unselected package libargon2-1:amd64.
06:37:33 [2022-03-01T06:37:33.409Z] #73 3.433 (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.)
06:37:33 [2022-03-01T06:37:33.409Z] #73 3.448 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
06:37:33 [2022-03-01T06:37:33.409Z] #73 3.454 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
06:37:33 [2022-03-01T06:37:33.409Z] #73 3.486 Selecting previously unselected package libjson-c5:amd64.
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.488 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.492 Unpacking libjson-c5:amd64 (0.15-2) ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.528 Selecting previously unselected package libcryptsetup12:amd64.
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.530 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.534 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.584 Selecting previously unselected package libkmod2:amd64.
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.587 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.591 Unpacking libkmod2:amd64 (28-1) ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.628 Selecting previously unselected package systemd-timesyncd.
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.631 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.634 Unpacking systemd-timesyncd (247.3-6) ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.683 Selecting previously unselected package systemd.
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.686 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
06:37:33 [2022-03-01T06:37:33.666Z] #73 3.719 Unpacking systemd (247.3-6) ...
06:37:34 [2022-03-01T06:37:34.230Z] #73 4.232 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
06:37:34 [2022-03-01T06:37:34.230Z] #73 4.242 Setting up libjson-c5:amd64 (0.15-2) ...
06:37:34 [2022-03-01T06:37:34.230Z] #73 4.253 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
06:37:34 [2022-03-01T06:37:34.230Z] #73 4.262 Setting up libkmod2:amd64 (28-1) ...
06:37:34 [2022-03-01T06:37:34.230Z] #73 4.272 Setting up systemd (247.3-6) ...
06:37:34 [2022-03-01T06:37:34.488Z] #73 4.307 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
06:37:34 [2022-03-01T06:37:34.488Z] #73 4.309 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
06:37:34 [2022-03-01T06:37:34.488Z] #73 4.312 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
06:37:34 [2022-03-01T06:37:34.745Z] #73 4.616 Setting up systemd-timesyncd (247.3-6) ...
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.821 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.821 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.888 Selecting previously unselected package systemd-sysv.
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.888 (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.)
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.903 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.907 Unpacking systemd-sysv (247.3-6) ...
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.949 Selecting previously unselected package libdbus-1-3:amd64.
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.952 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
06:37:35 [2022-03-01T06:37:35.002Z] #73 4.955 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
06:37:35 [2022-03-01T06:37:35.002Z] #73 5.008 Selecting previously unselected package dbus.
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.011 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.020 Unpacking dbus (1.12.20-2) ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.073 Selecting previously unselected package libpam-systemd:amd64.
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.076 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.079 Unpacking libpam-systemd:amd64 (247.3-6) ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.126 Selecting previously unselected package dbus-user-session.
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.129 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.133 Unpacking dbus-user-session (1.12.20-2) ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.204 Setting up systemd-sysv (247.3-6) ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.216 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
06:37:35 [2022-03-01T06:37:35.259Z] #73 5.225 Setting up dbus (1.12.20-2) ...
06:37:35 [2022-03-01T06:37:35.516Z] #73 5.332 invoke-rc.d: could not determine current runlevel
06:37:35 [2022-03-01T06:37:35.516Z] #73 5.335 invoke-rc.d: policy-rc.d denied execution of start.
06:37:35 [2022-03-01T06:37:35.516Z] #73 5.339 Setting up libpam-systemd:amd64 (247.3-6) ...
06:37:35 [2022-03-01T06:37:35.516Z] #73 5.479 Setting up dbus-user-session (1.12.20-2) ...
06:37:35 [2022-03-01T06:37:35.516Z] #73 5.491 Processing triggers for libc-bin (2.31-13+deb11u2) ...
06:37:35 [2022-03-01T06:37:35.773Z] #73 DONE 5.6s
06:37:35 [2022-03-01T06:37:35.773Z] 
06:37:35 [2022-03-01T06:37:35.773Z] #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
06:37:35 [2022-03-01T06:37:35.773Z] #74 sha256:4f9c1a98c7734529e88651bbc0a36abf9a9398997d301245fbd11d142de17995
06:37:36 [2022-03-01T06:37:36.336Z] #74 0.462   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
06:37:36 [2022-03-01T06:37:36.336Z] #74 0.463                                  Dload  Upload   Total   Spent    Left  Speed
06:37:36 [2022-03-01T06:37:36.593Z] #74 0.465 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5787      0 --:--:-- --:--:-- --:--:--  5787
06:37:36 [2022-03-01T06:37:36.593Z] #74 DONE 0.8s
06:37:36 [2022-03-01T06:37:36.593Z] 
06:37:36 [2022-03-01T06:37:36.593Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
06:37:36 [2022-03-01T06:37:36.593Z] #75 sha256:083bc49ac7364bb82a5034859a2ecef75eeb5098b0207acf5cfb69b30e9cc53c
06:37:37 [2022-03-01T06:37:37.525Z] #75 DONE 1.0s
06:37:37 [2022-03-01T06:37:37.525Z] 
06:37:37 [2022-03-01T06:37:37.525Z] #76 exporting to image
06:37:37 [2022-03-01T06:37:37.525Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
06:37:37 [2022-03-01T06:37:37.525Z] #76 exporting layers
06:37:44 [2022-03-01T06:37:44.068Z] #76 exporting layers 6.1s done
06:37:44 [2022-03-01T06:37:44.068Z] #76 writing image sha256:a7bf54f0031751d10ea30f5ad31e76af0d65e41b44f6ab66f88d860d993e127a done
06:37:44 [2022-03-01T06:37:44.068Z] #76 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 done
06:37:44 [2022-03-01T06:37:44.068Z] #76 DONE 6.2s