Skip to content

Console Output

Skipping 48 KB.. Full Log
     && /build/tomll --help
19:19:25 [2022-02-15T19:19:25.212Z] #36 sha256:b0a700bcc09973c47169563c3637cfd7cdc061ffad5331a5be46f450ccf85fd5
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55 tomll can be used in two ways:
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55 Writing to STDIN and reading from STDOUT:
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55   cat file.toml | tomll > file.toml
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55 
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55 Reading and updating a list of files:
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55   tomll a.toml b.toml c.toml
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55 
19:19:25 [2022-02-15T19:19:25.212Z] #36 14.55 When given a list of files, tomll will modify all files in place without asking.
19:19:25 [2022-02-15T19:19:25.212Z] #36 DONE 15.2s
19:19:25 [2022-02-15T19:19:25.212Z] 
19:19:25 [2022-02-15T19:19:25.212Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
19:19:25 [2022-02-15T19:19:25.212Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f
19:19:25 [2022-02-15T19:19:25.212Z] #29 22.37 Processing triggers for ca-certificates (20210119) ...
19:19:25 [2022-02-15T19:19:25.212Z] #29 22.39 Updating certificates in /etc/ssl/certs...
19:19:28 [2022-02-15T19:19:28.532Z] #29 25.46 0 added, 0 removed; done.
19:19:28 [2022-02-15T19:19:28.532Z] #29 25.46 Running hooks in /etc/ca-certificates/update.d...
19:19:28 [2022-02-15T19:19:28.532Z] #29 25.47 done.
19:19:28 [2022-02-15T19:19:28.532Z] #29 DONE 25.7s
19:19:28 [2022-02-15T19:19:28.532Z] 
19:19:28 [2022-02-15T19:19:28.532Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
19:19:28 [2022-02-15T19:19:28.532Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355
19:19:28 [2022-02-15T19:19:28.532Z] #43 18.13 + git checkout -q v2.3.0
19:19:28 [2022-02-15T19:19:28.793Z] #43 ...
19:19:28 [2022-02-15T19:19:28.794Z] 
19:19:28 [2022-02-15T19:19:28.794Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:19:28 [2022-02-15T19:19:28.794Z] #30 sha256:7837f53321707dda8f23d5fc841de353f86a23baa63722dd8dc4107718efb4be
19:19:28 [2022-02-15T19:19:28.794Z] #30 DONE 0.1s
19:19:29 [2022-02-15T19:19:29.055Z] 
19:19:29 [2022-02-15T19:19:29.056Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:29 [2022-02-15T19:19:29.056Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:30 [2022-02-15T19:19:30.972Z] #31 ...
19:19:30 [2022-02-15T19:19:30.972Z] 
19:19:30 [2022-02-15T19:19:30.972Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
19:19:30 [2022-02-15T19:19:30.972Z] #63 sha256:825a3af82396e9ca3a823b98db8c4f531b1e1ba073d47920bc16e611732424fd
19:19:30 [2022-02-15T19:19:30.972Z] #63 10.34 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
19:19:30 [2022-02-15T19:19:30.972Z] #63 10.46 go: downloading github.com/gofrs/flock v0.8.1
19:19:30 [2022-02-15T19:19:30.972Z] #63 10.49 go: downloading github.com/gorilla/mux v1.8.0
19:19:30 [2022-02-15T19:19:30.972Z] #63 10.62 go: downloading github.com/moby/sys/mountinfo v0.5.0
19:19:30 [2022-02-15T19:19:30.972Z] #63 10.98 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:19:30 [2022-02-15T19:19:30.972Z] #63 11.08 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
19:19:30 [2022-02-15T19:19:30.972Z] #63 13.08 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
19:19:30 [2022-02-15T19:19:30.972Z] #63 13.28 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:19:30 [2022-02-15T19:19:30.972Z] #63 ...
19:19:30 [2022-02-15T19:19:30.972Z] 
19:19:30 [2022-02-15T19:19:30.972Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
19:19:30 [2022-02-15T19:19:30.972Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355
19:19:30 [2022-02-15T19:19:30.972Z] #43 19.81 + 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:19:33 [2022-02-15T19:19:33.525Z] #43 ...
19:19:33 [2022-02-15T19:19:33.525Z] 
19:19:33 [2022-02-15T19:19:33.525Z] #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:19:33 [2022-02-15T19:19:33.525Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:19:33 [2022-02-15T19:19:33.525Z] #14 13.34 Fetched 8387 kB in 9s (924 kB/s)
19:19:33 [2022-02-15T19:19:33.525Z] #14 13.34 Reading package lists...
19:19:33 [2022-02-15T19:19:33.525Z] #14 18.19 Reading package lists...
19:19:33 [2022-02-15T19:19:33.787Z] #14 22.59 Building dependency tree...
19:19:33 [2022-02-15T19:19:33.787Z] #14 ...
19:19:33 [2022-02-15T19:19:33.787Z] 
19:19:33 [2022-02-15T19:19:33.787Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
19:19:33 [2022-02-15T19:19:33.787Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606
19:19:33 [2022-02-15T19:19:33.787Z] #58 13.34 Fetched 8387 kB in 9s (923 kB/s)
19:19:33 [2022-02-15T19:19:33.787Z] #58 13.34 Reading package lists...
19:19:33 [2022-02-15T19:19:33.787Z] #58 17.64 Reading package lists...
19:19:33 [2022-02-15T19:19:33.787Z] #58 21.89 Building dependency tree...
19:19:33 [2022-02-15T19:19:33.787Z] #58 ...
19:19:33 [2022-02-15T19:19:33.787Z] 
19:19:33 [2022-02-15T19:19:33.787Z] #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:19:33 [2022-02-15T19:19:33.787Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:19:33 [2022-02-15T19:19:33.787Z] #14 22.59 Building dependency tree...
19:19:34 [2022-02-15T19:19:34.360Z] #14 ...
19:19:34 [2022-02-15T19:19:34.360Z] 
19:19:34 [2022-02-15T19:19:34.360Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
19:19:34 [2022-02-15T19:19:34.360Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069
19:19:34 [2022-02-15T19:19:34.360Z] #38 9.788 Reading package lists...
19:19:34 [2022-02-15T19:19:34.360Z] #38 14.46 Reading package lists...
19:19:34 [2022-02-15T19:19:34.360Z] #38 18.37 Building dependency tree...
19:19:34 [2022-02-15T19:19:34.360Z] #38 21.60 The following additional packages will be installed:
19:19:34 [2022-02-15T19:19:34.360Z] #38 21.61   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
19:19:34 [2022-02-15T19:19:34.360Z] #38 21.63 Suggested packages:
19:19:34 [2022-02-15T19:19:34.360Z] #38 21.64   cmake-doc ninja-build lrzip
19:19:34 [2022-02-15T19:19:34.360Z] #38 21.64 Recommended packages:
19:19:34 [2022-02-15T19:19:34.360Z] #38 21.64   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.24 The following NEW packages will be installed:
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.27   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.28   vim-common xxd
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.67 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.67 Need to get 15.6 MB of archives.
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.67 After this operation, 67.4 MB of additional disk space will be used.
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 22.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.14 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
19:19:34 [2022-02-15T19:19:34.360Z] #38 23.99 debconf: delaying package configuration, since apt-utils is not installed
19:19:34 [2022-02-15T19:19:34.360Z] #38 24.20 Fetched 15.6 MB in 1s (16.7 MB/s)
19:19:34 [2022-02-15T19:19:34.360Z] #38 24.27 Selecting previously unselected package xxd.
19:19:34 [2022-02-15T19:19:34.360Z] #38 24.27 (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 ... 15700 files and directories currently installed.)
19:19:34 [2022-02-15T19:19:34.360Z] #38 24.34 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
19:19:34 [2022-02-15T19:19:34.360Z] #38 24.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
19:19:34 [2022-02-15T19:19:34.360Z] #38 ...
19:19:34 [2022-02-15T19:19:34.360Z] 
19:19:34 [2022-02-15T19:19:34.360Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:19:34 [2022-02-15T19:19:34.360Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:19:34 [2022-02-15T19:19:34.360Z] #51 22.32 go: downloading github.com/fatih/color v1.13.0
19:19:34 [2022-02-15T19:19:34.360Z] #51 22.34 go: downloading github.com/gofrs/flock v0.8.1
19:19:34 [2022-02-15T19:19:34.360Z] #51 22.44 go: downloading github.com/spf13/cobra v1.3.0
19:19:34 [2022-02-15T19:19:34.360Z] #51 22.46 go: downloading github.com/spf13/pflag v1.0.5
19:19:34 [2022-02-15T19:19:34.360Z] #51 22.57 go: downloading github.com/spf13/viper v1.10.1
19:19:34 [2022-02-15T19:19:34.360Z] #51 22.71 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
19:19:34 [2022-02-15T19:19:34.360Z] #51 23.04 go: downloading github.com/mattn/go-colorable v0.1.12
19:19:34 [2022-02-15T19:19:34.360Z] #51 23.06 go: downloading github.com/mattn/go-isatty v0.0.14
19:19:34 [2022-02-15T19:19:34.360Z] #51 23.08 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
19:19:34 [2022-02-15T19:19:34.360Z] #51 23.11 go: downloading github.com/go-critic/go-critic v0.6.2
19:19:34 [2022-02-15T19:19:34.360Z] #51 24.23 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:19:34 [2022-02-15T19:19:34.360Z] #51 24.37 go: downloading github.com/hashicorp/go-multierror v1.1.1
19:19:36 [2022-02-15T19:19:36.911Z] #51 26.69 go: downloading github.com/sirupsen/logrus v1.8.1
19:19:36 [2022-02-15T19:19:36.911Z] #51 26.69 go: downloading github.com/stretchr/testify v1.7.0
19:19:36 [2022-02-15T19:19:36.911Z] #51 26.83 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
19:19:36 [2022-02-15T19:19:36.911Z] #51 26.87 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
19:19:36 [2022-02-15T19:19:36.911Z] #51 26.92 go: downloading github.com/fsnotify/fsnotify v1.5.1
19:19:37 [2022-02-15T19:19:37.172Z] #51 26.93 go: downloading github.com/magiconair/properties v1.8.5
19:19:37 [2022-02-15T19:19:37.172Z] #51 26.99 go: downloading github.com/mitchellh/mapstructure v1.4.3
19:19:37 [2022-02-15T19:19:37.172Z] #51 27.01 go: downloading github.com/spf13/afero v1.6.0
19:19:37 [2022-02-15T19:19:37.172Z] #51 27.03 go: downloading github.com/spf13/cast v1.4.1
19:19:37 [2022-02-15T19:19:37.172Z] #51 27.13 go: downloading github.com/spf13/jwalterweatherman v1.1.0
19:19:37 [2022-02-15T19:19:37.172Z] #51 27.16 go: downloading github.com/subosito/gotenv v1.2.0
19:19:37 [2022-02-15T19:19:37.433Z] #51 27.17 go: downloading gopkg.in/ini.v1 v1.66.2
19:19:37 [2022-02-15T19:19:37.434Z] #51 27.26 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
19:19:37 [2022-02-15T19:19:37.434Z] #51 27.28 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:19:37 [2022-02-15T19:19:37.434Z] #51 27.36 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:19:37 [2022-02-15T19:19:37.696Z] #51 27.44 go: downloading github.com/go-toolsmith/astequal v1.0.1
19:19:37 [2022-02-15T19:19:37.696Z] #51 27.48 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:19:37 [2022-02-15T19:19:37.696Z] #51 27.53 go: downloading github.com/go-toolsmith/astp v1.0.0
19:19:37 [2022-02-15T19:19:37.696Z] #51 27.55 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:19:37 [2022-02-15T19:19:37.696Z] #51 27.57 go: downloading github.com/go-toolsmith/typep v1.0.2
19:19:37 [2022-02-15T19:19:37.696Z] #51 27.60 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
19:19:37 [2022-02-15T19:19:37.959Z] #51 27.92 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
19:19:37 [2022-02-15T19:19:37.959Z] #51 ...
19:19:37 [2022-02-15T19:19:37.959Z] 
19:19:37 [2022-02-15T19:19:37.959Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:37 [2022-02-15T19:19:37.959Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:37 [2022-02-15T19:19:37.959Z] #31 4.936 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:19:37 [2022-02-15T19:19:37.959Z] #31 6.303 #=#=#                                                                         
19:19:37 [2022-02-15T19:19:37.959Z] #31 6.632 #=#=#                                                                         

#################################################                         68.1%
######################################################################## 100.0%
19:19:37 [2022-02-15T19:19:37.959Z] #31 7.660 
19:19:38 [2022-02-15T19:19:38.222Z] #31 ...
19:19:38 [2022-02-15T19:19:38.222Z] 
19:19:38 [2022-02-15T19:19:38.222Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
19:19:38 [2022-02-15T19:19:38.222Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696
19:19:38 [2022-02-15T19:19:38.222Z] #47 13.69 Reading package lists...
19:19:38 [2022-02-15T19:19:38.222Z] #47 18.04 Reading package lists...
19:19:38 [2022-02-15T19:19:38.222Z] #47 22.40 Building dependency tree...
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.57 The following additional packages will be installed:
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.60   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.61   python3-protobuf python3-six
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.61 Suggested packages:
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.61   python3-setuptools
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.61 Recommended packages:
19:19:38 [2022-02-15T19:19:38.222Z] #47 25.61   iproute2 | iproute
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.13 The following NEW packages will be installed:
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.14   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.15   python3-protobuf python3-six
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.60 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.60 Need to get 2115 kB of archives.
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.60 After this operation, 10.7 MB of additional disk space will be used.
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 26.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
19:19:38 [2022-02-15T19:19:38.222Z] #47 ...
19:19:38 [2022-02-15T19:19:38.222Z] 
19:19:38 [2022-02-15T19:19:38.222Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:19:38 [2022-02-15T19:19:38.222Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:19:38 [2022-02-15T19:19:38.222Z] #51 27.98 go: downloading github.com/hashicorp/errwrap v1.0.0
19:19:38 [2022-02-15T19:19:38.222Z] #51 28.04 go: downloading 4d63.com/gochecknoglobals v0.1.0
19:19:38 [2022-02-15T19:19:38.222Z] #51 28.10 go: downloading github.com/Antonboom/errname v0.1.5
19:19:38 [2022-02-15T19:19:38.222Z] #51 28.13 go: downloading github.com/Antonboom/nilnil v0.1.0
19:19:38 [2022-02-15T19:19:38.222Z] #51 28.21 go: downloading github.com/BurntSushi/toml v1.0.0
19:19:38 [2022-02-15T19:19:38.797Z] #51 28.71 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
19:19:38 [2022-02-15T19:19:38.797Z] #51 28.73 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
19:19:38 [2022-02-15T19:19:38.797Z] #51 28.79 go: downloading github.com/alexkohler/prealloc v1.0.0
19:19:39 [2022-02-15T19:19:39.064Z] #51 28.82 go: downloading github.com/ashanbrown/forbidigo v1.3.0
19:19:39 [2022-02-15T19:19:39.064Z] #51 28.86 go: downloading github.com/ashanbrown/makezero v1.1.0
19:19:39 [2022-02-15T19:19:39.064Z] #51 28.93 go: downloading github.com/bkielbasa/cyclop v1.2.0
19:19:39 [2022-02-15T19:19:39.064Z] #51 ...
19:19:39 [2022-02-15T19:19:39.064Z] 
19:19:39 [2022-02-15T19:19:39.064Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
19:19:39 [2022-02-15T19:19:39.064Z] #53 sha256:50c34fbe9d331716cdcb1412d967bfae1dd3398bfdc14e206a0fecdd7f3c40cf
19:19:39 [2022-02-15T19:19:39.064Z] #53 28.16 v3.0.2
19:19:39 [2022-02-15T19:19:39.064Z] #53 DONE 28.9s
19:19:39 [2022-02-15T19:19:39.064Z] 
19:19:39 [2022-02-15T19:19:39.064Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
19:19:39 [2022-02-15T19:19:39.064Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.18 The following additional packages will be installed:
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.20   libbtrfs0
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.33 The following NEW packages will be installed:
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.34   libbtrfs-dev libbtrfs0
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.73 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.73 Need to get 454 kB of archives.
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.73 After this operation, 1275 kB of additional disk space will be used.
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
19:19:39 [2022-02-15T19:19:39.064Z] #58 25.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
19:19:39 [2022-02-15T19:19:39.064Z] #58 26.53 debconf: delaying package configuration, since apt-utils is not installed
19:19:39 [2022-02-15T19:19:39.064Z] #58 26.69 Fetched 454 kB in 0s (1399 kB/s)
19:19:39 [2022-02-15T19:19:39.064Z] #58 26.79 Selecting previously unselected package libbtrfs0:arm64.
19:19:39 [2022-02-15T19:19:39.064Z] #58 26.79 (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 ... 15700 files and directories currently installed.)
19:19:39 [2022-02-15T19:19:39.064Z] #58 26.84 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 26.87 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 27.05 Selecting previously unselected package libbtrfs-dev:arm64.
19:19:39 [2022-02-15T19:19:39.064Z] #58 27.05 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 27.06 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 27.36 Setting up libbtrfs0:arm64 (5.10.1-2) ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 27.42 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 27.45 Processing triggers for libc-bin (2.31-13+deb11u2) ...
19:19:39 [2022-02-15T19:19:39.064Z] #58 DONE 28.9s
19:19:39 [2022-02-15T19:19:39.064Z] 
19:19:39 [2022-02-15T19:19:39.064Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:19:39 [2022-02-15T19:19:39.064Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:19:39 [2022-02-15T19:19:39.064Z] #51 28.98 go: downloading github.com/blizzy78/varnamelen v0.5.0
19:19:39 [2022-02-15T19:19:39.064Z] #51 29.07 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
19:19:39 [2022-02-15T19:19:39.326Z] #51 29.17 go: downloading github.com/breml/bidichk v0.2.1
19:19:39 [2022-02-15T19:19:39.326Z] #51 ...
19:19:39 [2022-02-15T19:19:39.326Z] 
19:19:39 [2022-02-15T19:19:39.326Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
19:19:39 [2022-02-15T19:19:39.326Z] #59 sha256:e8959b0c0be155955dddafbba5f7272c5378cc4f776578e5cd97c94a9e5367c3
19:19:39 [2022-02-15T19:19:39.326Z] #59 DONE 0.4s
19:19:39 [2022-02-15T19:19:39.588Z] 
19:19:39 [2022-02-15T19:19:39.588Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:19:39 [2022-02-15T19:19:39.588Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:19:39 [2022-02-15T19:19:39.588Z] #51 29.39 go: downloading github.com/breml/errchkjson v0.2.1
19:19:39 [2022-02-15T19:19:39.588Z] #51 29.41 go: downloading github.com/butuzov/ireturn v0.1.1
19:19:39 [2022-02-15T19:19:39.588Z] #51 29.53 go: downloading github.com/charithe/durationcheck v0.0.9
19:19:39 [2022-02-15T19:19:39.588Z] #51 29.61 go: downloading github.com/daixiang0/gci v0.2.9
19:19:39 [2022-02-15T19:19:39.588Z] #51 29.61 go: downloading github.com/denis-tingajkin/go-header v0.4.2
19:19:39 [2022-02-15T19:19:39.849Z] #51 29.64 go: downloading github.com/esimonov/ifshort v1.0.4
19:19:39 [2022-02-15T19:19:39.849Z] #51 29.65 go: downloading github.com/fzipp/gocyclo v0.4.0
19:19:39 [2022-02-15T19:19:39.849Z] #51 29.70 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:19:39 [2022-02-15T19:19:39.849Z] #51 29.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:19:39 [2022-02-15T19:19:39.849Z] #51 29.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:19:40 [2022-02-15T19:19:40.124Z] #51 29.95 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:19:40 [2022-02-15T19:19:40.124Z] #51 30.05 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.07 go: downloading github.com/golangci/misspell v0.3.5
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.09 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.11 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.15 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.26 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.31 go: downloading github.com/jgautheron/goconst v1.5.1
19:19:40 [2022-02-15T19:19:40.387Z] #51 30.41 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
19:19:40 [2022-02-15T19:19:40.648Z] #51 30.45 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
19:19:40 [2022-02-15T19:19:40.648Z] #51 30.65 go: downloading github.com/julz/importas v0.1.0
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.66 go: downloading github.com/kisielk/errcheck v1.6.0
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.67 go: downloading github.com/kulti/thelper v0.5.0
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.76 go: downloading github.com/kunwardeep/paralleltest v1.0.3
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.81 go: downloading github.com/kyoh86/exportloopref v0.1.8
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.84 go: downloading github.com/ldez/gomoddirectives v0.2.2
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.85 go: downloading github.com/ldez/tagliatelle v0.3.0
19:19:40 [2022-02-15T19:19:40.909Z] #51 30.88 go: downloading github.com/leonklingele/grouper v1.1.0
19:19:41 [2022-02-15T19:19:41.172Z] #51 30.91 go: downloading github.com/maratori/testpackage v1.0.1
19:19:41 [2022-02-15T19:19:41.172Z] #51 30.93 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
19:19:41 [2022-02-15T19:19:41.172Z] #51 31.00 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
19:19:41 [2022-02-15T19:19:41.172Z] #51 31.02 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
19:19:41 [2022-02-15T19:19:41.172Z] #51 31.08 go: downloading github.com/mgechev/revive v1.1.3
19:19:41 [2022-02-15T19:19:41.765Z] #51 31.62 go: downloading github.com/moricho/tparallel v0.2.1
19:19:41 [2022-02-15T19:19:41.765Z] #51 31.65 go: downloading github.com/nakabonne/nestif v0.3.1
19:19:41 [2022-02-15T19:19:41.765Z] #51 31.65 go: downloading github.com/nishanths/exhaustive v0.7.11
19:19:41 [2022-02-15T19:19:41.765Z] #51 31.67 go: downloading github.com/nishanths/predeclared v0.2.1
19:19:41 [2022-02-15T19:19:41.765Z] #51 31.77 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
19:19:42 [2022-02-15T19:19:42.026Z] #51 31.77 go: downloading github.com/ryancurrah/gomodguard v1.2.3
19:19:42 [2022-02-15T19:19:42.026Z] #51 31.81 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
19:19:42 [2022-02-15T19:19:42.026Z] #51 31.82 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
19:19:42 [2022-02-15T19:19:42.026Z] #51 31.86 go: downloading github.com/securego/gosec/v2 v2.9.6
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.04 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.05 go: downloading github.com/sivchari/containedctx v1.0.1
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.05 go: downloading github.com/sivchari/tenv v1.4.7
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.06 go: downloading github.com/sonatard/noctx v0.0.1
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.07 go: downloading github.com/sourcegraph/go-diff v0.6.1
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.09 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
19:19:42 [2022-02-15T19:19:42.287Z] #51 32.13 go: downloading github.com/sylvia7788/contextcheck v1.0.4
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.26 go: downloading github.com/tdakkota/asciicheck v0.1.1
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.28 go: downloading github.com/tetafro/godot v1.4.11
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.28 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.33 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.36 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.47 go: downloading github.com/ultraware/funlen v0.0.3
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.49 go: downloading github.com/ultraware/whitespace v0.0.4
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.50 go: downloading github.com/uudashr/gocognit v1.0.5
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.52 go: downloading github.com/yagipy/maintidx v1.0.0
19:19:42 [2022-02-15T19:19:42.548Z] #51 32.55 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
19:19:43 [2022-02-15T19:19:43.119Z] #51 32.91 go: downloading gitlab.com/bosi/decorder v0.2.1
19:19:43 [2022-02-15T19:19:43.119Z] #51 33.11 go: downloading honnef.co/go/tools v0.2.2
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.09 go: downloading mvdan.cc/gofumpt v0.2.1
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.09 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.25 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.28 go: downloading github.com/davecgh/go-spew v1.1.1
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.37 go: downloading github.com/pmezard/go-difflib v1.0.0
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.39 go: downloading github.com/stretchr/objx v0.1.1
19:19:44 [2022-02-15T19:19:44.514Z] #51 34.41 go: downloading github.com/hashicorp/hcl v1.0.0
19:19:44 [2022-02-15T19:19:44.775Z] #51 34.64 go: downloading golang.org/x/text v0.3.7
19:19:44 [2022-02-15T19:19:44.775Z] #51 ...
19:19:44 [2022-02-15T19:19:44.775Z] 
19:19:44 [2022-02-15T19:19:44.775Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
19:19:44 [2022-02-15T19:19:44.775Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069
19:19:44 [2022-02-15T19:19:44.775Z] #38 24.53 Selecting previously unselected package vim-common.
19:19:44 [2022-02-15T19:19:44.775Z] #38 24.53 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 24.55 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 24.77 Selecting previously unselected package cmake-data.
19:19:44 [2022-02-15T19:19:44.775Z] #38 24.78 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 24.78 Unpacking cmake-data (3.18.4-2+deb11u1) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 27.46 Selecting previously unselected package libicu67:arm64.
19:19:44 [2022-02-15T19:19:44.775Z] #38 27.47 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 27.48 Unpacking libicu67:arm64 (67.1-7) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.03 Selecting previously unselected package libxml2:arm64.
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.03 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.05 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.48 Selecting previously unselected package libarchive13:arm64.
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.48 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.49 Unpacking libarchive13:arm64 (3.4.3-2+b1) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.69 Selecting previously unselected package libjsoncpp24:arm64.
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.69 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.70 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.82 Selecting previously unselected package librhash0:arm64.
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.83 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.83 Unpacking librhash0:arm64 (1.4.1-2) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.96 Selecting previously unselected package libuv1:arm64.
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.97 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 33.98 Unpacking libuv1:arm64 (1.40.0-2) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 34.12 Selecting previously unselected package cmake.
19:19:44 [2022-02-15T19:19:44.775Z] #38 34.12 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 34.13 Unpacking cmake (3.18.4-2+deb11u1) ...
19:19:44 [2022-02-15T19:19:44.775Z] #38 ...
19:19:44 [2022-02-15T19:19:44.775Z] 
19:19:44 [2022-02-15T19:19:44.775Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:44 [2022-02-15T19:19:44.775Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:44 [2022-02-15T19:19:44.775Z] #31 11.35 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:19:44 [2022-02-15T19:19:44.775Z] #31 12.97 #=#=#                                                                         
19:19:44 [2022-02-15T19:19:44.775Z] #31 13.21 #=#=#                                                                         

######                                                                     9.2%
######################################################################## 100.0%
19:19:44 [2022-02-15T19:19:44.775Z] #31 14.40 
19:19:46 [2022-02-15T19:19:46.167Z] #31 ...
19:19:46 [2022-02-15T19:19:46.168Z] 
19:19:46 [2022-02-15T19:19:46.168Z] #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:19:46 [2022-02-15T19:19:46.168Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.67 The following additional packages will be installed:
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.68   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.68   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.68   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.68   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.68   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.69   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.69   mingw-w64-common mingw-w64-x86-64-dev
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.70 Suggested packages:
19:19:46 [2022-02-15T19:19:46.168Z] #14 25.70   gcc-10-locales seccomp wine64
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.76 The following NEW packages will be installed:
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.76   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
19:19:46 [2022-02-15T19:19:46.168Z] #14 26.77   mingw-w64-x86-64-dev
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.17 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.17 Need to get 108 MB of archives.
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.17 After this operation, 620 MB of additional disk space will be used.
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.35 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.61 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 27.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 28.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 28.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 29.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 30.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 30.89 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.11 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.11 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.12 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.13 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.14 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.14 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.15 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.16 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.19 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.19 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.19 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #14 31.95 debconf: delaying package configuration, since apt-utils is not installed
19:19:46 [2022-02-15T19:19:46.168Z] #14 32.16 Fetched 108 MB in 4s (25.0 MB/s)
19:19:46 [2022-02-15T19:19:46.168Z] #14 32.25 Selecting previously unselected package binutils-mingw-w64-i686.
19:19:46 [2022-02-15T19:19:46.168Z] #14 32.25 (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 ... 15700 files and directories currently installed.)
19:19:46 [2022-02-15T19:19:46.168Z] #14 32.32 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #14 32.34 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
19:19:46 [2022-02-15T19:19:46.168Z] #14 34.38 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:19:46 [2022-02-15T19:19:46.168Z] #14 34.40 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #14 34.41 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
19:19:46 [2022-02-15T19:19:46.168Z] #14 ...
19:19:46 [2022-02-15T19:19:46.168Z] 
19:19:46 [2022-02-15T19:19:46.168Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
19:19:46 [2022-02-15T19:19:46.168Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696
19:19:46 [2022-02-15T19:19:46.168Z] #47 29.77 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [609 kB]
19:19:46 [2022-02-15T19:19:46.168Z] #47 30.98 debconf: delaying package configuration, since apt-utils is not installed
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.16 Fetched 2115 kB in 4s (550 kB/s)
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.23 Selecting previously unselected package libprotobuf23:arm64.
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.23 (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 ... 15700 files and directories currently installed.)
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.27 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.28 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.86 Selecting previously unselected package python3-pkg-resources.
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.87 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 31.89 Unpacking python3-pkg-resources (52.0.0-4) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.15 Selecting previously unselected package python3-six.
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.16 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.17 Unpacking python3-six (1.16.0-2) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.27 Selecting previously unselected package python3-protobuf.
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.28 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.28 Unpacking python3-protobuf (3.12.4-1) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.78 Selecting previously unselected package libnet1:arm64.
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.79 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.79 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.93 Selecting previously unselected package libnl-3-200:arm64.
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.93 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 32.96 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.10 Selecting previously unselected package libprotobuf-c1:arm64.
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.10 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.11 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.21 Selecting previously unselected package criu.
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.21 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.21 Unpacking criu (3.16.1-3) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 33.83 Setting up python3-pkg-resources (52.0.0-4) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 35.18 Setting up libprotobuf23:arm64 (3.12.4-1) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 35.20 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 35.21 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
19:19:46 [2022-02-15T19:19:46.168Z] #47 35.24 Setting up python3-six (1.16.0-2) ...
19:19:46 [2022-02-15T19:19:46.430Z] #47 36.23 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
19:19:46 [2022-02-15T19:19:46.692Z] #47 36.25 Setting up python3-protobuf (3.12.4-1) ...
19:19:46 [2022-02-15T19:19:46.692Z] #47 ...
19:19:46 [2022-02-15T19:19:46.692Z] 
19:19:46 [2022-02-15T19:19:46.692Z] #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:19:46 [2022-02-15T19:19:46.692Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:19:46 [2022-02-15T19:19:46.692Z] #14 36.59 Selecting previously unselected package binutils-mingw-w64.
19:19:46 [2022-02-15T19:19:46.692Z] #14 36.59 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
19:19:46 [2022-02-15T19:19:46.692Z] #14 36.60 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
19:19:46 [2022-02-15T19:19:46.954Z] #14 36.76 Selecting previously unselected package libdevmapper1.02.1:arm64.
19:19:46 [2022-02-15T19:19:46.954Z] #14 36.76 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
19:19:46 [2022-02-15T19:19:46.954Z] #14 36.77 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
19:19:47 [2022-02-15T19:19:47.216Z] #14 36.96 Selecting previously unselected package dmsetup.
19:19:47 [2022-02-15T19:19:47.216Z] #14 36.97 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
19:19:47 [2022-02-15T19:19:47.216Z] #14 36.98 Unpacking dmsetup (2:1.02.175-2.1) ...
19:19:47 [2022-02-15T19:19:47.216Z] #14 37.11 Selecting previously unselected package mingw-w64-common.
19:19:47 [2022-02-15T19:19:47.216Z] #14 37.11 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
19:19:47 [2022-02-15T19:19:47.216Z] #14 37.12 Unpacking mingw-w64-common (8.0.0-1) ...
19:19:48 [2022-02-15T19:19:48.606Z] #14 ...
19:19:48 [2022-02-15T19:19:48.606Z] 
19:19:48 [2022-02-15T19:19:48.606Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
19:19:48 [2022-02-15T19:19:48.606Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.84 Setting up libicu67:arm64 (67.1-7) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.85 Setting up xxd (2:8.2.2434-3+deb11u1) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.87 Setting up libuv1:arm64 (1.40.0-2) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.91 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.95 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.97 Setting up librhash0:arm64 (1.4.1-2) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 36.98 Setting up cmake-data (3.18.4-2+deb11u1) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 37.01 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 37.03 Setting up libarchive13:arm64 (3.4.3-2+b1) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 37.04 Setting up cmake (3.18.4-2+deb11u1) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 37.06 Processing triggers for libc-bin (2.31-13+deb11u2) ...
19:19:48 [2022-02-15T19:19:48.606Z] #38 DONE 38.4s
19:19:48 [2022-02-15T19:19:48.606Z] 
19:19:48 [2022-02-15T19:19:48.607Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:48 [2022-02-15T19:19:48.607Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:48 [2022-02-15T19:19:48.607Z] #31 18.11 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
19:19:48 [2022-02-15T19:19:48.607Z] #31 19.45 
19:19:48 [2022-02-15T19:19:48.868Z] #31 19.70 #=#=#                                                                         

                                                                           0.1%
################                                                          23.2%
#####################                                                     30.2%
19:19:48 [2022-02-15T19:19:48.868Z] #31 ...
19:19:48 [2022-02-15T19:19:48.868Z] 
19:19:48 [2022-02-15T19:19:48.868Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
19:19:48 [2022-02-15T19:19:48.868Z] #39 sha256:e72bed5048b6530898ea7127ab4e788612200b31d8956c80ca2ee3f7bf6427d1
19:19:48 [2022-02-15T19:19:48.868Z] #39 DONE 0.4s
19:19:48 [2022-02-15T19:19:48.868Z] 
19:19:48 [2022-02-15T19:19:48.868Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:48 [2022-02-15T19:19:48.868Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:49 [2022-02-15T19:19:49.405Z] #31 19.70 #=#=#                                                                         

                                                                           0.1%
################                                                          23.2%
#####################                                                     30.2%
###########################                                               38.6%
###################################                                       49.3%
####################################################                      72.3%
################################################################          89.3%
######################################################################## 100.0%
19:19:49 [2022-02-15T19:19:49.667Z] #31 ...
19:19:49 [2022-02-15T19:19:49.667Z] 
19:19:49 [2022-02-15T19:19:49.667Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:19:49 [2022-02-15T19:19:49.667Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.055 + RM_GOPATH=0
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.060 + TMP_GOPATH=
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.060 + : /build
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.060 + '[' -z '' ']'
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.060 ++ mktemp -d
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.064 + export GOPATH=/tmp/tmp.i4d5ZwRzCg
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.068 + GOPATH=/tmp/tmp.i4d5ZwRzCg
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.068 + RM_GOPATH=1
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.068 + case "$(go env GOARCH)" in
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.069 ++ go env GOARCH
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.096 + export GO_BUILDMODE=-buildmode=pie
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.096 + GO_BUILDMODE=-buildmode=pie
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.097 ++ dirname /install.sh
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.100 + dir=/
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.104 + bin=containerd
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.104 + shift
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.104 + '[' '!' -f //containerd.installer ']'
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.112 + . //containerd.installer
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.132 ++ set -e
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.136 ++ : v1.5.9
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.140 + install_containerd
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.152 + echo 'Install containerd version v1.5.9'
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.153 Install containerd version v1.5.9
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.153 + git clone https://github.com/containerd/containerd.git /tmp/tmp.i4d5ZwRzCg/src/github.com/containerd/containerd
19:19:49 [2022-02-15T19:19:49.667Z] #60 1.182 Cloning into '/tmp/tmp.i4d5ZwRzCg/src/github.com/containerd/containerd'...
19:19:49 [2022-02-15T19:19:49.667Z] #60 ...
19:19:49 [2022-02-15T19:19:49.667Z] 
19:19:49 [2022-02-15T19:19:49.667Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
19:19:49 [2022-02-15T19:19:49.667Z] #40 sha256:4d8f4830c8c736123f12e4fcf04eac937e9a1e1b2bacc1ea3a51520f16ffae41
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.563 + RM_GOPATH=0
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.563 + TMP_GOPATH=
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.563 + : /build
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.563 + '[' -z '' ']'
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.565 ++ mktemp -d
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.567 + export GOPATH=/tmp/tmp.Gh7nQOhY3r
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.567 + GOPATH=/tmp/tmp.Gh7nQOhY3r
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.567 + RM_GOPATH=1
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.567 + case "$(go env GOARCH)" in
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.567 ++ go env GOARCH
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.589 + export GO_BUILDMODE=-buildmode=pie
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.589 + GO_BUILDMODE=-buildmode=pie
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.589 ++ dirname /install.sh
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + dir=/
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + bin=tini
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + shift
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + '[' '!' -f //tini.installer ']'
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + . //tini.installer
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 ++ : v0.19.0
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + install_tini
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + echo 'Install tini version v0.19.0'
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 Install tini version v0.19.0
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.600 + git clone https://github.com/krallin/tini.git /tmp/tmp.Gh7nQOhY3r/tini
19:19:49 [2022-02-15T19:19:49.667Z] #40 0.606 Cloning into '/tmp/tmp.Gh7nQOhY3r/tini'...
19:19:50 [2022-02-15T19:19:50.241Z] #40 1.197 + cd /tmp/tmp.Gh7nQOhY3r/tini
19:19:50 [2022-02-15T19:19:50.241Z] #40 1.198 + git checkout -q v0.19.0
19:19:50 [2022-02-15T19:19:50.241Z] #40 1.216 + cmake .
19:19:50 [2022-02-15T19:19:50.816Z] #40 1.740 -- The C compiler identification is GNU 10.2.1
19:19:50 [2022-02-15T19:19:50.816Z] #40 1.805 -- Detecting C compiler ABI info
19:19:51 [2022-02-15T19:19:51.391Z] #40 2.337 -- Detecting C compiler ABI info - done
19:19:51 [2022-02-15T19:19:51.391Z] #40 2.453 -- Check for working C compiler: /usr/bin/cc - skipped
19:19:51 [2022-02-15T19:19:51.391Z] #40 2.459 -- Detecting C compile features
19:19:51 [2022-02-15T19:19:51.391Z] #40 2.460 -- Detecting C compile features - done
19:19:51 [2022-02-15T19:19:51.391Z] #40 2.507 -- Performing Test HAS_BUILTIN_FORTIFY
19:19:51 [2022-02-15T19:19:51.652Z] #40 2.727 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:19:51 [2022-02-15T19:19:51.652Z] #40 2.794 -- Configuring done
19:19:51 [2022-02-15T19:19:51.652Z] #40 2.807 -- Generating done
19:19:51 [2022-02-15T19:19:51.652Z] #40 2.828 -- Build files have been written to: /tmp/tmp.Gh7nQOhY3r/tini
19:19:51 [2022-02-15T19:19:51.913Z] #40 2.835 + make tini-static
19:19:51 [2022-02-15T19:19:51.913Z] #40 3.039 Scanning dependencies of target tini-static
19:19:51 [2022-02-15T19:19:51.913Z] #40 3.089 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:19:52 [2022-02-15T19:19:52.486Z] #40 ...
19:19:52 [2022-02-15T19:19:52.486Z] 
19:19:52 [2022-02-15T19:19:52.486Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
19:19:52 [2022-02-15T19:19:52.486Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696
19:19:52 [2022-02-15T19:19:52.486Z] #47 39.30 Setting up criu (3.16.1-3) ...
19:19:52 [2022-02-15T19:19:52.486Z] #47 40.93 Processing triggers for libc-bin (2.31-13+deb11u2) ...
19:19:52 [2022-02-15T19:19:52.486Z] #47 DONE 42.1s
19:19:52 [2022-02-15T19:19:52.486Z] 
19:19:52 [2022-02-15T19:19:52.486Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:19:52 [2022-02-15T19:19:52.486Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.53 go: downloading gopkg.in/yaml.v2 v2.4.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.54 go: downloading github.com/pelletier/go-toml v1.9.4
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.61 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.67 go: downloading github.com/gobwas/glob v0.2.3
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.72 go: downloading github.com/kisielk/gotool v1.0.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.73 go: downloading github.com/gostaticanalysis/comment v1.4.2
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.76 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.78 go: downloading golang.org/x/mod v0.5.1
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.87 go: downloading github.com/ettle/strcase v0.1.1
19:19:52 [2022-02-15T19:19:52.486Z] #51 38.95 go: downloading github.com/fatih/structtag v1.2.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 39.01 go: downloading github.com/Masterminds/semver v1.5.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 39.08 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
19:19:52 [2022-02-15T19:19:52.486Z] #51 39.25 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
19:19:52 [2022-02-15T19:19:52.486Z] #51 39.38 go: downloading github.com/prometheus/client_golang v1.7.1
19:19:52 [2022-02-15T19:19:52.486Z] #51 39.62 go: downloading github.com/prometheus/client_model v0.2.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 39.67 go: downloading github.com/google/go-cmp v0.5.6
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.03 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.10 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.11 go: downloading github.com/olekukonko/tablewriter v0.0.5
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.23 go: downloading github.com/beorn7/perks v1.0.1
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.24 go: downloading github.com/cespare/xxhash/v2 v2.1.2
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.25 go: downloading github.com/golang/protobuf v1.5.2
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.27 go: downloading github.com/cespare/xxhash v1.1.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.50 go: downloading github.com/prometheus/common v0.10.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.73 go: downloading github.com/prometheus/procfs v0.6.0
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.80 go: downloading github.com/mattn/go-runewidth v0.0.9
19:19:52 [2022-02-15T19:19:52.486Z] #51 40.86 go: downloading google.golang.org/protobuf v1.27.1
19:19:52 [2022-02-15T19:19:52.486Z] #51 42.18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
19:19:52 [2022-02-15T19:19:52.746Z] #51 ...
19:19:52 [2022-02-15T19:19:52.746Z] 
19:19:52 [2022-02-15T19:19:52.746Z] #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:19:52 [2022-02-15T19:19:52.746Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf
19:19:52 [2022-02-15T19:19:52.746Z] #34 32.20 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:19:52 [2022-02-15T19:19:52.746Z] #34 32.26 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
19:19:52 [2022-02-15T19:19:52.746Z] #34 32.74 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:19:53 [2022-02-15T19:19:53.006Z] #34 ...
19:19:53 [2022-02-15T19:19:53.006Z] 
19:19:53 [2022-02-15T19:19:53.006Z] #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:19:53 [2022-02-15T19:19:53.006Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:19:53 [2022-02-15T19:19:53.006Z] #14 42.91 Selecting previously unselected package mingw-w64-x86-64-dev.
19:19:53 [2022-02-15T19:19:53.006Z] #14 42.91 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
19:19:53 [2022-02-15T19:19:53.006Z] #14 42.93 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
19:19:54 [2022-02-15T19:19:54.392Z] #14 ...
19:19:54 [2022-02-15T19:19:54.392Z] 
19:19:54 [2022-02-15T19:19:54.392Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
19:19:54 [2022-02-15T19:19:54.392Z] #40 sha256:4d8f4830c8c736123f12e4fcf04eac937e9a1e1b2bacc1ea3a51520f16ffae41
19:19:54 [2022-02-15T19:19:54.392Z] #40 4.680 [100%] Linking C executable tini-static
19:19:54 [2022-02-15T19:19:54.392Z] #40 5.160 [100%] Built target tini-static
19:19:54 [2022-02-15T19:19:54.392Z] #40 5.200 + mkdir -p /build
19:19:54 [2022-02-15T19:19:54.392Z] #40 5.211 + cp tini-static /build/docker-init
19:19:54 [2022-02-15T19:19:54.392Z] #40 DONE 5.5s
19:19:54 [2022-02-15T19:19:54.392Z] 
19:19:54 [2022-02-15T19:19:54.392Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:54 [2022-02-15T19:19:54.392Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:54 [2022-02-15T19:19:54.392Z] #31 21.63 
19:19:54 [2022-02-15T19:19:54.659Z] #31 25.96 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:19:56 [2022-02-15T19:19:56.050Z] #31 27.19 #=#=#                                                                         
19:19:56 [2022-02-15T19:19:56.312Z] #31 27.49 #=#=#                                                                         

######################################################################## 100.0%
19:19:56 [2022-02-15T19:19:56.940Z] #31 ...
19:19:56 [2022-02-15T19:19:56.940Z] 
19:19:56 [2022-02-15T19:19:56.940Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
19:19:56 [2022-02-15T19:19:56.940Z] #49 sha256:4bb1a95e6d46a27ca3c0b5ecc45c1bb8da1098ca75dfe1a9509f9a41c140271b
19:19:56 [2022-02-15T19:19:56.940Z] #49 46.73 gotestsum version dev
19:19:57 [2022-02-15T19:19:57.543Z] #49 DONE 47.4s
19:19:57 [2022-02-15T19:19:57.543Z] 
19:19:57 [2022-02-15T19:19:57.543Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
19:19:57 [2022-02-15T19:19:57.543Z] #31 sha256:1e3857c895ed17ae5532b8ddac84b3da6265341f4fd377e6ce1550c5cce4da7e
19:19:57 [2022-02-15T19:19:57.543Z] #31 28.27 
19:19:58 [2022-02-15T19:19:58.989Z] #31 30.23 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:19:59 [2022-02-15T19:19:59.936Z] #31 31.08 
19:20:00 [2022-02-15T19:20:00.199Z] #31 31.37 #=#=#                                                                         

######################################################################## 100.0%
19:20:00 [2022-02-15T19:20:00.777Z] #31 32.05 
19:20:01 [2022-02-15T19:20:01.040Z] #31 32.22 Download of images into '/build' complete.
19:20:01 [2022-02-15T19:20:01.040Z] #31 32.22 Use something like the following to load the result into a Docker daemon:
19:20:01 [2022-02-15T19:20:01.040Z] #31 32.22   tar -cC '/build' . | docker load
19:20:02 [2022-02-15T19:20:02.961Z] #31 DONE 34.4s
19:20:02 [2022-02-15T19:20:02.961Z] 
19:20:02 [2022-02-15T19:20:02.961Z] #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:20:02 [2022-02-15T19:20:02.961Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:20:02 [2022-02-15T19:20:02.961Z] #14 48.76 Selecting previously unselected package gcc-mingw-w64-base.
19:20:02 [2022-02-15T19:20:02.961Z] #14 48.76 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
19:20:02 [2022-02-15T19:20:02.961Z] #14 48.76 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
19:20:02 [2022-02-15T19:20:02.961Z] #14 48.88 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
19:20:02 [2022-02-15T19:20:02.961Z] #14 48.88 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
19:20:02 [2022-02-15T19:20:02.961Z] #14 48.91 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
19:20:03 [2022-02-15T19:20:03.909Z] #14 53.76 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
19:20:03 [2022-02-15T19:20:03.909Z] #14 53.77 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
19:20:03 [2022-02-15T19:20:03.909Z] #14 53.78 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:20:12 [2022-02-15T19:20:12.054Z] #14 ...
19:20:12 [2022-02-15T19:20:12.054Z] 
19:20:12 [2022-02-15T19:20:12.054Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:20:12 [2022-02-15T19:20:12.054Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:20:12 [2022-02-15T19:20:12.054Z] #60 31.70 Updating files:  74% (3474/4691)
Updating files:  75% (3519/4691)
Updating files:  76% (3566/4691)
Updating files:  77% (3613/4691)
Updating files:  78% (3659/4691)
Updating files:  79% (3706/4691)
Updating files:  80% (3753/4691)
Updating files:  81% (3800/4691)
Updating files:  82% (3847/4691)
Updating files:  83% (3894/4691)
Updating files:  84% (3941/4691)
Updating files:  85% (3988/4691)
Updating files:  86% (4035/4691)
Updating files:  87% (4082/4691)
Updating files:  88% (4129/4691)
Updating files:  89% (4175/4691)
Updating files:  90% (4222/4691)
Updating files:  91% (4269/4691)
Updating files:  92% (4316/4691)
Updating files:  93% (4363/4691)
Updating files:  94% (4410/4691)
Updating files:  95% (4457/4691)
Updating files:  96% (4504/4691)
Updating files:  97% (4551/4691)
Updating files:  98% (4598/4691)
Updating files:  99% (4645/4691)
Updating files: 100% (4691/4691)
Updating files: 100% (4691/4691), done.
19:20:12 [2022-02-15T19:20:12.054Z] #60 32.22 + cd /tmp/tmp.i4d5ZwRzCg/src/github.com/containerd/containerd
19:20:12 [2022-02-15T19:20:12.054Z] #60 32.22 + git checkout -q v1.5.9
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + export 'BUILDTAGS=netgo osusergo static_build'
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + BUILDTAGS='netgo osusergo static_build'
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + export EXTRA_FLAGS=-buildmode=pie
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + EXTRA_FLAGS=-buildmode=pie
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + '[' '' = dynamic ']'
19:20:13 [2022-02-15T19:20:13.450Z] #60 33.70 + make
19:20:14 [2022-02-15T19:20:14.394Z] #60 34.84 + bin/ctr
19:20:22 [2022-02-15T19:20:22.539Z] #60 ...
19:20:22 [2022-02-15T19:20:22.539Z] 
19:20:22 [2022-02-15T19:20:22.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:20:22 [2022-02-15T19:20:22.539Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:20:22 [2022-02-15T19:20:22.539Z] #14 62.41 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
19:20:22 [2022-02-15T19:20:22.539Z] #14 62.41 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
19:20:22 [2022-02-15T19:20:22.539Z] #14 62.42 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:20:22 [2022-02-15T19:20:22.539Z] #14 66.47 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
19:20:22 [2022-02-15T19:20:22.539Z] #14 66.48 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
19:20:22 [2022-02-15T19:20:22.539Z] #14 66.48 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
19:20:22 [2022-02-15T19:20:22.539Z] #14 70.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
19:20:22 [2022-02-15T19:20:22.539Z] #14 70.46 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
19:20:22 [2022-02-15T19:20:22.539Z] #14 70.47 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:20:29 [2022-02-15T19:20:29.138Z] #14 78.55 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
19:20:29 [2022-02-15T19:20:29.138Z] #14 78.55 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
19:20:29 [2022-02-15T19:20:29.138Z] #14 78.56 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:20:33 [2022-02-15T19:20:33.352Z] #14 82.84 Selecting previously unselected package g++-mingw-w64-x86-64.
19:20:33 [2022-02-15T19:20:33.352Z] #14 82.84 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
19:20:33 [2022-02-15T19:20:33.352Z] #14 82.85 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
19:20:33 [2022-02-15T19:20:33.352Z] #14 82.96 Selecting previously unselected package libapparmor1:arm64.
19:20:33 [2022-02-15T19:20:33.352Z] #14 82.96 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
19:20:33 [2022-02-15T19:20:33.352Z] #14 82.97 Unpacking libapparmor1:arm64 (2.13.6-10) ...
19:20:33 [2022-02-15T19:20:33.352Z] #14 83.05 Selecting previously unselected package libapparmor-dev:arm64.
19:20:33 [2022-02-15T19:20:33.352Z] #14 ...
19:20:33 [2022-02-15T19:20:33.352Z] 
19:20:33 [2022-02-15T19:20:33.352Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
19:20:33 [2022-02-15T19:20:33.352Z] #63 sha256:825a3af82396e9ca3a823b98db8c4f531b1e1ba073d47920bc16e611732424fd
19:20:33 [2022-02-15T19:20:33.352Z] #63 82.83 + for f in rootlesskit rootlesskit-docker-proxy
19:20:33 [2022-02-15T19:20:33.352Z] #63 82.83 + GOBIN=/build
19:20:33 [2022-02-15T19:20:33.352Z] #63 82.83 + GO111MODULE=on
19:20:33 [2022-02-15T19:20:33.352Z] #63 82.83 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.86 rootlesskit version 0.14.6
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87 Usage of /build/rootlesskit-docker-proxy:
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87   -container-ip string
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87     	container ip
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87   -container-port int
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87     	container port (default -1)
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87   -host-ip string
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87     	host ip
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87   -host-port int
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87     	host port (default -1)
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87   -proto string
19:20:37 [2022-02-15T19:20:37.576Z] #63 86.87     	proxy protocol (default "tcp")
19:20:38 [2022-02-15T19:20:38.518Z] #63 ...
19:20:38 [2022-02-15T19:20:38.518Z] 
19:20:38 [2022-02-15T19:20:38.518Z] #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:20:38 [2022-02-15T19:20:38.518Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.05 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.06 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.13 Selecting previously unselected package libbtrfs0:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.13 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.14 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.29 Selecting previously unselected package libbtrfs-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.29 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.32 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.51 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.51 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.52 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.56 Selecting previously unselected package libudev-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.56 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.57 Unpacking libudev-dev:arm64 (247.3-6) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.70 Selecting previously unselected package libsepol1-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.72 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.73 Unpacking libsepol1-dev:arm64 (3.1-1) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.94 Selecting previously unselected package libpcre2-16-0:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.96 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 83.97 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.09 Selecting previously unselected package libpcre2-32-0:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.10 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.10 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.30 Selecting previously unselected package libpcre2-posix2:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.31 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.33 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.74 Selecting previously unselected package libpcre2-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.77 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 84.78 Unpacking libpcre2-dev:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.07 Selecting previously unselected package libselinux1-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.10 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.10 Unpacking libselinux1-dev:arm64 (3.1-3) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.29 Selecting previously unselected package libdevmapper-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.32 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.32 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.37 Selecting previously unselected package libseccomp-dev:arm64.
19:20:38 [2022-02-15T19:20:38.518Z] #14 85.38 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.38 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.47 Selecting previously unselected package libsystemd-dev:arm64.
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.49 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.49 Unpacking libsystemd-dev:arm64 (247.3-6) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.91 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.93 Setting up libapparmor1:arm64 (2.13.6-10) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.94 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.97 Setting up libsepol1-dev:arm64 (3.1-1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 85.99 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.01 Setting up libpcre2-16-0:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.02 Setting up libbtrfs0:arm64 (5.10.1-2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.03 Setting up libpcre2-32-0:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.05 Setting up libudev-dev:arm64 (247.3-6) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.06 Setting up libpcre2-posix2:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.08 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.09 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.12 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.14 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.16 Setting up mingw-w64-common (8.0.0-1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.18 Setting up libsystemd-dev:arm64 (247.3-6) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.23 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.24 Setting up libpcre2-dev:arm64 (10.36-2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.26 Setting up libselinux1-dev:arm64 (3.1-3) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.28 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.29 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.32 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:20:38 [2022-02-15T19:20:38.519Z] #14 86.33 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.34 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:20:38 [2022-02-15T19:20:38.519Z] #14 86.35 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.39 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.40 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:20:38 [2022-02-15T19:20:38.519Z] #14 86.40 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.42 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.44 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.45 Setting up dmsetup (2:1.02.175-2.1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.47 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.48 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
19:20:38 [2022-02-15T19:20:38.519Z] #14 86.49 Processing triggers for libc-bin (2.31-13+deb11u2) ...
19:20:41 [2022-02-15T19:20:41.823Z] #14 ...
19:20:41 [2022-02-15T19:20:41.823Z] 
19:20:41 [2022-02-15T19:20:41.823Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
19:20:41 [2022-02-15T19:20:41.823Z] #63 sha256:825a3af82396e9ca3a823b98db8c4f531b1e1ba073d47920bc16e611732424fd
19:20:41 [2022-02-15T19:20:41.823Z] #63 DONE 91.3s
19:20:41 [2022-02-15T19:20:41.823Z] 
19:20:41 [2022-02-15T19:20:41.823Z] #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:20:41 [2022-02-15T19:20:41.823Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4
19:20:41 [2022-02-15T19:20:41.823Z] #14 DONE 91.4s
19:20:41 [2022-02-15T19:20:41.823Z] 
19:20:41 [2022-02-15T19:20:41.823Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
19:20:41 [2022-02-15T19:20:41.823Z] #55 sha256:36d5f7969ee5571c1d8794a9aad3b6ddc7a10a7d09c41aec114e3f0d253ea559
19:20:41 [2022-02-15T19:20:41.823Z] #55 DONE 0.2s
19:20:41 [2022-02-15T19:20:41.823Z] 
19:20:41 [2022-02-15T19:20:41.823Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
19:20:41 [2022-02-15T19:20:41.823Z] #64 sha256:dcd44cb4e3b36656a0bd4fd803529c3c438799aaad504c5a79f984ccf5a1823a
19:20:41 [2022-02-15T19:20:41.823Z] #64 DONE 0.2s
19:20:41 [2022-02-15T19:20:41.823Z] 
19:20:41 [2022-02-15T19:20:41.823Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
19:20:41 [2022-02-15T19:20:41.823Z] #56 sha256:7c2cabeaf396cfb35d770ba7f627b4f28adf8e68103ed1d9ff196c83e9584d2c
19:20:41 [2022-02-15T19:20:41.823Z] #56 ...
19:20:41 [2022-02-15T19:20:41.823Z] 
19:20:41 [2022-02-15T19:20:41.824Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:20:41 [2022-02-15T19:20:41.824Z] #65 sha256:0836e002861702134f478e928e1d53b9f610d109c86e9fc9d6dd9e1d776cb558
19:20:41 [2022-02-15T19:20:41.824Z] #65 DONE 0.1s
19:20:42 [2022-02-15T19:20:42.085Z] 
19:20:42 [2022-02-15T19:20:42.085Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
19:20:42 [2022-02-15T19:20:42.085Z] #15 sha256:ebd260f98611310eb63222a71234426c164eb8747bf9d22f3d1eca7188980f25
19:20:43 [2022-02-15T19:20:43.028Z] #15 DONE 1.5s
19:20:43 [2022-02-15T19:20:43.028Z] 
19:20:43 [2022-02-15T19:20:43.028Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
19:20:43 [2022-02-15T19:20:43.028Z] #56 sha256:7c2cabeaf396cfb35d770ba7f627b4f28adf8e68103ed1d9ff196c83e9584d2c
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.121 + RM_GOPATH=0
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.121 + TMP_GOPATH=
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.121 + : /build
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.121 + '[' -z '' ']'
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.134 ++ mktemp -d
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.134 + export GOPATH=/tmp/tmp.oiN15m5xpS
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.134 + GOPATH=/tmp/tmp.oiN15m5xpS
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.134 + RM_GOPATH=1
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.134 + case "$(go env GOARCH)" in
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.164 ++ go env GOARCH
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.193 Install runc version v1.1.0 (build tags: seccomp)
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + export GO_BUILDMODE=-buildmode=pie
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + GO_BUILDMODE=-buildmode=pie
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 ++ dirname /install.sh
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + dir=/
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + bin=runc
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + shift
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + '[' '!' -f //runc.installer ']'
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + . //runc.installer
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 ++ set -e
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 ++ : v1.1.0
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + install_runc
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + RUNC_BUILDTAGS=seccomp
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + echo 'Install runc version v1.1.0 (build tags: seccomp)'
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oiN15m5xpS/src/github.com/opencontainers/runc
19:20:43 [2022-02-15T19:20:43.028Z] #56 1.198 Cloning into '/tmp/tmp.oiN15m5xpS/src/github.com/opencontainers/runc'...
19:20:44 [2022-02-15T19:20:44.420Z] #56 ...
19:20:44 [2022-02-15T19:20:44.420Z] 
19:20:44 [2022-02-15T19:20:44.420Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:20:44 [2022-02-15T19:20:44.420Z] #16 sha256:8258b06d44e8375c4dd696be207f112629c136adb02e5302e59ba7f3765c683e
19:20:44 [2022-02-15T19:20:44.420Z] #16 DONE 1.1s
19:20:44 [2022-02-15T19:20:44.420Z] 
19:20:44 [2022-02-15T19:20:44.420Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
19:20:44 [2022-02-15T19:20:44.420Z] #26 sha256:88bcf69144f81f324fcd68ac7cbf1b14c363caac6bf683674e09d592734c2111
19:20:44 [2022-02-15T19:20:44.687Z] #26 93.88 Updating files:  22% (2621/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
19:20:44 [2022-02-15T19:20:44.687Z] #26 ...
19:20:44 [2022-02-15T19:20:44.687Z] 
19:20:44 [2022-02-15T19:20:44.687Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:20:44 [2022-02-15T19:20:44.687Z] #17 sha256:51b980c25677bad42d7e979df2bf71fed02699b1beca0c04199aeb9caa243a74
19:20:44 [2022-02-15T19:20:44.687Z] #17 0.528 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:20:44 [2022-02-15T19:20:44.687Z] #17 DONE 0.7s
19:20:44 [2022-02-15T19:20:44.687Z] 
19:20:44 [2022-02-15T19:20:44.687Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
19:20:44 [2022-02-15T19:20:44.687Z] #26 sha256:88bcf69144f81f324fcd68ac7cbf1b14c363caac6bf683674e09d592734c2111
19:20:45 [2022-02-15T19:20:45.732Z] #26 93.88 Updating files:  22% (2621/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  44% (5077/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
19:20:45 [2022-02-15T19:20:45.732Z] #26 ...
19:20:45 [2022-02-15T19:20:45.732Z] 
19:20:45 [2022-02-15T19:20:45.732Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:20:45 [2022-02-15T19:20:45.732Z] #18 sha256:d713279fb198e9d86d054bb8aea8d183b33e7e9e710da7c33439351a4406a0eb
19:20:45 [2022-02-15T19:20:45.732Z] #18 DONE 0.9s
19:20:45 [2022-02-15T19:20:45.732Z] 
19:20:45 [2022-02-15T19:20:45.732Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
19:20:45 [2022-02-15T19:20:45.732Z] #26 sha256:88bcf69144f81f324fcd68ac7cbf1b14c363caac6bf683674e09d592734c2111
19:20:46 [2022-02-15T19:20:46.518Z] #26 93.88 Updating files:  22% (2621/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  44% (5077/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  67% (7738/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
19:20:46 [2022-02-15T19:20:46.518Z] #26 ...
19:20:46 [2022-02-15T19:20:46.518Z] 
19:20:46 [2022-02-15T19:20:46.518Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:20:46 [2022-02-15T19:20:46.518Z] #19 sha256:63a03f5053b87d795e28bf87f0c43a5e40a09a49793c6f1e2c9cd6dc57afb0b2
19:20:46 [2022-02-15T19:20:46.518Z] #19 DONE 0.7s
19:20:46 [2022-02-15T19:20:46.518Z] 
19:20:46 [2022-02-15T19:20:46.518Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
19:20:46 [2022-02-15T19:20:46.518Z] #26 sha256:88bcf69144f81f324fcd68ac7cbf1b14c363caac6bf683674e09d592734c2111
19:20:47 [2022-02-15T19:20:47.047Z] #26 93.88 Updating files:  22% (2621/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  44% (5077/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  67% (7738/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
19:20:47 [2022-02-15T19:20:47.048Z] #26 ...
19:20:47 [2022-02-15T19:20:47.048Z] 
19:20:47 [2022-02-15T19:20:47.048Z] #20 [dev-systemd-false  6/24] RUN ldconfig
19:20:47 [2022-02-15T19:20:47.048Z] #20 sha256:4b7ffaa29324ce5c27a628088faff138fe7eb0bd25275cded4ae9798a445ccd6
19:20:47 [2022-02-15T19:20:47.048Z] #20 DONE 0.8s
19:20:47 [2022-02-15T19:20:47.048Z] 
19:20:47 [2022-02-15T19:20:47.048Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
19:20:47 [2022-02-15T19:20:47.048Z] #26 sha256:88bcf69144f81f324fcd68ac7cbf1b14c363caac6bf683674e09d592734c2111
19:20:47 [2022-02-15T19:20:47.312Z] #26 93.88 Updating files:  22% (2621/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  44% (5077/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  67% (7738/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
19:20:47 [2022-02-15T19:20:47.576Z] #26 96.98 + cd /tmp/tmp.u8XqYcpWDx/tmp/docker-ce
19:20:47 [2022-02-15T19:20:47.576Z] #26 96.98 + git checkout -q v17.06.2-ce
19:20:50 [2022-02-15T19:20:50.118Z] #26 99.21 + mkdir -p /tmp/tmp.u8XqYcpWDx/src/github.com/docker
19:20:50 [2022-02-15T19:20:50.118Z] #26 99.21 + mv components/cli /tmp/tmp.u8XqYcpWDx/src/github.com/docker/cli
19:20:50 [2022-02-15T19:20:50.118Z] #26 99.21 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
19:20:54 [2022-02-15T19:20:54.326Z] #26 ...
19:20:54 [2022-02-15T19:20:54.326Z] 
19:20:54 [2022-02-15T19:20:54.326Z] #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:20:54 [2022-02-15T19:20:54.326Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf
19:20:54 [2022-02-15T19:20:54.326Z] #34 DONE 103.8s
19:20:54 [2022-02-15T19:20:54.326Z] 
19:20:54 [2022-02-15T19:20:54.327Z] #21 [dev-systemd-false  7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
19:20:54 [2022-02-15T19:20:54.327Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af
19:20:54 [2022-02-15T19:20:54.327Z] #21 0.909 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
19:20:54 [2022-02-15T19:20:54.327Z] #21 0.922 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
19:20:54 [2022-02-15T19:20:54.327Z] #21 0.923 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
19:20:54 [2022-02-15T19:20:54.327Z] #21 1.312 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
19:20:54 [2022-02-15T19:20:54.327Z] #21 1.900 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [115 kB]
19:20:54 [2022-02-15T19:20:54.327Z] #21 2.726 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
19:20:54 [2022-02-15T19:20:54.327Z] #21 5.210 Fetched 8387 kB in 5s (1837 kB/s)
19:20:54 [2022-02-15T19:20:54.327Z] #21 5.210 Reading package lists...
19:20:55 [2022-02-15T19:20:55.732Z] #21 6.705 Reading package lists...
19:20:56 [2022-02-15T19:20:56.311Z] #21 8.485 Building dependency tree...
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.866 The following additional packages will be installed:
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.868   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.869   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.870   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.871   python3-pkg-resources vim-runtime xxd
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.879 Suggested packages:
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.881   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.881   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.882   acl attr quota
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.882 Recommended packages:
19:20:57 [2022-02-15T19:20:57.255Z] #21 9.882   libatm1 nftables libpam-cap build-essential python3-dev unzip
19:20:58 [2022-02-15T19:20:58.199Z] #21 10.89 The following NEW packages will be installed:
19:20:58 [2022-02-15T19:20:58.199Z] #21 10.89   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
19:20:58 [2022-02-15T19:20:58.199Z] #21 10.89   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
19:20:58 [2022-02-15T19:20:58.199Z] #21 10.90   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
19:20:58 [2022-02-15T19:20:58.200Z] #21 10.90   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
19:20:58 [2022-02-15T19:20:58.200Z] #21 10.90   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
19:20:58 [2022-02-15T19:20:58.200Z] #21 10.90   python3-pkg-resources python3-setuptools python3-wheel sudo
19:20:58 [2022-02-15T19:20:58.200Z] #21 10.90   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:20:58 [2022-02-15T19:20:58.200Z] #21 10.90   xz-utils zip zstd
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.20 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.20 Need to get 27.0 MB of archives.
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.20 After this operation, 105 MB of additional disk space will be used.
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.21 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.22 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.22 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.23 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.23 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.25 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.25 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.26 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.29 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.29 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.29 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.29 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.29 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.30 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.30 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.30 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.31 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.31 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.31 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 11.31 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
19:20:58 [2022-02-15T19:20:58.462Z] #21 ...
19:20:58 [2022-02-15T19:20:58.462Z] 
19:20:58 [2022-02-15T19:20:58.462Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
19:20:58 [2022-02-15T19:20:58.462Z] #56 sha256:7c2cabeaf396cfb35d770ba7f627b4f28adf8e68103ed1d9ff196c83e9584d2c
19:20:58 [2022-02-15T19:20:58.462Z] #56 16.78 + cd /tmp/tmp.oiN15m5xpS/src/github.com/opencontainers/runc
19:20:58 [2022-02-15T19:20:58.462Z] #56 16.78 + git checkout -q v1.1.0
19:20:58 [2022-02-15T19:20:58.725Z] #56 17.05 + '[' -z '' ']'
19:20:58 [2022-02-15T19:20:58.725Z] #56 17.05 + target=static
19:20:58 [2022-02-15T19:20:58.725Z] #56 17.05 + make BUILDTAGS=seccomp static
19:20:59 [2022-02-15T19:20:59.299Z] #56 17.49 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc .
19:21:04 [2022-02-15T19:21:04.587Z] #56 ...
19:21:04 [2022-02-15T19:21:04.587Z] 
19:21:04 [2022-02-15T19:21:04.587Z] #21 [dev-systemd-false  7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
19:21:04 [2022-02-15T19:21:04.588Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.62 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.62 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.63 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.63 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.63 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.63 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.63 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.69 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.70 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.70 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.71 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.72 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.72 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.72 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.76 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.76 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.77 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.92 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.96 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.99 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 11.99 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.57 debconf: delaying package configuration, since apt-utils is not installed
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.67 Fetched 27.0 MB in 1s (24.5 MB/s)
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.72 Selecting previously unselected package pigz.
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.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 ... 24001 files and directories currently installed.)
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.77 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.77 Unpacking pigz (2.6-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.84 Selecting previously unselected package libelf1:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.85 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.85 Unpacking libelf1:arm64 (0.183-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.99 Selecting previously unselected package libbpf0:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 12.99 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.00 Unpacking libbpf0:arm64 (1:0.3-2) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.07 Selecting previously unselected package libcap2:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.07 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.07 Unpacking libcap2:arm64 (1:2.44-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.14 Selecting previously unselected package libmnl0:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.14 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.15 Unpacking libmnl0:arm64 (1.0.4-3) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.20 Selecting previously unselected package libxtables12:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.20 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.20 Unpacking libxtables12:arm64 (1.8.7-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.26 Selecting previously unselected package libcap2-bin.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.26 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.28 Unpacking libcap2-bin (1:2.44-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.36 Selecting previously unselected package iproute2.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.36 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.37 Unpacking iproute2 (5.10.0-4) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.80 Selecting previously unselected package xxd.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.80 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.81 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.93 Selecting previously unselected package vim-common.
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.93 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 13.95 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 14.06 Selecting previously unselected package bash-completion.
19:21:04 [2022-02-15T19:21:04.588Z] #21 14.06 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.57 Unpacking bash-completion (1:2.11-2) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.89 Selecting previously unselected package bzip2.
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.89 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.91 Unpacking bzip2 (1.0.8-4) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.97 Selecting previously unselected package xz-utils.
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.98 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 15.98 Unpacking xz-utils (5.2.5-2) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.10 Selecting previously unselected package apparmor.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.11 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.14 Unpacking apparmor (2.13.6-10) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.51 Selecting previously unselected package inetutils-ping.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.51 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.54 Unpacking inetutils-ping (2:2.0-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.67 Selecting previously unselected package libip4tc2:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.68 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.69 Unpacking libip4tc2:arm64 (1.8.7-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.76 Selecting previously unselected package libip6tc2:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.78 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.78 Unpacking libip6tc2:arm64 (1.8.7-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.83 Selecting previously unselected package libnfnetlink0:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.83 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.84 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.88 Selecting previously unselected package libnetfilter-conntrack3:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.88 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.89 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.95 Selecting previously unselected package libnftnl11:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.98 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 16.98 Unpacking libnftnl11:arm64 (1.1.9-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.07 Selecting previously unselected package iptables.
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.08 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.09 Unpacking iptables (1.8.7-1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.34 Selecting previously unselected package libonig5:arm64.
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.35 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.35 Unpacking libonig5:arm64 (6.9.6-1.1) ...
19:21:04 [2022-02-15T19:21:04.588Z] #21 17.48 Selecting previously unselected package libjq1:arm64.
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.49 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.51 Unpacking libjq1:arm64 (1.6-2.1) ...
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.63 Selecting previously unselected package jq.
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.63 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.64 Unpacking jq (1.6-2.1) ...
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.71 Selecting previously unselected package libaio1:arm64.
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.72 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.72 Unpacking libaio1:arm64 (0.3.112-9) ...
19:21:04 [2022-02-15T19:21:04.848Z] #21 17.77 Selecting previously unselected package libgpm2:arm64.
19:21:05 [2022-02-15T19:21:05.110Z] #21 17.78 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
19:21:05 [2022-02-15T19:21:05.110Z] #21 17.78 Unpacking libgpm2:arm64 (1.20.7-8) ...
19:21:05 [2022-02-15T19:21:05.110Z] #21 17.84 Selecting previously unselected package libicu67:arm64.
19:21:05 [2022-02-15T19:21:05.110Z] #21 17.85 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
19:21:05 [2022-02-15T19:21:05.110Z] #21 17.86 Unpacking libicu67:arm64 (67.1-7) ...
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.36 Selecting previously unselected package libinih1:arm64.
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.37 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.38 Unpacking libinih1:arm64 (53-1+b2) ...
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.44 Selecting previously unselected package libnet1:arm64.
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.44 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.45 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.53 Selecting previously unselected package libnl-3-200:arm64.
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.53 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
19:21:07 [2022-02-15T19:21:07.661Z] #21 20.53 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
19:21:07 [2022-02-15T19:21:07.924Z] #21 20.61 Selecting previously unselected package libprotobuf-c1:arm64.
19:21:07 [2022-02-15T19:21:07.924Z] #21 20.62 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
19:21:07 [2022-02-15T19:21:07.924Z] #21 20.62 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
19:21:07 [2022-02-15T19:21:07.924Z] #21 20.67 Selecting previously unselected package net-tools.
19:21:07 [2022-02-15T19:21:07.924Z] #21 20.68 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
19:21:07 [2022-02-15T19:21:07.924Z] #21 20.68 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
19:21:08 [2022-02-15T19:21:08.185Z] #21 20.87 Selecting previously unselected package patch.
19:21:08 [2022-02-15T19:21:08.185Z] #21 20.88 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ...
19:21:08 [2022-02-15T19:21:08.185Z] #21 20.88 Unpacking patch (2.7.6-7) ...
19:21:08 [2022-02-15T19:21:08.185Z] #21 20.98 Selecting previously unselected package python-pip-whl.
19:21:08 [2022-02-15T19:21:08.185Z] #21 20.98 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
19:21:08 [2022-02-15T19:21:08.185Z] #21 20.99 Unpacking python-pip-whl (20.3.4-4) ...
19:21:08 [2022-02-15T19:21:08.446Z] #21 21.38 Selecting previously unselected package python3-lib2to3.
19:21:08 [2022-02-15T19:21:08.446Z] #21 21.38 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
19:21:08 [2022-02-15T19:21:08.708Z] #21 21.39 Unpacking python3-lib2to3 (3.9.2-1) ...
19:21:08 [2022-02-15T19:21:08.708Z] #21 21.48 Selecting previously unselected package python3-distutils.
19:21:08 [2022-02-15T19:21:08.708Z] #21 21.49 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
19:21:08 [2022-02-15T19:21:08.708Z] #21 21.49 Unpacking python3-distutils (3.9.2-1) ...
19:21:08 [2022-02-15T19:21:08.708Z] #21 21.62 Selecting previously unselected package python3-pkg-resources.
19:21:08 [2022-02-15T19:21:08.969Z] #21 21.63 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
19:21:08 [2022-02-15T19:21:08.969Z] #21 21.63 Unpacking python3-pkg-resources (52.0.0-4) ...
19:21:08 [2022-02-15T19:21:08.969Z] #21 21.75 Selecting previously unselected package python3-setuptools.
19:21:08 [2022-02-15T19:21:08.969Z] #21 21.75 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
19:21:08 [2022-02-15T19:21:08.969Z] #21 21.76 Unpacking python3-setuptools (52.0.0-4) ...
19:21:09 [2022-02-15T19:21:09.230Z] #21 21.97 Selecting previously unselected package python3-wheel.
19:21:09 [2022-02-15T19:21:09.230Z] #21 21.98 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
19:21:09 [2022-02-15T19:21:09.230Z] #21 21.98 Unpacking python3-wheel (0.34.2-1) ...
19:21:09 [2022-02-15T19:21:09.230Z] #21 22.05 Selecting previously unselected package python3-pip.
19:21:09 [2022-02-15T19:21:09.230Z] #21 22.06 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
19:21:09 [2022-02-15T19:21:09.230Z] #21 22.07 Unpacking python3-pip (20.3.4-4) ...
19:21:09 [2022-02-15T19:21:09.492Z] #21 22.31 Selecting previously unselected package sudo.
19:21:09 [2022-02-15T19:21:09.492Z] #21 22.31 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ...
19:21:09 [2022-02-15T19:21:09.492Z] #21 22.31 Unpacking sudo (1.9.5p2-3) ...
19:21:10 [2022-02-15T19:21:10.015Z] #21 22.73 Selecting previously unselected package thin-provisioning-tools.
19:21:10 [2022-02-15T19:21:10.015Z] #21 22.74 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ...
19:21:10 [2022-02-15T19:21:10.015Z] #21 22.76 Unpacking thin-provisioning-tools (0.9.0-1) ...
19:21:10 [2022-02-15T19:21:10.015Z] #21 22.91 Selecting previously unselected package uidmap.
19:21:10 [2022-02-15T19:21:10.015Z] #21 22.92 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ...
19:21:10 [2022-02-15T19:21:10.015Z] #21 22.94 Unpacking uidmap (1:4.8.1-1) ...
19:21:10 [2022-02-15T19:21:10.277Z] #21 23.04 Selecting previously unselected package vim-runtime.
19:21:10 [2022-02-15T19:21:10.277Z] #21 23.04 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
19:21:10 [2022-02-15T19:21:10.277Z] #21 23.08 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
19:21:10 [2022-02-15T19:21:10.277Z] #21 23.09 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
19:21:10 [2022-02-15T19:21:10.277Z] #21 23.11 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
19:21:12 [2022-02-15T19:21:12.823Z] #21 25.65 Selecting previously unselected package vim.
19:21:12 [2022-02-15T19:21:12.823Z] #21 25.66 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
19:21:12 [2022-02-15T19:21:12.823Z] #21 25.67 Unpacking vim (2:8.2.2434-3+deb11u1) ...
19:21:13 [2022-02-15T19:21:13.393Z] #21 26.12 Selecting previously unselected package xfsprogs.
19:21:13 [2022-02-15T19:21:13.393Z] #21 26.12 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ...
19:21:13 [2022-02-15T19:21:13.393Z] #21 26.13 Unpacking xfsprogs (5.10.0-4) ...
19:21:13 [2022-02-15T19:21:13.657Z] #21 26.47 Selecting previously unselected package zip.
19:21:13 [2022-02-15T19:21:13.657Z] #21 26.48 Preparing to unpack .../46-zip_3.0-12_arm64.deb ...
19:21:13 [2022-02-15T19:21:13.657Z] #21 26.48 Unpacking zip (3.0-12) ...
19:21:13 [2022-02-15T19:21:13.657Z] #21 26.59 Selecting previously unselected package zstd.
19:21:13 [2022-02-15T19:21:13.918Z] #21 26.59 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ...
19:21:13 [2022-02-15T19:21:13.918Z] #21 26.60 Unpacking zstd (1.4.8+dfsg-2.1) ...
19:21:13 [2022-02-15T19:21:13.918Z] #21 26.80 Setting up python3-pkg-resources (52.0.0-4) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.52 Setting up libip4tc2:arm64 (1.8.7-1) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.53 Setting up net-tools (1.60+git20181103.0eebece-1) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.55 Setting up libgpm2:arm64 (1.20.7-8) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.56 Setting up libicu67:arm64 (67.1-7) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.58 Setting up libip6tc2:arm64 (1.8.7-1) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.59 Setting up libinih1:arm64 (53-1+b2) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.60 Setting up uidmap (1:4.8.1-1) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.62 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.64 Setting up bzip2 (1.0.8-4) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.65 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
19:21:14 [2022-02-15T19:21:14.862Z] #21 27.67 Setting up python3-wheel (0.34.2-1) ...
19:21:15 [2022-02-15T19:21:15.451Z] #21 28.24 Setting up xxd (2:8.2.2434-3+deb11u1) ...
19:21:15 [2022-02-15T19:21:15.451Z] #21 28.25 Setting up libcap2:arm64 (1:2.44-1) ...
19:21:15 [2022-02-15T19:21:15.451Z] #21 28.27 Setting up libcap2-bin (1:2.44-1) ...
19:21:15 [2022-02-15T19:21:15.451Z] #21 28.28 Setting up apparmor (2.13.6-10) ...
19:21:17 [2022-02-15T19:21:17.369Z] #21 29.89 Setting up zip (3.0-12) ...
19:21:17 [2022-02-15T19:21:17.369Z] #21 29.90 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
19:21:17 [2022-02-15T19:21:17.369Z] #21 29.93 Setting up bash-completion (1:2.11-2) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 31.83 Setting up xz-utils (5.2.5-2) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 31.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:21:19 [2022-02-15T19:21:19.288Z] #21 31.86 Setting up libmnl0:arm64 (1.0.4-3) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 31.87 Setting up patch (2.7.6-7) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 31.89 Setting up sudo (1.9.5p2-3) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 31.99 invoke-rc.d: could not determine current runlevel
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.00 invoke-rc.d: policy-rc.d denied execution of start.
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.01 Setting up xfsprogs (5.10.0-4) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.03 Setting up libxtables12:arm64 (1.8.7-1) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.04 Setting up inetutils-ping (2:2.0-1) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.12 Setting up pigz (2.6-1) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.14 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.15 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.17 Setting up python-pip-whl (20.3.4-4) ...
19:21:19 [2022-02-15T19:21:19.288Z] #21 32.20 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
19:21:19 [2022-02-15T19:21:19.860Z] #21 32.70 Setting up libaio1:arm64 (0.3.112-9) ...
19:21:19 [2022-02-15T19:21:19.860Z] #21 32.72 Setting up python3-lib2to3 (3.9.2-1) ...
19:21:20 [2022-02-15T19:21:20.122Z] #21 33.08 Setting up libelf1:arm64 (0.183-1) ...
19:21:20 [2022-02-15T19:21:20.384Z] #21 33.14 Setting up zstd (1.4.8+dfsg-2.1) ...
19:21:20 [2022-02-15T19:21:20.384Z] #21 33.15 Setting up libonig5:arm64 (6.9.6-1.1) ...
19:21:20 [2022-02-15T19:21:20.384Z] #21 33.17 Setting up python3-distutils (3.9.2-1) ...
19:21:20 [2022-02-15T19:21:20.645Z] #21 33.53 Setting up vim (2:8.2.2434-3+deb11u1) ...
19:21:20 [2022-02-15T19:21:20.645Z] #21 33.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:21:20 [2022-02-15T19:21:20.906Z] #21 33.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:21:20 [2022-02-15T19:21:20.907Z] #21 33.59 Setting up python3-setuptools (52.0.0-4) ...
19:21:21 [2022-02-15T19:21:21.874Z] #21 34.80 Setting up libjq1:arm64 (1.6-2.1) ...
19:21:21 [2022-02-15T19:21:21.874Z] #21 34.83 Setting up libnftnl11:arm64 (1.1.9-1) ...
19:21:22 [2022-02-15T19:21:22.135Z] #21 34.84 Setting up thin-provisioning-tools (0.9.0-1) ...
19:21:22 [2022-02-15T19:21:22.135Z] #21 34.91 Setting up python3-pip (20.3.4-4) ...
19:21:23 [2022-02-15T19:21:23.084Z] #21 35.95 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
19:21:23 [2022-02-15T19:21:23.084Z] #21 35.98 Setting up jq (1.6-2.1) ...
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.00 Setting up libbpf0:arm64 (1:0.3-2) ...
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.02 Setting up iptables (1.8.7-1) ...
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:21:23 [2022-02-15T19:21:23.349Z] #21 36.09 Setting up iproute2 (5.10.0-4) ...
19:21:23 [2022-02-15T19:21:23.610Z] #21 36.47 Processing triggers for libc-bin (2.31-13+deb11u2) ...
19:21:24 [2022-02-15T19:21:24.994Z] #21 DONE 37.7s
19:21:24 [2022-02-15T19:21:24.994Z] 
19:21:24 [2022-02-15T19:21:24.994Z] #22 [dev-systemd-false  8/24] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
19:21:24 [2022-02-15T19:21:24.994Z] #22 sha256:09eced093a07377984af5193118937a4bbe85c23b5aa55217a4a90cced512d08
19:21:25 [2022-02-15T19:21:25.570Z] #22 0.607 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:21:25 [2022-02-15T19:21:25.570Z] #22 0.612 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:21:25 [2022-02-15T19:21:25.570Z] #22 0.615 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:21:25 [2022-02-15T19:21:25.570Z] #22 DONE 0.7s
19:21:25 [2022-02-15T19:21:25.570Z] 
19:21:25 [2022-02-15T19:21:25.570Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
19:21:25 [2022-02-15T19:21:25.570Z] #23 sha256:87bac903f353f1463ce3ca14555ca78b7b11df3fc7e2a081d828af891a131cea
19:21:35 [2022-02-15T19:21:35.578Z] #23 8.357 Collecting yamllint==1.26.1
19:21:35 [2022-02-15T19:21:35.578Z] #23 9.403   Downloading yamllint-1.26.1.tar.gz (126 kB)
19:21:36 [2022-02-15T19:21:36.149Z] #23 10.38 Collecting pathspec>=0.5.3
19:21:36 [2022-02-15T19:21:36.149Z] #23 10.39   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
19:21:36 [2022-02-15T19:21:36.149Z] #23 10.60 Collecting pyyaml
19:21:36 [2022-02-15T19:21:36.149Z] #23 10.61   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
19:21:36 [2022-02-15T19:21:36.410Z] #23 10.72 Building wheels for collected packages: yamllint
19:21:36 [2022-02-15T19:21:36.410Z] #23 10.73   Building wheel for yamllint (setup.py): started
19:21:37 [2022-02-15T19:21:37.353Z] #23 11.61   Building wheel for yamllint (setup.py): finished with status 'done'
19:21:37 [2022-02-15T19:21:37.353Z] #23 11.61   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6a22bfc24bd65a6d174de24d46be48469c4e0b25fa13e8a43dce2a47ae3edf2e
19:21:37 [2022-02-15T19:21:37.353Z] #23 11.61   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
19:21:37 [2022-02-15T19:21:37.353Z] #23 11.62 Successfully built yamllint
19:21:37 [2022-02-15T19:21:37.353Z] #23 11.63 Installing collected packages: pyyaml, pathspec, yamllint
19:21:37 [2022-02-15T19:21:37.615Z] #23 11.98 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
19:21:38 [2022-02-15T19:21:38.034Z] #23 DONE 12.6s
19:21:38 [2022-02-15T19:21:38.034Z] 
19:21:38 [2022-02-15T19:21:38.034Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:21:38 [2022-02-15T19:21:38.034Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:21:44 [2022-02-15T19:21:44.627Z] #60 ...
19:21:44 [2022-02-15T19:21:44.627Z] 
19:21:44 [2022-02-15T19:21:44.627Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
19:21:44 [2022-02-15T19:21:44.627Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355
19:21:44 [2022-02-15T19:21:44.627Z] #43 153.5 + dpkg --print-architecture
19:21:44 [2022-02-15T19:21:44.627Z] #43 DONE 154.0s
19:21:44 [2022-02-15T19:21:44.627Z] 
19:21:44 [2022-02-15T19:21:44.627Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:21:44 [2022-02-15T19:21:44.627Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:22:40 [2022-02-15T19:22:40.965Z] #51 ...
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
19:22:40 [2022-02-15T19:22:40.965Z] #26 sha256:88bcf69144f81f324fcd68ac7cbf1b14c363caac6bf683674e09d592734c2111
19:22:40 [2022-02-15T19:22:40.965Z] #26 202.3 + return
19:22:40 [2022-02-15T19:22:40.965Z] #26 DONE 203.4s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
19:22:40 [2022-02-15T19:22:40.965Z] #56 sha256:7c2cabeaf396cfb35d770ba7f627b4f28adf8e68103ed1d9ff196c83e9584d2c
19:22:40 [2022-02-15T19:22:40.965Z] #56 ...
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
19:22:40 [2022-02-15T19:22:40.965Z] #27 sha256:7a6d9a833e545ff2afcb1c300deb3efec66b5c5df6760be542c7b76625672b19
19:22:40 [2022-02-15T19:22:40.965Z] #27 DONE 0.5s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
19:22:40 [2022-02-15T19:22:40.965Z] #32 sha256:ecd22621be907bf73c9d9451694bcc19e4d752fbb45c65fbbf9aadd7b4b97980
19:22:40 [2022-02-15T19:22:40.965Z] #32 DONE 0.5s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:22:40 [2022-02-15T19:22:40.965Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:22:40 [2022-02-15T19:22:40.965Z] #60 ...
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
19:22:40 [2022-02-15T19:22:40.965Z] #35 sha256:c5042fbc2f46f376e88271c04beb7a6dc06d9bb78a39e1e6ad8630bb5959d4c4
19:22:40 [2022-02-15T19:22:40.965Z] #35 DONE 0.4s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
19:22:40 [2022-02-15T19:22:40.965Z] #37 sha256:6f50c9b5eceb70463a2bc74fcb10d1a8419873dc0437d11900f27aaf645af1d6
19:22:40 [2022-02-15T19:22:40.965Z] #37 DONE 0.1s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:22:40 [2022-02-15T19:22:40.965Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:22:40 [2022-02-15T19:22:40.965Z] #60 ...
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
19:22:40 [2022-02-15T19:22:40.965Z] #41 sha256:c60f3fcbfc5216fcdb4aec09b056867655f1020d32ec8f87b2945e6abcb22a63
19:22:40 [2022-02-15T19:22:40.965Z] #41 DONE 0.0s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
19:22:40 [2022-02-15T19:22:40.965Z] #44 sha256:3a98bb73a99915dd4a0c8f676fa3c666b35644e16e299a8fa66c8e654455f540
19:22:40 [2022-02-15T19:22:40.965Z] #44 DONE 1.6s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:22:40 [2022-02-15T19:22:40.965Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:22:40 [2022-02-15T19:22:40.965Z] #60 177.9 + bin/containerd
19:22:40 [2022-02-15T19:22:40.965Z] #60 ...
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
19:22:40 [2022-02-15T19:22:40.965Z] #48 sha256:cf42ae9b9a643c079f49c158e1fa7d1f7815a13b321aeb165be46e9d692d06a8
19:22:40 [2022-02-15T19:22:40.965Z] #48 DONE 2.3s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
19:22:40 [2022-02-15T19:22:40.965Z] #50 sha256:b297bfd5009441cedbdacc37be10c26da9b08f059728aa6fac606b9a561a77d7
19:22:40 [2022-02-15T19:22:40.965Z] #50 DONE 0.3s
19:22:40 [2022-02-15T19:22:40.965Z] 
19:22:40 [2022-02-15T19:22:40.965Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:22:40 [2022-02-15T19:22:40.965Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:22:42 [2022-02-15T19:22:42.349Z] #60 ...
19:22:42 [2022-02-15T19:22:42.349Z] 
19:22:42 [2022-02-15T19:22:42.349Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
19:22:42 [2022-02-15T19:22:42.349Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c
19:22:42 [2022-02-15T19:22:42.349Z] #51 212.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
19:22:42 [2022-02-15T19:22:42.610Z] #51 DONE 212.6s
19:22:42 [2022-02-15T19:22:42.610Z] 
19:22:42 [2022-02-15T19:22:42.610Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
19:22:42 [2022-02-15T19:22:42.610Z] #56 sha256:7c2cabeaf396cfb35d770ba7f627b4f28adf8e68103ed1d9ff196c83e9584d2c
19:22:44 [2022-02-15T19:22:44.003Z] #56 121.9 + mkdir -p /build
19:22:44 [2022-02-15T19:22:44.003Z] #56 121.9 + cp runc /build/runc
19:22:44 [2022-02-15T19:22:44.003Z] #56 DONE 122.3s
19:22:44 [2022-02-15T19:22:44.003Z] 
19:22:44 [2022-02-15T19:22:44.003Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
19:22:44 [2022-02-15T19:22:44.003Z] #52 sha256:1de5e6eafe0aa14a9b0069c278db50eee6a0f24e4c76f563ae08d5be9912d17b
19:22:44 [2022-02-15T19:22:44.949Z] #52 DONE 0.9s
19:22:44 [2022-02-15T19:22:44.949Z] 
19:22:44 [2022-02-15T19:22:44.949Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:22:44 [2022-02-15T19:22:44.949Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:22:44 [2022-02-15T19:22:44.949Z] #60 ...
19:22:44 [2022-02-15T19:22:44.949Z] 
19:22:44 [2022-02-15T19:22:44.949Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
19:22:44 [2022-02-15T19:22:44.949Z] #54 sha256:9926dd96f15b5fe1eae882f4af89dbac4cd1a0710c148f3b3c1db9a0e68da8dd
19:22:44 [2022-02-15T19:22:44.949Z] #54 DONE 0.2s
19:22:45 [2022-02-15T19:22:45.211Z] 
19:22:45 [2022-02-15T19:22:45.211Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
19:22:45 [2022-02-15T19:22:45.211Z] #57 sha256:af98b71fa6d2e5301aa75cbbb2714931e8f28a0b6f4056ffb33a1b27b7ec7c12
19:22:45 [2022-02-15T19:22:45.783Z] #57 DONE 0.5s
19:22:45 [2022-02-15T19:22:45.783Z] 
19:22:45 [2022-02-15T19:22:45.783Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
19:22:45 [2022-02-15T19:22:45.783Z] #60 sha256:eff6b193388a07ecf071a46e8a47bb2fb48bdabe0fc3b806a9c6d893ef80a3e6
19:23:12 [2022-02-15T19:23:12.376Z] #60 208.8 # github.com/containerd/containerd/cmd/containerd
19:23:12 [2022-02-15T19:23:12.376Z] #60 208.8 /usr/bin/ld: /tmp/go-link-2311512587/000019.o: in function `New':
19:23:12 [2022-02-15T19:23:12.376Z] #60 208.8 /tmp/tmp.i4d5ZwRzCg/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
19:23:12 [2022-02-15T19:23:12.376Z] #60 208.9 + bin/containerd-stress
19:23:12 [2022-02-15T19:23:12.376Z] #60 209.9 + bin/containerd-shim
19:23:15 [2022-02-15T19:23:15.682Z] #60 215.8 + bin/containerd-shim-runc-v1
19:23:19 [2022-02-15T19:23:19.889Z] #60 220.1 + bin/containerd-shim-runc-v2
19:23:20 [2022-02-15T19:23:20.150Z] #60 220.7 + binaries
19:23:20 [2022-02-15T19:23:20.150Z] #60 220.7 + install -D bin/containerd /build/containerd
19:23:20 [2022-02-15T19:23:20.150Z] #60 220.7 + install -D bin/containerd-shim /build/containerd-shim
19:23:20 [2022-02-15T19:23:20.150Z] #60 220.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:23:20 [2022-02-15T19:23:20.150Z] #60 220.7 + install -D bin/ctr /build/ctr
19:23:22 [2022-02-15T19:23:22.066Z] #60 DONE 222.6s
19:23:23 [2022-02-15T19:23:23.012Z] 
19:23:23 [2022-02-15T19:23:23.012Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
19:23:23 [2022-02-15T19:23:23.012Z] #61 sha256:148a50163be32cba3f192d35e3dbb1bf5ef9f09b952a35576e3ba52db5e7abe5
19:23:23 [2022-02-15T19:23:23.955Z] #61 DONE 1.3s
19:23:24 [2022-02-15T19:23:24.216Z] 
19:23:24 [2022-02-15T19:23:24.216Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:23:24 [2022-02-15T19:23:24.216Z] #66 sha256:6ae8e2d1de50d289d2a3fe05bfd8c9065f10c2d35e23a523c913fbead04d7252
19:23:24 [2022-02-15T19:23:24.477Z] #66 DONE 0.4s
19:23:24 [2022-02-15T19:23:24.477Z] 
19:23:24 [2022-02-15T19:23:24.477Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
19:23:24 [2022-02-15T19:23:24.477Z] #71 sha256:59edb99934e6fe364cc4d506a94ec01e0c58138bfc5ffe699dd83510658f1b07
19:23:26 [2022-02-15T19:23:26.391Z] #71 DONE 1.7s
19:23:26 [2022-02-15T19:23:26.391Z] 
19:23:26 [2022-02-15T19:23:26.391Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
19:23:26 [2022-02-15T19:23:26.391Z] #72 sha256:f102d306b51302aa83ccbd16e324b98ebc7e837f364c96fb4e2d11a1af135a28
19:23:26 [2022-02-15T19:23:26.391Z] #72 DONE 0.0s
19:23:26 [2022-02-15T19:23:26.391Z] 
19:23:26 [2022-02-15T19:23:26.391Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker
19:23:26 [2022-02-15T19:23:26.391Z] #73 sha256:13b4150cee98602b85dfdf2c9cddfc3ebe73ff95acd2e73b21e2aaeb5162b747
19:23:27 [2022-02-15T19:23:27.334Z] #73 DONE 0.8s
19:23:27 [2022-02-15T19:23:27.334Z] 
19:23:27 [2022-02-15T19:23:27.334Z] #74 exporting to image
19:23:27 [2022-02-15T19:23:27.334Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:23:27 [2022-02-15T19:23:27.334Z] #74 exporting layers
19:23:29 [2022-02-15T19:23:29.878Z] #74 exporting layers 2.9s done
19:23:29 [2022-02-15T19:23:29.878Z] #74 writing image sha256:69e16ca093494bc6fdcb3789e311676b6c87a4d1297d4e6cd3b39317f79b2bd4 done
19:23:29 [2022-02-15T19:23:29.878Z] #74 naming to docker.io/library/docker:b9c8eca468259c087931a6c98129fd38892f834c done
19:23:29 [2022-02-15T19:23:29.878Z] #74 DONE 3.0s