Skip to content

Console Output

Skipping 63 KB.. Full Log
go: downloading github.com/mattn/go-runewidth v0.0.3
19:12:59 [2022-05-27T19:12:59.334Z] #36 30.21 go: downloading github.com/hashicorp/golang-lru v0.5.4
19:12:59 [2022-05-27T19:12:59.334Z] #36 30.26 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
19:13:01 [2022-05-27T19:13:01.876Z] #36 32.54 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
19:13:01 [2022-05-27T19:13:01.876Z] #36 32.75 go: downloading github.com/cilium/ebpf v0.7.0
19:13:06 [2022-05-27T19:13:06.091Z] #36 ...
19:13:06 [2022-05-27T19:13:06.091Z] 
19:13:06 [2022-05-27T19:13:06.091Z] #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
19:13:06 [2022-05-27T19:13:06.091Z] #67 sha256:fc305a309625222d09ca033f0e9598202c5ee755248097c2b1877ca4a51f9bfb
19:13:06 [2022-05-27T19:13:06.091Z] #67 26.40 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:13:06 [2022-05-27T19:13:06.350Z] #67 ...
19:13:06 [2022-05-27T19:13:06.350Z] 
19:13:06 [2022-05-27T19:13:06.350Z] #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
19:13:06 [2022-05-27T19:13:06.350Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:06 [2022-05-27T19:13:06.350Z] #51 32.44 Fetched 8539 kB in 25s (335 kB/s)
19:13:07 [2022-05-27T19:13:07.730Z] #51 32.44 Reading package lists...
19:13:07 [2022-05-27T19:13:07.730Z] #51 ...
19:13:07 [2022-05-27T19:13:07.730Z] 
19:13:07 [2022-05-27T19:13:07.730Z] #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
19:13:07 [2022-05-27T19:13:07.730Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b
19:13:08 [2022-05-27T19:13:08.769Z] #47 37.98 Updating files:  60% (1327/2177)
Updating files:  61% (1328/2177)
Updating files:  62% (1350/2177)
Updating files:  63% (1372/2177)
Updating files:  64% (1394/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating 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.
19:13:08 [2022-05-27T19:13:08.769Z] #47 39.24 + git checkout -q v2.3.0
19:13:09 [2022-05-27T19:13:09.339Z] #47 ...
19:13:09 [2022-05-27T19:13:09.339Z] 
19:13:09 [2022-05-27T19:13:09.339Z] #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
19:13:09 [2022-05-27T19:13:09.339Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:13:09 [2022-05-27T19:13:09.339Z] #14 30.08 Fetched 8535 kB in 23s (373 kB/s)
19:13:09 [2022-05-27T19:13:09.339Z] #14 30.08 Reading package lists...
19:13:09 [2022-05-27T19:13:09.599Z] #14 39.04 Reading package lists...
19:13:09 [2022-05-27T19:13:09.599Z] #14 ...
19:13:09 [2022-05-27T19:13:09.599Z] 
19:13:09 [2022-05-27T19:13:09.599Z] #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
19:13:09 [2022-05-27T19:13:09.599Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4
19:13:09 [2022-05-27T19:13:09.599Z] #42 30.34 Fetched 8535 kB in 23s (364 kB/s)
19:13:09 [2022-05-27T19:13:09.599Z] #42 30.34 Reading package lists...
19:13:09 [2022-05-27T19:13:09.599Z] #42 38.97 Reading package lists...
19:13:09 [2022-05-27T19:13:09.599Z] #42 ...
19:13:09 [2022-05-27T19:13:09.599Z] 
19:13:09 [2022-05-27T19:13:09.599Z] #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
19:13:09 [2022-05-27T19:13:09.599Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147
19:13:09 [2022-05-27T19:13:09.599Z] #62 30.90 Fetched 8535 kB in 24s (356 kB/s)
19:13:09 [2022-05-27T19:13:09.599Z] #62 30.90 Reading package lists...
19:13:10 [2022-05-27T19:13:10.262Z] #62 39.69 Reading package lists...
19:13:10 [2022-05-27T19:13:10.262Z] #62 ...
19:13:10 [2022-05-27T19:13:10.262Z] 
19:13:10 [2022-05-27T19:13:10.262Z] #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
19:13:10 [2022-05-27T19:13:10.262Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:10 [2022-05-27T19:13:10.262Z] #51 32.44 Reading package lists...
19:13:17 [2022-05-27T19:13:17.411Z] #51 41.23 Reading package lists...
19:13:17 [2022-05-27T19:13:17.411Z] #51 ...
19:13:17 [2022-05-27T19:13:17.411Z] 
19:13:17 [2022-05-27T19:13:17.412Z] #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
19:13:17 [2022-05-27T19:13:17.412Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:13:17 [2022-05-27T19:13:17.412Z] #14 39.04 Reading package lists...
19:13:19 [2022-05-27T19:13:19.956Z] #14 47.89 Building dependency tree...
19:13:22 [2022-05-27T19:13:22.496Z] #14 ...
19:13:22 [2022-05-27T19:13:22.496Z] 
19:13:22 [2022-05-27T19:13:22.496Z] #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
19:13:22 [2022-05-27T19:13:22.496Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b
19:13:22 [2022-05-27T19:13:22.496Z] #47 42.38 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:13:22 [2022-05-27T19:13:22.496Z] #47 ...
19:13:22 [2022-05-27T19:13:22.496Z] 
19:13:22 [2022-05-27T19:13:22.496Z] #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
19:13:22 [2022-05-27T19:13:22.496Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:22 [2022-05-27T19:13:22.496Z] #51 41.23 Reading package lists...
19:13:22 [2022-05-27T19:13:22.496Z] #51 49.82 Building dependency tree...
19:13:24 [2022-05-27T19:13:24.403Z] #51 ...
19:13:24 [2022-05-27T19:13:24.403Z] 
19:13:24 [2022-05-27T19:13:24.403Z] #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
19:13:24 [2022-05-27T19:13:24.403Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:13:24 [2022-05-27T19:13:24.403Z] #55 53.47 go: downloading github.com/fatih/color v1.13.0
19:13:24 [2022-05-27T19:13:24.403Z] #55 53.47 go: downloading github.com/gofrs/flock v0.8.1
19:13:24 [2022-05-27T19:13:24.403Z] #55 53.57 go: downloading github.com/spf13/cobra v1.3.0
19:13:24 [2022-05-27T19:13:24.403Z] #55 53.62 go: downloading github.com/spf13/viper v1.10.1
19:13:24 [2022-05-27T19:13:24.403Z] #55 54.03 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
19:13:24 [2022-05-27T19:13:24.403Z] #55 54.77 go: downloading github.com/mattn/go-colorable v0.1.12
19:13:24 [2022-05-27T19:13:24.403Z] #55 54.83 go: downloading github.com/mattn/go-isatty v0.0.14
19:13:24 [2022-05-27T19:13:24.403Z] #55 54.86 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
19:13:24 [2022-05-27T19:13:24.403Z] #55 54.95 go: downloading github.com/go-critic/go-critic v0.6.2
19:13:25 [2022-05-27T19:13:25.342Z] #55 56.24 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:13:25 [2022-05-27T19:13:25.601Z] #55 56.36 go: downloading github.com/hashicorp/go-multierror v1.1.1
19:13:26 [2022-05-27T19:13:26.539Z] #55 ...
19:13:26 [2022-05-27T19:13:26.539Z] 
19:13:26 [2022-05-27T19:13:26.539Z] #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
19:13:26 [2022-05-27T19:13:26.539Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15
19:13:26 [2022-05-27T19:13:26.539Z] #57 56.86 v3.0.2
19:13:26 [2022-05-27T19:13:26.539Z] #57 DONE 57.3s
19:13:26 [2022-05-27T19:13:26.539Z] 
19:13:26 [2022-05-27T19:13:26.539Z] #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
19:13:26 [2022-05-27T19:13:26.539Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.48 The following additional packages will be installed:
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.51   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.51   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.51   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.51   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.52   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.52   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.53   mingw-w64-common mingw-w64-x86-64-dev
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.54 Suggested packages:
19:13:26 [2022-05-27T19:13:26.539Z] #14 53.55   gcc-10-locales seccomp wine64
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84 The following NEW packages will be installed:
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.84   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.88   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.88   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
19:13:26 [2022-05-27T19:13:26.539Z] #14 55.88   mingw-w64-x86-64-dev
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.25 0 upgraded, 30 newly installed, 0 to remove and 5 not upgraded.
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.25 Need to get 115 MB of archives.
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.25 After this operation, 645 MB of additional disk space will be used.
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.25 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]
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.41 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]
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
19:13:26 [2022-05-27T19:13:26.539Z] #14 56.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
19:13:26 [2022-05-27T19:13:26.539Z] #14 57.20 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
19:13:26 [2022-05-27T19:13:26.798Z] #14 57.64 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]
19:13:26 [2022-05-27T19:13:26.798Z] #14 57.64 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]
19:13:27 [2022-05-27T19:13:27.058Z] #14 ...
19:13:27 [2022-05-27T19:13:27.058Z] 
19:13:27 [2022-05-27T19:13:27.058Z] #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
19:13:27 [2022-05-27T19:13:27.058Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4
19:13:27 [2022-05-27T19:13:27.058Z] #42 38.97 Reading package lists...
19:13:27 [2022-05-27T19:13:27.058Z] #42 48.01 Building dependency tree...
19:13:27 [2022-05-27T19:13:27.058Z] #42 53.79 The following additional packages will be installed:
19:13:27 [2022-05-27T19:13:27.058Z] #42 53.81   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
19:13:27 [2022-05-27T19:13:27.058Z] #42 53.83 Suggested packages:
19:13:27 [2022-05-27T19:13:27.058Z] #42 53.85   cmake-doc ninja-build lrzip
19:13:27 [2022-05-27T19:13:27.058Z] #42 53.85 Recommended packages:
19:13:27 [2022-05-27T19:13:27.058Z] #42 53.85   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.11 The following NEW packages will be installed:
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.13   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.15   vim-common xxd
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.67 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.67 Need to get 17.7 MB of archives.
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.67 After this operation, 70.7 MB of additional disk space will be used.
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.68 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 55.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 56.53 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]
19:13:27 [2022-05-27T19:13:27.058Z] #42 56.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 56.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 56.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 56.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 56.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
19:13:27 [2022-05-27T19:13:27.058Z] #42 ...
19:13:27 [2022-05-27T19:13:27.058Z] 
19:13:27 [2022-05-27T19:13:27.058Z] #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
19:13:27 [2022-05-27T19:13:27.058Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.56 The following additional packages will be installed:
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.59   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.59   python3-protobuf python3-six
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.67 Suggested packages:
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.67   python3-setuptools
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.67 Recommended packages:
19:13:27 [2022-05-27T19:13:27.058Z] #51 55.67   iproute2 | iproute
19:13:27 [2022-05-27T19:13:27.058Z] #51 56.83 The following NEW packages will be installed:
19:13:27 [2022-05-27T19:13:27.058Z] #51 56.86   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
19:13:27 [2022-05-27T19:13:27.058Z] #51 56.86   python3-protobuf python3-six
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.74 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded.
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.74 Need to get 2314 kB of archives.
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.74 After this operation, 11.1 MB of additional disk space will be used.
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 57.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #51 ...
19:13:27 [2022-05-27T19:13:27.318Z] 
19:13:27 [2022-05-27T19:13:27.318Z] #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
19:13:27 [2022-05-27T19:13:27.318Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147
19:13:27 [2022-05-27T19:13:27.318Z] #62 39.69 Reading package lists...
19:13:27 [2022-05-27T19:13:27.318Z] #62 48.47 Building dependency tree...
19:13:27 [2022-05-27T19:13:27.318Z] #62 54.31 The following additional packages will be installed:
19:13:27 [2022-05-27T19:13:27.318Z] #62 54.33   libbtrfs0
19:13:27 [2022-05-27T19:13:27.318Z] #62 54.69 The following NEW packages will be installed:
19:13:27 [2022-05-27T19:13:27.318Z] #62 54.71   libbtrfs-dev libbtrfs0
19:13:27 [2022-05-27T19:13:27.318Z] #62 55.18 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
19:13:27 [2022-05-27T19:13:27.318Z] #62 55.18 Need to get 460 kB of archives.
19:13:27 [2022-05-27T19:13:27.318Z] #62 55.18 After this operation, 1237 kB of additional disk space will be used.
19:13:27 [2022-05-27T19:13:27.318Z] #62 55.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #62 55.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
19:13:27 [2022-05-27T19:13:27.318Z] #62 56.81 debconf: delaying package configuration, since apt-utils is not installed
19:13:27 [2022-05-27T19:13:27.318Z] #62 57.48 Fetched 460 kB in 0s (1176 kB/s)
19:13:27 [2022-05-27T19:13:27.318Z] #62 57.72 Selecting previously unselected package libbtrfs0:amd64.
19:13:27 [2022-05-27T19:13:27.318Z] #62 57.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 ... 15709 files and directories currently installed.)
19:13:27 [2022-05-27T19:13:27.318Z] #62 57.86 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
19:13:27 [2022-05-27T19:13:27.318Z] #62 57.91 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
19:13:27 [2022-05-27T19:13:27.318Z] #62 58.28 Selecting previously unselected package libbtrfs-dev:amd64.
19:13:27 [2022-05-27T19:13:27.318Z] #62 58.28 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
19:13:27 [2022-05-27T19:13:27.577Z] #62 58.34 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
19:13:27 [2022-05-27T19:13:27.836Z] #62 ...
19:13:27 [2022-05-27T19:13:27.836Z] 
19:13:27 [2022-05-27T19:13:27.836Z] #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
19:13:27 [2022-05-27T19:13:27.836Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:13:27 [2022-05-27T19:13:27.836Z] #14 58.69 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]
19:13:28 [2022-05-27T19:13:28.774Z] #14 ...
19:13:28 [2022-05-27T19:13:28.774Z] 
19:13:28 [2022-05-27T19:13:28.774Z] #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
19:13:28 [2022-05-27T19:13:28.774Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147
19:13:28 [2022-05-27T19:13:28.774Z] #62 59.02 Setting up libbtrfs0:amd64 (5.10.1-2) ...
19:13:28 [2022-05-27T19:13:28.774Z] #62 59.05 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
19:13:28 [2022-05-27T19:13:28.774Z] #62 59.12 Processing triggers for libc-bin (2.31-13+deb11u3) ...
19:13:28 [2022-05-27T19:13:28.774Z] #62 DONE 59.6s
19:13:29 [2022-05-27T19:13:29.033Z] 
19:13:29 [2022-05-27T19:13:29.034Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
19:13:29 [2022-05-27T19:13:29.034Z] #63 sha256:aa4b05f10b67e52d9d739c8dbadcf89f7b2de89e9f858ad83a878b5af8e92fde
19:13:29 [2022-05-27T19:13:29.034Z] #63 DONE 0.1s
19:13:29 [2022-05-27T19:13:29.034Z] 
19:13:29 [2022-05-27T19:13:29.034Z] #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
19:13:29 [2022-05-27T19:13:29.034Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + RM_GOPATH=0
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + TMP_GOPATH=
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + : /build
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + '[' -z '' ']'
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 ++ mktemp -d
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + export GOPATH=/tmp/tmp.RwEdKANUfn
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + GOPATH=/tmp/tmp.RwEdKANUfn
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + RM_GOPATH=1
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 + case "$(go env GOARCH)" in
19:13:30 [2022-05-27T19:13:30.413Z] #64 1.651 ++ go env GOARCH
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.804 + export GO_BUILDMODE=-buildmode=pie
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.804 + GO_BUILDMODE=-buildmode=pie
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 Install containerd version v1.6.4
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 ++ dirname /install.sh
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + dir=/
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + bin=containerd
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + shift
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + '[' '!' -f //containerd.installer ']'
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + . //containerd.installer
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 ++ set -e
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 ++ : v1.6.4
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + install_containerd
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + echo 'Install containerd version v1.6.4'
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.818 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RwEdKANUfn/src/github.com/containerd/containerd
19:13:30 [2022-05-27T19:13:30.675Z] #64 1.832 Cloning into '/tmp/tmp.RwEdKANUfn/src/github.com/containerd/containerd'...
19:13:31 [2022-05-27T19:13:31.245Z] #64 ...
19:13:31 [2022-05-27T19:13:31.245Z] 
19:13:31 [2022-05-27T19:13:31.245Z] #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
19:13:31 [2022-05-27T19:13:31.245Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 NAME:
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    go-winres - A tool for embedding resources in Windows executables
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 USAGE:
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    go-winres [global options] command [command options] [arguments...]
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 COMMANDS:
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    init     Create an initial ./winres/winres.json
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    make     Make syso files for the "go build" command
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    simply   Make syso files for the "go build" command (simplified)
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    extract  Extract all resources from an executable
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    patch    Replace resources in an executable file (exe, dll)
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    help, h  Shows a list of commands or help for one command
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63 GLOBAL OPTIONS:
19:13:31 [2022-05-27T19:13:31.245Z] #40 61.63    --help, -h  show help (default: false)
19:13:31 [2022-05-27T19:13:31.245Z] #40 DONE 61.9s
19:13:31 [2022-05-27T19:13:31.245Z] 
19:13:31 [2022-05-27T19:13:31.245Z] #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
19:13:31 [2022-05-27T19:13:31.245Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:13:31 [2022-05-27T19:13:31.245Z] #55 61.52 go: downloading github.com/sirupsen/logrus v1.8.1
19:13:31 [2022-05-27T19:13:31.245Z] #55 61.52 go: downloading github.com/stretchr/testify v1.7.0
19:13:31 [2022-05-27T19:13:31.245Z] #55 61.88 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
19:13:31 [2022-05-27T19:13:31.245Z] #55 61.92 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
19:13:31 [2022-05-27T19:13:31.245Z] #55 62.03 go: downloading github.com/fsnotify/fsnotify v1.5.1
19:13:31 [2022-05-27T19:13:31.245Z] #55 62.11 go: downloading github.com/magiconair/properties v1.8.5
19:13:31 [2022-05-27T19:13:31.505Z] #55 62.22 go: downloading github.com/mitchellh/mapstructure v1.4.3
19:13:31 [2022-05-27T19:13:31.505Z] #55 62.33 go: downloading github.com/spf13/afero v1.6.0
19:13:31 [2022-05-27T19:13:31.505Z] #55 62.33 go: downloading github.com/spf13/cast v1.4.1
19:13:31 [2022-05-27T19:13:31.505Z] #55 62.37 go: downloading github.com/spf13/jwalterweatherman v1.1.0
19:13:31 [2022-05-27T19:13:31.505Z] #55 62.46 go: downloading github.com/subosito/gotenv v1.2.0
19:13:31 [2022-05-27T19:13:31.765Z] #55 62.48 go: downloading gopkg.in/ini.v1 v1.66.2
19:13:31 [2022-05-27T19:13:31.765Z] #55 62.67 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
19:13:32 [2022-05-27T19:13:32.062Z] #55 62.86 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:13:32 [2022-05-27T19:13:32.062Z] #55 62.88 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:13:32 [2022-05-27T19:13:32.062Z] #55 62.91 go: downloading github.com/go-toolsmith/astequal v1.0.1
19:13:32 [2022-05-27T19:13:32.062Z] #55 62.96 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:13:32 [2022-05-27T19:13:32.321Z] #55 62.98 go: downloading github.com/go-toolsmith/astp v1.0.0
19:13:32 [2022-05-27T19:13:32.321Z] #55 63.27 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:13:32 [2022-05-27T19:13:32.579Z] #55 63.30 go: downloading github.com/go-toolsmith/typep v1.0.2
19:13:32 [2022-05-27T19:13:32.579Z] #55 63.49 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
19:13:33 [2022-05-27T19:13:33.516Z] #55 64.35 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
19:13:33 [2022-05-27T19:13:33.775Z] #55 64.53 go: downloading github.com/hashicorp/errwrap v1.0.0
19:13:33 [2022-05-27T19:13:33.775Z] #55 64.59 go: downloading 4d63.com/gochecknoglobals v0.1.0
19:13:33 [2022-05-27T19:13:33.775Z] #55 64.74 go: downloading github.com/Antonboom/errname v0.1.5
19:13:34 [2022-05-27T19:13:34.034Z] #55 64.84 go: downloading github.com/Antonboom/nilnil v0.1.0
19:13:34 [2022-05-27T19:13:34.292Z] #55 64.90 go: downloading github.com/BurntSushi/toml v1.0.0
19:13:35 [2022-05-27T19:13:35.232Z] #55 66.02 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
19:13:35 [2022-05-27T19:13:35.232Z] #55 66.10 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
19:13:35 [2022-05-27T19:13:35.491Z] #55 66.18 go: downloading github.com/alexkohler/prealloc v1.0.0
19:13:35 [2022-05-27T19:13:35.491Z] #55 66.28 go: downloading github.com/ashanbrown/forbidigo v1.3.0
19:13:35 [2022-05-27T19:13:35.491Z] #55 66.33 go: downloading github.com/ashanbrown/makezero v1.1.0
19:13:35 [2022-05-27T19:13:35.491Z] #55 66.36 go: downloading github.com/bkielbasa/cyclop v1.2.0
19:13:35 [2022-05-27T19:13:35.491Z] #55 66.40 go: downloading github.com/blizzy78/varnamelen v0.5.0
19:13:35 [2022-05-27T19:13:35.750Z] #55 66.48 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
19:13:35 [2022-05-27T19:13:35.750Z] #55 66.55 go: downloading github.com/breml/bidichk v0.2.1
19:13:35 [2022-05-27T19:13:35.750Z] #55 66.59 go: downloading github.com/breml/errchkjson v0.2.1
19:13:36 [2022-05-27T19:13:36.010Z] #55 66.72 go: downloading github.com/butuzov/ireturn v0.1.1
19:13:36 [2022-05-27T19:13:36.010Z] #55 66.92 go: downloading github.com/charithe/durationcheck v0.0.9
19:13:36 [2022-05-27T19:13:36.269Z] #55 67.13 go: downloading github.com/daixiang0/gci v0.2.9
19:13:36 [2022-05-27T19:13:36.528Z] #55 67.19 go: downloading github.com/denis-tingajkin/go-header v0.4.2
19:13:36 [2022-05-27T19:13:36.528Z] #55 67.28 go: downloading github.com/esimonov/ifshort v1.0.4
19:13:36 [2022-05-27T19:13:36.528Z] #55 67.29 go: downloading github.com/fzipp/gocyclo v0.4.0
19:13:36 [2022-05-27T19:13:36.528Z] #55 67.35 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:13:36 [2022-05-27T19:13:36.528Z] #55 67.39 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:13:36 [2022-05-27T19:13:36.787Z] #55 67.39 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:13:36 [2022-05-27T19:13:36.787Z] #55 67.44 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:13:36 [2022-05-27T19:13:36.787Z] #55 67.62 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:13:37 [2022-05-27T19:13:37.047Z] #55 67.87 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:13:37 [2022-05-27T19:13:37.047Z] #55 67.93 go: downloading github.com/golangci/misspell v0.3.5
19:13:37 [2022-05-27T19:13:37.047Z] #55 67.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:13:37 [2022-05-27T19:13:37.306Z] #55 68.00 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
19:13:37 [2022-05-27T19:13:37.306Z] #55 68.05 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
19:13:37 [2022-05-27T19:13:37.306Z] #55 68.10 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
19:13:37 [2022-05-27T19:13:37.306Z] #55 68.15 go: downloading github.com/jgautheron/goconst v1.5.1
19:13:37 [2022-05-27T19:13:37.306Z] #55 68.18 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
19:13:37 [2022-05-27T19:13:37.565Z] #55 68.28 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
19:13:37 [2022-05-27T19:13:37.565Z] #55 68.30 go: downloading github.com/julz/importas v0.1.0
19:13:37 [2022-05-27T19:13:37.565Z] #55 68.39 go: downloading github.com/kisielk/errcheck v1.6.0
19:13:37 [2022-05-27T19:13:37.565Z] #55 68.40 go: downloading github.com/kulti/thelper v0.5.0
19:13:37 [2022-05-27T19:13:37.827Z] #55 68.50 go: downloading github.com/kunwardeep/paralleltest v1.0.3
19:13:37 [2022-05-27T19:13:37.827Z] #55 68.61 go: downloading github.com/kyoh86/exportloopref v0.1.8
19:13:37 [2022-05-27T19:13:37.827Z] #55 68.61 go: downloading github.com/ldez/gomoddirectives v0.2.2
19:13:38 [2022-05-27T19:13:38.086Z] #55 68.81 go: downloading github.com/ldez/tagliatelle v0.3.0
19:13:38 [2022-05-27T19:13:38.086Z] #55 68.85 go: downloading github.com/leonklingele/grouper v1.1.0
19:13:38 [2022-05-27T19:13:38.086Z] #55 68.87 go: downloading github.com/maratori/testpackage v1.0.1
19:13:38 [2022-05-27T19:13:38.086Z] #55 68.90 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
19:13:38 [2022-05-27T19:13:38.086Z] #55 68.96 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
19:13:38 [2022-05-27T19:13:38.086Z] #55 69.01 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
19:13:38 [2022-05-27T19:13:38.086Z] #55 ...
19:13:38 [2022-05-27T19:13:38.086Z] 
19:13:38 [2022-05-27T19:13:38.086Z] #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
19:13:38 [2022-05-27T19:13:38.086Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c
19:13:38 [2022-05-27T19:13:38.346Z] #34 68.65 Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
19:13:38 [2022-05-27T19:13:38.346Z] #34 ...
19:13:38 [2022-05-27T19:13:38.346Z] 
19:13:38 [2022-05-27T19:13:38.346Z] #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
19:13:38 [2022-05-27T19:13:38.346Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4
19:13:38 [2022-05-27T19:13:38.346Z] #42 59.30 debconf: delaying package configuration, since apt-utils is not installed
19:13:38 [2022-05-27T19:13:38.346Z] #42 59.71 Fetched 17.7 MB in 2s (8952 kB/s)
19:13:38 [2022-05-27T19:13:38.346Z] #42 59.91 Selecting previously unselected package xxd.
19:13:38 [2022-05-27T19:13:38.346Z] #42 59.91 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.28 Selecting previously unselected package vim-common.
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.28 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.35 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.98 Selecting previously unselected package cmake-data.
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.98 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 60.98 Unpacking cmake-data (3.18.4-2+deb11u1) ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 66.24 Selecting previously unselected package libicu67:amd64.
19:13:38 [2022-05-27T19:13:38.346Z] #42 66.24 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
19:13:38 [2022-05-27T19:13:38.346Z] #42 66.30 Unpacking libicu67:amd64 (67.1-7) ...
19:13:38 [2022-05-27T19:13:38.605Z] #42 ...
19:13:38 [2022-05-27T19:13:38.605Z] 
19:13:38 [2022-05-27T19:13:38.605Z] #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
19:13:38 [2022-05-27T19:13:38.605Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c
19:13:38 [2022-05-27T19:13:38.864Z] #34 68.65 Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/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.
19:13:38 [2022-05-27T19:13:38.864Z] #34 69.32 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
19:13:39 [2022-05-27T19:13:39.432Z] #34 69.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:13:39 [2022-05-27T19:13:39.691Z] #34 ...
19:13:39 [2022-05-27T19:13:39.691Z] 
19:13:39 [2022-05-27T19:13:39.691Z] #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
19:13:39 [2022-05-27T19:13:39.691Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:39 [2022-05-27T19:13:39.691Z] #51 60.33 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
19:13:39 [2022-05-27T19:13:39.691Z] #51 62.42 debconf: delaying package configuration, since apt-utils is not installed
19:13:39 [2022-05-27T19:13:39.691Z] #51 62.88 Fetched 2314 kB in 4s (634 kB/s)
19:13:39 [2022-05-27T19:13:39.691Z] #51 63.03 Selecting previously unselected package libprotobuf23:amd64.
19:13:39 [2022-05-27T19:13:39.691Z] #51 63.03 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
19:13:39 [2022-05-27T19:13:39.691Z] #51 63.11 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 63.17 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 64.67 Selecting previously unselected package python3-pkg-resources.
19:13:39 [2022-05-27T19:13:39.691Z] #51 64.67 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 64.68 Unpacking python3-pkg-resources (52.0.0-4) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 65.03 Selecting previously unselected package python3-six.
19:13:39 [2022-05-27T19:13:39.691Z] #51 65.03 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 65.04 Unpacking python3-six (1.16.0-2) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 65.21 Selecting previously unselected package python3-protobuf.
19:13:39 [2022-05-27T19:13:39.691Z] #51 65.22 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 65.22 Unpacking python3-protobuf (3.12.4-1) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.03 Selecting previously unselected package libnet1:amd64.
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.03 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.03 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.43 Selecting previously unselected package libnl-3-200:amd64.
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.43 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.44 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.90 Selecting previously unselected package libprotobuf-c1:amd64.
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.91 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 66.94 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 67.25 Selecting previously unselected package criu.
19:13:39 [2022-05-27T19:13:39.691Z] #51 67.25 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 67.26 Unpacking criu (3.17-1) ...
19:13:39 [2022-05-27T19:13:39.691Z] #51 68.50 Setting up python3-pkg-resources (52.0.0-4) ...
19:13:39 [2022-05-27T19:13:39.950Z] #51 ...
19:13:39 [2022-05-27T19:13:39.950Z] 
19:13:39 [2022-05-27T19:13:39.950Z] #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
19:13:39 [2022-05-27T19:13:39.950Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:13:39 [2022-05-27T19:13:39.950Z] #14 60.74 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]
19:13:39 [2022-05-27T19:13:39.950Z] #14 61.51 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]
19:13:39 [2022-05-27T19:13:39.950Z] #14 62.59 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]
19:13:39 [2022-05-27T19:13:39.950Z] #14 65.06 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]
19:13:39 [2022-05-27T19:13:39.950Z] #14 65.99 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]
19:13:39 [2022-05-27T19:13:39.950Z] #14 65.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 65.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 65.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.03 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]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.05 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.07 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.09 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
19:13:39 [2022-05-27T19:13:39.950Z] #14 66.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
19:13:39 [2022-05-27T19:13:39.951Z] #14 66.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
19:13:39 [2022-05-27T19:13:39.951Z] #14 66.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
19:13:39 [2022-05-27T19:13:39.951Z] #14 66.25 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
19:13:39 [2022-05-27T19:13:39.951Z] #14 67.86 debconf: delaying package configuration, since apt-utils is not installed
19:13:39 [2022-05-27T19:13:39.951Z] #14 68.19 Fetched 115 MB in 10s (11.1 MB/s)
19:13:39 [2022-05-27T19:13:39.951Z] #14 68.38 Selecting previously unselected package binutils-mingw-w64-i686.
19:13:39 [2022-05-27T19:13:39.951Z] #14 68.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
19:13:39 [2022-05-27T19:13:39.951Z] #14 68.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
19:13:39 [2022-05-27T19:13:39.951Z] #14 68.51 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
19:13:39 [2022-05-27T19:13:39.951Z] #14 ...
19:13:39 [2022-05-27T19:13:39.951Z] 
19:13:39 [2022-05-27T19:13:39.951Z] #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
19:13:39 [2022-05-27T19:13:39.951Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:13:39 [2022-05-27T19:13:39.951Z] #55 69.09 go: downloading github.com/mgechev/revive v1.1.3
19:13:39 [2022-05-27T19:13:39.951Z] #55 69.81 go: downloading github.com/moricho/tparallel v0.2.1
19:13:39 [2022-05-27T19:13:39.951Z] #55 69.83 go: downloading github.com/nakabonne/nestif v0.3.1
19:13:39 [2022-05-27T19:13:39.951Z] #55 69.87 go: downloading github.com/nishanths/exhaustive v0.7.11
19:13:39 [2022-05-27T19:13:39.951Z] #55 69.93 go: downloading github.com/nishanths/predeclared v0.2.1
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.16 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.25 go: downloading github.com/ryancurrah/gomodguard v1.2.3
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.35 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.41 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.44 go: downloading github.com/securego/gosec/v2 v2.9.6
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.77 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.81 go: downloading github.com/sivchari/containedctx v1.0.1
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.83 go: downloading github.com/sivchari/tenv v1.4.7
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.84 go: downloading github.com/sonatard/noctx v0.0.1
19:13:39 [2022-05-27T19:13:39.951Z] #55 70.88 go: downloading github.com/sourcegraph/go-diff v0.6.1
19:13:40 [2022-05-27T19:13:40.209Z] #55 70.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
19:13:40 [2022-05-27T19:13:40.209Z] #55 71.06 go: downloading github.com/sylvia7788/contextcheck v1.0.4
19:13:40 [2022-05-27T19:13:40.209Z] #55 71.12 go: downloading github.com/tdakkota/asciicheck v0.1.1
19:13:40 [2022-05-27T19:13:40.209Z] #55 71.16 go: downloading github.com/tetafro/godot v1.4.11
19:13:40 [2022-05-27T19:13:40.468Z] #55 71.16 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
19:13:40 [2022-05-27T19:13:40.468Z] #55 71.21 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
19:13:40 [2022-05-27T19:13:40.468Z] #55 71.25 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
19:13:40 [2022-05-27T19:13:40.728Z] #55 71.49 go: downloading github.com/ultraware/funlen v0.0.3
19:13:40 [2022-05-27T19:13:40.728Z] #55 71.55 go: downloading github.com/ultraware/whitespace v0.0.4
19:13:40 [2022-05-27T19:13:40.728Z] #55 71.62 go: downloading github.com/uudashr/gocognit v1.0.5
19:13:40 [2022-05-27T19:13:40.728Z] #55 71.64 go: downloading github.com/yagipy/maintidx v1.0.0
19:13:40 [2022-05-27T19:13:40.728Z] #55 71.71 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
19:13:41 [2022-05-27T19:13:41.295Z] #55 72.14 go: downloading gitlab.com/bosi/decorder v0.2.1
19:13:41 [2022-05-27T19:13:41.295Z] #55 72.23 go: downloading honnef.co/go/tools v0.2.2
19:13:43 [2022-05-27T19:13:43.200Z] #55 74.12 go: downloading mvdan.cc/gofumpt v0.2.1
19:13:43 [2022-05-27T19:13:43.200Z] #55 74.14 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:13:43 [2022-05-27T19:13:43.458Z] #55 74.31 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
19:13:43 [2022-05-27T19:13:43.458Z] #55 74.38 go: downloading github.com/davecgh/go-spew v1.1.1
19:13:43 [2022-05-27T19:13:43.458Z] #55 74.39 go: downloading github.com/pmezard/go-difflib v1.0.0
19:13:43 [2022-05-27T19:13:43.717Z] #55 74.60 go: downloading github.com/stretchr/objx v0.1.1
19:13:43 [2022-05-27T19:13:43.977Z] #55 74.73 go: downloading github.com/hashicorp/hcl v1.0.0
19:13:44 [2022-05-27T19:13:44.235Z] #55 74.92 go: downloading github.com/pelletier/go-toml v1.9.4
19:13:44 [2022-05-27T19:13:44.236Z] #55 75.01 go: downloading golang.org/x/text v0.3.7
19:13:46 [2022-05-27T19:13:46.771Z] #55 ...
19:13:46 [2022-05-27T19:13:46.771Z] 
19:13:46 [2022-05-27T19:13:46.771Z] #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
19:13:46 [2022-05-27T19:13:46.771Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4
19:13:46 [2022-05-27T19:13:46.771Z] #42 77.38 Selecting previously unselected package libxml2:amd64.
19:13:46 [2022-05-27T19:13:46.771Z] #42 77.38 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
19:13:46 [2022-05-27T19:13:46.771Z] #42 77.41 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
19:13:48 [2022-05-27T19:13:48.678Z] #42 79.27 Selecting previously unselected package libarchive13:amd64.
19:13:48 [2022-05-27T19:13:48.678Z] #42 79.27 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
19:13:48 [2022-05-27T19:13:48.678Z] #42 79.49 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
19:13:49 [2022-05-27T19:13:49.245Z] #42 79.94 Selecting previously unselected package libjsoncpp24:amd64.
19:13:49 [2022-05-27T19:13:49.245Z] #42 79.97 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
19:13:49 [2022-05-27T19:13:49.246Z] #42 79.99 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
19:13:49 [2022-05-27T19:13:49.814Z] #42 80.43 Selecting previously unselected package librhash0:amd64.
19:13:49 [2022-05-27T19:13:49.814Z] #42 80.44 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
19:13:49 [2022-05-27T19:13:49.814Z] #42 80.46 Unpacking librhash0:amd64 (1.4.1-2) ...
19:13:49 [2022-05-27T19:13:49.814Z] #42 80.69 Selecting previously unselected package libuv1:amd64.
19:13:49 [2022-05-27T19:13:49.814Z] #42 80.70 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
19:13:49 [2022-05-27T19:13:49.814Z] #42 80.70 Unpacking libuv1:amd64 (1.40.0-2) ...
19:13:50 [2022-05-27T19:13:50.073Z] #42 80.88 Selecting previously unselected package cmake.
19:13:50 [2022-05-27T19:13:50.073Z] #42 80.90 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
19:13:50 [2022-05-27T19:13:50.073Z] #42 80.92 Unpacking cmake (3.18.4-2+deb11u1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #42 ...
19:13:51 [2022-05-27T19:13:51.010Z] 
19:13:51 [2022-05-27T19:13:51.010Z] #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
19:13:51 [2022-05-27T19:13:51.010Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:51 [2022-05-27T19:13:51.010Z] #51 71.24 Setting up libprotobuf23:amd64 (3.12.4-1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 71.29 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 71.31 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 71.33 Setting up python3-six (1.16.0-2) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 73.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 73.29 Setting up python3-protobuf (3.12.4-1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 79.22 Setting up criu (3.17-1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #51 ...
19:13:51 [2022-05-27T19:13:51.010Z] 
19:13:51 [2022-05-27T19:13:51.010Z] #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
19:13:51 [2022-05-27T19:13:51.010Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:13:51 [2022-05-27T19:13:51.010Z] #14 72.47 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:13:51 [2022-05-27T19:13:51.010Z] #14 72.48 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 72.49 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 76.87 Selecting previously unselected package binutils-mingw-w64.
19:13:51 [2022-05-27T19:13:51.010Z] #14 76.89 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 76.91 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.23 Selecting previously unselected package libdevmapper1.02.1:amd64.
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.60 Selecting previously unselected package dmsetup.
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.60 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.61 Unpacking dmsetup (2:1.02.175-2.1) ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.98 Selecting previously unselected package mingw-w64-common.
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.98 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
19:13:51 [2022-05-27T19:13:51.010Z] #14 77.99 Unpacking mingw-w64-common (8.0.0-1) ...
19:13:51 [2022-05-27T19:13:51.270Z] #14 ...
19:13:51 [2022-05-27T19:13:51.270Z] 
19:13:51 [2022-05-27T19:13:51.270Z] #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
19:13:51 [2022-05-27T19:13:51.270Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9
19:13:51 [2022-05-27T19:13:51.270Z] #51 81.68 Processing triggers for libc-bin (2.31-13+deb11u3) ...
19:13:54 [2022-05-27T19:13:54.559Z] #51 DONE 84.6s
19:13:54 [2022-05-27T19:13:54.559Z] 
19:13:54 [2022-05-27T19:13:54.559Z] #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
19:13:54 [2022-05-27T19:13:54.559Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.15 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.30 go: downloading github.com/gobwas/glob v0.2.3
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.42 go: downloading github.com/kisielk/gotool v1.0.0
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.61 go: downloading github.com/gostaticanalysis/comment v1.4.2
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.67 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.68 go: downloading golang.org/x/mod v0.5.1
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.75 go: downloading github.com/ettle/strcase v0.1.1
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.82 go: downloading github.com/fatih/structtag v1.2.0
19:13:54 [2022-05-27T19:13:54.559Z] #55 83.86 go: downloading github.com/Masterminds/semver v1.5.0
19:13:54 [2022-05-27T19:13:54.559Z] #55 84.17 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
19:13:54 [2022-05-27T19:13:54.559Z] #55 84.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
19:13:54 [2022-05-27T19:13:54.559Z] #55 84.39 go: downloading github.com/prometheus/client_golang v1.7.1
19:13:54 [2022-05-27T19:13:54.559Z] #55 85.08 go: downloading github.com/prometheus/client_model v0.2.0
19:13:54 [2022-05-27T19:13:54.559Z] #55 85.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:13:54 [2022-05-27T19:13:54.559Z] #55 85.43 go: downloading github.com/google/go-cmp v0.5.6
19:13:55 [2022-05-27T19:13:55.127Z] #55 85.74 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
19:13:55 [2022-05-27T19:13:55.127Z] #55 85.74 go: downloading github.com/olekukonko/tablewriter v0.0.5
19:13:55 [2022-05-27T19:13:55.127Z] #55 85.87 go: downloading github.com/beorn7/perks v1.0.1
19:13:55 [2022-05-27T19:13:55.127Z] #55 85.87 go: downloading github.com/cespare/xxhash/v2 v2.1.2
19:13:55 [2022-05-27T19:13:55.127Z] #55 85.88 go: downloading github.com/golang/protobuf v1.5.2
19:13:55 [2022-05-27T19:13:55.127Z] #55 85.94 go: downloading github.com/cespare/xxhash v1.1.0
19:13:55 [2022-05-27T19:13:55.713Z] #55 86.41 go: downloading github.com/prometheus/common v0.10.0
19:13:55 [2022-05-27T19:13:55.713Z] #55 86.66 go: downloading github.com/prometheus/procfs v0.6.0
19:13:55 [2022-05-27T19:13:55.975Z] #55 86.82 go: downloading github.com/mattn/go-runewidth v0.0.9
19:13:56 [2022-05-27T19:13:56.235Z] #55 86.99 go: downloading google.golang.org/protobuf v1.27.1
19:13:57 [2022-05-27T19:13:57.616Z] #55 ...
19:13:57 [2022-05-27T19:13:57.616Z] 
19:13:57 [2022-05-27T19:13:57.616Z] #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
19:13:57 [2022-05-27T19:13:57.616Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4
19:13:57 [2022-05-27T19:13:57.616Z] #42 88.46 Setting up libicu67:amd64 (67.1-7) ...
19:13:57 [2022-05-27T19:13:57.616Z] #42 88.51 Setting up xxd (2:8.2.2434-3+deb11u1) ...
19:13:57 [2022-05-27T19:13:57.616Z] #42 88.52 Setting up libuv1:amd64 (1.40.0-2) ...
19:13:57 [2022-05-27T19:13:57.616Z] #42 88.53 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
19:13:57 [2022-05-27T19:13:57.616Z] #42 88.57 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
19:13:57 [2022-05-27T19:13:57.874Z] #42 88.61 Setting up librhash0:amd64 (1.4.1-2) ...
19:13:57 [2022-05-27T19:13:57.875Z] #42 88.64 Setting up cmake-data (3.18.4-2+deb11u1) ...
19:13:57 [2022-05-27T19:13:57.875Z] #42 88.80 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
19:13:57 [2022-05-27T19:13:57.875Z] #42 88.88 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
19:13:58 [2022-05-27T19:13:58.133Z] #42 88.91 Setting up cmake (3.18.4-2+deb11u1) ...
19:13:58 [2022-05-27T19:13:58.133Z] #42 88.95 Processing triggers for libc-bin (2.31-13+deb11u3) ...
19:13:59 [2022-05-27T19:13:59.073Z] #42 DONE 90.1s
19:13:59 [2022-05-27T19:13:59.073Z] 
19:13:59 [2022-05-27T19:13:59.073Z] #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
19:13:59 [2022-05-27T19:13:59.073Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:13:59 [2022-05-27T19:13:59.073Z] #55 89.32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
19:13:59 [2022-05-27T19:13:59.427Z] #55 ...
19:13:59 [2022-05-27T19:13:59.427Z] 
19:13:59 [2022-05-27T19:13:59.427Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
19:13:59 [2022-05-27T19:13:59.427Z] #43 sha256:b612bcd95cb162722715bc0954640e2f7845a7bc393cc7d7f0ab8d6ca1497504
19:13:59 [2022-05-27T19:13:59.427Z] #43 DONE 0.1s
19:13:59 [2022-05-27T19:13:59.700Z] 
19:13:59 [2022-05-27T19:13:59.700Z] #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
19:13:59 [2022-05-27T19:13:59.700Z] #44 sha256:2f1af36b5e0346bedf71a259851c3786d29494cad37fd8df04599fee91db8fc4
19:14:00 [2022-05-27T19:14:00.675Z] #44 1.438 + RM_GOPATH=0
19:14:00 [2022-05-27T19:14:00.675Z] #44 1.438 + TMP_GOPATH=
19:14:00 [2022-05-27T19:14:00.675Z] #44 1.438 + : /build
19:14:00 [2022-05-27T19:14:00.675Z] #44 1.438 + '[' -z '' ']'
19:14:00 [2022-05-27T19:14:00.675Z] #44 1.460 ++ mktemp -d
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.461 + export GOPATH=/tmp/tmp.2mtRqmAg5b
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.462 + GOPATH=/tmp/tmp.2mtRqmAg5b
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.462 + RM_GOPATH=1
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.462 + case "$(go env GOARCH)" in
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.463 ++ go env GOARCH
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.488 + export GO_BUILDMODE=-buildmode=pie
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.488 + GO_BUILDMODE=-buildmode=pie
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.489 ++ dirname /install.sh
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.490 + dir=/
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.490 + bin=tini
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.490 + shift
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.490 + '[' '!' -f //tini.installer ']'
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.491 + . //tini.installer
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.491 ++ : v0.19.0
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.491 + install_tini
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.491 + echo 'Install tini version v0.19.0'
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.492 Install tini version v0.19.0
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.492 + git clone https://github.com/krallin/tini.git /tmp/tmp.2mtRqmAg5b/tini
19:14:00 [2022-05-27T19:14:00.933Z] #44 1.493 Cloning into '/tmp/tmp.2mtRqmAg5b/tini'...
19:14:01 [2022-05-27T19:14:01.869Z] #44 2.640 + cd /tmp/tmp.2mtRqmAg5b/tini
19:14:02 [2022-05-27T19:14:02.130Z] #44 2.642 + git checkout -q v0.19.0
19:14:02 [2022-05-27T19:14:02.130Z] #44 2.669 + cmake .
19:14:02 [2022-05-27T19:14:02.701Z] #44 3.339 -- The C compiler identification is GNU 10.2.1
19:14:02 [2022-05-27T19:14:02.701Z] #44 3.387 -- Detecting C compiler ABI info
19:14:03 [2022-05-27T19:14:03.267Z] #44 ...
19:14:03 [2022-05-27T19:14:03.267Z] 
19:14:03 [2022-05-27T19:14:03.267Z] #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.7.0"      && /build/gotestsum --version
19:14:03 [2022-05-27T19:14:03.267Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61
19:14:03 [2022-05-27T19:14:03.267Z] #53 93.36 gotestsum version dev
19:14:03 [2022-05-27T19:14:03.267Z] #53 DONE 94.0s
19:14:03 [2022-05-27T19:14:03.267Z] 
19:14:03 [2022-05-27T19:14:03.267Z] #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
19:14:03 [2022-05-27T19:14:03.267Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:14:03 [2022-05-27T19:14:03.267Z] #14 87.30 Selecting previously unselected package mingw-w64-x86-64-dev.
19:14:03 [2022-05-27T19:14:03.267Z] #14 87.31 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
19:14:03 [2022-05-27T19:14:03.268Z] #14 87.32 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
19:14:03 [2022-05-27T19:14:03.526Z] #14 ...
19:14:03 [2022-05-27T19:14:03.526Z] 
19:14:03 [2022-05-27T19:14:03.526Z] #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
19:14:03 [2022-05-27T19:14:03.526Z] #44 sha256:2f1af36b5e0346bedf71a259851c3786d29494cad37fd8df04599fee91db8fc4
19:14:03 [2022-05-27T19:14:03.526Z] #44 4.040 -- Detecting C compiler ABI info - done
19:14:03 [2022-05-27T19:14:03.526Z] #44 4.235 -- Check for working C compiler: /usr/bin/cc - skipped
19:14:03 [2022-05-27T19:14:03.526Z] #44 4.235 -- Detecting C compile features
19:14:03 [2022-05-27T19:14:03.526Z] #44 4.235 -- Detecting C compile features - done
19:14:03 [2022-05-27T19:14:03.784Z] #44 4.271 -- Performing Test HAS_BUILTIN_FORTIFY
19:14:03 [2022-05-27T19:14:03.784Z] #44 4.504 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:14:04 [2022-05-27T19:14:04.042Z] #44 4.700 -- Configuring done
19:14:04 [2022-05-27T19:14:04.042Z] #44 4.749 -- Generating done
19:14:04 [2022-05-27T19:14:04.042Z] #44 4.768 -- Build files have been written to: /tmp/tmp.2mtRqmAg5b/tini
19:14:04 [2022-05-27T19:14:04.301Z] #44 4.803 + make tini-static
19:14:04 [2022-05-27T19:14:04.560Z] #44 5.323 Scanning dependencies of target tini-static
19:14:05 [2022-05-27T19:14:05.128Z] #44 5.501 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:14:06 [2022-05-27T19:14:06.510Z] #44 7.279 [100%] Linking C executable tini-static
19:14:07 [2022-05-27T19:14:07.888Z] #44 8.183 [100%] Built target tini-static
19:14:07 [2022-05-27T19:14:07.888Z] #44 8.225 + mkdir -p /build
19:14:07 [2022-05-27T19:14:07.888Z] #44 8.227 + cp tini-static /build/docker-init
19:14:07 [2022-05-27T19:14:07.888Z] #44 DONE 8.4s
19:14:07 [2022-05-27T19:14:07.888Z] 
19:14:07 [2022-05-27T19:14:07.888Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
19:14:07 [2022-05-27T19:14:07.888Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:14:07 [2022-05-27T19:14:07.888Z] #14 95.99 Selecting previously unselected package gcc-mingw-w64-base.
19:14:07 [2022-05-27T19:14:07.888Z] #14 96.00 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
19:14:07 [2022-05-27T19:14:07.888Z] #14 96.02 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
19:14:07 [2022-05-27T19:14:07.888Z] #14 96.81 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
19:14:07 [2022-05-27T19:14:07.888Z] #14 96.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
19:14:07 [2022-05-27T19:14:07.888Z] #14 96.93 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
19:14:17 [2022-05-27T19:14:17.873Z] #14 108.1 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
19:14:17 [2022-05-27T19:14:17.873Z] #14 108.1 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
19:14:17 [2022-05-27T19:14:17.873Z] #14 108.1 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:14:35 [2022-05-27T19:14:35.973Z] #14 ...
19:14:35 [2022-05-27T19:14:35.973Z] 
19:14:35 [2022-05-27T19:14:35.973Z] #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
19:14:35 [2022-05-27T19:14:35.973Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:14:36 [2022-05-27T19:14:36.752Z] #64 65.33 Updating files:  34% (1621/4766)
Updating files:  35% (1669/4766)
Updating files:  36% (1716/4766)
Updating files:  37% (1764/4766)
Updating files:  38% (1812/4766)
Updating files:  39% (1859/4766)
Updating files:  40% (1907/4766)
Updating files:  41% (1955/4766)
Updating files:  42% (2002/4766)
Updating files:  43% (2050/4766)
Updating files:  44% (2098/4766)
Updating files:  45% (2145/4766)
Updating files:  46% (2193/4766)
Updating files:  47% (2241/4766)
Updating files:  48% (2288/4766)
Updating files:  49% (2336/4766)
Updating files:  50% (2383/4766)
Updating files:  51% (2431/4766)
Updating files:  52% (2479/4766)
Updating files:  53% (2526/4766)
Updating files:  54% (2574/4766)
Updating files:  55% (2622/4766)
Updating files:  56% (2669/4766)
Updating files:  57% (2717/4766)
Updating files:  58% (2765/4766)
Updating files:  59% (2812/4766)
Updating files:  60% (2860/4766)
Updating files:  61% (2908/4766)
Updating files:  62% (2955/4766)
Updating files:  63% (3003/4766)
Updating files:  64% (3051/4766)
Updating files:  65% (3098/4766)
Updating files:  65% (3124/4766)
Updating files:  66% (3146/4766)
Updating files:  67% (3194/4766)
Updating files:  68% (3241/4766)
Updating files:  69% (3289/4766)
Updating files:  70% (3337/4766)
Updating files:  71% (3384/4766)
Updating files:  72% (3432/4766)
Updating files:  73% (3480/4766)
Updating files:  74% (3527/4766)
Updating files:  75% (3575/4766)
Updating files:  76% (3623/4766)
Updating files:  77% (3670/4766)
Updating files:  78% (3718/4766)
Updating files:  79% (3766/4766)
Updating files:  80% (3813/4766)
Updating files:  81% (3861/4766)
Updating files:  82% (3909/4766)
Updating files:  83% (3956/4766)
Updating files:  84% (4004/4766)
Updating files:  85% (4052/4766)
Updating files:  86% (4099/4766)
Updating files:  87% (4147/4766)
Updating files:  88% (4195/4766)
Updating files:  89% (4242/4766)
Updating files:  90% (4290/4766)
Updating files:  90% (4316/4766)
Updating files:  91% (4338/4766)
Updating files:  92% (4385/4766)
Updating files:  93% (4433/4766)
Updating files:  94% (4481/4766)
Updating files:  95% (4528/4766)
Updating files:  96% (4576/4766)
Updating files:  97% (4624/4766)
Updating files:  98% (4671/4766)
Updating files:  99% (4719/4766)
Updating files: 100% (4766/4766)
Updating files: 100% (4766/4766), done.
19:14:36 [2022-05-27T19:14:36.752Z] #64 67.85 + cd /tmp/tmp.RwEdKANUfn/src/github.com/containerd/containerd
19:14:36 [2022-05-27T19:14:36.752Z] #64 67.85 + git checkout -q v1.6.4
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + export 'BUILDTAGS=netgo osusergo static_build'
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + BUILDTAGS='netgo osusergo static_build'
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + export EXTRA_FLAGS=-buildmode=pie
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + EXTRA_FLAGS=-buildmode=pie
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + '[' '' = dynamic ']'
19:14:39 [2022-05-27T19:14:39.292Z] #64 69.95 + make
19:14:41 [2022-05-27T19:14:41.197Z] #64 72.19 + bin/ctr
19:14:51 [2022-05-27T19:14:51.182Z] #64 ...
19:14:51 [2022-05-27T19:14:51.183Z] 
19:14:51 [2022-05-27T19:14:51.183Z] #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
19:14:51 [2022-05-27T19:14:51.183Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:14:51 [2022-05-27T19:14:51.183Z] #14 130.4 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
19:14:51 [2022-05-27T19:14:51.183Z] #14 130.4 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
19:14:51 [2022-05-27T19:14:51.183Z] #14 130.4 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:14:51 [2022-05-27T19:14:51.183Z] #14 140.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
19:14:51 [2022-05-27T19:14:51.183Z] #14 140.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
19:14:51 [2022-05-27T19:14:51.183Z] #14 140.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
19:15:01 [2022-05-27T19:15:01.166Z] #14 151.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
19:15:01 [2022-05-27T19:15:01.166Z] #14 151.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
19:15:01 [2022-05-27T19:15:01.166Z] #14 151.0 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:15:23 [2022-05-27T19:15:23.112Z] #14 172.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
19:15:23 [2022-05-27T19:15:23.113Z] #14 172.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
19:15:23 [2022-05-27T19:15:23.113Z] #14 172.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:15:23 [2022-05-27T19:15:23.113Z] #14 ...
19:15:23 [2022-05-27T19:15:23.113Z] 
19:15:23 [2022-05-27T19:15:23.113Z] #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
19:15:23 [2022-05-27T19:15:23.113Z] #67 sha256:fc305a309625222d09ca033f0e9598202c5ee755248097c2b1877ca4a51f9bfb
19:15:23 [2022-05-27T19:15:23.113Z] #67 172.0 + for f in rootlesskit rootlesskit-docker-proxy
19:15:23 [2022-05-27T19:15:23.113Z] #67 172.0 + GOBIN=/build
19:15:23 [2022-05-27T19:15:23.113Z] #67 172.0 + GO111MODULE=on
19:15:23 [2022-05-27T19:15:23.113Z] #67 172.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
19:15:29 [2022-05-27T19:15:29.681Z] #67 ...
19:15:29 [2022-05-27T19:15:29.681Z] 
19:15:29 [2022-05-27T19:15:29.681Z] #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
19:15:29 [2022-05-27T19:15:29.681Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:15:29 [2022-05-27T19:15:29.681Z] #14 180.4 Selecting previously unselected package g++-mingw-w64-x86-64.
19:15:29 [2022-05-27T19:15:29.681Z] #14 180.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
19:15:29 [2022-05-27T19:15:29.681Z] #14 180.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
19:15:29 [2022-05-27T19:15:29.940Z] #14 180.8 Selecting previously unselected package libapparmor1:amd64.
19:15:29 [2022-05-27T19:15:29.940Z] #14 180.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
19:15:29 [2022-05-27T19:15:29.940Z] #14 180.8 Unpacking libapparmor1:amd64 (2.13.6-10) ...
19:15:30 [2022-05-27T19:15:30.199Z] #14 180.9 Selecting previously unselected package libapparmor-dev:amd64.
19:15:30 [2022-05-27T19:15:30.199Z] #14 180.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
19:15:30 [2022-05-27T19:15:30.199Z] #14 180.9 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
19:15:30 [2022-05-27T19:15:30.199Z] #14 181.0 Selecting previously unselected package libbtrfs0:amd64.
19:15:30 [2022-05-27T19:15:30.199Z] #14 181.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
19:15:30 [2022-05-27T19:15:30.199Z] #14 181.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
19:15:30 [2022-05-27T19:15:30.494Z] #14 181.2 Selecting previously unselected package libbtrfs-dev:amd64.
19:15:30 [2022-05-27T19:15:30.494Z] #14 181.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
19:15:30 [2022-05-27T19:15:30.494Z] #14 181.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
19:15:30 [2022-05-27T19:15:30.767Z] #14 ...
19:15:30 [2022-05-27T19:15:30.767Z] 
19:15:30 [2022-05-27T19:15:30.767Z] #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
19:15:30 [2022-05-27T19:15:30.767Z] #67 sha256:fc305a309625222d09ca033f0e9598202c5ee755248097c2b1877ca4a51f9bfb
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7 rootlesskit version 1.0.0
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7 Usage of /build/rootlesskit-docker-proxy:
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7   -container-ip string
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7     	container ip
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7   -container-port int
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7     	container port (default -1)
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7   -host-ip string
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7     	host ip
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7   -host-port int
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7     	host port (default -1)
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7   -proto string
19:15:30 [2022-05-27T19:15:30.767Z] #67 180.7     	proxy protocol (default "tcp")
19:15:30 [2022-05-27T19:15:30.767Z] #67 DONE 181.1s
19:15:30 [2022-05-27T19:15:30.767Z] 
19:15:30 [2022-05-27T19:15:30.767Z] #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
19:15:30 [2022-05-27T19:15:30.767Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:15:30 [2022-05-27T19:15:30.767Z] #14 181.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
19:15:30 [2022-05-27T19:15:30.767Z] #14 181.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
19:15:30 [2022-05-27T19:15:30.767Z] #14 181.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
19:15:30 [2022-05-27T19:15:30.767Z] #14 181.7 Selecting previously unselected package libudev-dev:amd64.
19:15:31 [2022-05-27T19:15:31.065Z] #14 ...
19:15:31 [2022-05-27T19:15:31.065Z] 
19:15:31 [2022-05-27T19:15:31.065Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
19:15:31 [2022-05-27T19:15:31.065Z] #68 sha256:2d50d95f0056980ad735ed79f3f14c55e8408ab38fc23f0f0b007fb4725a16f3
19:15:31 [2022-05-27T19:15:31.065Z] #68 DONE 0.1s
19:15:31 [2022-05-27T19:15:31.065Z] 
19:15:31 [2022-05-27T19:15:31.065Z] #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
19:15:31 [2022-05-27T19:15:31.065Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:15:31 [2022-05-27T19:15:31.065Z] #14 181.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
19:15:31 [2022-05-27T19:15:31.065Z] #14 181.7 Unpacking libudev-dev:amd64 (247.3-7) ...
19:15:31 [2022-05-27T19:15:31.065Z] #14 ...
19:15:31 [2022-05-27T19:15:31.065Z] 
19:15:31 [2022-05-27T19:15:31.065Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:15:31 [2022-05-27T19:15:31.065Z] #69 sha256:d43ddc501a08a9f6ef8fa75177b13704994209a528339f44f02e7e4511394c4e
19:15:31 [2022-05-27T19:15:31.065Z] #69 DONE 0.1s
19:15:31 [2022-05-27T19:15:31.065Z] 
19:15:31 [2022-05-27T19:15:31.065Z] #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
19:15:31 [2022-05-27T19:15:31.065Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227
19:15:31 [2022-05-27T19:15:31.065Z] #14 181.9 Selecting previously unselected package libsepol1-dev:amd64.
19:15:31 [2022-05-27T19:15:31.065Z] #14 181.9 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
19:15:31 [2022-05-27T19:15:31.065Z] #14 181.9 Unpacking libsepol1-dev:amd64 (3.1-1) ...
19:15:31 [2022-05-27T19:15:31.354Z] #14 182.3 Selecting previously unselected package libpcre2-16-0:amd64.
19:15:31 [2022-05-27T19:15:31.633Z] #14 182.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
19:15:31 [2022-05-27T19:15:31.633Z] #14 182.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
19:15:31 [2022-05-27T19:15:31.633Z] #14 182.5 Selecting previously unselected package libpcre2-32-0:amd64.
19:15:31 [2022-05-27T19:15:31.633Z] #14 182.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
19:15:31 [2022-05-27T19:15:31.633Z] #14 182.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
19:15:31 [2022-05-27T19:15:31.895Z] #14 182.7 Selecting previously unselected package libpcre2-posix2:amd64.
19:15:31 [2022-05-27T19:15:31.895Z] #14 182.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
19:15:31 [2022-05-27T19:15:31.895Z] #14 182.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
19:15:32 [2022-05-27T19:15:32.154Z] #14 182.8 Selecting previously unselected package libpcre2-dev:amd64.
19:15:32 [2022-05-27T19:15:32.154Z] #14 182.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
19:15:32 [2022-05-27T19:15:32.154Z] #14 182.8 Unpacking libpcre2-dev:amd64 (10.36-2) ...
19:15:32 [2022-05-27T19:15:32.723Z] #14 183.5 Selecting previously unselected package libselinux1-dev:amd64.
19:15:32 [2022-05-27T19:15:32.723Z] #14 183.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
19:15:32 [2022-05-27T19:15:32.723Z] #14 183.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.0 Selecting previously unselected package libdevmapper-dev:amd64.
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.1 Selecting previously unselected package libseccomp-dev:amd64.
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.3 Selecting previously unselected package libsystemd-dev:amd64.
19:15:33 [2022-05-27T19:15:33.292Z] #14 184.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
19:15:33 [2022-05-27T19:15:33.552Z] #14 184.3 Unpacking libsystemd-dev:amd64 (247.3-7) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.1 Setting up libapparmor1:amd64 (2.13.6-10) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.1 Setting up libsepol1-dev:amd64 (3.1-1) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.1 Setting up libpcre2-16-0:amd64 (10.36-2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.2 Setting up libbtrfs0:amd64 (5.10.1-2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.2 Setting up libpcre2-32-0:amd64 (10.36-2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.2 Setting up libudev-dev:amd64 (247.3-7) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.2 Setting up libpcre2-posix2:amd64 (10.36-2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up mingw-w64-common (8.0.0-1) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up libsystemd-dev:amd64 (247.3-7) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up libpcre2-dev:amd64 (10.36-2) ...
19:15:34 [2022-05-27T19:15:34.381Z] #14 185.3 Setting up libselinux1-dev:amd64 (3.1-3) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 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
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 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
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 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
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.5 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.5 Setting up dmsetup (2:1.02.175-2.1) ...
19:15:34 [2022-05-27T19:15:34.641Z] #14 185.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
19:15:34 [2022-05-27T19:15:34.901Z] #14 185.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
19:15:34 [2022-05-27T19:15:34.901Z] #14 185.7 Processing triggers for libc-bin (2.31-13+deb11u3) ...
19:15:35 [2022-05-27T19:15:35.840Z] #14 DONE 186.4s
19:15:35 [2022-05-27T19:15:35.840Z] 
19:15:35 [2022-05-27T19:15:35.840Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
19:15:35 [2022-05-27T19:15:35.840Z] #59 sha256:ad5410d3a216933d2551750d979f7170e18a75e8ae8571e678828c889cc7f073
19:15:35 [2022-05-27T19:15:35.840Z] #59 DONE 0.3s
19:15:35 [2022-05-27T19:15:35.840Z] 
19:15:35 [2022-05-27T19:15:35.840Z] #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
19:15:35 [2022-05-27T19:15:35.840Z] #60 sha256:7e2a460a91f640d943f2a6bcb94299ee26de285c7daac0c42ef6d5f94c9e4533
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.919 + RM_GOPATH=0
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.919 + TMP_GOPATH=
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.919 + : /build
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.919 + '[' -z '' ']'
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.919 ++ mktemp -d
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.927 + export GOPATH=/tmp/tmp.xQkTkfqEfh
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.927 + GOPATH=/tmp/tmp.xQkTkfqEfh
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.927 + RM_GOPATH=1
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.927 + case "$(go env GOARCH)" in
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.927 ++ go env GOARCH
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.970 + export GO_BUILDMODE=-buildmode=pie
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.970 + GO_BUILDMODE=-buildmode=pie
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.970 ++ dirname /install.sh
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 + dir=/
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 + bin=runc
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 + shift
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 + '[' '!' -f //runc.installer ']'
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 + . //runc.installer
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 ++ set -e
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.972 ++ : v1.1.2
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.975 + install_runc
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.975 Install runc version v1.1.2 (build tags: seccomp)
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.975 + RUNC_BUILDTAGS=seccomp
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.975 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.975 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xQkTkfqEfh/src/github.com/opencontainers/runc
19:15:38 [2022-05-27T19:15:38.370Z] #60 1.987 Cloning into '/tmp/tmp.xQkTkfqEfh/src/github.com/opencontainers/runc'...
19:15:38 [2022-05-27T19:15:38.370Z] #60 ...
19:15:38 [2022-05-27T19:15:38.370Z] 
19:15:38 [2022-05-27T19:15:38.370Z] #15 [dev-systemd-false  1/26] RUN groupadd -r docker
19:15:38 [2022-05-27T19:15:38.371Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae
19:15:38 [2022-05-27T19:15:38.371Z] #15 DONE 2.5s
19:15:38 [2022-05-27T19:15:38.371Z] 
19:15:38 [2022-05-27T19:15:38.371Z] #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
19:15:38 [2022-05-27T19:15:38.371Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2
19:15:39 [2022-05-27T19:15:39.746Z] #16 DONE 1.7s
19:15:39 [2022-05-27T19:15:39.746Z] 
19:15:39 [2022-05-27T19:15:39.746Z] #17 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:15:39 [2022-05-27T19:15:39.746Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc
19:15:41 [2022-05-27T19:15:41.156Z] #17 1.103 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:15:41 [2022-05-27T19:15:41.156Z] #17 DONE 1.2s
19:15:41 [2022-05-27T19:15:41.156Z] 
19:15:41 [2022-05-27T19:15:41.156Z] #18 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:15:41 [2022-05-27T19:15:41.156Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456
19:15:42 [2022-05-27T19:15:42.542Z] #18 DONE 1.5s
19:15:42 [2022-05-27T19:15:42.542Z] 
19:15:42 [2022-05-27T19:15:42.542Z] #19 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:15:42 [2022-05-27T19:15:42.542Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21
19:15:44 [2022-05-27T19:15:44.480Z] #19 DONE 1.6s
19:15:44 [2022-05-27T19:15:44.480Z] 
19:15:44 [2022-05-27T19:15:44.480Z] #20 [dev-systemd-false  6/26] RUN ldconfig
19:15:44 [2022-05-27T19:15:44.480Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f
19:15:45 [2022-05-27T19:15:45.418Z] #20 DONE 1.3s
19:15:45 [2022-05-27T19:15:45.418Z] 
19:15:45 [2022-05-27T19:15:45.418Z] #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
19:15:45 [2022-05-27T19:15:45.418Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:15:45 [2022-05-27T19:15:45.418Z] #55 ...
19:15:45 [2022-05-27T19:15:45.418Z] 
19:15:45 [2022-05-27T19:15:45.418Z] #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
19:15:45 [2022-05-27T19:15:45.418Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0
19:15:47 [2022-05-27T19:15:47.951Z] #21 2.018 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
19:15:47 [2022-05-27T19:15:47.951Z] #21 2.032 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
19:15:47 [2022-05-27T19:15:47.951Z] #21 2.047 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
19:15:48 [2022-05-27T19:15:48.210Z] #21 2.766 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
19:15:49 [2022-05-27T19:15:49.599Z] #21 4.320 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [151 kB]
19:15:50 [2022-05-27T19:15:50.979Z] #21 5.502 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
19:15:51 [2022-05-27T19:15:51.238Z] #21 ...
19:15:51 [2022-05-27T19:15:51.238Z] 
19:15:51 [2022-05-27T19:15:51.238Z] #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
19:15:51 [2022-05-27T19:15:51.238Z] #60 sha256:7e2a460a91f640d943f2a6bcb94299ee26de285c7daac0c42ef6d5f94c9e4533
19:15:51 [2022-05-27T19:15:51.238Z] #60 15.36 + cd /tmp/tmp.xQkTkfqEfh/src/github.com/opencontainers/runc
19:15:51 [2022-05-27T19:15:51.238Z] #60 15.36 + git checkout -q v1.1.2
19:15:51 [2022-05-27T19:15:51.803Z] #60 15.70 + '[' -z '' ']'
19:15:51 [2022-05-27T19:15:51.803Z] #60 15.70 + target=static
19:15:51 [2022-05-27T19:15:51.803Z] #60 15.70 + make BUILDTAGS=seccomp static
19:15:52 [2022-05-27T19:15:52.061Z] #60 16.19 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 .
19:16:02 [2022-05-27T19:16:02.049Z] #60 ...
19:16:02 [2022-05-27T19:16:02.049Z] 
19:16:02 [2022-05-27T19:16:02.049Z] #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
19:16:02 [2022-05-27T19:16:02.049Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0
19:16:02 [2022-05-27T19:16:02.049Z] #21 9.362 Fetched 8535 kB in 8s (1083 kB/s)
19:16:02 [2022-05-27T19:16:02.049Z] #21 9.362 Reading package lists...
19:16:02 [2022-05-27T19:16:02.049Z] #21 12.37 Reading package lists...
19:16:03 [2022-05-27T19:16:03.010Z] #21 16.43 Building dependency tree...
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.23 The following additional packages will be installed:
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.23   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.23   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.23   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.23   python3-pkg-resources vim-runtime xxd
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.24 Suggested packages:
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.25   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.25   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.25   acl attr quota
19:16:03 [2022-05-27T19:16:03.947Z] #21 18.25 Recommended packages:
19:16:03 [2022-05-27T19:16:03.948Z] #21 18.25   libatm1 nftables libpam-cap build-essential python3-dev unzip
19:16:04 [2022-05-27T19:16:04.208Z] #21 ...
19:16:04 [2022-05-27T19:16:04.208Z] 
19:16:04 [2022-05-27T19:16:04.208Z] #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
19:16:04 [2022-05-27T19:16:04.208Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c
19:16:04 [2022-05-27T19:16:04.208Z] #34 DONE 214.9s
19:16:04 [2022-05-27T19:16:04.468Z] 
19:16:04 [2022-05-27T19:16:04.468Z] #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
19:16:04 [2022-05-27T19:16:04.468Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b
19:16:05 [2022-05-27T19:16:05.037Z] #47 ...
19:16:05 [2022-05-27T19:16:05.037Z] 
19:16:05 [2022-05-27T19:16:05.037Z] #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
19:16:05 [2022-05-27T19:16:05.037Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Delve is a source level debugger for Go programs.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Delve enables you to interact with your program by controlling the execution of the process,
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Pass flags to the program you are debugging using `--`, for example:
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 `dlv exec ./hello -- server --config conf/config.toml`
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Usage:
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   dlv [command]
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Available Commands:
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   attach      Attach to running process and begin debugging.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   connect     Connect to a headless debug server with a terminal client.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   core        Examine a core dump.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   debug       Compile and begin debugging main package in current directory, or the package specified.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   exec        Execute a precompiled binary, and begin a debug session.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   help        Help about any command
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   run         Deprecated command. Use 'debug' instead.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   test        Compile test binary and begin debugging program.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   trace       Compile and begin tracing program.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   version     Prints version.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Flags:
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --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)
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --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)
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --disable-aslr                     Disables address space randomization
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   -h, --help                             help for dlv
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --init string                      Init file, executed by the terminal client.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --log                              Enable debugging server logging.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8       --wd string                        Working directory for running the program.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Additional help topics:
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   dlv backend  Help about the --backend flag.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   dlv log      Help about logging flags.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8   dlv redirect Help about file redirection.
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 
19:16:05 [2022-05-27T19:16:05.037Z] #36 215.8 Use "dlv [command] --help" for more information about a command.
19:16:05 [2022-05-27T19:16:05.297Z] #36 DONE 216.1s
19:16:05 [2022-05-27T19:16:05.297Z] 
19:16:05 [2022-05-27T19:16:05.297Z] #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
19:16:05 [2022-05-27T19:16:05.297Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0
19:16:05 [2022-05-27T19:16:05.297Z] #21 19.94 The following NEW packages will be installed:
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.95   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.95   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.95   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.95   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.95   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.95   python3-pkg-resources python3-setuptools python3-wheel sudo
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.96   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:16:05 [2022-05-27T19:16:05.558Z] #21 19.96   xz-utils zip zstd
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 Need to get 27.6 MB of archives.
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 After this operation, 106 MB of additional disk space will be used.
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.44 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
19:16:05 [2022-05-27T19:16:05.817Z] #21 20.46 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
19:16:05 [2022-05-27T19:16:05.818Z] #21 20.47 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]
19:16:06 [2022-05-27T19:16:06.076Z] #21 20.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
19:16:06 [2022-05-27T19:16:06.076Z] #21 20.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
19:16:06 [2022-05-27T19:16:06.076Z] #21 20.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
19:16:06 [2022-05-27T19:16:06.076Z] #21 20.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.55 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.55 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.59 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.59 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
19:16:06 [2022-05-27T19:16:06.077Z] #21 20.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
19:16:06 [2022-05-27T19:16:06.336Z] #21 21.03 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.04 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.05 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.05 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.06 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.07 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.16 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.16 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.17 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.18 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.20 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.20 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.22 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
19:16:06 [2022-05-27T19:16:06.600Z] #21 21.27 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
19:16:06 [2022-05-27T19:16:06.859Z] #21 21.29 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
19:16:06 [2022-05-27T19:16:06.859Z] #21 21.33 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
19:16:06 [2022-05-27T19:16:06.859Z] #21 21.48 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
19:16:06 [2022-05-27T19:16:06.859Z] #21 21.51 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
19:16:06 [2022-05-27T19:16:06.859Z] #21 21.52 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
19:16:07 [2022-05-27T19:16:07.119Z] #21 21.52 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
19:16:07 [2022-05-27T19:16:07.377Z] #21 21.98 debconf: delaying package configuration, since apt-utils is not installed
19:16:07 [2022-05-27T19:16:07.377Z] #21 22.08 Fetched 27.6 MB in 2s (17.7 MB/s)
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.14 Selecting previously unselected package pigz.
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.18 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.18 Unpacking pigz (2.6-1) ...
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.27 Selecting previously unselected package libelf1:amd64.
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.27 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
19:16:07 [2022-05-27T19:16:07.636Z] #21 22.28 Unpacking libelf1:amd64 (0.183-1) ...
19:16:07 [2022-05-27T19:16:07.895Z] #21 22.41 Selecting previously unselected package libbpf0:amd64.
19:16:07 [2022-05-27T19:16:07.895Z] #21 22.41 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
19:16:07 [2022-05-27T19:16:07.895Z] #21 22.42 Unpacking libbpf0:amd64 (1:0.3-2) ...
19:16:07 [2022-05-27T19:16:07.895Z] #21 22.53 Selecting previously unselected package libcap2:amd64.
19:16:07 [2022-05-27T19:16:07.895Z] #21 22.53 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
19:16:07 [2022-05-27T19:16:07.895Z] #21 22.54 Unpacking libcap2:amd64 (1:2.44-1) ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.60 Selecting previously unselected package libmnl0:amd64.
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.60 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.61 Unpacking libmnl0:amd64 (1.0.4-3) ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.66 Selecting previously unselected package libxtables12:amd64.
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.66 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.67 Unpacking libxtables12:amd64 (1.8.7-1) ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.73 Selecting previously unselected package libcap2-bin.
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.75 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.75 Unpacking libcap2-bin (1:2.44-1) ...
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.83 Selecting previously unselected package iproute2.
19:16:08 [2022-05-27T19:16:08.154Z] #21 22.84 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
19:16:08 [2022-05-27T19:16:08.413Z] #21 22.85 Unpacking iproute2 (5.10.0-4) ...
19:16:08 [2022-05-27T19:16:08.673Z] #21 23.26 Selecting previously unselected package xxd.
19:16:08 [2022-05-27T19:16:08.673Z] #21 23.27 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
19:16:08 [2022-05-27T19:16:08.673Z] #21 23.28 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
19:16:08 [2022-05-27T19:16:08.673Z] #21 23.39 Selecting previously unselected package vim-common.
19:16:08 [2022-05-27T19:16:08.933Z] #21 23.40 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
19:16:08 [2022-05-27T19:16:08.933Z] #21 23.42 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
19:16:09 [2022-05-27T19:16:09.192Z] #21 23.56 Selecting previously unselected package bash-completion.
19:16:09 [2022-05-27T19:16:09.192Z] #21 23.57 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
19:16:11 [2022-05-27T19:16:11.097Z] #21 25.33 Unpacking bash-completion (1:2.11-2) ...
19:16:11 [2022-05-27T19:16:11.097Z] #21 25.73 Selecting previously unselected package bzip2.
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.74 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.74 Unpacking bzip2 (1.0.8-4) ...
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.81 Selecting previously unselected package xz-utils.
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.82 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.83 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.98 Selecting previously unselected package apparmor.
19:16:11 [2022-05-27T19:16:11.357Z] #21 25.98 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
19:16:11 [2022-05-27T19:16:11.616Z] #21 26.04 Unpacking apparmor (2.13.6-10) ...
19:16:11 [2022-05-27T19:16:11.875Z] #21 26.42 Selecting previously unselected package inetutils-ping.
19:16:11 [2022-05-27T19:16:11.875Z] #21 26.42 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
19:16:11 [2022-05-27T19:16:11.875Z] #21 26.43 Unpacking inetutils-ping (2:2.0-1) ...
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.53 Selecting previously unselected package libip4tc2:amd64.
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.55 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.56 Unpacking libip4tc2:amd64 (1.8.7-1) ...
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.63 Selecting previously unselected package libip6tc2:amd64.
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.64 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.65 Unpacking libip6tc2:amd64 (1.8.7-1) ...
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.71 Selecting previously unselected package libnfnetlink0:amd64.
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.72 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.135Z] #21 26.72 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:16:12 [2022-05-27T19:16:12.394Z] #21 26.78 Selecting previously unselected package libnetfilter-conntrack3:amd64.
19:16:12 [2022-05-27T19:16:12.394Z] #21 26.79 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.394Z] #21 26.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
19:16:12 [2022-05-27T19:16:12.394Z] #21 26.88 Selecting previously unselected package libnftnl11:amd64.
19:16:12 [2022-05-27T19:16:12.394Z] #21 26.89 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.394Z] #21 26.90 Unpacking libnftnl11:amd64 (1.1.9-1) ...
19:16:12 [2022-05-27T19:16:12.655Z] #21 27.00 Selecting previously unselected package iptables.
19:16:12 [2022-05-27T19:16:12.655Z] #21 27.01 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.655Z] #21 27.02 Unpacking iptables (1.8.7-1) ...
19:16:12 [2022-05-27T19:16:12.917Z] #21 27.32 Selecting previously unselected package libonig5:amd64.
19:16:12 [2022-05-27T19:16:12.917Z] #21 27.32 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.917Z] #21 27.34 Unpacking libonig5:amd64 (6.9.6-1.1) ...
19:16:12 [2022-05-27T19:16:12.917Z] #21 27.49 Selecting previously unselected package libjq1:amd64.
19:16:12 [2022-05-27T19:16:12.917Z] #21 27.51 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
19:16:12 [2022-05-27T19:16:12.917Z] #21 27.52 Unpacking libjq1:amd64 (1.6-2.1) ...
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.63 Selecting previously unselected package jq.
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.63 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.64 Unpacking jq (1.6-2.1) ...
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.73 Selecting previously unselected package libaio1:amd64.
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.74 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.74 Unpacking libaio1:amd64 (0.3.112-9) ...
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.80 Selecting previously unselected package libgpm2:amd64.
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.82 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
19:16:13 [2022-05-27T19:16:13.176Z] #21 27.82 Unpacking libgpm2:amd64 (1.20.7-8) ...
19:16:13 [2022-05-27T19:16:13.436Z] #21 27.92 Selecting previously unselected package libicu67:amd64.
19:16:13 [2022-05-27T19:16:13.436Z] #21 27.92 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
19:16:13 [2022-05-27T19:16:13.436Z] #21 27.92 Unpacking libicu67:amd64 (67.1-7) ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.02 Selecting previously unselected package libinih1:amd64.
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.02 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.03 Unpacking libinih1:amd64 (53-1+b2) ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.08 Selecting previously unselected package libnet1:amd64.
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.09 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.18 Selecting previously unselected package libnl-3-200:amd64.
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.18 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.19 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.28 Selecting previously unselected package libprotobuf-c1:amd64.
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.29 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.29 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.34 Selecting previously unselected package net-tools.
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.36 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
19:16:16 [2022-05-27T19:16:16.727Z] #21 31.37 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
19:16:16 [2022-05-27T19:16:16.986Z] #21 31.55 Selecting previously unselected package patch.
19:16:16 [2022-05-27T19:16:16.986Z] #21 31.55 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
19:16:16 [2022-05-27T19:16:16.986Z] #21 31.56 Unpacking patch (2.7.6-7) ...
19:16:17 [2022-05-27T19:16:17.245Z] #21 31.66 Selecting previously unselected package python-pip-whl.
19:16:17 [2022-05-27T19:16:17.245Z] #21 31.67 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
19:16:17 [2022-05-27T19:16:17.245Z] #21 31.69 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
19:16:17 [2022-05-27T19:16:17.845Z] #21 32.19 Selecting previously unselected package python3-lib2to3.
19:16:17 [2022-05-27T19:16:17.845Z] #21 32.19 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
19:16:17 [2022-05-27T19:16:17.845Z] #21 32.20 Unpacking python3-lib2to3 (3.9.2-1) ...
19:16:17 [2022-05-27T19:16:17.845Z] #21 32.29 Selecting previously unselected package python3-distutils.
19:16:17 [2022-05-27T19:16:17.845Z] #21 32.30 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
19:16:17 [2022-05-27T19:16:17.845Z] #21 32.31 Unpacking python3-distutils (3.9.2-1) ...
19:16:18 [2022-05-27T19:16:18.122Z] #21 32.42 Selecting previously unselected package python3-pkg-resources.
19:16:18 [2022-05-27T19:16:18.122Z] #21 32.44 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
19:16:18 [2022-05-27T19:16:18.122Z] #21 32.44 Unpacking python3-pkg-resources (52.0.0-4) ...
19:16:18 [2022-05-27T19:16:18.122Z] #21 32.59 Selecting previously unselected package python3-setuptools.
19:16:18 [2022-05-27T19:16:18.122Z] #21 32.61 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
19:16:18 [2022-05-27T19:16:18.122Z] #21 32.62 Unpacking python3-setuptools (52.0.0-4) ...
19:16:18 [2022-05-27T19:16:18.405Z] #21 32.92 Selecting previously unselected package python3-wheel.
19:16:18 [2022-05-27T19:16:18.405Z] #21 32.93 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
19:16:18 [2022-05-27T19:16:18.405Z] #21 32.94 Unpacking python3-wheel (0.34.2-1) ...
19:16:18 [2022-05-27T19:16:18.672Z] #21 33.01 Selecting previously unselected package python3-pip.
19:16:18 [2022-05-27T19:16:18.672Z] #21 33.01 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
19:16:18 [2022-05-27T19:16:18.672Z] #21 33.02 Unpacking python3-pip (20.3.4-4+deb11u1) ...
19:16:18 [2022-05-27T19:16:18.672Z] #21 33.25 Selecting previously unselected package sudo.
19:16:18 [2022-05-27T19:16:18.672Z] #21 33.26 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
19:16:18 [2022-05-27T19:16:18.932Z] #21 33.27 Unpacking sudo (1.9.5p2-3) ...
19:16:19 [2022-05-27T19:16:19.190Z] #21 33.73 Selecting previously unselected package thin-provisioning-tools.
19:16:19 [2022-05-27T19:16:19.190Z] #21 33.74 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
19:16:19 [2022-05-27T19:16:19.190Z] #21 33.75 Unpacking thin-provisioning-tools (0.9.0-1) ...
19:16:19 [2022-05-27T19:16:19.451Z] #21 34.02 Selecting previously unselected package uidmap.
19:16:19 [2022-05-27T19:16:19.451Z] #21 34.02 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
19:16:19 [2022-05-27T19:16:19.451Z] #21 34.03 Unpacking uidmap (1:4.8.1-1) ...
19:16:19 [2022-05-27T19:16:19.710Z] #21 34.18 Selecting previously unselected package vim-runtime.
19:16:19 [2022-05-27T19:16:19.710Z] #21 34.19 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
19:16:19 [2022-05-27T19:16:19.710Z] #21 34.21 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
19:16:19 [2022-05-27T19:16:19.710Z] #21 34.24 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
19:16:19 [2022-05-27T19:16:19.710Z] #21 34.24 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
19:16:22 [2022-05-27T19:16:22.246Z] #21 36.83 Selecting previously unselected package vim.
19:16:22 [2022-05-27T19:16:22.246Z] #21 36.84 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
19:16:22 [2022-05-27T19:16:22.505Z] #21 36.85 Unpacking vim (2:8.2.2434-3+deb11u1) ...
19:16:22 [2022-05-27T19:16:22.764Z] #21 37.39 Selecting previously unselected package xfsprogs.
19:16:23 [2022-05-27T19:16:23.024Z] #21 37.39 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
19:16:23 [2022-05-27T19:16:23.024Z] #21 37.39 Unpacking xfsprogs (5.10.0-4) ...
19:16:23 [2022-05-27T19:16:23.283Z] #21 37.85 Selecting previously unselected package zip.
19:16:23 [2022-05-27T19:16:23.283Z] #21 37.86 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
19:16:23 [2022-05-27T19:16:23.283Z] #21 37.87 Unpacking zip (3.0-12) ...
19:16:23 [2022-05-27T19:16:23.542Z] #21 38.00 Selecting previously unselected package zstd.
19:16:23 [2022-05-27T19:16:23.542Z] #21 38.01 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
19:16:23 [2022-05-27T19:16:23.542Z] #21 38.02 Unpacking zstd (1.4.8+dfsg-2.1) ...
19:16:23 [2022-05-27T19:16:23.801Z] #21 38.37 Setting up python3-pkg-resources (52.0.0-4) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.05 Setting up libip4tc2:amd64 (1.8.7-1) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.06 Setting up net-tools (1.60+git20181103.0eebece-1) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.08 Setting up libgpm2:amd64 (1.20.7-8) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.09 Setting up libicu67:amd64 (67.1-7) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.11 Setting up libip6tc2:amd64 (1.8.7-1) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.12 Setting up libinih1:amd64 (53-1+b2) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.13 Setting up uidmap (1:4.8.1-1) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.16 Setting up bzip2 (1.0.8-4) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
19:16:24 [2022-05-27T19:16:24.739Z] #21 39.19 Setting up python3-wheel (0.34.2-1) ...
19:16:25 [2022-05-27T19:16:25.676Z] #21 39.90 Setting up xxd (2:8.2.2434-3+deb11u1) ...
19:16:25 [2022-05-27T19:16:25.676Z] #21 39.92 Setting up libcap2:amd64 (1:2.44-1) ...
19:16:25 [2022-05-27T19:16:25.676Z] #21 39.93 Setting up libcap2-bin (1:2.44-1) ...
19:16:25 [2022-05-27T19:16:25.676Z] #21 39.95 Setting up apparmor (2.13.6-10) ...
19:16:27 [2022-05-27T19:16:27.057Z] #21 41.40 Setting up zip (3.0-12) ...
19:16:27 [2022-05-27T19:16:27.057Z] #21 41.43 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
19:16:27 [2022-05-27T19:16:27.057Z] #21 41.46 Setting up bash-completion (1:2.11-2) ...
19:16:28 [2022-05-27T19:16:28.699Z] #21 43.17 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
19:16:28 [2022-05-27T19:16:28.699Z] #21 43.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:16:28 [2022-05-27T19:16:28.699Z] #21 43.22 Setting up libmnl0:amd64 (1.0.4-3) ...
19:16:28 [2022-05-27T19:16:28.699Z] #21 43.23 Setting up patch (2.7.6-7) ...
19:16:28 [2022-05-27T19:16:28.699Z] #21 43.24 Setting up sudo (1.9.5p2-3) ...
19:16:28 [2022-05-27T19:16:28.699Z] #21 43.31 invoke-rc.d: could not determine current runlevel
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.32 invoke-rc.d: policy-rc.d denied execution of start.
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.33 Setting up xfsprogs (5.10.0-4) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.34 Setting up libxtables12:amd64 (1.8.7-1) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.37 Setting up inetutils-ping (2:2.0-1) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.38 Setting up pigz (2.6-1) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.40 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.41 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.43 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
19:16:28 [2022-05-27T19:16:28.960Z] #21 43.45 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
19:16:29 [2022-05-27T19:16:29.529Z] #21 44.11 Setting up libaio1:amd64 (0.3.112-9) ...
19:16:29 [2022-05-27T19:16:29.529Z] #21 44.13 Setting up python3-lib2to3 (3.9.2-1) ...
19:16:30 [2022-05-27T19:16:30.097Z] #21 44.54 Setting up libelf1:amd64 (0.183-1) ...
19:16:30 [2022-05-27T19:16:30.097Z] #21 44.59 Setting up zstd (1.4.8+dfsg-2.1) ...
19:16:30 [2022-05-27T19:16:30.097Z] #21 44.61 Setting up libonig5:amd64 (6.9.6-1.1) ...
19:16:30 [2022-05-27T19:16:30.097Z] #21 44.63 Setting up python3-distutils (3.9.2-1) ...
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.04 Setting up vim (2:8.2.2434-3+deb11u1) ...
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:16:30 [2022-05-27T19:16:30.615Z] #21 45.13 Setting up python3-setuptools (52.0.0-4) ...
19:16:31 [2022-05-27T19:16:31.993Z] #21 46.41 Setting up libjq1:amd64 (1.6-2.1) ...
19:16:31 [2022-05-27T19:16:31.993Z] #21 46.42 Setting up libnftnl11:amd64 (1.1.9-1) ...
19:16:31 [2022-05-27T19:16:31.993Z] #21 46.44 Setting up thin-provisioning-tools (0.9.0-1) ...
19:16:31 [2022-05-27T19:16:31.993Z] #21 46.45 Setting up python3-pip (20.3.4-4+deb11u1) ...
19:16:32 [2022-05-27T19:16:32.929Z] #21 47.56 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.57 Setting up jq (1.6-2.1) ...
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.58 Setting up libbpf0:amd64 (1:0.3-2) ...
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.65 Setting up iptables (1.8.7-1) ...
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.70 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:16:33 [2022-05-27T19:16:33.187Z] #21 47.71 Setting up iproute2 (5.10.0-4) ...
19:16:33 [2022-05-27T19:16:33.452Z] #21 48.03 Processing triggers for libc-bin (2.31-13+deb11u3) ...
19:16:35 [2022-05-27T19:16:35.361Z] #21 DONE 49.5s
19:16:35 [2022-05-27T19:16:35.361Z] 
19:16:35 [2022-05-27T19:16:35.361Z] #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
19:16:35 [2022-05-27T19:16:35.361Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e
19:16:35 [2022-05-27T19:16:35.931Z] #22 0.839 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:16:35 [2022-05-27T19:16:35.931Z] #22 0.845 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:16:35 [2022-05-27T19:16:35.931Z] #22 0.848 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:16:35 [2022-05-27T19:16:35.931Z] #22 DONE 0.9s
19:16:35 [2022-05-27T19:16:35.931Z] 
19:16:35 [2022-05-27T19:16:35.931Z] #23 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
19:16:35 [2022-05-27T19:16:35.931Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb
19:16:45 [2022-05-27T19:16:45.917Z] #23 9.198 Collecting yamllint==1.26.1
19:16:46 [2022-05-27T19:16:46.176Z] #23 10.27   Downloading yamllint-1.26.1.tar.gz (126 kB)
19:16:47 [2022-05-27T19:16:47.114Z] #23 11.30 Collecting pathspec>=0.5.3
19:16:47 [2022-05-27T19:16:47.373Z] #23 11.31   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
19:16:47 [2022-05-27T19:16:47.632Z] #23 11.68 Collecting pyyaml
19:16:47 [2022-05-27T19:16:47.632Z] #23 11.71   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)
19:16:47 [2022-05-27T19:16:47.632Z] #23 11.76 Building wheels for collected packages: yamllint
19:16:47 [2022-05-27T19:16:47.632Z] #23 11.76   Building wheel for yamllint (setup.py): started
19:16:48 [2022-05-27T19:16:48.569Z] #23 12.68   Building wheel for yamllint (setup.py): finished with status 'done'
19:16:48 [2022-05-27T19:16:48.570Z] #23 12.69   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=ac028be94b091608f916f5130b4801220deca87438687c244ad11d3214463bcd
19:16:48 [2022-05-27T19:16:48.570Z] #23 12.69   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
19:16:48 [2022-05-27T19:16:48.570Z] #23 12.70 Successfully built yamllint
19:16:48 [2022-05-27T19:16:48.570Z] #23 12.72 Installing collected packages: pyyaml, pathspec, yamllint
19:16:49 [2022-05-27T19:16:49.139Z] #23 13.10 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
19:16:49 [2022-05-27T19:16:49.399Z] #23 DONE 13.6s
19:16:49 [2022-05-27T19:16:49.399Z] 
19:16:49 [2022-05-27T19:16:49.399Z] #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
19:16:49 [2022-05-27T19:16:49.399Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:16:49 [2022-05-27T19:16:49.658Z] #64 ...
19:16:49 [2022-05-27T19:16:49.658Z] 
19:16:49 [2022-05-27T19:16:49.658Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:16:49 [2022-05-27T19:16:49.658Z] #27 sha256:f70db994ef14ba97f279ddf903d6b525213578aba09a08314c7600abcc7a16dc
19:16:49 [2022-05-27T19:16:49.658Z] #27 DONE 0.2s
19:16:49 [2022-05-27T19:16:49.658Z] 
19:16:49 [2022-05-27T19:16:49.658Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:16:49 [2022-05-27T19:16:49.658Z] #32 sha256:e51869fd8d98dd2bd6bd736b017b90bea6c6e29f520af14d1eebe8e20690010a
19:16:49 [2022-05-27T19:16:49.918Z] #32 DONE 0.2s
19:16:49 [2022-05-27T19:16:49.918Z] 
19:16:49 [2022-05-27T19:16:49.918Z] #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
19:16:49 [2022-05-27T19:16:49.918Z] #60 sha256:7e2a460a91f640d943f2a6bcb94299ee26de285c7daac0c42ef6d5f94c9e4533
19:16:49 [2022-05-27T19:16:49.918Z] #60 ...
19:16:49 [2022-05-27T19:16:49.918Z] 
19:16:49 [2022-05-27T19:16:49.918Z] #35 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:16:49 [2022-05-27T19:16:49.918Z] #35 sha256:d5a7b4f25e579b4017aa421922537eee6033ad33553ec3c036d82bc2e26b845e
19:16:49 [2022-05-27T19:16:49.918Z] #35 DONE 0.1s
19:16:50 [2022-05-27T19:16:50.178Z] 
19:16:50 [2022-05-27T19:16:50.178Z] #37 [dev-systemd-false 13/26] COPY --from=delve         /build/ /usr/local/bin/
19:16:50 [2022-05-27T19:16:50.178Z] #37 sha256:14fc094b9a04e6e349aae094c5c8c632b19c9a11b7765a914a1eb1a750d73fde
19:16:50 [2022-05-27T19:16:50.178Z] #37 DONE 0.1s
19:16:50 [2022-05-27T19:16:50.178Z] 
19:16:50 [2022-05-27T19:16:50.178Z] #39 [dev-systemd-false 14/26] COPY --from=tomll         /build/ /usr/local/bin/
19:16:50 [2022-05-27T19:16:50.178Z] #39 sha256:85bdd2c87c672b996678b16586309d6b6cef3a15109e0bace7b2dea9d3b5ef1e
19:16:50 [2022-05-27T19:16:50.178Z] #39 DONE 0.1s
19:16:50 [2022-05-27T19:16:50.178Z] 
19:16:50 [2022-05-27T19:16:50.178Z] #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
19:16:50 [2022-05-27T19:16:50.178Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b
19:16:50 [2022-05-27T19:16:50.178Z] #47 ...
19:16:50 [2022-05-27T19:16:50.178Z] 
19:16:50 [2022-05-27T19:16:50.178Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres      /build/ /usr/local/bin/
19:16:50 [2022-05-27T19:16:50.178Z] #41 sha256:e18bfec8016311607ade580e962c45a4e8550085926733f820819f8901141a39
19:16:50 [2022-05-27T19:16:50.178Z] #41 DONE 0.1s
19:16:50 [2022-05-27T19:16:50.178Z] 
19:16:50 [2022-05-27T19:16:50.178Z] #45 [dev-systemd-false 16/26] COPY --from=tini          /build/ /usr/local/bin/
19:16:50 [2022-05-27T19:16:50.178Z] #45 sha256:5de9a543a16f5aa36e4b40e88e8be45d9f37e50090ad2e6aa1d136c8c759399f
19:16:50 [2022-05-27T19:16:50.178Z] #45 DONE 0.0s
19:16:50 [2022-05-27T19:16:50.437Z] 
19:16:50 [2022-05-27T19:16:50.437Z] #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
19:16:50 [2022-05-27T19:16:50.437Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b
19:17:08 [2022-05-27T19:17:08.531Z] #47 277.6 + dpkg --print-architecture
19:17:08 [2022-05-27T19:17:08.531Z] #47 277.6 + git checkout -q v2.1.0
19:17:08 [2022-05-27T19:17:08.531Z] #47 278.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:17:08 [2022-05-27T19:17:08.531Z] #47 278.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:17:30 [2022-05-27T19:17:30.471Z] #47 DONE 300.8s
19:17:30 [2022-05-27T19:17:30.471Z] 
19:17:30 [2022-05-27T19:17:30.471Z] #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
19:17:30 [2022-05-27T19:17:30.472Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:17:32 [2022-05-27T19:17:32.377Z] #64 ...
19:17:32 [2022-05-27T19:17:32.377Z] 
19:17:32 [2022-05-27T19:17:32.377Z] #48 [dev-systemd-false 17/26] COPY --from=registry      /build/ /usr/local/bin/
19:17:32 [2022-05-27T19:17:32.377Z] #48 sha256:c5325206a9c19c269d3d35bec49d39e855444724da7620acb6266582d6d1b6d8
19:17:32 [2022-05-27T19:17:32.377Z] #48 DONE 0.5s
19:17:32 [2022-05-27T19:17:32.377Z] 
19:17:32 [2022-05-27T19:17:32.377Z] #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
19:17:32 [2022-05-27T19:17:32.377Z] #60 sha256:7e2a460a91f640d943f2a6bcb94299ee26de285c7daac0c42ef6d5f94c9e4533
19:17:32 [2022-05-27T19:17:32.637Z] #60 ...
19:17:32 [2022-05-27T19:17:32.637Z] 
19:17:32 [2022-05-27T19:17:32.637Z] #52 [dev-systemd-false 18/26] COPY --from=criu          /build/ /usr/local/bin/
19:17:32 [2022-05-27T19:17:32.637Z] #52 sha256:7dbc9f6141adb147422cedae592c1b5d40216e7e61e7f4f9a306e06dab05b954
19:17:32 [2022-05-27T19:17:32.637Z] #52 DONE 0.1s
19:17:32 [2022-05-27T19:17:32.637Z] 
19:17:32 [2022-05-27T19:17:32.637Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:17:32 [2022-05-27T19:17:32.637Z] #54 sha256:d0918996ca1bd1a38d00b6e3432c4630152432c80cd3b510862e9bf2fd5f9280
19:17:32 [2022-05-27T19:17:32.637Z] #54 DONE 0.1s
19:17:32 [2022-05-27T19:17:32.637Z] 
19:17:32 [2022-05-27T19:17:32.637Z] #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
19:17:32 [2022-05-27T19:17:32.637Z] #60 sha256:7e2a460a91f640d943f2a6bcb94299ee26de285c7daac0c42ef6d5f94c9e4533
19:18:11 [2022-05-27T19:18:11.384Z] #60 ...
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #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
19:18:11 [2022-05-27T19:18:11.384Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:18:11 [2022-05-27T19:18:11.384Z] #55 335.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
19:18:11 [2022-05-27T19:18:11.384Z] #55 ...
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #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
19:18:11 [2022-05-27T19:18:11.384Z] #60 sha256:7e2a460a91f640d943f2a6bcb94299ee26de285c7daac0c42ef6d5f94c9e4533
19:18:11 [2022-05-27T19:18:11.384Z] #60 149.5 + mkdir -p /build
19:18:11 [2022-05-27T19:18:11.384Z] #60 149.5 + cp runc /build/runc
19:18:11 [2022-05-27T19:18:11.384Z] #60 DONE 150.5s
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #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
19:18:11 [2022-05-27T19:18:11.384Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd
19:18:11 [2022-05-27T19:18:11.384Z] #55 DONE 337.3s
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #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
19:18:11 [2022-05-27T19:18:11.384Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:18:11 [2022-05-27T19:18:11.384Z] #64 ...
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:18:11 [2022-05-27T19:18:11.384Z] #56 sha256:89817bc4ba95a2a491f6107c5c65ff7474212b6d7058e628462caac7279ed5fd
19:18:11 [2022-05-27T19:18:11.384Z] #56 DONE 0.2s
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #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
19:18:11 [2022-05-27T19:18:11.384Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:18:11 [2022-05-27T19:18:11.384Z] #64 ...
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:18:11 [2022-05-27T19:18:11.384Z] #58 sha256:b5ef2a1c83365152bbcf2019dbbd631602e93d80ed1c9a53a19a69580febc8a2
19:18:11 [2022-05-27T19:18:11.384Z] #58 DONE 0.1s
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #61 [dev-systemd-false 22/26] COPY --from=runc          /build/ /usr/local/bin/
19:18:11 [2022-05-27T19:18:11.384Z] #61 sha256:1b371acab8aa8bc996273fe1f6829cef0423e80a5a59906857a8083dcc6639fd
19:18:11 [2022-05-27T19:18:11.384Z] #61 DONE 0.1s
19:18:11 [2022-05-27T19:18:11.384Z] 
19:18:11 [2022-05-27T19:18:11.384Z] #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
19:18:11 [2022-05-27T19:18:11.384Z] #64 sha256:c54090003ebfd0e29f01b1285bc4dd02321ec466777040fba879ad81e21a3759
19:18:11 [2022-05-27T19:18:11.384Z] #64 282.3 + bin/containerd
19:19:07 [2022-05-27T19:19:07.605Z] #64 332.6 # github.com/containerd/containerd/cmd/containerd
19:19:07 [2022-05-27T19:19:07.605Z] #64 332.6 /usr/bin/ld: /tmp/go-link-4039040815/000019.o: in function `New':
19:19:07 [2022-05-27T19:19:07.605Z] #64 332.6 /tmp/tmp.RwEdKANUfn/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
19:19:07 [2022-05-27T19:19:07.605Z] #64 332.7 + bin/containerd-stress
19:19:07 [2022-05-27T19:19:07.605Z] #64 333.8 + bin/containerd-shim
19:19:14 [2022-05-27T19:19:14.171Z] #64 344.8 + bin/containerd-shim-runc-v1
19:19:20 [2022-05-27T19:19:20.737Z] #64 351.0 + bin/containerd-shim-runc-v2
19:19:20 [2022-05-27T19:19:20.737Z] #64 351.8 + binaries
19:19:20 [2022-05-27T19:19:20.737Z] #64 351.8 + install -D bin/containerd /build/containerd
19:19:20 [2022-05-27T19:19:20.737Z] #64 351.8 + install -D bin/containerd-shim /build/containerd-shim
19:19:20 [2022-05-27T19:19:20.737Z] #64 351.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:19:20 [2022-05-27T19:19:20.737Z] #64 351.8 + install -D bin/ctr /build/ctr
19:19:21 [2022-05-27T19:19:21.302Z] #64 DONE 352.4s
19:19:22 [2022-05-27T19:19:22.675Z] 
19:19:22 [2022-05-27T19:19:22.675Z] #65 [dev-systemd-false 23/26] COPY --from=containerd    /build/ /usr/local/bin/
19:19:22 [2022-05-27T19:19:22.675Z] #65 sha256:62d4afbf7a97e5857e22ad1f46f5f90745c6df814415386c0eacc08ab23883f3
19:19:22 [2022-05-27T19:19:22.933Z] #65 DONE 0.2s
19:19:22 [2022-05-27T19:19:22.933Z] 
19:19:22 [2022-05-27T19:19:22.933Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:19:22 [2022-05-27T19:19:22.933Z] #70 sha256:741e5ddab74038273a0b93ed740b8692ab10320f9d5e784bac0de4ff42b6319d
19:19:22 [2022-05-27T19:19:22.933Z] #70 DONE 0.1s
19:19:23 [2022-05-27T19:19:23.191Z] 
19:19:23 [2022-05-27T19:19:23.191Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit        /build/ /usr/local/bin/
19:19:23 [2022-05-27T19:19:23.191Z] #75 sha256:02ba6c2ea14cb92e4a9398af3afcc327465e9ce1f3a98800919179f6868c9d1a
19:19:23 [2022-05-27T19:19:23.191Z] #75 DONE 0.2s
19:19:23 [2022-05-27T19:19:23.191Z] 
19:19:23 [2022-05-27T19:19:23.191Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:19:23 [2022-05-27T19:19:23.191Z] #76 sha256:0bd4a737df1beb4ca2e629a22289699ef06fdcb831bed9e422a455f15d60ee87
19:19:23 [2022-05-27T19:19:23.191Z] #76 DONE 0.0s
19:19:23 [2022-05-27T19:19:23.191Z] 
19:19:23 [2022-05-27T19:19:23.191Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker
19:19:23 [2022-05-27T19:19:23.191Z] #77 sha256:66bb9ec1113d7ca5724ec28f786a0aa75fa44d592e805f923abf2df19d1015c4
19:19:26 [2022-05-27T19:19:26.472Z] #77 DONE 3.1s
19:19:26 [2022-05-27T19:19:26.472Z] 
19:19:26 [2022-05-27T19:19:26.472Z] #78 exporting to image
19:19:26 [2022-05-27T19:19:26.472Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:19:26 [2022-05-27T19:19:26.472Z] #78 exporting layers
19:19:33 [2022-05-27T19:19:33.030Z] #78 exporting layers 6.6s done
19:19:33 [2022-05-27T19:19:33.030Z] #78 writing image sha256:6609880531339f569ac09c45590c0e0d7ee1c11dffb3f5ca24c9d7510b41fced done
19:19:33 [2022-05-27T19:19:33.030Z] #78 naming to docker.io/library/docker:7493342926237289f759d86be0dc3a0b226f7730 done
19:19:33 [2022-05-27T19:19:33.030Z] #78 DONE 6.6s