Skip to content

Console Output

Skipping 61 KB.. Full Log
 files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
20:42:56 [2022-06-04T20:42:56.011Z] #47 23.69 + git checkout -q v2.3.0
20:42:56 [2022-06-04T20:42:56.576Z] #47 ...
20:42:56 [2022-06-04T20:42:56.576Z] 
20:42:56 [2022-06-04T20:42:56.576Z] #53 [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.8.1"      && /build/gotestsum --version
20:42:56 [2022-06-04T20:42:56.576Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
20:42:56 [2022-06-04T20:42:56.576Z] #53 14.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
20:42:56 [2022-06-04T20:42:56.576Z] #53 14.46 go: downloading golang.org/x/mod v0.3.0
20:42:56 [2022-06-04T20:42:56.576Z] #53 ...
20:42:56 [2022-06-04T20:42:56.576Z] 
20:42:56 [2022-06-04T20:42:56.576Z] #62 [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
20:42:56 [2022-06-04T20:42:56.576Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
20:42:56 [2022-06-04T20:42:56.576Z] #62 18.65 Fetched 8537 kB in 14s (609 kB/s)
20:42:56 [2022-06-04T20:42:56.576Z] #62 18.65 Reading package lists...
20:42:57 [2022-06-04T20:42:57.506Z] #62 24.73 Reading package lists...
20:42:57 [2022-06-04T20:42:57.506Z] #62 ...
20:42:57 [2022-06-04T20:42:57.506Z] 
20:42:57 [2022-06-04T20:42:57.506Z] #42 [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
20:42:57 [2022-06-04T20:42:57.506Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
20:42:57 [2022-06-04T20:42:57.506Z] #42 19.17 Fetched 8537 kB in 14s (607 kB/s)
20:42:57 [2022-06-04T20:42:57.506Z] #42 19.17 Reading package lists...
20:42:58 [2022-06-04T20:42:58.070Z] #42 24.91 Reading package lists...
20:42:58 [2022-06-04T20:42:58.070Z] #42 ...
20:42:58 [2022-06-04T20:42:58.070Z] 
20:42:58 [2022-06-04T20:42:58.070Z] #47 [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
20:42:58 [2022-06-04T20:42:58.070Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
20:42:58 [2022-06-04T20:42:58.070Z] #47 25.78 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:42:58 [2022-06-04T20:42:58.327Z] #47 ...
20:42:58 [2022-06-04T20:42:58.327Z] 
20:42:58 [2022-06-04T20:42:58.327Z] #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
20:42:58 [2022-06-04T20:42:58.327Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:42:58 [2022-06-04T20:42:58.327Z] #14 16.32 Fetched 8537 kB in 13s (668 kB/s)
20:42:58 [2022-06-04T20:42:58.327Z] #14 16.32 Reading package lists...
20:42:58 [2022-06-04T20:42:58.327Z] #14 22.30 Reading package lists...
20:42:58 [2022-06-04T20:42:58.327Z] #14 ...
20:42:58 [2022-06-04T20:42:58.327Z] 
20:42:58 [2022-06-04T20:42:58.327Z] #51 [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
20:42:58 [2022-06-04T20:42:58.327Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
20:42:58 [2022-06-04T20:42:58.327Z] #51 18.31 Fetched 8541 kB in 15s (584 kB/s)
20:42:58 [2022-06-04T20:42:58.327Z] #51 18.31 Reading package lists...
20:42:59 [2022-06-04T20:42:59.697Z] #51 24.39 Reading package lists...
20:42:59 [2022-06-04T20:42:59.697Z] #51 ...
20:42:59 [2022-06-04T20:42:59.697Z] 
20:42:59 [2022-06-04T20:42:59.697Z] #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
20:42:59 [2022-06-04T20:42:59.697Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:42:59 [2022-06-04T20:42:59.697Z] #14 22.30 Reading package lists...
20:43:01 [2022-06-04T20:43:01.321Z] #14 27.99 Building dependency tree...
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.72 The following additional packages will be installed:
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.73   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.73   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.74   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.74   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.74   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.74   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.74   mingw-w64-common mingw-w64-x86-64-dev
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.78 Suggested packages:
20:43:03 [2022-06-04T20:43:03.853Z] #14 31.78   gcc-10-locales seccomp wine64
20:43:05 [2022-06-04T20:43:05.223Z] #14 33.17 The following NEW packages will be installed:
20:43:05 [2022-06-04T20:43:05.223Z] #14 33.18   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:43:05 [2022-06-04T20:43:05.223Z] #14 33.18   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.18   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.18   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.18   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.18   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.18   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.19   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
20:43:05 [2022-06-04T20:43:05.224Z] #14 33.19   mingw-w64-x86-64-dev
20:43:05 [2022-06-04T20:43:05.481Z] #14 33.65 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
20:43:05 [2022-06-04T20:43:05.481Z] #14 33.65 Need to get 115 MB of archives.
20:43:05 [2022-06-04T20:43:05.481Z] #14 33.65 After this operation, 645 MB of additional disk space will be used.
20:43:05 [2022-06-04T20:43:05.481Z] #14 33.65 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]
20:43:05 [2022-06-04T20:43:05.738Z] #14 33.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
20:43:05 [2022-06-04T20:43:05.995Z] #14 33.97 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
20:43:05 [2022-06-04T20:43:05.995Z] #14 33.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
20:43:05 [2022-06-04T20:43:05.996Z] #14 33.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
20:43:05 [2022-06-04T20:43:05.996Z] #14 33.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
20:43:06 [2022-06-04T20:43:06.252Z] #14 34.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
20:43:06 [2022-06-04T20:43:06.560Z] #14 34.54 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]
20:43:06 [2022-06-04T20:43:06.560Z] #14 34.54 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]
20:43:06 [2022-06-04T20:43:06.871Z] #14 ...
20:43:06 [2022-06-04T20:43:06.871Z] 
20:43:06 [2022-06-04T20:43:06.871Z] #55 [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
20:43:06 [2022-06-04T20:43:06.871Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:43:06 [2022-06-04T20:43:06.871Z] #55 34.85 go: downloading github.com/fatih/color v1.13.0
20:43:06 [2022-06-04T20:43:06.871Z] #55 34.87 go: downloading github.com/gofrs/flock v0.8.1
20:43:06 [2022-06-04T20:43:06.871Z] #55 34.93 go: downloading github.com/spf13/cobra v1.3.0
20:43:06 [2022-06-04T20:43:06.871Z] #55 34.96 go: downloading github.com/spf13/viper v1.10.1
20:43:07 [2022-06-04T20:43:07.133Z] #55 35.20 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
20:43:07 [2022-06-04T20:43:07.796Z] #55 35.89 go: downloading github.com/mattn/go-colorable v0.1.12
20:43:07 [2022-06-04T20:43:07.796Z] #55 35.94 go: downloading github.com/mattn/go-isatty v0.0.14
20:43:07 [2022-06-04T20:43:07.796Z] #55 36.02 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
20:43:08 [2022-06-04T20:43:08.058Z] #55 36.04 go: downloading github.com/go-critic/go-critic v0.6.2
20:43:09 [2022-06-04T20:43:09.012Z] #55 37.20 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:43:09 [2022-06-04T20:43:09.268Z] #55 37.22 go: downloading github.com/hashicorp/go-multierror v1.1.1
20:43:09 [2022-06-04T20:43:09.524Z] #55 ...
20:43:09 [2022-06-04T20:43:09.524Z] 
20:43:09 [2022-06-04T20:43:09.524Z] #40 [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
20:43:09 [2022-06-04T20:43:09.524Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.41 NAME:
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.41    go-winres - A tool for embedding resources in Windows executables
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.41 
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.41 USAGE:
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.41    go-winres [global options] command [command options] [arguments...]
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42 
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42 COMMANDS:
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    init     Create an initial ./winres/winres.json
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    make     Make syso files for the "go build" command
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    simply   Make syso files for the "go build" command (simplified)
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    extract  Extract all resources from an executable
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    patch    Replace resources in an executable file (exe, dll)
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    help, h  Shows a list of commands or help for one command
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42 
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42 GLOBAL OPTIONS:
20:43:09 [2022-06-04T20:43:09.524Z] #40 37.42    --help, -h  show help (default: false)
20:43:09 [2022-06-04T20:43:09.524Z] #40 DONE 37.7s
20:43:09 [2022-06-04T20:43:09.524Z] 
20:43:09 [2022-06-04T20:43:09.524Z] #62 [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
20:43:09 [2022-06-04T20:43:09.524Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
20:43:09 [2022-06-04T20:43:09.524Z] #62 24.73 Reading package lists...
20:43:09 [2022-06-04T20:43:09.524Z] #62 30.35 Building dependency tree...
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.12 The following additional packages will be installed:
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.14   libbtrfs0
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.35 The following NEW packages will be installed:
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.36   libbtrfs-dev libbtrfs0
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.78 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.78 Need to get 460 kB of archives.
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.78 After this operation, 1237 kB of additional disk space will be used.
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
20:43:09 [2022-06-04T20:43:09.524Z] #62 34.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
20:43:09 [2022-06-04T20:43:09.524Z] #62 35.99 debconf: delaying package configuration, since apt-utils is not installed
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.34 Fetched 460 kB in 0s (1417 kB/s)
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.44 Selecting previously unselected package libbtrfs0:amd64.
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.51 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.80 Selecting previously unselected package libbtrfs-dev:amd64.
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.80 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 36.81 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 37.23 Setting up libbtrfs0:amd64 (5.10.1-2) ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 37.27 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 37.28 Processing triggers for libc-bin (2.31-13+deb11u3) ...
20:43:09 [2022-06-04T20:43:09.524Z] #62 DONE 37.7s
20:43:09 [2022-06-04T20:43:09.784Z] 
20:43:09 [2022-06-04T20:43:09.784Z] #57 [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
20:43:09 [2022-06-04T20:43:09.784Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
20:43:09 [2022-06-04T20:43:09.784Z] #57 37.90 v3.0.2
20:43:10 [2022-06-04T20:43:10.049Z] #57 DONE 38.2s
20:43:10 [2022-06-04T20:43:10.049Z] 
20:43:10 [2022-06-04T20:43:10.049Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
20:43:10 [2022-06-04T20:43:10.049Z] #63 sha256:3faabdcd4fbf347a356275b38aca3e3bf59e069054df335af1cfefbb4abc01ed
20:43:10 [2022-06-04T20:43:10.049Z] #63 DONE 0.5s
20:43:10 [2022-06-04T20:43:10.049Z] 
20:43:10 [2022-06-04T20:43:10.049Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:43:10 [2022-06-04T20:43:10.049Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:43:12 [2022-06-04T20:43:12.567Z] #64 ...
20:43:12 [2022-06-04T20:43:12.567Z] 
20:43:12 [2022-06-04T20:43:12.567Z] #51 [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
20:43:12 [2022-06-04T20:43:12.567Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
20:43:12 [2022-06-04T20:43:12.567Z] #51 24.39 Reading package lists...
20:43:12 [2022-06-04T20:43:12.567Z] #51 30.13 Building dependency tree...
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.92 The following additional packages will be installed:
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.92   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.92   python3-protobuf python3-six
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.94 Suggested packages:
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.95   python3-setuptools
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.95 Recommended packages:
20:43:12 [2022-06-04T20:43:12.567Z] #51 33.95   iproute2 | iproute
20:43:12 [2022-06-04T20:43:12.567Z] #51 34.65 The following NEW packages will be installed:
20:43:12 [2022-06-04T20:43:12.567Z] #51 34.67   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
20:43:12 [2022-06-04T20:43:12.567Z] #51 34.68   python3-protobuf python3-six
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.17 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.17 Need to get 2314 kB of archives.
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.17 After this operation, 11.1 MB of additional disk space will be used.
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.24 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 35.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 37.76 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #51 39.39 debconf: delaying package configuration, since apt-utils is not installed
20:43:12 [2022-06-04T20:43:12.567Z] #51 39.53 Fetched 2314 kB in 3s (717 kB/s)
20:43:12 [2022-06-04T20:43:12.567Z] #51 39.67 Selecting previously unselected package libprotobuf23:amd64.
20:43:12 [2022-06-04T20:43:12.567Z] #51 39.67 (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 ... 15718 files and directories currently installed.)
20:43:12 [2022-06-04T20:43:12.567Z] #51 39.67 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
20:43:12 [2022-06-04T20:43:12.567Z] #51 39.69 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
20:43:12 [2022-06-04T20:43:12.567Z] #51 ...
20:43:12 [2022-06-04T20:43:12.567Z] 
20:43:12 [2022-06-04T20:43:12.567Z] #42 [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
20:43:12 [2022-06-04T20:43:12.567Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
20:43:12 [2022-06-04T20:43:12.567Z] #42 24.91 Reading package lists...
20:43:12 [2022-06-04T20:43:12.567Z] #42 30.51 Building dependency tree...
20:43:12 [2022-06-04T20:43:12.567Z] #42 34.34 The following additional packages will be installed:
20:43:12 [2022-06-04T20:43:12.567Z] #42 34.36   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
20:43:12 [2022-06-04T20:43:12.567Z] #42 34.39 Suggested packages:
20:43:12 [2022-06-04T20:43:12.567Z] #42 34.39   cmake-doc ninja-build lrzip
20:43:12 [2022-06-04T20:43:12.567Z] #42 34.39 Recommended packages:
20:43:12 [2022-06-04T20:43:12.567Z] #42 34.39   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.39 The following NEW packages will be installed:
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.40   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.41   vim-common xxd
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.95 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.95 Need to get 17.7 MB of archives.
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.95 After this operation, 70.7 MB of additional disk space will be used.
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 35.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.79 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.85 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 36.88 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.37 debconf: delaying package configuration, since apt-utils is not installed
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.65 Fetched 17.7 MB in 2s (10.5 MB/s)
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.72 Selecting previously unselected package xxd.
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.72 (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 ... 15718 files and directories currently installed.)
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.79 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.79 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.94 Selecting previously unselected package vim-common.
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.94 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
20:43:12 [2022-06-04T20:43:12.567Z] #42 38.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
20:43:12 [2022-06-04T20:43:12.567Z] #42 39.28 Selecting previously unselected package cmake-data.
20:43:12 [2022-06-04T20:43:12.567Z] #42 39.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
20:43:12 [2022-06-04T20:43:12.567Z] #42 39.28 Unpacking cmake-data (3.18.4-2+deb11u1) ...
20:43:12 [2022-06-04T20:43:12.567Z] #42 ...
20:43:12 [2022-06-04T20:43:12.567Z] 
20:43:12 [2022-06-04T20:43:12.567Z] #55 [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
20:43:12 [2022-06-04T20:43:12.567Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.33 go: downloading github.com/sirupsen/logrus v1.8.1
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.33 go: downloading github.com/stretchr/testify v1.7.0
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.39 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.39 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.53 go: downloading github.com/fsnotify/fsnotify v1.5.1
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.64 go: downloading github.com/magiconair/properties v1.8.5
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.72 go: downloading github.com/mitchellh/mapstructure v1.4.3
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.72 go: downloading github.com/spf13/afero v1.6.0
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.72 go: downloading github.com/spf13/cast v1.4.1
20:43:12 [2022-06-04T20:43:12.567Z] #55 40.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0
20:43:12 [2022-06-04T20:43:12.823Z] #55 40.84 go: downloading github.com/subosito/gotenv v1.2.0
20:43:12 [2022-06-04T20:43:12.824Z] #55 40.84 go: downloading gopkg.in/ini.v1 v1.66.2
20:43:12 [2022-06-04T20:43:12.824Z] #55 41.07 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
20:43:12 [2022-06-04T20:43:12.824Z] #55 41.07 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:43:12 [2022-06-04T20:43:12.824Z] #55 41.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:43:13 [2022-06-04T20:43:13.080Z] #55 41.10 go: downloading github.com/go-toolsmith/astequal v1.0.1
20:43:13 [2022-06-04T20:43:13.081Z] #55 41.10 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:43:13 [2022-06-04T20:43:13.081Z] #55 41.15 go: downloading github.com/go-toolsmith/astp v1.0.0
20:43:13 [2022-06-04T20:43:13.081Z] #55 41.15 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:43:13 [2022-06-04T20:43:13.349Z] #55 41.27 go: downloading github.com/go-toolsmith/typep v1.0.2
20:43:13 [2022-06-04T20:43:13.349Z] #55 41.27 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
20:43:13 [2022-06-04T20:43:13.605Z] #55 41.81 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
20:43:13 [2022-06-04T20:43:13.860Z] #55 41.93 go: downloading github.com/hashicorp/errwrap v1.0.0
20:43:13 [2022-06-04T20:43:13.860Z] #55 41.96 go: downloading 4d63.com/gochecknoglobals v0.1.0
20:43:14 [2022-06-04T20:43:14.117Z] #55 42.03 go: downloading github.com/Antonboom/errname v0.1.5
20:43:14 [2022-06-04T20:43:14.117Z] #55 42.07 go: downloading github.com/Antonboom/nilnil v0.1.0
20:43:14 [2022-06-04T20:43:14.117Z] #55 42.11 go: downloading github.com/BurntSushi/toml v1.0.0
20:43:14 [2022-06-04T20:43:14.679Z] #55 42.77 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
20:43:14 [2022-06-04T20:43:14.679Z] #55 42.77 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
20:43:14 [2022-06-04T20:43:14.679Z] #55 42.83 go: downloading github.com/alexkohler/prealloc v1.0.0
20:43:14 [2022-06-04T20:43:14.935Z] #55 42.87 go: downloading github.com/ashanbrown/forbidigo v1.3.0
20:43:14 [2022-06-04T20:43:14.935Z] #55 42.90 go: downloading github.com/ashanbrown/makezero v1.1.0
20:43:14 [2022-06-04T20:43:14.935Z] #55 43.08 go: downloading github.com/bkielbasa/cyclop v1.2.0
20:43:14 [2022-06-04T20:43:14.935Z] #55 43.08 go: downloading github.com/blizzy78/varnamelen v0.5.0
20:43:15 [2022-06-04T20:43:15.191Z] #55 43.35 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
20:43:15 [2022-06-04T20:43:15.191Z] #55 43.41 go: downloading github.com/breml/bidichk v0.2.1
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.49 go: downloading github.com/breml/errchkjson v0.2.1
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.54 go: downloading github.com/butuzov/ireturn v0.1.1
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.54 go: downloading github.com/charithe/durationcheck v0.0.9
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.58 go: downloading github.com/daixiang0/gci v0.2.9
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.61 go: downloading github.com/denis-tingajkin/go-header v0.4.2
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.63 go: downloading github.com/esimonov/ifshort v1.0.4
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.63 go: downloading github.com/fzipp/gocyclo v0.4.0
20:43:15 [2022-06-04T20:43:15.448Z] #55 43.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:43:15 [2022-06-04T20:43:15.704Z] #55 43.73 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:43:15 [2022-06-04T20:43:15.704Z] #55 43.73 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:43:15 [2022-06-04T20:43:15.704Z] #55 43.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:43:15 [2022-06-04T20:43:15.962Z] #55 44.03 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:43:15 [2022-06-04T20:43:15.962Z] #55 44.03 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:43:15 [2022-06-04T20:43:15.962Z] #55 44.08 go: downloading github.com/golangci/misspell v0.3.5
20:43:15 [2022-06-04T20:43:15.962Z] #55 44.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:43:15 [2022-06-04T20:43:15.962Z] #55 44.17 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
20:43:15 [2022-06-04T20:43:15.962Z] #55 44.21 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.27 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.27 go: downloading github.com/jgautheron/goconst v1.5.1
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.38 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.41 go: downloading github.com/julz/importas v0.1.0
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.41 go: downloading github.com/kisielk/errcheck v1.6.0
20:43:16 [2022-06-04T20:43:16.220Z] #55 44.45 go: downloading github.com/kulti/thelper v0.5.0
20:43:16 [2022-06-04T20:43:16.477Z] #55 44.49 go: downloading github.com/kunwardeep/paralleltest v1.0.3
20:43:16 [2022-06-04T20:43:16.477Z] #55 44.53 go: downloading github.com/kyoh86/exportloopref v0.1.8
20:43:16 [2022-06-04T20:43:16.477Z] #55 44.56 go: downloading github.com/ldez/gomoddirectives v0.2.2
20:43:16 [2022-06-04T20:43:16.477Z] #55 44.57 go: downloading github.com/ldez/tagliatelle v0.3.0
20:43:16 [2022-06-04T20:43:16.477Z] #55 44.67 go: downloading github.com/leonklingele/grouper v1.1.0
20:43:16 [2022-06-04T20:43:16.734Z] #55 44.70 go: downloading github.com/maratori/testpackage v1.0.1
20:43:16 [2022-06-04T20:43:16.734Z] #55 44.71 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
20:43:16 [2022-06-04T20:43:16.734Z] #55 44.71 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
20:43:16 [2022-06-04T20:43:16.734Z] #55 44.72 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
20:43:16 [2022-06-04T20:43:16.734Z] #55 44.76 go: downloading github.com/mgechev/revive v1.1.3
20:43:17 [2022-06-04T20:43:17.297Z] #55 45.53 go: downloading github.com/moricho/tparallel v0.2.1
20:43:17 [2022-06-04T20:43:17.297Z] #55 45.53 go: downloading github.com/nakabonne/nestif v0.3.1
20:43:17 [2022-06-04T20:43:17.297Z] #55 ...
20:43:17 [2022-06-04T20:43:17.297Z] 
20:43:17 [2022-06-04T20:43:17.297Z] #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
20:43:17 [2022-06-04T20:43:17.297Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:43:17 [2022-06-04T20:43:17.297Z] #14 35.49 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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 36.93 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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 37.38 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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 38.05 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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 39.80 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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #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]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.39 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.44 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.44 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.44 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 40.44 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
20:43:17 [2022-06-04T20:43:17.297Z] #14 41.40 debconf: delaying package configuration, since apt-utils is not installed
20:43:17 [2022-06-04T20:43:17.297Z] #14 41.58 Fetched 115 MB in 7s (16.0 MB/s)
20:43:17 [2022-06-04T20:43:17.297Z] #14 41.72 Selecting previously unselected package binutils-mingw-w64-i686.
20:43:17 [2022-06-04T20:43:17.297Z] #14 41.72 (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 ... 15718 files and directories currently installed.)
20:43:17 [2022-06-04T20:43:17.297Z] #14 41.75 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
20:43:17 [2022-06-04T20:43:17.297Z] #14 41.81 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
20:43:17 [2022-06-04T20:43:17.297Z] #14 43.95 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:43:17 [2022-06-04T20:43:17.297Z] #14 43.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
20:43:17 [2022-06-04T20:43:17.297Z] #14 43.95 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
20:43:17 [2022-06-04T20:43:17.554Z] #14 ...
20:43:17 [2022-06-04T20:43:17.554Z] 
20:43:17 [2022-06-04T20:43:17.554Z] #55 [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
20:43:17 [2022-06-04T20:43:17.554Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:43:17 [2022-06-04T20:43:17.554Z] #55 45.58 go: downloading github.com/nishanths/exhaustive v0.7.11
20:43:17 [2022-06-04T20:43:17.554Z] #55 45.58 go: downloading github.com/nishanths/predeclared v0.2.1
20:43:17 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
20:43:17 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/ryancurrah/gomodguard v1.2.3
20:43:17 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
20:43:17 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
20:43:17 [2022-06-04T20:43:17.811Z] #55 45.83 go: downloading github.com/securego/gosec/v2 v2.9.6
20:43:18 [2022-06-04T20:43:18.068Z] #55 46.28 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
20:43:18 [2022-06-04T20:43:18.068Z] #55 46.28 go: downloading github.com/sivchari/containedctx v1.0.1
20:43:18 [2022-06-04T20:43:18.068Z] #55 46.30 go: downloading github.com/sivchari/tenv v1.4.7
20:43:18 [2022-06-04T20:43:18.068Z] #55 46.32 go: downloading github.com/sonatard/noctx v0.0.1
20:43:18 [2022-06-04T20:43:18.325Z] #55 46.45 go: downloading github.com/sourcegraph/go-diff v0.6.1
20:43:18 [2022-06-04T20:43:18.325Z] #55 46.50 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
20:43:18 [2022-06-04T20:43:18.325Z] #55 46.50 go: downloading github.com/sylvia7788/contextcheck v1.0.4
20:43:18 [2022-06-04T20:43:18.325Z] #55 46.51 go: downloading github.com/tdakkota/asciicheck v0.1.1
20:43:18 [2022-06-04T20:43:18.325Z] #55 46.58 go: downloading github.com/tetafro/godot v1.4.11
20:43:18 [2022-06-04T20:43:18.582Z] #55 46.69 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
20:43:18 [2022-06-04T20:43:18.582Z] #55 46.69 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
20:43:18 [2022-06-04T20:43:18.582Z] #55 46.69 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.12 go: downloading github.com/ultraware/funlen v0.0.3
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.12 go: downloading github.com/ultraware/whitespace v0.0.4
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.12 go: downloading github.com/uudashr/gocognit v1.0.5
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.18 go: downloading github.com/yagipy/maintidx v1.0.0
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.20 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.24 go: downloading gitlab.com/bosi/decorder v0.2.1
20:43:19 [2022-06-04T20:43:19.145Z] #55 47.32 go: downloading honnef.co/go/tools v0.2.2
20:43:21 [2022-06-04T20:43:21.040Z] #55 48.94 go: downloading mvdan.cc/gofumpt v0.2.1
20:43:21 [2022-06-04T20:43:21.040Z] #55 48.95 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:43:21 [2022-06-04T20:43:21.040Z] #55 49.03 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
20:43:21 [2022-06-04T20:43:21.040Z] #55 49.12 go: downloading github.com/davecgh/go-spew v1.1.1
20:43:21 [2022-06-04T20:43:21.339Z] #55 49.23 go: downloading github.com/pmezard/go-difflib v1.0.0
20:43:21 [2022-06-04T20:43:21.339Z] #55 49.25 go: downloading github.com/stretchr/objx v0.1.1
20:43:21 [2022-06-04T20:43:21.339Z] #55 49.34 go: downloading github.com/hashicorp/hcl v1.0.0
20:43:21 [2022-06-04T20:43:21.600Z] #55 49.58 go: downloading github.com/pelletier/go-toml v1.9.4
20:43:21 [2022-06-04T20:43:21.600Z] #55 49.66 go: downloading golang.org/x/text v0.3.7
20:43:22 [2022-06-04T20:43:22.530Z] #55 ...
20:43:22 [2022-06-04T20:43:22.530Z] 
20:43:22 [2022-06-04T20:43:22.530Z] #51 [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
20:43:22 [2022-06-04T20:43:22.530Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.44 Selecting previously unselected package python3-pkg-resources.
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.44 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.49 Unpacking python3-pkg-resources (52.0.0-4) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.93 Selecting previously unselected package python3-six.
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.93 Unpacking python3-six (1.16.0-2) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.93 Selecting previously unselected package python3-protobuf.
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.93 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 40.93 Unpacking python3-protobuf (3.12.4-1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.35 Selecting previously unselected package libnet1:amd64.
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.35 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.51 Selecting previously unselected package libnl-3-200:amd64.
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.51 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.52 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.76 Selecting previously unselected package libprotobuf-c1:amd64.
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.77 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.80 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.91 Selecting previously unselected package criu.
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.91 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 41.91 Unpacking criu (3.17-1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 42.59 Setting up python3-pkg-resources (52.0.0-4) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 44.34 Setting up libprotobuf23:amd64 (3.12.4-1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 44.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 44.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 44.38 Setting up python3-six (1.16.0-2) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 45.51 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 45.66 Setting up python3-protobuf (3.12.4-1) ...
20:43:22 [2022-06-04T20:43:22.530Z] #51 49.90 Setting up criu (3.17-1) ...
20:43:22 [2022-06-04T20:43:22.787Z] #51 ...
20:43:22 [2022-06-04T20:43:22.787Z] 
20:43:22 [2022-06-04T20:43:22.787Z] #42 [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
20:43:22 [2022-06-04T20:43:22.787Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
20:43:22 [2022-06-04T20:43:22.787Z] #42 42.57 Selecting previously unselected package libicu67:amd64.
20:43:22 [2022-06-04T20:43:22.787Z] #42 42.57 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 42.61 Unpacking libicu67:amd64 (67.1-7) ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 48.86 Selecting previously unselected package libxml2:amd64.
20:43:22 [2022-06-04T20:43:22.787Z] #42 48.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 48.89 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 49.41 Selecting previously unselected package libarchive13:amd64.
20:43:22 [2022-06-04T20:43:22.787Z] #42 49.41 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 49.41 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 49.88 Selecting previously unselected package libjsoncpp24:amd64.
20:43:22 [2022-06-04T20:43:22.787Z] #42 49.88 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 49.89 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.04 Selecting previously unselected package librhash0:amd64.
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.04 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.07 Unpacking librhash0:amd64 (1.4.1-2) ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.25 Selecting previously unselected package libuv1:amd64.
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.26 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.26 Unpacking libuv1:amd64 (1.40.0-2) ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.45 Selecting previously unselected package cmake.
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.49 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
20:43:22 [2022-06-04T20:43:22.787Z] #42 50.50 Unpacking cmake (3.18.4-2+deb11u1) ...
20:43:24 [2022-06-04T20:43:24.158Z] #42 ...
20:43:24 [2022-06-04T20:43:24.158Z] 
20:43:24 [2022-06-04T20:43:24.158Z] #51 [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
20:43:24 [2022-06-04T20:43:24.158Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
20:43:24 [2022-06-04T20:43:24.158Z] #51 52.11 Processing triggers for libc-bin (2.31-13+deb11u3) ...
20:43:25 [2022-06-04T20:43:25.093Z] #51 ...
20:43:25 [2022-06-04T20:43:25.093Z] 
20:43:25 [2022-06-04T20:43:25.093Z] #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
20:43:25 [2022-06-04T20:43:25.093Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
20:43:25 [2022-06-04T20:43:25.093Z] #34 42.72 Updating files:  92% (1403/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
20:43:25 [2022-06-04T20:43:25.093Z] #34 42.97 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
20:43:25 [2022-06-04T20:43:25.093Z] #34 43.86 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:43:25 [2022-06-04T20:43:25.093Z] #34 ...
20:43:25 [2022-06-04T20:43:25.093Z] 
20:43:25 [2022-06-04T20:43:25.093Z] #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
20:43:25 [2022-06-04T20:43:25.093Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.21 Selecting previously unselected package binutils-mingw-w64.
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.21 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.21 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.43 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.43 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.54 Selecting previously unselected package dmsetup.
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.54 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.54 Unpacking dmsetup (2:1.02.175-2.1) ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.77 Selecting previously unselected package mingw-w64-common.
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.77 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 46.77 Unpacking mingw-w64-common (8.0.0-1) ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 52.42 Selecting previously unselected package mingw-w64-x86-64-dev.
20:43:25 [2022-06-04T20:43:25.093Z] #14 52.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
20:43:25 [2022-06-04T20:43:25.093Z] #14 52.42 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
20:43:25 [2022-06-04T20:43:25.659Z] #14 ...
20:43:25 [2022-06-04T20:43:25.659Z] 
20:43:25 [2022-06-04T20:43:25.659Z] #51 [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
20:43:25 [2022-06-04T20:43:25.659Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
20:43:25 [2022-06-04T20:43:25.659Z] #51 DONE 53.5s
20:43:25 [2022-06-04T20:43:25.659Z] 
20:43:25 [2022-06-04T20:43:25.659Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:43:25 [2022-06-04T20:43:25.659Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + RM_GOPATH=0
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + TMP_GOPATH=
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + : /build
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + '[' -z '' ']'
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 ++ mktemp -d
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + export GOPATH=/tmp/tmp.4vEf4QWv8m
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + GOPATH=/tmp/tmp.4vEf4QWv8m
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + RM_GOPATH=1
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + case "$(go env GOARCH)" in
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 ++ go env GOARCH
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + export GO_BUILDMODE=-buildmode=pie
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + GO_BUILDMODE=-buildmode=pie
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 ++ dirname /install.sh
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + dir=/
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + bin=containerd
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + shift
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + '[' '!' -f //containerd.installer ']'
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + . //containerd.installer
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 ++ set -e
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 ++ : v1.6.4
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + install_containerd
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + echo 'Install containerd version v1.6.4'
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd
20:43:25 [2022-06-04T20:43:25.659Z] #64 7.994 Install containerd version v1.6.4
20:43:25 [2022-06-04T20:43:25.659Z] #64 8.008 Cloning into '/tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd'...
20:43:27 [2022-06-04T20:43:27.029Z] #64 ...
20:43:27 [2022-06-04T20:43:27.029Z] 
20:43:27 [2022-06-04T20:43:27.029Z] #42 [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
20:43:27 [2022-06-04T20:43:27.029Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
20:43:27 [2022-06-04T20:43:27.029Z] #42 54.95 Setting up libicu67:amd64 (67.1-7) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 54.96 Setting up xxd (2:8.2.2434-3+deb11u1) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 54.97 Setting up libuv1:amd64 (1.40.0-2) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 54.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.03 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.06 Setting up librhash0:amd64 (1.4.1-2) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.07 Setting up cmake-data (3.18.4-2+deb11u1) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.12 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.12 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.14 Setting up cmake (3.18.4-2+deb11u1) ...
20:43:27 [2022-06-04T20:43:27.029Z] #42 55.15 Processing triggers for libc-bin (2.31-13+deb11u3) ...
20:43:27 [2022-06-04T20:43:27.959Z] #42 DONE 55.8s
20:43:27 [2022-06-04T20:43:27.959Z] 
20:43:27 [2022-06-04T20:43:27.959Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
20:43:27 [2022-06-04T20:43:27.959Z] #43 sha256:933351095ef730f95216cf3de35ef68fb237f7ff1332f36905f447d79cfe00a4
20:43:27 [2022-06-04T20:43:27.959Z] #43 DONE 0.4s
20:43:27 [2022-06-04T20:43:27.959Z] 
20:43:27 [2022-06-04T20:43:27.959Z] #55 [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
20:43:27 [2022-06-04T20:43:27.959Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.63 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.68 go: downloading github.com/gobwas/glob v0.2.3
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.68 go: downloading github.com/kisielk/gotool v1.0.0
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.84 go: downloading github.com/gostaticanalysis/comment v1.4.2
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.95 go: downloading golang.org/x/mod v0.5.1
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.95 go: downloading github.com/ettle/strcase v0.1.1
20:43:27 [2022-06-04T20:43:27.959Z] #55 55.97 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
20:43:27 [2022-06-04T20:43:27.959Z] #55 56.12 go: downloading github.com/fatih/structtag v1.2.0
20:43:27 [2022-06-04T20:43:27.959Z] #55 56.13 go: downloading github.com/Masterminds/semver v1.5.0
20:43:28 [2022-06-04T20:43:28.216Z] #55 56.25 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
20:43:28 [2022-06-04T20:43:28.216Z] #55 56.25 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
20:43:28 [2022-06-04T20:43:28.216Z] #55 56.32 go: downloading github.com/prometheus/client_golang v1.7.1
20:43:28 [2022-06-04T20:43:28.473Z] #55 56.65 go: downloading github.com/prometheus/client_model v0.2.0
20:43:28 [2022-06-04T20:43:28.473Z] #55 56.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:43:28 [2022-06-04T20:43:28.473Z] #55 56.75 go: downloading github.com/google/go-cmp v0.5.6
20:43:29 [2022-06-04T20:43:29.037Z] #55 57.06 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
20:43:29 [2022-06-04T20:43:29.037Z] #55 57.11 go: downloading github.com/olekukonko/tablewriter v0.0.5
20:43:29 [2022-06-04T20:43:29.294Z] #55 57.27 go: downloading github.com/beorn7/perks v1.0.1
20:43:29 [2022-06-04T20:43:29.294Z] #55 57.29 go: downloading github.com/cespare/xxhash/v2 v2.1.2
20:43:29 [2022-06-04T20:43:29.294Z] #55 57.35 go: downloading github.com/cespare/xxhash v1.1.0
20:43:29 [2022-06-04T20:43:29.294Z] #55 57.37 go: downloading github.com/golang/protobuf v1.5.2
20:43:29 [2022-06-04T20:43:29.551Z] #55 57.57 go: downloading github.com/prometheus/common v0.10.0
20:43:29 [2022-06-04T20:43:29.551Z] #55 57.68 go: downloading github.com/prometheus/procfs v0.6.0
20:43:29 [2022-06-04T20:43:29.551Z] #55 57.80 go: downloading github.com/mattn/go-runewidth v0.0.9
20:43:29 [2022-06-04T20:43:29.808Z] #55 57.90 go: downloading google.golang.org/protobuf v1.27.1
20:43:31 [2022-06-04T20:43:31.185Z] #55 59.26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
20:43:33 [2022-06-04T20:43:33.705Z] #55 ...
20:43:33 [2022-06-04T20:43:33.705Z] 
20:43:33 [2022-06-04T20:43:33.705Z] #53 [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.8.1"      && /build/gotestsum --version
20:43:33 [2022-06-04T20:43:33.705Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
20:43:33 [2022-06-04T20:43:33.705Z] #53 61.17 gotestsum version dev
20:43:33 [2022-06-04T20:43:33.705Z] #53 DONE 61.3s
20:43:33 [2022-06-04T20:43:33.705Z] 
20:43:33 [2022-06-04T20:43:33.705Z] #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
20:43:33 [2022-06-04T20:43:33.705Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:43:33 [2022-06-04T20:43:33.705Z] #14 58.50 Selecting previously unselected package gcc-mingw-w64-base.
20:43:33 [2022-06-04T20:43:33.705Z] #14 58.52 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
20:43:33 [2022-06-04T20:43:33.705Z] #14 58.52 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
20:43:33 [2022-06-04T20:43:33.705Z] #14 58.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
20:43:33 [2022-06-04T20:43:33.705Z] #14 58.64 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
20:43:33 [2022-06-04T20:43:33.705Z] #14 58.65 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
20:43:37 [2022-06-04T20:43:37.885Z] #14 ...
20:43:37 [2022-06-04T20:43:37.885Z] 
20:43:37 [2022-06-04T20:43:37.885Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
20:43:37 [2022-06-04T20:43:37.885Z] #44 sha256:64989bfdc2ff467f343fce304bbcff71e71838767f9eeec6ef0649d523118248
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + RM_GOPATH=0
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + TMP_GOPATH=
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + : /build
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + '[' -z '' ']'
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 ++ mktemp -d
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + export GOPATH=/tmp/tmp.tuzwiLaFv4
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + GOPATH=/tmp/tmp.tuzwiLaFv4
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + RM_GOPATH=1
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 + case "$(go env GOARCH)" in
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.709 ++ go env GOARCH
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.737 Install tini version v0.19.0
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + export GO_BUILDMODE=-buildmode=pie
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + GO_BUILDMODE=-buildmode=pie
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 ++ dirname /install.sh
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + dir=/
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + bin=tini
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + shift
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + '[' '!' -f //tini.installer ']'
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + . //tini.installer
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 ++ : v0.19.0
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + install_tini
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + echo 'Install tini version v0.19.0'
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 + git clone https://github.com/krallin/tini.git /tmp/tmp.tuzwiLaFv4/tini
20:43:37 [2022-06-04T20:43:37.885Z] #44 3.749 Cloning into '/tmp/tmp.tuzwiLaFv4/tini'...
20:43:37 [2022-06-04T20:43:37.885Z] #44 4.773 + cd /tmp/tmp.tuzwiLaFv4/tini
20:43:37 [2022-06-04T20:43:37.885Z] #44 4.773 + git checkout -q v0.19.0
20:43:37 [2022-06-04T20:43:37.885Z] #44 4.786 + cmake .
20:43:37 [2022-06-04T20:43:37.885Z] #44 5.418 -- The C compiler identification is GNU 10.2.1
20:43:37 [2022-06-04T20:43:37.885Z] #44 5.524 -- Detecting C compiler ABI info
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.197 -- Detecting C compiler ABI info - done
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.293 -- Check for working C compiler: /usr/bin/cc - skipped
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.327 -- Detecting C compile features
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.327 -- Detecting C compile features - done
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.375 -- Performing Test HAS_BUILTIN_FORTIFY
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.565 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.582 -- Configuring done
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.611 -- Generating done
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.611 -- Build files have been written to: /tmp/tmp.tuzwiLaFv4/tini
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.641 + make tini-static
20:43:37 [2022-06-04T20:43:37.885Z] #44 6.985 Scanning dependencies of target tini-static
20:43:37 [2022-06-04T20:43:37.885Z] #44 7.061 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:43:37 [2022-06-04T20:43:37.885Z] #44 8.360 [100%] Linking C executable tini-static
20:43:37 [2022-06-04T20:43:37.885Z] #44 8.909 [100%] Built target tini-static
20:43:37 [2022-06-04T20:43:37.885Z] #44 8.992 + mkdir -p /build
20:43:37 [2022-06-04T20:43:37.885Z] #44 8.992 + cp tini-static /build/docker-init
20:43:37 [2022-06-04T20:43:37.885Z] #44 DONE 9.9s
20:43:37 [2022-06-04T20:43:37.885Z] 
20:43:37 [2022-06-04T20:43:37.885Z] #47 [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
20:43:37 [2022-06-04T20:43:37.885Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
20:43:38 [2022-06-04T20:43:38.816Z] #47 ...
20:43:38 [2022-06-04T20:43:38.816Z] 
20:43:38 [2022-06-04T20:43:38.816Z] #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
20:43:38 [2022-06-04T20:43:38.816Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:43:38 [2022-06-04T20:43:38.816Z] #14 66.78 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
20:43:38 [2022-06-04T20:43:38.816Z] #14 66.78 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
20:43:38 [2022-06-04T20:43:38.816Z] #14 66.81 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:43:53 [2022-06-04T20:43:53.663Z] #14 79.59 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
20:43:53 [2022-06-04T20:43:53.663Z] #14 79.59 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
20:43:53 [2022-06-04T20:43:53.663Z] #14 79.62 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:43:56 [2022-06-04T20:43:56.931Z] #14 85.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
20:43:56 [2022-06-04T20:43:56.931Z] #14 85.07 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
20:43:56 [2022-06-04T20:43:56.931Z] #14 85.08 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
20:43:58 [2022-06-04T20:43:58.297Z] #14 ...
20:43:58 [2022-06-04T20:43:58.297Z] 
20:43:58 [2022-06-04T20:43:58.297Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:43:58 [2022-06-04T20:43:58.297Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:43:59 [2022-06-04T20:43:59.321Z] #64 47.95 Updating files:  55% (2631/4764)
Updating files:  56% (2668/4764)
Updating files:  57% (2716/4764)
Updating files:  58% (2764/4764)
Updating files:  59% (2811/4764)
Updating files:  60% (2859/4764)
Updating files:  61% (2907/4764)
Updating files:  62% (2954/4764)
Updating files:  63% (3002/4764)
Updating files:  64% (3049/4764)
Updating files:  65% (3097/4764)
Updating files:  66% (3145/4764)
Updating files:  67% (3192/4764)
Updating files:  68% (3240/4764)
Updating files:  69% (3288/4764)
Updating files:  70% (3335/4764)
Updating files:  71% (3383/4764)
Updating files:  72% (3431/4764)
Updating files:  73% (3478/4764)
Updating files:  74% (3526/4764)
Updating files:  75% (3573/4764)
Updating files:  76% (3621/4764)
Updating files:  77% (3669/4764)
Updating files:  78% (3716/4764)
Updating files:  79% (3764/4764)
Updating files:  80% (3812/4764)
Updating files:  81% (3859/4764)
Updating files:  82% (3907/4764)
Updating files:  83% (3955/4764)
Updating files:  84% (4002/4764)
Updating files:  85% (4050/4764)
Updating files:  86% (4098/4764)
Updating files:  87% (4145/4764)
Updating files:  88% (4193/4764)
Updating files:  89% (4240/4764)
Updating files:  90% (4288/4764)
Updating files:  90% (4321/4764)
Updating files:  91% (4336/4764)
Updating files:  92% (4383/4764)
Updating files:  93% (4431/4764)
Updating files:  94% (4479/4764)
Updating files:  95% (4526/4764)
Updating files:  96% (4574/4764)
Updating files:  97% (4622/4764)
Updating files:  98% (4669/4764)
Updating files:  99% (4717/4764)
Updating files: 100% (4764/4764)
Updating files: 100% (4764/4764), done.
20:43:59 [2022-06-04T20:43:59.321Z] #64 49.29 + cd /tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd
20:43:59 [2022-06-04T20:43:59.321Z] #64 49.30 + git checkout -q v1.6.4
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + export 'BUILDTAGS=netgo osusergo static_build'
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + BUILDTAGS='netgo osusergo static_build'
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + export EXTRA_FLAGS=-buildmode=pie
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + EXTRA_FLAGS=-buildmode=pie
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + '[' '' = dynamic ']'
20:44:00 [2022-06-04T20:44:00.687Z] #64 50.52 + make
20:44:02 [2022-06-04T20:44:02.576Z] #64 52.54 + bin/ctr
20:44:14 [2022-06-04T20:44:14.845Z] #64 ...
20:44:14 [2022-06-04T20:44:14.845Z] 
20:44:14 [2022-06-04T20:44:14.845Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:44:14 [2022-06-04T20:44:14.845Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:44:14 [2022-06-04T20:44:14.845Z] #14 91.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
20:44:14 [2022-06-04T20:44:14.845Z] #14 91.04 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
20:44:14 [2022-06-04T20:44:14.845Z] #14 91.06 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:44:15 [2022-06-04T20:44:15.101Z] #14 103.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
20:44:15 [2022-06-04T20:44:15.101Z] #14 103.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
20:44:15 [2022-06-04T20:44:15.101Z] #14 103.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.7 Selecting previously unselected package g++-mingw-w64-x86-64.
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.8 Selecting previously unselected package libapparmor1:amd64.
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.8 Unpacking libapparmor1:amd64 (2.13.6-10) ...
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.9 Selecting previously unselected package libapparmor-dev:amd64.
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.638Z] #14 108.9 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.1 Selecting previously unselected package libbtrfs0:amd64.
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.2 Selecting previously unselected package libbtrfs-dev:amd64.
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.6 Selecting previously unselected package libudev-dev:amd64.
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.6 Unpacking libudev-dev:amd64 (247.3-7) ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.7 Selecting previously unselected package libsepol1-dev:amd64.
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.639Z] #14 109.7 Unpacking libsepol1-dev:amd64 (3.1-1) ...
20:44:21 [2022-06-04T20:44:21.896Z] #14 110.0 Selecting previously unselected package libpcre2-16-0:amd64.
20:44:21 [2022-06-04T20:44:21.896Z] #14 110.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
20:44:21 [2022-06-04T20:44:21.896Z] #14 110.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
20:44:22 [2022-06-04T20:44:22.153Z] #14 110.2 Selecting previously unselected package libpcre2-32-0:amd64.
20:44:22 [2022-06-04T20:44:22.153Z] #14 110.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
20:44:22 [2022-06-04T20:44:22.153Z] #14 110.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
20:44:22 [2022-06-04T20:44:22.153Z] #14 110.4 Selecting previously unselected package libpcre2-posix2:amd64.
20:44:22 [2022-06-04T20:44:22.410Z] #14 110.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
20:44:22 [2022-06-04T20:44:22.410Z] #14 110.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
20:44:22 [2022-06-04T20:44:22.410Z] #14 110.5 Selecting previously unselected package libpcre2-dev:amd64.
20:44:22 [2022-06-04T20:44:22.410Z] #14 110.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
20:44:22 [2022-06-04T20:44:22.410Z] #14 110.5 Unpacking libpcre2-dev:amd64 (10.36-2) ...
20:44:22 [2022-06-04T20:44:22.974Z] #14 111.0 Selecting previously unselected package libselinux1-dev:amd64.
20:44:22 [2022-06-04T20:44:22.974Z] #14 111.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
20:44:22 [2022-06-04T20:44:22.974Z] #14 111.0 Unpacking libselinux1-dev:amd64 (3.1-3) ...
20:44:22 [2022-06-04T20:44:22.974Z] #14 111.2 Selecting previously unselected package libdevmapper-dev:amd64.
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.3 Selecting previously unselected package libseccomp-dev:amd64.
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.4 Selecting previously unselected package libsystemd-dev:amd64.
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
20:44:23 [2022-06-04T20:44:23.232Z] #14 111.4 Unpacking libsystemd-dev:amd64 (247.3-7) ...
20:44:23 [2022-06-04T20:44:23.490Z] #14 ...
20:44:23 [2022-06-04T20:44:23.490Z] 
20:44:23 [2022-06-04T20:44:23.490Z] #67 [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
20:44:23 [2022-06-04T20:44:23.490Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af
20:44:23 [2022-06-04T20:44:23.490Z] #67 111.4 + for f in rootlesskit rootlesskit-docker-proxy
20:44:23 [2022-06-04T20:44:23.746Z] #67 111.4 + GOBIN=/build
20:44:23 [2022-06-04T20:44:23.746Z] #67 111.4 + GO111MODULE=on
20:44:23 [2022-06-04T20:44:23.746Z] #67 111.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
20:44:26 [2022-06-04T20:44:26.310Z] #67 ...
20:44:26 [2022-06-04T20:44:26.310Z] 
20:44:26 [2022-06-04T20:44:26.310Z] #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
20:44:26 [2022-06-04T20:44:26.310Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
20:44:26 [2022-06-04T20:44:26.310Z] #14 111.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libapparmor1:amd64 (2.13.6-10) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libsepol1-dev:amd64 (3.1-1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libpcre2-16-0:amd64 (10.36-2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libbtrfs0:amd64 (5.10.1-2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libpcre2-32-0:amd64 (10.36-2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libudev-dev:amd64 (247.3-7) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.1 Setting up libpcre2-posix2:amd64 (10.36-2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up mingw-w64-common (8.0.0-1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up libsystemd-dev:amd64 (247.3-7) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up libpcre2-dev:amd64 (10.36-2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up libselinux1-dev:amd64 (3.1-3) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.2 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
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.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
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.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
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.4 Setting up dmsetup (2:1.02.175-2.1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 112.4 Processing triggers for libc-bin (2.31-13+deb11u3) ...
20:44:26 [2022-06-04T20:44:26.310Z] #14 DONE 114.2s
20:44:26 [2022-06-04T20:44:26.310Z] 
20:44:26 [2022-06-04T20:44:26.310Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
20:44:26 [2022-06-04T20:44:26.310Z] #59 sha256:dda9449ce2617176b4b010f4db6a8fe3b93f8b7756d6441c8d97b7be7ebcc12f
20:44:26 [2022-06-04T20:44:26.310Z] #59 DONE 0.2s
20:44:26 [2022-06-04T20:44:26.310Z] 
20:44:26 [2022-06-04T20:44:26.310Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
20:44:26 [2022-06-04T20:44:26.310Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.980 + RM_GOPATH=0
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.981 + TMP_GOPATH=
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.981 + : /build
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.981 + '[' -z '' ']'
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.982 ++ mktemp -d
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.985 + export GOPATH=/tmp/tmp.9hm1wzAeqR
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.986 + GOPATH=/tmp/tmp.9hm1wzAeqR
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.986 + RM_GOPATH=1
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.986 + case "$(go env GOARCH)" in
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.986 ++ go env GOARCH
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.993 + export GO_BUILDMODE=-buildmode=pie
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.997 + GO_BUILDMODE=-buildmode=pie
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.997 ++ dirname /install.sh
20:44:29 [2022-06-04T20:44:29.619Z] #60 2.999 + dir=/
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.005 + bin=runc
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.005 + shift
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.005 + '[' '!' -f //runc.installer ']'
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.006 + . //runc.installer
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.006 ++ set -e
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.006 ++ : v1.1.2
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.008 + install_runc
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.008 + RUNC_BUILDTAGS=seccomp
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.008 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.009 Install runc version v1.1.2 (build tags: seccomp)
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.009 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9hm1wzAeqR/src/github.com/opencontainers/runc
20:44:29 [2022-06-04T20:44:29.619Z] #60 3.012 Cloning into '/tmp/tmp.9hm1wzAeqR/src/github.com/opencontainers/runc'...
20:44:29 [2022-06-04T20:44:29.619Z] #60 ...
20:44:29 [2022-06-04T20:44:29.619Z] 
20:44:29 [2022-06-04T20:44:29.619Z] #67 [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
20:44:29 [2022-06-04T20:44:29.619Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2 rootlesskit version 1.0.0
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2 Usage of /build/rootlesskit-docker-proxy:
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2   -container-ip string
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2     	container ip
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2   -container-port int
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2     	container port (default -1)
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2   -host-ip string
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2     	host ip
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2   -host-port int
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2     	host port (default -1)
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2   -proto string
20:44:29 [2022-06-04T20:44:29.619Z] #67 117.2     	proxy protocol (default "tcp")
20:44:29 [2022-06-04T20:44:29.619Z] #67 DONE 117.3s
20:44:29 [2022-06-04T20:44:29.619Z] 
20:44:29 [2022-06-04T20:44:29.619Z] #15 [dev-systemd-false  1/26] RUN groupadd -r docker
20:44:29 [2022-06-04T20:44:29.619Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
20:44:29 [2022-06-04T20:44:29.619Z] #15 DONE 3.3s
20:44:29 [2022-06-04T20:44:29.619Z] 
20:44:29 [2022-06-04T20:44:29.619Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
20:44:29 [2022-06-04T20:44:29.619Z] #68 sha256:94341cf061eab6beb02deffa8fe66197910510527b36f1c3460c0fb2a283f135
20:44:29 [2022-06-04T20:44:29.619Z] #68 DONE 0.1s
20:44:29 [2022-06-04T20:44:29.619Z] 
20:44:29 [2022-06-04T20:44:29.619Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:44:29 [2022-06-04T20:44:29.619Z] #69 sha256:778666c4209ab75003b50d9e5489a7ce2ec89558ae6a2843f837862d180a2451
20:44:29 [2022-06-04T20:44:29.875Z] #69 DONE 0.1s
20:44:29 [2022-06-04T20:44:29.875Z] 
20:44:29 [2022-06-04T20:44:29.875Z] #16 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:44:29 [2022-06-04T20:44:29.875Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
20:44:33 [2022-06-04T20:44:33.143Z] #16 DONE 3.3s
20:44:33 [2022-06-04T20:44:33.143Z] 
20:44:33 [2022-06-04T20:44:33.143Z] #17 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:44:33 [2022-06-04T20:44:33.143Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
20:44:35 [2022-06-04T20:44:35.661Z] #17 2.932 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:44:36 [2022-06-04T20:44:36.223Z] #17 DONE 3.2s
20:44:36 [2022-06-04T20:44:36.223Z] 
20:44:36 [2022-06-04T20:44:36.223Z] #18 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:44:36 [2022-06-04T20:44:36.223Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
20:44:39 [2022-06-04T20:44:39.494Z] #18 DONE 3.5s
20:44:39 [2022-06-04T20:44:39.494Z] 
20:44:39 [2022-06-04T20:44:39.494Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
20:44:39 [2022-06-04T20:44:39.494Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383
20:44:39 [2022-06-04T20:44:39.494Z] #60 12.62 + cd /tmp/tmp.9hm1wzAeqR/src/github.com/opencontainers/runc
20:44:39 [2022-06-04T20:44:39.494Z] #60 12.62 + git checkout -q v1.1.2
20:44:39 [2022-06-04T20:44:39.750Z] #60 13.48 + '[' -z '' ']'
20:44:39 [2022-06-04T20:44:39.750Z] #60 13.48 + target=static
20:44:39 [2022-06-04T20:44:39.750Z] #60 13.48 + make BUILDTAGS=seccomp static
20:44:40 [2022-06-04T20:44:40.312Z] #60 13.83 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
20:44:41 [2022-06-04T20:44:41.679Z] #60 ...
20:44:41 [2022-06-04T20:44:41.679Z] 
20:44:41 [2022-06-04T20:44:41.679Z] #19 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:44:41 [2022-06-04T20:44:41.679Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
20:44:41 [2022-06-04T20:44:41.679Z] #19 DONE 1.9s
20:44:41 [2022-06-04T20:44:41.679Z] 
20:44:41 [2022-06-04T20:44:41.679Z] #20 [dev-systemd-false  6/26] RUN ldconfig
20:44:41 [2022-06-04T20:44:41.679Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
20:44:43 [2022-06-04T20:44:43.569Z] #20 DONE 2.2s
20:44:43 [2022-06-04T20:44:43.569Z] 
20:44:43 [2022-06-04T20:44:43.569Z] #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
20:44:43 [2022-06-04T20:44:43.569Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
20:44:43 [2022-06-04T20:44:43.825Z] #34 ...
20:44:43 [2022-06-04T20:44:43.825Z] 
20:44:43 [2022-06-04T20:44:43.825Z] #21 [dev-systemd-false  7/26] 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
20:44:43 [2022-06-04T20:44:43.825Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450
20:44:45 [2022-06-04T20:44:45.716Z] #21 2.042 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
20:44:45 [2022-06-04T20:44:45.716Z] #21 2.071 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
20:44:45 [2022-06-04T20:44:45.716Z] #21 2.071 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
20:44:46 [2022-06-04T20:44:46.279Z] #21 2.604 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
20:44:47 [2022-06-04T20:44:47.209Z] #21 3.412 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB]
20:44:48 [2022-06-04T20:44:48.578Z] #21 4.715 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
20:44:52 [2022-06-04T20:44:52.748Z] #21 8.871 Fetched 8537 kB in 7s (1201 kB/s)
20:44:55 [2022-06-04T20:44:55.267Z] #21 8.871 Reading package lists...
20:44:55 [2022-06-04T20:44:55.267Z] #21 ...
20:44:55 [2022-06-04T20:44:55.267Z] 
20:44:55 [2022-06-04T20:44:55.267Z] #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
20:44:55 [2022-06-04T20:44:55.268Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
20:44:55 [2022-06-04T20:44:55.268Z] #34 DONE 142.7s
20:44:55 [2022-06-04T20:44:55.268Z] 
20:44:55 [2022-06-04T20:44:55.268Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
20:44:55 [2022-06-04T20:44:55.268Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383
20:44:55 [2022-06-04T20:44:55.268Z] #60 ...
20:44:55 [2022-06-04T20:44:55.268Z] 
20:44:55 [2022-06-04T20:44:55.268Z] #21 [dev-systemd-false  7/26] 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
20:44:55 [2022-06-04T20:44:55.268Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450
20:44:55 [2022-06-04T20:44:55.268Z] #21 8.871 Reading package lists...
20:44:57 [2022-06-04T20:44:57.239Z] #21 11.74 Reading package lists...
20:44:57 [2022-06-04T20:44:57.239Z] #21 ...
20:44:57 [2022-06-04T20:44:57.239Z] 
20:44:57 [2022-06-04T20:44:57.239Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
20:44:57 [2022-06-04T20:44:57.239Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 Delve is a source level debugger for Go programs.
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 Delve enables you to interact with your program by controlling the execution of the process,
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 Pass flags to the program you are debugging using `--`, for example:
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 `dlv exec ./hello -- server --config conf/config.toml`
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 Usage:
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0   dlv [command]
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0 Available Commands:
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0   attach      Attach to running process and begin debugging.
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0   connect     Connect to a headless debug server with a terminal client.
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0   core        Examine a core dump.
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
20:44:57 [2022-06-04T20:44:57.239Z] #36 145.0   debug       Compile and begin debugging main package in current directory, or the package specified.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   exec        Execute a precompiled binary, and begin a debug session.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   help        Help about any command
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   run         Deprecated command. Use 'debug' instead.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   test        Compile test binary and begin debugging program.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   trace       Compile and begin tracing program.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   version     Prints version.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0 Flags:
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --disable-aslr                     Disables address space randomization
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   -h, --help                             help for dlv
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --init string                      Init file, executed by the terminal client.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --log                              Enable debugging server logging.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0       --wd string                        Working directory for running the program.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0 Additional help topics:
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   dlv backend  Help about the --backend flag.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   dlv log      Help about logging flags.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0   dlv redirect Help about file redirection.
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0 
20:44:57 [2022-06-04T20:44:57.240Z] #36 145.0 Use "dlv [command] --help" for more information about a command.
20:44:57 [2022-06-04T20:44:57.240Z] #36 DONE 145.2s
20:44:57 [2022-06-04T20:44:57.240Z] 
20:44:57 [2022-06-04T20:44:57.240Z] #21 [dev-systemd-false  7/26] 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
20:44:57 [2022-06-04T20:44:57.240Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450
20:44:58 [2022-06-04T20:44:58.167Z] #21 11.74 Reading package lists...
20:44:58 [2022-06-04T20:44:58.986Z] #21 14.59 Building dependency tree...
20:44:59 [2022-06-04T20:44:59.912Z] #21 16.10 The following additional packages will be installed:
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   python3-pkg-resources vim-runtime xxd
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10 Suggested packages:
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   acl attr quota
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10 Recommended packages:
20:44:59 [2022-06-04T20:44:59.913Z] #21 16.10   libatm1 nftables libpam-cap build-essential python3-dev unzip
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36 The following NEW packages will be installed:
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   python3-pkg-resources python3-setuptools python3-wheel sudo
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:45:00 [2022-06-04T20:45:00.841Z] #21 17.36   xz-utils zip zstd
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 Need to get 27.6 MB of archives.
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 After this operation, 106 MB of additional disk space will be used.
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.75 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.75 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]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.77 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
20:45:01 [2022-06-04T20:45:01.404Z] #21 17.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 17.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 17.83 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 17.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 17.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 17.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 17.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
20:45:01 [2022-06-04T20:45:01.661Z] #21 18.10 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.10 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.10 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.11 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.12 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.12 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.12 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.17 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.18 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.19 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.19 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.20 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.21 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.22 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.25 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.26 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
20:45:01 [2022-06-04T20:45:01.920Z] #21 18.27 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
20:45:02 [2022-06-04T20:45:02.177Z] #21 18.45 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
20:45:02 [2022-06-04T20:45:02.177Z] #21 18.48 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
20:45:02 [2022-06-04T20:45:02.177Z] #21 18.51 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
20:45:02 [2022-06-04T20:45:02.177Z] #21 18.51 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
20:45:02 [2022-06-04T20:45:02.740Z] #21 18.99 debconf: delaying package configuration, since apt-utils is not installed
20:45:02 [2022-06-04T20:45:02.740Z] #21 19.11 Fetched 27.6 MB in 1s (23.6 MB/s)
20:45:02 [2022-06-04T20:45:02.740Z] #21 19.16 Selecting previously unselected package pigz.
20:45:02 [2022-06-04T20:45:02.997Z] #21 19.16 (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 ... 24019 files and directories currently installed.)
20:45:02 [2022-06-04T20:45:02.997Z] #21 19.21 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
20:45:02 [2022-06-04T20:45:02.997Z] #21 19.21 Unpacking pigz (2.6-1) ...
20:45:02 [2022-06-04T20:45:02.997Z] #21 19.29 Selecting previously unselected package libelf1:amd64.
20:45:02 [2022-06-04T20:45:02.997Z] #21 19.30 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
20:45:02 [2022-06-04T20:45:02.997Z] #21 19.31 Unpacking libelf1:amd64 (0.183-1) ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.46 Selecting previously unselected package libbpf0:amd64.
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.46 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.46 Unpacking libbpf0:amd64 (1:0.3-2) ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.52 Selecting previously unselected package libcap2:amd64.
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.53 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.53 Unpacking libcap2:amd64 (1:2.44-1) ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.60 Selecting previously unselected package libmnl0:amd64.
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.60 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.60 Unpacking libmnl0:amd64 (1.0.4-3) ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.65 Selecting previously unselected package libxtables12:amd64.
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.66 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.66 Unpacking libxtables12:amd64 (1.8.7-1) ...
20:45:03 [2022-06-04T20:45:03.254Z] #21 19.71 Selecting previously unselected package libcap2-bin.
20:45:03 [2022-06-04T20:45:03.511Z] #21 19.72 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
20:45:03 [2022-06-04T20:45:03.511Z] #21 19.72 Unpacking libcap2-bin (1:2.44-1) ...
20:45:03 [2022-06-04T20:45:03.511Z] #21 19.83 Selecting previously unselected package iproute2.
20:45:03 [2022-06-04T20:45:03.511Z] #21 19.83 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
20:45:03 [2022-06-04T20:45:03.511Z] #21 19.83 Unpacking iproute2 (5.10.0-4) ...
20:45:03 [2022-06-04T20:45:03.769Z] #21 20.22 Selecting previously unselected package xxd.
20:45:04 [2022-06-04T20:45:04.026Z] #21 20.24 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
20:45:04 [2022-06-04T20:45:04.026Z] #21 20.24 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
20:45:04 [2022-06-04T20:45:04.026Z] #21 20.35 Selecting previously unselected package vim-common.
20:45:04 [2022-06-04T20:45:04.026Z] #21 20.35 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
20:45:04 [2022-06-04T20:45:04.026Z] #21 20.37 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
20:45:04 [2022-06-04T20:45:04.283Z] #21 20.52 Selecting previously unselected package bash-completion.
20:45:04 [2022-06-04T20:45:04.283Z] #21 20.53 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
20:45:06 [2022-06-04T20:45:06.177Z] #21 22.24 Unpacking bash-completion (1:2.11-2) ...
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.61 Selecting previously unselected package bzip2.
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.62 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.62 Unpacking bzip2 (1.0.8-4) ...
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.68 Selecting previously unselected package xz-utils.
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.69 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.70 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.83 Selecting previously unselected package apparmor.
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.83 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
20:45:06 [2022-06-04T20:45:06.434Z] #21 22.89 Unpacking apparmor (2.13.6-10) ...
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.27 Selecting previously unselected package inetutils-ping.
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.30 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.30 Unpacking inetutils-ping (2:2.0-1) ...
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.40 Selecting previously unselected package libip4tc2:amd64.
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.40 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.41 Unpacking libip4tc2:amd64 (1.8.7-1) ...
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.46 Selecting previously unselected package libip6tc2:amd64.
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.47 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
20:45:06 [2022-06-04T20:45:06.998Z] #21 23.47 Unpacking libip6tc2:amd64 (1.8.7-1) ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.53 Selecting previously unselected package libnfnetlink0:amd64.
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.54 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.55 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.61 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.63 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.63 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.70 Selecting previously unselected package libnftnl11:amd64.
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.71 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.71 Unpacking libnftnl11:amd64 (1.1.9-1) ...
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.78 Selecting previously unselected package iptables.
20:45:07 [2022-06-04T20:45:07.255Z] #21 23.79 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
20:45:07 [2022-06-04T20:45:07.553Z] #21 23.79 Unpacking iptables (1.8.7-1) ...
20:45:07 [2022-06-04T20:45:07.815Z] #21 24.12 Selecting previously unselected package libonig5:amd64.
20:45:07 [2022-06-04T20:45:07.815Z] #21 24.12 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
20:45:07 [2022-06-04T20:45:07.815Z] #21 24.12 Unpacking libonig5:amd64 (6.9.6-1.1) ...
20:45:08 [2022-06-04T20:45:08.072Z] #21 24.25 Selecting previously unselected package libjq1:amd64.
20:45:08 [2022-06-04T20:45:08.072Z] #21 24.26 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
20:45:08 [2022-06-04T20:45:08.072Z] #21 24.28 Unpacking libjq1:amd64 (1.6-2.1) ...
20:45:08 [2022-06-04T20:45:08.072Z] #21 24.39 Selecting previously unselected package jq.
20:45:08 [2022-06-04T20:45:08.072Z] #21 24.41 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
20:45:08 [2022-06-04T20:45:08.072Z] #21 24.41 Unpacking jq (1.6-2.1) ...
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.49 Selecting previously unselected package libaio1:amd64.
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.49 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.50 Unpacking libaio1:amd64 (0.3.112-9) ...
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.56 Selecting previously unselected package libgpm2:amd64.
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.57 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.57 Unpacking libgpm2:amd64 (1.20.7-8) ...
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.63 Selecting previously unselected package libicu67:amd64.
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.65 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
20:45:08 [2022-06-04T20:45:08.329Z] #21 24.66 Unpacking libicu67:amd64 (67.1-7) ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.55 Selecting previously unselected package libinih1:amd64.
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.56 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.56 Unpacking libinih1:amd64 (53-1+b2) ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.62 Selecting previously unselected package libnet1:amd64.
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.62 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.69 Selecting previously unselected package libnl-3-200:amd64.
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.70 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.70 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.78 Selecting previously unselected package libprotobuf-c1:amd64.
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.79 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.79 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.83 Selecting previously unselected package net-tools.
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.85 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.85 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 27.99 Selecting previously unselected package patch.
20:45:11 [2022-06-04T20:45:11.604Z] #21 28.01 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
20:45:11 [2022-06-04T20:45:11.604Z] #21 28.02 Unpacking patch (2.7.6-7) ...
20:45:11 [2022-06-04T20:45:11.861Z] #21 28.11 Selecting previously unselected package python-pip-whl.
20:45:11 [2022-06-04T20:45:11.861Z] #21 28.12 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
20:45:11 [2022-06-04T20:45:11.861Z] #21 28.12 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.67 Selecting previously unselected package python3-lib2to3.
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.67 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.68 Unpacking python3-lib2to3 (3.9.2-1) ...
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.78 Selecting previously unselected package python3-distutils.
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.79 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.80 Unpacking python3-distutils (3.9.2-1) ...
20:45:12 [2022-06-04T20:45:12.425Z] #21 28.90 Selecting previously unselected package python3-pkg-resources.
20:45:12 [2022-06-04T20:45:12.681Z] #21 28.90 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
20:45:12 [2022-06-04T20:45:12.681Z] #21 28.91 Unpacking python3-pkg-resources (52.0.0-4) ...
20:45:12 [2022-06-04T20:45:12.681Z] #21 29.02 Selecting previously unselected package python3-setuptools.
20:45:12 [2022-06-04T20:45:12.681Z] #21 29.03 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
20:45:12 [2022-06-04T20:45:12.681Z] #21 29.04 Unpacking python3-setuptools (52.0.0-4) ...
20:45:12 [2022-06-04T20:45:12.938Z] #21 29.29 Selecting previously unselected package python3-wheel.
20:45:12 [2022-06-04T20:45:12.938Z] #21 29.29 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
20:45:12 [2022-06-04T20:45:12.938Z] #21 29.29 Unpacking python3-wheel (0.34.2-1) ...
20:45:12 [2022-06-04T20:45:12.938Z] #21 29.37 Selecting previously unselected package python3-pip.
20:45:12 [2022-06-04T20:45:12.938Z] #21 29.37 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
20:45:12 [2022-06-04T20:45:12.938Z] #21 29.39 Unpacking python3-pip (20.3.4-4+deb11u1) ...
20:45:13 [2022-06-04T20:45:13.196Z] #21 29.59 Selecting previously unselected package sudo.
20:45:13 [2022-06-04T20:45:13.196Z] #21 29.59 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
20:45:13 [2022-06-04T20:45:13.196Z] #21 29.62 Unpacking sudo (1.9.5p2-3) ...
20:45:13 [2022-06-04T20:45:13.759Z] #21 30.06 Selecting previously unselected package thin-provisioning-tools.
20:45:13 [2022-06-04T20:45:13.759Z] #21 30.06 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
20:45:13 [2022-06-04T20:45:13.759Z] #21 30.07 Unpacking thin-provisioning-tools (0.9.0-1) ...
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.25 Selecting previously unselected package uidmap.
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.25 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.26 Unpacking uidmap (1:4.8.1-1) ...
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.39 Selecting previously unselected package vim-runtime.
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.40 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.43 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.47 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
20:45:14 [2022-06-04T20:45:14.016Z] #21 30.48 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
20:45:17 [2022-06-04T20:45:17.342Z] #21 33.46 Selecting previously unselected package vim.
20:45:17 [2022-06-04T20:45:17.342Z] #21 33.46 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
20:45:17 [2022-06-04T20:45:17.342Z] #21 33.47 Unpacking vim (2:8.2.2434-3+deb11u1) ...
20:45:17 [2022-06-04T20:45:17.614Z] #21 33.92 Selecting previously unselected package xfsprogs.
20:45:17 [2022-06-04T20:45:17.614Z] #21 33.93 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
20:45:17 [2022-06-04T20:45:17.614Z] #21 33.93 Unpacking xfsprogs (5.10.0-4) ...
20:45:17 [2022-06-04T20:45:17.870Z] #21 34.27 Selecting previously unselected package zip.
20:45:17 [2022-06-04T20:45:17.870Z] #21 34.27 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
20:45:17 [2022-06-04T20:45:17.870Z] #21 34.28 Unpacking zip (3.0-12) ...
20:45:18 [2022-06-04T20:45:18.127Z] #21 34.38 Selecting previously unselected package zstd.
20:45:18 [2022-06-04T20:45:18.127Z] #21 34.40 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
20:45:18 [2022-06-04T20:45:18.127Z] #21 34.40 Unpacking zstd (1.4.8+dfsg-2.1) ...
20:45:18 [2022-06-04T20:45:18.384Z] #21 34.82 Setting up python3-pkg-resources (52.0.0-4) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.65 Setting up libip4tc2:amd64 (1.8.7-1) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.66 Setting up net-tools (1.60+git20181103.0eebece-1) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.67 Setting up libgpm2:amd64 (1.20.7-8) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.68 Setting up libicu67:amd64 (67.1-7) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.69 Setting up libip6tc2:amd64 (1.8.7-1) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.70 Setting up libinih1:amd64 (53-1+b2) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.71 Setting up uidmap (1:4.8.1-1) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.73 Setting up bzip2 (1.0.8-4) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.74 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:45:19 [2022-06-04T20:45:19.316Z] #21 35.75 Setting up python3-wheel (0.34.2-1) ...
20:45:19 [2022-06-04T20:45:19.880Z] #21 36.36 Setting up xxd (2:8.2.2434-3+deb11u1) ...
20:45:19 [2022-06-04T20:45:19.880Z] #21 36.37 Setting up libcap2:amd64 (1:2.44-1) ...
20:45:19 [2022-06-04T20:45:19.880Z] #21 36.38 Setting up libcap2-bin (1:2.44-1) ...
20:45:20 [2022-06-04T20:45:20.138Z] #21 36.39 Setting up apparmor (2.13.6-10) ...
20:45:21 [2022-06-04T20:45:21.507Z] #21 37.64 Setting up zip (3.0-12) ...
20:45:21 [2022-06-04T20:45:21.507Z] #21 37.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
20:45:21 [2022-06-04T20:45:21.507Z] #21 37.67 Setting up bash-completion (1:2.11-2) ...
20:45:23 [2022-06-04T20:45:23.399Z] #21 39.45 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.48 Setting up libmnl0:amd64 (1.0.4-3) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.50 Setting up patch (2.7.6-7) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.51 Setting up sudo (1.9.5p2-3) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.57 invoke-rc.d: could not determine current runlevel
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.57 invoke-rc.d: policy-rc.d denied execution of start.
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.59 Setting up xfsprogs (5.10.0-4) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.60 Setting up libxtables12:amd64 (1.8.7-1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.61 Setting up inetutils-ping (2:2.0-1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.62 Setting up pigz (2.6-1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.65 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.67 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
20:45:23 [2022-06-04T20:45:23.400Z] #21 39.68 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
20:45:23 [2022-06-04T20:45:23.656Z] #21 40.15 Setting up libaio1:amd64 (0.3.112-9) ...
20:45:23 [2022-06-04T20:45:23.656Z] #21 40.16 Setting up python3-lib2to3 (3.9.2-1) ...
20:45:24 [2022-06-04T20:45:24.219Z] #21 40.53 Setting up libelf1:amd64 (0.183-1) ...
20:45:24 [2022-06-04T20:45:24.219Z] #21 40.56 Setting up zstd (1.4.8+dfsg-2.1) ...
20:45:24 [2022-06-04T20:45:24.219Z] #21 40.57 Setting up libonig5:amd64 (6.9.6-1.1) ...
20:45:24 [2022-06-04T20:45:24.219Z] #21 40.58 Setting up python3-distutils (3.9.2-1) ...
20:45:24 [2022-06-04T20:45:24.475Z] #21 41.00 Setting up vim (2:8.2.2434-3+deb11u1) ...
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:45:24 [2022-06-04T20:45:24.732Z] #21 41.06 Setting up python3-setuptools (52.0.0-4) ...
20:45:26 [2022-06-04T20:45:26.100Z] #21 42.33 Setting up libjq1:amd64 (1.6-2.1) ...
20:45:26 [2022-06-04T20:45:26.100Z] #21 42.34 Setting up libnftnl11:amd64 (1.1.9-1) ...
20:45:26 [2022-06-04T20:45:26.100Z] #21 42.35 Setting up thin-provisioning-tools (0.9.0-1) ...
20:45:26 [2022-06-04T20:45:26.100Z] #21 42.36 Setting up python3-pip (20.3.4-4+deb11u1) ...
20:45:27 [2022-06-04T20:45:27.286Z] #21 43.49 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
20:45:27 [2022-06-04T20:45:27.286Z] #21 43.50 Setting up jq (1.6-2.1) ...
20:45:27 [2022-06-04T20:45:27.286Z] #21 43.51 Setting up libbpf0:amd64 (1:0.3-2) ...
20:45:27 [2022-06-04T20:45:27.286Z] #21 43.54 Setting up iptables (1.8.7-1) ...
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.56 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:45:27 [2022-06-04T20:45:27.287Z] #21 43.59 Setting up iproute2 (5.10.0-4) ...
20:45:27 [2022-06-04T20:45:27.543Z] #21 43.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
20:45:28 [2022-06-04T20:45:28.108Z] #21 DONE 44.4s
20:45:28 [2022-06-04T20:45:28.108Z] 
20:45:28 [2022-06-04T20:45:28.108Z] #22 [dev-systemd-false  8/26] 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
20:45:28 [2022-06-04T20:45:28.108Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb
20:45:29 [2022-06-04T20:45:29.475Z] #22 1.382 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:45:29 [2022-06-04T20:45:29.475Z] #22 1.389 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:45:29 [2022-06-04T20:45:29.475Z] #22 1.393 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:45:29 [2022-06-04T20:45:29.475Z] #22 DONE 1.4s
20:45:29 [2022-06-04T20:45:29.475Z] 
20:45:29 [2022-06-04T20:45:29.475Z] #47 [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
20:45:29 [2022-06-04T20:45:29.475Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
20:45:29 [2022-06-04T20:45:29.475Z] #47 ...
20:45:29 [2022-06-04T20:45:29.475Z] 
20:45:29 [2022-06-04T20:45:29.475Z] #23 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:45:29 [2022-06-04T20:45:29.475Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e
20:45:39 [2022-06-04T20:45:39.437Z] #23 9.761 Collecting yamllint==1.26.1
20:45:40 [2022-06-04T20:45:40.372Z] #23 10.81   Downloading yamllint-1.26.1.tar.gz (126 kB)
20:45:41 [2022-06-04T20:45:41.312Z] #23 11.90 Collecting pathspec>=0.5.3
20:45:41 [2022-06-04T20:45:41.312Z] #23 11.91   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
20:45:41 [2022-06-04T20:45:41.878Z] #23 12.29 Collecting pyyaml
20:45:41 [2022-06-04T20:45:41.878Z] #23 12.30   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)
20:45:41 [2022-06-04T20:45:41.878Z] #23 12.36 Building wheels for collected packages: yamllint
20:45:41 [2022-06-04T20:45:41.878Z] #23 12.37   Building wheel for yamllint (setup.py): started
20:45:42 [2022-06-04T20:45:42.809Z] #23 13.33   Building wheel for yamllint (setup.py): finished with status 'done'
20:45:42 [2022-06-04T20:45:42.809Z] #23 13.33   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=bd87b19554db41452dfeacd3d681136a0faeebb9085a9d10a08a90378b8d37ee
20:45:42 [2022-06-04T20:45:42.809Z] #23 13.33   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
20:45:42 [2022-06-04T20:45:42.809Z] #23 13.34 Successfully built yamllint
20:45:42 [2022-06-04T20:45:42.809Z] #23 13.37 Installing collected packages: pyyaml, pathspec, yamllint
20:45:43 [2022-06-04T20:45:43.372Z] #23 13.72 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
20:45:43 [2022-06-04T20:45:43.627Z] #23 DONE 14.1s
20:45:43 [2022-06-04T20:45:43.627Z] 
20:45:43 [2022-06-04T20:45:43.627Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
20:45:43 [2022-06-04T20:45:43.627Z] #27 sha256:1c758b42df0b5dba273d4e4f43830f0a3f73f8ed630d85fefe928f411bc72ccb
20:45:44 [2022-06-04T20:45:44.189Z] #27 DONE 0.4s
20:45:44 [2022-06-04T20:45:44.189Z] 
20:45:44 [2022-06-04T20:45:44.189Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:45:44 [2022-06-04T20:45:44.189Z] #32 sha256:1c85437a1fce7d7befe225a08740f7549e2b614d7b26dd02cacb180b4dcfe412
20:45:44 [2022-06-04T20:45:44.753Z] #32 DONE 0.6s
20:45:44 [2022-06-04T20:45:44.753Z] 
20:45:44 [2022-06-04T20:45:44.753Z] #35 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
20:45:44 [2022-06-04T20:45:44.753Z] #35 sha256:8136cea0606f7df1c2cbba2cb3c40f4dd4876b393349413ecfd7d6a51faf70b8
20:45:44 [2022-06-04T20:45:44.753Z] #35 DONE 0.1s
20:45:44 [2022-06-04T20:45:44.753Z] 
20:45:44 [2022-06-04T20:45:44.753Z] #37 [dev-systemd-false 13/26] COPY --from=delve         /build/ /usr/local/bin/
20:45:44 [2022-06-04T20:45:44.753Z] #37 sha256:47138ff0197ae1f09d1036ff854076757bddfc249d7f954166af223503069bd6
20:45:45 [2022-06-04T20:45:45.009Z] #37 DONE 0.2s
20:45:45 [2022-06-04T20:45:45.009Z] 
20:45:45 [2022-06-04T20:45:45.009Z] #39 [dev-systemd-false 14/26] COPY --from=tomll         /build/ /usr/local/bin/
20:45:45 [2022-06-04T20:45:45.009Z] #39 sha256:cdc48940e37dd7fbe9da60ce5d4a9db169659cbe1120c02713bbabc9efb18064
20:45:45 [2022-06-04T20:45:45.009Z] #39 DONE 0.1s
20:45:45 [2022-06-04T20:45:45.009Z] 
20:45:45 [2022-06-04T20:45:45.009Z] #55 [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
20:45:45 [2022-06-04T20:45:45.009Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:45:45 [2022-06-04T20:45:45.009Z] #55 ...
20:45:45 [2022-06-04T20:45:45.009Z] 
20:45:45 [2022-06-04T20:45:45.009Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres      /build/ /usr/local/bin/
20:45:45 [2022-06-04T20:45:45.009Z] #41 sha256:5c5378e352f7ca21afb5331c7b1af43ebbbe5349778d03be470b8dc6609a0072
20:45:45 [2022-06-04T20:45:45.009Z] #41 DONE 0.1s
20:45:45 [2022-06-04T20:45:45.009Z] 
20:45:45 [2022-06-04T20:45:45.009Z] #45 [dev-systemd-false 16/26] COPY --from=tini          /build/ /usr/local/bin/
20:45:45 [2022-06-04T20:45:45.009Z] #45 sha256:a56580de75d73587761b525cca921717de1ea82cf6258d93814ca74cd1c169df
20:45:45 [2022-06-04T20:45:45.009Z] #45 DONE 0.0s
20:45:45 [2022-06-04T20:45:45.265Z] 
20:45:45 [2022-06-04T20:45:45.265Z] #47 [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
20:45:45 [2022-06-04T20:45:45.265Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
20:46:00 [2022-06-04T20:46:00.115Z] #47 208.1 + dpkg --print-architecture
20:46:00 [2022-06-04T20:46:00.115Z] #47 208.1 + git checkout -q v2.1.0
20:46:00 [2022-06-04T20:46:00.629Z] #47 208.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:46:00 [2022-06-04T20:46:00.629Z] #47 208.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:46:22 [2022-06-04T20:46:22.526Z] #47 DONE 230.5s
20:46:22 [2022-06-04T20:46:22.526Z] 
20:46:22 [2022-06-04T20:46:22.526Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:46:22 [2022-06-04T20:46:22.526Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:46:25 [2022-06-04T20:46:25.048Z] #64 ...
20:46:25 [2022-06-04T20:46:25.048Z] 
20:46:25 [2022-06-04T20:46:25.048Z] #48 [dev-systemd-false 17/26] COPY --from=registry      /build/ /usr/local/bin/
20:46:25 [2022-06-04T20:46:25.048Z] #48 sha256:6a7da39cbbba9d2d620a3121b90f353a95991d80d1f363a2d772d5ef12c37c80
20:46:25 [2022-06-04T20:46:25.048Z] #48 DONE 0.2s
20:46:25 [2022-06-04T20:46:25.048Z] 
20:46:25 [2022-06-04T20:46:25.048Z] #52 [dev-systemd-false 18/26] COPY --from=criu          /build/ /usr/local/bin/
20:46:25 [2022-06-04T20:46:25.048Z] #52 sha256:71713bb1907b68a676f8031309d997dd09a0e83434ee7fa280a1be40249afcfe
20:46:25 [2022-06-04T20:46:25.048Z] #52 DONE 0.1s
20:46:25 [2022-06-04T20:46:25.048Z] 
20:46:25 [2022-06-04T20:46:25.048Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
20:46:25 [2022-06-04T20:46:25.048Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383
20:46:25 [2022-06-04T20:46:25.048Z] #60 ...
20:46:25 [2022-06-04T20:46:25.048Z] 
20:46:25 [2022-06-04T20:46:25.048Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum     /build/ /usr/local/bin/
20:46:25 [2022-06-04T20:46:25.048Z] #54 sha256:6b78245f414d053b9602b89ad8a189ffe67fa6d940348450f1c3db60f8718fa9
20:46:25 [2022-06-04T20:46:25.048Z] #54 DONE 0.1s
20:46:25 [2022-06-04T20:46:25.048Z] 
20:46:25 [2022-06-04T20:46:25.048Z] #55 [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
20:46:25 [2022-06-04T20:46:25.048Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:46:57 [2022-06-04T20:46:57.093Z] #55 ...
20:46:57 [2022-06-04T20:46:57.093Z] 
20:46:57 [2022-06-04T20:46:57.093Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
20:46:57 [2022-06-04T20:46:57.093Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383
20:46:57 [2022-06-04T20:46:57.093Z] #60 150.9 + mkdir -p /build
20:46:57 [2022-06-04T20:46:57.353Z] #60 150.9 + cp runc /build/runc
20:46:58 [2022-06-04T20:46:58.285Z] #60 DONE 151.9s
20:46:58 [2022-06-04T20:46:58.285Z] 
20:46:58 [2022-06-04T20:46:58.285Z] #55 [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
20:46:58 [2022-06-04T20:46:58.285Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
20:46:58 [2022-06-04T20:46:58.849Z] #55 266.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
20:46:58 [2022-06-04T20:46:58.849Z] #55 DONE 267.0s
20:46:58 [2022-06-04T20:46:58.849Z] 
20:46:58 [2022-06-04T20:46:58.849Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:46:58 [2022-06-04T20:46:58.849Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:47:01 [2022-06-04T20:47:01.369Z] #64 ...
20:47:01 [2022-06-04T20:47:01.369Z] 
20:47:01 [2022-06-04T20:47:01.369Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/
20:47:01 [2022-06-04T20:47:01.369Z] #56 sha256:8571835222ab1e1f753fb9d6c249c9e0f3b771bb33c4aa354fb24032fb63d375
20:47:01 [2022-06-04T20:47:01.628Z] #56 DONE 0.5s
20:47:01 [2022-06-04T20:47:01.628Z] 
20:47:01 [2022-06-04T20:47:01.628Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:47:01 [2022-06-04T20:47:01.628Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:47:01 [2022-06-04T20:47:01.884Z] #64 ...
20:47:01 [2022-06-04T20:47:01.884Z] 
20:47:01 [2022-06-04T20:47:01.884Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt         /build/ /usr/local/bin/
20:47:01 [2022-06-04T20:47:01.884Z] #58 sha256:bd5ecdee63e318f9b94b64c6364635df01a3167a494b211d411ef9de6123e4d6
20:47:01 [2022-06-04T20:47:01.884Z] #58 DONE 0.1s
20:47:01 [2022-06-04T20:47:01.884Z] 
20:47:01 [2022-06-04T20:47:01.884Z] #61 [dev-systemd-false 22/26] COPY --from=runc          /build/ /usr/local/bin/
20:47:01 [2022-06-04T20:47:01.884Z] #61 sha256:d70635f4d5550b4fded1377e096eadb6c9ed5809d347b8b32b0d0ca6adf9653e
20:47:02 [2022-06-04T20:47:02.140Z] #61 DONE 0.3s
20:47:02 [2022-06-04T20:47:02.140Z] 
20:47:02 [2022-06-04T20:47:02.140Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
20:47:02 [2022-06-04T20:47:02.140Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001
20:47:05 [2022-06-04T20:47:05.412Z] #64 234.8 + bin/containerd
20:48:01 [2022-06-04T20:48:01.648Z] #64 285.9 # github.com/containerd/containerd/cmd/containerd
20:48:01 [2022-06-04T20:48:01.648Z] #64 285.9 /usr/bin/ld: /tmp/go-link-1624624757/000019.o: in function `New':
20:48:01 [2022-06-04T20:48:01.648Z] #64 285.9 /tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
20:48:01 [2022-06-04T20:48:01.648Z] #64 285.9 + bin/containerd-stress
20:48:01 [2022-06-04T20:48:01.648Z] #64 287.0 + bin/containerd-shim
20:48:09 [2022-06-04T20:48:09.745Z] #64 298.2 + bin/containerd-shim-runc-v1
20:48:14 [2022-06-04T20:48:14.994Z] #64 304.5 + bin/containerd-shim-runc-v2
20:48:15 [2022-06-04T20:48:15.251Z] #64 305.3 + binaries
20:48:15 [2022-06-04T20:48:15.252Z] #64 305.3 + install -D bin/containerd /build/containerd
20:48:15 [2022-06-04T20:48:15.252Z] #64 305.3 + install -D bin/containerd-shim /build/containerd-shim
20:48:15 [2022-06-04T20:48:15.508Z] #64 305.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:48:15 [2022-06-04T20:48:15.508Z] #64 305.3 + install -D bin/ctr /build/ctr
20:48:17 [2022-06-04T20:48:17.396Z] #64 DONE 306.9s
20:48:17 [2022-06-04T20:48:17.653Z] 
20:48:17 [2022-06-04T20:48:17.653Z] #65 [dev-systemd-false 23/26] COPY --from=containerd    /build/ /usr/local/bin/
20:48:17 [2022-06-04T20:48:17.653Z] #65 sha256:55414478e73dbae2d91895509861bca5cbc3c0a0690ca349260d1b4b2e39b18f
20:48:18 [2022-06-04T20:48:18.581Z] #65 DONE 0.8s
20:48:18 [2022-06-04T20:48:18.581Z] 
20:48:18 [2022-06-04T20:48:18.581Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:48:18 [2022-06-04T20:48:18.581Z] #70 sha256:995855a87343211e9edf69580cf8ca3c7c9326a2b0bcae0025cf1c5c1bb91e90
20:48:18 [2022-06-04T20:48:18.837Z] #70 DONE 0.2s
20:48:18 [2022-06-04T20:48:18.837Z] 
20:48:18 [2022-06-04T20:48:18.837Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit        /build/ /usr/local/bin/
20:48:18 [2022-06-04T20:48:18.837Z] #75 sha256:f8917f60741004fdf88a77cb15839250237751b8aaae8e039a7f8ee2a15bcd22
20:48:19 [2022-06-04T20:48:19.764Z] #75 DONE 0.9s
20:48:19 [2022-06-04T20:48:19.764Z] 
20:48:19 [2022-06-04T20:48:19.764Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:48:19 [2022-06-04T20:48:19.764Z] #76 sha256:1c3f002a8d89cc2e7e009198752a057e497dafdd2bef1c90b25ae3cb3ee97d4c
20:48:19 [2022-06-04T20:48:19.764Z] #76 DONE 0.0s
20:48:19 [2022-06-04T20:48:19.764Z] 
20:48:19 [2022-06-04T20:48:19.764Z] #77 [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
20:48:19 [2022-06-04T20:48:19.764Z] #77 sha256:2deb16967da7654e30fcba287eb147319079de0f31ebb8e643c758eb5f525dc1
20:48:20 [2022-06-04T20:48:20.326Z] #77 0.617 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
20:48:20 [2022-06-04T20:48:20.582Z] #77 0.783 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
20:48:20 [2022-06-04T20:48:20.839Z] #77 0.883 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
20:48:21 [2022-06-04T20:48:21.095Z] #77 0.959 Reading package lists...
20:48:21 [2022-06-04T20:48:21.915Z] #77 1.473 Reading package lists...
20:48:21 [2022-06-04T20:48:21.915Z] #77 1.976 Building dependency tree...
20:48:21 [2022-06-04T20:48:21.915Z] #77 2.086 Reading state information...
20:48:21 [2022-06-04T20:48:21.915Z] #77 2.202 The following additional packages will be installed:
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.203   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.204 Suggested packages:
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.204   systemd-container policykit-1
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.204 Recommended packages:
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.204   systemd-timesyncd | time-daemon libnss-systemd
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.271 The following NEW packages will be installed:
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.271   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
20:48:22 [2022-06-04T20:48:22.171Z] #77 2.272   libkmod2 libpam-systemd systemd systemd-sysv
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.539 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.539 Need to get 5817 kB of archives.
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.539 After this operation, 19.3 MB of additional disk space will be used.
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.539 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.541 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.587 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.594 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.595 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
20:48:22 [2022-06-04T20:48:22.427Z] #77 2.658 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
20:48:22 [2022-06-04T20:48:22.428Z] #77 2.666 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
20:48:22 [2022-06-04T20:48:22.428Z] #77 2.668 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
20:48:22 [2022-06-04T20:48:22.428Z] #77 2.670 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
20:48:22 [2022-06-04T20:48:22.428Z] #77 2.672 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.815 debconf: delaying package configuration, since apt-utils is not installed
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.843 Fetched 5817 kB in 0s (14.7 MB/s)
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.866 Selecting previously unselected package libargon2-1:amd64.
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.866 (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 ... 28631 files and directories currently installed.)
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.880 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.886 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.915 Selecting previously unselected package libjson-c5:amd64.
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.917 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.921 Unpacking libjson-c5:amd64 (0.15-2) ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.954 Selecting previously unselected package libcryptsetup12:amd64.
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.957 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 2.960 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 3.009 Selecting previously unselected package libkmod2:amd64.
20:48:22 [2022-06-04T20:48:22.684Z] #77 3.012 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
20:48:22 [2022-06-04T20:48:22.684Z] #77 3.015 Unpacking libkmod2:amd64 (28-1) ...
20:48:22 [2022-06-04T20:48:22.940Z] #77 3.055 Selecting previously unselected package systemd.
20:48:22 [2022-06-04T20:48:22.940Z] #77 3.058 Preparing to unpack .../systemd_247.3-7_amd64.deb ...
20:48:22 [2022-06-04T20:48:22.940Z] #77 3.091 Unpacking systemd (247.3-7) ...
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.687 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.712 Setting up libjson-c5:amd64 (0.15-2) ...
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.721 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.731 Setting up libkmod2:amd64 (28-1) ...
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.741 Setting up systemd (247.3-7) ...
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.778 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.780 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.783 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
20:48:23 [2022-06-04T20:48:23.502Z] #77 3.805 Initializing machine ID from KVM UUID.
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.207 Selecting previously unselected package systemd-sysv.
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.207 (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 ... 29442 files and directories currently installed.)
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.221 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.225 Unpacking systemd-sysv (247.3-7) ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.264 Selecting previously unselected package libdbus-1-3:amd64.
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.267 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.270 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.320 Selecting previously unselected package dbus.
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.323 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.332 Unpacking dbus (1.12.20-2) ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.383 Selecting previously unselected package libpam-systemd:amd64.
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.386 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.390 Unpacking libpam-systemd:amd64 (247.3-7) ...
20:48:24 [2022-06-04T20:48:24.063Z] #77 4.434 Selecting previously unselected package dbus-user-session.
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.437 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.440 Unpacking dbus-user-session (1.12.20-2) ...
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.501 Setting up systemd-sysv (247.3-7) ...
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.510 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.519 Setting up dbus (1.12.20-2) ...
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.621 invoke-rc.d: could not determine current runlevel
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.624 invoke-rc.d: policy-rc.d denied execution of start.
20:48:24 [2022-06-04T20:48:24.319Z] #77 4.628 Setting up libpam-systemd:amd64 (247.3-7) ...
20:48:24 [2022-06-04T20:48:24.581Z] #77 4.796 Setting up dbus-user-session (1.12.20-2) ...
20:48:24 [2022-06-04T20:48:24.581Z] #77 4.808 Processing triggers for libc-bin (2.31-13+deb11u3) ...
20:48:24 [2022-06-04T20:48:24.838Z] #77 DONE 4.9s
20:48:24 [2022-06-04T20:48:24.838Z] 
20:48:24 [2022-06-04T20:48:24.838Z] #78 [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
20:48:24 [2022-06-04T20:48:24.838Z] #78 sha256:77b4aa32a49552cdf18108386b5d825b258b54d9e96225041e212a143f101736
20:48:25 [2022-06-04T20:48:25.094Z] #78 0.468   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:48:25 [2022-06-04T20:48:25.094Z] #78 0.469                                  Dload  Upload   Total   Spent    Left  Speed
20:48:25 [2022-06-04T20:48:25.350Z] #78 0.469 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   8324      0 --:--:-- --:--:-- --:--:--  8362
20:48:25 [2022-06-04T20:48:25.350Z] #78 DONE 0.7s
20:48:25 [2022-06-04T20:48:25.350Z] 
20:48:25 [2022-06-04T20:48:25.350Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker
20:48:25 [2022-06-04T20:48:25.350Z] #79 sha256:366bb25551da411e19dbb6cbf1b952ae0cecd0becb9e436ad0eba931517512c0
20:48:26 [2022-06-04T20:48:26.280Z] #79 DONE 0.8s
20:48:26 [2022-06-04T20:48:26.280Z] 
20:48:26 [2022-06-04T20:48:26.280Z] #80 exporting to image
20:48:26 [2022-06-04T20:48:26.280Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:48:26 [2022-06-04T20:48:26.280Z] #80 exporting layers
20:48:32 [2022-06-04T20:48:32.821Z] #80 exporting layers 6.3s done
20:48:32 [2022-06-04T20:48:32.821Z] #80 writing image sha256:316aff73a1afbaa2f53728ef32fc074e8830bedd88d05f72e9a4564af3f17c18 done
20:48:32 [2022-06-04T20:48:32.821Z] #80 naming to docker.io/library/docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 done
20:48:32 [2022-06-04T20:48:32.821Z] #80 DONE 6.3s