Skip to content

Console Output

Skipping 51 KB.. Full Log
50.555Z] #65 6.840 + export CGO_ENABLED=0
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.840 + CGO_ENABLED=0
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.840 + _install_rootlesskit
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.849 Install rootlesskit version v0.14.6
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.849 + echo 'Install rootlesskit version v0.14.6'
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.849 + for f in rootlesskit rootlesskit-docker-proxy
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.849 + GOBIN=/build
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.849 + GO111MODULE=on
02:41:50 [2021-11-23T02:41:50.555Z] #65 6.849 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
02:41:50 [2021-11-23T02:41:50.555Z] #65 7.464 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
02:41:50 [2021-11-23T02:41:50.555Z] #65 9.923 go: downloading github.com/sirupsen/logrus v1.8.1
02:41:50 [2021-11-23T02:41:50.555Z] #65 9.924 go: downloading github.com/urfave/cli/v2 v2.3.0
02:41:50 [2021-11-23T02:41:50.555Z] #65 10.67 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
02:41:53 [2021-11-23T02:41:53.090Z] #65 ...
02:41:53 [2021-11-23T02:41:53.090Z] 
02:41:53 [2021-11-23T02:41:53.090Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:41:53 [2021-11-23T02:41:53.090Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:41:53 [2021-11-23T02:41:53.090Z] #53 13.40 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:41:53 [2021-11-23T02:41:53.090Z] #53 13.43 go: downloading github.com/fatih/color v1.7.0
02:41:53 [2021-11-23T02:41:53.090Z] #53 13.58 go: downloading github.com/pkg/errors v0.8.1
02:41:53 [2021-11-23T02:41:53.090Z] #53 13.59 go: downloading github.com/spf13/cobra v0.0.5
02:41:53 [2021-11-23T02:41:53.090Z] #53 13.74 go: downloading github.com/spf13/pflag v1.0.5
02:41:53 [2021-11-23T02:41:53.349Z] #53 14.01 go: downloading github.com/spf13/viper v1.6.1
02:41:53 [2021-11-23T02:41:53.608Z] #53 14.42 go: downloading github.com/mattn/go-colorable v0.1.4
02:41:53 [2021-11-23T02:41:53.867Z] #53 14.53 go: downloading github.com/mattn/go-isatty v0.0.8
02:41:53 [2021-11-23T02:41:53.867Z] #53 14.57 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:41:54 [2021-11-23T02:41:54.127Z] #53 14.75 go: downloading github.com/go-critic/go-critic v0.4.1
02:41:55 [2021-11-23T02:41:55.065Z] #53 15.70 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:41:55 [2021-11-23T02:41:55.326Z] #53 ...
02:41:55 [2021-11-23T02:41:55.326Z] 
02:41:55 [2021-11-23T02:41:55.326Z] #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
02:41:55 [2021-11-23T02:41:55.326Z] #26 sha256:adcfa788c633c82541dc5c27f9283ffbe625d27340ba52df8898350abaaf5b76
02:41:55 [2021-11-23T02:41:55.326Z] #26 15.09 + mkdir -p /build
02:41:55 [2021-11-23T02:41:55.326Z] #26 15.10 + mv docker/docker /build/
02:41:55 [2021-11-23T02:41:55.326Z] #26 15.10 + rmdir docker
02:41:55 [2021-11-23T02:41:55.326Z] #26 DONE 15.6s
02:41:55 [2021-11-23T02:41:55.326Z] 
02:41:55 [2021-11-23T02:41:55.326Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:41:55 [2021-11-23T02:41:55.326Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:41:55 [2021-11-23T02:41:55.326Z] #53 16.11 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:41:56 [2021-11-23T02:41:56.706Z] #53 ...
02:41:56 [2021-11-23T02:41:56.706Z] 
02:41:56 [2021-11-23T02:41:56.706Z] #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
02:41:56 [2021-11-23T02:41:56.706Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:41:56 [2021-11-23T02:41:56.706Z] #38 7.306 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [94.0 kB]
02:41:56 [2021-11-23T02:41:56.706Z] #38 9.825 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
02:41:56 [2021-11-23T02:41:56.706Z] #38 ...
02:41:56 [2021-11-23T02:41:56.706Z] 
02:41:56 [2021-11-23T02:41:56.706Z] #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
02:41:56 [2021-11-23T02:41:56.706Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:41:56 [2021-11-23T02:41:56.706Z] #47 6.969 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:41:56 [2021-11-23T02:41:56.706Z] #47 7.010 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
02:41:56 [2021-11-23T02:41:56.706Z] #47 7.010 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
02:41:56 [2021-11-23T02:41:56.706Z] #47 7.800 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
02:41:56 [2021-11-23T02:41:56.706Z] #47 8.034 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
02:41:56 [2021-11-23T02:41:56.706Z] #47 10.84 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [94.0 kB]
02:41:56 [2021-11-23T02:41:56.706Z] #47 13.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
02:41:56 [2021-11-23T02:41:56.706Z] #47 15.81 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1806 B]
02:41:56 [2021-11-23T02:41:56.965Z] #47 ...
02:41:56 [2021-11-23T02:41:56.965Z] 
02:41:56 [2021-11-23T02:41:56.965Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
02:41:56 [2021-11-23T02:41:56.965Z] #65 sha256:e32249d590733fc1b86d5558e1a9e0b065682a2e9703b52cf8f7e95b8ce759af
02:41:56 [2021-11-23T02:41:56.965Z] #65 13.89 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
02:41:56 [2021-11-23T02:41:56.965Z] #65 14.90 go: downloading github.com/google/uuid v1.3.0
02:41:56 [2021-11-23T02:41:56.965Z] #65 14.92 go: downloading github.com/moby/vpnkit v0.5.0
02:41:56 [2021-11-23T02:41:56.965Z] #65 14.95 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
02:41:56 [2021-11-23T02:41:56.966Z] #65 15.09 go: downloading github.com/gofrs/flock v0.8.1
02:41:56 [2021-11-23T02:41:56.966Z] #65 15.14 go: downloading github.com/gorilla/mux v1.8.0
02:41:56 [2021-11-23T02:41:56.966Z] #65 15.37 go: downloading github.com/moby/sys/mountinfo v0.5.0
02:41:56 [2021-11-23T02:41:56.966Z] #65 15.73 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
02:41:56 [2021-11-23T02:41:56.966Z] #65 15.99 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
02:41:58 [2021-11-23T02:41:58.887Z] #65 18.74 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
02:41:58 [2021-11-23T02:41:58.887Z] #65 18.96 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:41:59 [2021-11-23T02:41:59.146Z] #65 ...
02:41:59 [2021-11-23T02:41:59.146Z] 
02:41:59 [2021-11-23T02:41:59.146Z] #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
02:41:59 [2021-11-23T02:41:59.146Z] #36 sha256:72b6fe3fac70e6c72fd6b1817c9d3ca1de8402b4d4cecd732b1cc37dd3a58255
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85 tomll can be used in two ways:
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85 Writing to STDIN and reading from STDOUT:
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85   cat file.toml | tomll > file.toml
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85 
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85 Reading and updating a list of files:
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85   tomll a.toml b.toml c.toml
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85 
02:41:59 [2021-11-23T02:41:59.146Z] #36 19.85 When given a list of files, tomll will modify all files in place without asking.
02:41:59 [2021-11-23T02:41:59.715Z] #36 ...
02:41:59 [2021-11-23T02:41:59.715Z] 
02:41:59 [2021-11-23T02:41:59.715Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
02:41:59 [2021-11-23T02:41:59.715Z] #60 sha256:c0e3da4f1947cea43156b3c67b03fd207f62922255dcdd1856b252ed4374d2ce
02:41:59 [2021-11-23T02:41:59.715Z] #60 10.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [94.0 kB]
02:41:59 [2021-11-23T02:41:59.715Z] #60 13.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
02:41:59 [2021-11-23T02:41:59.715Z] #60 ...
02:41:59 [2021-11-23T02:41:59.715Z] 
02:41:59 [2021-11-23T02:41:59.715Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:41:59 [2021-11-23T02:41:59.715Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.21 go: downloading github.com/sirupsen/logrus v1.4.2
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.21 go: downloading github.com/stretchr/testify v1.4.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.37 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.46 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.47 go: downloading github.com/hashicorp/hcl v1.0.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.84 go: downloading github.com/magiconair/properties v1.8.1
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.85 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.97 go: downloading github.com/pelletier/go-toml v1.2.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 19.97 go: downloading github.com/spf13/afero v1.1.2
02:41:59 [2021-11-23T02:41:59.715Z] #53 20.28 go: downloading github.com/spf13/cast v1.3.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 20.34 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 20.35 go: downloading github.com/subosito/gotenv v1.2.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 20.41 go: downloading gopkg.in/ini.v1 v1.51.0
02:41:59 [2021-11-23T02:41:59.715Z] #53 20.47 go: downloading gopkg.in/yaml.v2 v2.2.7
02:41:59 [2021-11-23T02:41:59.974Z] #53 ...
02:41:59 [2021-11-23T02:41:59.974Z] 
02:41:59 [2021-11-23T02:41:59.974Z] #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
02:41:59 [2021-11-23T02:41:59.974Z] #36 sha256:72b6fe3fac70e6c72fd6b1817c9d3ca1de8402b4d4cecd732b1cc37dd3a58255
02:41:59 [2021-11-23T02:41:59.974Z] #36 DONE 20.5s
02:41:59 [2021-11-23T02:41:59.974Z] 
02:41:59 [2021-11-23T02:41:59.974Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:41:59 [2021-11-23T02:41:59.974Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:41:59 [2021-11-23T02:41:59.974Z] #53 20.68 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:41:59 [2021-11-23T02:41:59.974Z] #53 20.68 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:41:59 [2021-11-23T02:41:59.974Z] #53 20.71 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:42:00 [2021-11-23T02:42:00.233Z] #53 20.90 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:42:00 [2021-11-23T02:42:00.233Z] #53 20.95 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:42:00 [2021-11-23T02:42:00.492Z] #53 21.07 go: downloading github.com/go-toolsmith/astp v1.0.0
02:42:00 [2021-11-23T02:42:00.492Z] #53 21.13 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:42:00 [2021-11-23T02:42:00.492Z] #53 21.16 go: downloading github.com/go-toolsmith/typep v1.0.0
02:42:00 [2021-11-23T02:42:00.752Z] #53 21.32 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:42:00 [2021-11-23T02:42:00.752Z] #53 21.39 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:42:00 [2021-11-23T02:42:00.752Z] #53 21.39 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:42:00 [2021-11-23T02:42:00.752Z] #53 21.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:42:00 [2021-11-23T02:42:00.752Z] #53 21.55 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:42:01 [2021-11-23T02:42:01.017Z] #53 21.69 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:42:01 [2021-11-23T02:42:01.588Z] #53 22.17 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:42:01 [2021-11-23T02:42:01.588Z] #53 22.17 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:42:01 [2021-11-23T02:42:01.588Z] #53 22.17 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:42:01 [2021-11-23T02:42:01.868Z] #53 22.41 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:42:01 [2021-11-23T02:42:01.868Z] #53 22.41 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:42:01 [2021-11-23T02:42:01.868Z] #53 22.58 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:42:02 [2021-11-23T02:42:02.127Z] #53 22.61 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:42:02 [2021-11-23T02:42:02.696Z] #53 23.27 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:42:02 [2021-11-23T02:42:02.696Z] #53 ...
02:42:02 [2021-11-23T02:42:02.696Z] 
02:42:02 [2021-11-23T02:42:02.696Z] #49 [vndr 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/LK4D4/vndr@v0.1.2"      && /build/vndr --help
02:42:02 [2021-11-23T02:42:02.696Z] #49 sha256:26636670449a2aef9a7cf1334fe04f54dadb833784e3a8db1a58fccffeaa0fd1
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41 Usage of /build/vndr:
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41 /build/vndr [[import path] [revision]] [repository]
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41 /build/vndr init
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41   -strict
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41     	checking mode. treat non-trivial warning as an error
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41   -verbose
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41     	shows all warnings
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41   -whitelist value
02:42:02 [2021-11-23T02:42:02.696Z] #49 22.41     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
02:42:02 [2021-11-23T02:42:02.696Z] #49 DONE 23.3s
02:42:02 [2021-11-23T02:42:02.696Z] 
02:42:02 [2021-11-23T02:42:02.696Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:42:02 [2021-11-23T02:42:02.696Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:42:02 [2021-11-23T02:42:02.696Z] #53 23.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:42:02 [2021-11-23T02:42:02.956Z] #53 23.53 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:42:02 [2021-11-23T02:42:02.956Z] #53 23.54 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:42:02 [2021-11-23T02:42:02.956Z] #53 23.63 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:42:02 [2021-11-23T02:42:02.956Z] #53 23.67 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:42:02 [2021-11-23T02:42:02.956Z] #53 ...
02:42:02 [2021-11-23T02:42:02.956Z] 
02:42:02 [2021-11-23T02:42:02.956Z] #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
02:42:02 [2021-11-23T02:42:02.956Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:02 [2021-11-23T02:42:02.956Z] #14 13.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
02:42:02 [2021-11-23T02:42:02.956Z] #14 21.32 Fetched 8476 kB in 14s (604 kB/s)
02:42:03 [2021-11-23T02:42:03.215Z] #14 21.32 Reading package lists...
02:42:03 [2021-11-23T02:42:03.215Z] #14 ...
02:42:03 [2021-11-23T02:42:03.215Z] 
02:42:03 [2021-11-23T02:42:03.215Z] #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
02:42:03 [2021-11-23T02:42:03.215Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:42:03 [2021-11-23T02:42:03.215Z] #47 21.78 Fetched 8479 kB in 15s (563 kB/s)
02:42:06 [2021-11-23T02:42:06.504Z] #47 21.78 Reading package lists...
02:42:06 [2021-11-23T02:42:06.504Z] #47 ...
02:42:06 [2021-11-23T02:42:06.504Z] 
02:42:06 [2021-11-23T02:42:06.504Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
02:42:06 [2021-11-23T02:42:06.504Z] #51 sha256:bfc3ae49720101b3edcd6caf696fca676e16ebcea843bf7e14f1a48595a7bb7d
02:42:06 [2021-11-23T02:42:06.504Z] #51 16.76 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
02:42:06 [2021-11-23T02:42:06.504Z] #51 16.76 go: downloading golang.org/x/mod v0.3.0
02:42:06 [2021-11-23T02:42:06.504Z] #51 ...
02:42:06 [2021-11-23T02:42:06.504Z] 
02:42:06 [2021-11-23T02:42:06.504Z] #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
02:42:06 [2021-11-23T02:42:06.504Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:06 [2021-11-23T02:42:06.504Z] #14 21.32 Reading package lists...
02:42:07 [2021-11-23T02:42:07.883Z] #14 26.73 Reading package lists...
02:42:07 [2021-11-23T02:42:07.883Z] #14 ...
02:42:07 [2021-11-23T02:42:07.883Z] 
02:42:07 [2021-11-23T02:42:07.883Z] #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
02:42:07 [2021-11-23T02:42:07.883Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:42:07 [2021-11-23T02:42:07.883Z] #38 18.35 Fetched 8476 kB in 13s (661 kB/s)
02:42:07 [2021-11-23T02:42:07.883Z] #38 18.35 Reading package lists...
02:42:07 [2021-11-23T02:42:07.883Z] #38 24.25 Reading package lists...
02:42:07 [2021-11-23T02:42:07.883Z] #38 ...
02:42:07 [2021-11-23T02:42:07.883Z] 
02:42:07 [2021-11-23T02:42:07.883Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:42:07 [2021-11-23T02:42:07.883Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:42:07 [2021-11-23T02:42:07.883Z] #53 23.95 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:42:07 [2021-11-23T02:42:07.883Z] #53 24.25 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:42:07 [2021-11-23T02:42:07.883Z] #53 24.29 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:42:07 [2021-11-23T02:42:07.883Z] #53 24.38 go: downloading github.com/ultraware/funlen v0.0.2
02:42:07 [2021-11-23T02:42:07.883Z] #53 24.40 go: downloading github.com/ultraware/whitespace v0.0.4
02:42:07 [2021-11-23T02:42:07.883Z] #53 24.40 go: downloading github.com/uudashr/gocognit v1.0.1
02:42:07 [2021-11-23T02:42:07.883Z] #53 24.47 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:42:07 [2021-11-23T02:42:07.883Z] #53 25.36 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:42:07 [2021-11-23T02:42:07.883Z] #53 25.36 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:42:07 [2021-11-23T02:42:07.883Z] #53 25.52 go: downloading github.com/davecgh/go-spew v1.1.1
02:42:07 [2021-11-23T02:42:07.883Z] #53 25.52 go: downloading github.com/pmezard/go-difflib v1.0.0
02:42:07 [2021-11-23T02:42:07.883Z] #53 25.64 go: downloading github.com/stretchr/objx v0.2.0
02:42:07 [2021-11-23T02:42:07.883Z] #53 25.68 go: downloading golang.org/x/text v0.3.2
02:42:08 [2021-11-23T02:42:08.842Z] #53 ...
02:42:08 [2021-11-23T02:42:08.842Z] 
02:42:08 [2021-11-23T02:42:08.842Z] #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
02:42:08 [2021-11-23T02:42:08.842Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:42:08 [2021-11-23T02:42:08.842Z] #38 24.25 Reading package lists...
02:42:10 [2021-11-23T02:42:10.226Z] #38 29.42 Building dependency tree...
02:42:10 [2021-11-23T02:42:10.794Z] #38 ...
02:42:10 [2021-11-23T02:42:10.794Z] 
02:42:10 [2021-11-23T02:42:10.794Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
02:42:10 [2021-11-23T02:42:10.794Z] #60 sha256:c0e3da4f1947cea43156b3c67b03fd207f62922255dcdd1856b252ed4374d2ce
02:42:10 [2021-11-23T02:42:10.794Z] #60 21.55 Fetched 8476 kB in 15s (570 kB/s)
02:42:10 [2021-11-23T02:42:10.794Z] #60 21.55 Reading package lists...
02:42:11 [2021-11-23T02:42:11.053Z] #60 27.24 Reading package lists...
02:42:11 [2021-11-23T02:42:11.053Z] #60 ...
02:42:11 [2021-11-23T02:42:11.053Z] 
02:42:11 [2021-11-23T02:42:11.053Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:42:11 [2021-11-23T02:42:11.053Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:42:11 [2021-11-23T02:42:11.053Z] #53 31.33 go: downloading github.com/gobwas/glob v0.2.3
02:42:11 [2021-11-23T02:42:11.053Z] #53 31.33 go: downloading github.com/kisielk/gotool v1.0.0
02:42:11 [2021-11-23T02:42:11.053Z] #53 31.42 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:42:11 [2021-11-23T02:42:11.053Z] #53 31.50 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:42:11 [2021-11-23T02:42:11.053Z] #53 31.50 go: downloading github.com/gogo/protobuf v1.2.1
02:42:12 [2021-11-23T02:42:12.431Z] #53 32.71 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:42:12 [2021-11-23T02:42:12.431Z] #53 32.97 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:42:12 [2021-11-23T02:42:12.431Z] #53 33.11 go: downloading github.com/BurntSushi/toml v0.3.1
02:42:14 [2021-11-23T02:42:14.344Z] #53 ...
02:42:14 [2021-11-23T02:42:14.344Z] 
02:42:14 [2021-11-23T02:42:14.344Z] #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
02:42:14 [2021-11-23T02:42:14.344Z] #43 sha256:67bde763ef56f6fba765a121e1794997bce1268bfc5c0a74dffd71d35850e5db
02:42:14 [2021-11-23T02:42:14.344Z] #43 24.38 Updating files:  91% (1609/1750)
Updating files:  92% (1610/1750)
Updating files:  93% (1628/1750)
Updating files:  94% (1645/1750)
Updating files:  95% (1663/1750)
Updating files:  96% (1680/1750)
Updating files:  97% (1698/1750)
Updating files:  98% (1715/1750)
Updating files:  99% (1733/1750)
Updating files: 100% (1750/1750)
Updating files: 100% (1750/1750), done.
02:42:14 [2021-11-23T02:42:14.344Z] #43 24.50 + git checkout -q v2.3.0
02:42:14 [2021-11-23T02:42:14.344Z] #43 26.82 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:42:14 [2021-11-23T02:42:14.344Z] #43 ...
02:42:14 [2021-11-23T02:42:14.344Z] 
02:42:14 [2021-11-23T02:42:14.344Z] #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
02:42:14 [2021-11-23T02:42:14.344Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.04 The following additional packages will be installed:
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.04   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.04 Suggested packages:
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.04   cmake-doc ninja-build lrzip
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.04 Recommended packages:
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.04   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.97 The following NEW packages will be installed:
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.97   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
02:42:14 [2021-11-23T02:42:14.344Z] #38 33.97   vim-common xxd
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.38 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.38 Need to get 17.7 MB of archives.
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.38 After this operation, 70.7 MB of additional disk space will be used.
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
02:42:14 [2021-11-23T02:42:14.344Z] #38 34.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:42:14 [2021-11-23T02:42:14.344Z] #38 35.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
02:42:14 [2021-11-23T02:42:14.603Z] #38 35.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
02:42:14 [2021-11-23T02:42:14.603Z] #38 35.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
02:42:14 [2021-11-23T02:42:14.603Z] #38 35.20 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
02:42:14 [2021-11-23T02:42:14.603Z] #38 35.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
02:42:14 [2021-11-23T02:42:14.603Z] #38 35.20 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
02:42:15 [2021-11-23T02:42:15.983Z] #38 36.62 debconf: delaying package configuration, since apt-utils is not installed
02:42:16 [2021-11-23T02:42:16.242Z] #38 36.85 Fetched 17.7 MB in 1s (12.2 MB/s)
02:42:16 [2021-11-23T02:42:16.242Z] #38 36.94 Selecting previously unselected package xxd.
02:42:16 [2021-11-23T02:42:16.242Z] #38 36.94 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
02:42:16 [2021-11-23T02:42:16.242Z] #38 37.04 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
02:42:16 [2021-11-23T02:42:16.242Z] #38 37.05 Unpacking xxd (2:8.2.2434-3) ...
02:42:16 [2021-11-23T02:42:16.810Z] #38 37.23 Selecting previously unselected package vim-common.
02:42:16 [2021-11-23T02:42:16.810Z] #38 37.24 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
02:42:16 [2021-11-23T02:42:16.810Z] #38 37.26 Unpacking vim-common (2:8.2.2434-3) ...
02:42:16 [2021-11-23T02:42:16.810Z] #38 ...
02:42:16 [2021-11-23T02:42:16.810Z] 
02:42:16 [2021-11-23T02:42:16.810Z] #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
02:42:16 [2021-11-23T02:42:16.810Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:42:16 [2021-11-23T02:42:16.810Z] #47 21.78 Reading package lists...
02:42:16 [2021-11-23T02:42:16.810Z] #47 27.19 Reading package lists...
02:42:16 [2021-11-23T02:42:16.810Z] #47 32.29 Building dependency tree...
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.84 The following additional packages will be installed:
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.89   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.90   python3-protobuf python3-six
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.90 Suggested packages:
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.92   python3-setuptools
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.92 Recommended packages:
02:42:16 [2021-11-23T02:42:16.810Z] #47 35.92   iproute2 | iproute
02:42:16 [2021-11-23T02:42:16.810Z] #47 36.56 The following NEW packages will be installed:
02:42:16 [2021-11-23T02:42:16.810Z] #47 36.58   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:42:16 [2021-11-23T02:42:16.810Z] #47 36.59   python3-protobuf python3-six
02:42:16 [2021-11-23T02:42:16.810Z] #47 37.06 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
02:42:16 [2021-11-23T02:42:16.810Z] #47 37.06 Need to get 2288 kB of archives.
02:42:16 [2021-11-23T02:42:16.810Z] #47 37.06 After this operation, 11.0 MB of additional disk space will be used.
02:42:16 [2021-11-23T02:42:16.810Z] #47 37.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
02:42:16 [2021-11-23T02:42:16.810Z] #47 37.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:42:16 [2021-11-23T02:42:16.810Z] #47 ...
02:42:16 [2021-11-23T02:42:16.810Z] 
02:42:16 [2021-11-23T02:42:16.810Z] #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
02:42:16 [2021-11-23T02:42:16.810Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:16 [2021-11-23T02:42:16.810Z] #14 26.73 Reading package lists...
02:42:16 [2021-11-23T02:42:16.810Z] #14 31.50 Building dependency tree...
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96 The following additional packages will be installed:
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.96   mingw-w64-common mingw-w64-x86-64-dev
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.99 Suggested packages:
02:42:16 [2021-11-23T02:42:16.810Z] #14 34.99   gcc-10-locales seccomp wine64
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49 The following NEW packages will be installed:
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.49   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.50   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.50   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.50   mingw-w64-x86-64-dev
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.93 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.93 Need to get 115 MB of archives.
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.93 After this operation, 645 MB of additional disk space will be used.
02:42:16 [2021-11-23T02:42:16.810Z] #14 36.93 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]
02:42:16 [2021-11-23T02:42:16.810Z] #14 37.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]
02:42:16 [2021-11-23T02:42:16.810Z] #14 37.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
02:42:16 [2021-11-23T02:42:16.810Z] #14 37.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
02:42:16 [2021-11-23T02:42:16.810Z] #14 37.22 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
02:42:16 [2021-11-23T02:42:16.811Z] #14 37.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
02:42:16 [2021-11-23T02:42:16.811Z] #14 37.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
02:42:16 [2021-11-23T02:42:16.811Z] #14 ...
02:42:16 [2021-11-23T02:42:16.811Z] 
02:42:16 [2021-11-23T02:42:16.811Z] #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
02:42:16 [2021-11-23T02:42:16.811Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:42:16 [2021-11-23T02:42:16.811Z] #38 37.58 Selecting previously unselected package cmake-data.
02:42:16 [2021-11-23T02:42:16.811Z] #38 37.58 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
02:42:17 [2021-11-23T02:42:17.146Z] #38 37.59 Unpacking cmake-data (3.18.4-2) ...
02:42:17 [2021-11-23T02:42:17.146Z] #38 ...
02:42:17 [2021-11-23T02:42:17.146Z] 
02:42:17 [2021-11-23T02:42:17.146Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
02:42:17 [2021-11-23T02:42:17.146Z] #55 sha256:c34d6d7cbe15e762e0efd95e34972324b51ba3c4eb9a5277d8e50611db5d1b61
02:42:17 [2021-11-23T02:42:17.146Z] #55 37.68 v3.0.2
02:42:17 [2021-11-23T02:42:17.146Z] #55 DONE 37.8s
02:42:17 [2021-11-23T02:42:17.146Z] 
02:42:17 [2021-11-23T02:42:17.146Z] #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
02:42:17 [2021-11-23T02:42:17.146Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:42:17 [2021-11-23T02:42:17.146Z] #47 37.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
02:42:17 [2021-11-23T02:42:17.146Z] #47 37.10 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
02:42:17 [2021-11-23T02:42:17.146Z] #47 37.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:42:17 [2021-11-23T02:42:17.146Z] #47 37.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:42:17 [2021-11-23T02:42:17.146Z] #47 37.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:42:18 [2021-11-23T02:42:18.602Z] #47 ...
02:42:18 [2021-11-23T02:42:18.602Z] 
02:42:18 [2021-11-23T02:42:18.602Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
02:42:18 [2021-11-23T02:42:18.602Z] #60 sha256:c0e3da4f1947cea43156b3c67b03fd207f62922255dcdd1856b252ed4374d2ce
02:42:18 [2021-11-23T02:42:18.602Z] #60 27.24 Reading package lists...
02:42:18 [2021-11-23T02:42:18.602Z] #60 32.49 Building dependency tree...
02:42:18 [2021-11-23T02:42:18.602Z] #60 35.70 The following additional packages will be installed:
02:42:18 [2021-11-23T02:42:18.602Z] #60 35.70   libbtrfs0
02:42:18 [2021-11-23T02:42:18.602Z] #60 35.88 The following NEW packages will be installed:
02:42:18 [2021-11-23T02:42:18.602Z] #60 35.90   libbtrfs-dev libbtrfs0
02:42:18 [2021-11-23T02:42:18.602Z] #60 36.37 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
02:42:18 [2021-11-23T02:42:18.602Z] #60 36.37 Need to get 460 kB of archives.
02:42:18 [2021-11-23T02:42:18.602Z] #60 36.37 After this operation, 1237 kB of additional disk space will be used.
02:42:18 [2021-11-23T02:42:18.602Z] #60 36.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:42:18 [2021-11-23T02:42:18.602Z] #60 36.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:42:18 [2021-11-23T02:42:18.602Z] #60 37.48 debconf: delaying package configuration, since apt-utils is not installed
02:42:18 [2021-11-23T02:42:18.602Z] #60 37.74 Fetched 460 kB in 0s (1359 kB/s)
02:42:18 [2021-11-23T02:42:18.602Z] #60 37.86 Selecting previously unselected package libbtrfs0:amd64.
02:42:18 [2021-11-23T02:42:18.602Z] #60 37.86 (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 ... 15713 files and directories currently installed.)
02:42:18 [2021-11-23T02:42:18.602Z] #60 37.96 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 37.96 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 38.25 Selecting previously unselected package libbtrfs-dev:amd64.
02:42:18 [2021-11-23T02:42:18.602Z] #60 38.25 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 38.26 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 38.72 Setting up libbtrfs0:amd64 (5.10.1-2) ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 38.74 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 38.77 Processing triggers for libc-bin (2.31-13+deb11u2) ...
02:42:18 [2021-11-23T02:42:18.602Z] #60 DONE 39.4s
02:42:19 [2021-11-23T02:42:19.065Z] 
02:42:19 [2021-11-23T02:42:19.065Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
02:42:19 [2021-11-23T02:42:19.065Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:19 [2021-11-23T02:42:19.065Z] #14 37.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
02:42:19 [2021-11-23T02:42:19.065Z] #14 37.65 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]
02:42:19 [2021-11-23T02:42:19.065Z] #14 38.39 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]
02:42:19 [2021-11-23T02:42:19.339Z] #14 39.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]
02:42:19 [2021-11-23T02:42:19.912Z] #14 40.59 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]
02:42:20 [2021-11-23T02:42:20.480Z] #14 ...
02:42:20 [2021-11-23T02:42:20.480Z] 
02:42:20 [2021-11-23T02:42:20.480Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
02:42:20 [2021-11-23T02:42:20.480Z] #61 sha256:76884114a413e1a9de72492fd95d45d905de52d4c5a58e8a44163af08c334efb
02:42:20 [2021-11-23T02:42:20.480Z] #61 DONE 1.6s
02:42:20 [2021-11-23T02:42:20.480Z] 
02:42:20 [2021-11-23T02:42:20.480Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
02:42:20 [2021-11-23T02:42:20.480Z] #62 sha256:a85b0b687ef73cab014a1eb0adfbf7bb30dd1503c5360aa3616b45b39e6fb1d3
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.462 + RM_GOPATH=0
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.462 + TMP_GOPATH=
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.462 + : /build
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.462 + '[' -z '' ']'
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.464 ++ mktemp -d
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.464 + export GOPATH=/tmp/tmp.EQzUsMNzH1
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.464 + GOPATH=/tmp/tmp.EQzUsMNzH1
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.464 + RM_GOPATH=1
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.464 + case "$(go env GOARCH)" in
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.465 ++ go env GOARCH
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.481 + export GO_BUILDMODE=-buildmode=pie
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.481 + GO_BUILDMODE=-buildmode=pie
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.481 ++ dirname /install.sh
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 + dir=/
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 + bin=containerd
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 + shift
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 + '[' '!' -f //containerd.installer ']'
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 + . //containerd.installer
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 ++ set -e
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 ++ : v1.5.8
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.482 + install_containerd
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.483 + echo 'Install containerd version v1.5.8'
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.483 Install containerd version v1.5.8
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.484 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EQzUsMNzH1/src/github.com/containerd/containerd
02:42:24 [2021-11-23T02:42:24.677Z] #62 3.502 Cloning into '/tmp/tmp.EQzUsMNzH1/src/github.com/containerd/containerd'...
02:42:26 [2021-11-23T02:42:26.595Z] #62 ...
02:42:26 [2021-11-23T02:42:26.595Z] 
02:42:26 [2021-11-23T02:42:26.595Z] #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
02:42:26 [2021-11-23T02:42:26.595Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:42:26 [2021-11-23T02:42:26.595Z] #47 41.38 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-1 [657 kB]
02:42:26 [2021-11-23T02:42:26.595Z] #47 42.68 debconf: delaying package configuration, since apt-utils is not installed
02:42:26 [2021-11-23T02:42:26.595Z] #47 42.93 Fetched 2288 kB in 5s (454 kB/s)
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.02 Selecting previously unselected package libprotobuf23:amd64.
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.02 (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 ... 15713 files and directories currently installed.)
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.06 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.10 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.73 Selecting previously unselected package python3-pkg-resources.
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.76 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.76 Unpacking python3-pkg-resources (52.0.0-4) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.91 Selecting previously unselected package python3-six.
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.95 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 43.95 Unpacking python3-six (1.16.0-2) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.04 Selecting previously unselected package python3-protobuf.
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.07 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.08 Unpacking python3-protobuf (3.12.4-1) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.66 Selecting previously unselected package libnet1:amd64.
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.66 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.81 Selecting previously unselected package libnl-3-200:amd64.
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.81 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.82 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.94 Selecting previously unselected package libprotobuf-c1:amd64.
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.94 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 44.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 45.06 Selecting previously unselected package criu.
02:42:26 [2021-11-23T02:42:26.595Z] #47 45.06 Preparing to unpack .../7-criu_3.16.1-1_amd64.deb ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 45.07 Unpacking criu (3.16.1-1) ...
02:42:26 [2021-11-23T02:42:26.595Z] #47 46.06 Setting up python3-pkg-resources (52.0.0-4) ...
02:42:27 [2021-11-23T02:42:27.532Z] #47 47.73 Setting up libprotobuf23:amd64 (3.12.4-1) ...
02:42:27 [2021-11-23T02:42:27.532Z] #47 47.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:42:27 [2021-11-23T02:42:27.532Z] #47 47.77 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:42:27 [2021-11-23T02:42:27.532Z] #47 47.80 Setting up python3-six (1.16.0-2) ...
02:42:28 [2021-11-23T02:42:28.910Z] #47 48.92 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
02:42:28 [2021-11-23T02:42:28.910Z] #47 48.95 Setting up python3-protobuf (3.12.4-1) ...
02:42:30 [2021-11-23T02:42:30.829Z] #47 ...
02:42:30 [2021-11-23T02:42:30.829Z] 
02:42:30 [2021-11-23T02:42:30.829Z] #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
02:42:30 [2021-11-23T02:42:30.829Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:30 [2021-11-23T02:42:30.829Z] #14 41.32 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]
02:42:30 [2021-11-23T02:42:30.829Z] #14 42.73 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]
02:42:30 [2021-11-23T02:42:30.829Z] #14 43.17 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]
02:42:30 [2021-11-23T02:42:30.829Z] #14 43.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
02:42:30 [2021-11-23T02:42:30.829Z] #14 43.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
02:42:30 [2021-11-23T02:42:30.829Z] #14 43.20 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:42:30 [2021-11-23T02:42:30.829Z] #14 43.20 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.20 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]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.20 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.20 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.27 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.27 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.32 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.32 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 43.32 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
02:42:30 [2021-11-23T02:42:30.830Z] #14 44.36 debconf: delaying package configuration, since apt-utils is not installed
02:42:30 [2021-11-23T02:42:30.830Z] #14 44.61 Fetched 115 MB in 7s (17.1 MB/s)
02:42:30 [2021-11-23T02:42:30.830Z] #14 44.68 Selecting previously unselected package binutils-mingw-w64-i686.
02:42:30 [2021-11-23T02:42:30.830Z] #14 44.68 (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 ... 15713 files and directories currently installed.)
02:42:30 [2021-11-23T02:42:30.830Z] #14 44.73 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 44.75 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 47.15 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:42:30 [2021-11-23T02:42:30.830Z] #14 47.16 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 47.16 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 49.68 Selecting previously unselected package binutils-mingw-w64.
02:42:30 [2021-11-23T02:42:30.830Z] #14 49.68 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 49.69 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 49.89 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:42:30 [2021-11-23T02:42:30.830Z] #14 49.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 49.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 50.07 Selecting previously unselected package dmsetup.
02:42:30 [2021-11-23T02:42:30.830Z] #14 50.08 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 50.08 Unpacking dmsetup (2:1.02.175-2.1) ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 50.26 Selecting previously unselected package mingw-w64-common.
02:42:30 [2021-11-23T02:42:30.830Z] #14 50.26 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
02:42:30 [2021-11-23T02:42:30.830Z] #14 50.27 Unpacking mingw-w64-common (8.0.0-1) ...
02:42:31 [2021-11-23T02:42:31.089Z] #14 ...
02:42:31 [2021-11-23T02:42:31.089Z] 
02:42:31 [2021-11-23T02:42:31.089Z] #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
02:42:31 [2021-11-23T02:42:31.089Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:42:31 [2021-11-23T02:42:31.089Z] #38 41.70 Selecting previously unselected package libicu67:amd64.
02:42:31 [2021-11-23T02:42:31.089Z] #38 41.70 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 41.72 Unpacking libicu67:amd64 (67.1-7) ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 47.95 Selecting previously unselected package libxml2:amd64.
02:42:31 [2021-11-23T02:42:31.089Z] #38 47.95 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 47.96 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 48.51 Selecting previously unselected package libarchive13:amd64.
02:42:31 [2021-11-23T02:42:31.089Z] #38 48.51 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 48.52 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 48.83 Selecting previously unselected package libjsoncpp24:amd64.
02:42:31 [2021-11-23T02:42:31.089Z] #38 48.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 48.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.03 Selecting previously unselected package librhash0:amd64.
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.03 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.03 Unpacking librhash0:amd64 (1.4.1-2) ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.21 Selecting previously unselected package libuv1:amd64.
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.21 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.22 Unpacking libuv1:amd64 (1.40.0-2) ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.40 Selecting previously unselected package cmake.
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.41 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
02:42:31 [2021-11-23T02:42:31.089Z] #38 49.42 Unpacking cmake (3.18.4-2) ...
02:42:32 [2021-11-23T02:42:32.993Z] #38 53.30 Setting up libicu67:amd64 (67.1-7) ...
02:42:32 [2021-11-23T02:42:32.993Z] #38 53.32 Setting up xxd (2:8.2.2434-3) ...
02:42:32 [2021-11-23T02:42:32.993Z] #38 53.35 Setting up libuv1:amd64 (1.40.0-2) ...
02:42:32 [2021-11-23T02:42:32.993Z] #38 53.37 Setting up vim-common (2:8.2.2434-3) ...
02:42:32 [2021-11-23T02:42:32.993Z] #38 ...
02:42:32 [2021-11-23T02:42:32.993Z] 
02:42:32 [2021-11-23T02:42:32.993Z] #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
02:42:32 [2021-11-23T02:42:32.993Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:42:32 [2021-11-23T02:42:32.993Z] #47 52.87 Setting up criu (3.16.1-1) ...
02:42:33 [2021-11-23T02:42:33.252Z] #47 ...
02:42:33 [2021-11-23T02:42:33.252Z] 
02:42:33 [2021-11-23T02:42:33.252Z] #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
02:42:33 [2021-11-23T02:42:33.252Z] #34 sha256:316005d3aab7ddc9ad7816746fbcfe4c3c5e5742e29f7a8769d604059b2843a5
02:42:33 [2021-11-23T02:42:33.252Z] #34 43.84 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.
02:42:33 [2021-11-23T02:42:33.252Z] #34 44.07 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
02:42:33 [2021-11-23T02:42:33.252Z] #34 44.38 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:42:33 [2021-11-23T02:42:33.512Z] #34 ...
02:42:33 [2021-11-23T02:42:33.512Z] 
02:42:33 [2021-11-23T02:42:33.512Z] #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
02:42:33 [2021-11-23T02:42:33.512Z] #38 sha256:147a86a6b5818c204e095ed9c920b39067f043320d48abcc7671a05ac41579f1
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.37 Setting up vim-common (2:8.2.2434-3) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.42 Setting up librhash0:amd64 (1.4.1-2) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.44 Setting up cmake-data (3.18.4-2) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.47 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.50 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.51 Setting up cmake (3.18.4-2) ...
02:42:33 [2021-11-23T02:42:33.512Z] #38 53.53 Processing triggers for libc-bin (2.31-13+deb11u2) ...
02:42:34 [2021-11-23T02:42:34.450Z] #38 DONE 54.9s
02:42:34 [2021-11-23T02:42:34.450Z] 
02:42:34 [2021-11-23T02:42:34.450Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
02:42:34 [2021-11-23T02:42:34.450Z] #39 sha256:b9233ed0d170724b172670186808f1b1c53bd7981f0c13a5481729ec25b5395f
02:42:34 [2021-11-23T02:42:34.450Z] #39 DONE 0.3s
02:42:34 [2021-11-23T02:42:34.450Z] 
02:42:34 [2021-11-23T02:42:34.450Z] #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
02:42:34 [2021-11-23T02:42:34.450Z] #40 sha256:7c5bb8e31c787a178f413d376ad7782bf7651efaa8f30c9269b5dfbd0464d62d
02:42:35 [2021-11-23T02:42:35.387Z] #40 ...
02:42:35 [2021-11-23T02:42:35.387Z] 
02:42:35 [2021-11-23T02:42:35.387Z] #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
02:42:35 [2021-11-23T02:42:35.387Z] #47 sha256:8ee34b03793f1c72d40a4d5a4b428e819ca38980c70d11cf11c4dcec3f8f0289
02:42:35 [2021-11-23T02:42:35.387Z] #47 55.05 Processing triggers for libc-bin (2.31-13+deb11u2) ...
02:42:35 [2021-11-23T02:42:35.387Z] #47 DONE 55.6s
02:42:35 [2021-11-23T02:42:35.387Z] 
02:42:35 [2021-11-23T02:42:35.387Z] #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
02:42:35 [2021-11-23T02:42:35.387Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:35 [2021-11-23T02:42:35.387Z] #14 55.96 Selecting previously unselected package mingw-w64-x86-64-dev.
02:42:35 [2021-11-23T02:42:35.387Z] #14 55.96 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
02:42:35 [2021-11-23T02:42:35.387Z] #14 55.96 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
02:42:39 [2021-11-23T02:42:39.603Z] #14 ...
02:42:39 [2021-11-23T02:42:39.603Z] 
02:42:39 [2021-11-23T02:42:39.603Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
02:42:39 [2021-11-23T02:42:39.603Z] #51 sha256:bfc3ae49720101b3edcd6caf696fca676e16ebcea843bf7e14f1a48595a7bb7d
02:42:39 [2021-11-23T02:42:39.603Z] #51 59.01 gotestsum version dev
02:42:39 [2021-11-23T02:42:39.603Z] #51 DONE 60.0s
02:42:39 [2021-11-23T02:42:39.603Z] 
02:42:39 [2021-11-23T02:42:39.603Z] #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
02:42:39 [2021-11-23T02:42:39.603Z] #40 sha256:7c5bb8e31c787a178f413d376ad7782bf7651efaa8f30c9269b5dfbd0464d62d
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.309 Install tini version v0.19.0
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + RM_GOPATH=0
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + TMP_GOPATH=
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + : /build
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + '[' -z '' ']'
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 ++ mktemp -d
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + export GOPATH=/tmp/tmp.NtNVEpweiN
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + GOPATH=/tmp/tmp.NtNVEpweiN
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + RM_GOPATH=1
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + case "$(go env GOARCH)" in
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 ++ go env GOARCH
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + export GO_BUILDMODE=-buildmode=pie
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + GO_BUILDMODE=-buildmode=pie
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 ++ dirname /install.sh
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + dir=/
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + bin=tini
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + shift
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + '[' '!' -f //tini.installer ']'
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + . //tini.installer
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 ++ : v0.19.0
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + install_tini
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + echo 'Install tini version v0.19.0'
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 + git clone https://github.com/krallin/tini.git /tmp/tmp.NtNVEpweiN/tini
02:42:39 [2021-11-23T02:42:39.603Z] #40 4.315 Cloning into '/tmp/tmp.NtNVEpweiN/tini'...
02:42:39 [2021-11-23T02:42:39.603Z] #40 5.004 + cd /tmp/tmp.NtNVEpweiN/tini
02:42:39 [2021-11-23T02:42:39.603Z] #40 5.004 + git checkout -q v0.19.0
02:42:39 [2021-11-23T02:42:39.603Z] #40 5.004 + cmake .
02:42:39 [2021-11-23T02:42:39.864Z] #40 5.385 -- The C compiler identification is GNU 10.2.1
02:42:39 [2021-11-23T02:42:39.864Z] #40 5.495 -- Detecting C compiler ABI info
02:42:40 [2021-11-23T02:42:40.806Z] #40 6.184 -- Detecting C compiler ABI info - done
02:42:40 [2021-11-23T02:42:40.806Z] #40 6.304 -- Check for working C compiler: /usr/bin/cc - skipped
02:42:40 [2021-11-23T02:42:40.806Z] #40 6.304 -- Detecting C compile features
02:42:40 [2021-11-23T02:42:40.806Z] #40 6.319 -- Detecting C compile features - done
02:42:41 [2021-11-23T02:42:41.066Z] #40 6.382 -- Performing Test HAS_BUILTIN_FORTIFY
02:42:41 [2021-11-23T02:42:41.066Z] #40 6.567 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:42:41 [2021-11-23T02:42:41.066Z] #40 6.640 -- Configuring done
02:42:41 [2021-11-23T02:42:41.326Z] #40 6.655 -- Generating done
02:42:41 [2021-11-23T02:42:41.326Z] #40 6.675 + make tini-static
02:42:41 [2021-11-23T02:42:41.326Z] #40 6.675 -- Build files have been written to: /tmp/tmp.NtNVEpweiN/tini
02:42:41 [2021-11-23T02:42:41.586Z] #40 6.982 Scanning dependencies of target tini-static
02:42:41 [2021-11-23T02:42:41.586Z] #40 7.075 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:42:42 [2021-11-23T02:42:42.971Z] #40 8.276 [100%] Linking C executable tini-static
02:42:43 [2021-11-23T02:42:43.231Z] #40 8.840 [100%] Built target tini-static
02:42:43 [2021-11-23T02:42:43.800Z] #40 8.945 + mkdir -p /build
02:42:43 [2021-11-23T02:42:43.800Z] #40 8.945 + cp tini-static /build/docker-init
02:42:45 [2021-11-23T02:42:45.184Z] #40 DONE 10.7s
02:42:45 [2021-11-23T02:42:45.184Z] 
02:42:45 [2021-11-23T02:42:45.184Z] #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
02:42:45 [2021-11-23T02:42:45.184Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:42:45 [2021-11-23T02:42:45.184Z] #14 61.37 Selecting previously unselected package gcc-mingw-w64-base.
02:42:45 [2021-11-23T02:42:45.184Z] #14 61.37 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
02:42:45 [2021-11-23T02:42:45.184Z] #14 61.37 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:42:45 [2021-11-23T02:42:45.184Z] #14 61.51 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
02:42:45 [2021-11-23T02:42:45.184Z] #14 61.51 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
02:42:45 [2021-11-23T02:42:45.184Z] #14 61.56 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:42:49 [2021-11-23T02:42:49.385Z] #14 69.33 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
02:42:49 [2021-11-23T02:42:49.385Z] #14 69.36 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:42:49 [2021-11-23T02:42:49.385Z] #14 69.36 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:43:01 [2021-11-23T02:43:01.597Z] #14 ...
02:43:01 [2021-11-23T02:43:01.597Z] 
02:43:01 [2021-11-23T02:43:01.597Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
02:43:01 [2021-11-23T02:43:01.597Z] #62 sha256:a85b0b687ef73cab014a1eb0adfbf7bb30dd1503c5360aa3616b45b39e6fb1d3
02:43:01 [2021-11-23T02:43:01.857Z] #62 40.11 Updating files:  49% (2338/4693)
Updating files:  50% (2347/4693)
Updating files:  51% (2394/4693)
Updating files:  52% (2441/4693)
Updating files:  53% (2488/4693)
Updating files:  54% (2535/4693)
Updating files:  55% (2582/4693)
Updating files:  56% (2629/4693)
Updating files:  57% (2676/4693)
Updating files:  58% (2722/4693)
Updating files:  59% (2769/4693)
Updating files:  60% (2816/4693)
Updating files:  61% (2863/4693)
Updating files:  62% (2910/4693)
Updating files:  63% (2957/4693)
Updating files:  64% (3004/4693)
Updating files:  65% (3051/4693)
Updating files:  66% (3098/4693)
Updating files:  67% (3145/4693)
Updating files:  68% (3192/4693)
Updating files:  69% (3239/4693)
Updating files:  70% (3286/4693)
Updating files:  71% (3333/4693)
Updating files:  72% (3379/4693)
Updating files:  73% (3426/4693)
Updating files:  74% (3473/4693)
Updating files:  75% (3520/4693)
Updating files:  76% (3567/4693)
Updating files:  77% (3614/4693)
Updating files:  78% (3661/4693)
Updating files:  79% (3708/4693)
Updating files:  80% (3755/4693)
Updating files:  81% (3802/4693)
Updating files:  82% (3849/4693)
Updating files:  83% (3896/4693)
Updating files:  84% (3943/4693)
Updating files:  85% (3990/4693)
Updating files:  86% (4036/4693)
Updating files:  87% (4083/4693)
Updating files:  88% (4130/4693)
Updating files:  89% (4177/4693)
Updating files:  90% (4224/4693)
Updating files:  91% (4271/4693)
Updating files:  92% (4318/4693)
Updating files:  93% (4365/4693)
Updating files:  94% (4412/4693)
Updating files:  95% (4459/4693)
Updating files:  96% (4506/4693)
Updating files:  97% (4553/4693)
Updating files:  98% (4600/4693)
Updating files:  99% (4647/4693)
Updating files: 100% (4693/4693)
Updating files: 100% (4693/4693), done.
02:43:01 [2021-11-23T02:43:01.857Z] #62 41.31 + cd /tmp/tmp.EQzUsMNzH1/src/github.com/containerd/containerd
02:43:01 [2021-11-23T02:43:01.857Z] #62 41.31 + git checkout -q v1.5.8
02:43:03 [2021-11-23T02:43:03.239Z] #62 42.92 + export 'BUILDTAGS=netgo osusergo static_build'
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + BUILDTAGS='netgo osusergo static_build'
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + export EXTRA_FLAGS=-buildmode=pie
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + EXTRA_FLAGS=-buildmode=pie
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + '[' '' = dynamic ']'
02:43:03 [2021-11-23T02:43:03.498Z] #62 42.92 + make
02:43:04 [2021-11-23T02:43:04.879Z] #62 44.52 + bin/ctr
02:43:11 [2021-11-23T02:43:11.454Z] #62 ...
02:43:11 [2021-11-23T02:43:11.454Z] 
02:43:11 [2021-11-23T02:43:11.454Z] #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
02:43:11 [2021-11-23T02:43:11.454Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:43:11 [2021-11-23T02:43:11.454Z] #14 82.22 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
02:43:11 [2021-11-23T02:43:11.454Z] #14 82.23 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:43:11 [2021-11-23T02:43:11.454Z] #14 82.24 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:43:11 [2021-11-23T02:43:11.454Z] #14 87.64 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
02:43:11 [2021-11-23T02:43:11.454Z] #14 87.64 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
02:43:11 [2021-11-23T02:43:11.454Z] #14 87.65 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:43:13 [2021-11-23T02:43:13.363Z] #14 93.95 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
02:43:13 [2021-11-23T02:43:13.363Z] #14 93.96 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
02:43:13 [2021-11-23T02:43:13.363Z] #14 93.96 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:43:23 [2021-11-23T02:43:23.352Z] #14 ...
02:43:23 [2021-11-23T02:43:23.352Z] 
02:43:23 [2021-11-23T02:43:23.352Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
02:43:23 [2021-11-23T02:43:23.352Z] #65 sha256:e32249d590733fc1b86d5558e1a9e0b065682a2e9703b52cf8f7e95b8ce759af
02:43:23 [2021-11-23T02:43:23.352Z] #65 102.8 + for f in rootlesskit rootlesskit-docker-proxy
02:43:23 [2021-11-23T02:43:23.352Z] #65 102.8 + GOBIN=/build
02:43:23 [2021-11-23T02:43:23.352Z] #65 102.8 + GO111MODULE=on
02:43:23 [2021-11-23T02:43:23.352Z] #65 102.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
02:43:28 [2021-11-23T02:43:28.728Z] #65 ...
02:43:28 [2021-11-23T02:43:28.728Z] 
02:43:28 [2021-11-23T02:43:28.728Z] #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
02:43:28 [2021-11-23T02:43:28.728Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:43:28 [2021-11-23T02:43:28.728Z] #14 106.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
02:43:28 [2021-11-23T02:43:28.728Z] #14 106.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
02:43:28 [2021-11-23T02:43:28.728Z] #14 106.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:43:32 [2021-11-23T02:43:32.015Z] #14 112.4 Selecting previously unselected package g++-mingw-w64-x86-64.
02:43:32 [2021-11-23T02:43:32.015Z] #14 112.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
02:43:32 [2021-11-23T02:43:32.015Z] #14 112.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
02:43:33 [2021-11-23T02:43:33.021Z] #14 ...
02:43:33 [2021-11-23T02:43:33.021Z] 
02:43:33 [2021-11-23T02:43:33.021Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
02:43:33 [2021-11-23T02:43:33.021Z] #65 sha256:e32249d590733fc1b86d5558e1a9e0b065682a2e9703b52cf8f7e95b8ce759af
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.5 rootlesskit version 0.14.6
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6 Usage of /build/rootlesskit-docker-proxy:
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6   -container-ip string
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6     	container ip
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6   -container-port int
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6     	container port (default -1)
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6   -host-ip string
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6     	host ip
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6   -host-port int
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6     	host port (default -1)
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6   -proto string
02:43:33 [2021-11-23T02:43:33.021Z] #65 108.6     	proxy protocol (default "tcp")
02:43:33 [2021-11-23T02:43:33.021Z] #65 DONE 113.0s
02:43:33 [2021-11-23T02:43:33.021Z] 
02:43:33 [2021-11-23T02:43:33.021Z] #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
02:43:33 [2021-11-23T02:43:33.021Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.4 Selecting previously unselected package libapparmor1:amd64.
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
02:43:33 [2021-11-23T02:43:33.021Z] #14 ...
02:43:33 [2021-11-23T02:43:33.021Z] 
02:43:33 [2021-11-23T02:43:33.021Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
02:43:33 [2021-11-23T02:43:33.021Z] #66 sha256:bc4fda84c33c4ad71b7aa28711b7497cd518f142b4bfdc11f565433eb9c8c4ef
02:43:33 [2021-11-23T02:43:33.021Z] #66 DONE 0.2s
02:43:33 [2021-11-23T02:43:33.021Z] 
02:43:33 [2021-11-23T02:43:33.021Z] #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
02:43:33 [2021-11-23T02:43:33.021Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.6 Selecting previously unselected package libapparmor-dev:amd64.
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.8 Selecting previously unselected package libbtrfs0:amd64.
02:43:33 [2021-11-23T02:43:33.021Z] #14 113.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
02:43:33 [2021-11-23T02:43:33.280Z] #14 ...
02:43:33 [2021-11-23T02:43:33.280Z] 
02:43:33 [2021-11-23T02:43:33.280Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:43:33 [2021-11-23T02:43:33.280Z] #67 sha256:d6dfafde937d769c4df631a5acee66f38128b5afeefb1fc88feceda347bab616
02:43:33 [2021-11-23T02:43:33.280Z] #67 DONE 0.1s
02:43:33 [2021-11-23T02:43:33.280Z] 
02:43:33 [2021-11-23T02:43:33.280Z] #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
02:43:33 [2021-11-23T02:43:33.280Z] #14 sha256:8a868936fad131539062f9957dfa32af18e5ec7b4aef5c421b47468a5d7adbec
02:43:33 [2021-11-23T02:43:33.280Z] #14 113.8 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
02:43:33 [2021-11-23T02:43:33.540Z] #14 114.0 Selecting previously unselected package libbtrfs-dev:amd64.
02:43:33 [2021-11-23T02:43:33.540Z] #14 114.0 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
02:43:33 [2021-11-23T02:43:33.540Z] #14 114.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
02:43:33 [2021-11-23T02:43:33.800Z] #14 114.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
02:43:33 [2021-11-23T02:43:33.800Z] #14 114.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
02:43:33 [2021-11-23T02:43:33.800Z] #14 114.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
02:43:33 [2021-11-23T02:43:33.800Z] #14 114.4 Selecting previously unselected package libudev-dev:amd64.
02:43:33 [2021-11-23T02:43:33.800Z] #14 114.4 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
02:43:33 [2021-11-23T02:43:33.800Z] #14 114.4 Unpacking libudev-dev:amd64 (247.3-6) ...
02:43:34 [2021-11-23T02:43:34.060Z] #14 114.6 Selecting previously unselected package libsepol1-dev:amd64.
02:43:34 [2021-11-23T02:43:34.060Z] #14 114.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
02:43:34 [2021-11-23T02:43:34.060Z] #14 114.6 Unpacking libsepol1-dev:amd64 (3.1-1) ...
02:43:34 [2021-11-23T02:43:34.320Z] #14 115.0 Selecting previously unselected package libpcre2-16-0:amd64.
02:43:34 [2021-11-23T02:43:34.320Z] #14 115.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
02:43:34 [2021-11-23T02:43:34.320Z] #14 115.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
02:43:34 [2021-11-23T02:43:34.579Z] #14 115.2 Selecting previously unselected package libpcre2-32-0:amd64.
02:43:34 [2021-11-23T02:43:34.579Z] #14 115.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
02:43:34 [2021-11-23T02:43:34.579Z] #14 115.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
02:43:34 [2021-11-23T02:43:34.839Z] #14 115.4 Selecting previously unselected package libpcre2-posix2:amd64.
02:43:34 [2021-11-23T02:43:34.839Z] #14 115.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
02:43:34 [2021-11-23T02:43:34.839Z] #14 115.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
02:43:34 [2021-11-23T02:43:34.839Z] #14 115.5 Selecting previously unselected package libpcre2-dev:amd64.
02:43:34 [2021-11-23T02:43:34.839Z] #14 115.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
02:43:34 [2021-11-23T02:43:34.839Z] #14 115.5 Unpacking libpcre2-dev:amd64 (10.36-2) ...
02:43:35 [2021-11-23T02:43:35.408Z] #14 116.0 Selecting previously unselected package libselinux1-dev:amd64.
02:43:35 [2021-11-23T02:43:35.408Z] #14 116.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
02:43:35 [2021-11-23T02:43:35.408Z] #14 116.0 Unpacking libselinux1-dev:amd64 (3.1-3) ...
02:43:35 [2021-11-23T02:43:35.667Z] #14 116.3 Selecting previously unselected package libdevmapper-dev:amd64.
02:43:35 [2021-11-23T02:43:35.667Z] #14 116.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
02:43:35 [2021-11-23T02:43:35.667Z] #14 116.3 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
02:43:35 [2021-11-23T02:43:35.667Z] #14 116.4 Selecting previously unselected package libseccomp-dev:amd64.
02:43:35 [2021-11-23T02:43:35.927Z] #14 116.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
02:43:35 [2021-11-23T02:43:35.927Z] #14 116.4 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
02:43:35 [2021-11-23T02:43:35.927Z] #14 116.6 Selecting previously unselected package libsystemd-dev:amd64.
02:43:35 [2021-11-23T02:43:35.927Z] #14 116.6 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
02:43:35 [2021-11-23T02:43:35.927Z] #14 116.6 Unpacking libsystemd-dev:amd64 (247.3-6) ...
02:43:36 [2021-11-23T02:43:36.495Z] #14 117.3 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.3 Setting up libapparmor1:amd64 (2.13.6-10) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.4 Setting up libsepol1-dev:amd64 (3.1-1) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.4 Setting up libpcre2-16-0:amd64 (10.36-2) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.4 Setting up libbtrfs0:amd64 (5.10.1-2) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.5 Setting up libpcre2-32-0:amd64 (10.36-2) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.5 Setting up libudev-dev:amd64 (247.3-6) ...
02:43:36 [2021-11-23T02:43:36.758Z] #14 117.5 Setting up libpcre2-posix2:amd64 (10.36-2) ...
02:43:37 [2021-11-23T02:43:37.017Z] #14 117.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:43:37 [2021-11-23T02:43:37.018Z] #14 117.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
02:43:37 [2021-11-23T02:43:37.018Z] #14 117.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.018Z] #14 117.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
02:43:37 [2021-11-23T02:43:37.018Z] #14 117.6 Setting up mingw-w64-common (8.0.0-1) ...
02:43:37 [2021-11-23T02:43:37.018Z] #14 117.7 Setting up libsystemd-dev:amd64 (247.3-6) ...
02:43:37 [2021-11-23T02:43:37.018Z] #14 117.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.8 Setting up libselinux1-dev:amd64 (3.1-3) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.9 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
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.9 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
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 117.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.0 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
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.0 Setting up dmsetup (2:1.02.175-2.1) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
02:43:37 [2021-11-23T02:43:37.277Z] #14 118.1 Processing triggers for libc-bin (2.31-13+deb11u2) ...
02:43:37 [2021-11-23T02:43:37.847Z] #14 DONE 118.5s
02:43:37 [2021-11-23T02:43:37.847Z] 
02:43:37 [2021-11-23T02:43:37.847Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
02:43:37 [2021-11-23T02:43:37.847Z] #57 sha256:206e9fb26b932612019fe232c1237bc1a781f81d895ed21b4fa77e34bccb0308
02:43:38 [2021-11-23T02:43:38.107Z] #57 DONE 0.2s
02:43:38 [2021-11-23T02:43:38.107Z] 
02:43:38 [2021-11-23T02:43:38.107Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:43:38 [2021-11-23T02:43:38.107Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.351 + RM_GOPATH=0
02:43:40 [2021-11-23T02:43:40.646Z] #58 ...
02:43:40 [2021-11-23T02:43:40.646Z] 
02:43:40 [2021-11-23T02:43:40.646Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
02:43:40 [2021-11-23T02:43:40.646Z] #15 sha256:aede33324e0281cee6d53c3d5214e96e37b3985f1ce1a679209501c2ae2aa5a4
02:43:40 [2021-11-23T02:43:40.646Z] #15 DONE 2.6s
02:43:40 [2021-11-23T02:43:40.646Z] 
02:43:40 [2021-11-23T02:43:40.646Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:43:40 [2021-11-23T02:43:40.646Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.354 + TMP_GOPATH=
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.355 + : /build
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.358 + '[' -z '' ']'
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.362 ++ mktemp -d
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.372 + export GOPATH=/tmp/tmp.bsblbgH7X5
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.373 + GOPATH=/tmp/tmp.bsblbgH7X5
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.373 + RM_GOPATH=1
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.373 + case "$(go env GOARCH)" in
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.376 ++ go env GOARCH
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + export GO_BUILDMODE=-buildmode=pie
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + GO_BUILDMODE=-buildmode=pie
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 ++ dirname /install.sh
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + dir=/
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + bin=runc
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + shift
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + '[' '!' -f //runc.installer ']'
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 + . //runc.installer
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 ++ set -e
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.387 ++ : v1.0.2
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.390 + install_runc
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.391 + RUNC_BUILDTAGS=seccomp
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.391 Install runc version v1.0.2 (build tags: seccomp)
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.391 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.391 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.bsblbgH7X5/src/github.com/opencontainers/runc
02:43:40 [2021-11-23T02:43:40.646Z] #58 2.395 Cloning into '/tmp/tmp.bsblbgH7X5/src/github.com/opencontainers/runc'...
02:43:42 [2021-11-23T02:43:42.555Z] #58 ...
02:43:42 [2021-11-23T02:43:42.555Z] 
02:43:42 [2021-11-23T02:43:42.555Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
02:43:42 [2021-11-23T02:43:42.555Z] #16 sha256:2f9a8816c0036b51bf3e35d14c094fb907102e688e6363e4400ffd10b065e653
02:43:42 [2021-11-23T02:43:42.555Z] #16 DONE 2.0s
02:43:42 [2021-11-23T02:43:42.555Z] 
02:43:42 [2021-11-23T02:43:42.555Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
02:43:42 [2021-11-23T02:43:42.555Z] #17 sha256:ccd72cdafafe79e95410c319153b08b0d57cc35f36d32b673b3271c65d375c14
02:43:43 [2021-11-23T02:43:43.935Z] #17 1.535 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:43:44 [2021-11-23T02:43:44.195Z] #17 DONE 1.8s
02:43:44 [2021-11-23T02:43:44.195Z] 
02:43:44 [2021-11-23T02:43:44.195Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
02:43:44 [2021-11-23T02:43:44.195Z] #18 sha256:9eece6239ebe15c8e21be914e9439b512dcc29edbc0fd18e33cb8855eab27b04
02:43:46 [2021-11-23T02:43:46.100Z] #18 DONE 2.0s
02:43:46 [2021-11-23T02:43:46.100Z] 
02:43:46 [2021-11-23T02:43:46.100Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
02:43:46 [2021-11-23T02:43:46.100Z] #19 sha256:53394475d09299e3c0149c6299bf03e9eda8d0f9784d7c3f98055bb873fcfea3
02:43:48 [2021-11-23T02:43:48.003Z] #19 DONE 1.8s
02:43:48 [2021-11-23T02:43:48.003Z] 
02:43:48 [2021-11-23T02:43:48.003Z] #20 [dev-systemd-false  6/25] RUN ldconfig
02:43:48 [2021-11-23T02:43:48.003Z] #20 sha256:f0efaaae31890069d444be3f96d4de3fbaa41cfddeff59fc363452b2668e4778
02:43:49 [2021-11-23T02:43:49.906Z] #20 DONE 2.0s
02:43:49 [2021-11-23T02:43:49.907Z] 
02:43:49 [2021-11-23T02:43:49.907Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:43:49 [2021-11-23T02:43:49.907Z] #21 sha256:8c88abb0421b46932e644ad78fb7b0ed181ba990e0759aeb71f886a396efaabb
02:43:51 [2021-11-23T02:43:51.283Z] #21 ...
02:43:51 [2021-11-23T02:43:51.283Z] 
02:43:51 [2021-11-23T02:43:51.283Z] #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
02:43:51 [2021-11-23T02:43:51.283Z] #34 sha256:316005d3aab7ddc9ad7816746fbcfe4c3c5e5742e29f7a8769d604059b2843a5
02:43:51 [2021-11-23T02:43:51.283Z] #34 DONE 131.8s
02:43:51 [2021-11-23T02:43:51.542Z] 
02:43:51 [2021-11-23T02:43:51.542Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:43:51 [2021-11-23T02:43:51.542Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:43:51 [2021-11-23T02:43:51.542Z] #58 11.00 + cd /tmp/tmp.bsblbgH7X5/src/github.com/opencontainers/runc
02:43:51 [2021-11-23T02:43:51.542Z] #58 11.00 + git checkout -q v1.0.2
02:43:51 [2021-11-23T02:43:51.542Z] #58 11.69 + '[' -z '' ']'
02:43:51 [2021-11-23T02:43:51.542Z] #58 11.69 + target=static
02:43:51 [2021-11-23T02:43:51.542Z] #58 11.69 + make BUILDTAGS=seccomp static
02:43:51 [2021-11-23T02:43:51.542Z] #58 12.17 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
02:43:59 [2021-11-23T02:43:59.668Z] #58 ...
02:43:59 [2021-11-23T02:43:59.668Z] 
02:43:59 [2021-11-23T02:43:59.668Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:43:59 [2021-11-23T02:43:59.668Z] #21 sha256:8c88abb0421b46932e644ad78fb7b0ed181ba990e0759aeb71f886a396efaabb
02:43:59 [2021-11-23T02:43:59.668Z] #21 2.447 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:43:59 [2021-11-23T02:43:59.668Z] #21 2.447 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
02:43:59 [2021-11-23T02:43:59.668Z] #21 2.447 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
02:43:59 [2021-11-23T02:43:59.668Z] #21 2.964 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
02:43:59 [2021-11-23T02:43:59.668Z] #21 4.107 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [94.0 kB]
02:43:59 [2021-11-23T02:43:59.668Z] #21 5.463 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
02:43:59 [2021-11-23T02:43:59.668Z] #21 8.972 Fetched 8476 kB in 7s (1239 kB/s)
02:44:01 [2021-11-23T02:44:01.572Z] #21 8.972 Reading package lists...
02:44:04 [2021-11-23T02:44:04.861Z] #21 11.73 Reading package lists...
02:44:05 [2021-11-23T02:44:05.120Z] #21 14.55 Building dependency tree...
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.05 The following additional packages will be installed:
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.05   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.05   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06   python3-pkg-resources vim-runtime xxd
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06 Suggested packages:
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06   acl attr quota
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06 Recommended packages:
02:44:06 [2021-11-23T02:44:06.057Z] #21 16.06   libatm1 nftables libpam-cap build-essential python3-dev unzip
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.40 The following NEW packages will be installed:
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.41   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.41   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.41   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.41   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.42   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.42   python3-pkg-resources python3-setuptools python3-wheel sudo
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.42   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:44:07 [2021-11-23T02:44:07.435Z] #21 17.42   xz-utils zip zstd
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.75 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.75 Need to get 27.6 MB of archives.
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.75 After this operation, 106 MB of additional disk space will be used.
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.76 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.77 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
02:44:07 [2021-11-23T02:44:07.701Z] #21 17.80 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.81 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.81 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.86 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.86 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.87 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.88 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.89 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.89 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
02:44:07 [2021-11-23T02:44:07.964Z] #21 17.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.55 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.55 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.55 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.61 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.62 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
02:44:08 [2021-11-23T02:44:08.533Z] #21 18.66 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.66 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.67 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.68 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.78 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.81 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.86 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
02:44:08 [2021-11-23T02:44:08.795Z] #21 18.87 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB]
02:44:09 [2021-11-23T02:44:09.364Z] #21 19.28 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB]
02:44:09 [2021-11-23T02:44:09.365Z] #21 19.39 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
02:44:09 [2021-11-23T02:44:09.365Z] #21 19.42 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
02:44:09 [2021-11-23T02:44:09.365Z] #21 19.42 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
02:44:09 [2021-11-23T02:44:09.934Z] #21 20.04 debconf: delaying package configuration, since apt-utils is not installed
02:44:10 [2021-11-23T02:44:10.218Z] #21 20.18 Fetched 27.6 MB in 2s (13.6 MB/s)
02:44:10 [2021-11-23T02:44:10.218Z] #21 20.24 Selecting previously unselected package pigz.
02:44:10 [2021-11-23T02:44:10.218Z] #21 20.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24014 files and directories currently installed.)
02:44:10 [2021-11-23T02:44:10.218Z] #21 20.31 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
02:44:10 [2021-11-23T02:44:10.477Z] #21 20.39 Unpacking pigz (2.6-1) ...
02:44:10 [2021-11-23T02:44:10.477Z] #21 20.55 Selecting previously unselected package libelf1:amd64.
02:44:10 [2021-11-23T02:44:10.477Z] #21 20.55 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
02:44:10 [2021-11-23T02:44:10.477Z] #21 20.66 Unpacking libelf1:amd64 (0.183-1) ...
02:44:10 [2021-11-23T02:44:10.737Z] #21 20.86 Selecting previously unselected package libbpf0:amd64.
02:44:10 [2021-11-23T02:44:10.737Z] #21 20.86 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
02:44:10 [2021-11-23T02:44:10.737Z] #21 20.86 Unpacking libbpf0:amd64 (1:0.3-2) ...
02:44:10 [2021-11-23T02:44:10.996Z] #21 20.97 Selecting previously unselected package libcap2:amd64.
02:44:10 [2021-11-23T02:44:10.996Z] #21 20.98 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
02:44:10 [2021-11-23T02:44:10.996Z] #21 20.99 Unpacking libcap2:amd64 (1:2.44-1) ...
02:44:10 [2021-11-23T02:44:10.996Z] #21 21.07 Selecting previously unselected package libmnl0:amd64.
02:44:10 [2021-11-23T02:44:10.996Z] #21 21.07 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
02:44:10 [2021-11-23T02:44:10.996Z] #21 21.09 Unpacking libmnl0:amd64 (1.0.4-3) ...
02:44:10 [2021-11-23T02:44:10.996Z] #21 21.16 Selecting previously unselected package libxtables12:amd64.
02:44:11 [2021-11-23T02:44:11.256Z] #21 21.18 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
02:44:11 [2021-11-23T02:44:11.256Z] #21 21.18 Unpacking libxtables12:amd64 (1.8.7-1) ...
02:44:11 [2021-11-23T02:44:11.256Z] #21 21.26 Selecting previously unselected package libcap2-bin.
02:44:11 [2021-11-23T02:44:11.256Z] #21 21.26 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
02:44:11 [2021-11-23T02:44:11.256Z] #21 21.26 Unpacking libcap2-bin (1:2.44-1) ...
02:44:11 [2021-11-23T02:44:11.256Z] #21 21.44 Selecting previously unselected package iproute2.
02:44:11 [2021-11-23T02:44:11.516Z] #21 21.44 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
02:44:11 [2021-11-23T02:44:11.516Z] #21 21.45 Unpacking iproute2 (5.10.0-4) ...
02:44:12 [2021-11-23T02:44:12.085Z] #21 21.92 Selecting previously unselected package xxd.
02:44:12 [2021-11-23T02:44:12.085Z] #21 21.93 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ...
02:44:12 [2021-11-23T02:44:12.085Z] #21 21.95 Unpacking xxd (2:8.2.2434-3) ...
02:44:12 [2021-11-23T02:44:12.085Z] #21 22.04 Selecting previously unselected package vim-common.
02:44:12 [2021-11-23T02:44:12.085Z] #21 22.06 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
02:44:12 [2021-11-23T02:44:12.085Z] #21 22.08 Unpacking vim-common (2:8.2.2434-3) ...
02:44:12 [2021-11-23T02:44:12.345Z] #21 22.28 Selecting previously unselected package bash-completion.
02:44:12 [2021-11-23T02:44:12.345Z] #21 22.28 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
02:44:14 [2021-11-23T02:44:14.254Z] #21 24.42 Unpacking bash-completion (1:2.11-2) ...
02:44:14 [2021-11-23T02:44:14.835Z] #21 24.93 Selecting previously unselected package bzip2.
02:44:14 [2021-11-23T02:44:14.835Z] #21 24.93 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
02:44:14 [2021-11-23T02:44:14.835Z] #21 24.94 Unpacking bzip2 (1.0.8-4) ...
02:44:14 [2021-11-23T02:44:14.835Z] #21 25.00 Selecting previously unselected package xz-utils.
02:44:15 [2021-11-23T02:44:15.094Z] #21 25.00 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
02:44:15 [2021-11-23T02:44:15.095Z] #21 25.00 Unpacking xz-utils (5.2.5-2) ...
02:44:15 [2021-11-23T02:44:15.095Z] #21 25.17 Selecting previously unselected package apparmor.
02:44:15 [2021-11-23T02:44:15.095Z] #21 25.17 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
02:44:15 [2021-11-23T02:44:15.095Z] #21 25.23 Unpacking apparmor (2.13.6-10) ...
02:44:16 [2021-11-23T02:44:16.475Z] #21 26.25 Selecting previously unselected package inetutils-ping.
02:44:16 [2021-11-23T02:44:16.475Z] #21 26.25 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
02:44:16 [2021-11-23T02:44:16.475Z] #21 26.29 Unpacking inetutils-ping (2:2.0-1) ...
02:44:16 [2021-11-23T02:44:16.739Z] #21 26.87 Selecting previously unselected package libip4tc2:amd64.
02:44:16 [2021-11-23T02:44:16.739Z] #21 26.87 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.001Z] #21 26.93 Unpacking libip4tc2:amd64 (1.8.7-1) ...
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.18 Selecting previously unselected package libip6tc2:amd64.
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.18 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.20 Unpacking libip6tc2:amd64 (1.8.7-1) ...
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.28 Selecting previously unselected package libnfnetlink0:amd64.
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.29 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.29 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.34 Selecting previously unselected package libnetfilter-conntrack3:amd64.
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.34 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.261Z] #21 27.35 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
02:44:17 [2021-11-23T02:44:17.520Z] #21 27.45 Selecting previously unselected package libnftnl11:amd64.
02:44:17 [2021-11-23T02:44:17.520Z] #21 27.46 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.520Z] #21 27.46 Unpacking libnftnl11:amd64 (1.1.9-1) ...
02:44:17 [2021-11-23T02:44:17.520Z] #21 27.55 Selecting previously unselected package iptables.
02:44:17 [2021-11-23T02:44:17.520Z] #21 27.56 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.520Z] #21 27.56 Unpacking iptables (1.8.7-1) ...
02:44:17 [2021-11-23T02:44:17.780Z] #21 27.87 Selecting previously unselected package libonig5:amd64.
02:44:17 [2021-11-23T02:44:17.780Z] #21 27.87 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
02:44:17 [2021-11-23T02:44:17.780Z] #21 27.89 Unpacking libonig5:amd64 (6.9.6-1.1) ...
02:44:18 [2021-11-23T02:44:18.040Z] #21 28.04 Selecting previously unselected package libjq1:amd64.
02:44:18 [2021-11-23T02:44:18.040Z] #21 28.04 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
02:44:18 [2021-11-23T02:44:18.040Z] #21 28.05 Unpacking libjq1:amd64 (1.6-2.1) ...
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.19 Selecting previously unselected package jq.
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.20 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.20 Unpacking jq (1.6-2.1) ...
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.29 Selecting previously unselected package libaio1:amd64.
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.30 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.31 Unpacking libaio1:amd64 (0.3.112-9) ...
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.38 Selecting previously unselected package libgpm2:amd64.
02:44:18 [2021-11-23T02:44:18.301Z] #21 28.38 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
02:44:18 [2021-11-23T02:44:18.561Z] #21 28.39 Unpacking libgpm2:amd64 (1.20.7-8) ...
02:44:18 [2021-11-23T02:44:18.561Z] #21 28.47 Selecting previously unselected package libicu67:amd64.
02:44:18 [2021-11-23T02:44:18.561Z] #21 28.47 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
02:44:18 [2021-11-23T02:44:18.561Z] #21 28.48 Unpacking libicu67:amd64 (67.1-7) ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.30 Selecting previously unselected package libinih1:amd64.
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.30 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.31 Unpacking libinih1:amd64 (53-1+b2) ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.36 Selecting previously unselected package libnet1:amd64.
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.36 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.48 Selecting previously unselected package libnl-3-200:amd64.
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.48 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.49 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.59 Selecting previously unselected package libprotobuf-c1:amd64.
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.59 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.60 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.67 Selecting previously unselected package net-tools.
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.67 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.68 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.87 Selecting previously unselected package patch.
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.87 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
02:44:22 [2021-11-23T02:44:22.758Z] #21 32.88 Unpacking patch (2.7.6-7) ...
02:44:23 [2021-11-23T02:44:23.019Z] #21 32.99 Selecting previously unselected package python-pip-whl.
02:44:23 [2021-11-23T02:44:23.019Z] #21 33.00 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
02:44:23 [2021-11-23T02:44:23.019Z] #21 33.01 Unpacking python-pip-whl (20.3.4-4) ...
02:44:23 [2021-11-23T02:44:23.588Z] #21 33.58 Selecting previously unselected package python3-lib2to3.
02:44:23 [2021-11-23T02:44:23.588Z] #21 33.58 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
02:44:23 [2021-11-23T02:44:23.588Z] #21 33.61 Unpacking python3-lib2to3 (3.9.2-1) ...
02:44:23 [2021-11-23T02:44:23.848Z] #21 33.74 Selecting previously unselected package python3-distutils.
02:44:23 [2021-11-23T02:44:23.848Z] #21 33.75 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
02:44:23 [2021-11-23T02:44:23.848Z] #21 33.78 Unpacking python3-distutils (3.9.2-1) ...
02:44:23 [2021-11-23T02:44:23.848Z] #21 33.92 Selecting previously unselected package python3-pkg-resources.
02:44:23 [2021-11-23T02:44:23.848Z] #21 33.93 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
02:44:23 [2021-11-23T02:44:23.848Z] #21 33.94 Unpacking python3-pkg-resources (52.0.0-4) ...
02:44:24 [2021-11-23T02:44:24.108Z] #21 34.07 Selecting previously unselected package python3-setuptools.
02:44:24 [2021-11-23T02:44:24.108Z] #21 34.07 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
02:44:24 [2021-11-23T02:44:24.108Z] #21 34.08 Unpacking python3-setuptools (52.0.0-4) ...
02:44:24 [2021-11-23T02:44:24.369Z] #21 34.39 Selecting previously unselected package python3-wheel.
02:44:24 [2021-11-23T02:44:24.370Z] #21 34.39 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
02:44:24 [2021-11-23T02:44:24.370Z] #21 34.40 Unpacking python3-wheel (0.34.2-1) ...
02:44:24 [2021-11-23T02:44:24.370Z] #21 34.48 Selecting previously unselected package python3-pip.
02:44:24 [2021-11-23T02:44:24.630Z] #21 34.48 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
02:44:24 [2021-11-23T02:44:24.630Z] #21 34.48 Unpacking python3-pip (20.3.4-4) ...
02:44:24 [2021-11-23T02:44:24.890Z] #21 34.79 Selecting previously unselected package sudo.
02:44:24 [2021-11-23T02:44:24.890Z] #21 34.79 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
02:44:24 [2021-11-23T02:44:24.890Z] #21 34.80 Unpacking sudo (1.9.5p2-3) ...
02:44:25 [2021-11-23T02:44:25.150Z] #21 35.35 Selecting previously unselected package thin-provisioning-tools.
02:44:25 [2021-11-23T02:44:25.150Z] #21 35.35 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
02:44:25 [2021-11-23T02:44:25.409Z] #21 35.36 Unpacking thin-provisioning-tools (0.9.0-1) ...
02:44:25 [2021-11-23T02:44:25.409Z] #21 35.59 Selecting previously unselected package uidmap.
02:44:25 [2021-11-23T02:44:25.409Z] #21 35.60 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
02:44:25 [2021-11-23T02:44:25.669Z] #21 35.61 Unpacking uidmap (1:4.8.1-1) ...
02:44:25 [2021-11-23T02:44:25.669Z] #21 35.78 Selecting previously unselected package vim-runtime.
02:44:25 [2021-11-23T02:44:25.669Z] #21 35.78 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ...
02:44:25 [2021-11-23T02:44:25.669Z] #21 35.81 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
02:44:25 [2021-11-23T02:44:25.929Z] #21 35.85 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
02:44:25 [2021-11-23T02:44:25.929Z] #21 35.87 Unpacking vim-runtime (2:8.2.2434-3) ...
02:44:29 [2021-11-23T02:44:29.244Z] #21 39.29 Selecting previously unselected package vim.
02:44:29 [2021-11-23T02:44:29.245Z] #21 39.30 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ...
02:44:29 [2021-11-23T02:44:29.245Z] #21 39.32 Unpacking vim (2:8.2.2434-3) ...
02:44:29 [2021-11-23T02:44:29.842Z] #21 39.92 Selecting previously unselected package xfsprogs.
02:44:29 [2021-11-23T02:44:29.842Z] #21 39.93 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
02:44:29 [2021-11-23T02:44:29.842Z] #21 39.93 Unpacking xfsprogs (5.10.0-4) ...
02:44:30 [2021-11-23T02:44:30.459Z] #21 40.43 Selecting previously unselected package zip.
02:44:30 [2021-11-23T02:44:30.459Z] #21 40.46 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
02:44:30 [2021-11-23T02:44:30.459Z] #21 40.47 Unpacking zip (3.0-12) ...
02:44:30 [2021-11-23T02:44:30.731Z] #21 40.60 Selecting previously unselected package zstd.
02:44:30 [2021-11-23T02:44:30.731Z] #21 40.62 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
02:44:30 [2021-11-23T02:44:30.731Z] #21 40.62 Unpacking zstd (1.4.8+dfsg-2.1) ...
02:44:30 [2021-11-23T02:44:30.991Z] #21 41.01 Setting up python3-pkg-resources (52.0.0-4) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 41.87 Setting up libip4tc2:amd64 (1.8.7-1) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 41.90 Setting up net-tools (1.60+git20181103.0eebece-1) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 41.92 Setting up libgpm2:amd64 (1.20.7-8) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 41.94 Setting up libicu67:amd64 (67.1-7) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 41.97 Setting up libip6tc2:amd64 (1.8.7-1) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 42.00 Setting up libinih1:amd64 (53-1+b2) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 42.02 Setting up uidmap (1:4.8.1-1) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 42.04 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:44:31 [2021-11-23T02:44:31.928Z] #21 42.08 Setting up bzip2 (1.0.8-4) ...
02:44:32 [2021-11-23T02:44:32.187Z] #21 42.23 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:44:32 [2021-11-23T02:44:32.187Z] #21 42.24 Setting up python3-wheel (0.34.2-1) ...
02:44:33 [2021-11-23T02:44:33.033Z] #21 42.90 Setting up xxd (2:8.2.2434-3) ...
02:44:33 [2021-11-23T02:44:33.033Z] #21 42.92 Setting up libcap2:amd64 (1:2.44-1) ...
02:44:33 [2021-11-23T02:44:33.033Z] #21 42.95 Setting up libcap2-bin (1:2.44-1) ...
02:44:33 [2021-11-23T02:44:33.033Z] #21 43.01 Setting up apparmor (2.13.6-10) ...
02:44:35 [2021-11-23T02:44:35.570Z] #21 45.27 Setting up zip (3.0-12) ...
02:44:35 [2021-11-23T02:44:35.570Z] #21 45.29 Setting up vim-common (2:8.2.2434-3) ...
02:44:35 [2021-11-23T02:44:35.570Z] #21 45.32 Setting up bash-completion (1:2.11-2) ...
02:44:37 [2021-11-23T02:44:37.474Z] #21 47.63 Setting up xz-utils (5.2.5-2) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.71 Setting up libmnl0:amd64 (1.0.4-3) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.73 Setting up patch (2.7.6-7) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.75 Setting up sudo (1.9.5p2-3) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.84 invoke-rc.d: could not determine current runlevel
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.85 invoke-rc.d: policy-rc.d denied execution of start.
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.86 Setting up xfsprogs (5.10.0-4) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.88 Setting up libxtables12:amd64 (1.8.7-1) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.89 Setting up inetutils-ping (2:2.0-1) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.90 Setting up pigz (2.6-1) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.92 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.93 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
02:44:37 [2021-11-23T02:44:37.733Z] #21 47.95 Setting up python-pip-whl (20.3.4-4) ...
02:44:37 [2021-11-23T02:44:37.992Z] #21 47.96 Setting up vim-runtime (2:8.2.2434-3) ...
02:44:38 [2021-11-23T02:44:38.927Z] #21 48.74 Setting up libaio1:amd64 (0.3.112-9) ...
02:44:38 [2021-11-23T02:44:38.927Z] #21 48.76 Setting up python3-lib2to3 (3.9.2-1) ...
02:44:39 [2021-11-23T02:44:39.186Z] #21 49.19 Setting up libelf1:amd64 (0.183-1) ...
02:44:39 [2021-11-23T02:44:39.186Z] #21 49.22 Setting up zstd (1.4.8+dfsg-2.1) ...
02:44:39 [2021-11-23T02:44:39.186Z] #21 49.24 Setting up libonig5:amd64 (6.9.6-1.1) ...
02:44:39 [2021-11-23T02:44:39.186Z] #21 49.26 Setting up python3-distutils (3.9.2-1) ...
02:44:39 [2021-11-23T02:44:39.754Z] #21 49.77 Setting up vim (2:8.2.2434-3) ...
02:44:39 [2021-11-23T02:44:39.754Z] #21 49.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:44:39 [2021-11-23T02:44:39.755Z] #21 49.83 Setting up python3-setuptools (52.0.0-4) ...
02:44:41 [2021-11-23T02:44:41.658Z] #21 51.40 Setting up libjq1:amd64 (1.6-2.1) ...
02:44:41 [2021-11-23T02:44:41.658Z] #21 51.42 Setting up libnftnl11:amd64 (1.1.9-1) ...
02:44:41 [2021-11-23T02:44:41.658Z] #21 51.44 Setting up thin-provisioning-tools (0.9.0-1) ...
02:44:41 [2021-11-23T02:44:41.658Z] #21 51.45 Setting up python3-pip (20.3.4-4) ...
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.89 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.91 Setting up jq (1.6-2.1) ...
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.92 Setting up libbpf0:amd64 (1:0.3-2) ...
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.94 Setting up iptables (1.8.7-1) ...
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:44:43 [2021-11-23T02:44:43.036Z] #21 52.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:44:43 [2021-11-23T02:44:43.036Z] #21 53.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:44:43 [2021-11-23T02:44:43.036Z] #21 53.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:44:43 [2021-11-23T02:44:43.036Z] #21 53.02 Setting up iproute2 (5.10.0-4) ...
02:44:43 [2021-11-23T02:44:43.614Z] #21 53.48 Processing triggers for libc-bin (2.31-13+deb11u2) ...
02:44:44 [2021-11-23T02:44:44.551Z] #21 DONE 54.4s
02:44:44 [2021-11-23T02:44:44.551Z] 
02:44:44 [2021-11-23T02:44:44.551Z] #22 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
02:44:44 [2021-11-23T02:44:44.551Z] #22 sha256:1cc9aaaa551c7a7086394f2792f6d7494685032e19a4c4299612173fab07e20c
02:44:45 [2021-11-23T02:44:45.940Z] #22 1.519 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:44:45 [2021-11-23T02:44:45.940Z] #22 1.524 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:44:45 [2021-11-23T02:44:45.940Z] #22 1.529 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:44:45 [2021-11-23T02:44:45.940Z] #22 DONE 1.6s
02:44:45 [2021-11-23T02:44:45.940Z] 
02:44:45 [2021-11-23T02:44:45.940Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
02:44:45 [2021-11-23T02:44:45.940Z] #23 sha256:772139212f8b9c85320dd17099452ca7c7da67638dbf491e46497fe6a4bed34c
02:44:58 [2021-11-23T02:44:58.148Z] #23 10.86 Collecting yamllint==1.26.1
02:44:58 [2021-11-23T02:44:58.148Z] #23 11.91   Downloading yamllint-1.26.1.tar.gz (126 kB)
02:44:59 [2021-11-23T02:44:59.086Z] #23 13.16 Collecting pathspec>=0.5.3
02:44:59 [2021-11-23T02:44:59.086Z] #23 13.18   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
02:44:59 [2021-11-23T02:44:59.346Z] #23 ...
02:44:59 [2021-11-23T02:44:59.346Z] 
02:44:59 [2021-11-23T02:44:59.346Z] #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
02:44:59 [2021-11-23T02:44:59.346Z] #43 sha256:67bde763ef56f6fba765a121e1794997bce1268bfc5c0a74dffd71d35850e5db
02:44:59 [2021-11-23T02:44:59.346Z] #43 199.5 + dpkg --print-architecture
02:44:59 [2021-11-23T02:44:59.346Z] #43 199.5 + git checkout -q v2.1.0
02:44:59 [2021-11-23T02:44:59.605Z] #43 199.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
02:44:59 [2021-11-23T02:44:59.605Z] #43 199.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
02:45:04 [2021-11-23T02:45:04.886Z] #43 ...
02:45:04 [2021-11-23T02:45:04.886Z] 
02:45:04 [2021-11-23T02:45:04.886Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
02:45:04 [2021-11-23T02:45:04.886Z] #23 sha256:772139212f8b9c85320dd17099452ca7c7da67638dbf491e46497fe6a4bed34c
02:45:04 [2021-11-23T02:45:04.886Z] #23 13.62 Collecting pyyaml
02:45:04 [2021-11-23T02:45:04.886Z] #23 13.64   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)
02:45:04 [2021-11-23T02:45:04.886Z] #23 13.76 Building wheels for collected packages: yamllint
02:45:04 [2021-11-23T02:45:04.886Z] #23 13.77   Building wheel for yamllint (setup.py): started
02:45:04 [2021-11-23T02:45:04.886Z] #23 15.00   Building wheel for yamllint (setup.py): finished with status 'done'
02:45:04 [2021-11-23T02:45:04.886Z] #23 15.00   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=cd15d722ec88327240f24e1e71c949c6dc4b405be070b7985751e57d8a5aa963
02:45:04 [2021-11-23T02:45:04.886Z] #23 15.00   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
02:45:04 [2021-11-23T02:45:04.886Z] #23 15.01 Successfully built yamllint
02:45:04 [2021-11-23T02:45:04.886Z] #23 15.04 Installing collected packages: pyyaml, pathspec, yamllint
02:45:04 [2021-11-23T02:45:04.886Z] #23 15.50 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
02:45:04 [2021-11-23T02:45:04.886Z] #23 DONE 18.4s
02:45:04 [2021-11-23T02:45:04.886Z] 
02:45:04 [2021-11-23T02:45:04.886Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
02:45:04 [2021-11-23T02:45:04.886Z] #27 sha256:83627e2aadc3d60afcbbfb0a4e01f531f3b7b0adeac2880c8c225b7ea2b723d0
02:45:05 [2021-11-23T02:45:05.146Z] #27 DONE 0.8s
02:45:05 [2021-11-23T02:45:05.146Z] 
02:45:05 [2021-11-23T02:45:05.146Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
02:45:05 [2021-11-23T02:45:05.146Z] #32 sha256:c96de1c106d18964143ff749dd77fc7b8f6e46d9148edbcd366187670b9da179
02:45:06 [2021-11-23T02:45:06.084Z] #32 ...
02:45:06 [2021-11-23T02:45:06.084Z] 
02:45:06 [2021-11-23T02:45:06.084Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
02:45:06 [2021-11-23T02:45:06.084Z] #53 sha256:19f9ba34f6f4d114772b913adbb931a1c09bf3de7a0ba1b869067064541541ca
02:45:06 [2021-11-23T02:45:06.084Z] #53 206.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:45:06 [2021-11-23T02:45:06.084Z] #53 DONE 206.9s
02:45:06 [2021-11-23T02:45:06.344Z] 
02:45:06 [2021-11-23T02:45:06.344Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
02:45:06 [2021-11-23T02:45:06.344Z] #32 sha256:c96de1c106d18964143ff749dd77fc7b8f6e46d9148edbcd366187670b9da179
02:45:06 [2021-11-23T02:45:06.344Z] #32 DONE 1.2s
02:45:06 [2021-11-23T02:45:06.344Z] 
02:45:06 [2021-11-23T02:45:06.344Z] #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
02:45:06 [2021-11-23T02:45:06.344Z] #43 sha256:67bde763ef56f6fba765a121e1794997bce1268bfc5c0a74dffd71d35850e5db
02:45:06 [2021-11-23T02:45:06.344Z] #43 ...
02:45:06 [2021-11-23T02:45:06.344Z] 
02:45:06 [2021-11-23T02:45:06.344Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
02:45:06 [2021-11-23T02:45:06.344Z] #35 sha256:56e41d15c3efeb98ecedcce43a89b13590e204d0a9884deeefad70c9882e05f0
02:45:07 [2021-11-23T02:45:07.300Z] #35 DONE 0.7s
02:45:07 [2021-11-23T02:45:07.300Z] 
02:45:07 [2021-11-23T02:45:07.300Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
02:45:07 [2021-11-23T02:45:07.300Z] #37 sha256:86af21e2dfda54589711c37e962142bf485e0776c7477bbe70b89634d52b6144
02:45:07 [2021-11-23T02:45:07.300Z] #37 DONE 0.1s
02:45:07 [2021-11-23T02:45:07.300Z] 
02:45:07 [2021-11-23T02:45:07.300Z] #41 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
02:45:07 [2021-11-23T02:45:07.300Z] #41 sha256:cd8622005f89392e12daaf9aa0fe38caca0af93011043fa44ec43d5b90bc9615
02:45:07 [2021-11-23T02:45:07.560Z] #41 DONE 0.2s
02:45:07 [2021-11-23T02:45:07.560Z] 
02:45:07 [2021-11-23T02:45:07.560Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:45:07 [2021-11-23T02:45:07.560Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:45:25 [2021-11-23T02:45:25.670Z] #58 ...
02:45:25 [2021-11-23T02:45:25.670Z] 
02:45:25 [2021-11-23T02:45:25.671Z] #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
02:45:25 [2021-11-23T02:45:25.671Z] #43 sha256:67bde763ef56f6fba765a121e1794997bce1268bfc5c0a74dffd71d35850e5db
02:45:25 [2021-11-23T02:45:25.671Z] #43 DONE 222.9s
02:45:25 [2021-11-23T02:45:25.671Z] 
02:45:25 [2021-11-23T02:45:25.671Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:45:25 [2021-11-23T02:45:25.671Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:45:25 [2021-11-23T02:45:25.671Z] #58 ...
02:45:25 [2021-11-23T02:45:25.671Z] 
02:45:25 [2021-11-23T02:45:25.671Z] #44 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
02:45:25 [2021-11-23T02:45:25.671Z] #44 sha256:2d5e87b648c7a8d281e67e9506aafe24392039eb38e8a3b7e94437bedcee715c
02:45:25 [2021-11-23T02:45:25.671Z] #44 DONE 0.5s
02:45:25 [2021-11-23T02:45:25.671Z] 
02:45:25 [2021-11-23T02:45:25.671Z] #48 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
02:45:25 [2021-11-23T02:45:25.671Z] #48 sha256:819a352fe669c683d945000eebcf4edbd2b44132994d356ef2bdc77c3f453f63
02:45:25 [2021-11-23T02:45:25.931Z] #48 DONE 0.1s
02:45:25 [2021-11-23T02:45:25.931Z] 
02:45:25 [2021-11-23T02:45:25.931Z] #50 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
02:45:25 [2021-11-23T02:45:25.931Z] #50 sha256:97addbda1f22a7254f328d28ee6e415e7ae26d7a98cd86229df3d4238e35e9e2
02:45:25 [2021-11-23T02:45:25.931Z] #50 DONE 0.1s
02:45:25 [2021-11-23T02:45:25.931Z] 
02:45:25 [2021-11-23T02:45:25.931Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
02:45:25 [2021-11-23T02:45:25.931Z] #52 sha256:67c77110f82db8580df68b8b6f73a3572a85ba75ae7395cf27553e5c7c345cdf
02:45:25 [2021-11-23T02:45:25.931Z] #52 DONE 0.1s
02:45:25 [2021-11-23T02:45:25.931Z] 
02:45:25 [2021-11-23T02:45:25.931Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:45:25 [2021-11-23T02:45:25.931Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:45:26 [2021-11-23T02:45:26.189Z] #58 ...
02:45:26 [2021-11-23T02:45:26.189Z] 
02:45:26 [2021-11-23T02:45:26.189Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
02:45:26 [2021-11-23T02:45:26.189Z] #54 sha256:e3b9a04e9be82ed1a478b0f03a00f8eb098947e48f5fb8ade3ffb0b66b65efa6
02:45:26 [2021-11-23T02:45:26.757Z] #54 DONE 0.8s
02:45:26 [2021-11-23T02:45:26.757Z] 
02:45:26 [2021-11-23T02:45:26.757Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
02:45:26 [2021-11-23T02:45:26.757Z] #56 sha256:4909a38792f95ee4f0ea77f3232c5ad506f8db3c7850eff1c4535149a1eccc0a
02:45:26 [2021-11-23T02:45:26.757Z] #56 DONE 0.1s
02:45:26 [2021-11-23T02:45:26.757Z] 
02:45:26 [2021-11-23T02:45:26.757Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:45:26 [2021-11-23T02:45:26.757Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:45:58 [2021-11-23T02:45:58.853Z] #58 ...
02:45:58 [2021-11-23T02:45:58.853Z] 
02:45:58 [2021-11-23T02:45:58.853Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
02:45:58 [2021-11-23T02:45:58.853Z] #62 sha256:a85b0b687ef73cab014a1eb0adfbf7bb30dd1503c5360aa3616b45b39e6fb1d3
02:45:58 [2021-11-23T02:45:58.853Z] #62 215.9 + bin/containerd
02:46:06 [2021-11-23T02:46:06.984Z] #62 ...
02:46:06 [2021-11-23T02:46:06.984Z] 
02:46:06 [2021-11-23T02:46:06.984Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
02:46:06 [2021-11-23T02:46:06.984Z] #58 sha256:ac2e397841c1cfe6a8dbf5a8cd668c91ab28769aa977f95f5bb3d902cf8163a0
02:46:06 [2021-11-23T02:46:06.984Z] #58 147.5 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
02:46:06 [2021-11-23T02:46:06.984Z] #58 148.7 + mkdir -p /build
02:46:06 [2021-11-23T02:46:06.984Z] #58 148.7 + cp runc /build/runc
02:46:07 [2021-11-23T02:46:07.922Z] #58 DONE 150.0s
02:46:07 [2021-11-23T02:46:07.922Z] 
02:46:07 [2021-11-23T02:46:07.922Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
02:46:07 [2021-11-23T02:46:07.922Z] #62 sha256:a85b0b687ef73cab014a1eb0adfbf7bb30dd1503c5360aa3616b45b39e6fb1d3
02:46:09 [2021-11-23T02:46:09.827Z] #62 ...
02:46:09 [2021-11-23T02:46:09.827Z] 
02:46:09 [2021-11-23T02:46:09.827Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
02:46:09 [2021-11-23T02:46:09.827Z] #59 sha256:d456a5712508dd9cb3f36372aadce77ea2be781f9d294354eee149dd4fa83213
02:46:10 [2021-11-23T02:46:10.086Z] #59 DONE 0.5s
02:46:10 [2021-11-23T02:46:10.086Z] 
02:46:10 [2021-11-23T02:46:10.086Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
02:46:10 [2021-11-23T02:46:10.086Z] #62 sha256:a85b0b687ef73cab014a1eb0adfbf7bb30dd1503c5360aa3616b45b39e6fb1d3
02:46:48 [2021-11-23T02:46:48.892Z] #62 263.1 # github.com/containerd/containerd/cmd/containerd
02:46:48 [2021-11-23T02:46:48.892Z] #62 263.1 /usr/bin/ld: /tmp/go-link-2625272020/000019.o: in function `New':
02:46:48 [2021-11-23T02:46:48.892Z] #62 263.1 /tmp/tmp.EQzUsMNzH1/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
02:46:48 [2021-11-23T02:46:48.892Z] #62 263.2 + bin/containerd-stress
02:46:48 [2021-11-23T02:46:48.892Z] #62 264.2 + bin/containerd-shim
02:46:52 [2021-11-23T02:46:52.179Z] #62 271.5 + bin/containerd-shim-runc-v1
02:46:57 [2021-11-23T02:46:57.453Z] #62 276.6 + bin/containerd-shim-runc-v2
02:46:57 [2021-11-23T02:46:57.712Z] #62 277.2 + binaries
02:46:57 [2021-11-23T02:46:57.712Z] #62 277.2 + install -D bin/containerd /build/containerd
02:46:57 [2021-11-23T02:46:57.712Z] #62 277.2 + install -D bin/containerd-shim /build/containerd-shim
02:46:57 [2021-11-23T02:46:57.712Z] #62 277.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:46:57 [2021-11-23T02:46:57.712Z] #62 277.2 + install -D bin/ctr /build/ctr
02:47:00 [2021-11-23T02:47:00.995Z] #62 DONE 280.7s
02:47:03 [2021-11-23T02:47:03.529Z] 
02:47:03 [2021-11-23T02:47:03.529Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
02:47:03 [2021-11-23T02:47:03.529Z] #63 sha256:f41ec083f4bce1150cd7edbe42b0888af28d6e44f1a9756001b41c470630bc19
02:47:04 [2021-11-23T02:47:04.463Z] #63 DONE 1.4s
02:47:04 [2021-11-23T02:47:04.463Z] 
02:47:04 [2021-11-23T02:47:04.463Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
02:47:04 [2021-11-23T02:47:04.463Z] #68 sha256:05082daa70e523ae2e9af6322e13e7efc43ca3e6da80c5a1c616969ad14a2ce4
02:47:04 [2021-11-23T02:47:04.722Z] #68 DONE 0.3s
02:47:04 [2021-11-23T02:47:04.980Z] 
02:47:04 [2021-11-23T02:47:04.980Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
02:47:04 [2021-11-23T02:47:04.980Z] #73 sha256:045d603f7efb5808a0a81f3969a368cf593c6821722a327a311691efa32d171f
02:47:06 [2021-11-23T02:47:06.886Z] #73 DONE 1.7s
02:47:06 [2021-11-23T02:47:06.886Z] 
02:47:06 [2021-11-23T02:47:06.886Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
02:47:06 [2021-11-23T02:47:06.886Z] #74 sha256:ddf252983dd2a1170792dae29c1033305b08cbb639c935e8350dcb8af48589fd
02:47:06 [2021-11-23T02:47:06.886Z] #74 DONE 0.0s
02:47:06 [2021-11-23T02:47:06.886Z] 
02:47:06 [2021-11-23T02:47:06.886Z] #75 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
02:47:06 [2021-11-23T02:47:06.886Z] #75 sha256:c6f36ea6453fe7eae38d5afd6d6850208abe2e942a1ce7b059c8083e845698b9
02:47:07 [2021-11-23T02:47:07.827Z] #75 1.185 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
02:47:07 [2021-11-23T02:47:07.827Z] #75 1.185 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
02:47:07 [2021-11-23T02:47:07.827Z] #75 1.185 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
02:47:08 [2021-11-23T02:47:08.656Z] #75 1.471 Reading package lists...
02:47:08 [2021-11-23T02:47:08.915Z] #75 1.981 Reading package lists...
02:47:09 [2021-11-23T02:47:09.174Z] #75 2.482 Building dependency tree...
02:47:09 [2021-11-23T02:47:09.174Z] #75 2.593 Reading state information...
02:47:09 [2021-11-23T02:47:09.174Z] #75 2.708 The following additional packages will be installed:
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.709   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.709   systemd-timesyncd
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.710 Suggested packages:
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.710   systemd-container policykit-1
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.710 Recommended packages:
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.710   libnss-systemd
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.796 The following NEW packages will be installed:
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.796   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
02:47:09 [2021-11-23T02:47:09.433Z] #75 2.797   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.067 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.067 Need to get 5937 kB of archives.
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.067 After this operation, 19.5 MB of additional disk space will be used.
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.067 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.070 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.071 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.075 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.076 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.078 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.212 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.213 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.214 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.216 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
02:47:09 [2021-11-23T02:47:09.693Z] #75 3.221 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.399 debconf: delaying package configuration, since apt-utils is not installed
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.428 Fetched 5937 kB in 0s (14.2 MB/s)
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.452 Selecting previously unselected package libargon2-1:amd64.
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.452 (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 ... 28626 files and directories currently installed.)
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.467 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.475 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.512 Selecting previously unselected package libjson-c5:amd64.
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.513 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.516 Unpacking libjson-c5:amd64 (0.15-2) ...
02:47:09 [2021-11-23T02:47:09.952Z] #75 3.550 Selecting previously unselected package libcryptsetup12:amd64.
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.553 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.556 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.612 Selecting previously unselected package libkmod2:amd64.
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.615 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.618 Unpacking libkmod2:amd64 (28-1) ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.657 Selecting previously unselected package systemd-timesyncd.
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.660 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.664 Unpacking systemd-timesyncd (247.3-6) ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.716 Selecting previously unselected package systemd.
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.719 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
02:47:10 [2021-11-23T02:47:10.211Z] #75 3.752 Unpacking systemd (247.3-6) ...
02:47:10 [2021-11-23T02:47:10.789Z] #75 4.394 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
02:47:11 [2021-11-23T02:47:11.048Z] #75 4.416 Setting up libjson-c5:amd64 (0.15-2) ...
02:47:11 [2021-11-23T02:47:11.048Z] #75 4.431 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ...
02:47:11 [2021-11-23T02:47:11.048Z] #75 4.443 Setting up libkmod2:amd64 (28-1) ...
02:47:11 [2021-11-23T02:47:11.048Z] #75 4.455 Setting up systemd (247.3-6) ...
02:47:11 [2021-11-23T02:47:11.048Z] #75 4.530 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
02:47:11 [2021-11-23T02:47:11.317Z] #75 4.531 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
02:47:11 [2021-11-23T02:47:11.317Z] #75 4.534 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
02:47:11 [2021-11-23T02:47:11.577Z] #75 4.859 Setting up systemd-timesyncd (247.3-6) ...
02:47:11 [2021-11-23T02:47:11.577Z] #75 5.071 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
02:47:11 [2021-11-23T02:47:11.577Z] #75 5.071 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.177 Selecting previously unselected package systemd-sysv.
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.177 (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 ... 29454 files and directories currently installed.)
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.192 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.206 Unpacking systemd-sysv (247.3-6) ...
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.252 Selecting previously unselected package libdbus-1-3:amd64.
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.255 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.260 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.318 Selecting previously unselected package dbus.
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.321 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.331 Unpacking dbus (1.12.20-2) ...
02:47:11 [2021-11-23T02:47:11.836Z] #75 5.389 Selecting previously unselected package libpam-systemd:amd64.
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.392 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.396 Unpacking libpam-systemd:amd64 (247.3-6) ...
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.443 Selecting previously unselected package dbus-user-session.
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.446 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.450 Unpacking dbus-user-session (1.12.20-2) ...
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.556 Setting up systemd-sysv (247.3-6) ...
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.566 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
02:47:12 [2021-11-23T02:47:12.094Z] #75 5.577 Setting up dbus (1.12.20-2) ...
02:47:12 [2021-11-23T02:47:12.353Z] #75 5.706 invoke-rc.d: could not determine current runlevel
02:47:12 [2021-11-23T02:47:12.353Z] #75 5.708 invoke-rc.d: policy-rc.d denied execution of start.
02:47:12 [2021-11-23T02:47:12.353Z] #75 5.714 Setting up libpam-systemd:amd64 (247.3-6) ...
02:47:12 [2021-11-23T02:47:12.613Z] #75 5.916 Setting up dbus-user-session (1.12.20-2) ...
02:47:12 [2021-11-23T02:47:12.613Z] #75 5.933 Processing triggers for libc-bin (2.31-13+deb11u2) ...
02:47:12 [2021-11-23T02:47:12.613Z] #75 DONE 6.1s
02:47:12 [2021-11-23T02:47:12.613Z] 
02:47:12 [2021-11-23T02:47:12.613Z] #76 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
02:47:12 [2021-11-23T02:47:12.613Z] #76 sha256:1b0ba33e70fd7b0e750907a1d3c40338d9eb19cedd8d858439f3f9bb8b4745bc
02:47:13 [2021-11-23T02:47:13.549Z] #76 0.763   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
02:47:13 [2021-11-23T02:47:13.549Z] #76 0.771                                  Dload  Upload   Total   Spent    Left  Speed
02:47:13 [2021-11-23T02:47:13.549Z] #76 0.772 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  13503      0 --:--:-- --:--:-- --:--:-- 13404
100  1823  100  1823    0     0  13503      0 --:--:-- --:--:-- --:--:-- 13404
02:47:13 [2021-11-23T02:47:13.549Z] #76 DONE 0.9s
02:47:13 [2021-11-23T02:47:13.549Z] 
02:47:13 [2021-11-23T02:47:13.549Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker
02:47:13 [2021-11-23T02:47:13.549Z] #77 sha256:03ad7881862ff9cdd7a9cf66e78265311c3de77b26d30bea73c8c8c63c88c268
02:47:14 [2021-11-23T02:47:14.926Z] #77 DONE 1.4s
02:47:14 [2021-11-23T02:47:14.926Z] 
02:47:14 [2021-11-23T02:47:14.926Z] #78 exporting to image
02:47:14 [2021-11-23T02:47:14.926Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
02:47:14 [2021-11-23T02:47:14.926Z] #78 exporting layers
02:47:23 [2021-11-23T02:47:23.047Z] #78 exporting layers 7.5s done
02:47:23 [2021-11-23T02:47:23.047Z] #78 writing image sha256:e4e912b77ce7fd767a5d7ee15b9dcf61f7671e39d143f395e795ded64438c43c done
02:47:23 [2021-11-23T02:47:23.047Z] #78 naming to docker.io/library/docker:88a66f8f3371c898a23548e3733af85d677e44f1 done
02:47:23 [2021-11-23T02:47:23.047Z] #78 DONE 7.5s