Skip to content

Console Output

Skipping 51 KB.. Full Log
get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:15:29 [2022-02-22T20:15:29.982Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:15:29 [2022-02-22T20:15:29.982Z] #14 4.177 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
20:15:29 [2022-02-22T20:15:29.982Z] #14 4.229 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
20:15:29 [2022-02-22T20:15:29.982Z] #14 4.229 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
20:15:29 [2022-02-22T20:15:29.982Z] #14 4.594 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
20:15:29 [2022-02-22T20:15:29.982Z] #14 6.202 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB]
20:15:29 [2022-02-22T20:15:29.982Z] #14 8.609 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
20:15:30 [2022-02-22T20:15:30.240Z] #14 ...
20:15:30 [2022-02-22T20:15:30.240Z] 
20:15:30 [2022-02-22T20:15:30.240Z] #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
20:15:30 [2022-02-22T20:15:30.240Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
20:15:30 [2022-02-22T20:15:30.240Z] #38 5.263 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
20:15:30 [2022-02-22T20:15:30.240Z] #38 5.290 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
20:15:30 [2022-02-22T20:15:30.240Z] #38 5.293 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
20:15:30 [2022-02-22T20:15:30.240Z] #38 6.205 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
20:15:30 [2022-02-22T20:15:30.240Z] #38 8.400 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB]
20:15:30 [2022-02-22T20:15:30.240Z] #38 10.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
20:15:30 [2022-02-22T20:15:30.240Z] #38 ...
20:15:30 [2022-02-22T20:15:30.240Z] 
20:15:30 [2022-02-22T20:15:30.240Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:15:30 [2022-02-22T20:15:30.240Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
20:15:30 [2022-02-22T20:15:30.240Z] #34 3.436 + git clone https://github.com/kolyshkin/go-swagger.git .
20:15:30 [2022-02-22T20:15:30.240Z] #34 3.437 Cloning into '.'...
20:15:30 [2022-02-22T20:15:30.496Z] #34 ...
20:15:30 [2022-02-22T20:15:30.496Z] 
20:15:30 [2022-02-22T20:15:30.496Z] #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
20:15:30 [2022-02-22T20:15:30.496Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
20:15:30 [2022-02-22T20:15:30.496Z] #43 5.382 + git clone https://github.com/docker/distribution.git .
20:15:30 [2022-02-22T20:15:30.496Z] #43 5.388 Cloning into '.'...
20:15:30 [2022-02-22T20:15:30.752Z] #43 ...
20:15:30 [2022-02-22T20:15:30.752Z] 
20:15:30 [2022-02-22T20:15:30.752Z] #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
20:15:30 [2022-02-22T20:15:30.752Z] #63 sha256:0ccda98fdbc798572874ad0fedfeaa6c694119088b911e20c825bf314c000e79
20:15:30 [2022-02-22T20:15:30.752Z] #63 11.43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
20:15:31 [2022-02-22T20:15:31.323Z] #63 12.13 go: downloading github.com/google/uuid v1.3.0
20:15:31 [2022-02-22T20:15:31.580Z] #63 12.15 go: downloading github.com/moby/vpnkit v0.5.0
20:15:31 [2022-02-22T20:15:31.580Z] #63 ...
20:15:31 [2022-02-22T20:15:31.580Z] 
20:15:31 [2022-02-22T20:15:31.580Z] #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
20:15:31 [2022-02-22T20:15:31.580Z] #26 sha256:f916ad44cdb0858b228f07d036860a16b7420e65ca76f263fd0bc5d1508b9561
20:15:31 [2022-02-22T20:15:31.580Z] #26 11.56 + mkdir -p /build
20:15:31 [2022-02-22T20:15:31.580Z] #26 11.56 + mv docker/docker /build/
20:15:31 [2022-02-22T20:15:31.580Z] #26 11.58 + rmdir docker
20:15:31 [2022-02-22T20:15:31.580Z] #26 DONE 12.2s
20:15:31 [2022-02-22T20:15:31.580Z] 
20:15:31 [2022-02-22T20:15:31.580Z] #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
20:15:31 [2022-02-22T20:15:31.580Z] #63 sha256:0ccda98fdbc798572874ad0fedfeaa6c694119088b911e20c825bf314c000e79
20:15:31 [2022-02-22T20:15:31.580Z] #63 12.38 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
20:15:31 [2022-02-22T20:15:31.837Z] #63 12.54 go: downloading github.com/gofrs/flock v0.8.1
20:15:31 [2022-02-22T20:15:31.837Z] #63 12.54 go: downloading github.com/gorilla/mux v1.8.0
20:15:32 [2022-02-22T20:15:32.093Z] #63 12.74 go: downloading github.com/moby/sys/mountinfo v0.5.0
20:15:32 [2022-02-22T20:15:32.354Z] #63 13.18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:15:32 [2022-02-22T20:15:32.916Z] #63 13.52 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
20:15:34 [2022-02-22T20:15:34.814Z] #63 15.19 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
20:15:34 [2022-02-22T20:15:34.814Z] #63 15.45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:15:35 [2022-02-22T20:15:35.071Z] #63 ...
20:15:35 [2022-02-22T20:15:35.071Z] 
20:15:35 [2022-02-22T20:15:35.071Z] #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
20:15:35 [2022-02-22T20:15:35.071Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
20:15:35 [2022-02-22T20:15:35.071Z] #47 5.646 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
20:15:35 [2022-02-22T20:15:35.071Z] #47 5.646 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
20:15:35 [2022-02-22T20:15:35.071Z] #47 5.646 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
20:15:35 [2022-02-22T20:15:35.072Z] #47 6.325 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
20:15:35 [2022-02-22T20:15:35.072Z] #47 6.808 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
20:15:35 [2022-02-22T20:15:35.072Z] #47 9.057 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB]
20:15:35 [2022-02-22T20:15:35.072Z] #47 10.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
20:15:35 [2022-02-22T20:15:35.072Z] #47 12.96 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
20:15:35 [2022-02-22T20:15:35.072Z] #47 ...
20:15:35 [2022-02-22T20:15:35.072Z] 
20:15:35 [2022-02-22T20:15:35.072Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
20:15:35 [2022-02-22T20:15:35.072Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77 tomll can be used in two ways:
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77 Writing to STDIN and reading from STDOUT:
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77   cat file.toml | tomll > file.toml
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77 
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77 Reading and updating a list of files:
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77   tomll a.toml b.toml c.toml
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77 
20:15:35 [2022-02-22T20:15:35.072Z] #36 15.77 When given a list of files, tomll will modify all files in place without asking.
20:15:35 [2022-02-22T20:15:35.328Z] #36 DONE 16.3s
20:15:35 [2022-02-22T20:15:35.328Z] 
20:15:35 [2022-02-22T20:15:35.328Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:15:35 [2022-02-22T20:15:35.328Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:15:35 [2022-02-22T20:15:35.328Z] #14 15.50 Fetched 8505 kB in 12s (736 kB/s)
20:15:40 [2022-02-22T20:15:40.586Z] #14 15.50 Reading package lists...
20:15:40 [2022-02-22T20:15:40.844Z] #14 20.99 Reading package lists...
20:15:40 [2022-02-22T20:15:40.844Z] #14 ...
20:15:40 [2022-02-22T20:15:40.844Z] 
20:15:40 [2022-02-22T20:15:40.844Z] #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
20:15:40 [2022-02-22T20:15:40.844Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866
20:15:40 [2022-02-22T20:15:40.844Z] #49 11.80 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
20:15:40 [2022-02-22T20:15:40.844Z] #49 11.83 go: downloading golang.org/x/mod v0.3.0
20:15:41 [2022-02-22T20:15:41.101Z] #49 ...
20:15:41 [2022-02-22T20:15:41.101Z] 
20:15:41 [2022-02-22T20:15:41.101Z] #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
20:15:41 [2022-02-22T20:15:41.101Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
20:15:41 [2022-02-22T20:15:41.101Z] #58 12.85 Fetched 8505 kB in 10s (883 kB/s)
20:15:41 [2022-02-22T20:15:41.101Z] #58 12.85 Reading package lists...
20:15:42 [2022-02-22T20:15:42.473Z] #58 18.50 Reading package lists...
20:15:42 [2022-02-22T20:15:42.473Z] #58 ...
20:15:42 [2022-02-22T20:15:42.473Z] 
20:15:42 [2022-02-22T20:15:42.473Z] #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
20:15:42 [2022-02-22T20:15:42.473Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
20:15:42 [2022-02-22T20:15:42.473Z] #47 18.03 Fetched 8508 kB in 13s (668 kB/s)
20:15:42 [2022-02-22T20:15:42.473Z] #47 18.03 Reading package lists...
20:15:42 [2022-02-22T20:15:42.473Z] #47 23.04 Reading package lists...
20:15:42 [2022-02-22T20:15:42.473Z] #47 ...
20:15:42 [2022-02-22T20:15:42.473Z] 
20:15:42 [2022-02-22T20:15:42.473Z] #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
20:15:42 [2022-02-22T20:15:42.473Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
20:15:42 [2022-02-22T20:15:42.473Z] #58 18.50 Reading package lists...
20:15:43 [2022-02-22T20:15:43.856Z] #58 23.42 Building dependency tree...
20:15:45 [2022-02-22T20:15:45.228Z] #58 26.11 The following additional packages will be installed:
20:15:45 [2022-02-22T20:15:45.228Z] #58 26.13   libbtrfs0
20:15:45 [2022-02-22T20:15:45.485Z] #58 26.29 The following NEW packages will be installed:
20:15:45 [2022-02-22T20:15:45.485Z] #58 26.32   libbtrfs-dev libbtrfs0
20:15:45 [2022-02-22T20:15:45.744Z] #58 26.71 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
20:15:45 [2022-02-22T20:15:45.744Z] #58 26.71 Need to get 460 kB of archives.
20:15:45 [2022-02-22T20:15:45.744Z] #58 26.71 After this operation, 1237 kB of additional disk space will be used.
20:15:45 [2022-02-22T20:15:45.744Z] #58 26.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
20:15:45 [2022-02-22T20:15:45.744Z] #58 26.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
20:15:46 [2022-02-22T20:15:46.674Z] #58 27.59 debconf: delaying package configuration, since apt-utils is not installed
20:15:46 [2022-02-22T20:15:46.931Z] #58 27.84 Fetched 460 kB in 0s (1458 kB/s)
20:15:47 [2022-02-22T20:15:47.188Z] #58 27.93 Selecting previously unselected package libbtrfs0:amd64.
20:15:47 [2022-02-22T20:15:47.188Z] #58 27.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
20:15:47 [2022-02-22T20:15:47.188Z] #58 27.98 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
20:15:47 [2022-02-22T20:15:47.188Z] #58 28.03 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
20:15:47 [2022-02-22T20:15:47.188Z] #58 ...
20:15:47 [2022-02-22T20:15:47.188Z] 
20:15:47 [2022-02-22T20:15:47.188Z] #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
20:15:47 [2022-02-22T20:15:47.188Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
20:15:47 [2022-02-22T20:15:47.188Z] #38 17.96 Fetched 8505 kB in 13s (657 kB/s)
20:15:47 [2022-02-22T20:15:47.188Z] #38 17.96 Reading package lists...
20:15:47 [2022-02-22T20:15:47.188Z] #38 23.25 Reading package lists...
20:15:47 [2022-02-22T20:15:47.188Z] #38 27.96 Building dependency tree...
20:15:47 [2022-02-22T20:15:47.188Z] #38 ...
20:15:47 [2022-02-22T20:15:47.188Z] 
20:15:47 [2022-02-22T20:15:47.188Z] #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
20:15:47 [2022-02-22T20:15:47.188Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:15:47 [2022-02-22T20:15:47.188Z] #51 27.58 go: downloading github.com/fatih/color v1.13.0
20:15:47 [2022-02-22T20:15:47.188Z] #51 27.60 go: downloading github.com/gofrs/flock v0.8.1
20:15:47 [2022-02-22T20:15:47.188Z] #51 27.64 go: downloading github.com/spf13/cobra v1.3.0
20:15:47 [2022-02-22T20:15:47.188Z] #51 27.66 go: downloading github.com/spf13/pflag v1.0.5
20:15:47 [2022-02-22T20:15:47.188Z] #51 27.88 go: downloading github.com/spf13/viper v1.10.1
20:15:47 [2022-02-22T20:15:47.188Z] #51 28.07 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
20:15:47 [2022-02-22T20:15:47.188Z] #51 28.14 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
20:15:47 [2022-02-22T20:15:47.188Z] #51 28.25 go: downloading github.com/go-critic/go-critic v0.6.2
20:15:47 [2022-02-22T20:15:47.752Z] #51 ...
20:15:47 [2022-02-22T20:15:47.752Z] 
20:15:47 [2022-02-22T20:15:47.752Z] #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
20:15:47 [2022-02-22T20:15:47.752Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2
20:15:47 [2022-02-22T20:15:47.752Z] #58 28.21 Selecting previously unselected package libbtrfs-dev:amd64.
20:15:47 [2022-02-22T20:15:47.752Z] #58 28.21 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
20:15:47 [2022-02-22T20:15:47.752Z] #58 28.22 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
20:15:47 [2022-02-22T20:15:47.752Z] #58 28.49 Setting up libbtrfs0:amd64 (5.10.1-2) ...
20:15:47 [2022-02-22T20:15:47.752Z] #58 28.51 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
20:15:47 [2022-02-22T20:15:47.752Z] #58 28.52 Processing triggers for libc-bin (2.31-13+deb11u2) ...
20:15:47 [2022-02-22T20:15:47.752Z] #58 DONE 28.8s
20:15:48 [2022-02-22T20:15:48.010Z] 
20:15:48 [2022-02-22T20:15:48.010Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
20:15:48 [2022-02-22T20:15:48.010Z] #59 sha256:779ae7736adf94e5442ae4ed261dee5d79b3a0e3ba6ae53ed074a4cd828900a4
20:15:48 [2022-02-22T20:15:48.010Z] #59 DONE 0.2s
20:15:48 [2022-02-22T20:15:48.010Z] 
20:15:48 [2022-02-22T20:15:48.010Z] #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
20:15:48 [2022-02-22T20:15:48.010Z] #60 sha256:93f55797e34e68dc3a35a31a6b653594982defc93746ddc15b3c9ae2d7abb318
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.407 + RM_GOPATH=0
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.407 + TMP_GOPATH=
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.407 + : /build
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.407 + '[' -z '' ']'
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.407 ++ mktemp -d
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.417 + export GOPATH=/tmp/tmp.HCcRM1wDEY
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.417 + GOPATH=/tmp/tmp.HCcRM1wDEY
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.417 + RM_GOPATH=1
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.418 + case "$(go env GOARCH)" in
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.420 ++ go env GOARCH
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.448 + export GO_BUILDMODE=-buildmode=pie
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.449 + GO_BUILDMODE=-buildmode=pie
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.450 ++ dirname /install.sh
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.451 + dir=/
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.451 + bin=containerd
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.451 + shift
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.451 + '[' '!' -f //containerd.installer ']'
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.452 + . //containerd.installer
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.452 ++ set -e
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.452 ++ : v1.5.9
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.453 + install_containerd
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.453 + echo 'Install containerd version v1.5.9'
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.453 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HCcRM1wDEY/src/github.com/containerd/containerd
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.453 Install containerd version v1.5.9
20:15:50 [2022-02-22T20:15:50.548Z] #60 2.455 Cloning into '/tmp/tmp.HCcRM1wDEY/src/github.com/containerd/containerd'...
20:15:52 [2022-02-22T20:15:52.441Z] #60 ...
20:15:52 [2022-02-22T20:15:52.442Z] 
20:15:52 [2022-02-22T20:15:52.442Z] #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
20:15:52 [2022-02-22T20:15:52.442Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215
20:15:52 [2022-02-22T20:15:52.442Z] #53 32.88 v3.0.2
20:15:52 [2022-02-22T20:15:52.442Z] #53 DONE 33.3s
20:15:52 [2022-02-22T20:15:52.442Z] 
20:15:52 [2022-02-22T20:15:52.442Z] #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
20:15:52 [2022-02-22T20:15:52.442Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:15:52 [2022-02-22T20:15:52.442Z] #51 29.10 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 29.19 go: downloading github.com/hashicorp/go-multierror v1.1.1
20:15:52 [2022-02-22T20:15:52.442Z] #51 31.81 go: downloading github.com/mattn/go-colorable v0.1.12
20:15:52 [2022-02-22T20:15:52.442Z] #51 31.81 go: downloading github.com/sirupsen/logrus v1.8.1
20:15:52 [2022-02-22T20:15:52.442Z] #51 31.85 go: downloading github.com/stretchr/testify v1.7.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.03 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.07 go: downloading github.com/mattn/go-isatty v0.0.14
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.15 go: downloading github.com/fsnotify/fsnotify v1.5.1
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.23 go: downloading github.com/magiconair/properties v1.8.5
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.25 go: downloading github.com/mitchellh/mapstructure v1.4.3
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.29 go: downloading github.com/spf13/afero v1.6.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.31 go: downloading github.com/spf13/cast v1.4.1
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.45 go: downloading github.com/spf13/jwalterweatherman v1.1.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.46 go: downloading github.com/subosito/gotenv v1.2.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.47 go: downloading gopkg.in/ini.v1 v1.66.2
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.52 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.54 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.54 go: downloading github.com/go-toolsmith/astequal v1.0.1
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.57 go: downloading github.com/go-toolsmith/astp v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.58 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.63 go: downloading github.com/go-toolsmith/typep v1.0.2
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.64 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.66 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.74 go: downloading github.com/hashicorp/errwrap v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.79 go: downloading 4d63.com/gochecknoglobals v0.1.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.82 go: downloading github.com/Antonboom/errname v0.1.5
20:15:52 [2022-02-22T20:15:52.442Z] #51 32.89 go: downloading github.com/Antonboom/nilnil v0.1.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 33.07 go: downloading github.com/BurntSushi/toml v1.0.0
20:15:52 [2022-02-22T20:15:52.442Z] #51 33.44 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.54 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.60 go: downloading github.com/alexkohler/prealloc v1.0.0
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.60 go: downloading github.com/ashanbrown/forbidigo v1.3.0
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.60 go: downloading github.com/ashanbrown/makezero v1.1.0
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.64 go: downloading github.com/bkielbasa/cyclop v1.2.0
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.69 go: downloading github.com/blizzy78/varnamelen v0.5.0
20:15:52 [2022-02-22T20:15:52.699Z] #51 33.74 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
20:15:52 [2022-02-22T20:15:52.957Z] #51 33.79 go: downloading github.com/breml/bidichk v0.2.1
20:15:52 [2022-02-22T20:15:52.957Z] #51 33.79 go: downloading github.com/breml/errchkjson v0.2.1
20:15:52 [2022-02-22T20:15:52.957Z] #51 33.88 go: downloading github.com/butuzov/ireturn v0.1.1
20:15:52 [2022-02-22T20:15:52.957Z] #51 33.88 go: downloading github.com/charithe/durationcheck v0.0.9
20:15:52 [2022-02-22T20:15:52.957Z] #51 33.91 go: downloading github.com/daixiang0/gci v0.2.9
20:15:52 [2022-02-22T20:15:52.957Z] #51 33.99 go: downloading github.com/denis-tingajkin/go-header v0.4.2
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.00 go: downloading github.com/esimonov/ifshort v1.0.4
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.04 go: downloading github.com/fzipp/gocyclo v0.4.0
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.05 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.08 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.10 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:15:53 [2022-02-22T20:15:53.214Z] #51 ...
20:15:53 [2022-02-22T20:15:53.214Z] 
20:15:53 [2022-02-22T20:15:53.214Z] #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
20:15:53 [2022-02-22T20:15:53.214Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
20:15:53 [2022-02-22T20:15:53.214Z] #43 23.80 Updating files:  99% (1835/1837)
Updating files: 100% (1837/1837)
Updating files: 100% (1837/1837), done.
20:15:53 [2022-02-22T20:15:53.214Z] #43 23.80 + git checkout -q v2.3.0
20:15:53 [2022-02-22T20:15:53.214Z] #43 26.12 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:15:53 [2022-02-22T20:15:53.214Z] #43 ...
20:15:53 [2022-02-22T20:15:53.214Z] 
20:15:53 [2022-02-22T20:15:53.214Z] #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
20:15:53 [2022-02-22T20:15:53.214Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.12 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:15:53 [2022-02-22T20:15:53.214Z] #51 34.21 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:15:53 [2022-02-22T20:15:53.471Z] #51 34.36 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:15:53 [2022-02-22T20:15:53.471Z] #51 34.45 go: downloading github.com/golangci/misspell v0.3.5
20:15:53 [2022-02-22T20:15:53.471Z] #51 34.46 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.47 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.58 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.58 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.62 go: downloading github.com/jgautheron/goconst v1.5.1
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.62 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.67 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.67 go: downloading github.com/julz/importas v0.1.0
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.67 go: downloading github.com/kisielk/errcheck v1.6.0
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.72 go: downloading github.com/kulti/thelper v0.5.0
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.78 go: downloading github.com/kunwardeep/paralleltest v1.0.3
20:15:53 [2022-02-22T20:15:53.728Z] #51 34.79 go: downloading github.com/kyoh86/exportloopref v0.1.8
20:15:53 [2022-02-22T20:15:53.986Z] #51 34.81 go: downloading github.com/ldez/gomoddirectives v0.2.2
20:15:53 [2022-02-22T20:15:53.986Z] #51 34.88 go: downloading github.com/ldez/tagliatelle v0.3.0
20:15:53 [2022-02-22T20:15:53.986Z] #51 34.88 go: downloading github.com/leonklingele/grouper v1.1.0
20:15:54 [2022-02-22T20:15:54.243Z] #51 34.97 go: downloading github.com/maratori/testpackage v1.0.1
20:15:54 [2022-02-22T20:15:54.243Z] #51 34.97 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
20:15:54 [2022-02-22T20:15:54.243Z] #51 35.01 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
20:15:54 [2022-02-22T20:15:54.243Z] #51 35.01 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
20:15:54 [2022-02-22T20:15:54.243Z] #51 35.03 go: downloading github.com/mgechev/revive v1.1.3
20:15:54 [2022-02-22T20:15:54.500Z] #51 35.48 go: downloading github.com/moricho/tparallel v0.2.1
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.50 go: downloading github.com/nakabonne/nestif v0.3.1
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.51 go: downloading github.com/nishanths/exhaustive v0.7.11
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.53 go: downloading github.com/nishanths/predeclared v0.2.1
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.57 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.61 go: downloading github.com/ryancurrah/gomodguard v1.2.3
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.66 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
20:15:54 [2022-02-22T20:15:54.758Z] #51 35.73 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
20:15:54 [2022-02-22T20:15:54.758Z] #51 ...
20:15:54 [2022-02-22T20:15:54.758Z] 
20:15:54 [2022-02-22T20:15:54.758Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:15:54 [2022-02-22T20:15:54.758Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:15:54 [2022-02-22T20:15:54.758Z] #14 20.99 Reading package lists...
20:15:54 [2022-02-22T20:15:54.758Z] #14 25.82 Building dependency tree...
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20 The following additional packages will be installed:
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   mingw-w64-common mingw-w64-x86-64-dev
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20 Suggested packages:
20:15:54 [2022-02-22T20:15:54.758Z] #14 29.20   gcc-10-locales seccomp wine64
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.42 The following NEW packages will be installed:
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.44   mingw-w64-x86-64-dev
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.94 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.94 Need to get 115 MB of archives.
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.94 After this operation, 645 MB of additional disk space will be used.
20:15:54 [2022-02-22T20:15:54.758Z] #14 30.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.24 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.72 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 31.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 32.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 33.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 34.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
20:15:54 [2022-02-22T20:15:54.758Z] #14 35.16 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
20:15:55 [2022-02-22T20:15:55.016Z] #14 ...
20:15:55 [2022-02-22T20:15:55.016Z] 
20:15:55 [2022-02-22T20:15:55.016Z] #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
20:15:55 [2022-02-22T20:15:55.016Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:15:55 [2022-02-22T20:15:55.016Z] #51 35.73 go: downloading github.com/securego/gosec/v2 v2.9.6
20:15:55 [2022-02-22T20:15:55.016Z] #51 35.94 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
20:15:55 [2022-02-22T20:15:55.016Z] #51 35.95 go: downloading github.com/sivchari/containedctx v1.0.1
20:15:55 [2022-02-22T20:15:55.016Z] #51 35.97 go: downloading github.com/sivchari/tenv v1.4.7
20:15:55 [2022-02-22T20:15:55.016Z] #51 35.98 go: downloading github.com/sonatard/noctx v0.0.1
20:15:55 [2022-02-22T20:15:55.016Z] #51 36.00 go: downloading github.com/sourcegraph/go-diff v0.6.1
20:15:55 [2022-02-22T20:15:55.016Z] #51 36.03 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
20:15:55 [2022-02-22T20:15:55.016Z] #51 36.07 go: downloading github.com/sylvia7788/contextcheck v1.0.4
20:15:55 [2022-02-22T20:15:55.016Z] #51 36.09 go: downloading github.com/tdakkota/asciicheck v0.1.1
20:15:55 [2022-02-22T20:15:55.273Z] #51 36.17 go: downloading github.com/tetafro/godot v1.4.11
20:15:55 [2022-02-22T20:15:55.273Z] #51 36.20 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
20:15:55 [2022-02-22T20:15:55.273Z] #51 36.21 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
20:15:55 [2022-02-22T20:15:55.273Z] #51 36.26 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
20:15:55 [2022-02-22T20:15:55.845Z] #51 36.50 go: downloading github.com/ultraware/funlen v0.0.3
20:15:55 [2022-02-22T20:15:55.845Z] #51 36.53 go: downloading github.com/ultraware/whitespace v0.0.4
20:15:55 [2022-02-22T20:15:55.845Z] #51 36.56 go: downloading github.com/uudashr/gocognit v1.0.5
20:15:55 [2022-02-22T20:15:55.845Z] #51 36.59 go: downloading github.com/yagipy/maintidx v1.0.0
20:15:55 [2022-02-22T20:15:55.845Z] #51 36.65 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
20:15:56 [2022-02-22T20:15:56.102Z] #51 36.89 go: downloading gitlab.com/bosi/decorder v0.2.1
20:15:56 [2022-02-22T20:15:56.102Z] #51 37.05 go: downloading honnef.co/go/tools v0.2.2
20:15:57 [2022-02-22T20:15:57.047Z] #51 ...
20:15:57 [2022-02-22T20:15:57.047Z] 
20:15:57 [2022-02-22T20:15:57.047Z] #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
20:15:57 [2022-02-22T20:15:57.047Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
20:15:57 [2022-02-22T20:15:57.047Z] #47 23.04 Reading package lists...
20:15:57 [2022-02-22T20:15:57.047Z] #47 27.73 Building dependency tree...
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.19 The following additional packages will be installed:
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.20   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.20   python3-protobuf python3-six
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.23 Suggested packages:
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.23   python3-setuptools
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.23 Recommended packages:
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.23   iproute2 | iproute
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.96 The following NEW packages will be installed:
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.96   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
20:15:57 [2022-02-22T20:15:57.047Z] #47 31.98   python3-protobuf python3-six
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.46 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.46 Need to get 2292 kB of archives.
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.46 After this operation, 11.0 MB of additional disk space will be used.
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 32.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 35.90 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
20:15:57 [2022-02-22T20:15:57.047Z] #47 37.35 debconf: delaying package configuration, since apt-utils is not installed
20:15:57 [2022-02-22T20:15:57.047Z] #47 37.58 Fetched 2292 kB in 4s (542 kB/s)
20:15:57 [2022-02-22T20:15:57.047Z] #47 ...
20:15:57 [2022-02-22T20:15:57.047Z] 
20:15:57 [2022-02-22T20:15:57.047Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:15:57 [2022-02-22T20:15:57.047Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
20:15:57 [2022-02-22T20:15:57.047Z] #34 37.18 Updating files:  92% (1403/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
20:15:57 [2022-02-22T20:15:57.047Z] #34 37.50 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
20:15:57 [2022-02-22T20:15:57.308Z] #34 37.98 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:15:58 [2022-02-22T20:15:58.679Z] #34 ...
20:15:58 [2022-02-22T20:15:58.679Z] 
20:15:58 [2022-02-22T20:15:58.679Z] #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
20:15:58 [2022-02-22T20:15:58.679Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
20:15:58 [2022-02-22T20:15:58.679Z] #38 27.96 Building dependency tree...
20:15:58 [2022-02-22T20:15:58.679Z] #38 31.40 The following additional packages will be installed:
20:15:58 [2022-02-22T20:15:58.679Z] #38 31.42   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
20:15:58 [2022-02-22T20:15:58.679Z] #38 31.43 Suggested packages:
20:15:58 [2022-02-22T20:15:58.679Z] #38 31.46   cmake-doc ninja-build lrzip
20:15:58 [2022-02-22T20:15:58.679Z] #38 31.46 Recommended packages:
20:15:58 [2022-02-22T20:15:58.679Z] #38 31.46   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.38 The following NEW packages will be installed:
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.39   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.39   vim-common xxd
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.70 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.70 Need to get 17.7 MB of archives.
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.70 After this operation, 70.7 MB of additional disk space will be used.
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 32.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 33.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 33.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 33.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 33.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 33.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 33.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #38 34.62 debconf: delaying package configuration, since apt-utils is not installed
20:15:58 [2022-02-22T20:15:58.679Z] #38 34.77 Fetched 17.7 MB in 1s (15.0 MB/s)
20:15:58 [2022-02-22T20:15:58.679Z] #38 34.80 Selecting previously unselected package xxd.
20:15:58 [2022-02-22T20:15:58.679Z] #38 34.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
20:15:58 [2022-02-22T20:15:58.679Z] #38 34.88 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 34.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 35.07 Selecting previously unselected package vim-common.
20:15:58 [2022-02-22T20:15:58.679Z] #38 35.07 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 35.07 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 35.32 Selecting previously unselected package cmake-data.
20:15:58 [2022-02-22T20:15:58.679Z] #38 35.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 35.35 Unpacking cmake-data (3.18.4-2+deb11u1) ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 38.54 Selecting previously unselected package libicu67:amd64.
20:15:58 [2022-02-22T20:15:58.679Z] #38 38.54 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 38.55 Unpacking libicu67:amd64 (67.1-7) ...
20:15:58 [2022-02-22T20:15:58.679Z] #38 ...
20:15:58 [2022-02-22T20:15:58.679Z] 
20:15:58 [2022-02-22T20:15:58.679Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:15:58 [2022-02-22T20:15:58.679Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:15:58 [2022-02-22T20:15:58.679Z] #14 36.57 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.07 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.08 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.12 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.12 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.14 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.14 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.17 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.22 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.22 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 37.22 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
20:15:58 [2022-02-22T20:15:58.679Z] #14 38.49 debconf: delaying package configuration, since apt-utils is not installed
20:15:58 [2022-02-22T20:15:58.679Z] #14 38.68 Fetched 115 MB in 7s (17.2 MB/s)
20:15:58 [2022-02-22T20:15:58.679Z] #14 38.75 Selecting previously unselected package binutils-mingw-w64-i686.
20:15:58 [2022-02-22T20:15:58.679Z] #14 38.75 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
20:15:58 [2022-02-22T20:15:58.679Z] #14 38.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
20:15:58 [2022-02-22T20:15:58.679Z] #14 38.84 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
20:16:00 [2022-02-22T20:16:00.053Z] #14 40.84 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:16:00 [2022-02-22T20:16:00.053Z] #14 40.84 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
20:16:00 [2022-02-22T20:16:00.053Z] #14 40.85 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.25 Selecting previously unselected package binutils-mingw-w64.
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.26 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.26 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.38 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.38 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
20:16:02 [2022-02-22T20:16:02.581Z] #14 43.61 Selecting previously unselected package dmsetup.
20:16:02 [2022-02-22T20:16:02.838Z] #14 43.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
20:16:02 [2022-02-22T20:16:02.838Z] #14 43.62 Unpacking dmsetup (2:1.02.175-2.1) ...
20:16:02 [2022-02-22T20:16:02.838Z] #14 43.78 Selecting previously unselected package mingw-w64-common.
20:16:02 [2022-02-22T20:16:02.838Z] #14 43.79 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
20:16:02 [2022-02-22T20:16:02.838Z] #14 43.79 Unpacking mingw-w64-common (8.0.0-1) ...
20:16:02 [2022-02-22T20:16:02.838Z] #14 ...
20:16:02 [2022-02-22T20:16:02.838Z] 
20:16:02 [2022-02-22T20:16:02.838Z] #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
20:16:02 [2022-02-22T20:16:02.838Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
20:16:03 [2022-02-22T20:16:03.096Z] #38 43.88 Selecting previously unselected package libxml2:amd64.
20:16:03 [2022-02-22T20:16:03.096Z] #38 43.88 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
20:16:03 [2022-02-22T20:16:03.096Z] #38 43.89 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
20:16:03 [2022-02-22T20:16:03.660Z] #38 44.36 Selecting previously unselected package libarchive13:amd64.
20:16:03 [2022-02-22T20:16:03.660Z] #38 44.37 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
20:16:03 [2022-02-22T20:16:03.660Z] #38 44.38 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
20:16:03 [2022-02-22T20:16:03.922Z] #38 44.61 Selecting previously unselected package libjsoncpp24:amd64.
20:16:03 [2022-02-22T20:16:03.922Z] #38 44.64 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
20:16:03 [2022-02-22T20:16:03.922Z] #38 44.65 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
20:16:03 [2022-02-22T20:16:03.922Z] #38 44.79 Selecting previously unselected package librhash0:amd64.
20:16:03 [2022-02-22T20:16:03.922Z] #38 44.79 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
20:16:03 [2022-02-22T20:16:03.922Z] #38 44.80 Unpacking librhash0:amd64 (1.4.1-2) ...
20:16:04 [2022-02-22T20:16:04.180Z] #38 44.97 Selecting previously unselected package libuv1:amd64.
20:16:04 [2022-02-22T20:16:04.180Z] #38 44.99 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
20:16:04 [2022-02-22T20:16:04.180Z] #38 44.99 Unpacking libuv1:amd64 (1.40.0-2) ...
20:16:04 [2022-02-22T20:16:04.436Z] #38 45.15 Selecting previously unselected package cmake.
20:16:04 [2022-02-22T20:16:04.436Z] #38 45.17 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
20:16:04 [2022-02-22T20:16:04.436Z] #38 45.18 Unpacking cmake (3.18.4-2+deb11u1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #38 ...
20:16:06 [2022-02-22T20:16:06.960Z] 
20:16:06 [2022-02-22T20:16:06.960Z] #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
20:16:06 [2022-02-22T20:16:06.960Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
20:16:06 [2022-02-22T20:16:06.960Z] #47 37.82 Selecting previously unselected package libprotobuf23:amd64.
20:16:06 [2022-02-22T20:16:06.960Z] #47 37.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
20:16:06 [2022-02-22T20:16:06.960Z] #47 37.82 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 37.82 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.55 Selecting previously unselected package python3-pkg-resources.
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.55 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.56 Unpacking python3-pkg-resources (52.0.0-4) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.76 Selecting previously unselected package python3-six.
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.76 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.76 Unpacking python3-six (1.16.0-2) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.87 Selecting previously unselected package python3-protobuf.
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.87 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 38.88 Unpacking python3-protobuf (3.12.4-1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.35 Selecting previously unselected package libnet1:amd64.
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.35 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.47 Selecting previously unselected package libnl-3-200:amd64.
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.49 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.50 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.67 Selecting previously unselected package libprotobuf-c1:amd64.
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.69 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.69 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.82 Selecting previously unselected package criu.
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.82 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 39.83 Unpacking criu (3.16.1-3) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 40.57 Setting up python3-pkg-resources (52.0.0-4) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 42.08 Setting up libprotobuf23:amd64 (3.12.4-1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 42.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 42.12 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 42.13 Setting up python3-six (1.16.0-2) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 43.33 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 43.36 Setting up python3-protobuf (3.12.4-1) ...
20:16:06 [2022-02-22T20:16:06.960Z] #47 46.97 Setting up criu (3.16.1-3) ...
20:16:07 [2022-02-22T20:16:07.528Z] #47 ...
20:16:07 [2022-02-22T20:16:07.528Z] 
20:16:07 [2022-02-22T20:16:07.528Z] #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
20:16:07 [2022-02-22T20:16:07.528Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:16:07 [2022-02-22T20:16:07.528Z] #51 38.34 go: downloading mvdan.cc/gofumpt v0.2.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 38.34 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:16:07 [2022-02-22T20:16:07.528Z] #51 38.49 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
20:16:07 [2022-02-22T20:16:07.528Z] #51 38.55 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
20:16:07 [2022-02-22T20:16:07.528Z] #51 39.73 go: downloading github.com/davecgh/go-spew v1.1.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 39.74 go: downloading github.com/pmezard/go-difflib v1.0.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 39.79 go: downloading github.com/stretchr/objx v0.1.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 39.85 go: downloading golang.org/x/text v0.3.7
20:16:07 [2022-02-22T20:16:07.528Z] #51 44.46 go: downloading github.com/hashicorp/hcl v1.0.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 44.62 go: downloading github.com/pelletier/go-toml v1.9.4
20:16:07 [2022-02-22T20:16:07.528Z] #51 44.63 go: downloading gopkg.in/yaml.v2 v2.4.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 44.91 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
20:16:07 [2022-02-22T20:16:07.528Z] #51 44.99 go: downloading github.com/gobwas/glob v0.2.3
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.02 go: downloading github.com/kisielk/gotool v1.0.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.05 go: downloading github.com/gostaticanalysis/comment v1.4.2
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.10 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.10 go: downloading golang.org/x/mod v0.5.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.19 go: downloading github.com/ettle/strcase v0.1.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.28 go: downloading github.com/fatih/structtag v1.2.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.32 go: downloading github.com/Masterminds/semver v1.5.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.40 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.43 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.46 go: downloading github.com/prometheus/client_golang v1.7.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.77 go: downloading github.com/prometheus/client_model v0.2.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 45.81 go: downloading github.com/google/go-cmp v0.5.6
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.12 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.18 go: downloading github.com/olekukonko/tablewriter v0.0.5
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.31 go: downloading github.com/beorn7/perks v1.0.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.34 go: downloading github.com/cespare/xxhash/v2 v2.1.2
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.37 go: downloading github.com/cespare/xxhash v1.1.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.41 go: downloading github.com/golang/protobuf v1.5.2
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.71 go: downloading github.com/prometheus/common v0.10.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.85 go: downloading github.com/prometheus/procfs v0.6.0
20:16:07 [2022-02-22T20:16:07.528Z] #51 46.87 go: downloading github.com/mattn/go-runewidth v0.0.9
20:16:07 [2022-02-22T20:16:07.528Z] #51 47.04 go: downloading google.golang.org/protobuf v1.27.1
20:16:07 [2022-02-22T20:16:07.528Z] #51 48.42 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
20:16:08 [2022-02-22T20:16:08.113Z] #51 ...
20:16:08 [2022-02-22T20:16:08.113Z] 
20:16:08 [2022-02-22T20:16:08.113Z] #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
20:16:08 [2022-02-22T20:16:08.113Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09
20:16:08 [2022-02-22T20:16:08.113Z] #47 48.66 Processing triggers for libc-bin (2.31-13+deb11u2) ...
20:16:10 [2022-02-22T20:16:10.213Z] #47 DONE 50.9s
20:16:10 [2022-02-22T20:16:10.213Z] 
20:16:10 [2022-02-22T20:16:10.213Z] #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
20:16:10 [2022-02-22T20:16:10.213Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866
20:16:10 [2022-02-22T20:16:10.213Z] #49 50.46 gotestsum version dev
20:16:10 [2022-02-22T20:16:10.213Z] #49 DONE 51.1s
20:16:10 [2022-02-22T20:16:10.213Z] 
20:16:10 [2022-02-22T20:16:10.213Z] #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
20:16:10 [2022-02-22T20:16:10.213Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0
20:16:10 [2022-02-22T20:16:10.213Z] #38 48.94 Setting up libicu67:amd64 (67.1-7) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 48.97 Setting up xxd (2:8.2.2434-3+deb11u1) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 49.42 Setting up libuv1:amd64 (1.40.0-2) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.20 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.26 Setting up librhash0:amd64 (1.4.1-2) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.34 Setting up cmake-data (3.18.4-2+deb11u1) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.43 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.47 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.57 Setting up cmake (3.18.4-2+deb11u1) ...
20:16:10 [2022-02-22T20:16:10.213Z] #38 50.64 Processing triggers for libc-bin (2.31-13+deb11u2) ...
20:16:10 [2022-02-22T20:16:10.490Z] #38 DONE 51.3s
20:16:10 [2022-02-22T20:16:10.490Z] 
20:16:10 [2022-02-22T20:16:10.490Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
20:16:10 [2022-02-22T20:16:10.490Z] #39 sha256:0eabe4be8adf32d459c0a3209c163bc8351168e7f3cb5cf09fd957da1c618fc0
20:16:11 [2022-02-22T20:16:11.067Z] #39 DONE 0.7s
20:16:11 [2022-02-22T20:16:11.067Z] 
20:16:11 [2022-02-22T20:16:11.067Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:16:11 [2022-02-22T20:16:11.067Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:16:11 [2022-02-22T20:16:11.067Z] #14 49.41 Selecting previously unselected package mingw-w64-x86-64-dev.
20:16:11 [2022-02-22T20:16:11.067Z] #14 49.41 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
20:16:11 [2022-02-22T20:16:11.067Z] #14 49.81 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
20:16:15 [2022-02-22T20:16:15.260Z] #14 55.39 Selecting previously unselected package gcc-mingw-w64-base.
20:16:15 [2022-02-22T20:16:15.260Z] #14 55.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
20:16:15 [2022-02-22T20:16:15.260Z] #14 55.40 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
20:16:15 [2022-02-22T20:16:15.260Z] #14 55.51 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
20:16:15 [2022-02-22T20:16:15.260Z] #14 55.51 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
20:16:15 [2022-02-22T20:16:15.260Z] #14 55.52 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
20:16:18 [2022-02-22T20:16:18.532Z] #14 ...
20:16:18 [2022-02-22T20:16:18.532Z] 
20:16:18 [2022-02-22T20:16:18.532Z] #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
20:16:18 [2022-02-22T20:16:18.532Z] #40 sha256:6fcbc222717bdcaf7e3405bb85026db66539955cd7707a4a47a881cb648ddfb9
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + RM_GOPATH=0
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + TMP_GOPATH=
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + : /build
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + '[' -z '' ']'
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 ++ mktemp -d
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + export GOPATH=/tmp/tmp.suXvqt1Sg8
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + GOPATH=/tmp/tmp.suXvqt1Sg8
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + RM_GOPATH=1
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + case "$(go env GOARCH)" in
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 ++ go env GOARCH
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + export GO_BUILDMODE=-buildmode=pie
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + GO_BUILDMODE=-buildmode=pie
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 ++ dirname /install.sh
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + dir=/
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + bin=tini
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + shift
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + '[' '!' -f //tini.installer ']'
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + . //tini.installer
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 ++ : v0.19.0
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + install_tini
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + echo 'Install tini version v0.19.0'
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 + git clone https://github.com/krallin/tini.git /tmp/tmp.suXvqt1Sg8/tini
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.938 Cloning into '/tmp/tmp.suXvqt1Sg8/tini'...
20:16:18 [2022-02-22T20:16:18.532Z] #40 4.962 Install tini version v0.19.0
20:16:18 [2022-02-22T20:16:18.532Z] #40 5.591 + cd /tmp/tmp.suXvqt1Sg8/tini
20:16:18 [2022-02-22T20:16:18.532Z] #40 5.591 + git checkout -q v0.19.0
20:16:18 [2022-02-22T20:16:18.532Z] #40 5.625 + cmake .
20:16:18 [2022-02-22T20:16:18.532Z] #40 6.055 -- The C compiler identification is GNU 10.2.1
20:16:18 [2022-02-22T20:16:18.532Z] #40 6.139 -- Detecting C compiler ABI info
20:16:18 [2022-02-22T20:16:18.532Z] #40 6.722 -- Detecting C compiler ABI info - done
20:16:18 [2022-02-22T20:16:18.532Z] #40 6.863 -- Check for working C compiler: /usr/bin/cc - skipped
20:16:18 [2022-02-22T20:16:18.532Z] #40 6.863 -- Detecting C compile features
20:16:18 [2022-02-22T20:16:18.533Z] #40 6.863 -- Detecting C compile features - done
20:16:18 [2022-02-22T20:16:18.533Z] #40 6.907 -- Performing Test HAS_BUILTIN_FORTIFY
20:16:18 [2022-02-22T20:16:18.533Z] #40 7.151 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:16:18 [2022-02-22T20:16:18.533Z] #40 7.186 -- Configuring done
20:16:18 [2022-02-22T20:16:18.533Z] #40 7.237 -- Generating done
20:16:18 [2022-02-22T20:16:18.533Z] #40 7.237 -- Build files have been written to: /tmp/tmp.suXvqt1Sg8/tini
20:16:18 [2022-02-22T20:16:18.533Z] #40 7.260 + make tini-static
20:16:18 [2022-02-22T20:16:18.789Z] #40 7.533 Scanning dependencies of target tini-static
20:16:18 [2022-02-22T20:16:18.789Z] #40 7.657 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:16:20 [2022-02-22T20:16:20.156Z] #40 8.826 [100%] Linking C executable tini-static
20:16:20 [2022-02-22T20:16:20.413Z] #40 9.330 [100%] Built target tini-static
20:16:20 [2022-02-22T20:16:20.413Z] #40 9.381 + mkdir -p /build
20:16:20 [2022-02-22T20:16:20.670Z] #40 9.387 + cp tini-static /build/docker-init
20:16:22 [2022-02-22T20:16:22.041Z] #40 DONE 11.0s
20:16:22 [2022-02-22T20:16:22.041Z] 
20:16:22 [2022-02-22T20:16:22.041Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:16:22 [2022-02-22T20:16:22.041Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:16:22 [2022-02-22T20:16:22.041Z] #14 62.96 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
20:16:22 [2022-02-22T20:16:22.041Z] #14 62.97 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
20:16:22 [2022-02-22T20:16:22.041Z] #14 62.98 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:16:28 [2022-02-22T20:16:28.593Z] #14 ...
20:16:28 [2022-02-22T20:16:28.593Z] 
20:16:28 [2022-02-22T20:16:28.593Z] #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
20:16:28 [2022-02-22T20:16:28.593Z] #60 sha256:93f55797e34e68dc3a35a31a6b653594982defc93746ddc15b3c9ae2d7abb318
20:16:29 [2022-02-22T20:16:29.634Z] #60 40.39 Updating files:  48% (2267/4694)
Updating files:  49% (2301/4694)
Updating files:  50% (2347/4694)
Updating files:  51% (2394/4694)
Updating files:  52% (2441/4694)
Updating files:  53% (2488/4694)
Updating files:  54% (2535/4694)
Updating files:  55% (2582/4694)
Updating files:  56% (2629/4694)
Updating files:  57% (2676/4694)
Updating files:  58% (2723/4694)
Updating files:  59% (2770/4694)
Updating files:  60% (2817/4694)
Updating files:  61% (2864/4694)
Updating files:  62% (2911/4694)
Updating files:  63% (2958/4694)
Updating files:  64% (3005/4694)
Updating files:  65% (3052/4694)
Updating files:  66% (3099/4694)
Updating files:  67% (3145/4694)
Updating files:  68% (3192/4694)
Updating files:  69% (3239/4694)
Updating files:  70% (3286/4694)
Updating files:  71% (3333/4694)
Updating files:  72% (3380/4694)
Updating files:  73% (3427/4694)
Updating files:  74% (3474/4694)
Updating files:  75% (3521/4694)
Updating files:  76% (3568/4694)
Updating files:  77% (3615/4694)
Updating files:  78% (3662/4694)
Updating files:  79% (3709/4694)
Updating files:  80% (3756/4694)
Updating files:  81% (3803/4694)
Updating files:  82% (3850/4694)
Updating files:  83% (3897/4694)
Updating files:  84% (3943/4694)
Updating files:  85% (3990/4694)
Updating files:  86% (4037/4694)
Updating files:  87% (4084/4694)
Updating files:  88% (4131/4694)
Updating files:  89% (4178/4694)
Updating files:  90% (4225/4694)
Updating files:  91% (4272/4694)
Updating files:  92% (4319/4694)
Updating files:  93% (4366/4694)
Updating files:  93% (4409/4694)
Updating files:  94% (4413/4694)
Updating files:  95% (4460/4694)
Updating files:  96% (4507/4694)
Updating files:  97% (4554/4694)
Updating files:  98% (4601/4694)
Updating files:  99% (4648/4694)
Updating files: 100% (4694/4694)
Updating files: 100% (4694/4694), done.
20:16:29 [2022-02-22T20:16:29.634Z] #60 41.61 + cd /tmp/tmp.HCcRM1wDEY/src/github.com/containerd/containerd
20:16:29 [2022-02-22T20:16:29.634Z] #60 41.61 + git checkout -q v1.5.9
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + export 'BUILDTAGS=netgo osusergo static_build'
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + BUILDTAGS='netgo osusergo static_build'
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + export EXTRA_FLAGS=-buildmode=pie
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + EXTRA_FLAGS=-buildmode=pie
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + '[' '' = dynamic ']'
20:16:31 [2022-02-22T20:16:31.525Z] #60 43.16 + make
20:16:32 [2022-02-22T20:16:32.458Z] #60 44.37 + bin/ctr
20:16:44 [2022-02-22T20:16:44.653Z] #60 ...
20:16:44 [2022-02-22T20:16:44.653Z] 
20:16:44 [2022-02-22T20:16:44.653Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:16:44 [2022-02-22T20:16:44.653Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:16:44 [2022-02-22T20:16:44.653Z] #14 73.81 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
20:16:44 [2022-02-22T20:16:44.653Z] #14 73.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
20:16:44 [2022-02-22T20:16:44.653Z] #14 73.82 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:16:44 [2022-02-22T20:16:44.653Z] #14 78.66 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
20:16:44 [2022-02-22T20:16:44.653Z] #14 78.66 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
20:16:44 [2022-02-22T20:16:44.653Z] #14 78.67 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
20:16:44 [2022-02-22T20:16:44.653Z] #14 83.96 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
20:16:44 [2022-02-22T20:16:44.653Z] #14 83.97 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
20:16:44 [2022-02-22T20:16:44.653Z] #14 83.98 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:16:49 [2022-02-22T20:16:49.912Z] #14 ...
20:16:49 [2022-02-22T20:16:49.912Z] 
20:16:49 [2022-02-22T20:16:49.912Z] #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
20:16:49 [2022-02-22T20:16:49.912Z] #63 sha256:0ccda98fdbc798572874ad0fedfeaa6c694119088b911e20c825bf314c000e79
20:16:49 [2022-02-22T20:16:49.912Z] #63 90.01 + for f in rootlesskit rootlesskit-docker-proxy
20:16:49 [2022-02-22T20:16:49.912Z] #63 90.01 + GOBIN=/build
20:16:49 [2022-02-22T20:16:49.912Z] #63 90.01 + GO111MODULE=on
20:16:49 [2022-02-22T20:16:49.913Z] #63 90.01 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.79 rootlesskit version 0.14.6
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.81 Usage of /build/rootlesskit-docker-proxy:
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82   -container-ip string
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82     	container ip
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82   -container-port int
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82     	container port (default -1)
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82   -host-ip string
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82     	host ip
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82   -host-port int
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82     	host port (default -1)
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82   -proto string
20:16:54 [2022-02-22T20:16:54.092Z] #63 94.82     	proxy protocol (default "tcp")
20:16:56 [2022-02-22T20:16:56.623Z] #63 DONE 97.0s
20:16:56 [2022-02-22T20:16:56.623Z] 
20:16:56 [2022-02-22T20:16:56.623Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
20:16:56 [2022-02-22T20:16:56.623Z] #64 sha256:66f9970cf60c4cd16a72e7284cfe1d2651938c319153a464c7dd1cb7b0566ce2
20:16:56 [2022-02-22T20:16:56.623Z] #64 DONE 0.1s
20:16:56 [2022-02-22T20:16:56.623Z] 
20:16:56 [2022-02-22T20:16:56.623Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:16:56 [2022-02-22T20:16:56.623Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:16:56 [2022-02-22T20:16:56.623Z] #14 94.21 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
20:16:56 [2022-02-22T20:16:56.623Z] #14 94.21 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
20:16:56 [2022-02-22T20:16:56.623Z] #14 94.21 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:16:56 [2022-02-22T20:16:56.623Z] #14 ...
20:16:56 [2022-02-22T20:16:56.623Z] 
20:16:56 [2022-02-22T20:16:56.623Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:16:56 [2022-02-22T20:16:56.623Z] #65 sha256:052d03f029dc4de0f0afb4f7eb8385a658965cd8f3695d8b4770351184f3a0a5
20:16:56 [2022-02-22T20:16:56.623Z] #65 DONE 0.2s
20:16:56 [2022-02-22T20:16:56.883Z] 
20:16:56 [2022-02-22T20:16:56.883Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
20:16:56 [2022-02-22T20:16:56.884Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d
20:16:57 [2022-02-22T20:16:57.449Z] #14 98.33 Selecting previously unselected package g++-mingw-w64-x86-64.
20:16:57 [2022-02-22T20:16:57.449Z] #14 98.33 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
20:16:57 [2022-02-22T20:16:57.449Z] #14 98.33 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
20:16:57 [2022-02-22T20:16:57.449Z] #14 98.45 Selecting previously unselected package libapparmor1:amd64.
20:16:57 [2022-02-22T20:16:57.449Z] #14 98.45 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
20:16:57 [2022-02-22T20:16:57.449Z] #14 98.45 Unpacking libapparmor1:amd64 (2.13.6-10) ...
20:16:57 [2022-02-22T20:16:57.707Z] #14 98.55 Selecting previously unselected package libapparmor-dev:amd64.
20:16:57 [2022-02-22T20:16:57.707Z] #14 98.55 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
20:16:57 [2022-02-22T20:16:57.707Z] #14 98.55 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
20:16:57 [2022-02-22T20:16:57.707Z] #14 98.68 Selecting previously unselected package libbtrfs0:amd64.
20:16:57 [2022-02-22T20:16:57.965Z] #14 98.68 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
20:16:57 [2022-02-22T20:16:57.965Z] #14 98.69 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
20:16:57 [2022-02-22T20:16:57.965Z] #14 98.87 Selecting previously unselected package libbtrfs-dev:amd64.
20:16:57 [2022-02-22T20:16:57.965Z] #14 98.87 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
20:16:57 [2022-02-22T20:16:57.965Z] #14 98.87 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.01 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.01 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.04 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.08 Selecting previously unselected package libudev-dev:amd64.
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.08 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.08 Unpacking libudev-dev:amd64 (247.3-6) ...
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.21 Selecting previously unselected package libsepol1-dev:amd64.
20:16:58 [2022-02-22T20:16:58.223Z] #14 99.21 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.480Z] #14 99.23 Unpacking libsepol1-dev:amd64 (3.1-1) ...
20:16:58 [2022-02-22T20:16:58.480Z] #14 99.46 Selecting previously unselected package libpcre2-16-0:amd64.
20:16:58 [2022-02-22T20:16:58.480Z] #14 99.46 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.480Z] #14 99.47 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
20:16:58 [2022-02-22T20:16:58.737Z] #14 99.63 Selecting previously unselected package libpcre2-32-0:amd64.
20:16:58 [2022-02-22T20:16:58.738Z] #14 99.63 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.738Z] #14 99.63 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
20:16:58 [2022-02-22T20:16:58.994Z] #14 99.78 Selecting previously unselected package libpcre2-posix2:amd64.
20:16:58 [2022-02-22T20:16:58.995Z] #14 99.78 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.995Z] #14 99.78 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
20:16:58 [2022-02-22T20:16:58.995Z] #14 99.85 Selecting previously unselected package libpcre2-dev:amd64.
20:16:58 [2022-02-22T20:16:58.995Z] #14 99.86 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
20:16:58 [2022-02-22T20:16:58.995Z] #14 99.88 Unpacking libpcre2-dev:amd64 (10.36-2) ...
20:16:59 [2022-02-22T20:16:59.251Z] #14 100.3 Selecting previously unselected package libselinux1-dev:amd64.
20:16:59 [2022-02-22T20:16:59.508Z] #14 100.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
20:16:59 [2022-02-22T20:16:59.508Z] #14 100.3 Unpacking libselinux1-dev:amd64 (3.1-3) ...
20:16:59 [2022-02-22T20:16:59.508Z] #14 100.6 Selecting previously unselected package libdevmapper-dev:amd64.
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.7 Selecting previously unselected package libseccomp-dev:amd64.
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.8 Selecting previously unselected package libsystemd-dev:amd64.
20:16:59 [2022-02-22T20:16:59.778Z] #14 100.8 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
20:17:00 [2022-02-22T20:17:00.036Z] #14 100.8 Unpacking libsystemd-dev:amd64 (247.3-6) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up libapparmor1:amd64 (2.13.6-10) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up libsepol1-dev:amd64 (3.1-1) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up libpcre2-16-0:amd64 (10.36-2) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.3 Setting up libbtrfs0:amd64 (5.10.1-2) ...
20:17:00 [2022-02-22T20:17:00.294Z] #14 101.4 Setting up libpcre2-32-0:amd64 (10.36-2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up libudev-dev:amd64 (247.3-6) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up libpcre2-posix2:amd64 (10.36-2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.4 Setting up mingw-w64-common (8.0.0-1) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up libsystemd-dev:amd64 (247.3-6) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up libpcre2-dev:amd64 (10.36-2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up libselinux1-dev:amd64 (3.1-3) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.551Z] #14 101.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.6 Setting up dmsetup (2:1.02.175-2.1) ...
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
20:17:00 [2022-02-22T20:17:00.809Z] #14 101.7 Processing triggers for libc-bin (2.31-13+deb11u2) ...
20:17:01 [2022-02-22T20:17:01.069Z] #14 DONE 102.0s
20:17:01 [2022-02-22T20:17:01.069Z] 
20:17:01 [2022-02-22T20:17:01.069Z] #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
20:17:01 [2022-02-22T20:17:01.069Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:17:01 [2022-02-22T20:17:01.069Z] #51 ...
20:17:01 [2022-02-22T20:17:01.069Z] 
20:17:01 [2022-02-22T20:17:01.069Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
20:17:01 [2022-02-22T20:17:01.069Z] #55 sha256:752fed51368ca88041bc26cecb2256655a55bcd4fc098ef20707301b143b8c4c
20:17:01 [2022-02-22T20:17:01.069Z] #55 DONE 0.1s
20:17:01 [2022-02-22T20:17:01.069Z] 
20:17:01 [2022-02-22T20:17:01.069Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
20:17:01 [2022-02-22T20:17:01.070Z] #15 sha256:a5470ca893da517d4017e3546fa8394b508bb1ca0fe6cb0d53e792c80d0218da
20:17:03 [2022-02-22T20:17:03.605Z] #15 DONE 2.2s
20:17:03 [2022-02-22T20:17:03.605Z] 
20:17:03 [2022-02-22T20:17:03.605Z] #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
20:17:03 [2022-02-22T20:17:03.605Z] #56 sha256:35a17d215d3f16664cf7fe43c09e724f08adcabef69ef103f325076c0d13ce29
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.246 + RM_GOPATH=0
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.246 + TMP_GOPATH=
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 + : /build
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 + '[' -z '' ']'
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 ++ mktemp -d
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 + export GOPATH=/tmp/tmp.VG8pQW9CHY
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 + GOPATH=/tmp/tmp.VG8pQW9CHY
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 + RM_GOPATH=1
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 + case "$(go env GOARCH)" in
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.247 ++ go env GOARCH
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.263 + export GO_BUILDMODE=-buildmode=pie
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.263 + GO_BUILDMODE=-buildmode=pie
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.263 ++ dirname /install.sh
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + dir=/
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + bin=runc
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + shift
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + '[' '!' -f //runc.installer ']'
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + . //runc.installer
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 ++ set -e
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 ++ : v1.1.0
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + install_runc
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + RUNC_BUILDTAGS=seccomp
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.267 + echo 'Install runc version v1.1.0 (build tags: seccomp)'
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.268 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.VG8pQW9CHY/src/github.com/opencontainers/runc
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.268 Install runc version v1.1.0 (build tags: seccomp)
20:17:03 [2022-02-22T20:17:03.605Z] #56 2.269 Cloning into '/tmp/tmp.VG8pQW9CHY/src/github.com/opencontainers/runc'...
20:17:04 [2022-02-22T20:17:04.973Z] #56 ...
20:17:04 [2022-02-22T20:17:04.973Z] 
20:17:04 [2022-02-22T20:17:04.973Z] #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
20:17:04 [2022-02-22T20:17:04.973Z] #16 sha256:07c672a05c16c1486e7ee925bccf2ccd06e16687828ccd1f32de0c0e667e1c1e
20:17:04 [2022-02-22T20:17:04.973Z] #16 DONE 1.7s
20:17:05 [2022-02-22T20:17:05.230Z] 
20:17:05 [2022-02-22T20:17:05.230Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:17:05 [2022-02-22T20:17:05.230Z] #17 sha256:9eb94f453307c171ab68dc6396cf9b1711f009bc7fb5556e99fff98c66f1923d
20:17:06 [2022-02-22T20:17:06.599Z] #17 1.552 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:17:06 [2022-02-22T20:17:06.855Z] #17 DONE 1.9s
20:17:06 [2022-02-22T20:17:06.855Z] 
20:17:06 [2022-02-22T20:17:06.855Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:17:06 [2022-02-22T20:17:06.855Z] #18 sha256:de0bae700dd0a197fc226bfe810ca9d30aa192edd27e89a0f6086cf13214ce3f
20:17:08 [2022-02-22T20:17:08.753Z] #18 DONE 1.6s
20:17:08 [2022-02-22T20:17:08.753Z] 
20:17:08 [2022-02-22T20:17:08.753Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:17:08 [2022-02-22T20:17:08.753Z] #19 sha256:fb94e2aae9c89978fd9757b918db54a6c06c96a37c01a6d2a28873c06200e86f
20:17:10 [2022-02-22T20:17:10.132Z] #19 DONE 1.6s
20:17:10 [2022-02-22T20:17:10.132Z] 
20:17:10 [2022-02-22T20:17:10.132Z] #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
20:17:10 [2022-02-22T20:17:10.132Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
20:17:10 [2022-02-22T20:17:10.132Z] #43 ...
20:17:10 [2022-02-22T20:17:10.132Z] 
20:17:10 [2022-02-22T20:17:10.132Z] #20 [dev-systemd-false  6/24] RUN ldconfig
20:17:10 [2022-02-22T20:17:10.132Z] #20 sha256:507c60dffb7dae186d6ebe140864ec3909cdef7764bbd813996cee037d3c6132
20:17:12 [2022-02-22T20:17:12.026Z] #20 DONE 1.5s
20:17:12 [2022-02-22T20:17:12.026Z] 
20:17:12 [2022-02-22T20:17:12.026Z] #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
20:17:12 [2022-02-22T20:17:12.026Z] #56 sha256:35a17d215d3f16664cf7fe43c09e724f08adcabef69ef103f325076c0d13ce29
20:17:12 [2022-02-22T20:17:12.026Z] #56 10.40 + cd /tmp/tmp.VG8pQW9CHY/src/github.com/opencontainers/runc
20:17:12 [2022-02-22T20:17:12.026Z] #56 10.40 + git checkout -q v1.1.0
20:17:12 [2022-02-22T20:17:12.283Z] #56 10.86 + '[' -z '' ']'
20:17:12 [2022-02-22T20:17:12.283Z] #56 10.86 + target=static
20:17:12 [2022-02-22T20:17:12.283Z] #56 10.86 + make BUILDTAGS=seccomp static
20:17:12 [2022-02-22T20:17:12.541Z] #56 11.21 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 .
20:17:16 [2022-02-22T20:17:16.745Z] #56 ...
20:17:16 [2022-02-22T20:17:16.745Z] 
20:17:16 [2022-02-22T20:17:16.745Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:17:16 [2022-02-22T20:17:16.745Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995
20:17:16 [2022-02-22T20:17:16.745Z] #34 DONE 116.7s
20:17:16 [2022-02-22T20:17:16.745Z] 
20:17:16 [2022-02-22T20:17:16.745Z] #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
20:17:16 [2022-02-22T20:17:16.745Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586
20:17:16 [2022-02-22T20:17:16.745Z] #21 1.663 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
20:17:16 [2022-02-22T20:17:16.745Z] #21 1.689 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
20:17:16 [2022-02-22T20:17:16.745Z] #21 1.689 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
20:17:16 [2022-02-22T20:17:16.745Z] #21 2.124 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
20:17:16 [2022-02-22T20:17:16.746Z] #21 2.967 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB]
20:17:16 [2022-02-22T20:17:16.746Z] #21 3.989 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
20:17:18 [2022-02-22T20:17:18.665Z] #21 6.980 Fetched 8505 kB in 6s (1530 kB/s)
20:17:20 [2022-02-22T20:17:20.556Z] #21 6.980 Reading package lists...
20:17:22 [2022-02-22T20:17:22.447Z] #21 8.804 Reading package lists...
20:17:23 [2022-02-22T20:17:23.009Z] #21 10.81 Building dependency tree...
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.00 The following additional packages will be installed:
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.01   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.01   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.01   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.01   python3-pkg-resources vim-runtime xxd
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.01 Suggested packages:
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.02   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.02   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.02   acl attr quota
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.02 Recommended packages:
20:17:23 [2022-02-22T20:17:23.573Z] #21 12.02   libatm1 nftables libpam-cap build-essential python3-dev unzip
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14 The following NEW packages will be installed:
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   python3-pkg-resources python3-setuptools python3-wheel sudo
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:17:24 [2022-02-22T20:17:24.941Z] #21 13.14   xz-utils zip zstd
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.46 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.46 Need to get 27.6 MB of archives.
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.46 After this operation, 106 MB of additional disk space will be used.
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.50 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.51 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.52 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.52 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.55 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.56 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.56 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.56 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.57 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.57 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.57 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.59 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.60 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
20:17:25 [2022-02-22T20:17:25.197Z] #21 13.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
20:17:25 [2022-02-22T20:17:25.454Z] #21 13.95 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
20:17:25 [2022-02-22T20:17:25.454Z] #21 13.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 13.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 13.96 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 13.96 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 13.97 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 13.97 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.02 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.02 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.03 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.04 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.05 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.07 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.07 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.09 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.10 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
20:17:25 [2022-02-22T20:17:25.711Z] #21 14.11 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
20:17:25 [2022-02-22T20:17:25.967Z] #21 14.34 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
20:17:25 [2022-02-22T20:17:25.967Z] #21 14.39 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
20:17:25 [2022-02-22T20:17:25.967Z] #21 14.40 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
20:17:25 [2022-02-22T20:17:25.967Z] #21 14.44 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
20:17:26 [2022-02-22T20:17:26.897Z] #21 14.97 debconf: delaying package configuration, since apt-utils is not installed
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.09 Fetched 27.6 MB in 1s (21.6 MB/s)
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.14 Selecting previously unselected package pigz.
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.19 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.19 Unpacking pigz (2.6-1) ...
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.27 Selecting previously unselected package libelf1:amd64.
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.27 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
20:17:26 [2022-02-22T20:17:26.897Z] #21 15.28 Unpacking libelf1:amd64 (0.183-1) ...
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.41 Selecting previously unselected package libbpf0:amd64.
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.42 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.42 Unpacking libbpf0:amd64 (1:0.3-2) ...
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.51 Selecting previously unselected package libcap2:amd64.
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.51 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.52 Unpacking libcap2:amd64 (1:2.44-1) ...
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.57 Selecting previously unselected package libmnl0:amd64.
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.57 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.153Z] #21 15.57 Unpacking libmnl0:amd64 (1.0.4-3) ...
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.62 Selecting previously unselected package libxtables12:amd64.
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.63 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.63 Unpacking libxtables12:amd64 (1.8.7-1) ...
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.70 Selecting previously unselected package libcap2-bin.
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.72 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.73 Unpacking libcap2-bin (1:2.44-1) ...
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.81 Selecting previously unselected package iproute2.
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.82 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.410Z] #21 15.82 Unpacking iproute2 (5.10.0-4) ...
20:17:27 [2022-02-22T20:17:27.973Z] #21 16.26 Selecting previously unselected package xxd.
20:17:27 [2022-02-22T20:17:27.973Z] #21 16.27 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
20:17:27 [2022-02-22T20:17:27.973Z] #21 16.28 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
20:17:27 [2022-02-22T20:17:27.973Z] #21 16.41 Selecting previously unselected package vim-common.
20:17:27 [2022-02-22T20:17:27.973Z] #21 16.42 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
20:17:27 [2022-02-22T20:17:27.973Z] #21 16.43 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
20:17:28 [2022-02-22T20:17:28.230Z] #21 16.58 Selecting previously unselected package bash-completion.
20:17:28 [2022-02-22T20:17:28.230Z] #21 16.58 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
20:17:30 [2022-02-22T20:17:30.127Z] #21 18.15 Unpacking bash-completion (1:2.11-2) ...
20:17:30 [2022-02-22T20:17:30.127Z] #21 18.52 Selecting previously unselected package bzip2.
20:17:30 [2022-02-22T20:17:30.127Z] #21 18.54 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
20:17:30 [2022-02-22T20:17:30.127Z] #21 18.54 Unpacking bzip2 (1.0.8-4) ...
20:17:30 [2022-02-22T20:17:30.127Z] #21 18.63 Selecting previously unselected package xz-utils.
20:17:30 [2022-02-22T20:17:30.384Z] #21 18.64 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
20:17:30 [2022-02-22T20:17:30.384Z] #21 18.65 Unpacking xz-utils (5.2.5-2) ...
20:17:30 [2022-02-22T20:17:30.384Z] #21 18.77 Selecting previously unselected package apparmor.
20:17:30 [2022-02-22T20:17:30.641Z] #21 18.77 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
20:17:30 [2022-02-22T20:17:30.642Z] #21 18.83 Unpacking apparmor (2.13.6-10) ...
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.20 Selecting previously unselected package inetutils-ping.
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.22 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.22 Unpacking inetutils-ping (2:2.0-1) ...
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.30 Selecting previously unselected package libip4tc2:amd64.
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.30 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.31 Unpacking libip4tc2:amd64 (1.8.7-1) ...
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.40 Selecting previously unselected package libip6tc2:amd64.
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.40 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
20:17:30 [2022-02-22T20:17:30.898Z] #21 19.41 Unpacking libip6tc2:amd64 (1.8.7-1) ...
20:17:31 [2022-02-22T20:17:31.156Z] #21 19.48 Selecting previously unselected package libnfnetlink0:amd64.
20:17:31 [2022-02-22T20:17:31.156Z] #21 19.50 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.156Z] #21 19.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:17:31 [2022-02-22T20:17:31.156Z] #21 19.56 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.57 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.58 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.63 Selecting previously unselected package libnftnl11:amd64.
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.63 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.64 Unpacking libnftnl11:amd64 (1.1.9-1) ...
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.73 Selecting previously unselected package iptables.
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.73 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.413Z] #21 19.74 Unpacking iptables (1.8.7-1) ...
20:17:31 [2022-02-22T20:17:31.670Z] #21 20.03 Selecting previously unselected package libonig5:amd64.
20:17:31 [2022-02-22T20:17:31.670Z] #21 20.03 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.670Z] #21 20.03 Unpacking libonig5:amd64 (6.9.6-1.1) ...
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.17 Selecting previously unselected package libjq1:amd64.
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.17 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.17 Unpacking libjq1:amd64 (1.6-2.1) ...
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.26 Selecting previously unselected package jq.
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.26 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.27 Unpacking jq (1.6-2.1) ...
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.35 Selecting previously unselected package libaio1:amd64.
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.35 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
20:17:31 [2022-02-22T20:17:31.927Z] #21 20.36 Unpacking libaio1:amd64 (0.3.112-9) ...
20:17:32 [2022-02-22T20:17:32.183Z] #21 20.43 Selecting previously unselected package libgpm2:amd64.
20:17:32 [2022-02-22T20:17:32.183Z] #21 20.43 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
20:17:32 [2022-02-22T20:17:32.183Z] #21 20.43 Unpacking libgpm2:amd64 (1.20.7-8) ...
20:17:32 [2022-02-22T20:17:32.183Z] #21 20.50 Selecting previously unselected package libicu67:amd64.
20:17:32 [2022-02-22T20:17:32.183Z] #21 20.50 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
20:17:32 [2022-02-22T20:17:32.183Z] #21 20.51 Unpacking libicu67:amd64 (67.1-7) ...
20:17:35 [2022-02-22T20:17:35.456Z] #21 23.83 Selecting previously unselected package libinih1:amd64.
20:17:35 [2022-02-22T20:17:35.713Z] #21 23.83 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
20:17:35 [2022-02-22T20:17:35.713Z] #21 23.88 Unpacking libinih1:amd64 (53-1+b2) ...
20:17:35 [2022-02-22T20:17:35.713Z] #21 24.00 Selecting previously unselected package libnet1:amd64.
20:17:35 [2022-02-22T20:17:35.713Z] #21 24.01 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:17:35 [2022-02-22T20:17:35.713Z] #21 24.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.15 Selecting previously unselected package libnl-3-200:amd64.
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.16 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.16 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.25 Selecting previously unselected package libprotobuf-c1:amd64.
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.26 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.33 Selecting previously unselected package net-tools.
20:17:35 [2022-02-22T20:17:35.969Z] #21 24.34 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
20:17:36 [2022-02-22T20:17:36.225Z] #21 24.35 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
20:17:36 [2022-02-22T20:17:36.225Z] #21 24.56 Selecting previously unselected package patch.
20:17:36 [2022-02-22T20:17:36.225Z] #21 24.56 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
20:17:36 [2022-02-22T20:17:36.225Z] #21 24.58 Unpacking patch (2.7.6-7) ...
20:17:36 [2022-02-22T20:17:36.482Z] #21 24.67 Selecting previously unselected package python-pip-whl.
20:17:36 [2022-02-22T20:17:36.482Z] #21 24.67 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
20:17:36 [2022-02-22T20:17:36.482Z] #21 24.68 Unpacking python-pip-whl (20.3.4-4) ...
20:17:36 [2022-02-22T20:17:36.738Z] #21 25.19 Selecting previously unselected package python3-lib2to3.
20:17:36 [2022-02-22T20:17:36.738Z] #21 25.19 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
20:17:36 [2022-02-22T20:17:36.738Z] #21 25.19 Unpacking python3-lib2to3 (3.9.2-1) ...
20:17:36 [2022-02-22T20:17:36.994Z] #21 25.33 Selecting previously unselected package python3-distutils.
20:17:36 [2022-02-22T20:17:36.994Z] #21 25.33 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
20:17:36 [2022-02-22T20:17:36.994Z] #21 25.34 Unpacking python3-distutils (3.9.2-1) ...
20:17:37 [2022-02-22T20:17:37.251Z] #21 25.44 Selecting previously unselected package python3-pkg-resources.
20:17:37 [2022-02-22T20:17:37.251Z] #21 25.45 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
20:17:37 [2022-02-22T20:17:37.251Z] #21 25.45 Unpacking python3-pkg-resources (52.0.0-4) ...
20:17:37 [2022-02-22T20:17:37.251Z] #21 25.59 Selecting previously unselected package python3-setuptools.
20:17:37 [2022-02-22T20:17:37.251Z] #21 25.60 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
20:17:37 [2022-02-22T20:17:37.251Z] #21 25.60 Unpacking python3-setuptools (52.0.0-4) ...
20:17:37 [2022-02-22T20:17:37.508Z] #21 25.85 Selecting previously unselected package python3-wheel.
20:17:37 [2022-02-22T20:17:37.508Z] #21 25.85 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
20:17:37 [2022-02-22T20:17:37.508Z] #21 25.86 Unpacking python3-wheel (0.34.2-1) ...
20:17:37 [2022-02-22T20:17:37.508Z] #21 25.94 Selecting previously unselected package python3-pip.
20:17:37 [2022-02-22T20:17:37.508Z] #21 25.95 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
20:17:37 [2022-02-22T20:17:37.765Z] #21 25.95 Unpacking python3-pip (20.3.4-4) ...
20:17:37 [2022-02-22T20:17:37.765Z] #21 26.20 Selecting previously unselected package sudo.
20:17:37 [2022-02-22T20:17:37.765Z] #21 26.20 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
20:17:38 [2022-02-22T20:17:38.022Z] #21 26.21 Unpacking sudo (1.9.5p2-3) ...
20:17:38 [2022-02-22T20:17:38.586Z] #21 26.72 Selecting previously unselected package thin-provisioning-tools.
20:17:38 [2022-02-22T20:17:38.586Z] #21 26.72 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
20:17:38 [2022-02-22T20:17:38.586Z] #21 26.72 Unpacking thin-provisioning-tools (0.9.0-1) ...
20:17:38 [2022-02-22T20:17:38.586Z] #21 26.91 Selecting previously unselected package uidmap.
20:17:38 [2022-02-22T20:17:38.586Z] #21 26.92 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
20:17:38 [2022-02-22T20:17:38.586Z] #21 26.93 Unpacking uidmap (1:4.8.1-1) ...
20:17:38 [2022-02-22T20:17:38.586Z] #21 27.01 Selecting previously unselected package vim-runtime.
20:17:38 [2022-02-22T20:17:38.586Z] #21 27.02 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
20:17:38 [2022-02-22T20:17:38.843Z] #21 27.03 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
20:17:38 [2022-02-22T20:17:38.843Z] #21 27.05 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
20:17:38 [2022-02-22T20:17:38.843Z] #21 27.05 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
20:17:42 [2022-02-22T20:17:42.122Z] #21 29.89 Selecting previously unselected package vim.
20:17:42 [2022-02-22T20:17:42.122Z] #21 29.90 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
20:17:42 [2022-02-22T20:17:42.122Z] #21 29.92 Unpacking vim (2:8.2.2434-3+deb11u1) ...
20:17:42 [2022-02-22T20:17:42.122Z] #21 30.44 Selecting previously unselected package xfsprogs.
20:17:42 [2022-02-22T20:17:42.122Z] #21 30.44 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
20:17:42 [2022-02-22T20:17:42.122Z] #21 30.45 Unpacking xfsprogs (5.10.0-4) ...
20:17:42 [2022-02-22T20:17:42.380Z] #21 30.86 Selecting previously unselected package zip.
20:17:42 [2022-02-22T20:17:42.637Z] #21 30.86 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
20:17:42 [2022-02-22T20:17:42.637Z] #21 30.87 Unpacking zip (3.0-12) ...
20:17:42 [2022-02-22T20:17:42.894Z] #21 31.02 Selecting previously unselected package zstd.
20:17:42 [2022-02-22T20:17:42.894Z] #21 31.02 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
20:17:42 [2022-02-22T20:17:42.894Z] #21 31.02 Unpacking zstd (1.4.8+dfsg-2.1) ...
20:17:43 [2022-02-22T20:17:43.152Z] #21 31.33 Setting up python3-pkg-resources (52.0.0-4) ...
20:17:43 [2022-02-22T20:17:43.718Z] #21 32.14 Setting up libip4tc2:amd64 (1.8.7-1) ...
20:17:43 [2022-02-22T20:17:43.718Z] #21 32.15 Setting up net-tools (1.60+git20181103.0eebece-1) ...
20:17:43 [2022-02-22T20:17:43.718Z] #21 32.17 Setting up libgpm2:amd64 (1.20.7-8) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.19 Setting up libicu67:amd64 (67.1-7) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.20 Setting up libip6tc2:amd64 (1.8.7-1) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.21 Setting up libinih1:amd64 (53-1+b2) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.22 Setting up uidmap (1:4.8.1-1) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.25 Setting up bzip2 (1.0.8-4) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.26 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
20:17:43 [2022-02-22T20:17:43.976Z] #21 32.27 Setting up python3-wheel (0.34.2-1) ...
20:17:44 [2022-02-22T20:17:44.542Z] #21 32.84 Setting up xxd (2:8.2.2434-3+deb11u1) ...
20:17:44 [2022-02-22T20:17:44.542Z] #21 32.86 Setting up libcap2:amd64 (1:2.44-1) ...
20:17:44 [2022-02-22T20:17:44.542Z] #21 32.87 Setting up libcap2-bin (1:2.44-1) ...
20:17:44 [2022-02-22T20:17:44.542Z] #21 32.91 Setting up apparmor (2.13.6-10) ...
20:17:46 [2022-02-22T20:17:46.447Z] #21 34.51 Setting up zip (3.0-12) ...
20:17:46 [2022-02-22T20:17:46.447Z] #21 34.52 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
20:17:46 [2022-02-22T20:17:46.447Z] #21 34.55 Setting up bash-completion (1:2.11-2) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.47 Setting up xz-utils (5.2.5-2) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.50 Setting up libmnl0:amd64 (1.0.4-3) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.52 Setting up patch (2.7.6-7) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.55 Setting up sudo (1.9.5p2-3) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.63 invoke-rc.d: could not determine current runlevel
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.64 invoke-rc.d: policy-rc.d denied execution of start.
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.64 Setting up xfsprogs (5.10.0-4) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.66 Setting up libxtables12:amd64 (1.8.7-1) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.68 Setting up inetutils-ping (2:2.0-1) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.69 Setting up pigz (2.6-1) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.71 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.72 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.73 Setting up python-pip-whl (20.3.4-4) ...
20:17:48 [2022-02-22T20:17:48.346Z] #21 36.74 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
20:17:48 [2022-02-22T20:17:48.910Z] #21 37.38 Setting up libaio1:amd64 (0.3.112-9) ...
20:17:49 [2022-02-22T20:17:49.167Z] #21 37.39 Setting up python3-lib2to3 (3.9.2-1) ...
20:17:49 [2022-02-22T20:17:49.424Z] #21 37.81 Setting up libelf1:amd64 (0.183-1) ...
20:17:49 [2022-02-22T20:17:49.682Z] #21 37.84 Setting up zstd (1.4.8+dfsg-2.1) ...
20:17:49 [2022-02-22T20:17:49.682Z] #21 37.85 Setting up libonig5:amd64 (6.9.6-1.1) ...
20:17:49 [2022-02-22T20:17:49.682Z] #21 37.89 Setting up python3-distutils (3.9.2-1) ...
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.32 Setting up vim (2:8.2.2434-3+deb11u1) ...
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:17:49 [2022-02-22T20:17:49.939Z] #21 38.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:17:50 [2022-02-22T20:17:50.196Z] #21 38.38 Setting up python3-setuptools (52.0.0-4) ...
20:17:51 [2022-02-22T20:17:51.565Z] #21 39.69 Setting up libjq1:amd64 (1.6-2.1) ...
20:17:51 [2022-02-22T20:17:51.565Z] #21 39.70 Setting up libnftnl11:amd64 (1.1.9-1) ...
20:17:51 [2022-02-22T20:17:51.565Z] #21 39.71 Setting up thin-provisioning-tools (0.9.0-1) ...
20:17:51 [2022-02-22T20:17:51.565Z] #21 39.73 Setting up python3-pip (20.3.4-4) ...
20:17:52 [2022-02-22T20:17:52.495Z] #21 40.89 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.90 Setting up jq (1.6-2.1) ...
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.91 Setting up libbpf0:amd64 (1:0.3-2) ...
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.92 Setting up iptables (1.8.7-1) ...
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.94 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.94 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.95 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:17:52 [2022-02-22T20:17:52.753Z] #21 40.95 Setting up iproute2 (5.10.0-4) ...
20:17:53 [2022-02-22T20:17:53.010Z] #21 41.34 Processing triggers for libc-bin (2.31-13+deb11u2) ...
20:17:53 [2022-02-22T20:17:53.576Z] #21 DONE 41.7s
20:17:53 [2022-02-22T20:17:53.576Z] 
20:17:53 [2022-02-22T20:17:53.576Z] #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
20:17:53 [2022-02-22T20:17:53.576Z] #22 sha256:756c10d86a9fdab5e54bd0062a601d405c3763e39304cde45c4c53f32cf44a64
20:17:54 [2022-02-22T20:17:54.951Z] #22 1.325 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:17:54 [2022-02-22T20:17:54.951Z] #22 1.329 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:17:54 [2022-02-22T20:17:54.951Z] #22 1.331 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:17:54 [2022-02-22T20:17:54.951Z] #22 DONE 1.4s
20:17:54 [2022-02-22T20:17:54.951Z] 
20:17:54 [2022-02-22T20:17:54.951Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
20:17:54 [2022-02-22T20:17:54.952Z] #23 sha256:29a869c85d7589d8f4de10eea9f5ca06cfe8cc648755ef857dc8598e00f53fb1
20:18:04 [2022-02-22T20:18:04.906Z] #23 9.899 Collecting yamllint==1.26.1
20:18:05 [2022-02-22T20:18:05.837Z] #23 10.96   Downloading yamllint-1.26.1.tar.gz (126 kB)
20:18:06 [2022-02-22T20:18:06.769Z] #23 12.08 Collecting pathspec>=0.5.3
20:18:07 [2022-02-22T20:18:07.026Z] #23 12.09   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
20:18:07 [2022-02-22T20:18:07.026Z] #23 12.47 Collecting pyyaml
20:18:07 [2022-02-22T20:18:07.026Z] #23 12.48   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
20:18:07 [2022-02-22T20:18:07.282Z] #23 12.54 Building wheels for collected packages: yamllint
20:18:07 [2022-02-22T20:18:07.282Z] #23 12.54   Building wheel for yamllint (setup.py): started
20:18:08 [2022-02-22T20:18:08.215Z] #23 13.48   Building wheel for yamllint (setup.py): finished with status 'done'
20:18:08 [2022-02-22T20:18:08.215Z] #23 13.49   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a26959673a5f7ac574ae25459f61b21ccbd02dcb75f0113a9f1e81fbb792b76b
20:18:08 [2022-02-22T20:18:08.215Z] #23 13.49   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
20:18:08 [2022-02-22T20:18:08.215Z] #23 13.50 Successfully built yamllint
20:18:08 [2022-02-22T20:18:08.215Z] #23 13.53 Installing collected packages: pyyaml, pathspec, yamllint
20:18:08 [2022-02-22T20:18:08.472Z] #23 13.91 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
20:18:09 [2022-02-22T20:18:09.038Z] #23 DONE 14.4s
20:18:09 [2022-02-22T20:18:09.038Z] 
20:18:09 [2022-02-22T20:18:09.038Z] #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
20:18:09 [2022-02-22T20:18:09.038Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:18:09 [2022-02-22T20:18:09.298Z] #51 ...
20:18:09 [2022-02-22T20:18:09.298Z] 
20:18:09 [2022-02-22T20:18:09.298Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
20:18:09 [2022-02-22T20:18:09.298Z] #27 sha256:d96c493f0e386b63d7f9222491aab0295b8e1f2cd1b20ba4ef10474913caad74
20:18:09 [2022-02-22T20:18:09.556Z] #27 DONE 0.4s
20:18:09 [2022-02-22T20:18:09.556Z] 
20:18:09 [2022-02-22T20:18:09.556Z] #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
20:18:09 [2022-02-22T20:18:09.556Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:18:09 [2022-02-22T20:18:09.556Z] #51 ...
20:18:09 [2022-02-22T20:18:09.556Z] 
20:18:09 [2022-02-22T20:18:09.556Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
20:18:09 [2022-02-22T20:18:09.556Z] #32 sha256:d7c607f797fb1ffbf7936b09bca09295f3fe7704a948e2cf9effefa4a7b2f724
20:18:10 [2022-02-22T20:18:10.488Z] #32 DONE 1.0s
20:18:10 [2022-02-22T20:18:10.488Z] 
20:18:10 [2022-02-22T20:18:10.488Z] #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
20:18:10 [2022-02-22T20:18:10.488Z] #56 sha256:35a17d215d3f16664cf7fe43c09e724f08adcabef69ef103f325076c0d13ce29
20:18:10 [2022-02-22T20:18:10.488Z] #56 ...
20:18:10 [2022-02-22T20:18:10.488Z] 
20:18:10 [2022-02-22T20:18:10.488Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
20:18:10 [2022-02-22T20:18:10.488Z] #35 sha256:7ea01637db3dfc01f3d73059cf2f8c76b20a0772d0f5d2cb93627879cc09c393
20:18:11 [2022-02-22T20:18:11.419Z] #35 DONE 0.6s
20:18:11 [2022-02-22T20:18:11.419Z] 
20:18:11 [2022-02-22T20:18:11.419Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
20:18:11 [2022-02-22T20:18:11.419Z] #37 sha256:fba5d4f13d2c5c3aa26e10c9cb5beed0c332fe03b498e5d38a1cc4d934a1428d
20:18:11 [2022-02-22T20:18:11.419Z] #37 DONE 0.1s
20:18:11 [2022-02-22T20:18:11.419Z] 
20:18:11 [2022-02-22T20:18:11.419Z] #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
20:18:11 [2022-02-22T20:18:11.419Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
20:18:11 [2022-02-22T20:18:11.419Z] #43 ...
20:18:11 [2022-02-22T20:18:11.419Z] 
20:18:11 [2022-02-22T20:18:11.419Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
20:18:11 [2022-02-22T20:18:11.419Z] #41 sha256:b145dd0e3016489a4a66b6790d7c2576cfd536b14a37e5aa8a5eb7389ce04b7d
20:18:11 [2022-02-22T20:18:11.419Z] #41 DONE 0.1s
20:18:11 [2022-02-22T20:18:11.419Z] 
20:18:11 [2022-02-22T20:18:11.419Z] #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
20:18:11 [2022-02-22T20:18:11.419Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024
20:18:12 [2022-02-22T20:18:12.872Z] #43 173.3 + dpkg --print-architecture
20:18:12 [2022-02-22T20:18:12.872Z] #43 173.3 + git checkout -q v2.1.0
20:18:12 [2022-02-22T20:18:12.872Z] #43 173.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:18:12 [2022-02-22T20:18:12.872Z] #43 173.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:18:34 [2022-02-22T20:18:34.811Z] #43 DONE 193.7s
20:18:34 [2022-02-22T20:18:34.811Z] 
20:18:34 [2022-02-22T20:18:34.811Z] #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
20:18:34 [2022-02-22T20:18:34.811Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:18:35 [2022-02-22T20:18:35.069Z] #51 ...
20:18:35 [2022-02-22T20:18:35.069Z] 
20:18:35 [2022-02-22T20:18:35.069Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
20:18:35 [2022-02-22T20:18:35.069Z] #44 sha256:c9d4c44ce82e6482fa5d7050766dfda2b77619c6bf7dcba6b906755feca10fae
20:18:36 [2022-02-22T20:18:36.006Z] #44 DONE 1.0s
20:18:36 [2022-02-22T20:18:36.006Z] 
20:18:36 [2022-02-22T20:18:36.006Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
20:18:36 [2022-02-22T20:18:36.006Z] #48 sha256:f84642ebc01885aee25b7d280f6cb32e5f1fa3d52c836889275a4b1692b63176
20:18:36 [2022-02-22T20:18:36.006Z] #48 DONE 0.1s
20:18:36 [2022-02-22T20:18:36.006Z] 
20:18:36 [2022-02-22T20:18:36.006Z] #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
20:18:36 [2022-02-22T20:18:36.006Z] #60 sha256:93f55797e34e68dc3a35a31a6b653594982defc93746ddc15b3c9ae2d7abb318
20:18:36 [2022-02-22T20:18:36.266Z] #60 ...
20:18:36 [2022-02-22T20:18:36.266Z] 
20:18:36 [2022-02-22T20:18:36.266Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
20:18:36 [2022-02-22T20:18:36.266Z] #50 sha256:da8316d3dcdb107775f814ad08e6f05d61aaa640126d3aef960ae725d97ff356
20:18:36 [2022-02-22T20:18:36.266Z] #50 DONE 0.1s
20:18:36 [2022-02-22T20:18:36.266Z] 
20:18:36 [2022-02-22T20:18:36.266Z] #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
20:18:36 [2022-02-22T20:18:36.266Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:19:08 [2022-02-22T20:19:08.407Z] #51 ...
20:19:08 [2022-02-22T20:19:08.407Z] 
20:19:08 [2022-02-22T20:19:08.407Z] #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
20:19:08 [2022-02-22T20:19:08.407Z] #60 sha256:93f55797e34e68dc3a35a31a6b653594982defc93746ddc15b3c9ae2d7abb318
20:19:08 [2022-02-22T20:19:08.407Z] #60 198.1 + bin/containerd
20:19:12 [2022-02-22T20:19:12.587Z] #60 ...
20:19:12 [2022-02-22T20:19:12.588Z] 
20:19:12 [2022-02-22T20:19:12.588Z] #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
20:19:12 [2022-02-22T20:19:12.588Z] #56 sha256:35a17d215d3f16664cf7fe43c09e724f08adcabef69ef103f325076c0d13ce29
20:19:12 [2022-02-22T20:19:12.588Z] #56 127.6 + mkdir -p /build
20:19:12 [2022-02-22T20:19:12.588Z] #56 127.7 + cp runc /build/runc
20:19:12 [2022-02-22T20:19:12.588Z] #56 DONE 131.3s
20:19:12 [2022-02-22T20:19:12.845Z] 
20:19:12 [2022-02-22T20:19:12.845Z] #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
20:19:12 [2022-02-22T20:19:12.845Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5
20:19:14 [2022-02-22T20:19:14.743Z] #51 235.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
20:19:14 [2022-02-22T20:19:14.999Z] #51 DONE 235.8s
20:19:14 [2022-02-22T20:19:14.999Z] 
20:19:14 [2022-02-22T20:19:14.999Z] #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
20:19:14 [2022-02-22T20:19:14.999Z] #60 sha256:93f55797e34e68dc3a35a31a6b653594982defc93746ddc15b3c9ae2d7abb318
20:19:15 [2022-02-22T20:19:15.931Z] #60 ...
20:19:15 [2022-02-22T20:19:15.931Z] 
20:19:15 [2022-02-22T20:19:15.931Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
20:19:15 [2022-02-22T20:19:15.931Z] #52 sha256:a175b8fea6cb564ac703d609145f74402a49dfe553bae3b5e11e612fb035d9ab
20:19:17 [2022-02-22T20:19:17.300Z] #52 DONE 1.0s
20:19:17 [2022-02-22T20:19:17.300Z] 
20:19:17 [2022-02-22T20:19:17.300Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
20:19:17 [2022-02-22T20:19:17.300Z] #54 sha256:b5f401e1228d3143ac7a912dca9a682c505f4125ed9085ce6d10cf341f9f37be
20:19:17 [2022-02-22T20:19:17.300Z] #54 DONE 0.1s
20:19:17 [2022-02-22T20:19:17.300Z] 
20:19:17 [2022-02-22T20:19:17.300Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
20:19:17 [2022-02-22T20:19:17.300Z] #57 sha256:69d95a6a6ef11dfcf0a46279a99c10dcb6a9f49970b0a203c2c63772c1eedb05
20:19:17 [2022-02-22T20:19:17.557Z] #57 DONE 0.5s
20:19:17 [2022-02-22T20:19:17.557Z] 
20:19:17 [2022-02-22T20:19:17.557Z] #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
20:19:17 [2022-02-22T20:19:17.557Z] #60 sha256:93f55797e34e68dc3a35a31a6b653594982defc93746ddc15b3c9ae2d7abb318
20:19:44 [2022-02-22T20:19:44.070Z] #60 236.0 # github.com/containerd/containerd/cmd/containerd
20:19:44 [2022-02-22T20:19:44.070Z] #60 236.0 /usr/bin/ld: /tmp/go-link-376413373/000019.o: in function `New':
20:19:44 [2022-02-22T20:19:44.070Z] #60 236.0 /tmp/tmp.HCcRM1wDEY/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
20:19:44 [2022-02-22T20:19:44.325Z] #60 236.1 + bin/containerd-stress
20:19:45 [2022-02-22T20:19:45.258Z] #60 237.2 + bin/containerd-shim
20:19:53 [2022-02-22T20:19:53.359Z] #60 244.4 + bin/containerd-shim-runc-v1
20:19:57 [2022-02-22T20:19:57.538Z] #60 249.5 + bin/containerd-shim-runc-v2
20:19:58 [2022-02-22T20:19:58.468Z] #60 250.1 + binaries
20:19:58 [2022-02-22T20:19:58.468Z] #60 250.1 + install -D bin/containerd /build/containerd
20:19:58 [2022-02-22T20:19:58.468Z] #60 250.1 + install -D bin/containerd-shim /build/containerd-shim
20:19:58 [2022-02-22T20:19:58.468Z] #60 250.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:19:58 [2022-02-22T20:19:58.468Z] #60 250.1 + install -D bin/ctr /build/ctr
20:20:01 [2022-02-22T20:20:01.740Z] #60 DONE 253.6s
20:20:02 [2022-02-22T20:20:02.672Z] 
20:20:02 [2022-02-22T20:20:02.672Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
20:20:02 [2022-02-22T20:20:02.672Z] #61 sha256:a71f81a0dc605ac63cd4bc72991713f887619396e1699fcb03ab5ad1cc8e3235
20:20:04 [2022-02-22T20:20:04.037Z] #61 DONE 1.6s
20:20:04 [2022-02-22T20:20:04.037Z] 
20:20:04 [2022-02-22T20:20:04.037Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:20:04 [2022-02-22T20:20:04.037Z] #66 sha256:9e14bf37246e98cf008ba2fd36905ef38d429b7d7c13f84f7f273b1cb7c9cf14
20:20:04 [2022-02-22T20:20:04.599Z] #66 DONE 0.3s
20:20:04 [2022-02-22T20:20:04.599Z] 
20:20:04 [2022-02-22T20:20:04.599Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
20:20:04 [2022-02-22T20:20:04.599Z] #71 sha256:3ee43dd31461a1add07d6ec2e927e5d4b7aaa1582644e841cfb8c4e11d99543d
20:20:05 [2022-02-22T20:20:05.526Z] #71 DONE 1.2s
20:20:05 [2022-02-22T20:20:05.526Z] 
20:20:05 [2022-02-22T20:20:05.526Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
20:20:05 [2022-02-22T20:20:05.526Z] #72 sha256:56af56b27498a91bbc567d57da24718bcf2465fdccfa8b6a145dc0cea0028879
20:20:05 [2022-02-22T20:20:05.526Z] #72 DONE 0.0s
20:20:05 [2022-02-22T20:20:05.526Z] 
20:20:05 [2022-02-22T20:20:05.526Z] #73 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
20:20:05 [2022-02-22T20:20:05.526Z] #73 sha256:ba66013bfdece8a789d407a4229b1ecb199cfab6b9c9f23a928a4e52ea14da56
20:20:06 [2022-02-22T20:20:06.089Z] #73 0.629 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
20:20:06 [2022-02-22T20:20:06.653Z] #73 0.792 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
20:20:06 [2022-02-22T20:20:06.653Z] #73 0.793 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
20:20:07 [2022-02-22T20:20:07.217Z] #73 0.953 Reading package lists...
20:20:07 [2022-02-22T20:20:07.474Z] #73 1.461 Reading package lists...
20:20:07 [2022-02-22T20:20:07.732Z] #73 1.965 Building dependency tree...
20:20:07 [2022-02-22T20:20:07.732Z] #73 2.087 Reading state information...
20:20:07 [2022-02-22T20:20:07.732Z] #73 2.205 The following additional packages will be installed:
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.205   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.205   systemd-timesyncd
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.206 Suggested packages:
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.206   systemd-container policykit-1
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.206 Recommended packages:
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.206   libnss-systemd
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.285 The following NEW packages will be installed:
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.286   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
20:20:07 [2022-02-22T20:20:07.988Z] #73 2.287   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.553 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded.
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.553 Need to get 5941 kB of archives.
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.553 After this operation, 19.5 MB of additional disk space will be used.
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.553 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.556 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.557 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.562 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.565 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.567 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
20:20:08 [2022-02-22T20:20:08.246Z] #73 2.652 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.653 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.655 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.656 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.658 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.827 debconf: delaying package configuration, since apt-utils is not installed
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.855 Fetched 5941 kB in 0s (16.1 MB/s)
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.878 Selecting previously unselected package libargon2-1:amd64.
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.878 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28622 files and directories currently installed.)
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.893 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.899 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.933 Selecting previously unselected package libjson-c5:amd64.
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.933 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.936 Unpacking libjson-c5:amd64 (0.15-2) ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.975 Selecting previously unselected package libcryptsetup12:amd64.
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.977 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 2.980 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 3.029 Selecting previously unselected package libkmod2:amd64.
20:20:08 [2022-02-22T20:20:08.507Z] #73 3.032 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
20:20:08 [2022-02-22T20:20:08.507Z] #73 3.036 Unpacking libkmod2:amd64 (28-1) ...
20:20:08 [2022-02-22T20:20:08.764Z] #73 3.074 Selecting previously unselected package systemd-timesyncd.
20:20:08 [2022-02-22T20:20:08.764Z] #73 3.077 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
20:20:08 [2022-02-22T20:20:08.764Z] #73 3.080 Unpacking systemd-timesyncd (247.3-6) ...
20:20:08 [2022-02-22T20:20:08.764Z] #73 3.125 Selecting previously unselected package systemd.
20:20:08 [2022-02-22T20:20:08.764Z] #73 3.128 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
20:20:08 [2022-02-22T20:20:08.764Z] #73 3.161 Unpacking systemd (247.3-6) ...
20:20:09 [2022-02-22T20:20:09.325Z] #73 3.656 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
20:20:09 [2022-02-22T20:20:09.325Z] #73 3.667 Setting up libjson-c5:amd64 (0.15-2) ...
20:20:09 [2022-02-22T20:20:09.325Z] #73 3.679 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
20:20:09 [2022-02-22T20:20:09.325Z] #73 3.689 Setting up libkmod2:amd64 (28-1) ...
20:20:09 [2022-02-22T20:20:09.325Z] #73 3.700 Setting up systemd (247.3-6) ...
20:20:09 [2022-02-22T20:20:09.325Z] #73 3.737 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
20:20:09 [2022-02-22T20:20:09.581Z] #73 3.739 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
20:20:09 [2022-02-22T20:20:09.581Z] #73 3.742 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
20:20:09 [2022-02-22T20:20:09.837Z] #73 4.078 Setting up systemd-timesyncd (247.3-6) ...
20:20:09 [2022-02-22T20:20:09.837Z] #73 4.280 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
20:20:09 [2022-02-22T20:20:09.837Z] #73 4.280 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.370 Selecting previously unselected package systemd-sysv.
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.370 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29450 files and directories currently installed.)
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.384 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.388 Unpacking systemd-sysv (247.3-6) ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.433 Selecting previously unselected package libdbus-1-3:amd64.
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.436 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.439 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.495 Selecting previously unselected package dbus.
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.498 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.508 Unpacking dbus (1.12.20-2) ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.563 Selecting previously unselected package libpam-systemd:amd64.
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.566 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.569 Unpacking libpam-systemd:amd64 (247.3-6) ...
20:20:10 [2022-02-22T20:20:10.093Z] #73 4.617 Selecting previously unselected package dbus-user-session.
20:20:10 [2022-02-22T20:20:10.350Z] #73 4.621 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
20:20:10 [2022-02-22T20:20:10.350Z] #73 4.624 Unpacking dbus-user-session (1.12.20-2) ...
20:20:10 [2022-02-22T20:20:10.350Z] #73 4.705 Setting up systemd-sysv (247.3-6) ...
20:20:10 [2022-02-22T20:20:10.350Z] #73 4.718 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
20:20:10 [2022-02-22T20:20:10.350Z] #73 4.729 Setting up dbus (1.12.20-2) ...
20:20:10 [2022-02-22T20:20:10.350Z] #73 4.846 invoke-rc.d: could not determine current runlevel
20:20:10 [2022-02-22T20:20:10.606Z] #73 4.849 invoke-rc.d: policy-rc.d denied execution of start.
20:20:10 [2022-02-22T20:20:10.606Z] #73 4.853 Setting up libpam-systemd:amd64 (247.3-6) ...
20:20:10 [2022-02-22T20:20:10.606Z] #73 4.996 Setting up dbus-user-session (1.12.20-2) ...
20:20:10 [2022-02-22T20:20:10.606Z] #73 5.012 Processing triggers for libc-bin (2.31-13+deb11u2) ...
20:20:10 [2022-02-22T20:20:10.606Z] #73 DONE 5.1s
20:20:10 [2022-02-22T20:20:10.863Z] 
20:20:10 [2022-02-22T20:20:10.863Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
20:20:10 [2022-02-22T20:20:10.863Z] #74 sha256:6cc980b0de36ddd40ed2e75932eafd50629f79f512d89f544bf07e5402f81aa1
20:20:11 [2022-02-22T20:20:11.119Z] #74 0.386   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:20:11 [2022-02-22T20:20:11.119Z] #74 0.387                                  Dload  Upload   Total   Spent    Left  Speed
20:20:11 [2022-02-22T20:20:11.379Z] #74 0.389 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5609      0 --:--:-- --:--:-- --:--:--  5609
20:20:11 [2022-02-22T20:20:11.636Z] #74 DONE 0.7s
20:20:11 [2022-02-22T20:20:11.636Z] 
20:20:11 [2022-02-22T20:20:11.636Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
20:20:11 [2022-02-22T20:20:11.636Z] #75 sha256:3777cbb5f1c3400a9c6554ff86a318c2d247dca0ae8668e105d4c4cf3af0321a
20:20:12 [2022-02-22T20:20:12.568Z] #75 DONE 0.9s
20:20:12 [2022-02-22T20:20:12.568Z] 
20:20:12 [2022-02-22T20:20:12.568Z] #76 exporting to image
20:20:12 [2022-02-22T20:20:12.568Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:20:12 [2022-02-22T20:20:12.568Z] #76 exporting layers
20:20:19 [2022-02-22T20:20:19.112Z] #76 exporting layers 6.1s done
20:20:19 [2022-02-22T20:20:19.112Z] #76 writing image sha256:4d559ec36c42264044e1c29285a44509e61252cb1a6ef2f50241e6d916e1fb47 done
20:20:19 [2022-02-22T20:20:19.113Z] #76 naming to docker.io/library/docker:ff408210da8ebcb6d3c333b6270b921442bcc1da done
20:20:19 [2022-02-22T20:20:19.113Z] #76 DONE 6.1s