Skip to content

Console Output

Skipping 40 KB.. Full Log
3 3.773 + GOPATH=/tmp/tmp.lgkSyaGIqP
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.773 + RM_GOPATH=1
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.773 + case "$(go env GOARCH)" in
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.774 ++ go env GOARCH
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.798 + export GO_BUILDMODE=-buildmode=pie
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.798 + GO_BUILDMODE=-buildmode=pie
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.799 ++ dirname /install.sh
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.804 + dir=/
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.809 + bin=rootlesskit
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.814 + shift
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.815 + '[' '!' -f //rootlesskit.installer ']'
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.815 + . //rootlesskit.installer
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.816 ++ : v0.14.6
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.820 + install_rootlesskit
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.820 + case "$1" in
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.820 + export CGO_ENABLED=0
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.820 + CGO_ENABLED=0
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.820 + _install_rootlesskit
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.823 + echo 'Install rootlesskit version v0.14.6'
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.823 + for f in rootlesskit rootlesskit-docker-proxy
09:54:08 [2022-02-01T09:54:08.478Z] #63 3.823 + GOBIN=/build
09:54:08 [2022-02-01T09:54:08.479Z] #63 3.823 + GO111MODULE=on
09:54:08 [2022-02-01T09:54:08.479Z] #63 3.823 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
09:54:08 [2022-02-01T09:54:08.479Z] #63 3.823 Install rootlesskit version v0.14.6
09:54:08 [2022-02-01T09:54:08.479Z] #63 4.262 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
09:54:12 [2022-02-01T09:54:12.656Z] #63 ...
09:54:12 [2022-02-01T09:54:12.656Z] 
09:54:12 [2022-02-01T09:54:12.656Z] #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
09:54:12 [2022-02-01T09:54:12.656Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:54:12 [2022-02-01T09:54:12.656Z] #14 3.243 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #14 3.261 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #14 3.393 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #14 3.557 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #14 5.318 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [115 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #14 7.177 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
09:54:12 [2022-02-01T09:54:12.656Z] #14 ...
09:54:12 [2022-02-01T09:54:12.656Z] 
09:54:12 [2022-02-01T09:54:12.656Z] #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.23.8"      && /build/golangci-lint --version
09:54:12 [2022-02-01T09:54:12.656Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:54:12 [2022-02-01T09:54:12.656Z] #51 3.492 go: downloading github.com/golangci/golangci-lint v1.23.8
09:54:12 [2022-02-01T09:54:12.656Z] #51 8.717 go: downloading github.com/fatih/color v1.7.0
09:54:12 [2022-02-01T09:54:12.656Z] #51 8.723 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:54:12 [2022-02-01T09:54:12.656Z] #51 8.796 go: downloading github.com/pkg/errors v0.8.1
09:54:12 [2022-02-01T09:54:12.656Z] #51 8.813 go: downloading github.com/spf13/cobra v0.0.5
09:54:12 [2022-02-01T09:54:12.656Z] #51 8.877 go: downloading github.com/spf13/pflag v1.0.5
09:54:12 [2022-02-01T09:54:12.656Z] #51 9.137 go: downloading github.com/spf13/viper v1.6.1
09:54:12 [2022-02-01T09:54:12.656Z] #51 9.371 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:54:12 [2022-02-01T09:54:12.656Z] #51 9.395 go: downloading github.com/go-critic/go-critic v0.4.1
09:54:12 [2022-02-01T09:54:12.656Z] #51 10.10 go: downloading github.com/go-lintpack/lintpack v0.5.2
09:54:12 [2022-02-01T09:54:12.656Z] #51 10.20 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:54:12 [2022-02-01T09:54:12.656Z] #51 ...
09:54:12 [2022-02-01T09:54:12.656Z] 
09:54:12 [2022-02-01T09:54:12.656Z] #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
09:54:12 [2022-02-01T09:54:12.656Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
09:54:12 [2022-02-01T09:54:12.656Z] #58 4.641 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #58 4.681 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #58 4.836 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #58 5.411 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #58 7.174 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [115 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #58 9.321 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
09:54:12 [2022-02-01T09:54:12.656Z] #58 ...
09:54:12 [2022-02-01T09:54:12.656Z] 
09:54:12 [2022-02-01T09:54:12.656Z] #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
09:54:12 [2022-02-01T09:54:12.656Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
09:54:12 [2022-02-01T09:54:12.656Z] #38 2.848 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #38 2.862 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #38 2.862 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #38 3.070 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #38 3.637 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [115 kB]
09:54:12 [2022-02-01T09:54:12.656Z] #38 5.095 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
09:54:12 [2022-02-01T09:54:12.656Z] #38 ...
09:54:12 [2022-02-01T09:54:12.656Z] 
09:54:12 [2022-02-01T09:54:12.656Z] #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
09:54:12 [2022-02-01T09:54:12.656Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda
09:54:12 [2022-02-01T09:54:12.656Z] #49 3.817 go: downloading gotest.tools/gotestsum v1.7.0
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.120 go: downloading github.com/dnephin/pflag v1.0.7
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.153 go: downloading github.com/fatih/color v1.10.0
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.163 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.310 go: downloading github.com/pkg/errors v0.9.1
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.577 go: downloading github.com/mattn/go-colorable v0.1.8
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.580 go: downloading github.com/mattn/go-isatty v0.0.12
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.608 go: downloading github.com/fsnotify/fsnotify v1.4.9
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.636 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.840 go: downloading github.com/jonboulle/clockwork v0.2.2
09:54:12 [2022-02-01T09:54:12.656Z] #49 5.920 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
09:54:12 [2022-02-01T09:54:12.656Z] #49 6.017 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
09:54:12 [2022-02-01T09:54:12.656Z] #49 6.248 go: downloading golang.org/x/tools v0.1.0
09:54:12 [2022-02-01T09:54:12.656Z] #49 ...
09:54:12 [2022-02-01T09:54:12.656Z] 
09:54:12 [2022-02-01T09:54:12.656Z] #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
09:54:12 [2022-02-01T09:54:12.656Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2
09:54:12 [2022-02-01T09:54:12.656Z] #36 3.654 go: downloading github.com/pelletier/go-toml v1.8.1
09:54:12 [2022-02-01T09:54:12.918Z] #36 ...
09:54:12 [2022-02-01T09:54:12.918Z] 
09:54:12 [2022-02-01T09:54:12.918Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
09:54:12 [2022-02-01T09:54:12.918Z] #26 sha256:9c1ac01cfba6fcec1c8fdd28df7d60e87255b8af2b4c7cc4756f2b746c953213
09:54:12 [2022-02-01T09:54:12.918Z] #26 10.34 + mkdir -p /build
09:54:12 [2022-02-01T09:54:12.918Z] #26 10.34 + mv docker/docker /build/
09:54:12 [2022-02-01T09:54:12.918Z] #26 10.34 + rmdir docker
09:54:12 [2022-02-01T09:54:12.918Z] #26 DONE 10.6s
09:54:12 [2022-02-01T09:54:12.918Z] 
09:54:12 [2022-02-01T09:54:12.918Z] #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
09:54:12 [2022-02-01T09:54:12.918Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
09:54:12 [2022-02-01T09:54:12.918Z] #43 2.678 + git clone https://github.com/docker/distribution.git .
09:54:12 [2022-02-01T09:54:12.918Z] #43 2.679 Cloning into '.'...
09:54:12 [2022-02-01T09:54:12.918Z] #43 ...
09:54:12 [2022-02-01T09:54:12.918Z] 
09:54:12 [2022-02-01T09:54:12.918Z] #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
09:54:12 [2022-02-01T09:54:12.918Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33
09:54:12 [2022-02-01T09:54:12.918Z] #34 3.561 + git clone https://github.com/kolyshkin/go-swagger.git .
09:54:12 [2022-02-01T09:54:12.918Z] #34 3.568 Cloning into '.'...
09:54:13 [2022-02-01T09:54:13.175Z] #34 ...
09:54:13 [2022-02-01T09:54:13.175Z] 
09:54:13 [2022-02-01T09:54:13.175Z] #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
09:54:13 [2022-02-01T09:54:13.175Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac
09:54:13 [2022-02-01T09:54:13.175Z] #53 3.782 go: downloading mvdan.cc/sh/v3 v3.0.2
09:54:13 [2022-02-01T09:54:13.175Z] #53 4.509 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:54:13 [2022-02-01T09:54:13.175Z] #53 4.528 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:54:13 [2022-02-01T09:54:13.175Z] #53 4.629 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:54:13 [2022-02-01T09:54:13.175Z] #53 6.069 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:54:13 [2022-02-01T09:54:13.175Z] #53 ...
09:54:13 [2022-02-01T09:54:13.175Z] 
09:54:13 [2022-02-01T09:54:13.175Z] #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
09:54:13 [2022-02-01T09:54:13.175Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:13 [2022-02-01T09:54:13.175Z] #47 4.402 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:54:13 [2022-02-01T09:54:13.175Z] #47 4.465 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:54:13 [2022-02-01T09:54:13.175Z] #47 4.622 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:54:13 [2022-02-01T09:54:13.175Z] #47 4.705 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
09:54:13 [2022-02-01T09:54:13.175Z] #47 5.194 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
09:54:13 [2022-02-01T09:54:13.175Z] #47 7.103 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [115 kB]
09:54:13 [2022-02-01T09:54:13.175Z] #47 9.317 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
09:54:13 [2022-02-01T09:54:13.432Z] #47 ...
09:54:13 [2022-02-01T09:54:13.432Z] 
09:54:13 [2022-02-01T09:54:13.432Z] #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
09:54:13 [2022-02-01T09:54:13.432Z] #63 sha256:9c1c7b15ed63d8e6e3568b82f59401afa5d1a2b16ed57764876f93237db59255
09:54:13 [2022-02-01T09:54:13.432Z] #63 9.973 go: downloading github.com/sirupsen/logrus v1.8.1
09:54:13 [2022-02-01T09:54:13.432Z] #63 10.05 go: downloading github.com/urfave/cli/v2 v2.3.0
09:54:13 [2022-02-01T09:54:13.432Z] #63 10.45 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
09:54:15 [2022-02-01T09:54:15.323Z] #63 12.95 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
09:54:15 [2022-02-01T09:54:15.887Z] #63 13.57 go: downloading github.com/google/uuid v1.3.0
09:54:15 [2022-02-01T09:54:15.887Z] #63 13.64 go: downloading github.com/moby/vpnkit v0.5.0
09:54:16 [2022-02-01T09:54:16.450Z] #63 ...
09:54:16 [2022-02-01T09:54:16.450Z] 
09:54:16 [2022-02-01T09:54:16.450Z] #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
09:54:16 [2022-02-01T09:54:16.450Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03 tomll can be used in two ways:
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03 Writing to STDIN and reading from STDOUT:
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03   cat file.toml | tomll > file.toml
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03 
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03 Reading and updating a list of files:
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03   tomll a.toml b.toml c.toml
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03 
09:54:16 [2022-02-01T09:54:16.450Z] #36 14.03 When given a list of files, tomll will modify all files in place without asking.
09:54:16 [2022-02-01T09:54:16.450Z] #36 DONE 14.4s
09:54:16 [2022-02-01T09:54:16.450Z] 
09:54:16 [2022-02-01T09:54:16.450Z] #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
09:54:16 [2022-02-01T09:54:16.450Z] #63 sha256:9c1c7b15ed63d8e6e3568b82f59401afa5d1a2b16ed57764876f93237db59255
09:54:16 [2022-02-01T09:54:16.450Z] #63 14.26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:54:16 [2022-02-01T09:54:16.450Z] #63 14.34 go: downloading github.com/gofrs/flock v0.8.1
09:54:16 [2022-02-01T09:54:16.707Z] #63 14.42 go: downloading github.com/gorilla/mux v1.8.0
09:54:16 [2022-02-01T09:54:16.963Z] #63 14.66 go: downloading github.com/moby/sys/mountinfo v0.5.0
09:54:17 [2022-02-01T09:54:17.220Z] #63 14.92 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:54:17 [2022-02-01T09:54:17.475Z] #63 15.09 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:54:17 [2022-02-01T09:54:17.475Z] #63 15.23 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
09:54:19 [2022-02-01T09:54:19.451Z] #63 16.99 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:54:22 [2022-02-01T09:54:22.723Z] #63 ...
09:54:22 [2022-02-01T09:54:22.723Z] 
09:54:22 [2022-02-01T09:54:22.723Z] #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.23.8"      && /build/golangci-lint --version
09:54:22 [2022-02-01T09:54:22.723Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:54:22 [2022-02-01T09:54:22.723Z] #51 13.69 go: downloading github.com/mattn/go-colorable v0.1.4
09:54:22 [2022-02-01T09:54:22.723Z] #51 13.69 go: downloading github.com/sirupsen/logrus v1.4.2
09:54:22 [2022-02-01T09:54:22.723Z] #51 13.69 go: downloading github.com/stretchr/testify v1.4.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 13.89 go: downloading github.com/mattn/go-isatty v0.0.8
09:54:22 [2022-02-01T09:54:22.723Z] #51 13.95 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.00 go: downloading github.com/fsnotify/fsnotify v1.4.7
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.07 go: downloading github.com/hashicorp/hcl v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.31 go: downloading github.com/magiconair/properties v1.8.1
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.34 go: downloading github.com/mitchellh/mapstructure v1.1.2
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.36 go: downloading github.com/pelletier/go-toml v1.2.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.42 go: downloading github.com/spf13/afero v1.1.2
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.52 go: downloading github.com/spf13/cast v1.3.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.55 go: downloading github.com/spf13/jwalterweatherman v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.57 go: downloading github.com/subosito/gotenv v1.2.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.62 go: downloading gopkg.in/ini.v1 v1.51.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.72 go: downloading gopkg.in/yaml.v2 v2.2.7
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.82 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.86 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.91 go: downloading github.com/go-toolsmith/astequal v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.95 go: downloading github.com/go-toolsmith/astp v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.96 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 14.99 go: downloading github.com/go-toolsmith/typep v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.02 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.02 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.13 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.13 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.19 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.22 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.29 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.36 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.59 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.60 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.69 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.72 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.78 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.80 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.82 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:54:22 [2022-02-01T09:54:22.723Z] #51 15.96 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.10 go: downloading github.com/sourcegraph/go-diff v0.5.1
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.15 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.15 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.28 go: downloading github.com/ultraware/funlen v0.0.2
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.28 go: downloading github.com/ultraware/whitespace v0.0.4
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.29 go: downloading github.com/uudashr/gocognit v1.0.1
09:54:22 [2022-02-01T09:54:22.723Z] #51 16.35 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.25 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.25 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.30 go: downloading github.com/davecgh/go-spew v1.1.1
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.38 go: downloading github.com/pmezard/go-difflib v1.0.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.45 go: downloading github.com/stretchr/objx v0.2.0
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.45 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:54:22 [2022-02-01T09:54:22.723Z] #51 17.77 go: downloading golang.org/x/text v0.3.2
09:54:23 [2022-02-01T09:54:23.653Z] #51 ...
09:54:23 [2022-02-01T09:54:23.653Z] 
09:54:23 [2022-02-01T09:54:23.653Z] #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
09:54:23 [2022-02-01T09:54:23.653Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda
09:54:23 [2022-02-01T09:54:23.653Z] #49 11.64 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
09:54:23 [2022-02-01T09:54:23.653Z] #49 11.73 go: downloading golang.org/x/mod v0.3.0
09:54:23 [2022-02-01T09:54:23.653Z] #49 ...
09:54:23 [2022-02-01T09:54:23.653Z] 
09:54:23 [2022-02-01T09:54:23.653Z] #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
09:54:23 [2022-02-01T09:54:23.653Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:23 [2022-02-01T09:54:23.653Z] #47 11.54 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
09:54:23 [2022-02-01T09:54:23.653Z] #47 16.91 Fetched 8503 kB in 13s (657 kB/s)
09:54:23 [2022-02-01T09:54:23.910Z] #47 16.91 Reading package lists...
09:54:23 [2022-02-01T09:54:23.910Z] #47 ...
09:54:23 [2022-02-01T09:54:23.910Z] 
09:54:23 [2022-02-01T09:54:23.910Z] #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
09:54:23 [2022-02-01T09:54:23.910Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
09:54:23 [2022-02-01T09:54:23.910Z] #43 19.02 + git checkout -q v2.3.0
09:54:23 [2022-02-01T09:54:23.910Z] #43 21.23 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:54:24 [2022-02-01T09:54:24.839Z] #43 ...
09:54:24 [2022-02-01T09:54:24.839Z] 
09:54:24 [2022-02-01T09:54:24.839Z] #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
09:54:24 [2022-02-01T09:54:24.839Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
09:54:24 [2022-02-01T09:54:24.839Z] #38 12.74 Fetched 8500 kB in 10s (837 kB/s)
09:54:24 [2022-02-01T09:54:24.839Z] #38 12.74 Reading package lists...
09:54:24 [2022-02-01T09:54:24.839Z] #38 18.08 Reading package lists...
09:54:24 [2022-02-01T09:54:24.839Z] #38 22.68 Building dependency tree...
09:54:24 [2022-02-01T09:54:24.839Z] #38 ...
09:54:24 [2022-02-01T09:54:24.839Z] 
09:54:24 [2022-02-01T09:54:24.839Z] #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
09:54:24 [2022-02-01T09:54:24.839Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:26 [2022-02-01T09:54:26.741Z] #47 21.80 Reading package lists...
09:54:26 [2022-02-01T09:54:26.741Z] #47 ...
09:54:26 [2022-02-01T09:54:26.741Z] 
09:54:26 [2022-02-01T09:54:26.741Z] #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
09:54:26 [2022-02-01T09:54:26.741Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:54:26 [2022-02-01T09:54:26.741Z] #14 14.59 Fetched 8500 kB in 12s (734 kB/s)
09:54:26 [2022-02-01T09:54:26.741Z] #14 14.59 Reading package lists...
09:54:26 [2022-02-01T09:54:26.741Z] #14 19.60 Reading package lists...
09:54:26 [2022-02-01T09:54:26.741Z] #14 24.37 Building dependency tree...
09:54:26 [2022-02-01T09:54:26.741Z] #14 ...
09:54:26 [2022-02-01T09:54:26.741Z] 
09:54:26 [2022-02-01T09:54:26.741Z] #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.23.8"      && /build/golangci-lint --version
09:54:26 [2022-02-01T09:54:26.741Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:54:26 [2022-02-01T09:54:26.741Z] #51 24.34 go: downloading github.com/gobwas/glob v0.2.3
09:54:26 [2022-02-01T09:54:26.741Z] #51 24.34 go: downloading github.com/kisielk/gotool v1.0.0
09:54:26 [2022-02-01T09:54:26.741Z] #51 24.39 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:54:26 [2022-02-01T09:54:26.741Z] #51 24.43 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:54:26 [2022-02-01T09:54:26.741Z] #51 24.50 go: downloading github.com/gogo/protobuf v1.2.1
09:54:27 [2022-02-01T09:54:27.311Z] #51 25.14 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:54:27 [2022-02-01T09:54:27.311Z] #51 25.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:54:27 [2022-02-01T09:54:27.567Z] #51 25.47 go: downloading github.com/BurntSushi/toml v0.3.1
09:54:28 [2022-02-01T09:54:28.129Z] #51 ...
09:54:28 [2022-02-01T09:54:28.129Z] 
09:54:28 [2022-02-01T09:54:28.129Z] #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
09:54:28 [2022-02-01T09:54:28.129Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
09:54:28 [2022-02-01T09:54:28.129Z] #58 16.28 Fetched 8500 kB in 12s (703 kB/s)
09:54:28 [2022-02-01T09:54:28.129Z] #58 16.28 Reading package lists...
09:54:28 [2022-02-01T09:54:28.129Z] #58 21.45 Reading package lists...
09:54:28 [2022-02-01T09:54:28.385Z] #58 26.17 Building dependency tree...
09:54:28 [2022-02-01T09:54:28.385Z] #58 ...
09:54:28 [2022-02-01T09:54:28.385Z] 
09:54:28 [2022-02-01T09:54:28.385Z] #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
09:54:28 [2022-02-01T09:54:28.385Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:28 [2022-02-01T09:54:28.385Z] #47 21.80 Reading package lists...
09:54:29 [2022-02-01T09:54:29.316Z] #47 26.10 Building dependency tree...
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.65 The following additional packages will be installed:
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.67   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.67   python3-protobuf python3-six
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.68 Suggested packages:
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.68   python3-setuptools
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.68 Recommended packages:
09:54:31 [2022-02-01T09:54:31.215Z] #47 28.68   iproute2 | iproute
09:54:31 [2022-02-01T09:54:31.215Z] #47 ...
09:54:31 [2022-02-01T09:54:31.215Z] 
09:54:31 [2022-02-01T09:54:31.215Z] #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
09:54:31 [2022-02-01T09:54:31.215Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac
09:54:31 [2022-02-01T09:54:31.215Z] #53 29.09 v3.0.2
09:54:31 [2022-02-01T09:54:31.215Z] #53 DONE 29.3s
09:54:31 [2022-02-01T09:54:31.474Z] 
09:54:31 [2022-02-01T09:54:31.474Z] #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
09:54:31 [2022-02-01T09:54:31.474Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
09:54:31 [2022-02-01T09:54:31.474Z] #38 22.68 Building dependency tree...
09:54:31 [2022-02-01T09:54:31.474Z] #38 25.40 The following additional packages will be installed:
09:54:31 [2022-02-01T09:54:31.474Z] #38 25.41   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
09:54:31 [2022-02-01T09:54:31.474Z] #38 25.43 Suggested packages:
09:54:31 [2022-02-01T09:54:31.474Z] #38 25.43   cmake-doc ninja-build lrzip
09:54:31 [2022-02-01T09:54:31.474Z] #38 25.43 Recommended packages:
09:54:31 [2022-02-01T09:54:31.474Z] #38 25.43   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.19 The following NEW packages will be installed:
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.20   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.20   vim-common xxd
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.58 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.58 Need to get 17.7 MB of archives.
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.58 After this operation, 70.7 MB of additional disk space will be used.
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 26.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 27.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 27.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 27.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 27.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 27.19 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 27.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.23 debconf: delaying package configuration, since apt-utils is not installed
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.43 Fetched 17.7 MB in 1s (15.3 MB/s)
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.54 Selecting previously unselected package xxd.
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.54 (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.)
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.62 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.63 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.83 Selecting previously unselected package vim-common.
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.84 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:54:31 [2022-02-01T09:54:31.474Z] #38 28.88 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:54:31 [2022-02-01T09:54:31.474Z] #38 29.21 Selecting previously unselected package cmake-data.
09:54:31 [2022-02-01T09:54:31.474Z] #38 29.21 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:54:31 [2022-02-01T09:54:31.474Z] #38 29.22 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:54:31 [2022-02-01T09:54:31.474Z] #38 ...
09:54:31 [2022-02-01T09:54:31.474Z] 
09:54:31 [2022-02-01T09:54:31.474Z] #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
09:54:31 [2022-02-01T09:54:31.474Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:31 [2022-02-01T09:54:31.474Z] #47 29.37 The following NEW packages will be installed:
09:54:31 [2022-02-01T09:54:31.474Z] #47 29.37   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:54:31 [2022-02-01T09:54:31.474Z] #47 29.37   python3-protobuf python3-six
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.72 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.72 Need to get 2292 kB of archives.
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.72 After this operation, 11.0 MB of additional disk space will be used.
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:54:32 [2022-02-01T09:54:32.044Z] #47 29.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:54:33 [2022-02-01T09:54:33.414Z] #47 ...
09:54:33 [2022-02-01T09:54:33.414Z] 
09:54:33 [2022-02-01T09:54:33.414Z] #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
09:54:33 [2022-02-01T09:54:33.414Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d
09:54:33 [2022-02-01T09:54:33.414Z] #58 26.17 Building dependency tree...
09:54:33 [2022-02-01T09:54:33.414Z] #58 28.62 The following additional packages will be installed:
09:54:33 [2022-02-01T09:54:33.414Z] #58 28.64   libbtrfs0
09:54:33 [2022-02-01T09:54:33.414Z] #58 28.77 The following NEW packages will be installed:
09:54:33 [2022-02-01T09:54:33.414Z] #58 28.79   libbtrfs-dev libbtrfs0
09:54:33 [2022-02-01T09:54:33.414Z] #58 29.22 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
09:54:33 [2022-02-01T09:54:33.414Z] #58 29.22 Need to get 460 kB of archives.
09:54:33 [2022-02-01T09:54:33.414Z] #58 29.22 After this operation, 1237 kB of additional disk space will be used.
09:54:33 [2022-02-01T09:54:33.414Z] #58 29.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:54:33 [2022-02-01T09:54:33.414Z] #58 29.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.15 debconf: delaying package configuration, since apt-utils is not installed
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.37 Fetched 460 kB in 0s (1270 kB/s)
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.47 Selecting previously unselected package libbtrfs0:amd64.
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.47 (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.)
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.48 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.50 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.67 Selecting previously unselected package libbtrfs-dev:amd64.
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.67 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.91 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:54:33 [2022-02-01T09:54:33.414Z] #58 30.95 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:54:33 [2022-02-01T09:54:33.415Z] #58 30.98 Processing triggers for libc-bin (2.31-13+deb11u2) ...
09:54:33 [2022-02-01T09:54:33.415Z] #58 DONE 31.3s
09:54:33 [2022-02-01T09:54:33.415Z] 
09:54:33 [2022-02-01T09:54:33.415Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
09:54:33 [2022-02-01T09:54:33.415Z] #59 sha256:5f623aa3ff5a82716d660c0640356721933b267daf25506d17895d85dce08a18
09:54:33 [2022-02-01T09:54:33.671Z] #59 DONE 0.2s
09:54:33 [2022-02-01T09:54:33.671Z] 
09:54:33 [2022-02-01T09:54:33.671Z] #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
09:54:33 [2022-02-01T09:54:33.671Z] #60 sha256:2faaa083c5cc0ac7982e07974b8358889815e15dd8f664b5db7078935e5465aa
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + RM_GOPATH=0
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + TMP_GOPATH=
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + : /build
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + '[' -z '' ']'
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 ++ mktemp -d
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + export GOPATH=/tmp/tmp.5GiIPTVl5A
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + GOPATH=/tmp/tmp.5GiIPTVl5A
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + RM_GOPATH=1
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + case "$(go env GOARCH)" in
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 ++ go env GOARCH
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + export GO_BUILDMODE=-buildmode=pie
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + GO_BUILDMODE=-buildmode=pie
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 ++ dirname /install.sh
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + dir=/
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + bin=containerd
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + shift
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + '[' '!' -f //containerd.installer ']'
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + . //containerd.installer
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 ++ set -e
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 ++ : v1.5.9
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + install_containerd
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + echo 'Install containerd version v1.5.9'
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5GiIPTVl5A/src/github.com/containerd/containerd
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 Cloning into '/tmp/tmp.5GiIPTVl5A/src/github.com/containerd/containerd'...
09:54:36 [2022-02-01T09:54:36.938Z] #60 3.218 Install containerd version v1.5.9
09:54:37 [2022-02-01T09:54:37.500Z] #60 ...
09:54:37 [2022-02-01T09:54:37.500Z] 
09:54:37 [2022-02-01T09:54:37.500Z] #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
09:54:37 [2022-02-01T09:54:37.500Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:54:37 [2022-02-01T09:54:37.500Z] #14 24.37 Building dependency tree...
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.95 The following additional packages will be installed:
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.95   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.95   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.95   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.96   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.96   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.96   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.96   mingw-w64-common mingw-w64-x86-64-dev
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.97 Suggested packages:
09:54:37 [2022-02-01T09:54:37.500Z] #14 26.98   gcc-10-locales seccomp wine64
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.05 The following NEW packages will be installed:
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.05   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.05   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.05   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.05   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.07   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.07   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.07   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.07   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.08   mingw-w64-x86-64-dev
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.42 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.42 Need to get 115 MB of archives.
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.42 After this operation, 645 MB of additional disk space will be used.
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.42 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.53 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 28.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 29.15 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 29.15 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 29.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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 30.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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 31.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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 32.03 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 32.92 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.37 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.37 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.39 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.39 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]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.42 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.46 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.46 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.46 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 33.46 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
09:54:37 [2022-02-01T09:54:37.500Z] #14 34.21 debconf: delaying package configuration, since apt-utils is not installed
09:54:37 [2022-02-01T09:54:37.500Z] #14 34.38 Fetched 115 MB in 5s (21.5 MB/s)
09:54:37 [2022-02-01T09:54:37.500Z] #14 34.45 Selecting previously unselected package binutils-mingw-w64-i686.
09:54:37 [2022-02-01T09:54:37.500Z] #14 34.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.)
09:54:37 [2022-02-01T09:54:37.500Z] #14 34.51 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
09:54:37 [2022-02-01T09:54:37.500Z] #14 34.53 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:54:38 [2022-02-01T09:54:38.430Z] #14 36.40 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:54:38 [2022-02-01T09:54:38.430Z] #14 36.40 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
09:54:38 [2022-02-01T09:54:38.430Z] #14 36.42 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:54:38 [2022-02-01T09:54:38.687Z] #14 ...
09:54:38 [2022-02-01T09:54:38.687Z] 
09:54:38 [2022-02-01T09:54:38.687Z] #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
09:54:38 [2022-02-01T09:54:38.687Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33
09:54:38 [2022-02-01T09:54:38.943Z] #34 36.57 Updating files:  92% (1403/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
09:54:38 [2022-02-01T09:54:38.943Z] #34 36.79 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
09:54:39 [2022-02-01T09:54:39.506Z] #34 37.37 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:54:44 [2022-02-01T09:54:44.759Z] #34 ...
09:54:44 [2022-02-01T09:54:44.759Z] 
09:54:44 [2022-02-01T09:54:44.759Z] #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
09:54:44 [2022-02-01T09:54:44.759Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
09:54:44 [2022-02-01T09:54:44.759Z] #38 32.15 Selecting previously unselected package libicu67:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #38 32.15 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 32.17 Unpacking libicu67:amd64 (67.1-7) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.20 Selecting previously unselected package libxml2:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.20 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.21 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.60 Selecting previously unselected package libarchive13:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.61 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.62 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.91 Selecting previously unselected package libjsoncpp24:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.93 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 37.94 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.10 Selecting previously unselected package librhash0:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.11 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.13 Unpacking librhash0:amd64 (1.4.1-2) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.28 Selecting previously unselected package libuv1:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.28 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.29 Unpacking libuv1:amd64 (1.40.0-2) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.45 Selecting previously unselected package cmake.
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.45 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 38.46 Unpacking cmake (3.18.4-2+deb11u1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.20 Setting up libicu67:amd64 (67.1-7) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.21 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.23 Setting up libuv1:amd64 (1.40.0-2) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.26 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.30 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.32 Setting up librhash0:amd64 (1.4.1-2) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.34 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 42.37 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
09:54:44 [2022-02-01T09:54:44.759Z] #38 ...
09:54:44 [2022-02-01T09:54:44.759Z] 
09:54:44 [2022-02-01T09:54:44.759Z] #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
09:54:44 [2022-02-01T09:54:44.759Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:44 [2022-02-01T09:54:44.759Z] #47 38.53 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
09:54:44 [2022-02-01T09:54:44.759Z] #47 39.57 debconf: delaying package configuration, since apt-utils is not installed
09:54:44 [2022-02-01T09:54:44.759Z] #47 39.76 Fetched 2292 kB in 10s (240 kB/s)
09:54:44 [2022-02-01T09:54:44.759Z] #47 39.83 Selecting previously unselected package libprotobuf23:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #47 39.83 (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.)
09:54:44 [2022-02-01T09:54:44.759Z] #47 39.89 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 39.90 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.59 Selecting previously unselected package python3-pkg-resources.
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.59 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.59 Unpacking python3-pkg-resources (52.0.0-4) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.81 Selecting previously unselected package python3-six.
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.81 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.81 Unpacking python3-six (1.16.0-2) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.88 Selecting previously unselected package python3-protobuf.
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.89 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 40.90 Unpacking python3-protobuf (3.12.4-1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.34 Selecting previously unselected package libnet1:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.34 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.49 Selecting previously unselected package libnl-3-200:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.49 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.51 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.64 Selecting previously unselected package libprotobuf-c1:amd64.
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.65 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.67 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.75 Selecting previously unselected package criu.
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.76 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 41.76 Unpacking criu (3.16.1-3) ...
09:54:44 [2022-02-01T09:54:44.759Z] #47 42.35 Setting up python3-pkg-resources (52.0.0-4) ...
09:54:45 [2022-02-01T09:54:45.015Z] #47 ...
09:54:45 [2022-02-01T09:54:45.015Z] 
09:54:45 [2022-02-01T09:54:45.015Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:54:45 [2022-02-01T09:54:45.015Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999
09:54:45 [2022-02-01T09:54:45.015Z] #38 42.37 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
09:54:45 [2022-02-01T09:54:45.015Z] #38 42.39 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
09:54:45 [2022-02-01T09:54:45.015Z] #38 42.40 Setting up cmake (3.18.4-2+deb11u1) ...
09:54:45 [2022-02-01T09:54:45.015Z] #38 42.42 Processing triggers for libc-bin (2.31-13+deb11u2) ...
09:54:45 [2022-02-01T09:54:45.015Z] #38 DONE 43.0s
09:54:45 [2022-02-01T09:54:45.272Z] 
09:54:45 [2022-02-01T09:54:45.272Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
09:54:45 [2022-02-01T09:54:45.272Z] #39 sha256:92e7af9eaa7844e9655cdc3ae61adb1683c919e8f416db238ff1a08d8cd89386
09:54:45 [2022-02-01T09:54:45.272Z] #39 DONE 0.2s
09:54:45 [2022-02-01T09:54:45.272Z] 
09:54:45 [2022-02-01T09:54:45.272Z] #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
09:54:45 [2022-02-01T09:54:45.272Z] #40 sha256:c1e8e72d396e11f0a7a1753dc552a31f347bf72443aab7dabec592b4b67d6922
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.243 + RM_GOPATH=0
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.243 + TMP_GOPATH=
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.243 + : /build
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.243 + '[' -z '' ']'
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.244 ++ mktemp -d
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.245 + export GOPATH=/tmp/tmp.T0p4j8AIoU
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.245 + GOPATH=/tmp/tmp.T0p4j8AIoU
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.246 + RM_GOPATH=1
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.246 + case "$(go env GOARCH)" in
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.246 ++ go env GOARCH
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.263 + export GO_BUILDMODE=-buildmode=pie
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.263 + GO_BUILDMODE=-buildmode=pie
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.263 ++ dirname /install.sh
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.269 + dir=/
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.284 + bin=tini
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.285 + shift
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.285 + '[' '!' -f //tini.installer ']'
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.285 + . //tini.installer
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.285 ++ : v0.19.0
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.286 + install_tini
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.286 + echo 'Install tini version v0.19.0'
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.286 Install tini version v0.19.0
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.286 + git clone https://github.com/krallin/tini.git /tmp/tmp.T0p4j8AIoU/tini
09:54:47 [2022-02-01T09:54:47.798Z] #40 2.291 Cloning into '/tmp/tmp.T0p4j8AIoU/tini'...
09:54:48 [2022-02-01T09:54:48.054Z] #40 2.933 + cd /tmp/tmp.T0p4j8AIoU/tini
09:54:48 [2022-02-01T09:54:48.054Z] #40 2.933 + git checkout -q v0.19.0
09:54:48 [2022-02-01T09:54:48.054Z] #40 2.937 + cmake .
09:54:48 [2022-02-01T09:54:48.621Z] #40 3.383 -- The C compiler identification is GNU 10.2.1
09:54:48 [2022-02-01T09:54:48.621Z] #40 3.475 -- Detecting C compiler ABI info
09:54:49 [2022-02-01T09:54:49.557Z] #40 4.078 -- Detecting C compiler ABI info - done
09:54:49 [2022-02-01T09:54:49.557Z] #40 4.195 -- Check for working C compiler: /usr/bin/cc - skipped
09:54:49 [2022-02-01T09:54:49.557Z] #40 4.205 -- Detecting C compile features
09:54:49 [2022-02-01T09:54:49.557Z] #40 4.208 -- Detecting C compile features - done
09:54:49 [2022-02-01T09:54:49.557Z] #40 4.254 -- Performing Test HAS_BUILTIN_FORTIFY
09:54:49 [2022-02-01T09:54:49.557Z] #40 4.479 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:54:49 [2022-02-01T09:54:49.814Z] #40 4.601 -- Configuring done
09:54:49 [2022-02-01T09:54:49.814Z] #40 4.617 -- Generating done
09:54:49 [2022-02-01T09:54:49.814Z] #40 4.618 -- Build files have been written to: /tmp/tmp.T0p4j8AIoU/tini
09:54:49 [2022-02-01T09:54:49.814Z] #40 4.623 + make tini-static
09:54:50 [2022-02-01T09:54:50.376Z] #40 5.044 Scanning dependencies of target tini-static
09:54:50 [2022-02-01T09:54:50.376Z] #40 5.140 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:54:50 [2022-02-01T09:54:50.376Z] #40 ...
09:54:50 [2022-02-01T09:54:50.376Z] 
09:54:50 [2022-02-01T09:54:50.376Z] #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
09:54:50 [2022-02-01T09:54:50.376Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda
09:54:50 [2022-02-01T09:54:50.376Z] #49 48.09 gotestsum version dev
09:54:50 [2022-02-01T09:54:50.376Z] #49 DONE 48.4s
09:54:50 [2022-02-01T09:54:50.376Z] 
09:54:50 [2022-02-01T09:54:50.376Z] #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
09:54:50 [2022-02-01T09:54:50.376Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.51 Selecting previously unselected package binutils-mingw-w64.
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.51 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.51 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.63 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.63 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.64 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.81 Selecting previously unselected package dmsetup.
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.82 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.82 Unpacking dmsetup (2:1.02.175-2.1) ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.95 Selecting previously unselected package mingw-w64-common.
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.96 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 38.96 Unpacking mingw-w64-common (8.0.0-1) ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 43.93 Selecting previously unselected package mingw-w64-x86-64-dev.
09:54:50 [2022-02-01T09:54:50.376Z] #14 43.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
09:54:50 [2022-02-01T09:54:50.376Z] #14 43.95 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
09:54:51 [2022-02-01T09:54:51.745Z] #14 49.63 Selecting previously unselected package gcc-mingw-w64-base.
09:54:51 [2022-02-01T09:54:51.745Z] #14 49.65 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
09:54:51 [2022-02-01T09:54:51.745Z] #14 49.65 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:54:51 [2022-02-01T09:54:51.745Z] #14 49.78 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
09:54:51 [2022-02-01T09:54:51.745Z] #14 49.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
09:54:51 [2022-02-01T09:54:51.745Z] #14 49.84 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:54:51 [2022-02-01T09:54:51.745Z] #14 ...
09:54:51 [2022-02-01T09:54:51.745Z] 
09:54:51 [2022-02-01T09:54:51.745Z] #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
09:54:51 [2022-02-01T09:54:51.745Z] #40 sha256:c1e8e72d396e11f0a7a1753dc552a31f347bf72443aab7dabec592b4b67d6922
09:54:51 [2022-02-01T09:54:51.745Z] #40 6.606 [100%] Linking C executable tini-static
09:54:52 [2022-02-01T09:54:52.675Z] #40 7.176 [100%] Built target tini-static
09:54:52 [2022-02-01T09:54:52.675Z] #40 7.226 + mkdir -p /build
09:54:52 [2022-02-01T09:54:52.675Z] #40 7.244 + cp tini-static /build/docker-init
09:54:52 [2022-02-01T09:54:52.675Z] #40 DONE 7.5s
09:54:52 [2022-02-01T09:54:52.675Z] 
09:54:52 [2022-02-01T09:54:52.675Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
09:54:52 [2022-02-01T09:54:52.675Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf
09:54:52 [2022-02-01T09:54:52.675Z] #47 43.79 Setting up libprotobuf23:amd64 (3.12.4-1) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 43.81 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 43.83 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 43.86 Setting up python3-six (1.16.0-2) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 44.90 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 44.93 Setting up python3-protobuf (3.12.4-1) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 48.24 Setting up criu (3.16.1-3) ...
09:54:52 [2022-02-01T09:54:52.675Z] #47 49.98 Processing triggers for libc-bin (2.31-13+deb11u2) ...
09:54:52 [2022-02-01T09:54:52.931Z] #47 DONE 50.6s
09:54:52 [2022-02-01T09:54:52.931Z] 
09:54:52 [2022-02-01T09:54:52.931Z] #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
09:54:52 [2022-02-01T09:54:52.931Z] #63 sha256:9c1c7b15ed63d8e6e3568b82f59401afa5d1a2b16ed57764876f93237db59255
09:54:58 [2022-02-01T09:54:58.186Z] #63 ...
09:54:58 [2022-02-01T09:54:58.186Z] 
09:54:58 [2022-02-01T09:54:58.186Z] #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
09:54:58 [2022-02-01T09:54:58.186Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:54:58 [2022-02-01T09:54:58.186Z] #14 55.83 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
09:54:58 [2022-02-01T09:54:58.186Z] #14 55.83 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:54:58 [2022-02-01T09:54:58.186Z] #14 55.83 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:55:10 [2022-02-01T09:55:10.368Z] #14 66.61 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
09:55:10 [2022-02-01T09:55:10.368Z] #14 66.62 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:55:10 [2022-02-01T09:55:10.368Z] #14 66.62 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:55:10 [2022-02-01T09:55:10.368Z] #14 ...
09:55:10 [2022-02-01T09:55:10.368Z] 
09:55:10 [2022-02-01T09:55:10.368Z] #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
09:55:10 [2022-02-01T09:55:10.368Z] #60 sha256:2faaa083c5cc0ac7982e07974b8358889815e15dd8f664b5db7078935e5465aa
09:55:10 [2022-02-01T09:55:10.881Z] #60 36.42 Updating files:  62% (2938/4684)
Updating files:  63% (2951/4684)
Updating files:  64% (2998/4684)
Updating files:  65% (3045/4684)
Updating files:  66% (3092/4684)
Updating files:  67% (3139/4684)
Updating files:  68% (3186/4684)
Updating files:  69% (3232/4684)
Updating files:  70% (3279/4684)
Updating files:  71% (3326/4684)
Updating files:  72% (3373/4684)
Updating files:  73% (3420/4684)
Updating files:  74% (3467/4684)
Updating files:  75% (3513/4684)
Updating files:  76% (3560/4684)
Updating files:  77% (3607/4684)
Updating files:  78% (3654/4684)
Updating files:  79% (3701/4684)
Updating files:  80% (3748/4684)
Updating files:  81% (3795/4684)
Updating files:  82% (3841/4684)
Updating files:  83% (3888/4684)
Updating files:  84% (3935/4684)
Updating files:  85% (3982/4684)
Updating files:  86% (4029/4684)
Updating files:  87% (4076/4684)
Updating files:  88% (4122/4684)
Updating files:  89% (4169/4684)
Updating files:  90% (4216/4684)
Updating files:  91% (4263/4684)
Updating files:  92% (4310/4684)
Updating files:  93% (4357/4684)
Updating files:  94% (4403/4684)
Updating files:  95% (4450/4684)
Updating files:  96% (4497/4684)
Updating files:  97% (4544/4684)
Updating files:  98% (4591/4684)
Updating files:  99% (4638/4684)
Updating files: 100% (4684/4684)
Updating files: 100% (4684/4684), done.
09:55:10 [2022-02-01T09:55:10.881Z] #60 37.27 + cd /tmp/tmp.5GiIPTVl5A/src/github.com/containerd/containerd
09:55:10 [2022-02-01T09:55:10.881Z] #60 37.27 + git checkout -q v1.5.9
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + export 'BUILDTAGS=netgo osusergo static_build'
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + BUILDTAGS='netgo osusergo static_build'
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + export EXTRA_FLAGS=-buildmode=pie
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + EXTRA_FLAGS=-buildmode=pie
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + '[' '' = dynamic ']'
09:55:12 [2022-02-01T09:55:12.774Z] #60 39.00 + make
09:55:14 [2022-02-01T09:55:14.148Z] #60 40.50 + bin/ctr
09:55:24 [2022-02-01T09:55:24.101Z] #60 ...
09:55:24 [2022-02-01T09:55:24.101Z] 
09:55:24 [2022-02-01T09:55:24.101Z] #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
09:55:24 [2022-02-01T09:55:24.101Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:55:24 [2022-02-01T09:55:24.101Z] #14 71.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
09:55:24 [2022-02-01T09:55:24.101Z] #14 71.29 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
09:55:24 [2022-02-01T09:55:24.101Z] #14 71.30 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:55:24 [2022-02-01T09:55:24.101Z] #14 75.91 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
09:55:24 [2022-02-01T09:55:24.101Z] #14 75.91 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:55:24 [2022-02-01T09:55:24.102Z] #14 75.92 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:55:28 [2022-02-01T09:55:28.275Z] #14 85.86 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
09:55:28 [2022-02-01T09:55:28.275Z] #14 85.86 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:55:28 [2022-02-01T09:55:28.275Z] #14 85.87 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:55:29 [2022-02-01T09:55:29.645Z] #14 ...
09:55:29 [2022-02-01T09:55:29.645Z] 
09:55:29 [2022-02-01T09:55:29.645Z] #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
09:55:29 [2022-02-01T09:55:29.645Z] #63 sha256:9c1c7b15ed63d8e6e3568b82f59401afa5d1a2b16ed57764876f93237db59255
09:55:29 [2022-02-01T09:55:29.645Z] #63 87.29 + for f in rootlesskit rootlesskit-docker-proxy
09:55:29 [2022-02-01T09:55:29.645Z] #63 87.29 + GOBIN=/build
09:55:29 [2022-02-01T09:55:29.645Z] #63 87.29 + GO111MODULE=on
09:55:29 [2022-02-01T09:55:29.645Z] #63 87.29 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
09:55:34 [2022-02-01T09:55:34.902Z] #63 ...
09:55:34 [2022-02-01T09:55:34.902Z] 
09:55:34 [2022-02-01T09:55:34.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
09:55:34 [2022-02-01T09:55:34.902Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.23 Selecting previously unselected package g++-mingw-w64-x86-64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.23 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.24 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.34 Selecting previously unselected package libapparmor1:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.35 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.35 Unpacking libapparmor1:amd64 (2.13.6-10) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.43 Selecting previously unselected package libapparmor-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.44 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.44 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.55 Selecting previously unselected package libbtrfs0:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.56 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.56 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.71 Selecting previously unselected package libbtrfs-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.71 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.71 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.86 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.86 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.89 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.93 Selecting previously unselected package libudev-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.94 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 90.94 Unpacking libudev-dev:amd64 (247.3-6) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.06 Selecting previously unselected package libsepol1-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.07 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.07 Unpacking libsepol1-dev:amd64 (3.1-1) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.30 Selecting previously unselected package libpcre2-16-0:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.30 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.31 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.50 Selecting previously unselected package libpcre2-32-0:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.53 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.53 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.76 Selecting previously unselected package libpcre2-posix2:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.77 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.77 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.81 Selecting previously unselected package libpcre2-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.82 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 91.82 Unpacking libpcre2-dev:amd64 (10.36-2) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.21 Selecting previously unselected package libselinux1-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.21 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.22 Unpacking libselinux1-dev:amd64 (3.1-3) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.40 Selecting previously unselected package libdevmapper-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.40 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.41 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.47 Selecting previously unselected package libseccomp-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.47 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.48 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.59 Selecting previously unselected package libsystemd-dev:amd64.
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.61 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
09:55:34 [2022-02-01T09:55:34.902Z] #14 92.61 Unpacking libsystemd-dev:amd64 (247.3-6) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.01 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.02 Setting up libapparmor1:amd64 (2.13.6-10) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.03 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.04 Setting up libsepol1-dev:amd64 (3.1-1) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.05 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.06 Setting up libpcre2-16-0:amd64 (10.36-2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.08 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.09 Setting up libpcre2-32-0:amd64 (10.36-2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.10 Setting up libudev-dev:amd64 (247.3-6) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.12 Setting up libpcre2-posix2:amd64 (10.36-2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.13 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.16 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.18 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.22 Setting up mingw-w64-common (8.0.0-1) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.24 Setting up libsystemd-dev:amd64 (247.3-6) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.26 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.27 Setting up libpcre2-dev:amd64 (10.36-2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.28 Setting up libselinux1-dev:amd64 (3.1-3) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.29 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.30 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.31 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
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.32 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.33 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
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.33 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
09:55:35 [2022-02-01T09:55:35.158Z] #14 93.34 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.35 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
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.36 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.37 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.39 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.41 Setting up dmsetup (2:1.02.175-2.1) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.42 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.43 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:55:35 [2022-02-01T09:55:35.415Z] #14 93.44 Processing triggers for libc-bin (2.31-13+deb11u2) ...
09:55:35 [2022-02-01T09:55:35.671Z] #14 ...
09:55:35 [2022-02-01T09:55:35.671Z] 
09:55:35 [2022-02-01T09:55:35.671Z] #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
09:55:35 [2022-02-01T09:55:35.671Z] #63 sha256:9c1c7b15ed63d8e6e3568b82f59401afa5d1a2b16ed57764876f93237db59255
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.26 rootlesskit version 0.14.6
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27 Usage of /build/rootlesskit-docker-proxy:
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27   -container-ip string
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27     	container ip
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27   -container-port int
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27     	container port (default -1)
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27   -host-ip string
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27     	host ip
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27   -host-port int
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27     	host port (default -1)
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27   -proto string
09:55:35 [2022-02-01T09:55:35.671Z] #63 93.27     	proxy protocol (default "tcp")
09:55:35 [2022-02-01T09:55:35.671Z] #63 DONE 93.5s
09:55:36 [2022-02-01T09:55:36.008Z] 
09:55:36 [2022-02-01T09:55:36.008Z] #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
09:55:36 [2022-02-01T09:55:36.008Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b
09:55:36 [2022-02-01T09:55:36.008Z] #14 DONE 93.8s
09:55:36 [2022-02-01T09:55:36.008Z] 
09:55:36 [2022-02-01T09:55:36.008Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:55:36 [2022-02-01T09:55:36.008Z] #55 sha256:b7ba941517d1759d6b83d0430052dc87b2ee2bfa1e1c2c9968cb3a1585864837
09:55:36 [2022-02-01T09:55:36.008Z] #55 ...
09:55:36 [2022-02-01T09:55:36.008Z] 
09:55:36 [2022-02-01T09:55:36.008Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
09:55:36 [2022-02-01T09:55:36.008Z] #64 sha256:74e8b294901ac1c9051bfb8b42f88fdd5f8def2b89283416b9d21b67e83a5feb
09:55:36 [2022-02-01T09:55:36.008Z] #64 DONE 0.2s
09:55:36 [2022-02-01T09:55:36.352Z] 
09:55:36 [2022-02-01T09:55:36.352Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:55:36 [2022-02-01T09:55:36.352Z] #55 sha256:b7ba941517d1759d6b83d0430052dc87b2ee2bfa1e1c2c9968cb3a1585864837
09:55:36 [2022-02-01T09:55:36.352Z] #55 DONE 0.3s
09:55:36 [2022-02-01T09:55:36.352Z] 
09:55:36 [2022-02-01T09:55:36.352Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:55:36 [2022-02-01T09:55:36.352Z] #65 sha256:f2bc1671c8d12c4282ec4c2e657da68938fa652deb0342dc46cbb2e29ec2797e
09:55:36 [2022-02-01T09:55:36.352Z] #65 DONE 0.2s
09:55:36 [2022-02-01T09:55:36.352Z] 
09:55:36 [2022-02-01T09:55:36.352Z] #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
09:55:36 [2022-02-01T09:55:36.352Z] #56 sha256:4ee6b97c1c3f227f25b110332586e6b74aa824f7541564041349a1362d91dee1
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.531 + RM_GOPATH=0
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.531 + TMP_GOPATH=
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.531 + : /build
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.531 + '[' -z '' ']'
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.531 ++ mktemp -d
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.543 + export GOPATH=/tmp/tmp.1gM1BJp1Ze
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.543 + GOPATH=/tmp/tmp.1gM1BJp1Ze
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.543 + RM_GOPATH=1
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.543 + case "$(go env GOARCH)" in
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.543 ++ go env GOARCH
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.549 + export GO_BUILDMODE=-buildmode=pie
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.550 + GO_BUILDMODE=-buildmode=pie
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.556 ++ dirname /install.sh
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.557 + dir=/
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + bin=runc
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + shift
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + '[' '!' -f //runc.installer ']'
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + . //runc.installer
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 ++ set -e
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 ++ : v1.0.3
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + install_runc
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + RUNC_BUILDTAGS=seccomp
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.558 + echo 'Install runc version v1.0.3 (build tags: seccomp)'
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.559 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1gM1BJp1Ze/src/github.com/opencontainers/runc
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.559 Install runc version v1.0.3 (build tags: seccomp)
09:55:39 [2022-02-01T09:55:39.674Z] #56 3.563 Cloning into '/tmp/tmp.1gM1BJp1Ze/src/github.com/opencontainers/runc'...
09:55:40 [2022-02-01T09:55:40.237Z] #56 ...
09:55:40 [2022-02-01T09:55:40.237Z] 
09:55:40 [2022-02-01T09:55:40.237Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
09:55:40 [2022-02-01T09:55:40.237Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12
09:55:40 [2022-02-01T09:55:40.237Z] #15 DONE 4.3s
09:55:40 [2022-02-01T09:55:40.237Z] 
09:55:40 [2022-02-01T09:55:40.237Z] #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
09:55:40 [2022-02-01T09:55:40.237Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487
09:55:42 [2022-02-01T09:55:42.756Z] #16 DONE 2.6s
09:55:42 [2022-02-01T09:55:42.756Z] 
09:55:42 [2022-02-01T09:55:42.756Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:55:42 [2022-02-01T09:55:42.756Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941
09:55:45 [2022-02-01T09:55:45.274Z] #17 2.262 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:55:45 [2022-02-01T09:55:45.274Z] #17 DONE 2.3s
09:55:45 [2022-02-01T09:55:45.274Z] 
09:55:45 [2022-02-01T09:55:45.274Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:55:45 [2022-02-01T09:55:45.274Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68
09:55:46 [2022-02-01T09:55:46.639Z] #18 DONE 1.4s
09:55:46 [2022-02-01T09:55:46.639Z] 
09:55:46 [2022-02-01T09:55:46.639Z] #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.23.8"      && /build/golangci-lint --version
09:55:46 [2022-02-01T09:55:46.639Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:55:46 [2022-02-01T09:55:46.639Z] #51 ...
09:55:46 [2022-02-01T09:55:46.639Z] 
09:55:46 [2022-02-01T09:55:46.639Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:55:46 [2022-02-01T09:55:46.639Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58
09:55:48 [2022-02-01T09:55:48.003Z] #19 DONE 1.4s
09:55:48 [2022-02-01T09:55:48.003Z] 
09:55:48 [2022-02-01T09:55:48.003Z] #20 [dev-systemd-false  6/24] RUN ldconfig
09:55:48 [2022-02-01T09:55:48.003Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896
09:55:49 [2022-02-01T09:55:49.897Z] #20 DONE 1.6s
09:55:49 [2022-02-01T09:55:49.897Z] 
09:55:49 [2022-02-01T09:55:49.897Z] #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
09:55:49 [2022-02-01T09:55:49.897Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7
09:55:51 [2022-02-01T09:55:51.266Z] #21 1.782 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:55:51 [2022-02-01T09:55:51.523Z] #21 1.961 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:55:51 [2022-02-01T09:55:51.523Z] #21 1.965 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:55:51 [2022-02-01T09:55:51.780Z] #21 2.234 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
09:55:52 [2022-02-01T09:55:52.708Z] #21 3.223 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [115 kB]
09:55:54 [2022-02-01T09:55:54.075Z] #21 4.284 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
09:55:55 [2022-02-01T09:55:55.440Z] #21 ...
09:55:55 [2022-02-01T09:55:55.440Z] 
09:55:55 [2022-02-01T09:55:55.440Z] #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
09:55:55 [2022-02-01T09:55:55.441Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33
09:55:55 [2022-02-01T09:55:55.441Z] #34 DONE 113.5s
09:55:55 [2022-02-01T09:55:55.441Z] 
09:55:55 [2022-02-01T09:55:55.441Z] #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
09:55:55 [2022-02-01T09:55:55.441Z] #56 sha256:4ee6b97c1c3f227f25b110332586e6b74aa824f7541564041349a1362d91dee1
09:55:55 [2022-02-01T09:55:55.441Z] #56 11.70 + cd /tmp/tmp.1gM1BJp1Ze/src/github.com/opencontainers/runc
09:55:55 [2022-02-01T09:55:55.441Z] #56 11.70 + git checkout -q v1.0.3
09:55:55 [2022-02-01T09:55:55.441Z] #56 12.48 + '[' -z '' ']'
09:55:55 [2022-02-01T09:55:55.441Z] #56 12.48 + target=static
09:55:55 [2022-02-01T09:55:55.441Z] #56 12.48 + make BUILDTAGS=seccomp static
09:55:55 [2022-02-01T09:55:55.441Z] #56 12.90 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc .
09:55:57 [2022-02-01T09:55:57.329Z] #56 ...
09:55:57 [2022-02-01T09:55:57.329Z] 
09:55:57 [2022-02-01T09:55:57.329Z] #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
09:55:57 [2022-02-01T09:55:57.329Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7
09:55:57 [2022-02-01T09:55:57.329Z] #21 7.533 Fetched 8500 kB in 6s (1414 kB/s)
09:55:59 [2022-02-01T09:55:59.223Z] #21 7.533 Reading package lists...
09:56:01 [2022-02-01T09:56:01.369Z] #21 9.921 Reading package lists...
09:56:01 [2022-02-01T09:56:01.932Z] #21 11.85 Building dependency tree...
09:56:02 [2022-02-01T09:56:02.189Z] #21 12.82 The following additional packages will be installed:
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   python3-pkg-resources vim-runtime xxd
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82 Suggested packages:
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   acl attr quota
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82 Recommended packages:
09:56:02 [2022-02-01T09:56:02.445Z] #21 12.82   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.93 The following NEW packages will be installed:
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   python3-pkg-resources python3-setuptools python3-wheel sudo
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:56:03 [2022-02-01T09:56:03.384Z] #21 13.94   xz-utils zip zstd
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.24 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.24 Need to get 27.6 MB of archives.
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.24 After this operation, 106 MB of additional disk space will be used.
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.24 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.25 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.26 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
09:56:03 [2022-02-01T09:56:03.640Z] #21 14.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.31 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.31 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.32 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.33 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.35 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.36 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.36 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.37 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.37 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.38 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.39 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.40 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.40 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
09:56:03 [2022-02-01T09:56:03.896Z] #21 14.41 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.64 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.64 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.64 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.64 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.65 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
09:56:04 [2022-02-01T09:56:04.152Z] #21 14.70 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.70 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.71 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.71 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.73 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.73 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.75 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.78 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.79 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.80 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:56:04 [2022-02-01T09:56:04.408Z] #21 14.97 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
09:56:04 [2022-02-01T09:56:04.664Z] #21 15.00 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
09:56:04 [2022-02-01T09:56:04.664Z] #21 15.02 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
09:56:04 [2022-02-01T09:56:04.664Z] #21 15.02 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
09:56:04 [2022-02-01T09:56:04.921Z] #21 15.54 debconf: delaying package configuration, since apt-utils is not installed
09:56:05 [2022-02-01T09:56:05.177Z] #21 15.66 Fetched 27.6 MB in 1s (25.5 MB/s)
09:56:05 [2022-02-01T09:56:05.177Z] #21 15.71 Selecting previously unselected package pigz.
09:56:05 [2022-02-01T09:56:05.177Z] #21 15.71 (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.)
09:56:05 [2022-02-01T09:56:05.177Z] #21 15.76 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.177Z] #21 15.77 Unpacking pigz (2.6-1) ...
09:56:05 [2022-02-01T09:56:05.433Z] #21 15.85 Selecting previously unselected package libelf1:amd64.
09:56:05 [2022-02-01T09:56:05.433Z] #21 15.85 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.433Z] #21 15.86 Unpacking libelf1:amd64 (0.183-1) ...
09:56:05 [2022-02-01T09:56:05.433Z] #21 15.99 Selecting previously unselected package libbpf0:amd64.
09:56:05 [2022-02-01T09:56:05.433Z] #21 15.99 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.433Z] #21 15.99 Unpacking libbpf0:amd64 (1:0.3-2) ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.09 Selecting previously unselected package libcap2:amd64.
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.09 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.10 Unpacking libcap2:amd64 (1:2.44-1) ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.16 Selecting previously unselected package libmnl0:amd64.
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.17 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.17 Unpacking libmnl0:amd64 (1.0.4-3) ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.22 Selecting previously unselected package libxtables12:amd64.
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.22 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.23 Unpacking libxtables12:amd64 (1.8.7-1) ...
09:56:05 [2022-02-01T09:56:05.689Z] #21 16.29 Selecting previously unselected package libcap2-bin.
09:56:05 [2022-02-01T09:56:05.945Z] #21 16.29 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.945Z] #21 16.31 Unpacking libcap2-bin (1:2.44-1) ...
09:56:05 [2022-02-01T09:56:05.945Z] #21 16.37 Selecting previously unselected package iproute2.
09:56:05 [2022-02-01T09:56:05.945Z] #21 16.38 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
09:56:05 [2022-02-01T09:56:05.945Z] #21 16.39 Unpacking iproute2 (5.10.0-4) ...
09:56:06 [2022-02-01T09:56:06.202Z] #21 16.77 Selecting previously unselected package xxd.
09:56:06 [2022-02-01T09:56:06.202Z] #21 16.79 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:56:06 [2022-02-01T09:56:06.202Z] #21 16.79 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:56:06 [2022-02-01T09:56:06.458Z] #21 16.88 Selecting previously unselected package vim-common.
09:56:06 [2022-02-01T09:56:06.458Z] #21 16.88 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:56:06 [2022-02-01T09:56:06.458Z] #21 16.89 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:56:06 [2022-02-01T09:56:06.458Z] #21 17.02 Selecting previously unselected package bash-completion.
09:56:06 [2022-02-01T09:56:06.715Z] #21 17.02 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:56:08 [2022-02-01T09:56:08.609Z] #21 18.68 Unpacking bash-completion (1:2.11-2) ...
09:56:08 [2022-02-01T09:56:08.609Z] #21 19.09 Selecting previously unselected package bzip2.
09:56:08 [2022-02-01T09:56:08.609Z] #21 19.09 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
09:56:08 [2022-02-01T09:56:08.609Z] #21 19.10 Unpacking bzip2 (1.0.8-4) ...
09:56:08 [2022-02-01T09:56:08.609Z] #21 19.17 Selecting previously unselected package xz-utils.
09:56:08 [2022-02-01T09:56:08.609Z] #21 19.17 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
09:56:08 [2022-02-01T09:56:08.609Z] #21 19.18 Unpacking xz-utils (5.2.5-2) ...
09:56:08 [2022-02-01T09:56:08.865Z] #21 19.30 Selecting previously unselected package apparmor.
09:56:08 [2022-02-01T09:56:08.865Z] #21 19.30 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
09:56:08 [2022-02-01T09:56:08.865Z] #21 19.36 Unpacking apparmor (2.13.6-10) ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 19.82 Selecting previously unselected package inetutils-ping.
09:56:09 [2022-02-01T09:56:09.443Z] #21 19.82 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 19.83 Unpacking inetutils-ping (2:2.0-1) ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 19.95 Selecting previously unselected package libip4tc2:amd64.
09:56:09 [2022-02-01T09:56:09.443Z] #21 19.95 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 19.96 Unpacking libip4tc2:amd64 (1.8.7-1) ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 20.02 Selecting previously unselected package libip6tc2:amd64.
09:56:09 [2022-02-01T09:56:09.443Z] #21 20.02 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 20.03 Unpacking libip6tc2:amd64 (1.8.7-1) ...
09:56:09 [2022-02-01T09:56:09.443Z] #21 20.07 Selecting previously unselected package libnfnetlink0:amd64.
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.07 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.07 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.13 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.13 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.22 Selecting previously unselected package libnftnl11:amd64.
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.22 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.22 Unpacking libnftnl11:amd64 (1.1.9-1) ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.30 Selecting previously unselected package iptables.
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.30 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
09:56:09 [2022-02-01T09:56:09.699Z] #21 20.30 Unpacking iptables (1.8.7-1) ...
09:56:10 [2022-02-01T09:56:10.261Z] #21 20.55 Selecting previously unselected package libonig5:amd64.
09:56:10 [2022-02-01T09:56:10.261Z] #21 20.57 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
09:56:10 [2022-02-01T09:56:10.261Z] #21 20.57 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:56:10 [2022-02-01T09:56:10.261Z] #21 20.71 Selecting previously unselected package libjq1:amd64.
09:56:10 [2022-02-01T09:56:10.261Z] #21 20.72 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
09:56:10 [2022-02-01T09:56:10.261Z] #21 20.72 Unpacking libjq1:amd64 (1.6-2.1) ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.83 Selecting previously unselected package jq.
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.83 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.83 Unpacking jq (1.6-2.1) ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.91 Selecting previously unselected package libaio1:amd64.
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.91 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.91 Unpacking libaio1:amd64 (0.3.112-9) ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.97 Selecting previously unselected package libgpm2:amd64.
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.97 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 20.97 Unpacking libgpm2:amd64 (1.20.7-8) ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 21.02 Selecting previously unselected package libicu67:amd64.
09:56:10 [2022-02-01T09:56:10.517Z] #21 21.04 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
09:56:10 [2022-02-01T09:56:10.517Z] #21 21.05 Unpacking libicu67:amd64 (67.1-7) ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 23.99 Selecting previously unselected package libinih1:amd64.
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.01 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.02 Unpacking libinih1:amd64 (53-1+b2) ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.07 Selecting previously unselected package libnet1:amd64.
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.08 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.17 Selecting previously unselected package libnl-3-200:amd64.
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.17 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.19 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.28 Selecting previously unselected package libprotobuf-c1:amd64.
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.28 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:56:13 [2022-02-01T09:56:13.785Z] #21 24.33 Selecting previously unselected package net-tools.
09:56:14 [2022-02-01T09:56:14.041Z] #21 24.33 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
09:56:14 [2022-02-01T09:56:14.041Z] #21 24.34 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:56:14 [2022-02-01T09:56:14.041Z] #21 24.50 Selecting previously unselected package patch.
09:56:14 [2022-02-01T09:56:14.041Z] #21 24.52 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
09:56:14 [2022-02-01T09:56:14.041Z] #21 24.52 Unpacking patch (2.7.6-7) ...
09:56:14 [2022-02-01T09:56:14.297Z] #21 24.62 Selecting previously unselected package python-pip-whl.
09:56:14 [2022-02-01T09:56:14.297Z] #21 24.63 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
09:56:14 [2022-02-01T09:56:14.297Z] #21 24.63 Unpacking python-pip-whl (20.3.4-4) ...
09:56:14 [2022-02-01T09:56:14.554Z] #21 25.10 Selecting previously unselected package python3-lib2to3.
09:56:14 [2022-02-01T09:56:14.554Z] #21 25.10 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
09:56:14 [2022-02-01T09:56:14.554Z] #21 25.11 Unpacking python3-lib2to3 (3.9.2-1) ...
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.19 Selecting previously unselected package python3-distutils.
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.19 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.20 Unpacking python3-distutils (3.9.2-1) ...
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.31 Selecting previously unselected package python3-pkg-resources.
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.32 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.32 Unpacking python3-pkg-resources (52.0.0-4) ...
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.40 Selecting previously unselected package python3-setuptools.
09:56:14 [2022-02-01T09:56:14.810Z] #21 25.40 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
09:56:15 [2022-02-01T09:56:15.066Z] #21 25.42 Unpacking python3-setuptools (52.0.0-4) ...
09:56:15 [2022-02-01T09:56:15.066Z] #21 25.66 Selecting previously unselected package python3-wheel.
09:56:15 [2022-02-01T09:56:15.066Z] #21 25.66 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
09:56:15 [2022-02-01T09:56:15.066Z] #21 25.66 Unpacking python3-wheel (0.34.2-1) ...
09:56:15 [2022-02-01T09:56:15.323Z] #21 25.73 Selecting previously unselected package python3-pip.
09:56:15 [2022-02-01T09:56:15.323Z] #21 25.73 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
09:56:15 [2022-02-01T09:56:15.323Z] #21 25.73 Unpacking python3-pip (20.3.4-4) ...
09:56:15 [2022-02-01T09:56:15.579Z] #21 25.94 Selecting previously unselected package sudo.
09:56:15 [2022-02-01T09:56:15.579Z] #21 25.95 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
09:56:15 [2022-02-01T09:56:15.579Z] #21 25.96 Unpacking sudo (1.9.5p2-3) ...
09:56:15 [2022-02-01T09:56:15.835Z] #21 26.42 Selecting previously unselected package thin-provisioning-tools.
09:56:16 [2022-02-01T09:56:16.092Z] #21 26.43 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
09:56:16 [2022-02-01T09:56:16.092Z] #21 26.44 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:56:16 [2022-02-01T09:56:16.092Z] #21 26.64 Selecting previously unselected package uidmap.
09:56:16 [2022-02-01T09:56:16.092Z] #21 26.64 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
09:56:16 [2022-02-01T09:56:16.092Z] #21 26.65 Unpacking uidmap (1:4.8.1-1) ...
09:56:16 [2022-02-01T09:56:16.348Z] #21 26.77 Selecting previously unselected package vim-runtime.
09:56:16 [2022-02-01T09:56:16.348Z] #21 26.77 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:56:16 [2022-02-01T09:56:16.348Z] #21 26.80 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:56:16 [2022-02-01T09:56:16.348Z] #21 26.84 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:56:16 [2022-02-01T09:56:16.348Z] #21 26.85 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:56:19 [2022-02-01T09:56:19.633Z] #21 29.67 Selecting previously unselected package vim.
09:56:19 [2022-02-01T09:56:19.634Z] #21 29.68 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:56:19 [2022-02-01T09:56:19.634Z] #21 29.70 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:56:19 [2022-02-01T09:56:19.634Z] #21 30.14 Selecting previously unselected package xfsprogs.
09:56:19 [2022-02-01T09:56:19.634Z] #21 30.15 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
09:56:19 [2022-02-01T09:56:19.634Z] #21 30.15 Unpacking xfsprogs (5.10.0-4) ...
09:56:20 [2022-02-01T09:56:20.196Z] #21 30.63 Selecting previously unselected package zip.
09:56:20 [2022-02-01T09:56:20.196Z] #21 30.65 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
09:56:20 [2022-02-01T09:56:20.196Z] #21 30.66 Unpacking zip (3.0-12) ...
09:56:20 [2022-02-01T09:56:20.196Z] #21 30.79 Selecting previously unselected package zstd.
09:56:20 [2022-02-01T09:56:20.196Z] #21 30.79 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
09:56:20 [2022-02-01T09:56:20.196Z] #21 30.80 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:56:20 [2022-02-01T09:56:20.758Z] #21 31.08 Setting up python3-pkg-resources (52.0.0-4) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 31.95 Setting up libip4tc2:amd64 (1.8.7-1) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 31.96 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 31.97 Setting up libgpm2:amd64 (1.20.7-8) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 31.99 Setting up libicu67:amd64 (67.1-7) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.00 Setting up libip6tc2:amd64 (1.8.7-1) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.06 Setting up libinih1:amd64 (53-1+b2) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.06 Setting up uidmap (1:4.8.1-1) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.08 Setting up bzip2 (1.0.8-4) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.09 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:56:21 [2022-02-01T09:56:21.685Z] #21 32.10 Setting up python3-wheel (0.34.2-1) ...
09:56:21 [2022-02-01T09:56:21.940Z] #21 32.60 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:56:22 [2022-02-01T09:56:22.196Z] #21 32.61 Setting up libcap2:amd64 (1:2.44-1) ...
09:56:22 [2022-02-01T09:56:22.196Z] #21 32.62 Setting up libcap2-bin (1:2.44-1) ...
09:56:22 [2022-02-01T09:56:22.196Z] #21 32.63 Setting up apparmor (2.13.6-10) ...
09:56:23 [2022-02-01T09:56:23.562Z] #21 33.93 Setting up zip (3.0-12) ...
09:56:23 [2022-02-01T09:56:23.562Z] #21 33.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:56:23 [2022-02-01T09:56:23.562Z] #21 33.97 Setting up bash-completion (1:2.11-2) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.80 Setting up xz-utils (5.2.5-2) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.83 Setting up libmnl0:amd64 (1.0.4-3) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.84 Setting up patch (2.7.6-7) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.85 Setting up sudo (1.9.5p2-3) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.93 invoke-rc.d: could not determine current runlevel
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.94 invoke-rc.d: policy-rc.d denied execution of start.
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.95 Setting up xfsprogs (5.10.0-4) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.96 Setting up libxtables12:amd64 (1.8.7-1) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.97 Setting up inetutils-ping (2:2.0-1) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.98 Setting up pigz (2.6-1) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 35.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 36.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 36.02 Setting up python-pip-whl (20.3.4-4) ...
09:56:25 [2022-02-01T09:56:25.455Z] #21 36.03 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:56:26 [2022-02-01T09:56:26.018Z] #21 36.57 Setting up libaio1:amd64 (0.3.112-9) ...
09:56:26 [2022-02-01T09:56:26.018Z] #21 36.58 Setting up python3-lib2to3 (3.9.2-1) ...
09:56:26 [2022-02-01T09:56:26.580Z] #21 37.00 Setting up libelf1:amd64 (0.183-1) ...
09:56:26 [2022-02-01T09:56:26.580Z] #21 37.02 Setting up zstd (1.4.8+dfsg-2.1) ...
09:56:26 [2022-02-01T09:56:26.580Z] #21 37.03 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:56:26 [2022-02-01T09:56:26.580Z] #21 37.04 Setting up python3-distutils (3.9.2-1) ...
09:56:26 [2022-02-01T09:56:26.890Z] #21 37.43 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:56:27 [2022-02-01T09:56:27.173Z] #21 37.50 Setting up python3-setuptools (52.0.0-4) ...
09:56:28 [2022-02-01T09:56:28.561Z] #21 39.05 Setting up libjq1:amd64 (1.6-2.1) ...
09:56:28 [2022-02-01T09:56:28.561Z] #21 39.05 Setting up libnftnl11:amd64 (1.1.9-1) ...
09:56:28 [2022-02-01T09:56:28.561Z] #21 39.06 Setting up thin-provisioning-tools (0.9.0-1) ...
09:56:28 [2022-02-01T09:56:28.561Z] #21 39.07 Setting up python3-pip (20.3.4-4) ...
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.08 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.09 Setting up jq (1.6-2.1) ...
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.10 Setting up libbpf0:amd64 (1:0.3-2) ...
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.12 Setting up iptables (1.8.7-1) ...
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:56:29 [2022-02-01T09:56:29.744Z] #21 40.16 Setting up iproute2 (5.10.0-4) ...
09:56:30 [2022-02-01T09:56:30.000Z] #21 40.48 Processing triggers for libc-bin (2.31-13+deb11u2) ...
09:56:30 [2022-02-01T09:56:30.256Z] #21 DONE 40.7s
09:56:30 [2022-02-01T09:56:30.256Z] 
09:56:30 [2022-02-01T09:56:30.256Z] #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.23.8"      && /build/golangci-lint --version
09:56:30 [2022-02-01T09:56:30.256Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:56:30 [2022-02-01T09:56:30.256Z] #51 ...
09:56:30 [2022-02-01T09:56:30.256Z] 
09:56:30 [2022-02-01T09:56:30.256Z] #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
09:56:30 [2022-02-01T09:56:30.256Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e
09:56:31 [2022-02-01T09:56:31.622Z] #22 1.300 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:56:31 [2022-02-01T09:56:31.622Z] #22 1.304 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:56:31 [2022-02-01T09:56:31.622Z] #22 1.307 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:56:31 [2022-02-01T09:56:31.622Z] #22 DONE 1.4s
09:56:31 [2022-02-01T09:56:31.622Z] 
09:56:31 [2022-02-01T09:56:31.622Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
09:56:31 [2022-02-01T09:56:31.622Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76
09:56:41 [2022-02-01T09:56:41.567Z] #23 9.638 Collecting yamllint==1.26.1
09:56:42 [2022-02-01T09:56:42.497Z] #23 10.71   Downloading yamllint-1.26.1.tar.gz (126 kB)
09:56:43 [2022-02-01T09:56:43.426Z] #23 11.71 Collecting pathspec>=0.5.3
09:56:43 [2022-02-01T09:56:43.427Z] #23 11.72   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
09:56:43 [2022-02-01T09:56:43.683Z] #23 12.07 Collecting pyyaml
09:56:43 [2022-02-01T09:56:43.683Z] #23 12.08   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)
09:56:43 [2022-02-01T09:56:43.683Z] #23 12.14 Building wheels for collected packages: yamllint
09:56:43 [2022-02-01T09:56:43.683Z] #23 12.14   Building wheel for yamllint (setup.py): started
09:56:44 [2022-02-01T09:56:44.613Z] #23 12.97   Building wheel for yamllint (setup.py): finished with status 'done'
09:56:44 [2022-02-01T09:56:44.613Z] #23 12.97   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=1923af3178b686ec889464bf8df8673784afae8149e54e1cc39dc7140463f337
09:56:44 [2022-02-01T09:56:44.613Z] #23 12.97   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
09:56:44 [2022-02-01T09:56:44.613Z] #23 12.98 Successfully built yamllint
09:56:44 [2022-02-01T09:56:44.613Z] #23 13.00 Installing collected packages: pyyaml, pathspec, yamllint
09:56:44 [2022-02-01T09:56:44.870Z] #23 13.31 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
09:56:45 [2022-02-01T09:56:45.127Z] #23 DONE 13.7s
09:56:45 [2022-02-01T09:56:45.127Z] 
09:56:45 [2022-02-01T09:56:45.127Z] #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
09:56:45 [2022-02-01T09:56:45.127Z] #56 sha256:4ee6b97c1c3f227f25b110332586e6b74aa824f7541564041349a1362d91dee1
09:56:45 [2022-02-01T09:56:45.383Z] #56 ...
09:56:45 [2022-02-01T09:56:45.383Z] 
09:56:45 [2022-02-01T09:56:45.383Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
09:56:45 [2022-02-01T09:56:45.383Z] #27 sha256:a0ca42337566b01242c1e8639189a14fe3a1bdabeea61b48045f79a81afda267
09:56:45 [2022-02-01T09:56:45.640Z] #27 DONE 0.2s
09:56:45 [2022-02-01T09:56:45.640Z] 
09:56:45 [2022-02-01T09:56:45.640Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
09:56:45 [2022-02-01T09:56:45.640Z] #32 sha256:6c6a3ba504ace2e7ed375bf2c7d5ebe1acfa107ec1ff1a2d2ce7b67b512ab2b4
09:56:45 [2022-02-01T09:56:45.640Z] #32 DONE 0.2s
09:56:45 [2022-02-01T09:56:45.640Z] 
09:56:45 [2022-02-01T09:56:45.640Z] #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.23.8"      && /build/golangci-lint --version
09:56:45 [2022-02-01T09:56:45.640Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:56:45 [2022-02-01T09:56:45.896Z] #51 ...
09:56:45 [2022-02-01T09:56:45.897Z] 
09:56:45 [2022-02-01T09:56:45.897Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
09:56:45 [2022-02-01T09:56:45.897Z] #35 sha256:6b1c701ab54994d8e51a612d940601332ba56ab724896832de54fb7b90ff8644
09:56:45 [2022-02-01T09:56:45.897Z] #35 DONE 0.1s
09:56:45 [2022-02-01T09:56:45.897Z] 
09:56:45 [2022-02-01T09:56:45.897Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
09:56:45 [2022-02-01T09:56:45.897Z] #37 sha256:a0aee26685f0df05782c7b9183da8f0b53d765680b3c0b060acc4925f6f373ac
09:56:45 [2022-02-01T09:56:45.897Z] #37 DONE 0.1s
09:56:45 [2022-02-01T09:56:45.897Z] 
09:56:45 [2022-02-01T09:56:45.897Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
09:56:45 [2022-02-01T09:56:45.897Z] #41 sha256:9a18b0af0ffeb7619c1487c11baff1f51fc3a36e78af11a451b0232b4a983e7e
09:56:45 [2022-02-01T09:56:45.897Z] #41 DONE 0.0s
09:56:45 [2022-02-01T09:56:45.897Z] 
09:56:45 [2022-02-01T09:56:45.897Z] #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.23.8"      && /build/golangci-lint --version
09:56:45 [2022-02-01T09:56:45.897Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:56:49 [2022-02-01T09:56:49.168Z] #51 ...
09:56:49 [2022-02-01T09:56:49.168Z] 
09:56:49 [2022-02-01T09:56:49.168Z] #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
09:56:49 [2022-02-01T09:56:49.168Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
09:56:49 [2022-02-01T09:56:49.168Z] #43 166.7 + dpkg --print-architecture
09:56:49 [2022-02-01T09:56:49.168Z] #43 166.7 + git checkout -q v2.1.0
09:56:49 [2022-02-01T09:56:49.168Z] #43 166.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:56:49 [2022-02-01T09:56:49.168Z] #43 166.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
09:56:54 [2022-02-01T09:56:54.420Z] #43 ...
09:56:54 [2022-02-01T09:56:54.420Z] 
09:56:54 [2022-02-01T09:56:54.420Z] #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.23.8"      && /build/golangci-lint --version
09:56:54 [2022-02-01T09:56:54.420Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296
09:56:54 [2022-02-01T09:56:54.420Z] #51 171.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
09:56:54 [2022-02-01T09:56:54.420Z] #51 DONE 171.5s
09:56:54 [2022-02-01T09:56:54.420Z] 
09:56:54 [2022-02-01T09:56:54.420Z] #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
09:56:54 [2022-02-01T09:56:54.420Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c
09:57:06 [2022-02-01T09:57:06.600Z] #43 DONE 182.7s
09:57:06 [2022-02-01T09:57:06.600Z] 
09:57:06 [2022-02-01T09:57:06.600Z] #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
09:57:06 [2022-02-01T09:57:06.600Z] #60 sha256:2faaa083c5cc0ac7982e07974b8358889815e15dd8f664b5db7078935e5465aa
09:57:06 [2022-02-01T09:57:06.600Z] #60 ...
09:57:06 [2022-02-01T09:57:06.600Z] 
09:57:06 [2022-02-01T09:57:06.600Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
09:57:06 [2022-02-01T09:57:06.600Z] #44 sha256:3f8e47c2cb00c5c1c9eaac329c6e6144a6999745397ddcce893d6162287388d1
09:57:06 [2022-02-01T09:57:06.857Z] #44 DONE 0.1s
09:57:06 [2022-02-01T09:57:06.857Z] 
09:57:06 [2022-02-01T09:57:06.857Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
09:57:06 [2022-02-01T09:57:06.857Z] #48 sha256:5b82c36a5a4dd06b75158eb60426235de7aeed164d556f2b6334dd75e1af2f72
09:57:06 [2022-02-01T09:57:06.857Z] #48 DONE 0.0s
09:57:06 [2022-02-01T09:57:06.857Z] 
09:57:06 [2022-02-01T09:57:06.857Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
09:57:06 [2022-02-01T09:57:06.857Z] #50 sha256:08d3d784c02004c97b36e611a19cca8c46fefa38abe0378d771a9746516630b9
09:57:06 [2022-02-01T09:57:06.857Z] #50 DONE 0.1s
09:57:06 [2022-02-01T09:57:06.857Z] 
09:57:06 [2022-02-01T09:57:06.857Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
09:57:06 [2022-02-01T09:57:06.857Z] #52 sha256:3c8873ad91bbe09d32a4ee482af75900ffffd10306fb985e8c939f6d24e4e2dd
09:57:07 [2022-02-01T09:57:07.114Z] #52 DONE 0.1s
09:57:07 [2022-02-01T09:57:07.114Z] 
09:57:07 [2022-02-01T09:57:07.114Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
09:57:07 [2022-02-01T09:57:07.114Z] #54 sha256:1681143c8a259a55df49001cfff2784033ce6afbdf05e493073a059dd5314536
09:57:07 [2022-02-01T09:57:07.114Z] #54 DONE 0.0s
09:57:07 [2022-02-01T09:57:07.114Z] 
09:57:07 [2022-02-01T09:57:07.114Z] #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
09:57:07 [2022-02-01T09:57:07.114Z] #60 sha256:2faaa083c5cc0ac7982e07974b8358889815e15dd8f664b5db7078935e5465aa
09:57:29 [2022-02-01T09:57:29.010Z] #60 172.3 + bin/containerd
09:57:31 [2022-02-01T09:57:31.529Z] #60 ...
09:57:31 [2022-02-01T09:57:31.529Z] 
09:57:31 [2022-02-01T09:57:31.529Z] #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
09:57:31 [2022-02-01T09:57:31.529Z] #56 sha256:4ee6b97c1c3f227f25b110332586e6b74aa824f7541564041349a1362d91dee1
09:57:31 [2022-02-01T09:57:31.529Z] #56 113.9 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
09:57:31 [2022-02-01T09:57:31.529Z] #56 114.8 + mkdir -p /build
09:57:31 [2022-02-01T09:57:31.529Z] #56 114.8 + cp runc /build/runc
09:57:31 [2022-02-01T09:57:31.529Z] #56 DONE 115.1s
09:57:31 [2022-02-01T09:57:31.529Z] 
09:57:31 [2022-02-01T09:57:31.529Z] #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
09:57:31 [2022-02-01T09:57:31.529Z] #60 sha256:2faaa083c5cc0ac7982e07974b8358889815e15dd8f664b5db7078935e5465aa
09:57:32 [2022-02-01T09:57:32.460Z] #60 ...
09:57:32 [2022-02-01T09:57:32.460Z] 
09:57:32 [2022-02-01T09:57:32.460Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
09:57:32 [2022-02-01T09:57:32.460Z] #57 sha256:e8f91b259a1b5366f4e513f05b7b3d837e1d947f5d6abe2595bcd2b9e6610db0
09:57:32 [2022-02-01T09:57:32.460Z] #57 DONE 0.1s
09:57:32 [2022-02-01T09:57:32.460Z] 
09:57:32 [2022-02-01T09:57:32.460Z] #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
09:57:32 [2022-02-01T09:57:32.460Z] #60 sha256:2faaa083c5cc0ac7982e07974b8358889815e15dd8f664b5db7078935e5465aa
09:58:04 [2022-02-01T09:58:04.495Z] #60 207.2 # github.com/containerd/containerd/cmd/containerd
09:58:04 [2022-02-01T09:58:04.495Z] #60 207.2 /usr/bin/ld: /tmp/go-link-2762126720/000019.o: in function `New':
09:58:04 [2022-02-01T09:58:04.495Z] #60 207.2 /tmp/tmp.5GiIPTVl5A/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
09:58:04 [2022-02-01T09:58:04.495Z] #60 207.3 + bin/containerd-stress
09:58:04 [2022-02-01T09:58:04.495Z] #60 208.4 + bin/containerd-shim
09:58:09 [2022-02-01T09:58:09.743Z] #60 215.6 + bin/containerd-shim-runc-v1
09:58:14 [2022-02-01T09:58:14.999Z] #60 220.7 + bin/containerd-shim-runc-v2
09:58:14 [2022-02-01T09:58:14.999Z] #60 221.3 + binaries
09:58:14 [2022-02-01T09:58:14.999Z] #60 221.3 + install -D bin/containerd /build/containerd
09:58:14 [2022-02-01T09:58:14.999Z] #60 221.3 + install -D bin/containerd-shim /build/containerd-shim
09:58:14 [2022-02-01T09:58:14.999Z] #60 221.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:58:14 [2022-02-01T09:58:14.999Z] #60 221.3 + install -D bin/ctr /build/ctr
09:58:15 [2022-02-01T09:58:15.254Z] #60 DONE 221.7s
09:58:16 [2022-02-01T09:58:16.188Z] 
09:58:16 [2022-02-01T09:58:16.188Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
09:58:16 [2022-02-01T09:58:16.188Z] #61 sha256:c5d9e25cf40c3ae71de47e8879a6f59e83a703d4fcf0d77afcf4f8fa38031a80
09:58:16 [2022-02-01T09:58:16.446Z] #61 DONE 0.2s
09:58:16 [2022-02-01T09:58:16.446Z] 
09:58:16 [2022-02-01T09:58:16.446Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:58:16 [2022-02-01T09:58:16.446Z] #66 sha256:491b9e446967a24a41a1cd89653cc086a838a4110de16518052b1b0c3449e926
09:58:16 [2022-02-01T09:58:16.446Z] #66 DONE 0.1s
09:58:16 [2022-02-01T09:58:16.446Z] 
09:58:16 [2022-02-01T09:58:16.446Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
09:58:16 [2022-02-01T09:58:16.446Z] #71 sha256:aeb25ca67210bb53a36ecb33fbf8a242d5185dcd1adb54102fd94b841e88738e
09:58:16 [2022-02-01T09:58:16.704Z] #71 DONE 0.2s
09:58:16 [2022-02-01T09:58:16.704Z] 
09:58:16 [2022-02-01T09:58:16.704Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
09:58:16 [2022-02-01T09:58:16.704Z] #72 sha256:81721c50c6d99afc67dfcd48b820ee96b7f0a56bedc4cf86be2f0f7c064bc98d
09:58:16 [2022-02-01T09:58:16.704Z] #72 DONE 0.0s
09:58:16 [2022-02-01T09:58:16.704Z] 
09:58:16 [2022-02-01T09:58:16.704Z] #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
09:58:16 [2022-02-01T09:58:16.704Z] #73 sha256:634f638f0a2871ca8401c86eb235b1f74f80bdc45d03b584a41eaacc507b58d9
09:58:17 [2022-02-01T09:58:17.265Z] #73 0.622 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:58:17 [2022-02-01T09:58:17.265Z] #73 0.622 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:58:17 [2022-02-01T09:58:17.265Z] #73 0.622 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:58:18 [2022-02-01T09:58:18.087Z] #73 0.861 Reading package lists...
09:58:18 [2022-02-01T09:58:18.652Z] #73 1.365 Reading package lists...
09:58:18 [2022-02-01T09:58:18.652Z] #73 1.857 Building dependency tree...
09:58:18 [2022-02-01T09:58:18.652Z] #73 1.966 Reading state information...
09:58:18 [2022-02-01T09:58:18.652Z] #73 2.079 The following additional packages will be installed:
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.080   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.080   systemd-timesyncd
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.080 Suggested packages:
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.080   systemd-container policykit-1
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.080 Recommended packages:
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.080   libnss-systemd
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.167 The following NEW packages will be installed:
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.168   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
09:58:18 [2022-02-01T09:58:18.908Z] #73 2.169   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
09:58:19 [2022-02-01T09:58:19.163Z] #73 2.435 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.435 Need to get 5937 kB of archives.
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.435 After this operation, 19.5 MB of additional disk space will be used.
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.435 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.440 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.441 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.444 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.445 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.447 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.482 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.487 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.487 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.489 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.491 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
09:58:19 [2022-02-01T09:58:19.164Z] #73 2.608 debconf: delaying package configuration, since apt-utils is not installed
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.637 Fetched 5937 kB in 0s (18.7 MB/s)
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.665 Selecting previously unselected package libargon2-1:amd64.
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.665 (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.)
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.677 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.684 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.714 Selecting previously unselected package libjson-c5:amd64.
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.716 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.719 Unpacking libjson-c5:amd64 (0.15-2) ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.751 Selecting previously unselected package libcryptsetup12:amd64.
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.753 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.757 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.806 Selecting previously unselected package libkmod2:amd64.
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.809 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.812 Unpacking libkmod2:amd64 (28-1) ...
09:58:19 [2022-02-01T09:58:19.419Z] #73 2.846 Selecting previously unselected package systemd-timesyncd.
09:58:19 [2022-02-01T09:58:19.676Z] #73 2.849 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
09:58:19 [2022-02-01T09:58:19.676Z] #73 2.852 Unpacking systemd-timesyncd (247.3-6) ...
09:58:19 [2022-02-01T09:58:19.676Z] #73 2.898 Selecting previously unselected package systemd.
09:58:19 [2022-02-01T09:58:19.676Z] #73 2.901 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
09:58:19 [2022-02-01T09:58:19.676Z] #73 2.936 Unpacking systemd (247.3-6) ...
09:58:19 [2022-02-01T09:58:19.931Z] #73 3.404 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
09:58:20 [2022-02-01T09:58:20.186Z] #73 3.414 Setting up libjson-c5:amd64 (0.15-2) ...
09:58:20 [2022-02-01T09:58:20.186Z] #73 3.424 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ...
09:58:20 [2022-02-01T09:58:20.186Z] #73 3.435 Setting up libkmod2:amd64 (28-1) ...
09:58:20 [2022-02-01T09:58:20.186Z] #73 3.444 Setting up systemd (247.3-6) ...
09:58:20 [2022-02-01T09:58:20.186Z] #73 3.481 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
09:58:20 [2022-02-01T09:58:20.187Z] #73 3.483 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
09:58:20 [2022-02-01T09:58:20.187Z] #73 3.485 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
09:58:20 [2022-02-01T09:58:20.443Z] #73 3.756 Setting up systemd-timesyncd (247.3-6) ...
09:58:20 [2022-02-01T09:58:20.699Z] #73 3.957 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
09:58:20 [2022-02-01T09:58:20.699Z] #73 3.957 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
09:58:20 [2022-02-01T09:58:20.699Z] #73 3.988 Selecting previously unselected package systemd-sysv.
09:58:20 [2022-02-01T09:58:20.699Z] #73 3.989 (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.)
09:58:20 [2022-02-01T09:58:20.699Z] #73 4.002 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
09:58:20 [2022-02-01T09:58:20.699Z] #73 4.005 Unpacking systemd-sysv (247.3-6) ...
09:58:20 [2022-02-01T09:58:20.699Z] #73 4.044 Selecting previously unselected package libdbus-1-3:amd64.
09:58:20 [2022-02-01T09:58:20.699Z] #73 4.046 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
09:58:20 [2022-02-01T09:58:20.699Z] #73 4.049 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
09:58:20 [2022-02-01T09:58:20.699Z] #73 4.103 Selecting previously unselected package dbus.
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.106 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.115 Unpacking dbus (1.12.20-2) ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.166 Selecting previously unselected package libpam-systemd:amd64.
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.169 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.172 Unpacking libpam-systemd:amd64 (247.3-6) ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.218 Selecting previously unselected package dbus-user-session.
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.221 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.224 Unpacking dbus-user-session (1.12.20-2) ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.262 Setting up systemd-sysv (247.3-6) ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.273 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
09:58:20 [2022-02-01T09:58:20.956Z] #73 4.284 Setting up dbus (1.12.20-2) ...
09:58:21 [2022-02-01T09:58:21.213Z] #73 4.391 invoke-rc.d: could not determine current runlevel
09:58:21 [2022-02-01T09:58:21.213Z] #73 4.394 invoke-rc.d: policy-rc.d denied execution of start.
09:58:21 [2022-02-01T09:58:21.213Z] #73 4.398 Setting up libpam-systemd:amd64 (247.3-6) ...
09:58:21 [2022-02-01T09:58:21.213Z] #73 4.507 Setting up dbus-user-session (1.12.20-2) ...
09:58:21 [2022-02-01T09:58:21.213Z] #73 4.520 Processing triggers for libc-bin (2.31-13+deb11u2) ...
09:58:21 [2022-02-01T09:58:21.213Z] #73 DONE 4.6s
09:58:21 [2022-02-01T09:58:21.468Z] 
09:58:21 [2022-02-01T09:58:21.468Z] #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
09:58:21 [2022-02-01T09:58:21.468Z] #74 sha256:b1f056ffcea188952bcf8b93bf14573de7f5a84bf23d0b9fff3336b49213742c
09:58:21 [2022-02-01T09:58:21.746Z] #74 0.390   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09:58:21 [2022-02-01T09:58:21.746Z] #74 0.392                                  Dload  Upload   Total   Spent    Left  Speed
09:58:22 [2022-02-01T09:58:22.035Z] #74 0.392 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5679      0 --:--:-- --:--:-- --:--:--  5661
100  1823  100  1823    0     0   5661      0 --:--:-- --:--:-- --:--:--  5643
09:58:22 [2022-02-01T09:58:22.035Z] #74 DONE 0.8s
09:58:22 [2022-02-01T09:58:22.035Z] 
09:58:22 [2022-02-01T09:58:22.035Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
09:58:22 [2022-02-01T09:58:22.035Z] #75 sha256:8490592e96678835902f6e7207cd7f294c28cc653d232ca422f5e5b7f7f25cf6
09:58:22 [2022-02-01T09:58:22.971Z] #75 DONE 0.8s
09:58:22 [2022-02-01T09:58:22.971Z] 
09:58:22 [2022-02-01T09:58:22.971Z] #76 exporting to image
09:58:22 [2022-02-01T09:58:22.971Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:58:22 [2022-02-01T09:58:22.971Z] #76 exporting layers
09:58:29 [2022-02-01T09:58:29.508Z] #76 exporting layers 6.1s done
09:58:29 [2022-02-01T09:58:29.508Z] #76 writing image sha256:be143aa42ee043150b0f50f821a239da310483453fc6916cb466a947dd058ad8 done
09:58:29 [2022-02-01T09:58:29.508Z] #76 naming to docker.io/library/docker:2cff05e9602dd852879807c7dc0ac50303272cf8 done
09:58:29 [2022-02-01T09:58:29.508Z] #76 DONE 6.1s