Skip to content

Console Output

Skipping 56 KB.. Full Log
ownloading github.com/mattn/go-colorable v0.1.8
17:56:45 [2022-04-21T17:56:45.446Z] #51 7.054 go: downloading github.com/mattn/go-isatty v0.0.12
17:56:45 [2022-04-21T17:56:45.446Z] #51 7.228 go: downloading github.com/fsnotify/fsnotify v1.4.9
17:56:45 [2022-04-21T17:56:45.446Z] #51 7.477 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
17:56:45 [2022-04-21T17:56:45.446Z] #51 11.50 go: downloading github.com/jonboulle/clockwork v0.2.2
17:56:45 [2022-04-21T17:56:45.446Z] #51 11.54 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
17:56:45 [2022-04-21T17:56:45.706Z] #51 ...
17:56:45 [2022-04-21T17:56:45.706Z] 
17:56:45 [2022-04-21T17:56:45.706Z] #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
17:56:45 [2022-04-21T17:56:45.706Z] #26 sha256:ba74b07ff461ca10848731ddb9a65de5ac568542b8afd247999f06be93ac3434
17:56:45 [2022-04-21T17:56:45.706Z] #26 11.13 + mkdir -p /build
17:56:45 [2022-04-21T17:56:45.706Z] #26 11.13 + mv docker/docker /build/
17:56:45 [2022-04-21T17:56:45.706Z] #26 11.15 + rmdir docker
17:56:46 [2022-04-21T17:56:46.647Z] #26 DONE 12.1s
17:56:46 [2022-04-21T17:56:46.647Z] 
17:56:46 [2022-04-21T17:56:46.647Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:56:46 [2022-04-21T17:56:46.647Z] #65 sha256:514cd3c09c4f0710c997a6c9ca8962cd582d1ee4c4fcecfb2c1fe3d5bf2b5b4b
17:56:46 [2022-04-21T17:56:46.647Z] #65 11.40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
17:56:46 [2022-04-21T17:56:46.647Z] #65 12.17 go: downloading github.com/gofrs/flock v0.8.1
17:56:46 [2022-04-21T17:56:46.647Z] #65 12.21 go: downloading github.com/gorilla/mux v1.8.0
17:56:46 [2022-04-21T17:56:46.647Z] #65 12.35 go: downloading github.com/moby/sys/mountinfo v0.6.0
17:56:46 [2022-04-21T17:56:46.907Z] #65 12.47 go: downloading github.com/google/uuid v1.3.0
17:56:46 [2022-04-21T17:56:46.908Z] #65 12.52 go: downloading github.com/moby/vpnkit v0.5.0
17:56:47 [2022-04-21T17:56:47.169Z] #65 12.64 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:56:47 [2022-04-21T17:56:47.169Z] #65 12.90 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
17:56:47 [2022-04-21T17:56:47.739Z] #65 13.21 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
17:56:50 [2022-04-21T17:56:50.279Z] #65 15.82 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:56:50 [2022-04-21T17:56:50.540Z] #65 16.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:56:50 [2022-04-21T17:56:50.804Z] #65 ...
17:56:50 [2022-04-21T17:56:50.804Z] 
17:56:50 [2022-04-21T17:56:50.804Z] #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
17:56:50 [2022-04-21T17:56:50.804Z] #36 sha256:e7cd6bf687489916524c74fde3f724916cf781d62e5c922f732f7e553be93b25
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76 tomll can be used in two ways:
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76 Writing to STDIN and reading from STDOUT:
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76   cat file.toml | tomll > file.toml
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76 
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76 Reading and updating a list of files:
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76   tomll a.toml b.toml c.toml
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76 
17:56:50 [2022-04-21T17:56:50.804Z] #36 16.76 When given a list of files, tomll will modify all files in place without asking.
17:56:51 [2022-04-21T17:56:51.375Z] #36 DONE 17.3s
17:56:51 [2022-04-21T17:56:51.375Z] 
17:56:51 [2022-04-21T17:56:51.375Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:56:51 [2022-04-21T17:56:51.375Z] #51 sha256:ad58d076ec472693a97cabb4b50937c997c2a836c5b1940040e0877a9d0ec5c9
17:56:51 [2022-04-21T17:56:51.375Z] #51 11.71 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
17:56:51 [2022-04-21T17:56:51.375Z] #51 13.46 go: downloading golang.org/x/mod v0.3.0
17:56:51 [2022-04-21T17:56:51.375Z] #51 13.51 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17:56:51 [2022-04-21T17:56:51.946Z] #51 ...
17:56:51 [2022-04-21T17:56:51.946Z] 
17:56:51 [2022-04-21T17:56:51.946Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:56:51 [2022-04-21T17:56:51.946Z] #40 sha256:037824a136eec6603effe8048af4ac383f895cc5fa2bd83d8bff9022a7c80c48
17:56:51 [2022-04-21T17:56:51.946Z] #40 17.87 Fetched 8510 kB in 14s (613 kB/s)
17:56:57 [2022-04-21T17:56:57.239Z] #40 17.87 Reading package lists...
17:56:57 [2022-04-21T17:56:57.239Z] #40 ...
17:56:57 [2022-04-21T17:56:57.239Z] 
17:56:57 [2022-04-21T17:56:57.239Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
17:56:57 [2022-04-21T17:56:57.239Z] #45 sha256:95c8e72e7d6e6dc376ac94c84e9af4ce4b0c82d427ef2eac0ed3209be546b1d9
17:56:57 [2022-04-21T17:56:57.239Z] #45 22.12 Updating files:  91% (1684/1842)
Updating files:  92% (1695/1842)
Updating files:  93% (1714/1842)
Updating files:  94% (1732/1842)
Updating files:  95% (1750/1842)
Updating files:  96% (1769/1842)
Updating files:  97% (1787/1842)
Updating files:  98% (1806/1842)
Updating files:  99% (1824/1842)
Updating files: 100% (1842/1842)
Updating files: 100% (1842/1842), done.
17:56:57 [2022-04-21T17:56:57.239Z] #45 22.30 + git checkout -q v2.3.0
17:56:57 [2022-04-21T17:56:57.239Z] #45 ...
17:56:57 [2022-04-21T17:56:57.239Z] 
17:56:57 [2022-04-21T17:56:57.239Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:57 [2022-04-21T17:56:57.239Z] #49 sha256:e7bfa83a6c3b30999acfa23a5e674fdaa1b1a1a46d0ec366dd13b7bfb1617bed
17:56:57 [2022-04-21T17:56:57.239Z] #49 12.84 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2154 B]
17:56:57 [2022-04-21T17:56:57.239Z] #49 19.72 Fetched 8513 kB in 15s (558 kB/s)
17:56:57 [2022-04-21T17:56:57.499Z] #49 19.72 Reading package lists...
17:56:57 [2022-04-21T17:56:57.499Z] #49 ...
17:56:57 [2022-04-21T17:56:57.499Z] 
17:56:57 [2022-04-21T17:56:57.499Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:56:57 [2022-04-21T17:56:57.499Z] #40 sha256:037824a136eec6603effe8048af4ac383f895cc5fa2bd83d8bff9022a7c80c48
17:56:57 [2022-04-21T17:56:57.499Z] #40 17.87 Reading package lists...
17:56:58 [2022-04-21T17:56:58.709Z] #40 23.57 Reading package lists...
17:56:58 [2022-04-21T17:56:58.709Z] #40 ...
17:56:58 [2022-04-21T17:56:58.709Z] 
17:56:58 [2022-04-21T17:56:58.709Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:56:58 [2022-04-21T17:56:58.709Z] #60 sha256:1feef929c876cdb8a6b906c566f646cd7b8e52638f801c6d13bd79364c5324e1
17:56:58 [2022-04-21T17:56:58.709Z] #60 14.65 Fetched 8510 kB in 11s (741 kB/s)
17:56:58 [2022-04-21T17:56:58.709Z] #60 14.65 Reading package lists...
17:56:58 [2022-04-21T17:56:58.969Z] #60 20.77 Reading package lists...
17:56:58 [2022-04-21T17:56:58.969Z] #60 ...
17:56:58 [2022-04-21T17:56:58.969Z] 
17:56:58 [2022-04-21T17:56:58.969Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
17:56:58 [2022-04-21T17:56:58.969Z] #45 sha256:95c8e72e7d6e6dc376ac94c84e9af4ce4b0c82d427ef2eac0ed3209be546b1d9
17:56:58 [2022-04-21T17:56:58.969Z] #45 24.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
17:57:02 [2022-04-21T17:57:02.266Z] #45 ...
17:57:02 [2022-04-21T17:57:02.266Z] 
17:57:02 [2022-04-21T17:57:02.266Z] #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
17:57:02 [2022-04-21T17:57:02.266Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:57:02 [2022-04-21T17:57:02.266Z] #14 18.10 Fetched 8510 kB in 13s (637 kB/s)
17:57:02 [2022-04-21T17:57:02.266Z] #14 18.10 Reading package lists...
17:57:02 [2022-04-21T17:57:02.266Z] #14 23.82 Reading package lists...
17:57:02 [2022-04-21T17:57:02.266Z] #14 ...
17:57:02 [2022-04-21T17:57:02.266Z] 
17:57:02 [2022-04-21T17:57:02.266Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:02 [2022-04-21T17:57:02.266Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:02 [2022-04-21T17:57:02.266Z] #53 27.78 go: downloading github.com/fatih/color v1.13.0
17:57:02 [2022-04-21T17:57:02.266Z] #53 27.82 go: downloading github.com/gofrs/flock v0.8.1
17:57:02 [2022-04-21T17:57:02.266Z] #53 27.88 go: downloading github.com/spf13/cobra v1.3.0
17:57:02 [2022-04-21T17:57:02.266Z] #53 27.90 go: downloading github.com/spf13/pflag v1.0.5
17:57:02 [2022-04-21T17:57:02.266Z] #53 28.18 go: downloading github.com/spf13/viper v1.10.1
17:57:02 [2022-04-21T17:57:02.266Z] #53 28.30 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
17:57:02 [2022-04-21T17:57:02.529Z] #53 28.45 go: downloading github.com/mattn/go-colorable v0.1.12
17:57:02 [2022-04-21T17:57:02.529Z] #53 28.46 go: downloading github.com/mattn/go-isatty v0.0.14
17:57:02 [2022-04-21T17:57:02.529Z] #53 28.50 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
17:57:02 [2022-04-21T17:57:02.529Z] #53 28.57 go: downloading github.com/go-critic/go-critic v0.6.2
17:57:03 [2022-04-21T17:57:03.471Z] #53 29.44 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:57:03 [2022-04-21T17:57:03.471Z] #53 29.53 go: downloading github.com/hashicorp/go-multierror v1.1.1
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.28 go: downloading github.com/sirupsen/logrus v1.8.1
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.33 go: downloading github.com/stretchr/testify v1.7.0
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.48 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.56 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.59 go: downloading github.com/fsnotify/fsnotify v1.5.1
17:57:06 [2022-04-21T17:57:06.780Z] #53 ...
17:57:06 [2022-04-21T17:57:06.780Z] 
17:57:06 [2022-04-21T17:57:06.780Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:57:06 [2022-04-21T17:57:06.780Z] #60 sha256:1feef929c876cdb8a6b906c566f646cd7b8e52638f801c6d13bd79364c5324e1
17:57:06 [2022-04-21T17:57:06.780Z] #60 20.77 Reading package lists...
17:57:06 [2022-04-21T17:57:06.780Z] #60 26.31 Building dependency tree...
17:57:06 [2022-04-21T17:57:06.780Z] #60 29.69 The following additional packages will be installed:
17:57:06 [2022-04-21T17:57:06.780Z] #60 29.70   libbtrfs0
17:57:06 [2022-04-21T17:57:06.780Z] #60 29.89 The following NEW packages will be installed:
17:57:06 [2022-04-21T17:57:06.780Z] #60 29.90   libbtrfs-dev libbtrfs0
17:57:06 [2022-04-21T17:57:06.780Z] #60 30.31 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
17:57:06 [2022-04-21T17:57:06.780Z] #60 30.31 Need to get 460 kB of archives.
17:57:06 [2022-04-21T17:57:06.780Z] #60 30.31 After this operation, 1237 kB of additional disk space will be used.
17:57:06 [2022-04-21T17:57:06.780Z] #60 30.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:57:06 [2022-04-21T17:57:06.780Z] #60 30.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.32 debconf: delaying package configuration, since apt-utils is not installed
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.60 Fetched 460 kB in 0s (1393 kB/s)
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.71 Selecting previously unselected package libbtrfs0:amd64.
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.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 ... 15709 files and directories currently installed.)
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.77 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.79 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.99 Selecting previously unselected package libbtrfs-dev:amd64.
17:57:06 [2022-04-21T17:57:06.780Z] #60 31.99 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 32.02 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 32.41 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 32.43 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 32.45 Processing triggers for libc-bin (2.31-13+deb11u3) ...
17:57:06 [2022-04-21T17:57:06.780Z] #60 DONE 32.7s
17:57:06 [2022-04-21T17:57:06.780Z] 
17:57:06 [2022-04-21T17:57:06.780Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:06 [2022-04-21T17:57:06.780Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.66 go: downloading github.com/magiconair/properties v1.8.5
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.73 go: downloading github.com/mitchellh/mapstructure v1.4.3
17:57:06 [2022-04-21T17:57:06.780Z] #53 32.84 go: downloading github.com/spf13/afero v1.6.0
17:57:07 [2022-04-21T17:57:07.041Z] #53 ...
17:57:07 [2022-04-21T17:57:07.041Z] 
17:57:07 [2022-04-21T17:57:07.041Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
17:57:07 [2022-04-21T17:57:07.041Z] #61 sha256:6bca1690c491f33eff43e7c7f8c273ca633521a768b3f5f69d651730f99cb10c
17:57:07 [2022-04-21T17:57:07.041Z] #61 DONE 0.2s
17:57:07 [2022-04-21T17:57:07.041Z] 
17:57:07 [2022-04-21T17:57:07.041Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:07 [2022-04-21T17:57:07.041Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:07 [2022-04-21T17:57:07.041Z] #53 32.91 go: downloading github.com/spf13/cast v1.4.1
17:57:07 [2022-04-21T17:57:07.041Z] #53 32.95 go: downloading github.com/spf13/jwalterweatherman v1.1.0
17:57:07 [2022-04-21T17:57:07.302Z] #53 33.14 go: downloading github.com/subosito/gotenv v1.2.0
17:57:07 [2022-04-21T17:57:07.302Z] #53 33.14 go: downloading gopkg.in/ini.v1 v1.66.2
17:57:07 [2022-04-21T17:57:07.302Z] #53 33.19 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
17:57:07 [2022-04-21T17:57:07.302Z] #53 33.27 go: downloading github.com/go-toolsmith/astcast v1.0.0
17:57:07 [2022-04-21T17:57:07.302Z] #53 33.36 go: downloading github.com/go-toolsmith/astcopy v1.0.0
17:57:07 [2022-04-21T17:57:07.562Z] #53 33.40 go: downloading github.com/go-toolsmith/astequal v1.0.1
17:57:07 [2022-04-21T17:57:07.562Z] #53 33.51 go: downloading github.com/go-toolsmith/astfmt v1.0.0
17:57:07 [2022-04-21T17:57:07.562Z] #53 33.62 go: downloading github.com/go-toolsmith/astp v1.0.0
17:57:07 [2022-04-21T17:57:07.822Z] #53 ...
17:57:07 [2022-04-21T17:57:07.822Z] 
17:57:07 [2022-04-21T17:57:07.822Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:57:07 [2022-04-21T17:57:07.822Z] #55 sha256:8b09793316888ee95e1a34cfc49a3f305d78f60051f71400f322890037c5c021
17:57:07 [2022-04-21T17:57:07.822Z] #55 33.34 v3.0.2
17:57:07 [2022-04-21T17:57:07.822Z] #55 DONE 33.6s
17:57:07 [2022-04-21T17:57:07.822Z] 
17:57:07 [2022-04-21T17:57:07.822Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:07 [2022-04-21T17:57:07.822Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:07 [2022-04-21T17:57:07.822Z] #53 33.64 go: downloading github.com/go-toolsmith/strparse v1.0.0
17:57:07 [2022-04-21T17:57:07.822Z] #53 33.66 go: downloading github.com/go-toolsmith/typep v1.0.2
17:57:07 [2022-04-21T17:57:07.822Z] #53 33.71 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
17:57:08 [2022-04-21T17:57:08.392Z] #53 34.40 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
17:57:08 [2022-04-21T17:57:08.392Z] #53 34.43 go: downloading github.com/hashicorp/errwrap v1.0.0
17:57:08 [2022-04-21T17:57:08.654Z] #53 34.57 go: downloading 4d63.com/gochecknoglobals v0.1.0
17:57:08 [2022-04-21T17:57:08.654Z] #53 34.57 go: downloading github.com/Antonboom/errname v0.1.5
17:57:08 [2022-04-21T17:57:08.654Z] #53 34.57 go: downloading github.com/Antonboom/nilnil v0.1.0
17:57:08 [2022-04-21T17:57:08.654Z] #53 34.62 go: downloading github.com/BurntSushi/toml v1.0.0
17:57:09 [2022-04-21T17:57:09.224Z] #53 35.19 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
17:57:09 [2022-04-21T17:57:09.224Z] #53 35.21 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
17:57:09 [2022-04-21T17:57:09.224Z] #53 35.24 go: downloading github.com/alexkohler/prealloc v1.0.0
17:57:09 [2022-04-21T17:57:09.224Z] #53 35.29 go: downloading github.com/ashanbrown/forbidigo v1.3.0
17:57:09 [2022-04-21T17:57:09.224Z] #53 35.33 go: downloading github.com/ashanbrown/makezero v1.1.0
17:57:09 [2022-04-21T17:57:09.224Z] #53 ...
17:57:09 [2022-04-21T17:57:09.224Z] 
17:57:09 [2022-04-21T17:57:09.224Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:57:09 [2022-04-21T17:57:09.224Z] #49 sha256:e7bfa83a6c3b30999acfa23a5e674fdaa1b1a1a46d0ec366dd13b7bfb1617bed
17:57:09 [2022-04-21T17:57:09.224Z] #49 19.72 Reading package lists...
17:57:09 [2022-04-21T17:57:09.224Z] #49 25.16 Reading package lists...
17:57:09 [2022-04-21T17:57:09.224Z] #49 29.99 Building dependency tree...
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.97 The following additional packages will be installed:
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.97   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.97   python3-protobuf python3-six
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.99 Suggested packages:
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.99   python3-setuptools
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.99 Recommended packages:
17:57:09 [2022-04-21T17:57:09.224Z] #49 32.99   iproute2 | iproute
17:57:09 [2022-04-21T17:57:09.224Z] #49 33.70 The following NEW packages will be installed:
17:57:09 [2022-04-21T17:57:09.224Z] #49 33.70   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:57:09 [2022-04-21T17:57:09.224Z] #49 33.70   python3-protobuf python3-six
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.18 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.18 Need to get 2292 kB of archives.
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.18 After this operation, 11.0 MB of additional disk space will be used.
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:57:09 [2022-04-21T17:57:09.224Z] #49 34.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:57:09 [2022-04-21T17:57:09.619Z] #49 ...
17:57:09 [2022-04-21T17:57:09.619Z] 
17:57:09 [2022-04-21T17:57:09.619Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:09 [2022-04-21T17:57:09.619Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:09 [2022-04-21T17:57:09.619Z] #53 35.34 go: downloading github.com/bkielbasa/cyclop v1.2.0
17:57:09 [2022-04-21T17:57:09.619Z] #53 35.38 go: downloading github.com/blizzy78/varnamelen v0.5.0
17:57:09 [2022-04-21T17:57:09.619Z] #53 35.42 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
17:57:09 [2022-04-21T17:57:09.619Z] #53 35.45 go: downloading github.com/breml/bidichk v0.2.1
17:57:09 [2022-04-21T17:57:09.619Z] #53 35.52 go: downloading github.com/breml/errchkjson v0.2.1
17:57:09 [2022-04-21T17:57:09.619Z] #53 35.57 go: downloading github.com/butuzov/ireturn v0.1.1
17:57:09 [2022-04-21T17:57:09.880Z] #53 35.90 go: downloading github.com/charithe/durationcheck v0.0.9
17:57:09 [2022-04-21T17:57:09.880Z] #53 35.93 go: downloading github.com/daixiang0/gci v0.2.9
17:57:09 [2022-04-21T17:57:09.880Z] #53 35.99 go: downloading github.com/denis-tingajkin/go-header v0.4.2
17:57:10 [2022-04-21T17:57:10.141Z] #53 36.01 go: downloading github.com/esimonov/ifshort v1.0.4
17:57:10 [2022-04-21T17:57:10.141Z] #53 36.07 go: downloading github.com/fzipp/gocyclo v0.4.0
17:57:10 [2022-04-21T17:57:10.141Z] #53 36.07 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:57:10 [2022-04-21T17:57:10.141Z] #53 36.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:57:10 [2022-04-21T17:57:10.141Z] #53 36.11 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
17:57:10 [2022-04-21T17:57:10.141Z] #53 36.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.29 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:57:10 [2022-04-21T17:57:10.401Z] #53 ...
17:57:10 [2022-04-21T17:57:10.401Z] 
17:57:10 [2022-04-21T17:57:10.401Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
17:57:10 [2022-04-21T17:57:10.401Z] #38 sha256:b3474910e33e9959933681006f4eeb825ff2054177ccfe208621318b551bd56e
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 NAME:
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    go-winres - A tool for embedding resources in Windows executables
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 USAGE:
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    go-winres [global options] command [command options] [arguments...]
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 COMMANDS:
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    init     Create an initial ./winres/winres.json
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    make     Make syso files for the "go build" command
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    simply   Make syso files for the "go build" command (simplified)
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    extract  Extract all resources from an executable
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    patch    Replace resources in an executable file (exe, dll)
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    help, h  Shows a list of commands or help for one command
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50 GLOBAL OPTIONS:
17:57:10 [2022-04-21T17:57:10.401Z] #38 35.50    --help, -h  show help (default: false)
17:57:10 [2022-04-21T17:57:10.401Z] #38 DONE 36.4s
17:57:10 [2022-04-21T17:57:10.401Z] 
17:57:10 [2022-04-21T17:57:10.401Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:10 [2022-04-21T17:57:10.401Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.39 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.39 go: downloading github.com/golangci/misspell v0.3.5
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.47 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.47 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.47 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
17:57:10 [2022-04-21T17:57:10.401Z] #53 36.47 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.55 go: downloading github.com/jgautheron/goconst v1.5.1
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.55 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.55 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.60 go: downloading github.com/julz/importas v0.1.0
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.66 go: downloading github.com/kisielk/errcheck v1.6.0
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.66 go: downloading github.com/kulti/thelper v0.5.0
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.74 go: downloading github.com/kunwardeep/paralleltest v1.0.3
17:57:10 [2022-04-21T17:57:10.661Z] #53 36.74 go: downloading github.com/kyoh86/exportloopref v0.1.8
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.76 go: downloading github.com/ldez/gomoddirectives v0.2.2
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.76 go: downloading github.com/ldez/tagliatelle v0.3.0
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.78 go: downloading github.com/leonklingele/grouper v1.1.0
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.79 go: downloading github.com/maratori/testpackage v1.0.1
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.84 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.86 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.87 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
17:57:10 [2022-04-21T17:57:10.927Z] #53 36.90 go: downloading github.com/mgechev/revive v1.1.3
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.28 go: downloading github.com/moricho/tparallel v0.2.1
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.28 go: downloading github.com/nakabonne/nestif v0.3.1
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.32 go: downloading github.com/nishanths/exhaustive v0.7.11
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.33 go: downloading github.com/nishanths/predeclared v0.2.1
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.49 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.49 go: downloading github.com/ryancurrah/gomodguard v1.2.3
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.52 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.52 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
17:57:11 [2022-04-21T17:57:11.497Z] #53 37.52 go: downloading github.com/securego/gosec/v2 v2.9.6
17:57:11 [2022-04-21T17:57:11.757Z] #53 37.67 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
17:57:11 [2022-04-21T17:57:11.757Z] #53 37.67 go: downloading github.com/sivchari/containedctx v1.0.1
17:57:11 [2022-04-21T17:57:11.757Z] #53 37.67 go: downloading github.com/sivchari/tenv v1.4.7
17:57:11 [2022-04-21T17:57:11.757Z] #53 37.69 go: downloading github.com/sonatard/noctx v0.0.1
17:57:11 [2022-04-21T17:57:11.757Z] #53 37.71 go: downloading github.com/sourcegraph/go-diff v0.6.1
17:57:11 [2022-04-21T17:57:11.757Z] #53 37.73 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
17:57:12 [2022-04-21T17:57:12.017Z] #53 37.84 go: downloading github.com/sylvia7788/contextcheck v1.0.4
17:57:12 [2022-04-21T17:57:12.017Z] #53 37.86 go: downloading github.com/tdakkota/asciicheck v0.1.1
17:57:12 [2022-04-21T17:57:12.017Z] #53 37.87 go: downloading github.com/tetafro/godot v1.4.11
17:57:12 [2022-04-21T17:57:12.017Z] #53 37.94 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
17:57:12 [2022-04-21T17:57:12.017Z] #53 37.94 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
17:57:12 [2022-04-21T17:57:12.017Z] #53 37.94 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
17:57:12 [2022-04-21T17:57:12.277Z] #53 38.14 go: downloading github.com/ultraware/funlen v0.0.3
17:57:12 [2022-04-21T17:57:12.277Z] #53 38.16 go: downloading github.com/ultraware/whitespace v0.0.4
17:57:12 [2022-04-21T17:57:12.277Z] #53 38.17 go: downloading github.com/uudashr/gocognit v1.0.5
17:57:12 [2022-04-21T17:57:12.277Z] #53 38.19 go: downloading github.com/yagipy/maintidx v1.0.0
17:57:12 [2022-04-21T17:57:12.277Z] #53 38.25 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
17:57:12 [2022-04-21T17:57:12.537Z] #53 38.62 go: downloading gitlab.com/bosi/decorder v0.2.1
17:57:12 [2022-04-21T17:57:12.797Z] #53 38.76 go: downloading honnef.co/go/tools v0.2.2
17:57:12 [2022-04-21T17:57:12.797Z] #53 ...
17:57:12 [2022-04-21T17:57:12.797Z] 
17:57:12 [2022-04-21T17:57:12.797Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:12 [2022-04-21T17:57:12.797Z] #40 sha256:037824a136eec6603effe8048af4ac383f895cc5fa2bd83d8bff9022a7c80c48
17:57:12 [2022-04-21T17:57:12.797Z] #40 23.57 Reading package lists...
17:57:12 [2022-04-21T17:57:12.797Z] #40 28.95 Building dependency tree...
17:57:12 [2022-04-21T17:57:12.797Z] #40 32.12 The following additional packages will be installed:
17:57:12 [2022-04-21T17:57:12.797Z] #40 32.12   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
17:57:12 [2022-04-21T17:57:12.797Z] #40 32.14 Suggested packages:
17:57:12 [2022-04-21T17:57:12.797Z] #40 32.14   cmake-doc ninja-build lrzip
17:57:12 [2022-04-21T17:57:12.797Z] #40 32.14 Recommended packages:
17:57:12 [2022-04-21T17:57:12.797Z] #40 32.14   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.25 The following NEW packages will be installed:
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.25   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.25   vim-common xxd
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.66 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.66 Need to get 17.7 MB of archives.
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.66 After this operation, 70.7 MB of additional disk space will be used.
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 33.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 34.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 34.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 34.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 34.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 34.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 34.47 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
17:57:12 [2022-04-21T17:57:12.797Z] #40 35.86 debconf: delaying package configuration, since apt-utils is not installed
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.12 Fetched 17.7 MB in 1s (13.2 MB/s)
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.20 Selecting previously unselected package xxd.
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.20 (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.)
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.26 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.27 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.49 Selecting previously unselected package vim-common.
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.94 Selecting previously unselected package cmake-data.
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.95 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
17:57:12 [2022-04-21T17:57:12.797Z] #40 36.95 Unpacking cmake-data (3.18.4-2+deb11u1) ...
17:57:13 [2022-04-21T17:57:13.058Z] #40 ...
17:57:13 [2022-04-21T17:57:13.058Z] 
17:57:13 [2022-04-21T17:57:13.058Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
17:57:13 [2022-04-21T17:57:13.058Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:57:13 [2022-04-21T17:57:13.058Z] #14 23.82 Reading package lists...
17:57:13 [2022-04-21T17:57:13.058Z] #14 29.09 Building dependency tree...
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.33 The following additional packages will be installed:
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.33   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.33   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.33   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.33   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.33   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.34   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.34   mingw-w64-common mingw-w64-x86-64-dev
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.37 Suggested packages:
17:57:13 [2022-04-21T17:57:13.058Z] #14 32.38   gcc-10-locales seccomp wine64
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94 The following NEW packages will be installed:
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:57:13 [2022-04-21T17:57:13.058Z] #14 33.94   mingw-w64-x86-64-dev
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.39 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.39 Need to get 115 MB of archives.
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.39 After this operation, 645 MB of additional disk space will be used.
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.39 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.57 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:57:13 [2022-04-21T17:57:13.058Z] #14 34.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:57:13 [2022-04-21T17:57:13.058Z] #14 35.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:57:13 [2022-04-21T17:57:13.058Z] #14 35.19 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 35.19 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 36.01 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 37.25 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 37.75 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]
17:57:13 [2022-04-21T17:57:13.058Z] #14 38.36 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]
17:57:13 [2022-04-21T17:57:13.318Z] #14 ...
17:57:13 [2022-04-21T17:57:13.318Z] 
17:57:13 [2022-04-21T17:57:13.318Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:57:13 [2022-04-21T17:57:13.318Z] #49 sha256:e7bfa83a6c3b30999acfa23a5e674fdaa1b1a1a46d0ec366dd13b7bfb1617bed
17:57:13 [2022-04-21T17:57:13.318Z] #49 37.22 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
17:57:13 [2022-04-21T17:57:13.318Z] #49 38.57 debconf: delaying package configuration, since apt-utils is not installed
17:57:13 [2022-04-21T17:57:13.318Z] #49 38.82 Fetched 2292 kB in 4s (597 kB/s)
17:57:13 [2022-04-21T17:57:13.318Z] #49 38.94 Selecting previously unselected package libprotobuf23:amd64.
17:57:13 [2022-04-21T17:57:13.318Z] #49 38.94 (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.)
17:57:13 [2022-04-21T17:57:13.318Z] #49 38.99 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
17:57:13 [2022-04-21T17:57:13.318Z] #49 39.01 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
17:57:14 [2022-04-21T17:57:14.258Z] #49 39.80 Selecting previously unselected package python3-pkg-resources.
17:57:14 [2022-04-21T17:57:14.258Z] #49 39.80 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
17:57:14 [2022-04-21T17:57:14.258Z] #49 39.80 Unpacking python3-pkg-resources (52.0.0-4) ...
17:57:14 [2022-04-21T17:57:14.258Z] #49 39.96 Selecting previously unselected package python3-six.
17:57:14 [2022-04-21T17:57:14.258Z] #49 39.96 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
17:57:14 [2022-04-21T17:57:14.258Z] #49 40.00 Unpacking python3-six (1.16.0-2) ...
17:57:14 [2022-04-21T17:57:14.524Z] #49 40.11 Selecting previously unselected package python3-protobuf.
17:57:14 [2022-04-21T17:57:14.524Z] #49 40.11 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
17:57:14 [2022-04-21T17:57:14.524Z] #49 40.11 Unpacking python3-protobuf (3.12.4-1) ...
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.65 Selecting previously unselected package libnet1:amd64.
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.65 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.78 Selecting previously unselected package libnl-3-200:amd64.
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.78 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.78 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.92 Selecting previously unselected package libprotobuf-c1:amd64.
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.92 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:57:15 [2022-04-21T17:57:15.095Z] #49 40.92 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:57:15 [2022-04-21T17:57:15.356Z] #49 41.01 Selecting previously unselected package criu.
17:57:15 [2022-04-21T17:57:15.356Z] #49 41.06 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
17:57:15 [2022-04-21T17:57:15.356Z] #49 41.06 Unpacking criu (3.16.1-3) ...
17:57:16 [2022-04-21T17:57:16.295Z] #49 41.76 Setting up python3-pkg-resources (52.0.0-4) ...
17:57:16 [2022-04-21T17:57:16.866Z] #49 ...
17:57:16 [2022-04-21T17:57:16.866Z] 
17:57:16 [2022-04-21T17:57:16.866Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:16 [2022-04-21T17:57:16.866Z] #62 sha256:bd8494154e826a5a75737a9944cef2b59c58728f589b9796ef7459c3dc5d1081
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.525 + RM_GOPATH=0
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.525 + TMP_GOPATH=
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.525 + : /build
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.525 + '[' -z '' ']'
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.525 ++ mktemp -d
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 + export GOPATH=/tmp/tmp.2E3AEateOL
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 + GOPATH=/tmp/tmp.2E3AEateOL
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 + RM_GOPATH=1
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 + case "$(go env GOARCH)" in
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 ++ go env GOARCH
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 + export GO_BUILDMODE=-buildmode=pie
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 + GO_BUILDMODE=-buildmode=pie
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.557 ++ dirname /install.sh
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 + dir=/
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 + bin=containerd
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 + shift
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 + '[' '!' -f //containerd.installer ']'
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 + . //containerd.installer
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 ++ set -e
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 ++ : v1.6.2
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.577 + install_containerd
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.587 + echo 'Install containerd version v1.6.2'
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.587 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2E3AEateOL/src/github.com/containerd/containerd
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.587 Cloning into '/tmp/tmp.2E3AEateOL/src/github.com/containerd/containerd'...
17:57:16 [2022-04-21T17:57:16.866Z] #62 5.600 Install containerd version v1.6.2
17:57:17 [2022-04-21T17:57:17.126Z] #62 ...
17:57:17 [2022-04-21T17:57:17.126Z] 
17:57:17 [2022-04-21T17:57:17.126Z] #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
17:57:17 [2022-04-21T17:57:17.126Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:57:17 [2022-04-21T17:57:17.126Z] #14 39.72 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]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.29 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]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.29 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.29 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.32 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.32 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.33 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]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.34 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.36 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.48 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.48 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 40.48 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
17:57:17 [2022-04-21T17:57:17.126Z] #14 41.48 debconf: delaying package configuration, since apt-utils is not installed
17:57:17 [2022-04-21T17:57:17.126Z] #14 41.70 Fetched 115 MB in 6s (17.7 MB/s)
17:57:17 [2022-04-21T17:57:17.126Z] #14 41.80 Selecting previously unselected package binutils-mingw-w64-i686.
17:57:17 [2022-04-21T17:57:17.126Z] #14 41.80 (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.)
17:57:17 [2022-04-21T17:57:17.126Z] #14 41.90 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:57:17 [2022-04-21T17:57:17.126Z] #14 41.90 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:57:18 [2022-04-21T17:57:18.066Z] #14 43.86 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:57:18 [2022-04-21T17:57:18.066Z] #14 43.86 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:57:18 [2022-04-21T17:57:18.066Z] #14 43.87 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:57:20 [2022-04-21T17:57:20.606Z] #14 46.51 Selecting previously unselected package binutils-mingw-w64.
17:57:20 [2022-04-21T17:57:20.606Z] #14 46.51 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:57:20 [2022-04-21T17:57:20.606Z] #14 46.51 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:57:20 [2022-04-21T17:57:20.865Z] #14 46.67 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:57:20 [2022-04-21T17:57:20.865Z] #14 46.67 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:57:20 [2022-04-21T17:57:20.865Z] #14 46.69 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:20 [2022-04-21T17:57:20.865Z] #14 46.92 Selecting previously unselected package dmsetup.
17:57:20 [2022-04-21T17:57:20.865Z] #14 46.92 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:57:20 [2022-04-21T17:57:20.865Z] #14 46.92 Unpacking dmsetup (2:1.02.175-2.1) ...
17:57:21 [2022-04-21T17:57:21.124Z] #14 47.11 Selecting previously unselected package mingw-w64-common.
17:57:21 [2022-04-21T17:57:21.124Z] #14 47.13 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:57:21 [2022-04-21T17:57:21.124Z] #14 47.14 Unpacking mingw-w64-common (8.0.0-1) ...
17:57:21 [2022-04-21T17:57:21.696Z] #14 ...
17:57:21 [2022-04-21T17:57:21.696Z] 
17:57:21 [2022-04-21T17:57:21.696Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:21 [2022-04-21T17:57:21.696Z] #40 sha256:037824a136eec6603effe8048af4ac383f895cc5fa2bd83d8bff9022a7c80c48
17:57:21 [2022-04-21T17:57:21.696Z] #40 39.99 Selecting previously unselected package libicu67:amd64.
17:57:21 [2022-04-21T17:57:21.696Z] #40 39.99 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 39.99 Unpacking libicu67:amd64 (67.1-7) ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 46.32 Selecting previously unselected package libxml2:amd64.
17:57:21 [2022-04-21T17:57:21.696Z] #40 46.32 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 46.32 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 46.83 Selecting previously unselected package libarchive13:amd64.
17:57:21 [2022-04-21T17:57:21.696Z] #40 46.83 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 46.85 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.15 Selecting previously unselected package libjsoncpp24:amd64.
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.15 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.16 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.31 Selecting previously unselected package librhash0:amd64.
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.32 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.33 Unpacking librhash0:amd64 (1.4.1-2) ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.51 Selecting previously unselected package libuv1:amd64.
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.52 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.53 Unpacking libuv1:amd64 (1.40.0-2) ...
17:57:21 [2022-04-21T17:57:21.696Z] #40 47.72 Selecting previously unselected package cmake.
17:57:21 [2022-04-21T17:57:21.955Z] #40 47.73 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
17:57:21 [2022-04-21T17:57:21.955Z] #40 47.74 Unpacking cmake (3.18.4-2+deb11u1) ...
17:57:21 [2022-04-21T17:57:21.955Z] #40 ...
17:57:21 [2022-04-21T17:57:21.955Z] 
17:57:21 [2022-04-21T17:57:21.955Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
17:57:21 [2022-04-21T17:57:21.955Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
17:57:21 [2022-04-21T17:57:21.955Z] #53 39.86 go: downloading mvdan.cc/gofumpt v0.2.1
17:57:21 [2022-04-21T17:57:21.955Z] #53 39.86 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:57:21 [2022-04-21T17:57:21.955Z] #53 39.86 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
17:57:21 [2022-04-21T17:57:21.955Z] #53 39.94 go: downloading github.com/davecgh/go-spew v1.1.1
17:57:21 [2022-04-21T17:57:21.955Z] #53 39.94 go: downloading github.com/pmezard/go-difflib v1.0.0
17:57:21 [2022-04-21T17:57:21.955Z] #53 39.99 go: downloading github.com/stretchr/objx v0.1.1
17:57:21 [2022-04-21T17:57:21.955Z] #53 40.11 go: downloading github.com/hashicorp/hcl v1.0.0
17:57:21 [2022-04-21T17:57:21.955Z] #53 40.34 go: downloading github.com/pelletier/go-toml v1.9.4
17:57:21 [2022-04-21T17:57:21.955Z] #53 40.38 go: downloading gopkg.in/yaml.v2 v2.4.0
17:57:21 [2022-04-21T17:57:21.955Z] #53 40.57 go: downloading golang.org/x/text v0.3.7
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.02 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.09 go: downloading github.com/gobwas/glob v0.2.3
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.14 go: downloading github.com/kisielk/gotool v1.0.0
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.22 go: downloading github.com/gostaticanalysis/comment v1.4.2
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.32 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.32 go: downloading golang.org/x/mod v0.5.1
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.40 go: downloading github.com/ettle/strcase v0.1.1
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.46 go: downloading github.com/fatih/structtag v1.2.0
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.51 go: downloading github.com/Masterminds/semver v1.5.0
17:57:21 [2022-04-21T17:57:21.955Z] #53 46.63 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
17:57:21 [2022-04-21T17:57:21.956Z] #53 46.63 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
17:57:21 [2022-04-21T17:57:21.956Z] #53 46.85 go: downloading github.com/prometheus/client_golang v1.7.1
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.21 go: downloading github.com/prometheus/client_model v0.2.0
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.25 go: downloading github.com/google/go-cmp v0.5.6
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.47 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.55 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.60 go: downloading github.com/olekukonko/tablewriter v0.0.5
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.69 go: downloading github.com/cespare/xxhash/v2 v2.1.2
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.69 go: downloading github.com/beorn7/perks v1.0.1
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.72 go: downloading github.com/golang/protobuf v1.5.2
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.77 go: downloading github.com/cespare/xxhash v1.1.0
17:57:21 [2022-04-21T17:57:21.956Z] #53 47.90 go: downloading github.com/prometheus/common v0.10.0
17:57:22 [2022-04-21T17:57:22.215Z] #53 48.08 go: downloading github.com/prometheus/procfs v0.6.0
17:57:22 [2022-04-21T17:57:22.215Z] #53 48.15 go: downloading github.com/mattn/go-runewidth v0.0.9
17:57:22 [2022-04-21T17:57:22.215Z] #53 48.25 go: downloading google.golang.org/protobuf v1.27.1
17:57:24 [2022-04-21T17:57:24.125Z] #53 49.67 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
17:57:24 [2022-04-21T17:57:24.385Z] #53 ...
17:57:24 [2022-04-21T17:57:24.385Z] 
17:57:24 [2022-04-21T17:57:24.385Z] #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
17:57:24 [2022-04-21T17:57:24.385Z] #34 sha256:503cb209a807cc42ab6ed07b391a7df6188f4f86b4e7639e5e7515fb70d6055b
17:57:24 [2022-04-21T17:57:24.385Z] #34 40.11 Updating files:  93% (1423/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
17:57:24 [2022-04-21T17:57:24.385Z] #34 40.26 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
17:57:24 [2022-04-21T17:57:24.385Z] #34 40.52 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:24 [2022-04-21T17:57:24.385Z] #34 ...
17:57:24 [2022-04-21T17:57:24.385Z] 
17:57:24 [2022-04-21T17:57:24.385Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:57:24 [2022-04-21T17:57:24.385Z] #49 sha256:e7bfa83a6c3b30999acfa23a5e674fdaa1b1a1a46d0ec366dd13b7bfb1617bed
17:57:24 [2022-04-21T17:57:24.385Z] #49 43.44 Setting up libprotobuf23:amd64 (3.12.4-1) ...
17:57:24 [2022-04-21T17:57:24.385Z] #49 43.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:57:24 [2022-04-21T17:57:24.385Z] #49 43.49 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:57:24 [2022-04-21T17:57:24.385Z] #49 43.52 Setting up python3-six (1.16.0-2) ...
17:57:24 [2022-04-21T17:57:24.385Z] #49 44.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:57:24 [2022-04-21T17:57:24.385Z] #49 45.02 Setting up python3-protobuf (3.12.4-1) ...
17:57:24 [2022-04-21T17:57:24.385Z] #49 48.72 Setting up criu (3.16.1-3) ...
17:57:24 [2022-04-21T17:57:24.956Z] #49 50.58 Processing triggers for libc-bin (2.31-13+deb11u3) ...
17:57:25 [2022-04-21T17:57:25.571Z] #49 ...
17:57:25 [2022-04-21T17:57:25.571Z] 
17:57:25 [2022-04-21T17:57:25.571Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:25 [2022-04-21T17:57:25.571Z] #40 sha256:037824a136eec6603effe8048af4ac383f895cc5fa2bd83d8bff9022a7c80c48
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.27 Setting up libicu67:amd64 (67.1-7) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.32 Setting up xxd (2:8.2.2434-3+deb11u1) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.36 Setting up libuv1:amd64 (1.40.0-2) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 ...
17:57:25 [2022-04-21T17:57:25.571Z] 
17:57:25 [2022-04-21T17:57:25.571Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:57:25 [2022-04-21T17:57:25.571Z] #49 sha256:e7bfa83a6c3b30999acfa23a5e674fdaa1b1a1a46d0ec366dd13b7bfb1617bed
17:57:25 [2022-04-21T17:57:25.571Z] #49 DONE 51.1s
17:57:25 [2022-04-21T17:57:25.571Z] 
17:57:25 [2022-04-21T17:57:25.571Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:25 [2022-04-21T17:57:25.571Z] #40 sha256:037824a136eec6603effe8048af4ac383f895cc5fa2bd83d8bff9022a7c80c48
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.43 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.47 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.50 Setting up librhash0:amd64 (1.4.1-2) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.51 Setting up cmake-data (3.18.4-2+deb11u1) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.53 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.54 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.56 Setting up cmake (3.18.4-2+deb11u1) ...
17:57:25 [2022-04-21T17:57:25.571Z] #40 51.57 Processing triggers for libc-bin (2.31-13+deb11u3) ...
17:57:26 [2022-04-21T17:57:26.141Z] #40 DONE 52.1s
17:57:26 [2022-04-21T17:57:26.141Z] 
17:57:26 [2022-04-21T17:57:26.141Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:57:26 [2022-04-21T17:57:26.141Z] #51 sha256:ad58d076ec472693a97cabb4b50937c997c2a836c5b1940040e0877a9d0ec5c9
17:57:26 [2022-04-21T17:57:26.141Z] #51 ...
17:57:26 [2022-04-21T17:57:26.141Z] 
17:57:26 [2022-04-21T17:57:26.141Z] #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
17:57:26 [2022-04-21T17:57:26.141Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:57:26 [2022-04-21T17:57:26.141Z] #14 52.17 Selecting previously unselected package mingw-w64-x86-64-dev.
17:57:26 [2022-04-21T17:57:26.141Z] #14 52.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:57:26 [2022-04-21T17:57:26.141Z] #14 52.18 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:57:26 [2022-04-21T17:57:26.400Z] #14 ...
17:57:26 [2022-04-21T17:57:26.400Z] 
17:57:26 [2022-04-21T17:57:26.400Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:57:26 [2022-04-21T17:57:26.400Z] #41 sha256:00be9f3e603ea10d7cb414cc80490da88b2f1f00df62458790a03fb307d76ef6
17:57:26 [2022-04-21T17:57:26.400Z] #41 DONE 0.3s
17:57:26 [2022-04-21T17:57:26.400Z] 
17:57:26 [2022-04-21T17:57:26.400Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:57:26 [2022-04-21T17:57:26.400Z] #42 sha256:5f86209e8527ab8ee9c65fe60f37954c91e9c71648184582f312ffe83c9d60be
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.178 + RM_GOPATH=0
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.178 + TMP_GOPATH=
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.178 + : /build
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.178 + '[' -z '' ']'
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.178 ++ mktemp -d
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.181 + export GOPATH=/tmp/tmp.5q4zE45V6t
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.181 + GOPATH=/tmp/tmp.5q4zE45V6t
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.181 + RM_GOPATH=1
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.181 + case "$(go env GOARCH)" in
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.184 ++ go env GOARCH
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + export GO_BUILDMODE=-buildmode=pie
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + GO_BUILDMODE=-buildmode=pie
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 ++ dirname /install.sh
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + dir=/
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + bin=tini
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + shift
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + '[' '!' -f //tini.installer ']'
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + . //tini.installer
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 ++ : v0.19.0
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + install_tini
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + echo 'Install tini version v0.19.0'
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 + git clone https://github.com/krallin/tini.git /tmp/tmp.5q4zE45V6t/tini
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 Cloning into '/tmp/tmp.5q4zE45V6t/tini'...
17:57:29 [2022-04-21T17:57:29.771Z] #42 3.201 Install tini version v0.19.0
17:57:30 [2022-04-21T17:57:30.340Z] #42 3.928 + cd /tmp/tmp.5q4zE45V6t/tini
17:57:30 [2022-04-21T17:57:30.340Z] #42 3.928 + git checkout -q v0.19.0
17:57:30 [2022-04-21T17:57:30.340Z] #42 3.954 + cmake .
17:57:30 [2022-04-21T17:57:30.908Z] #42 4.501 -- The C compiler identification is GNU 10.2.1
17:57:31 [2022-04-21T17:57:31.167Z] #42 4.631 -- Detecting C compiler ABI info
17:57:31 [2022-04-21T17:57:31.743Z] #42 ...
17:57:31 [2022-04-21T17:57:31.743Z] 
17:57:31 [2022-04-21T17:57:31.743Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:57:31 [2022-04-21T17:57:31.743Z] #51 sha256:ad58d076ec472693a97cabb4b50937c997c2a836c5b1940040e0877a9d0ec5c9
17:57:31 [2022-04-21T17:57:31.743Z] #51 57.01 gotestsum version dev
17:57:31 [2022-04-21T17:57:31.743Z] #51 DONE 57.5s
17:57:31 [2022-04-21T17:57:31.743Z] 
17:57:31 [2022-04-21T17:57:31.743Z] #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
17:57:31 [2022-04-21T17:57:31.743Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:57:31 [2022-04-21T17:57:31.743Z] #14 57.67 Selecting previously unselected package gcc-mingw-w64-base.
17:57:32 [2022-04-21T17:57:32.006Z] #14 57.77 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:57:32 [2022-04-21T17:57:32.006Z] #14 57.77 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:57:32 [2022-04-21T17:57:32.006Z] #14 57.81 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:57:32 [2022-04-21T17:57:32.006Z] #14 57.81 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:57:32 [2022-04-21T17:57:32.006Z] #14 57.81 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:57:35 [2022-04-21T17:57:35.296Z] #14 ...
17:57:35 [2022-04-21T17:57:35.296Z] 
17:57:35 [2022-04-21T17:57:35.296Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:57:35 [2022-04-21T17:57:35.296Z] #42 sha256:5f86209e8527ab8ee9c65fe60f37954c91e9c71648184582f312ffe83c9d60be
17:57:35 [2022-04-21T17:57:35.296Z] #42 5.391 -- Detecting C compiler ABI info - done
17:57:35 [2022-04-21T17:57:35.296Z] #42 5.536 -- Check for working C compiler: /usr/bin/cc - skipped
17:57:35 [2022-04-21T17:57:35.296Z] #42 5.536 -- Detecting C compile features
17:57:35 [2022-04-21T17:57:35.296Z] #42 5.536 -- Detecting C compile features - done
17:57:35 [2022-04-21T17:57:35.296Z] #42 5.564 -- Performing Test HAS_BUILTIN_FORTIFY
17:57:35 [2022-04-21T17:57:35.297Z] #42 5.824 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:57:35 [2022-04-21T17:57:35.297Z] #42 5.952 -- Configuring done
17:57:35 [2022-04-21T17:57:35.297Z] #42 5.994 -- Generating done
17:57:35 [2022-04-21T17:57:35.297Z] #42 5.994 -- Build files have been written to: /tmp/tmp.5q4zE45V6t/tini
17:57:35 [2022-04-21T17:57:35.297Z] #42 5.994 + make tini-static
17:57:35 [2022-04-21T17:57:35.297Z] #42 6.339 Scanning dependencies of target tini-static
17:57:35 [2022-04-21T17:57:35.297Z] #42 6.420 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:57:35 [2022-04-21T17:57:35.297Z] #42 7.617 [100%] Linking C executable tini-static
17:57:35 [2022-04-21T17:57:35.297Z] #42 8.238 [100%] Built target tini-static
17:57:35 [2022-04-21T17:57:35.297Z] #42 8.295 + mkdir -p /build
17:57:35 [2022-04-21T17:57:35.297Z] #42 8.297 + cp tini-static /build/docker-init
17:57:35 [2022-04-21T17:57:35.297Z] #42 DONE 8.4s
17:57:35 [2022-04-21T17:57:35.297Z] 
17:57:35 [2022-04-21T17:57:35.297Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:35 [2022-04-21T17:57:35.297Z] #65 sha256:514cd3c09c4f0710c997a6c9ca8962cd582d1ee4c4fcecfb2c1fe3d5bf2b5b4b
17:57:38 [2022-04-21T17:57:38.586Z] #65 ...
17:57:38 [2022-04-21T17:57:38.586Z] 
17:57:38 [2022-04-21T17:57:38.586Z] #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
17:57:38 [2022-04-21T17:57:38.586Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:57:38 [2022-04-21T17:57:38.586Z] #14 64.38 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:57:38 [2022-04-21T17:57:38.586Z] #14 64.38 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:57:38 [2022-04-21T17:57:38.586Z] #14 64.47 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:48 [2022-04-21T17:57:48.565Z] #14 ...
17:57:48 [2022-04-21T17:57:48.565Z] 
17:57:48 [2022-04-21T17:57:48.565Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:48 [2022-04-21T17:57:48.565Z] #62 sha256:bd8494154e826a5a75737a9944cef2b59c58728f589b9796ef7459c3dc5d1081
17:57:49 [2022-04-21T17:57:49.602Z] #62 41.78 Updating files:  60% (2865/4709)
Updating files:  61% (2873/4709)
Updating files:  62% (2920/4709)
Updating files:  63% (2967/4709)
Updating files:  64% (3014/4709)
Updating files:  65% (3061/4709)
Updating files:  66% (3108/4709)
Updating files:  67% (3156/4709)
Updating files:  68% (3203/4709)
Updating files:  69% (3250/4709)
Updating files:  70% (3297/4709)
Updating files:  71% (3344/4709)
Updating files:  72% (3391/4709)
Updating files:  73% (3438/4709)
Updating files:  74% (3485/4709)
Updating files:  75% (3532/4709)
Updating files:  76% (3579/4709)
Updating files:  77% (3626/4709)
Updating files:  78% (3674/4709)
Updating files:  79% (3721/4709)
Updating files:  80% (3768/4709)
Updating files:  81% (3815/4709)
Updating files:  82% (3862/4709)
Updating files:  83% (3909/4709)
Updating files:  84% (3956/4709)
Updating files:  85% (4003/4709)
Updating files:  86% (4050/4709)
Updating files:  87% (4097/4709)
Updating files:  88% (4144/4709)
Updating files:  89% (4192/4709)
Updating files:  90% (4239/4709)
Updating files:  91% (4286/4709)
Updating files:  92% (4333/4709)
Updating files:  93% (4380/4709)
Updating files:  94% (4427/4709)
Updating files:  95% (4474/4709)
Updating files:  96% (4521/4709)
Updating files:  97% (4568/4709)
Updating files:  98% (4615/4709)
Updating files:  99% (4662/4709)
Updating files: 100% (4709/4709)
Updating files: 100% (4709/4709), done.
17:57:49 [2022-04-21T17:57:49.602Z] #62 42.73 + cd /tmp/tmp.2E3AEateOL/src/github.com/containerd/containerd
17:57:49 [2022-04-21T17:57:49.861Z] #62 42.73 + git checkout -q v1.6.2
17:57:50 [2022-04-21T17:57:50.430Z] #62 43.62 + export 'BUILDTAGS=netgo osusergo static_build'
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.62 + BUILDTAGS='netgo osusergo static_build'
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.62 + export EXTRA_FLAGS=-buildmode=pie
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.62 + EXTRA_FLAGS=-buildmode=pie
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.62 + '[' '' = dynamic ']'
17:57:50 [2022-04-21T17:57:50.690Z] #62 43.63 + make
17:57:52 [2022-04-21T17:57:52.070Z] #62 45.09 + bin/ctr
17:58:00 [2022-04-21T17:58:00.193Z] #62 ...
17:58:00 [2022-04-21T17:58:00.193Z] 
17:58:00 [2022-04-21T17:58:00.193Z] #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
17:58:00 [2022-04-21T17:58:00.193Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:58:00 [2022-04-21T17:58:00.193Z] #14 74.82 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:58:00 [2022-04-21T17:58:00.193Z] #14 74.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:58:00 [2022-04-21T17:58:00.193Z] #14 74.83 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:00 [2022-04-21T17:58:00.193Z] #14 79.45 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:58:00 [2022-04-21T17:58:00.193Z] #14 79.45 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:58:00 [2022-04-21T17:58:00.193Z] #14 79.47 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:58:00 [2022-04-21T17:58:00.193Z] #14 84.22 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:58:00 [2022-04-21T17:58:00.193Z] #14 84.22 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:58:00 [2022-04-21T17:58:00.193Z] #14 84.22 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:10 [2022-04-21T17:58:10.184Z] #14 94.57 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:58:10 [2022-04-21T17:58:10.184Z] #14 94.59 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:58:10 [2022-04-21T17:58:10.184Z] #14 94.59 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:12 [2022-04-21T17:58:12.724Z] #14 ...
17:58:12 [2022-04-21T17:58:12.725Z] 
17:58:12 [2022-04-21T17:58:12.725Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:58:12 [2022-04-21T17:58:12.725Z] #65 sha256:514cd3c09c4f0710c997a6c9ca8962cd582d1ee4c4fcecfb2c1fe3d5bf2b5b4b
17:58:12 [2022-04-21T17:58:12.725Z] #65 98.01 + for f in rootlesskit rootlesskit-docker-proxy
17:58:12 [2022-04-21T17:58:12.725Z] #65 98.01 + GOBIN=/build
17:58:12 [2022-04-21T17:58:12.725Z] #65 98.01 + GO111MODULE=on
17:58:12 [2022-04-21T17:58:12.725Z] #65 98.01 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7 rootlesskit version 1.0.0
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7 Usage of /build/rootlesskit-docker-proxy:
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7   -container-ip string
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7     	container ip
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7   -container-port int
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7     	container port (default -1)
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7   -host-ip string
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7     	host ip
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7   -host-port int
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7     	host port (default -1)
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7   -proto string
17:58:18 [2022-04-21T17:58:18.001Z] #65 102.7     	proxy protocol (default "tcp")
17:58:18 [2022-04-21T17:58:18.001Z] #65 ...
17:58:18 [2022-04-21T17:58:18.001Z] 
17:58:18 [2022-04-21T17:58:18.001Z] #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
17:58:18 [2022-04-21T17:58:18.001Z] #14 sha256:41923f6e3330b5143fdf3609c700bdabdb4d44486c62d149b6a453bb75979e3b
17:58:18 [2022-04-21T17:58:18.001Z] #14 98.95 Selecting previously unselected package g++-mingw-w64-x86-64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 98.96 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 98.97 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.08 Selecting previously unselected package libapparmor1:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.08 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.09 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.20 Selecting previously unselected package libapparmor-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.20 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.22 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.34 Selecting previously unselected package libbtrfs0:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.34 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.35 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.44 Selecting previously unselected package libbtrfs-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.45 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.46 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.58 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.58 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.58 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.63 Selecting previously unselected package libudev-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.65 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.66 Unpacking libudev-dev:amd64 (247.3-7) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.76 Selecting previously unselected package libsepol1-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.76 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 99.77 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.0 Selecting previously unselected package libpcre2-16-0:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.2 Selecting previously unselected package libpcre2-32-0:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.4 Selecting previously unselected package libpcre2-posix2:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.4 Selecting previously unselected package libpcre2-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.5 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.9 Selecting previously unselected package libselinux1-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 100.9 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.1 Selecting previously unselected package libdevmapper-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.2 Selecting previously unselected package libseccomp-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.3 Selecting previously unselected package libsystemd-dev:amd64.
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.3 Unpacking libsystemd-dev:amd64 (247.3-7) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.9 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 101.9 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.0 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.0 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.0 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.0 Setting up libudev-dev:amd64 (247.3-7) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.1 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.1 Setting up mingw-w64-common (8.0.0-1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.2 Setting up libsystemd-dev:amd64 (247.3-7) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.2 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.2 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 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
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 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
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 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
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.4 Setting up dmsetup (2:1.02.175-2.1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:58:18 [2022-04-21T17:58:18.001Z] #14 102.4 Processing triggers for libc-bin (2.31-13+deb11u3) ...
17:58:18 [2022-04-21T17:58:18.572Z] #14 DONE 104.5s
17:58:18 [2022-04-21T17:58:18.572Z] 
17:58:18 [2022-04-21T17:58:18.572Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:58:18 [2022-04-21T17:58:18.572Z] #65 sha256:514cd3c09c4f0710c997a6c9ca8962cd582d1ee4c4fcecfb2c1fe3d5bf2b5b4b
17:58:18 [2022-04-21T17:58:18.572Z] #65 DONE 104.2s
17:58:18 [2022-04-21T17:58:18.572Z] 
17:58:18 [2022-04-21T17:58:18.572Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
17:58:18 [2022-04-21T17:58:18.572Z] #57 sha256:9a128c3697fbc5235eda004081fa954cb01fbd12ecb9d82e3090b13d7ac8a0a5
17:58:18 [2022-04-21T17:58:18.837Z] #57 DONE 0.2s
17:58:18 [2022-04-21T17:58:18.837Z] 
17:58:18 [2022-04-21T17:58:18.837Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
17:58:18 [2022-04-21T17:58:18.837Z] #66 sha256:26266ad9e54fee6b3321f63b34c525ee5ea1c4343cff44b8a02295e6d06d0fbe
17:58:18 [2022-04-21T17:58:18.837Z] #66 DONE 0.2s
17:58:18 [2022-04-21T17:58:18.837Z] 
17:58:18 [2022-04-21T17:58:18.837Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:18 [2022-04-21T17:58:18.837Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:58:19 [2022-04-21T17:58:19.098Z] #58 ...
17:58:19 [2022-04-21T17:58:19.098Z] 
17:58:19 [2022-04-21T17:58:19.098Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:58:19 [2022-04-21T17:58:19.098Z] #67 sha256:d16e85992beef08c0296aae45cd7016c856888972233603cfdff038bfade5442
17:58:19 [2022-04-21T17:58:19.098Z] #67 DONE 0.2s
17:58:19 [2022-04-21T17:58:19.098Z] 
17:58:19 [2022-04-21T17:58:19.098Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:58:19 [2022-04-21T17:58:19.098Z] #15 sha256:cdce564a5785486f284bd659d8b1c9f4167cf8b7d27ce23d3ec9efd3c493bf20
17:58:21 [2022-04-21T17:58:21.635Z] #15 DONE 3.2s
17:58:21 [2022-04-21T17:58:21.635Z] 
17:58:21 [2022-04-21T17:58:21.635Z] #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
17:58:21 [2022-04-21T17:58:21.635Z] #34 sha256:503cb209a807cc42ab6ed07b391a7df6188f4f86b4e7639e5e7515fb70d6055b
17:58:21 [2022-04-21T17:58:21.894Z] #34 ...
17:58:21 [2022-04-21T17:58:21.894Z] 
17:58:21 [2022-04-21T17:58:21.894Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:21 [2022-04-21T17:58:21.894Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.008 + RM_GOPATH=0
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.008 + TMP_GOPATH=
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.008 + : /build
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.008 + '[' -z '' ']'
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.008 ++ mktemp -d
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.009 + export GOPATH=/tmp/tmp.tl7mMRMzDi
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.009 + GOPATH=/tmp/tmp.tl7mMRMzDi
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.009 + RM_GOPATH=1
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.009 + case "$(go env GOARCH)" in
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.009 ++ go env GOARCH
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.022 + export GO_BUILDMODE=-buildmode=pie
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.022 + GO_BUILDMODE=-buildmode=pie
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.024 ++ dirname /install.sh
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.025 + dir=/
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.028 + bin=runc
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.028 + shift
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.028 + '[' '!' -f //runc.installer ']'
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.028 + . //runc.installer
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.029 ++ set -e
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.029 ++ : v1.1.1
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.031 + install_runc
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.031 + RUNC_BUILDTAGS=seccomp
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.032 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.032 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.tl7mMRMzDi/src/github.com/opencontainers/runc
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.034 Cloning into '/tmp/tmp.tl7mMRMzDi/src/github.com/opencontainers/runc'...
17:58:21 [2022-04-21T17:58:21.894Z] #58 3.042 Install runc version v1.1.1 (build tags: seccomp)
17:58:24 [2022-04-21T17:58:24.429Z] #58 ...
17:58:24 [2022-04-21T17:58:24.429Z] 
17:58:24 [2022-04-21T17:58:24.429Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:58:24 [2022-04-21T17:58:24.429Z] #16 sha256:5faf748b6cdc0a76b25b632a0c0fb06943120167aa2f938ecd4e6561db5eab9f
17:58:24 [2022-04-21T17:58:24.429Z] #16 DONE 2.6s
17:58:24 [2022-04-21T17:58:24.688Z] 
17:58:24 [2022-04-21T17:58:24.688Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:58:24 [2022-04-21T17:58:24.688Z] #17 sha256:6d3e94cbad784cfe5f6f3b1028ab130f79ae324a7b71431fd302ee48dbbbee2b
17:58:27 [2022-04-21T17:58:27.976Z] #17 2.979 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:58:27 [2022-04-21T17:58:27.977Z] #17 DONE 3.2s
17:58:27 [2022-04-21T17:58:27.977Z] 
17:58:27 [2022-04-21T17:58:27.977Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:58:27 [2022-04-21T17:58:27.977Z] #18 sha256:d05397cc8aecf4237e6d4a25fd2f6826752b690a664ebec16227276991d09feb
17:58:29 [2022-04-21T17:58:29.355Z] #18 DONE 1.5s
17:58:29 [2022-04-21T17:58:29.355Z] 
17:58:29 [2022-04-21T17:58:29.355Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:58:29 [2022-04-21T17:58:29.355Z] #19 sha256:c3508f3354c7843cc8a5ab3b42be79271f2f90428c78e3059128df7d44c97719
17:58:30 [2022-04-21T17:58:30.735Z] #19 DONE 1.6s
17:58:30 [2022-04-21T17:58:30.735Z] 
17:58:30 [2022-04-21T17:58:30.735Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:30 [2022-04-21T17:58:30.735Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:58:30 [2022-04-21T17:58:30.735Z] #58 10.87 + cd /tmp/tmp.tl7mMRMzDi/src/github.com/opencontainers/runc
17:58:30 [2022-04-21T17:58:30.735Z] #58 10.87 + git checkout -q v1.1.1
17:58:30 [2022-04-21T17:58:30.735Z] #58 11.24 + '[' -z '' ']'
17:58:30 [2022-04-21T17:58:30.735Z] #58 11.24 + target=static
17:58:30 [2022-04-21T17:58:30.735Z] #58 11.24 + make BUILDTAGS=seccomp static
17:58:30 [2022-04-21T17:58:30.735Z] #58 11.60 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
17:58:32 [2022-04-21T17:58:32.655Z] #58 ...
17:58:32 [2022-04-21T17:58:32.656Z] 
17:58:32 [2022-04-21T17:58:32.656Z] #20 [dev-systemd-false  6/25] RUN ldconfig
17:58:32 [2022-04-21T17:58:32.656Z] #20 sha256:fe23bbd51d5c7337d81a64a5b607a0942d79e8251d4ccb6331b960939070b7ae
17:58:32 [2022-04-21T17:58:32.656Z] #20 DONE 1.6s
17:58:32 [2022-04-21T17:58:32.656Z] 
17:58:32 [2022-04-21T17:58:32.656Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:58:32 [2022-04-21T17:58:32.656Z] #21 sha256:f74c3226445fd4125adbfcf7849ad09925a103dee91f3191e8d6d88392490ee8
17:58:34 [2022-04-21T17:58:34.035Z] #21 1.792 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:58:34 [2022-04-21T17:58:34.035Z] #21 1.825 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:58:34 [2022-04-21T17:58:34.035Z] #21 1.826 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:58:34 [2022-04-21T17:58:34.605Z] #21 2.199 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
17:58:35 [2022-04-21T17:58:35.541Z] #21 3.157 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
17:58:36 [2022-04-21T17:58:36.919Z] #21 4.425 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
17:58:40 [2022-04-21T17:58:40.226Z] #21 7.745 Fetched 8510 kB in 6s (1365 kB/s)
17:58:40 [2022-04-21T17:58:40.484Z] #21 7.745 Reading package lists...
17:58:40 [2022-04-21T17:58:40.484Z] #21 ...
17:58:40 [2022-04-21T17:58:40.484Z] 
17:58:40 [2022-04-21T17:58:40.484Z] #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
17:58:40 [2022-04-21T17:58:40.484Z] #34 sha256:503cb209a807cc42ab6ed07b391a7df6188f4f86b4e7639e5e7515fb70d6055b
17:58:40 [2022-04-21T17:58:40.484Z] #34 DONE 126.4s
17:58:40 [2022-04-21T17:58:40.743Z] 
17:58:40 [2022-04-21T17:58:40.743Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:40 [2022-04-21T17:58:40.743Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:58:42 [2022-04-21T17:58:42.285Z] #58 ...
17:58:42 [2022-04-21T17:58:42.285Z] 
17:58:42 [2022-04-21T17:58:42.285Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:58:42 [2022-04-21T17:58:42.285Z] #21 sha256:f74c3226445fd4125adbfcf7849ad09925a103dee91f3191e8d6d88392490ee8
17:58:42 [2022-04-21T17:58:42.285Z] #21 7.745 Reading package lists...
17:58:44 [2022-04-21T17:58:44.830Z] #21 10.03 Reading package lists...
17:58:45 [2022-04-21T17:58:45.089Z] #21 12.32 Building dependency tree...
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57 The following additional packages will be installed:
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   python3-pkg-resources vim-runtime xxd
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57 Suggested packages:
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   acl attr quota
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57 Recommended packages:
17:58:46 [2022-04-21T17:58:46.028Z] #21 13.57   libatm1 nftables libpam-cap build-essential python3-dev unzip
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.62 The following NEW packages will be installed:
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   python3-pkg-resources python3-setuptools python3-wheel sudo
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
17:58:46 [2022-04-21T17:58:46.964Z] #21 14.63   xz-utils zip zstd
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.95 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.95 Need to get 27.6 MB of archives.
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.95 After this operation, 106 MB of additional disk space will be used.
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 14.97 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 15.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 15.01 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
17:58:47 [2022-04-21T17:58:47.223Z] #21 15.02 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.03 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.03 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.06 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.07 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.07 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.08 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.08 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.08 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.09 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.09 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.10 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.10 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.11 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
17:58:47 [2022-04-21T17:58:47.482Z] #21 15.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.42 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.42 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.42 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.42 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.42 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.42 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.43 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.50 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.50 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.51 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
17:58:47 [2022-04-21T17:58:47.741Z] #21 15.52 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
17:58:48 [2022-04-21T17:58:48.001Z] #21 15.52 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
17:58:48 [2022-04-21T17:58:48.001Z] #21 15.54 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
17:58:48 [2022-04-21T17:58:48.001Z] #21 15.57 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
17:58:48 [2022-04-21T17:58:48.001Z] #21 15.59 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
17:58:48 [2022-04-21T17:58:48.001Z] #21 15.59 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
17:58:48 [2022-04-21T17:58:48.001Z] #21 15.81 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
17:58:48 [2022-04-21T17:58:48.261Z] #21 15.83 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
17:58:48 [2022-04-21T17:58:48.261Z] #21 15.86 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
17:58:48 [2022-04-21T17:58:48.261Z] #21 15.87 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
17:58:48 [2022-04-21T17:58:48.831Z] #21 16.48 debconf: delaying package configuration, since apt-utils is not installed
17:58:48 [2022-04-21T17:58:48.831Z] #21 16.57 Fetched 27.6 MB in 1s (22.6 MB/s)
17:58:48 [2022-04-21T17:58:48.831Z] #21 16.63 Selecting previously unselected package pigz.
17:58:48 [2022-04-21T17:58:48.831Z] #21 16.63 (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.)
17:58:49 [2022-04-21T17:58:49.090Z] #21 16.67 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.090Z] #21 16.68 Unpacking pigz (2.6-1) ...
17:58:49 [2022-04-21T17:58:49.090Z] #21 16.77 Selecting previously unselected package libelf1:amd64.
17:58:49 [2022-04-21T17:58:49.090Z] #21 16.77 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.090Z] #21 16.78 Unpacking libelf1:amd64 (0.183-1) ...
17:58:49 [2022-04-21T17:58:49.090Z] #21 16.91 Selecting previously unselected package libbpf0:amd64.
17:58:49 [2022-04-21T17:58:49.350Z] #21 16.92 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 16.92 Unpacking libbpf0:amd64 (1:0.3-2) ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.00 Selecting previously unselected package libcap2:amd64.
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.01 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.01 Unpacking libcap2:amd64 (1:2.44-1) ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.07 Selecting previously unselected package libmnl0:amd64.
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.08 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.08 Unpacking libmnl0:amd64 (1.0.4-3) ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.16 Selecting previously unselected package libxtables12:amd64.
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.16 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.350Z] #21 17.16 Unpacking libxtables12:amd64 (1.8.7-1) ...
17:58:49 [2022-04-21T17:58:49.609Z] #21 17.25 Selecting previously unselected package libcap2-bin.
17:58:49 [2022-04-21T17:58:49.609Z] #21 17.25 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.610Z] #21 17.26 Unpacking libcap2-bin (1:2.44-1) ...
17:58:49 [2022-04-21T17:58:49.869Z] #21 17.35 Selecting previously unselected package iproute2.
17:58:49 [2022-04-21T17:58:49.869Z] #21 17.35 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
17:58:49 [2022-04-21T17:58:49.869Z] #21 17.35 Unpacking iproute2 (5.10.0-4) ...
17:58:50 [2022-04-21T17:58:50.128Z] #21 17.76 Selecting previously unselected package xxd.
17:58:50 [2022-04-21T17:58:50.128Z] #21 17.76 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
17:58:50 [2022-04-21T17:58:50.128Z] #21 17.76 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
17:58:50 [2022-04-21T17:58:50.128Z] #21 17.88 Selecting previously unselected package vim-common.
17:58:50 [2022-04-21T17:58:50.399Z] #21 17.89 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
17:58:50 [2022-04-21T17:58:50.399Z] #21 17.91 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
17:58:50 [2022-04-21T17:58:50.399Z] #21 18.02 Selecting previously unselected package bash-completion.
17:58:50 [2022-04-21T17:58:50.399Z] #21 18.03 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
17:58:52 [2022-04-21T17:58:52.307Z] #21 19.70 Unpacking bash-completion (1:2.11-2) ...
17:58:52 [2022-04-21T17:58:52.307Z] #21 20.07 Selecting previously unselected package bzip2.
17:58:52 [2022-04-21T17:58:52.566Z] #21 20.09 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
17:58:52 [2022-04-21T17:58:52.566Z] #21 20.11 Unpacking bzip2 (1.0.8-4) ...
17:58:52 [2022-04-21T17:58:52.566Z] #21 20.17 Selecting previously unselected package xz-utils.
17:58:52 [2022-04-21T17:58:52.566Z] #21 20.18 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
17:58:52 [2022-04-21T17:58:52.567Z] #21 20.19 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
17:58:52 [2022-04-21T17:58:52.567Z] #21 20.38 Selecting previously unselected package apparmor.
17:58:52 [2022-04-21T17:58:52.826Z] #21 20.41 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
17:58:52 [2022-04-21T17:58:52.826Z] #21 20.47 Unpacking apparmor (2.13.6-10) ...
17:58:53 [2022-04-21T17:58:53.393Z] #21 20.84 Selecting previously unselected package inetutils-ping.
17:58:53 [2022-04-21T17:58:53.394Z] #21 20.86 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.394Z] #21 20.87 Unpacking inetutils-ping (2:2.0-1) ...
17:58:53 [2022-04-21T17:58:53.394Z] #21 20.98 Selecting previously unselected package libip4tc2:amd64.
17:58:53 [2022-04-21T17:58:53.394Z] #21 20.99 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.394Z] #21 20.99 Unpacking libip4tc2:amd64 (1.8.7-1) ...
17:58:53 [2022-04-21T17:58:53.394Z] #21 21.07 Selecting previously unselected package libip6tc2:amd64.
17:58:53 [2022-04-21T17:58:53.394Z] #21 21.07 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.394Z] #21 21.08 Unpacking libip6tc2:amd64 (1.8.7-1) ...
17:58:53 [2022-04-21T17:58:53.394Z] #21 21.12 Selecting previously unselected package libnfnetlink0:amd64.
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.13 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.13 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.19 Selecting previously unselected package libnetfilter-conntrack3:amd64.
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.19 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.20 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.27 Selecting previously unselected package libnftnl11:amd64.
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.27 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.29 Unpacking libnftnl11:amd64 (1.1.9-1) ...
17:58:53 [2022-04-21T17:58:53.653Z] #21 21.41 Selecting previously unselected package iptables.
17:58:53 [2022-04-21T17:58:53.912Z] #21 21.42 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
17:58:53 [2022-04-21T17:58:53.912Z] #21 21.42 Unpacking iptables (1.8.7-1) ...
17:58:53 [2022-04-21T17:58:53.912Z] #21 21.70 Selecting previously unselected package libonig5:amd64.
17:58:54 [2022-04-21T17:58:54.171Z] #21 21.70 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
17:58:54 [2022-04-21T17:58:54.171Z] #21 21.71 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:58:54 [2022-04-21T17:58:54.171Z] #21 21.84 Selecting previously unselected package libjq1:amd64.
17:58:54 [2022-04-21T17:58:54.171Z] #21 21.84 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
17:58:54 [2022-04-21T17:58:54.171Z] #21 21.84 Unpacking libjq1:amd64 (1.6-2.1) ...
17:58:54 [2022-04-21T17:58:54.431Z] #21 21.95 Selecting previously unselected package jq.
17:58:54 [2022-04-21T17:58:54.431Z] #21 21.95 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
17:58:54 [2022-04-21T17:58:54.431Z] #21 21.96 Unpacking jq (1.6-2.1) ...
17:58:54 [2022-04-21T17:58:54.431Z] #21 22.16 Selecting previously unselected package libaio1:amd64.
17:58:54 [2022-04-21T17:58:54.431Z] #21 22.17 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
17:58:54 [2022-04-21T17:58:54.431Z] #21 22.17 Unpacking libaio1:amd64 (0.3.112-9) ...
17:58:54 [2022-04-21T17:58:54.431Z] #21 22.24 Selecting previously unselected package libgpm2:amd64.
17:58:54 [2022-04-21T17:58:54.690Z] #21 22.24 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
17:58:54 [2022-04-21T17:58:54.690Z] #21 22.25 Unpacking libgpm2:amd64 (1.20.7-8) ...
17:58:54 [2022-04-21T17:58:54.690Z] #21 22.30 Selecting previously unselected package libicu67:amd64.
17:58:54 [2022-04-21T17:58:54.690Z] #21 22.30 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
17:58:54 [2022-04-21T17:58:54.690Z] #21 22.31 Unpacking libicu67:amd64 (67.1-7) ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.19 Selecting previously unselected package libinih1:amd64.
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.19 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.20 Unpacking libinih1:amd64 (53-1+b2) ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.26 Selecting previously unselected package libnet1:amd64.
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.27 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.35 Selecting previously unselected package libnl-3-200:amd64.
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.36 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.36 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.45 Selecting previously unselected package libprotobuf-c1:amd64.
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.45 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.46 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.51 Selecting previously unselected package net-tools.
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.51 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.51 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.68 Selecting previously unselected package patch.
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.69 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
17:58:57 [2022-04-21T17:58:57.983Z] #21 25.69 Unpacking patch (2.7.6-7) ...
17:58:58 [2022-04-21T17:58:58.244Z] #21 25.79 Selecting previously unselected package python-pip-whl.
17:58:58 [2022-04-21T17:58:58.244Z] #21 25.80 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
17:58:58 [2022-04-21T17:58:58.244Z] #21 25.80 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
17:58:58 [2022-04-21T17:58:58.814Z] #21 26.36 Selecting previously unselected package python3-lib2to3.
17:58:58 [2022-04-21T17:58:58.814Z] #21 26.37 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
17:58:58 [2022-04-21T17:58:58.814Z] #21 26.38 Unpacking python3-lib2to3 (3.9.2-1) ...
17:58:58 [2022-04-21T17:58:58.814Z] #21 26.47 Selecting previously unselected package python3-distutils.
17:58:58 [2022-04-21T17:58:58.814Z] #21 26.47 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
17:58:58 [2022-04-21T17:58:58.814Z] #21 26.48 Unpacking python3-distutils (3.9.2-1) ...
17:58:59 [2022-04-21T17:58:59.074Z] #21 26.66 Selecting previously unselected package python3-pkg-resources.
17:58:59 [2022-04-21T17:58:59.074Z] #21 26.66 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
17:58:59 [2022-04-21T17:58:59.074Z] #21 26.66 Unpacking python3-pkg-resources (52.0.0-4) ...
17:58:59 [2022-04-21T17:58:59.074Z] #21 26.78 Selecting previously unselected package python3-setuptools.
17:58:59 [2022-04-21T17:58:59.074Z] #21 26.78 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
17:58:59 [2022-04-21T17:58:59.074Z] #21 26.79 Unpacking python3-setuptools (52.0.0-4) ...
17:58:59 [2022-04-21T17:58:59.334Z] #21 26.99 Selecting previously unselected package python3-wheel.
17:58:59 [2022-04-21T17:58:59.334Z] #21 27.02 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
17:58:59 [2022-04-21T17:58:59.334Z] #21 27.02 Unpacking python3-wheel (0.34.2-1) ...
17:58:59 [2022-04-21T17:58:59.334Z] #21 27.09 Selecting previously unselected package python3-pip.
17:58:59 [2022-04-21T17:58:59.334Z] #21 27.09 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
17:58:59 [2022-04-21T17:58:59.334Z] #21 27.10 Unpacking python3-pip (20.3.4-4+deb11u1) ...
17:58:59 [2022-04-21T17:58:59.903Z] #21 27.37 Selecting previously unselected package sudo.
17:58:59 [2022-04-21T17:58:59.903Z] #21 27.38 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
17:58:59 [2022-04-21T17:58:59.903Z] #21 27.39 Unpacking sudo (1.9.5p2-3) ...
17:59:00 [2022-04-21T17:59:00.472Z] #21 28.05 Selecting previously unselected package thin-provisioning-tools.
17:59:00 [2022-04-21T17:59:00.473Z] #21 28.05 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
17:59:00 [2022-04-21T17:59:00.473Z] #21 28.06 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:59:00 [2022-04-21T17:59:00.732Z] #21 28.23 Selecting previously unselected package uidmap.
17:59:00 [2022-04-21T17:59:00.732Z] #21 28.23 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
17:59:00 [2022-04-21T17:59:00.732Z] #21 28.24 Unpacking uidmap (1:4.8.1-1) ...
17:59:00 [2022-04-21T17:59:00.732Z] #21 28.37 Selecting previously unselected package vim-runtime.
17:59:00 [2022-04-21T17:59:00.732Z] #21 28.38 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
17:59:00 [2022-04-21T17:59:00.732Z] #21 28.40 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:59:00 [2022-04-21T17:59:00.733Z] #21 28.42 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:59:00 [2022-04-21T17:59:00.733Z] #21 28.43 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
17:59:04 [2022-04-21T17:59:04.026Z] #21 31.26 Selecting previously unselected package vim.
17:59:04 [2022-04-21T17:59:04.026Z] #21 31.28 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
17:59:04 [2022-04-21T17:59:04.026Z] #21 31.29 Unpacking vim (2:8.2.2434-3+deb11u1) ...
17:59:04 [2022-04-21T17:59:04.286Z] #21 31.76 Selecting previously unselected package xfsprogs.
17:59:04 [2022-04-21T17:59:04.286Z] #21 31.78 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
17:59:04 [2022-04-21T17:59:04.286Z] #21 31.79 Unpacking xfsprogs (5.10.0-4) ...
17:59:04 [2022-04-21T17:59:04.546Z] #21 32.17 Selecting previously unselected package zip.
17:59:04 [2022-04-21T17:59:04.546Z] #21 32.18 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
17:59:04 [2022-04-21T17:59:04.546Z] #21 32.18 Unpacking zip (3.0-12) ...
17:59:04 [2022-04-21T17:59:04.806Z] #21 32.29 Selecting previously unselected package zstd.
17:59:04 [2022-04-21T17:59:04.806Z] #21 32.30 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
17:59:04 [2022-04-21T17:59:04.806Z] #21 32.31 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:59:05 [2022-04-21T17:59:05.065Z] #21 32.72 Setting up python3-pkg-resources (52.0.0-4) ...
17:59:05 [2022-04-21T17:59:05.646Z] #21 33.35 Setting up libip4tc2:amd64 (1.8.7-1) ...
17:59:05 [2022-04-21T17:59:05.646Z] #21 33.36 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:59:05 [2022-04-21T17:59:05.646Z] #21 33.38 Setting up libgpm2:amd64 (1.20.7-8) ...
17:59:05 [2022-04-21T17:59:05.646Z] #21 33.39 Setting up libicu67:amd64 (67.1-7) ...
17:59:05 [2022-04-21T17:59:05.646Z] #21 33.40 Setting up libip6tc2:amd64 (1.8.7-1) ...
17:59:05 [2022-04-21T17:59:05.646Z] #21 33.41 Setting up libinih1:amd64 (53-1+b2) ...
17:59:05 [2022-04-21T17:59:05.907Z] #21 33.43 Setting up uidmap (1:4.8.1-1) ...
17:59:05 [2022-04-21T17:59:05.907Z] #21 33.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:59:05 [2022-04-21T17:59:05.907Z] #21 33.45 Setting up bzip2 (1.0.8-4) ...
17:59:05 [2022-04-21T17:59:05.907Z] #21 33.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:59:05 [2022-04-21T17:59:05.907Z] #21 33.47 Setting up python3-wheel (0.34.2-1) ...
17:59:06 [2022-04-21T17:59:06.475Z] #21 34.15 Setting up xxd (2:8.2.2434-3+deb11u1) ...
17:59:06 [2022-04-21T17:59:06.475Z] #21 34.17 Setting up libcap2:amd64 (1:2.44-1) ...
17:59:06 [2022-04-21T17:59:06.475Z] #21 34.18 Setting up libcap2-bin (1:2.44-1) ...
17:59:06 [2022-04-21T17:59:06.475Z] #21 34.19 Setting up apparmor (2.13.6-10) ...
17:59:08 [2022-04-21T17:59:08.381Z] #21 35.71 Setting up zip (3.0-12) ...
17:59:08 [2022-04-21T17:59:08.381Z] #21 35.72 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
17:59:08 [2022-04-21T17:59:08.381Z] #21 35.74 Setting up bash-completion (1:2.11-2) ...
17:59:09 [2022-04-21T17:59:09.761Z] #21 37.54 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
17:59:09 [2022-04-21T17:59:09.761Z] #21 37.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.57 Setting up libmnl0:amd64 (1.0.4-3) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.58 Setting up patch (2.7.6-7) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.59 Setting up sudo (1.9.5p2-3) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.67 invoke-rc.d: could not determine current runlevel
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.68 invoke-rc.d: policy-rc.d denied execution of start.
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.69 Setting up xfsprogs (5.10.0-4) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.70 Setting up libxtables12:amd64 (1.8.7-1) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.72 Setting up inetutils-ping (2:2.0-1) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.73 Setting up pigz (2.6-1) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.74 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.75 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:59:10 [2022-04-21T17:59:10.021Z] #21 37.77 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
17:59:10 [2022-04-21T17:59:10.281Z] #21 37.78 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
17:59:10 [2022-04-21T17:59:10.851Z] #21 38.40 Setting up libaio1:amd64 (0.3.112-9) ...
17:59:10 [2022-04-21T17:59:10.851Z] #21 38.41 Setting up python3-lib2to3 (3.9.2-1) ...
17:59:11 [2022-04-21T17:59:11.111Z] #21 38.81 Setting up libelf1:amd64 (0.183-1) ...
17:59:11 [2022-04-21T17:59:11.111Z] #21 38.86 Setting up zstd (1.4.8+dfsg-2.1) ...
17:59:11 [2022-04-21T17:59:11.111Z] #21 38.87 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:59:11 [2022-04-21T17:59:11.111Z] #21 38.88 Setting up python3-distutils (3.9.2-1) ...
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.31 Setting up vim (2:8.2.2434-3+deb11u1) ...
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:59:11 [2022-04-21T17:59:11.681Z] #21 39.36 Setting up python3-setuptools (52.0.0-4) ...
17:59:13 [2022-04-21T17:59:13.062Z] #21 40.67 Setting up libjq1:amd64 (1.6-2.1) ...
17:59:13 [2022-04-21T17:59:13.062Z] #21 40.68 Setting up libnftnl11:amd64 (1.1.9-1) ...
17:59:13 [2022-04-21T17:59:13.062Z] #21 40.69 Setting up thin-provisioning-tools (0.9.0-1) ...
17:59:13 [2022-04-21T17:59:13.062Z] #21 40.70 Setting up python3-pip (20.3.4-4+deb11u1) ...
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.71 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.73 Setting up jq (1.6-2.1) ...
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.74 Setting up libbpf0:amd64 (1:0.3-2) ...
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.77 Setting up iptables (1.8.7-1) ...
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.78 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.78 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:59:14 [2022-04-21T17:59:14.001Z] #21 41.82 Setting up iproute2 (5.10.0-4) ...
17:59:14 [2022-04-21T17:59:14.571Z] #21 42.20 Processing triggers for libc-bin (2.31-13+deb11u3) ...
17:59:15 [2022-04-21T17:59:15.139Z] #21 DONE 42.7s
17:59:15 [2022-04-21T17:59:15.139Z] 
17:59:15 [2022-04-21T17:59:15.139Z] #22 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
17:59:15 [2022-04-21T17:59:15.139Z] #22 sha256:78bd08c1bf1ca00388b0aa0f76e0a431902f763c189a659e5be3c952c729421a
17:59:16 [2022-04-21T17:59:16.520Z] #22 1.304 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:59:16 [2022-04-21T17:59:16.520Z] #22 1.311 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:59:16 [2022-04-21T17:59:16.520Z] #22 1.314 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:59:16 [2022-04-21T17:59:16.520Z] #22 DONE 1.4s
17:59:16 [2022-04-21T17:59:16.520Z] 
17:59:16 [2022-04-21T17:59:16.520Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:16 [2022-04-21T17:59:16.520Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:59:16 [2022-04-21T17:59:16.520Z] #58 ...
17:59:16 [2022-04-21T17:59:16.520Z] 
17:59:16 [2022-04-21T17:59:16.520Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
17:59:16 [2022-04-21T17:59:16.520Z] #23 sha256:0e123318212cf9da61e05de8d2f9e2d78739358c8b15512784fac12c85abd181
17:59:26 [2022-04-21T17:59:26.499Z] #23 9.768 Collecting yamllint==1.26.1
17:59:27 [2022-04-21T17:59:27.067Z] #23 10.81   Downloading yamllint-1.26.1.tar.gz (126 kB)
17:59:28 [2022-04-21T17:59:28.446Z] #23 11.85 Collecting pathspec>=0.5.3
17:59:28 [2022-04-21T17:59:28.446Z] #23 11.87   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
17:59:28 [2022-04-21T17:59:28.706Z] #23 12.23 Collecting pyyaml
17:59:28 [2022-04-21T17:59:28.706Z] #23 12.25   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)
17:59:28 [2022-04-21T17:59:28.706Z] #23 12.31 Building wheels for collected packages: yamllint
17:59:28 [2022-04-21T17:59:28.706Z] #23 12.32   Building wheel for yamllint (setup.py): started
17:59:30 [2022-04-21T17:59:30.088Z] #23 13.39   Building wheel for yamllint (setup.py): finished with status 'done'
17:59:30 [2022-04-21T17:59:30.088Z] #23 13.39   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=147cb9aaac7a1380c29e1f97e0c5ed03bfcf41257f2c555f653f8bd4c0702720
17:59:30 [2022-04-21T17:59:30.088Z] #23 13.39   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
17:59:30 [2022-04-21T17:59:30.088Z] #23 13.39 Successfully built yamllint
17:59:30 [2022-04-21T17:59:30.088Z] #23 13.42 Installing collected packages: pyyaml, pathspec, yamllint
17:59:30 [2022-04-21T17:59:30.349Z] #23 13.82 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
17:59:30 [2022-04-21T17:59:30.615Z] #23 DONE 14.4s
17:59:30 [2022-04-21T17:59:30.615Z] 
17:59:30 [2022-04-21T17:59:30.615Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:30 [2022-04-21T17:59:30.615Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:59:30 [2022-04-21T17:59:30.875Z] #58 ...
17:59:30 [2022-04-21T17:59:30.875Z] 
17:59:30 [2022-04-21T17:59:30.875Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
17:59:30 [2022-04-21T17:59:30.875Z] #27 sha256:aa4d40263389f4d03255f8facb6595d422fc6cc56b8d40e93884ed9da707b986
17:59:31 [2022-04-21T17:59:31.135Z] #27 DONE 0.3s
17:59:31 [2022-04-21T17:59:31.135Z] 
17:59:31 [2022-04-21T17:59:31.135Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
17:59:31 [2022-04-21T17:59:31.135Z] #32 sha256:4a687c73329272ccbdc63cfab5dae8b6077f828f63b6af7235f87d18723b7d59
17:59:31 [2022-04-21T17:59:31.707Z] #32 DONE 0.6s
17:59:31 [2022-04-21T17:59:31.707Z] 
17:59:31 [2022-04-21T17:59:31.707Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
17:59:31 [2022-04-21T17:59:31.707Z] #35 sha256:6768445a2a474c45b4b6dc018c3497f468600376c6c09d10a298f8ba9cc1cdd1
17:59:31 [2022-04-21T17:59:31.967Z] #35 DONE 0.3s
17:59:31 [2022-04-21T17:59:31.967Z] 
17:59:31 [2022-04-21T17:59:31.967Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
17:59:31 [2022-04-21T17:59:31.967Z] #37 sha256:823242c9e32b00d901afbc4a264c8b10d575e0366b4a7d41fcee87e6d0467c4a
17:59:31 [2022-04-21T17:59:31.967Z] #37 DONE 0.1s
17:59:31 [2022-04-21T17:59:31.967Z] 
17:59:31 [2022-04-21T17:59:31.967Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:31 [2022-04-21T17:59:31.967Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:59:32 [2022-04-21T17:59:32.228Z] #58 ...
17:59:32 [2022-04-21T17:59:32.228Z] 
17:59:32 [2022-04-21T17:59:32.228Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres      /build/ /usr/local/bin/
17:59:32 [2022-04-21T17:59:32.228Z] #39 sha256:06f972e4996812cfdde97ce4c62a9c5c6228e04e4bf2ed5159f4c132937138a2
17:59:32 [2022-04-21T17:59:32.228Z] #39 DONE 0.1s
17:59:32 [2022-04-21T17:59:32.228Z] 
17:59:32 [2022-04-21T17:59:32.228Z] #43 [dev-systemd-false 15/25] COPY --from=tini          /build/ /usr/local/bin/
17:59:32 [2022-04-21T17:59:32.228Z] #43 sha256:179e1a78105baeefb139551956c3497d3fbd255f3304426b27fa68c514f6e08c
17:59:32 [2022-04-21T17:59:32.228Z] #43 DONE 0.1s
17:59:32 [2022-04-21T17:59:32.228Z] 
17:59:32 [2022-04-21T17:59:32.228Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:32 [2022-04-21T17:59:32.228Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
17:59:47 [2022-04-21T17:59:47.132Z] #58 ...
17:59:47 [2022-04-21T17:59:47.132Z] 
17:59:47 [2022-04-21T17:59:47.132Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
17:59:47 [2022-04-21T17:59:47.132Z] #45 sha256:95c8e72e7d6e6dc376ac94c84e9af4ce4b0c82d427ef2eac0ed3209be546b1d9
17:59:47 [2022-04-21T17:59:47.132Z] #45 192.5 + dpkg --print-architecture
17:59:47 [2022-04-21T17:59:47.132Z] #45 192.5 + git checkout -q v2.1.0
17:59:47 [2022-04-21T17:59:47.392Z] #45 192.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:59:47 [2022-04-21T17:59:47.392Z] #45 192.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
18:00:14 [2022-04-21T18:00:14.009Z] #45 DONE 215.4s
18:00:14 [2022-04-21T18:00:14.009Z] 
18:00:14 [2022-04-21T18:00:14.009Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:00:14 [2022-04-21T18:00:14.009Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
18:00:14 [2022-04-21T18:00:14.009Z] #58 ...
18:00:14 [2022-04-21T18:00:14.009Z] 
18:00:14 [2022-04-21T18:00:14.009Z] #46 [dev-systemd-false 16/25] COPY --from=registry      /build/ /usr/local/bin/
18:00:14 [2022-04-21T18:00:14.009Z] #46 sha256:0c14704883eb5d9da660a372b5d7039258ac27a22d6335aa0bee7504cd2bcae7
18:00:14 [2022-04-21T18:00:14.009Z] #46 DONE 0.5s
18:00:14 [2022-04-21T18:00:14.009Z] 
18:00:14 [2022-04-21T18:00:14.009Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:00:14 [2022-04-21T18:00:14.009Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
18:00:14 [2022-04-21T18:00:14.009Z] #58 ...
18:00:14 [2022-04-21T18:00:14.009Z] 
18:00:14 [2022-04-21T18:00:14.009Z] #50 [dev-systemd-false 17/25] COPY --from=criu          /build/ /usr/local/bin/
18:00:14 [2022-04-21T18:00:14.009Z] #50 sha256:3acc8ef06a69e51508865876ffd8aa21d4e0fee15196e6ac0ba8ce37d0e7476e
18:00:14 [2022-04-21T18:00:14.009Z] #50 DONE 0.1s
18:00:14 [2022-04-21T18:00:14.009Z] 
18:00:14 [2022-04-21T18:00:14.009Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
18:00:14 [2022-04-21T18:00:14.009Z] #52 sha256:6ad0bfce9f0dd0434e01a2df0e7a6f224123de65c3c06d48a6c47cd62e0e8345
18:00:14 [2022-04-21T18:00:14.009Z] #52 DONE 0.1s
18:00:14 [2022-04-21T18:00:14.009Z] 
18:00:14 [2022-04-21T18:00:14.009Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:00:14 [2022-04-21T18:00:14.009Z] #58 sha256:f65d041f9ee5cffc6598ffe33a3b66aa2768bf9580a1834b3ab5ac527173c22d
18:00:46 [2022-04-21T18:00:46.090Z] #58 145.4 + mkdir -p /build
18:00:46 [2022-04-21T18:00:46.090Z] #58 145.4 + cp runc /build/runc
18:00:46 [2022-04-21T18:00:46.090Z] #58 DONE 146.4s
18:00:46 [2022-04-21T18:00:46.090Z] 
18:00:46 [2022-04-21T18:00:46.090Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:00:46 [2022-04-21T18:00:46.090Z] #62 sha256:bd8494154e826a5a75737a9944cef2b59c58728f589b9796ef7459c3dc5d1081
18:00:46 [2022-04-21T18:00:46.349Z] #62 ...
18:00:46 [2022-04-21T18:00:46.349Z] 
18:00:46 [2022-04-21T18:00:46.349Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
18:00:46 [2022-04-21T18:00:46.349Z] #53 sha256:2c67764f960fc37c87d547578851528bd4e55301c475ebd35fe96d0b01f14ec7
18:00:46 [2022-04-21T18:00:46.349Z] #53 252.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
18:00:46 [2022-04-21T18:00:46.349Z] #53 DONE 252.4s
18:00:46 [2022-04-21T18:00:46.607Z] 
18:00:46 [2022-04-21T18:00:46.607Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:00:46 [2022-04-21T18:00:46.607Z] #62 sha256:bd8494154e826a5a75737a9944cef2b59c58728f589b9796ef7459c3dc5d1081
18:00:48 [2022-04-21T18:00:48.516Z] #62 ...
18:00:48 [2022-04-21T18:00:48.516Z] 
18:00:48 [2022-04-21T18:00:48.516Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
18:00:48 [2022-04-21T18:00:48.516Z] #54 sha256:966ef1b9add651afb093cbbce2a002337764c50d1a7c242f5f122d44bb374dc5
18:00:48 [2022-04-21T18:00:48.776Z] #54 DONE 0.5s
18:00:48 [2022-04-21T18:00:48.776Z] 
18:00:48 [2022-04-21T18:00:48.776Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
18:00:48 [2022-04-21T18:00:48.776Z] #56 sha256:ccb98165e0aa632a9434ef75cb834478edfcb911c8abb43ef92d030a4c25e345
18:00:48 [2022-04-21T18:00:48.776Z] #56 DONE 0.1s
18:00:48 [2022-04-21T18:00:48.776Z] 
18:00:48 [2022-04-21T18:00:48.776Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:00:48 [2022-04-21T18:00:48.776Z] #62 sha256:bd8494154e826a5a75737a9944cef2b59c58728f589b9796ef7459c3dc5d1081
18:00:48 [2022-04-21T18:00:48.776Z] #62 ...
18:00:48 [2022-04-21T18:00:48.776Z] 
18:00:48 [2022-04-21T18:00:48.776Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
18:00:48 [2022-04-21T18:00:48.776Z] #59 sha256:6c5843cb24028ac87a915cc0d047d6f4eb3859b45461d8796f9f6e2564ae92ad
18:00:49 [2022-04-21T18:00:49.035Z] #59 DONE 0.3s
18:00:49 [2022-04-21T18:00:49.035Z] 
18:00:49 [2022-04-21T18:00:49.035Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:00:49 [2022-04-21T18:00:49.035Z] #62 sha256:bd8494154e826a5a75737a9944cef2b59c58728f589b9796ef7459c3dc5d1081
18:00:51 [2022-04-21T18:00:51.571Z] #62 224.3 + bin/containerd
18:01:47 [2022-04-21T18:01:47.805Z] #62 275.3 # github.com/containerd/containerd/cmd/containerd
18:01:47 [2022-04-21T18:01:47.805Z] #62 275.3 /usr/bin/ld: /tmp/go-link-1507530476/000019.o: in function `New':
18:01:47 [2022-04-21T18:01:47.805Z] #62 275.3 /tmp/tmp.2E3AEateOL/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
18:01:47 [2022-04-21T18:01:47.805Z] #62 275.4 + bin/containerd-stress
18:01:47 [2022-04-21T18:01:47.805Z] #62 276.5 + bin/containerd-shim
18:01:55 [2022-04-21T18:01:55.930Z] #62 287.6 + bin/containerd-shim-runc-v1
18:02:01 [2022-04-21T18:02:01.211Z] #62 293.9 + bin/containerd-shim-runc-v2
18:02:01 [2022-04-21T18:02:01.779Z] #62 294.7 + binaries
18:02:01 [2022-04-21T18:02:01.779Z] #62 294.7 + install -D bin/containerd /build/containerd
18:02:01 [2022-04-21T18:02:01.779Z] #62 294.8 + install -D bin/containerd-shim /build/containerd-shim
18:02:01 [2022-04-21T18:02:01.779Z] #62 294.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:02:01 [2022-04-21T18:02:01.779Z] #62 294.8 + install -D bin/ctr /build/ctr
18:02:03 [2022-04-21T18:02:03.681Z] #62 DONE 296.6s
18:02:04 [2022-04-21T18:02:04.616Z] 
18:02:04 [2022-04-21T18:02:04.616Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
18:02:04 [2022-04-21T18:02:04.616Z] #63 sha256:ae1fd0e18ff0f44dd3c1352454268acf7a98676ab1284509170e4579e90117fe
18:02:05 [2022-04-21T18:02:05.183Z] #63 DONE 0.8s
18:02:05 [2022-04-21T18:02:05.183Z] 
18:02:05 [2022-04-21T18:02:05.183Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:02:05 [2022-04-21T18:02:05.183Z] #68 sha256:fd8c3d7e54e8240c8b39a65ba43e95114a08e7476f5a2848db09de38cd75ba7d
18:02:05 [2022-04-21T18:02:05.441Z] #68 DONE 0.2s
18:02:05 [2022-04-21T18:02:05.441Z] 
18:02:05 [2022-04-21T18:02:05.441Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
18:02:05 [2022-04-21T18:02:05.441Z] #73 sha256:7c33e10b69194c8e5352e42c877f377c5e22c70364593a59cd05d556fc13ae15
18:02:06 [2022-04-21T18:02:06.379Z] #73 DONE 0.8s
18:02:06 [2022-04-21T18:02:06.379Z] 
18:02:06 [2022-04-21T18:02:06.379Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
18:02:06 [2022-04-21T18:02:06.379Z] #74 sha256:e2d9b6a1d63a00cb06c0bb82879a2340a0037b7a953cbdd11a6fb8f8d5851691
18:02:06 [2022-04-21T18:02:06.379Z] #74 DONE 0.0s
18:02:06 [2022-04-21T18:02:06.379Z] 
18:02:06 [2022-04-21T18:02:06.379Z] #75 [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
18:02:06 [2022-04-21T18:02:06.379Z] #75 sha256:1b319824fe019c4d3018f467105d26bb105bc968ca350b2f5df48172bd0ae7a6
18:02:06 [2022-04-21T18:02:06.946Z] #75 0.619 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
18:02:06 [2022-04-21T18:02:06.946Z] #75 0.619 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
18:02:07 [2022-04-21T18:02:07.206Z] #75 0.782 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
18:02:07 [2022-04-21T18:02:07.466Z] #75 0.860 Reading package lists...
18:02:08 [2022-04-21T18:02:08.294Z] #75 1.379 Reading package lists...
18:02:08 [2022-04-21T18:02:08.294Z] #75 1.878 Building dependency tree...
18:02:08 [2022-04-21T18:02:08.294Z] #75 1.993 Reading state information...
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.112 The following additional packages will be installed:
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.112   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.113 Suggested packages:
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.113   systemd-container policykit-1
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.113 Recommended packages:
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.113   systemd-timesyncd | time-daemon libnss-systemd
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.180 The following NEW packages will be installed:
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.180   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
18:02:08 [2022-04-21T18:02:08.554Z] #75 2.181   libkmod2 libpam-systemd systemd systemd-sysv
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.448 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.448 Need to get 5817 kB of archives.
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.448 After this operation, 19.3 MB of additional disk space will be used.
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.448 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.450 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.452 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.456 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.457 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.540 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.549 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.550 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.552 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
18:02:08 [2022-04-21T18:02:08.812Z] #75 2.554 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.698 debconf: delaying package configuration, since apt-utils is not installed
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.727 Fetched 5817 kB in 0s (15.8 MB/s)
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.753 Selecting previously unselected package libargon2-1:amd64.
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.753 (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.)
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.768 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.779 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.809 Selecting previously unselected package libjson-c5:amd64.
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.811 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.815 Unpacking libjson-c5:amd64 (0.15-2) ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.848 Selecting previously unselected package libcryptsetup12:amd64.
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.851 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.854 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.904 Selecting previously unselected package libkmod2:amd64.
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.907 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
18:02:09 [2022-04-21T18:02:09.072Z] #75 2.910 Unpacking libkmod2:amd64 (28-1) ...
18:02:09 [2022-04-21T18:02:09.332Z] #75 2.950 Selecting previously unselected package systemd.
18:02:09 [2022-04-21T18:02:09.332Z] #75 2.953 Preparing to unpack .../systemd_247.3-7_amd64.deb ...
18:02:09 [2022-04-21T18:02:09.332Z] #75 2.986 Unpacking systemd (247.3-7) ...
18:02:09 [2022-04-21T18:02:09.590Z] #75 3.483 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.495 Setting up libjson-c5:amd64 (0.15-2) ...
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.505 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.516 Setting up libkmod2:amd64 (28-1) ...
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.526 Setting up systemd (247.3-7) ...
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.562 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.564 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.566 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
18:02:09 [2022-04-21T18:02:09.850Z] #75 3.592 Initializing machine ID from KVM UUID.
18:02:10 [2022-04-21T18:02:10.109Z] #75 3.950 Selecting previously unselected package systemd-sysv.
18:02:10 [2022-04-21T18:02:10.109Z] #75 3.950 (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 ... 29433 files and directories currently installed.)
18:02:10 [2022-04-21T18:02:10.109Z] #75 3.965 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
18:02:10 [2022-04-21T18:02:10.109Z] #75 3.969 Unpacking systemd-sysv (247.3-7) ...
18:02:10 [2022-04-21T18:02:10.109Z] #75 4.011 Selecting previously unselected package libdbus-1-3:amd64.
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.014 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.017 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.071 Selecting previously unselected package dbus.
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.074 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.084 Unpacking dbus (1.12.20-2) ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.137 Selecting previously unselected package libpam-systemd:amd64.
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.139 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.142 Unpacking libpam-systemd:amd64 (247.3-7) ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.191 Selecting previously unselected package dbus-user-session.
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.194 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.197 Unpacking dbus-user-session (1.12.20-2) ...
18:02:10 [2022-04-21T18:02:10.368Z] #75 4.238 Setting up systemd-sysv (247.3-7) ...
18:02:10 [2022-04-21T18:02:10.627Z] #75 4.250 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
18:02:10 [2022-04-21T18:02:10.627Z] #75 4.262 Setting up dbus (1.12.20-2) ...
18:02:10 [2022-04-21T18:02:10.627Z] #75 4.374 invoke-rc.d: could not determine current runlevel
18:02:10 [2022-04-21T18:02:10.627Z] #75 4.377 invoke-rc.d: policy-rc.d denied execution of start.
18:02:10 [2022-04-21T18:02:10.627Z] #75 4.381 Setting up libpam-systemd:amd64 (247.3-7) ...
18:02:10 [2022-04-21T18:02:10.627Z] #75 4.513 Setting up dbus-user-session (1.12.20-2) ...
18:02:10 [2022-04-21T18:02:10.889Z] #75 4.525 Processing triggers for libc-bin (2.31-13+deb11u3) ...
18:02:10 [2022-04-21T18:02:10.889Z] #75 DONE 4.6s
18:02:10 [2022-04-21T18:02:10.889Z] 
18:02:10 [2022-04-21T18:02:10.889Z] #76 [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
18:02:10 [2022-04-21T18:02:10.889Z] #76 sha256:5d93e3041ef1d228676024509cf1be8386a0e1e84c60eaac4d732a08ee0cf5b8
18:02:11 [2022-04-21T18:02:11.406Z] #76 0.400   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:02:11 [2022-04-21T18:02:11.406Z] #76 0.401                                  Dload  Upload   Total   Spent    Left  Speed
18:02:11 [2022-04-21T18:02:11.665Z] #76 0.401 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5714      0 --:--:-- --:--:-- --:--:--  5696
18:02:11 [2022-04-21T18:02:11.665Z] #76 DONE 0.8s
18:02:11 [2022-04-21T18:02:11.665Z] 
18:02:11 [2022-04-21T18:02:11.665Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker
18:02:11 [2022-04-21T18:02:11.665Z] #77 sha256:fea23ec27af0fa0e70c7a8a96eedb4cd4219a1bc3218c8ab5d662d6c804e7dcd
18:02:12 [2022-04-21T18:02:12.604Z] #77 DONE 0.9s
18:02:12 [2022-04-21T18:02:12.604Z] 
18:02:12 [2022-04-21T18:02:12.604Z] #78 exporting to image
18:02:12 [2022-04-21T18:02:12.604Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:02:12 [2022-04-21T18:02:12.604Z] #78 exporting layers
18:02:19 [2022-04-21T18:02:19.171Z] #78 exporting layers 6.2s done
18:02:19 [2022-04-21T18:02:19.172Z] #78 writing image sha256:95b16052b72b805197e7be02a9f098d08f80745949d772ff86896e6b4ee645b0 done
18:02:19 [2022-04-21T18:02:19.172Z] #78 naming to docker.io/library/docker:176f66df9ca5cdc9466661428f0a3ac33cd1ab1b done
18:02:19 [2022-04-21T18:02:19.172Z] #78 DONE 6.2s