Skip to content

Console Output

Skipping 44 KB.. Full Log
mll --help
15:52:45 [2021-11-11T15:52:45.634Z] #36 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994
15:52:45 [2021-11-11T15:52:45.634Z] #36 7.459 go: downloading github.com/pelletier/go-toml v1.8.1
15:52:45 [2021-11-11T15:52:45.892Z] #36 ...
15:52:45 [2021-11-11T15:52:45.892Z] 
15:52:45 [2021-11-11T15:52:45.892Z] #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
15:52:45 [2021-11-11T15:52:45.892Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68
15:52:45 [2021-11-11T15:52:45.892Z] #34 6.688 + git clone https://github.com/kolyshkin/go-swagger.git .
15:52:45 [2021-11-11T15:52:45.892Z] #34 6.701 Cloning into '.'...
15:52:45 [2021-11-11T15:52:45.892Z] #34 ...
15:52:45 [2021-11-11T15:52:45.892Z] 
15:52:45 [2021-11-11T15:52:45.892Z] #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
15:52:45 [2021-11-11T15:52:45.892Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:52:45 [2021-11-11T15:52:45.892Z] #53 5.740 go: downloading github.com/golangci/golangci-lint v1.23.8
15:52:46 [2021-11-11T15:52:46.162Z] #53 ...
15:52:46 [2021-11-11T15:52:46.162Z] 
15:52:46 [2021-11-11T15:52:46.162Z] #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
15:52:46 [2021-11-11T15:52:46.162Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:52:46 [2021-11-11T15:52:46.162Z] #47 7.368 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:52:46 [2021-11-11T15:52:46.162Z] #47 7.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:52:46 [2021-11-11T15:52:46.162Z] #47 7.441 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:52:46 [2021-11-11T15:52:46.162Z] #47 8.261 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
15:52:46 [2021-11-11T15:52:46.162Z] #47 9.542 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
15:52:46 [2021-11-11T15:52:46.162Z] #47 ...
15:52:46 [2021-11-11T15:52:46.162Z] 
15:52:46 [2021-11-11T15:52:46.162Z] #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
15:52:46 [2021-11-11T15:52:46.162Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe
15:52:46 [2021-11-11T15:52:46.162Z] #43 6.555 + git clone https://github.com/docker/distribution.git .
15:52:46 [2021-11-11T15:52:46.162Z] #43 6.555 Cloning into '.'...
15:52:46 [2021-11-11T15:52:46.421Z] #43 ...
15:52:46 [2021-11-11T15:52:46.421Z] 
15:52:46 [2021-11-11T15:52:46.421Z] #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
15:52:46 [2021-11-11T15:52:46.421Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:52:46 [2021-11-11T15:52:46.421Z] #14 6.286 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:52:46 [2021-11-11T15:52:46.421Z] #14 6.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:52:46 [2021-11-11T15:52:46.421Z] #14 6.331 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:52:46 [2021-11-11T15:52:46.421Z] #14 7.663 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
15:52:46 [2021-11-11T15:52:46.421Z] #14 ...
15:52:46 [2021-11-11T15:52:46.421Z] 
15:52:46 [2021-11-11T15:52:46.421Z] #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
15:52:46 [2021-11-11T15:52:46.421Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956
15:52:46 [2021-11-11T15:52:46.421Z] #51 6.444 go: downloading gotest.tools/gotestsum v1.7.0
15:52:46 [2021-11-11T15:52:46.421Z] #51 9.292 go: downloading github.com/dnephin/pflag v1.0.7
15:52:46 [2021-11-11T15:52:46.421Z] #51 9.390 go: downloading github.com/fatih/color v1.10.0
15:52:46 [2021-11-11T15:52:46.421Z] #51 9.543 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
15:52:46 [2021-11-11T15:52:46.422Z] #51 9.608 go: downloading github.com/pkg/errors v0.9.1
15:52:46 [2021-11-11T15:52:46.422Z] #51 10.44 go: downloading github.com/mattn/go-colorable v0.1.8
15:52:46 [2021-11-11T15:52:46.422Z] #51 10.55 go: downloading github.com/mattn/go-isatty v0.0.12
15:52:46 [2021-11-11T15:52:46.422Z] #51 10.61 go: downloading github.com/fsnotify/fsnotify v1.4.9
15:52:46 [2021-11-11T15:52:46.422Z] #51 10.77 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
15:52:46 [2021-11-11T15:52:46.422Z] #51 10.98 go: downloading github.com/jonboulle/clockwork v0.2.2
15:52:46 [2021-11-11T15:52:46.422Z] #51 11.19 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
15:52:46 [2021-11-11T15:52:46.686Z] #51 ...
15:52:46 [2021-11-11T15:52:46.686Z] 
15:52:46 [2021-11-11T15:52:46.686Z] #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
15:52:46 [2021-11-11T15:52:46.686Z] #49 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8
15:52:46 [2021-11-11T15:52:46.686Z] #49 7.064 go: downloading github.com/LK4D4/vndr v0.1.2
15:52:46 [2021-11-11T15:52:46.686Z] #49 ...
15:52:46 [2021-11-11T15:52:46.686Z] 
15:52:46 [2021-11-11T15:52:46.686Z] #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
15:52:46 [2021-11-11T15:52:46.686Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956
15:52:46 [2021-11-11T15:52:46.686Z] #51 11.48 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
15:52:47 [2021-11-11T15:52:47.618Z] #51 12.17 go: downloading golang.org/x/tools v0.1.0
15:52:52 [2021-11-11T15:52:52.873Z] #51 ...
15:52:52 [2021-11-11T15:52:52.873Z] 
15:52:52 [2021-11-11T15:52:52.873Z] #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
15:52:52 [2021-11-11T15:52:52.873Z] #26 sha256:5061ca76bbff3d87dfa09048b6d9012d09c03f73ab538e6a0b7a1e8fff15d67f
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.721 + RM_GOPATH=0
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.721 + TMP_GOPATH=
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.721 + : /build
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.721 + '[' -z '' ']'
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.721 ++ mktemp -d
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.728 + export GOPATH=/tmp/tmp.6rDLxJvXlU
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.728 + GOPATH=/tmp/tmp.6rDLxJvXlU
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.728 + RM_GOPATH=1
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.728 + case "$(go env GOARCH)" in
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.728 ++ go env GOARCH
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.802 + export GO_BUILDMODE=-buildmode=pie
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.802 + GO_BUILDMODE=-buildmode=pie
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.802 ++ dirname /install.sh
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.802 + dir=/
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.802 + bin=dockercli
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.802 + shift
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 + '[' '!' -f //dockercli.installer ']'
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 + . //dockercli.installer
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 ++ : stable
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 ++ : 17.06.2-ce
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 + install_dockercli
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 + echo 'Install docker/cli version 17.06.2-ce from stable'
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.809 Install docker/cli version 17.06.2-ce from stable
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.810 ++ uname -m
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.817 + arch=x86_64
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.829 + '[' x86_64 '!=' x86_64 ']'
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.829 + url=https://download.docker.com/linux/static
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.829 + tar -xz docker/docker
15:52:52 [2021-11-11T15:52:52.873Z] #26 6.834 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
15:52:52 [2021-11-11T15:52:52.873Z] #26 ...
15:52:52 [2021-11-11T15:52:52.873Z] 
15:52:52 [2021-11-11T15:52:52.873Z] #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
15:52:52 [2021-11-11T15:52:52.873Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:52:52 [2021-11-11T15:52:52.873Z] #53 15.94 go: downloading github.com/fatih/color v1.7.0
15:52:52 [2021-11-11T15:52:52.873Z] #53 15.94 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
15:52:52 [2021-11-11T15:52:52.873Z] #53 16.07 go: downloading github.com/pkg/errors v0.8.1
15:52:52 [2021-11-11T15:52:52.873Z] #53 16.07 go: downloading github.com/spf13/cobra v0.0.5
15:52:52 [2021-11-11T15:52:52.873Z] #53 16.28 go: downloading github.com/spf13/pflag v1.0.5
15:52:52 [2021-11-11T15:52:52.873Z] #53 16.90 go: downloading github.com/spf13/viper v1.6.1
15:52:52 [2021-11-11T15:52:52.873Z] #53 17.58 go: downloading github.com/mattn/go-colorable v0.1.4
15:52:52 [2021-11-11T15:52:52.873Z] #53 17.62 go: downloading github.com/mattn/go-isatty v0.0.8
15:52:52 [2021-11-11T15:52:52.873Z] #53 17.67 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
15:52:53 [2021-11-11T15:52:53.130Z] #53 17.68 go: downloading github.com/go-critic/go-critic v0.4.1
15:52:54 [2021-11-11T15:52:54.215Z] #53 ...
15:52:54 [2021-11-11T15:52:54.215Z] 
15:52:54 [2021-11-11T15:52:54.215Z] #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
15:52:54 [2021-11-11T15:52:54.215Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3
15:52:54 [2021-11-11T15:52:54.215Z] #60 8.820 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
15:52:54 [2021-11-11T15:52:54.215Z] #60 ...
15:52:54 [2021-11-11T15:52:54.215Z] 
15:52:54 [2021-11-11T15:52:54.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
15:52:54 [2021-11-11T15:52:54.215Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:52:54 [2021-11-11T15:52:54.215Z] #47 13.74 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB]
15:52:54 [2021-11-11T15:52:54.215Z] #47 17.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
15:52:55 [2021-11-11T15:52:55.153Z] #47 ...
15:52:55 [2021-11-11T15:52:55.153Z] 
15:52:55 [2021-11-11T15:52:55.153Z] #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
15:52:55 [2021-11-11T15:52:55.153Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:52:55 [2021-11-11T15:52:55.153Z] #53 19.87 go: downloading github.com/go-lintpack/lintpack v0.5.2
15:52:55 [2021-11-11T15:52:55.717Z] #53 20.36 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:52:56 [2021-11-11T15:52:56.280Z] #53 ...
15:52:56 [2021-11-11T15:52:56.280Z] 
15:52:56 [2021-11-11T15:52:56.280Z] #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
15:52:56 [2021-11-11T15:52:56.280Z] #55 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274
15:52:56 [2021-11-11T15:52:56.280Z] #55 10.86 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
15:52:56 [2021-11-11T15:52:56.280Z] #55 ...
15:52:56 [2021-11-11T15:52:56.280Z] 
15:52:56 [2021-11-11T15:52:56.280Z] #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
15:52:56 [2021-11-11T15:52:56.280Z] #65 sha256:21b16716373ebcc4392b45f0525afa8f3b727df40c76e0a4cadd9f99dafff1c2
15:52:56 [2021-11-11T15:52:56.280Z] #65 12.20 go: downloading github.com/sirupsen/logrus v1.8.1
15:52:56 [2021-11-11T15:52:56.280Z] #65 12.20 go: downloading github.com/urfave/cli/v2 v2.3.0
15:52:56 [2021-11-11T15:52:56.280Z] #65 13.39 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
15:52:56 [2021-11-11T15:52:56.280Z] #65 19.63 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
15:52:56 [2021-11-11T15:52:56.537Z] #65 20.99 go: downloading github.com/google/uuid v1.3.0
15:52:56 [2021-11-11T15:52:56.537Z] #65 21.07 go: downloading github.com/moby/vpnkit v0.5.0
15:52:56 [2021-11-11T15:52:56.537Z] #65 ...
15:52:56 [2021-11-11T15:52:56.537Z] 
15:52:56 [2021-11-11T15:52:56.537Z] #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
15:52:56 [2021-11-11T15:52:56.537Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:52:56 [2021-11-11T15:52:56.537Z] #14 11.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB]
15:52:56 [2021-11-11T15:52:56.537Z] #14 15.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
15:52:56 [2021-11-11T15:52:56.793Z] #14 ...
15:52:56 [2021-11-11T15:52:56.793Z] 
15:52:56 [2021-11-11T15:52:56.793Z] #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
15:52:56 [2021-11-11T15:52:56.793Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:52:56 [2021-11-11T15:52:56.793Z] #47 21.24 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1806 B]
15:52:59 [2021-11-11T15:52:59.342Z] #47 ...
15:52:59 [2021-11-11T15:52:59.342Z] 
15:52:59 [2021-11-11T15:52:59.342Z] #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
15:52:59 [2021-11-11T15:52:59.342Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:52:59 [2021-11-11T15:52:59.342Z] #38 13.89 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB]
15:52:59 [2021-11-11T15:52:59.342Z] #38 17.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
15:52:59 [2021-11-11T15:52:59.342Z] #38 ...
15:52:59 [2021-11-11T15:52:59.342Z] 
15:52:59 [2021-11-11T15:52:59.342Z] #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
15:52:59 [2021-11-11T15:52:59.342Z] #26 sha256:5061ca76bbff3d87dfa09048b6d9012d09c03f73ab538e6a0b7a1e8fff15d67f
15:52:59 [2021-11-11T15:52:59.342Z] #26 22.88 + mkdir -p /build
15:52:59 [2021-11-11T15:52:59.342Z] #26 22.88 + mv docker/docker /build/
15:52:59 [2021-11-11T15:52:59.342Z] #26 22.89 + rmdir docker
15:52:59 [2021-11-11T15:52:59.342Z] #26 DONE 23.9s
15:52:59 [2021-11-11T15:52:59.342Z] 
15:52:59 [2021-11-11T15:52:59.342Z] #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
15:52:59 [2021-11-11T15:52:59.342Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956
15:52:59 [2021-11-11T15:52:59.342Z] #51 23.30 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
15:52:59 [2021-11-11T15:52:59.342Z] #51 23.45 go: downloading golang.org/x/mod v0.3.0
15:53:04 [2021-11-11T15:53:04.607Z] #51 ...
15:53:04 [2021-11-11T15:53:04.607Z] 
15:53:04 [2021-11-11T15:53:04.607Z] #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
15:53:04 [2021-11-11T15:53:04.607Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:04 [2021-11-11T15:53:04.607Z] #53 25.89 go: downloading github.com/sirupsen/logrus v1.4.2
15:53:04 [2021-11-11T15:53:04.607Z] #53 26.08 go: downloading github.com/stretchr/testify v1.4.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 26.36 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
15:53:04 [2021-11-11T15:53:04.607Z] #53 26.61 go: downloading github.com/fsnotify/fsnotify v1.4.7
15:53:04 [2021-11-11T15:53:04.607Z] #53 26.70 go: downloading github.com/hashicorp/hcl v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 27.36 go: downloading github.com/magiconair/properties v1.8.1
15:53:04 [2021-11-11T15:53:04.607Z] #53 27.38 go: downloading github.com/mitchellh/mapstructure v1.1.2
15:53:04 [2021-11-11T15:53:04.607Z] #53 27.48 go: downloading github.com/pelletier/go-toml v1.2.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 27.70 go: downloading github.com/spf13/afero v1.1.2
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.09 go: downloading github.com/spf13/cast v1.3.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.11 go: downloading github.com/spf13/jwalterweatherman v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.24 go: downloading github.com/subosito/gotenv v1.2.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.25 go: downloading gopkg.in/ini.v1 v1.51.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.31 go: downloading gopkg.in/yaml.v2 v2.2.7
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.72 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
15:53:04 [2021-11-11T15:53:04.607Z] #53 28.78 go: downloading github.com/go-toolsmith/astcast v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 29.00 go: downloading github.com/go-toolsmith/astcopy v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 29.02 go: downloading github.com/go-toolsmith/astequal v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 29.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 29.16 go: downloading github.com/go-toolsmith/astp v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 29.35 go: downloading github.com/go-toolsmith/strparse v1.0.0
15:53:04 [2021-11-11T15:53:04.607Z] #53 29.41 go: downloading github.com/go-toolsmith/typep v1.0.0
15:53:05 [2021-11-11T15:53:05.175Z] #53 29.71 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
15:53:05 [2021-11-11T15:53:05.176Z] #53 29.82 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
15:53:05 [2021-11-11T15:53:05.433Z] #53 30.03 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
15:53:05 [2021-11-11T15:53:05.433Z] #53 30.05 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
15:53:05 [2021-11-11T15:53:05.690Z] #53 30.40 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
15:53:05 [2021-11-11T15:53:05.690Z] #53 30.46 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
15:53:06 [2021-11-11T15:53:06.627Z] #53 31.30 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
15:53:06 [2021-11-11T15:53:06.883Z] #53 ...
15:53:06 [2021-11-11T15:53:06.883Z] 
15:53:06 [2021-11-11T15:53:06.883Z] #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
15:53:06 [2021-11-11T15:53:06.883Z] #36 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10 tomll can be used in two ways:
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10 Writing to STDIN and reading from STDOUT:
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10   cat file.toml | tomll > file.toml
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10 
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10 Reading and updating a list of files:
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10   tomll a.toml b.toml c.toml
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10 
15:53:06 [2021-11-11T15:53:06.883Z] #36 31.10 When given a list of files, tomll will modify all files in place without asking.
15:53:06 [2021-11-11T15:53:06.883Z] #36 DONE 31.5s
15:53:06 [2021-11-11T15:53:06.883Z] 
15:53:06 [2021-11-11T15:53:06.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
15:53:06 [2021-11-11T15:53:06.883Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:06 [2021-11-11T15:53:06.883Z] #53 31.50 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
15:53:06 [2021-11-11T15:53:06.883Z] #53 31.54 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
15:53:06 [2021-11-11T15:53:06.883Z] #53 ...
15:53:06 [2021-11-11T15:53:06.883Z] 
15:53:06 [2021-11-11T15:53:06.883Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
15:53:06 [2021-11-11T15:53:06.883Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:53:06 [2021-11-11T15:53:06.883Z] #14 30.95 Fetched 8473 kB in 25s (340 kB/s)
15:53:06 [2021-11-11T15:53:06.883Z] #14 30.95 Reading package lists...
15:53:06 [2021-11-11T15:53:06.883Z] #14 ...
15:53:06 [2021-11-11T15:53:06.883Z] 
15:53:06 [2021-11-11T15:53:06.883Z] #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
15:53:06 [2021-11-11T15:53:06.883Z] #65 sha256:21b16716373ebcc4392b45f0525afa8f3b727df40c76e0a4cadd9f99dafff1c2
15:53:06 [2021-11-11T15:53:06.884Z] #65 21.36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:53:06 [2021-11-11T15:53:06.884Z] #65 21.61 go: downloading github.com/gofrs/flock v0.8.1
15:53:06 [2021-11-11T15:53:06.884Z] #65 21.77 go: downloading github.com/gorilla/mux v1.8.0
15:53:06 [2021-11-11T15:53:06.884Z] #65 22.16 go: downloading github.com/moby/sys/mountinfo v0.5.0
15:53:06 [2021-11-11T15:53:06.884Z] #65 23.12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:53:06 [2021-11-11T15:53:06.884Z] #65 23.63 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
15:53:06 [2021-11-11T15:53:06.884Z] #65 23.91 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
15:53:06 [2021-11-11T15:53:06.884Z] #65 27.88 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:53:07 [2021-11-11T15:53:07.140Z] #65 ...
15:53:07 [2021-11-11T15:53:07.140Z] 
15:53:07 [2021-11-11T15:53:07.140Z] #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
15:53:07 [2021-11-11T15:53:07.140Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:07 [2021-11-11T15:53:07.140Z] #53 31.84 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
15:53:07 [2021-11-11T15:53:07.396Z] #53 31.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
15:53:07 [2021-11-11T15:53:07.396Z] #53 32.09 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
15:53:07 [2021-11-11T15:53:07.653Z] #53 32.23 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
15:53:08 [2021-11-11T15:53:08.582Z] #53 33.26 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
15:53:08 [2021-11-11T15:53:08.582Z] #53 33.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
15:53:08 [2021-11-11T15:53:08.582Z] #53 33.34 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
15:53:08 [2021-11-11T15:53:08.845Z] #53 33.43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
15:53:08 [2021-11-11T15:53:08.845Z] #53 33.47 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
15:53:08 [2021-11-11T15:53:08.845Z] #53 33.52 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
15:53:09 [2021-11-11T15:53:09.416Z] #53 34.19 go: downloading github.com/sourcegraph/go-diff v0.5.1
15:53:09 [2021-11-11T15:53:09.673Z] #53 34.44 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
15:53:09 [2021-11-11T15:53:09.930Z] #53 34.62 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
15:53:10 [2021-11-11T15:53:10.188Z] #53 34.78 go: downloading github.com/ultraware/funlen v0.0.2
15:53:10 [2021-11-11T15:53:10.188Z] #53 34.92 go: downloading github.com/ultraware/whitespace v0.0.4
15:53:10 [2021-11-11T15:53:10.188Z] #53 34.96 go: downloading github.com/uudashr/gocognit v1.0.1
15:53:10 [2021-11-11T15:53:10.188Z] #53 ...
15:53:10 [2021-11-11T15:53:10.188Z] 
15:53:10 [2021-11-11T15:53:10.188Z] #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
15:53:10 [2021-11-11T15:53:10.188Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3
15:53:10 [2021-11-11T15:53:10.188Z] #60 25.00 Fetched 8473 kB in 20s (423 kB/s)
15:53:10 [2021-11-11T15:53:10.444Z] #60 25.00 Reading package lists...
15:53:10 [2021-11-11T15:53:10.444Z] #60 ...
15:53:10 [2021-11-11T15:53:10.444Z] 
15:53:10 [2021-11-11T15:53:10.444Z] #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
15:53:10 [2021-11-11T15:53:10.444Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:53:10 [2021-11-11T15:53:10.444Z] #47 34.09 Fetched 8476 kB in 27s (313 kB/s)
15:53:11 [2021-11-11T15:53:11.375Z] #47 34.09 Reading package lists...
15:53:11 [2021-11-11T15:53:11.375Z] #47 ...
15:53:11 [2021-11-11T15:53:11.375Z] 
15:53:11 [2021-11-11T15:53:11.375Z] #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
15:53:11 [2021-11-11T15:53:11.375Z] #49 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86 Usage of /build/vndr:
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86 /build/vndr [[import path] [revision]] [repository]
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86 /build/vndr init
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86   -strict
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86     	checking mode. treat non-trivial warning as an error
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86   -verbose
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86     	shows all warnings
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86   -whitelist value
15:53:11 [2021-11-11T15:53:11.375Z] #49 35.86     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
15:53:11 [2021-11-11T15:53:11.375Z] #49 DONE 36.0s
15:53:11 [2021-11-11T15:53:11.375Z] 
15:53:11 [2021-11-11T15:53:11.375Z] #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
15:53:11 [2021-11-11T15:53:11.375Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3
15:53:11 [2021-11-11T15:53:11.375Z] #60 25.00 Reading package lists...
15:53:16 [2021-11-11T15:53:16.629Z] #60 35.88 Reading package lists...
15:53:16 [2021-11-11T15:53:16.630Z] #60 ...
15:53:16 [2021-11-11T15:53:16.630Z] 
15:53:16 [2021-11-11T15:53:16.630Z] #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
15:53:16 [2021-11-11T15:53:16.630Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe
15:53:16 [2021-11-11T15:53:16.630Z] #43 37.94 Updating files:  62% (1096/1750)
Updating files:  63% (1103/1750)
Updating files:  64% (1120/1750)
Updating files:  65% (1138/1750)
Updating files:  66% (1155/1750)
Updating files:  67% (1173/1750)
Updating files:  68% (1190/1750)
Updating files:  69% (1208/1750)
Updating files:  70% (1225/1750)
Updating files:  71% (1243/1750)
Updating files:  72% (1260/1750)
Updating files:  73% (1278/1750)
Updating files:  74% (1295/1750)
Updating files:  75% (1313/1750)
Updating files:  76% (1330/1750)
Updating files:  77% (1348/1750)
Updating files:  78% (1365/1750)
Updating files:  79% (1383/1750)
Updating files:  80% (1400/1750)
Updating files:  81% (1418/1750)
Updating files:  82% (1435/1750)
Updating files:  83% (1453/1750)
Updating files:  84% (1470/1750)
Updating files:  85% (1488/1750)
Updating files:  86% (1505/1750)
Updating files:  87% (1523/1750)
Updating files:  88% (1540/1750)
Updating files:  89% (1558/1750)
Updating files:  90% (1575/1750)
Updating files:  91% (1593/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.
15:53:16 [2021-11-11T15:53:16.630Z] #43 38.80 + git checkout -q v2.3.0
15:53:16 [2021-11-11T15:53:16.887Z] #43 41.35 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
15:53:18 [2021-11-11T15:53:18.255Z] #43 ...
15:53:18 [2021-11-11T15:53:18.255Z] 
15:53:18 [2021-11-11T15:53:18.255Z] #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
15:53:18 [2021-11-11T15:53:18.255Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:18 [2021-11-11T15:53:18.255Z] #38 32.93 Fetched 8473 kB in 26s (328 kB/s)
15:53:18 [2021-11-11T15:53:18.255Z] #38 32.93 Reading package lists...
15:53:18 [2021-11-11T15:53:18.255Z] #38 42.10 Reading package lists...
15:53:18 [2021-11-11T15:53:18.255Z] #38 ...
15:53:18 [2021-11-11T15:53:18.255Z] 
15:53:18 [2021-11-11T15:53:18.255Z] #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
15:53:18 [2021-11-11T15:53:18.255Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:18 [2021-11-11T15:53:18.255Z] #53 35.21 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
15:53:18 [2021-11-11T15:53:18.255Z] #53 36.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
15:53:18 [2021-11-11T15:53:18.255Z] #53 36.82 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
15:53:18 [2021-11-11T15:53:18.255Z] #53 37.03 go: downloading github.com/davecgh/go-spew v1.1.1
15:53:18 [2021-11-11T15:53:18.255Z] #53 37.03 go: downloading github.com/pmezard/go-difflib v1.0.0
15:53:18 [2021-11-11T15:53:18.255Z] #53 37.18 go: downloading github.com/stretchr/objx v0.2.0
15:53:18 [2021-11-11T15:53:18.255Z] #53 37.38 go: downloading golang.org/x/text v0.3.2
15:53:18 [2021-11-11T15:53:18.827Z] #53 ...
15:53:18 [2021-11-11T15:53:18.827Z] 
15:53:18 [2021-11-11T15:53:18.827Z] #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
15:53:18 [2021-11-11T15:53:18.827Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:53:18 [2021-11-11T15:53:18.827Z] #47 34.09 Reading package lists...
15:53:24 [2021-11-11T15:53:24.340Z] #47 43.38 Reading package lists...
15:53:24 [2021-11-11T15:53:24.340Z] #47 ...
15:53:24 [2021-11-11T15:53:24.340Z] 
15:53:24 [2021-11-11T15:53:24.340Z] #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
15:53:24 [2021-11-11T15:53:24.340Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:24 [2021-11-11T15:53:24.340Z] #53 47.58 go: downloading github.com/gobwas/glob v0.2.3
15:53:24 [2021-11-11T15:53:24.340Z] #53 47.58 go: downloading github.com/kisielk/gotool v1.0.0
15:53:24 [2021-11-11T15:53:24.340Z] #53 47.78 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
15:53:24 [2021-11-11T15:53:24.340Z] #53 47.78 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
15:53:24 [2021-11-11T15:53:24.340Z] #53 47.92 go: downloading github.com/gogo/protobuf v1.2.1
15:53:25 [2021-11-11T15:53:25.285Z] #53 49.88 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
15:53:25 [2021-11-11T15:53:25.542Z] #53 50.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
15:53:25 [2021-11-11T15:53:25.542Z] #53 ...
15:53:25 [2021-11-11T15:53:25.542Z] 
15:53:25 [2021-11-11T15:53:25.542Z] #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
15:53:25 [2021-11-11T15:53:25.542Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:53:25 [2021-11-11T15:53:25.542Z] #14 30.95 Reading package lists...
15:53:25 [2021-11-11T15:53:25.542Z] #14 40.66 Reading package lists...
15:53:25 [2021-11-11T15:53:25.799Z] #14 49.39 Building dependency tree...
15:53:25 [2021-11-11T15:53:25.799Z] #14 ...
15:53:25 [2021-11-11T15:53:25.799Z] 
15:53:25 [2021-11-11T15:53:25.799Z] #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
15:53:25 [2021-11-11T15:53:25.799Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3
15:53:25 [2021-11-11T15:53:25.799Z] #60 35.88 Reading package lists...
15:53:25 [2021-11-11T15:53:25.799Z] #60 45.01 Building dependency tree...
15:53:26 [2021-11-11T15:53:26.057Z] #60 ...
15:53:26 [2021-11-11T15:53:26.057Z] 
15:53:26 [2021-11-11T15:53:26.057Z] #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
15:53:26 [2021-11-11T15:53:26.057Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:26 [2021-11-11T15:53:26.057Z] #38 42.10 Reading package lists...
15:53:28 [2021-11-11T15:53:28.577Z] #38 50.85 Building dependency tree...
15:53:31 [2021-11-11T15:53:31.101Z] #38 55.81 The following additional packages will be installed:
15:53:31 [2021-11-11T15:53:31.101Z] #38 55.83   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
15:53:31 [2021-11-11T15:53:31.101Z] #38 55.85 Suggested packages:
15:53:31 [2021-11-11T15:53:31.101Z] #38 55.86   cmake-doc ninja-build lrzip
15:53:31 [2021-11-11T15:53:31.101Z] #38 55.86 Recommended packages:
15:53:31 [2021-11-11T15:53:31.101Z] #38 55.86   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
15:53:31 [2021-11-11T15:53:31.359Z] #38 ...
15:53:31 [2021-11-11T15:53:31.359Z] 
15:53:31 [2021-11-11T15:53:31.359Z] #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
15:53:31 [2021-11-11T15:53:31.359Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3
15:53:31 [2021-11-11T15:53:31.359Z] #60 51.49 The following additional packages will be installed:
15:53:31 [2021-11-11T15:53:31.359Z] #60 51.53   libbtrfs0
15:53:31 [2021-11-11T15:53:31.359Z] #60 51.80 The following NEW packages will be installed:
15:53:31 [2021-11-11T15:53:31.359Z] #60 51.84   libbtrfs-dev libbtrfs0
15:53:31 [2021-11-11T15:53:31.359Z] #60 52.42 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
15:53:31 [2021-11-11T15:53:31.359Z] #60 52.42 Need to get 460 kB of archives.
15:53:31 [2021-11-11T15:53:31.359Z] #60 52.42 After this operation, 1237 kB of additional disk space will be used.
15:53:31 [2021-11-11T15:53:31.359Z] #60 52.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:53:31 [2021-11-11T15:53:31.359Z] #60 52.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:53:31 [2021-11-11T15:53:31.359Z] #60 54.24 debconf: delaying package configuration, since apt-utils is not installed
15:53:31 [2021-11-11T15:53:31.359Z] #60 54.60 Fetched 460 kB in 0s (1152 kB/s)
15:53:31 [2021-11-11T15:53:31.359Z] #60 54.78 Selecting previously unselected package libbtrfs0:amd64.
15:53:31 [2021-11-11T15:53:31.359Z] #60 54.78 (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.)
15:53:31 [2021-11-11T15:53:31.359Z] #60 54.98 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.02 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.36 Selecting previously unselected package libbtrfs-dev:amd64.
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.37 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.38 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.58 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.59 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 55.60 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:53:31 [2021-11-11T15:53:31.359Z] #60 DONE 56.0s
15:53:31 [2021-11-11T15:53:31.359Z] 
15:53:31 [2021-11-11T15:53:31.359Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:53:31 [2021-11-11T15:53:31.359Z] #61 sha256:f2f57fe48aec0c74c618fab243a5a0643b56d87977692526c17cf877d7e08747
15:53:31 [2021-11-11T15:53:31.359Z] #61 DONE 0.1s
15:53:31 [2021-11-11T15:53:31.359Z] 
15:53:31 [2021-11-11T15:53:31.359Z] #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
15:53:31 [2021-11-11T15:53:31.359Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:53:31 [2021-11-11T15:53:31.359Z] #14 49.39 Building dependency tree...
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.34 The following additional packages will be installed:
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.35   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.35   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.35   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.36   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.36   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.36   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.37   mingw-w64-common mingw-w64-x86-64-dev
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.40 Suggested packages:
15:53:31 [2021-11-11T15:53:31.359Z] #14 55.40   gcc-10-locales seccomp wine64
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06 The following NEW packages will be installed:
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
15:53:32 [2021-11-11T15:53:32.291Z] #14 57.06   mingw-w64-x86-64-dev
15:53:32 [2021-11-11T15:53:32.859Z] #14 57.58 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
15:53:32 [2021-11-11T15:53:32.859Z] #14 57.58 Need to get 115 MB of archives.
15:53:32 [2021-11-11T15:53:32.859Z] #14 57.58 After this operation, 645 MB of additional disk space will be used.
15:53:32 [2021-11-11T15:53:32.859Z] #14 57.58 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]
15:53:33 [2021-11-11T15:53:33.120Z] #14 57.75 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]
15:53:33 [2021-11-11T15:53:33.378Z] #14 58.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
15:53:33 [2021-11-11T15:53:33.378Z] #14 58.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
15:53:33 [2021-11-11T15:53:33.378Z] #14 58.03 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
15:53:33 [2021-11-11T15:53:33.378Z] #14 58.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
15:53:33 [2021-11-11T15:53:33.942Z] #14 58.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
15:53:33 [2021-11-11T15:53:33.942Z] #14 ...
15:53:33 [2021-11-11T15:53:33.942Z] 
15:53:33 [2021-11-11T15:53:33.943Z] #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
15:53:33 [2021-11-11T15:53:33.943Z] #55 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274
15:53:33 [2021-11-11T15:53:33.943Z] #55 58.59 v3.0.2
15:53:34 [2021-11-11T15:53:34.202Z] #55 DONE 58.9s
15:53:34 [2021-11-11T15:53:34.202Z] 
15:53:34 [2021-11-11T15:53:34.202Z] #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
15:53:34 [2021-11-11T15:53:34.202Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.16 The following NEW packages will be installed:
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.16   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.16   vim-common xxd
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.65 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.65 Need to get 17.7 MB of archives.
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.65 After this operation, 70.7 MB of additional disk space will be used.
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.67 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 57.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 58.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 58.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 58.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 58.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 58.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
15:53:34 [2021-11-11T15:53:34.202Z] #38 58.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
15:53:36 [2021-11-11T15:53:36.224Z] #38 ...
15:53:36 [2021-11-11T15:53:36.224Z] 
15:53:36 [2021-11-11T15:53:36.224Z] #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
15:53:36 [2021-11-11T15:53:36.224Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:36 [2021-11-11T15:53:36.224Z] #53 50.74 go: downloading github.com/BurntSushi/toml v0.3.1
15:53:36 [2021-11-11T15:53:36.224Z] #53 ...
15:53:36 [2021-11-11T15:53:36.224Z] 
15:53:36 [2021-11-11T15:53:36.225Z] #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
15:53:36 [2021-11-11T15:53:36.225Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:36 [2021-11-11T15:53:36.225Z] #38 60.99 debconf: delaying package configuration, since apt-utils is not installed
15:53:36 [2021-11-11T15:53:36.799Z] #38 61.47 Fetched 17.7 MB in 2s (8721 kB/s)
15:53:36 [2021-11-11T15:53:36.799Z] #38 61.62 Selecting previously unselected package xxd.
15:53:37 [2021-11-11T15:53:37.061Z] #38 61.62 (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.)
15:53:37 [2021-11-11T15:53:37.061Z] #38 61.77 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
15:53:37 [2021-11-11T15:53:37.061Z] #38 61.77 Unpacking xxd (2:8.2.2434-3) ...
15:53:37 [2021-11-11T15:53:37.320Z] #38 62.09 Selecting previously unselected package vim-common.
15:53:37 [2021-11-11T15:53:37.320Z] #38 62.10 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
15:53:37 [2021-11-11T15:53:37.581Z] #38 62.14 Unpacking vim-common (2:8.2.2434-3) ...
15:53:37 [2021-11-11T15:53:37.581Z] #38 ...
15:53:37 [2021-11-11T15:53:37.581Z] 
15:53:37 [2021-11-11T15:53:37.581Z] #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
15:53:37 [2021-11-11T15:53:37.581Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:53:37 [2021-11-11T15:53:37.581Z] #47 43.38 Reading package lists...
15:53:37 [2021-11-11T15:53:37.581Z] #47 52.04 Building dependency tree...
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27 The following additional packages will be installed:
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27   python3-protobuf python3-six
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27 Suggested packages:
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27   python3-setuptools
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27 Recommended packages:
15:53:37 [2021-11-11T15:53:37.581Z] #47 57.27   iproute2 | iproute
15:53:37 [2021-11-11T15:53:37.581Z] #47 58.46 The following NEW packages will be installed:
15:53:37 [2021-11-11T15:53:37.581Z] #47 58.48   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:53:37 [2021-11-11T15:53:37.581Z] #47 58.48   python3-protobuf python3-six
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.17 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.17 Need to get 2288 kB of archives.
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.17 After this operation, 11.0 MB of additional disk space will be used.
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.22 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.29 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.29 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:53:37 [2021-11-11T15:53:37.581Z] #47 59.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:53:37 [2021-11-11T15:53:37.839Z] #47 ...
15:53:37 [2021-11-11T15:53:37.839Z] 
15:53:37 [2021-11-11T15:53:37.839Z] #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
15:53:37 [2021-11-11T15:53:37.839Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:37 [2021-11-11T15:53:37.839Z] #38 62.70 Selecting previously unselected package cmake-data.
15:53:37 [2021-11-11T15:53:37.839Z] #38 62.70 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
15:53:38 [2021-11-11T15:53:38.097Z] #38 62.75 Unpacking cmake-data (3.18.4-2) ...
15:53:41 [2021-11-11T15:53:41.378Z] #38 ...
15:53:41 [2021-11-11T15:53:41.378Z] 
15:53:41 [2021-11-11T15:53:41.378Z] #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
15:53:41 [2021-11-11T15:53:41.378Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + RM_GOPATH=0
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + TMP_GOPATH=
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + : /build
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + '[' -z '' ']'
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 ++ mktemp -d
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + export GOPATH=/tmp/tmp.AS14oJPkoJ
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + GOPATH=/tmp/tmp.AS14oJPkoJ
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + RM_GOPATH=1
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 + case "$(go env GOARCH)" in
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.551 ++ go env GOARCH
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.613 + export GO_BUILDMODE=-buildmode=pie
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.613 + GO_BUILDMODE=-buildmode=pie
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 Install containerd version v1.5.7
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 ++ dirname /install.sh
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + dir=/
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + bin=containerd
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + shift
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + '[' '!' -f //containerd.installer ']'
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + . //containerd.installer
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 ++ set -e
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 ++ : v1.5.7
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + install_containerd
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + echo 'Install containerd version v1.5.7'
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.616 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AS14oJPkoJ/src/github.com/containerd/containerd
15:53:41 [2021-11-11T15:53:41.378Z] #62 1.651 Cloning into '/tmp/tmp.AS14oJPkoJ/src/github.com/containerd/containerd'...
15:53:41 [2021-11-11T15:53:41.635Z] #62 ...
15:53:41 [2021-11-11T15:53:41.635Z] 
15:53:41 [2021-11-11T15:53:41.635Z] #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
15:53:41 [2021-11-11T15:53:41.635Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:53:41 [2021-11-11T15:53:41.635Z] #47 63.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-1 [657 kB]
15:53:41 [2021-11-11T15:53:41.635Z] #47 65.08 debconf: delaying package configuration, since apt-utils is not installed
15:53:41 [2021-11-11T15:53:41.635Z] #47 65.34 Fetched 2288 kB in 5s (464 kB/s)
15:53:41 [2021-11-11T15:53:41.635Z] #47 65.40 Selecting previously unselected package libprotobuf23:amd64.
15:53:41 [2021-11-11T15:53:41.635Z] #47 65.40 (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.)
15:53:41 [2021-11-11T15:53:41.635Z] #47 65.45 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
15:53:41 [2021-11-11T15:53:41.635Z] #47 65.47 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
15:53:41 [2021-11-11T15:53:41.635Z] #47 66.12 Selecting previously unselected package python3-pkg-resources.
15:53:41 [2021-11-11T15:53:41.635Z] #47 66.12 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
15:53:41 [2021-11-11T15:53:41.635Z] #47 66.13 Unpacking python3-pkg-resources (52.0.0-4) ...
15:53:41 [2021-11-11T15:53:41.893Z] #47 66.34 Selecting previously unselected package python3-six.
15:53:41 [2021-11-11T15:53:41.893Z] #47 66.34 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
15:53:41 [2021-11-11T15:53:41.893Z] #47 66.35 Unpacking python3-six (1.16.0-2) ...
15:53:42 [2021-11-11T15:53:42.149Z] #47 66.62 Selecting previously unselected package python3-protobuf.
15:53:42 [2021-11-11T15:53:42.149Z] #47 66.63 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
15:53:42 [2021-11-11T15:53:42.149Z] #47 66.66 Unpacking python3-protobuf (3.12.4-1) ...
15:53:42 [2021-11-11T15:53:42.711Z] #47 67.16 Selecting previously unselected package libnet1:amd64.
15:53:42 [2021-11-11T15:53:42.711Z] #47 67.16 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:53:42 [2021-11-11T15:53:42.711Z] #47 67.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:53:42 [2021-11-11T15:53:42.967Z] #47 67.33 Selecting previously unselected package libnl-3-200:amd64.
15:53:42 [2021-11-11T15:53:42.967Z] #47 67.33 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:53:42 [2021-11-11T15:53:42.967Z] #47 67.33 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:53:42 [2021-11-11T15:53:42.967Z] #47 67.45 Selecting previously unselected package libprotobuf-c1:amd64.
15:53:42 [2021-11-11T15:53:42.967Z] #47 67.45 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:53:42 [2021-11-11T15:53:42.967Z] #47 67.46 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:53:43 [2021-11-11T15:53:43.224Z] #47 67.55 Selecting previously unselected package criu.
15:53:43 [2021-11-11T15:53:43.224Z] #47 67.56 Preparing to unpack .../7-criu_3.16.1-1_amd64.deb ...
15:53:43 [2021-11-11T15:53:43.224Z] #47 67.56 Unpacking criu (3.16.1-1) ...
15:53:43 [2021-11-11T15:53:43.786Z] #47 68.28 Setting up python3-pkg-resources (52.0.0-4) ...
15:53:44 [2021-11-11T15:53:44.349Z] #47 ...
15:53:44 [2021-11-11T15:53:44.349Z] 
15:53:44 [2021-11-11T15:53:44.349Z] #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
15:53:44 [2021-11-11T15:53:44.349Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:53:44 [2021-11-11T15:53:44.349Z] #14 58.92 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 58.94 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 60.08 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 62.59 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 63.33 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 64.33 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.15 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.74 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.77 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]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.87 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 66.87 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
15:53:44 [2021-11-11T15:53:44.349Z] #14 67.66 debconf: delaying package configuration, since apt-utils is not installed
15:53:44 [2021-11-11T15:53:44.350Z] #14 67.90 Fetched 115 MB in 10s (11.8 MB/s)
15:53:44 [2021-11-11T15:53:44.350Z] #14 67.96 Selecting previously unselected package binutils-mingw-w64-i686.
15:53:44 [2021-11-11T15:53:44.350Z] #14 67.96 (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.)
15:53:44 [2021-11-11T15:53:44.350Z] #14 68.03 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
15:53:44 [2021-11-11T15:53:44.350Z] #14 68.03 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:53:44 [2021-11-11T15:53:44.350Z] #14 ...
15:53:44 [2021-11-11T15:53:44.350Z] 
15:53:44 [2021-11-11T15:53:44.350Z] #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
15:53:44 [2021-11-11T15:53:44.350Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68
15:53:44 [2021-11-11T15:53:44.350Z] #34 68.68 Updating files:  93% (1423/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.
15:53:44 [2021-11-11T15:53:44.350Z] #34 68.82 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
15:53:44 [2021-11-11T15:53:44.606Z] #34 69.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:53:51 [2021-11-11T15:53:51.148Z] #34 ...
15:53:51 [2021-11-11T15:53:51.148Z] 
15:53:51 [2021-11-11T15:53:51.148Z] #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
15:53:51 [2021-11-11T15:53:51.148Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:53:51 [2021-11-11T15:53:51.148Z] #14 70.16 Selecting previously unselected package binutils-mingw-w64-x86-64.
15:53:51 [2021-11-11T15:53:51.148Z] #14 70.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 70.18 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.33 Selecting previously unselected package binutils-mingw-w64.
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.34 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.35 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.47 Selecting previously unselected package libdevmapper1.02.1:amd64.
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.48 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.71 Selecting previously unselected package dmsetup.
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.71 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.72 Unpacking dmsetup (2:1.02.175-2.1) ...
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.91 Selecting previously unselected package mingw-w64-common.
15:53:51 [2021-11-11T15:53:51.148Z] #14 72.92 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
15:53:51 [2021-11-11T15:53:51.149Z] #14 72.92 Unpacking mingw-w64-common (8.0.0-1) ...
15:53:52 [2021-11-11T15:53:52.083Z] #14 ...
15:53:52 [2021-11-11T15:53:52.083Z] 
15:53:52 [2021-11-11T15:53:52.083Z] #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
15:53:52 [2021-11-11T15:53:52.083Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:52 [2021-11-11T15:53:52.083Z] #38 66.88 Selecting previously unselected package libicu67:amd64.
15:53:52 [2021-11-11T15:53:52.083Z] #38 66.88 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 66.93 Unpacking libicu67:amd64 (67.1-7) ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 72.55 Selecting previously unselected package libxml2:amd64.
15:53:52 [2021-11-11T15:53:52.083Z] #38 72.55 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 72.55 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.04 Selecting previously unselected package libarchive13:amd64.
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.05 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.06 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.36 Selecting previously unselected package libjsoncpp24:amd64.
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.36 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.37 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.53 Selecting previously unselected package librhash0:amd64.
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.53 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.54 Unpacking librhash0:amd64 (1.4.1-2) ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.73 Selecting previously unselected package libuv1:amd64.
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.73 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.74 Unpacking libuv1:amd64 (1.40.0-2) ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.85 Selecting previously unselected package cmake.
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.86 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
15:53:52 [2021-11-11T15:53:52.083Z] #38 73.89 Unpacking cmake (3.18.4-2) ...
15:53:53 [2021-11-11T15:53:53.016Z] #38 ...
15:53:53 [2021-11-11T15:53:53.016Z] 
15:53:53 [2021-11-11T15:53:53.016Z] #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
15:53:53 [2021-11-11T15:53:53.016Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:53:53 [2021-11-11T15:53:53.016Z] #14 77.63 Selecting previously unselected package mingw-w64-x86-64-dev.
15:53:53 [2021-11-11T15:53:53.016Z] #14 77.64 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
15:53:53 [2021-11-11T15:53:53.016Z] #14 77.66 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
15:53:53 [2021-11-11T15:53:53.272Z] #14 ...
15:53:53 [2021-11-11T15:53:53.272Z] 
15:53:53 [2021-11-11T15:53:53.272Z] #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
15:53:53 [2021-11-11T15:53:53.272Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b
15:53:53 [2021-11-11T15:53:53.272Z] #47 69.63 Setting up libprotobuf23:amd64 (3.12.4-1) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 69.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 69.66 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 69.68 Setting up python3-six (1.16.0-2) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 70.78 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 70.80 Setting up python3-protobuf (3.12.4-1) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 74.30 Setting up criu (3.16.1-1) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 75.94 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:53:53 [2021-11-11T15:53:53.272Z] #47 DONE 77.7s
15:53:53 [2021-11-11T15:53:53.529Z] 
15:53:53 [2021-11-11T15:53:53.529Z] #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
15:53:53 [2021-11-11T15:53:53.529Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089
15:53:53 [2021-11-11T15:53:53.529Z] #38 77.72 Setting up libicu67:amd64 (67.1-7) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 77.96 Setting up xxd (2:8.2.2434-3) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.00 Setting up libuv1:amd64 (1.40.0-2) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.05 Setting up vim-common (2:8.2.2434-3) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.14 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.16 Setting up librhash0:amd64 (1.4.1-2) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.18 Setting up cmake-data (3.18.4-2) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.25 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.25 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.26 Setting up cmake (3.18.4-2) ...
15:53:53 [2021-11-11T15:53:53.529Z] #38 78.29 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:53:54 [2021-11-11T15:53:54.091Z] #38 DONE 78.8s
15:53:54 [2021-11-11T15:53:54.091Z] 
15:53:54 [2021-11-11T15:53:54.091Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:53:54 [2021-11-11T15:53:54.091Z] #39 sha256:e971f01df8161ba92596725fbbe5b59c4f366a434c815bff2e4302335ad4bcc8
15:53:54 [2021-11-11T15:53:54.348Z] #39 DONE 0.2s
15:53:54 [2021-11-11T15:53:54.348Z] 
15:53:54 [2021-11-11T15:53:54.348Z] #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
15:53:54 [2021-11-11T15:53:54.348Z] #40 sha256:f19ffda5ec39b26b85c0a4e0b06a393786967b3763439e9665484bd10c5f742c
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.851 + RM_GOPATH=0
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.851 + TMP_GOPATH=
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.851 + : /build
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.851 + '[' -z '' ']'
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.857 ++ mktemp -d
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.867 + export GOPATH=/tmp/tmp.oVBqmYxOow
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.867 + GOPATH=/tmp/tmp.oVBqmYxOow
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.867 + RM_GOPATH=1
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.867 + case "$(go env GOARCH)" in
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.867 ++ go env GOARCH
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 Install tini version v0.19.0
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 + export GO_BUILDMODE=-buildmode=pie
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 + GO_BUILDMODE=-buildmode=pie
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 ++ dirname /install.sh
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 + dir=/
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 + bin=tini
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 + shift
15:53:56 [2021-11-11T15:53:56.235Z] #40 1.901 + '[' '!' -f //tini.installer ']'
15:53:56 [2021-11-11T15:53:56.236Z] #40 1.901 + . //tini.installer
15:53:56 [2021-11-11T15:53:56.236Z] #40 1.901 ++ : v0.19.0
15:53:56 [2021-11-11T15:53:56.236Z] #40 1.901 + install_tini
15:53:56 [2021-11-11T15:53:56.236Z] #40 1.901 + echo 'Install tini version v0.19.0'
15:53:56 [2021-11-11T15:53:56.236Z] #40 1.901 + git clone https://github.com/krallin/tini.git /tmp/tmp.oVBqmYxOow/tini
15:53:56 [2021-11-11T15:53:56.236Z] #40 1.930 Cloning into '/tmp/tmp.oVBqmYxOow/tini'...
15:53:57 [2021-11-11T15:53:57.165Z] #40 3.018 + cd /tmp/tmp.oVBqmYxOow/tini
15:53:57 [2021-11-11T15:53:57.422Z] #40 3.024 + git checkout -q v0.19.0
15:53:57 [2021-11-11T15:53:57.422Z] #40 3.095 + cmake .
15:53:57 [2021-11-11T15:53:57.985Z] #40 3.910 -- The C compiler identification is GNU 10.2.1
15:53:58 [2021-11-11T15:53:58.242Z] #40 4.027 -- Detecting C compiler ABI info
15:53:58 [2021-11-11T15:53:58.804Z] #40 ...
15:53:58 [2021-11-11T15:53:58.804Z] 
15:53:58 [2021-11-11T15:53:58.804Z] #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
15:53:58 [2021-11-11T15:53:58.804Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956
15:53:58 [2021-11-11T15:53:58.805Z] #51 83.02 gotestsum version dev
15:53:58 [2021-11-11T15:53:58.805Z] #51 DONE 83.3s
15:53:58 [2021-11-11T15:53:58.805Z] 
15:53:58 [2021-11-11T15:53:58.805Z] #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
15:53:58 [2021-11-11T15:53:58.805Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:53:59 [2021-11-11T15:53:59.061Z] #53 ...
15:53:59 [2021-11-11T15:53:59.061Z] 
15:53:59 [2021-11-11T15:53:59.061Z] #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
15:53:59 [2021-11-11T15:53:59.061Z] #40 sha256:f19ffda5ec39b26b85c0a4e0b06a393786967b3763439e9665484bd10c5f742c
15:53:59 [2021-11-11T15:53:59.061Z] #40 4.915 -- Detecting C compiler ABI info - done
15:53:59 [2021-11-11T15:53:59.318Z] #40 5.175 -- Check for working C compiler: /usr/bin/cc - skipped
15:53:59 [2021-11-11T15:53:59.318Z] #40 5.175 -- Detecting C compile features
15:53:59 [2021-11-11T15:53:59.318Z] #40 5.175 -- Detecting C compile features - done
15:53:59 [2021-11-11T15:53:59.318Z] #40 5.204 -- Performing Test HAS_BUILTIN_FORTIFY
15:53:59 [2021-11-11T15:53:59.577Z] #40 5.459 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:53:59 [2021-11-11T15:53:59.833Z] #40 5.595 -- Configuring done
15:53:59 [2021-11-11T15:53:59.833Z] #40 5.619 -- Generating done
15:53:59 [2021-11-11T15:53:59.833Z] #40 5.619 -- Build files have been written to: /tmp/tmp.oVBqmYxOow/tini
15:53:59 [2021-11-11T15:53:59.833Z] #40 5.637 + make tini-static
15:54:00 [2021-11-11T15:54:00.440Z] #40 6.079 Scanning dependencies of target tini-static
15:54:00 [2021-11-11T15:54:00.440Z] #40 6.279 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:54:02 [2021-11-11T15:54:02.499Z] #40 8.308 [100%] Linking C executable tini-static
15:54:03 [2021-11-11T15:54:03.428Z] #40 9.159 [100%] Built target tini-static
15:54:03 [2021-11-11T15:54:03.428Z] #40 9.279 + mkdir -p /build
15:54:03 [2021-11-11T15:54:03.685Z] #40 9.289 + cp tini-static /build/docker-init
15:54:03 [2021-11-11T15:54:03.685Z] #40 DONE 9.5s
15:54:03 [2021-11-11T15:54:03.685Z] 
15:54:03 [2021-11-11T15:54:03.685Z] #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
15:54:03 [2021-11-11T15:54:03.685Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:54:03 [2021-11-11T15:54:03.685Z] #14 86.29 Selecting previously unselected package gcc-mingw-w64-base.
15:54:03 [2021-11-11T15:54:03.685Z] #14 86.31 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
15:54:03 [2021-11-11T15:54:03.685Z] #14 86.34 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:54:03 [2021-11-11T15:54:03.685Z] #14 86.56 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
15:54:03 [2021-11-11T15:54:03.685Z] #14 86.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
15:54:03 [2021-11-11T15:54:03.685Z] #14 86.59 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:54:11 [2021-11-11T15:54:11.781Z] #14 95.85 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
15:54:11 [2021-11-11T15:54:11.781Z] #14 95.85 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:54:11 [2021-11-11T15:54:11.781Z] #14 95.86 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:54:17 [2021-11-11T15:54:17.034Z] #14 ...
15:54:17 [2021-11-11T15:54:17.034Z] 
15:54:17 [2021-11-11T15:54:17.034Z] #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
15:54:17 [2021-11-11T15:54:17.034Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:54:17 [2021-11-11T15:54:17.551Z] #62 45.43 Updating files:  65% (3063/4688)
Updating files:  66% (3095/4688)
Updating files:  67% (3141/4688)
Updating files:  68% (3188/4688)
Updating files:  69% (3235/4688)
Updating files:  70% (3282/4688)
Updating files:  71% (3329/4688)
Updating files:  72% (3376/4688)
Updating files:  73% (3423/4688)
Updating files:  74% (3470/4688)
Updating files:  75% (3516/4688)
Updating files:  76% (3563/4688)
Updating files:  77% (3610/4688)
Updating files:  78% (3657/4688)
Updating files:  79% (3704/4688)
Updating files:  80% (3751/4688)
Updating files:  81% (3798/4688)
Updating files:  82% (3845/4688)
Updating files:  83% (3892/4688)
Updating files:  84% (3938/4688)
Updating files:  85% (3985/4688)
Updating files:  86% (4032/4688)
Updating files:  87% (4079/4688)
Updating files:  88% (4126/4688)
Updating files:  89% (4173/4688)
Updating files:  90% (4220/4688)
Updating files:  91% (4267/4688)
Updating files:  92% (4313/4688)
Updating files:  93% (4360/4688)
Updating files:  94% (4407/4688)
Updating files:  95% (4454/4688)
Updating files:  96% (4501/4688)
Updating files:  97% (4548/4688)
Updating files:  98% (4595/4688)
Updating files:  99% (4642/4688)
Updating files: 100% (4688/4688)
Updating files: 100% (4688/4688), done.
15:54:17 [2021-11-11T15:54:17.551Z] #62 46.26 + cd /tmp/tmp.AS14oJPkoJ/src/github.com/containerd/containerd
15:54:17 [2021-11-11T15:54:17.808Z] #62 46.26 + git checkout -q v1.5.7
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + export 'BUILDTAGS=netgo osusergo static_build'
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + BUILDTAGS='netgo osusergo static_build'
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + export EXTRA_FLAGS=-buildmode=pie
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + EXTRA_FLAGS=-buildmode=pie
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + '[' '' = dynamic ']'
15:54:19 [2021-11-11T15:54:19.179Z] #62 47.61 + make
15:54:20 [2021-11-11T15:54:20.551Z] #62 49.03 + bin/ctr
15:54:21 [2021-11-11T15:54:21.921Z] #62 ...
15:54:21 [2021-11-11T15:54:21.921Z] 
15:54:21 [2021-11-11T15:54:21.921Z] #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
15:54:21 [2021-11-11T15:54:21.921Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:54:21 [2021-11-11T15:54:21.921Z] #14 106.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
15:54:22 [2021-11-11T15:54:22.178Z] #14 106.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:54:22 [2021-11-11T15:54:22.178Z] #14 106.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:54:27 [2021-11-11T15:54:27.434Z] #14 111.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:54:27 [2021-11-11T15:54:27.434Z] #14 111.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
15:54:27 [2021-11-11T15:54:27.434Z] #14 111.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:54:32 [2021-11-11T15:54:32.686Z] #14 116.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
15:54:32 [2021-11-11T15:54:32.686Z] #14 116.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:54:32 [2021-11-11T15:54:32.686Z] #14 116.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:54:40 [2021-11-11T15:54:40.842Z] #14 ...
15:54:40 [2021-11-11T15:54:40.842Z] 
15:54:40 [2021-11-11T15:54:40.842Z] #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
15:54:40 [2021-11-11T15:54:40.842Z] #65 sha256:21b16716373ebcc4392b45f0525afa8f3b727df40c76e0a4cadd9f99dafff1c2
15:54:40 [2021-11-11T15:54:40.842Z] #65 124.2 + for f in rootlesskit rootlesskit-docker-proxy
15:54:40 [2021-11-11T15:54:40.842Z] #65 124.2 + GOBIN=/build
15:54:40 [2021-11-11T15:54:40.842Z] #65 124.2 + GO111MODULE=on
15:54:40 [2021-11-11T15:54:40.842Z] #65 124.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8 rootlesskit version 0.14.6
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8 Usage of /build/rootlesskit-docker-proxy:
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8   -container-ip string
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8     	container ip
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8   -container-port int
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8     	container port (default -1)
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8   -host-ip string
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8     	host ip
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8   -host-port int
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8     	host port (default -1)
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8   -proto string
15:54:45 [2021-11-11T15:54:45.051Z] #65 128.8     	proxy protocol (default "tcp")
15:54:48 [2021-11-11T15:54:48.326Z] #65 DONE 132.4s
15:54:48 [2021-11-11T15:54:48.326Z] 
15:54:48 [2021-11-11T15:54:48.326Z] #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
15:54:48 [2021-11-11T15:54:48.326Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:54:48 [2021-11-11T15:54:48.326Z] #14 126.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
15:54:48 [2021-11-11T15:54:48.326Z] #14 126.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 126.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.1 Selecting previously unselected package g++-mingw-w64-x86-64.
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 ...
15:54:48 [2021-11-11T15:54:48.326Z] 
15:54:48 [2021-11-11T15:54:48.326Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:54:48 [2021-11-11T15:54:48.326Z] #66 sha256:2b7bba18ffd07d67d4b9a9cd408b0978ef4bfae42c12bd0d723975c0817b36de
15:54:48 [2021-11-11T15:54:48.326Z] #66 DONE 0.1s
15:54:48 [2021-11-11T15:54:48.326Z] 
15:54:48 [2021-11-11T15:54:48.326Z] #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
15:54:48 [2021-11-11T15:54:48.326Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.7 Selecting previously unselected package libapparmor1:amd64.
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.7 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.7 Unpacking libapparmor1:amd64 (2.13.6-10) ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 ...
15:54:48 [2021-11-11T15:54:48.326Z] 
15:54:48 [2021-11-11T15:54:48.326Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:54:48 [2021-11-11T15:54:48.326Z] #67 sha256:72e646f8f84f6f3b22c711c7dba7ce686e2359bae86728a3de6f95fdbda17a14
15:54:48 [2021-11-11T15:54:48.326Z] #67 DONE 0.1s
15:54:48 [2021-11-11T15:54:48.326Z] 
15:54:48 [2021-11-11T15:54:48.326Z] #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
15:54:48 [2021-11-11T15:54:48.326Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.8 Selecting previously unselected package libapparmor-dev:amd64.
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 132.9 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
15:54:48 [2021-11-11T15:54:48.326Z] #14 133.1 Selecting previously unselected package libbtrfs0:amd64.
15:54:48 [2021-11-11T15:54:48.583Z] #14 133.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
15:54:48 [2021-11-11T15:54:48.583Z] #14 133.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:54:48 [2021-11-11T15:54:48.583Z] #14 133.3 Selecting previously unselected package libbtrfs-dev:amd64.
15:54:48 [2021-11-11T15:54:48.583Z] #14 133.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
15:54:48 [2021-11-11T15:54:48.583Z] #14 133.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:54:48 [2021-11-11T15:54:48.839Z] #14 133.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
15:54:48 [2021-11-11T15:54:48.839Z] #14 133.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:54:48 [2021-11-11T15:54:48.839Z] #14 133.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:54:49 [2021-11-11T15:54:49.096Z] #14 133.7 Selecting previously unselected package libudev-dev:amd64.
15:54:49 [2021-11-11T15:54:49.096Z] #14 133.7 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
15:54:49 [2021-11-11T15:54:49.096Z] #14 133.8 Unpacking libudev-dev:amd64 (247.3-6) ...
15:54:49 [2021-11-11T15:54:49.096Z] #14 134.0 Selecting previously unselected package libsepol1-dev:amd64.
15:54:49 [2021-11-11T15:54:49.353Z] #14 134.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
15:54:49 [2021-11-11T15:54:49.353Z] #14 134.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
15:54:49 [2021-11-11T15:54:49.610Z] #14 134.4 Selecting previously unselected package libpcre2-16-0:amd64.
15:54:49 [2021-11-11T15:54:49.866Z] #14 134.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
15:54:49 [2021-11-11T15:54:49.866Z] #14 134.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
15:54:49 [2021-11-11T15:54:49.866Z] #14 134.7 Selecting previously unselected package libpcre2-32-0:amd64.
15:54:50 [2021-11-11T15:54:50.122Z] #14 134.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
15:54:50 [2021-11-11T15:54:50.122Z] #14 134.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
15:54:50 [2021-11-11T15:54:50.122Z] #14 134.9 Selecting previously unselected package libpcre2-posix2:amd64.
15:54:50 [2021-11-11T15:54:50.379Z] #14 134.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
15:54:50 [2021-11-11T15:54:50.379Z] #14 134.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
15:54:50 [2021-11-11T15:54:50.379Z] #14 135.1 Selecting previously unselected package libpcre2-dev:amd64.
15:54:50 [2021-11-11T15:54:50.379Z] #14 135.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
15:54:50 [2021-11-11T15:54:50.379Z] #14 135.1 Unpacking libpcre2-dev:amd64 (10.36-2) ...
15:54:50 [2021-11-11T15:54:50.942Z] #14 135.7 Selecting previously unselected package libselinux1-dev:amd64.
15:54:50 [2021-11-11T15:54:50.942Z] #14 135.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
15:54:50 [2021-11-11T15:54:50.942Z] #14 135.7 Unpacking libselinux1-dev:amd64 (3.1-3) ...
15:54:51 [2021-11-11T15:54:51.199Z] #14 136.0 Selecting previously unselected package libdevmapper-dev:amd64.
15:54:51 [2021-11-11T15:54:51.199Z] #14 136.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
15:54:51 [2021-11-11T15:54:51.456Z] #14 136.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:54:51 [2021-11-11T15:54:51.456Z] #14 136.2 Selecting previously unselected package libseccomp-dev:amd64.
15:54:51 [2021-11-11T15:54:51.456Z] #14 136.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
15:54:51 [2021-11-11T15:54:51.456Z] #14 136.2 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
15:54:51 [2021-11-11T15:54:51.456Z] #14 136.3 Selecting previously unselected package libsystemd-dev:amd64.
15:54:51 [2021-11-11T15:54:51.713Z] #14 136.3 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
15:54:51 [2021-11-11T15:54:51.713Z] #14 136.3 Unpacking libsystemd-dev:amd64 (247.3-6) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.7 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up libapparmor1:amd64 (2.13.6-10) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up libsepol1-dev:amd64 (3.1-1) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up libpcre2-16-0:amd64 (10.36-2) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up libpcre2-32-0:amd64 (10.36-2) ...
15:54:51 [2021-11-11T15:54:51.970Z] #14 136.8 Setting up libudev-dev:amd64 (247.3-6) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.8 Setting up libpcre2-posix2:amd64 (10.36-2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.9 Setting up mingw-w64-common (8.0.0-1) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 136.9 Setting up libsystemd-dev:amd64 (247.3-6) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 Setting up libpcre2-dev:amd64 (10.36-2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 Setting up libselinux1-dev:amd64 (3.1-3) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 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
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.1 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
15:54:52 [2021-11-11T15:54:52.227Z] #14 137.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.1 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
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.2 Setting up dmsetup (2:1.02.175-2.1) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:54:52 [2021-11-11T15:54:52.484Z] #14 137.2 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:54:52 [2021-11-11T15:54:52.741Z] #14 DONE 137.5s
15:54:52 [2021-11-11T15:54:52.741Z] 
15:54:52 [2021-11-11T15:54:52.741Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
15:54:52 [2021-11-11T15:54:52.741Z] #15 sha256:b15bc9449db7d2a0c8e0f650c707556117769a53f33afb6dff3b428fd0632c30
15:54:52 [2021-11-11T15:54:52.998Z] #15 ...
15:54:52 [2021-11-11T15:54:52.998Z] 
15:54:52 [2021-11-11T15:54:52.998Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:54:52 [2021-11-11T15:54:52.999Z] #57 sha256:db0ebc028894d3e313ecebda7708b0c4447cc7dade988be3bfe43d255b613a6c
15:54:52 [2021-11-11T15:54:52.999Z] #57 DONE 0.1s
15:54:53 [2021-11-11T15:54:53.255Z] 
15:54:53 [2021-11-11T15:54:53.255Z] #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
15:54:53 [2021-11-11T15:54:53.255Z] #58 sha256:02b8ba16ddb4a7fdb3f12da91398bf6ba27bdf2b708056d84f1ae9bb7253e55f
15:54:55 [2021-11-11T15:54:55.150Z] #58 ...
15:54:55 [2021-11-11T15:54:55.150Z] 
15:54:55 [2021-11-11T15:54:55.150Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
15:54:55 [2021-11-11T15:54:55.150Z] #15 sha256:b15bc9449db7d2a0c8e0f650c707556117769a53f33afb6dff3b428fd0632c30
15:54:55 [2021-11-11T15:54:55.150Z] #15 DONE 2.1s
15:54:55 [2021-11-11T15:54:55.150Z] 
15:54:55 [2021-11-11T15:54:55.150Z] #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
15:54:55 [2021-11-11T15:54:55.150Z] #58 sha256:02b8ba16ddb4a7fdb3f12da91398bf6ba27bdf2b708056d84f1ae9bb7253e55f
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + RM_GOPATH=0
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + TMP_GOPATH=
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + : /build
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + '[' -z '' ']'
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 ++ mktemp -d
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + export GOPATH=/tmp/tmp.dgl0Hbr2pp
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + GOPATH=/tmp/tmp.dgl0Hbr2pp
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + RM_GOPATH=1
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 + case "$(go env GOARCH)" in
15:54:55 [2021-11-11T15:54:55.150Z] #58 1.976 ++ go env GOARCH
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.005 + export GO_BUILDMODE=-buildmode=pie
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.005 + GO_BUILDMODE=-buildmode=pie
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.005 ++ dirname /install.sh
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.006 + dir=/
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.006 + bin=runc
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.006 + shift
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.006 + '[' '!' -f //runc.installer ']'
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.006 + . //runc.installer
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 ++ set -e
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 ++ : v1.0.2
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 + install_runc
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 + RUNC_BUILDTAGS=seccomp
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dgl0Hbr2pp/src/github.com/opencontainers/runc
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.009 Install runc version v1.0.2 (build tags: seccomp)
15:54:55 [2021-11-11T15:54:55.150Z] #58 2.013 Cloning into '/tmp/tmp.dgl0Hbr2pp/src/github.com/opencontainers/runc'...
15:54:56 [2021-11-11T15:54:56.518Z] #58 ...
15:54:56 [2021-11-11T15:54:56.518Z] 
15:54:56 [2021-11-11T15:54:56.518Z] #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
15:54:56 [2021-11-11T15:54:56.518Z] #16 sha256:bff232d730aa8252f1d0cffe3eda5d881848932629b28697050da762518790bb
15:54:56 [2021-11-11T15:54:56.518Z] #16 DONE 1.6s
15:54:56 [2021-11-11T15:54:56.518Z] 
15:54:56 [2021-11-11T15:54:56.518Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:54:56 [2021-11-11T15:54:56.518Z] #17 sha256:74acb39025a65d13d41b74def7f7b55a218df2114933ae942f0e025dbaea186f
15:54:57 [2021-11-11T15:54:57.889Z] #17 1.417 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:54:58 [2021-11-11T15:54:58.146Z] #17 DONE 1.6s
15:54:58 [2021-11-11T15:54:58.146Z] 
15:54:58 [2021-11-11T15:54:58.146Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:54:58 [2021-11-11T15:54:58.146Z] #18 sha256:1b1b1f47872363ea994601ec4b184d17cdc6b88435aff69646fe895768308f7a
15:54:59 [2021-11-11T15:54:59.562Z] #18 DONE 1.4s
15:54:59 [2021-11-11T15:54:59.562Z] 
15:54:59 [2021-11-11T15:54:59.562Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:54:59 [2021-11-11T15:54:59.562Z] #19 sha256:f965d325ab8721aaeb7d878cef03e8711bfe2209a94f4ebb3c4e65749919b3f0
15:55:00 [2021-11-11T15:55:00.931Z] #19 DONE 1.4s
15:55:00 [2021-11-11T15:55:00.931Z] 
15:55:00 [2021-11-11T15:55:00.931Z] #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
15:55:00 [2021-11-11T15:55:00.931Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:55:01 [2021-11-11T15:55:01.188Z] #62 ...
15:55:01 [2021-11-11T15:55:01.188Z] 
15:55:01 [2021-11-11T15:55:01.188Z] #20 [dev-systemd-false  6/25] RUN ldconfig
15:55:01 [2021-11-11T15:55:01.188Z] #20 sha256:648eb8b0bcec942d35db4fe9a730ebc9613cc9500030e7815f173fce0a17a4be
15:55:02 [2021-11-11T15:55:02.560Z] #20 DONE 1.5s
15:55:02 [2021-11-11T15:55:02.560Z] 
15:55:02 [2021-11-11T15:55:02.560Z] #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
15:55:02 [2021-11-11T15:55:02.560Z] #21 sha256:02e47910ef1d217b2fdf6749b5774d54849aa8675b41607a90ba7398f397013a
15:55:05 [2021-11-11T15:55:05.080Z] #21 2.433 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:55:05 [2021-11-11T15:55:05.080Z] #21 2.494 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
15:55:05 [2021-11-11T15:55:05.080Z] #21 2.494 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
15:55:06 [2021-11-11T15:55:06.009Z] #21 3.422 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
15:55:07 [2021-11-11T15:55:07.910Z] #21 5.375 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB]
15:55:08 [2021-11-11T15:55:08.167Z] #21 ...
15:55:08 [2021-11-11T15:55:08.167Z] 
15:55:08 [2021-11-11T15:55:08.167Z] #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
15:55:08 [2021-11-11T15:55:08.167Z] #58 sha256:02b8ba16ddb4a7fdb3f12da91398bf6ba27bdf2b708056d84f1ae9bb7253e55f
15:55:08 [2021-11-11T15:55:08.167Z] #58 15.16 + cd /tmp/tmp.dgl0Hbr2pp/src/github.com/opencontainers/runc
15:55:08 [2021-11-11T15:55:08.167Z] #58 15.16 + git checkout -q v1.0.2
15:55:09 [2021-11-11T15:55:09.534Z] #58 16.36 + '[' -z '' ']'
15:55:09 [2021-11-11T15:55:09.534Z] #58 16.36 + target=static
15:55:09 [2021-11-11T15:55:09.534Z] #58 16.36 + make BUILDTAGS=seccomp static
15:55:09 [2021-11-11T15:55:09.534Z] #58 16.72 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 .
15:55:17 [2021-11-11T15:55:17.635Z] #58 ...
15:55:17 [2021-11-11T15:55:17.635Z] 
15:55:17 [2021-11-11T15:55:17.635Z] #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
15:55:17 [2021-11-11T15:55:17.635Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68
15:55:17 [2021-11-11T15:55:17.635Z] #34 DONE 161.8s
15:55:17 [2021-11-11T15:55:17.635Z] 
15:55:17 [2021-11-11T15:55:17.635Z] #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
15:55:17 [2021-11-11T15:55:17.635Z] #21 sha256:02e47910ef1d217b2fdf6749b5774d54849aa8675b41607a90ba7398f397013a
15:55:17 [2021-11-11T15:55:17.635Z] #21 7.022 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
15:55:17 [2021-11-11T15:55:17.635Z] #21 14.05 Fetched 8473 kB in 12s (712 kB/s)
15:55:20 [2021-11-11T15:55:20.911Z] #21 14.05 Reading package lists...
15:55:25 [2021-11-11T15:55:25.127Z] #21 18.29 Reading package lists...
15:55:26 [2021-11-11T15:55:26.058Z] #21 22.53 Building dependency tree...
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.25 The following additional packages will be installed:
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.26   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.26   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.26   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.26   python3-pkg-resources vim-runtime xxd
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.29 Suggested packages:
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.29   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.29   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.29   acl attr quota
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.29 Recommended packages:
15:55:27 [2021-11-11T15:55:27.951Z] #21 25.29   libatm1 nftables libpam-cap build-essential python3-dev unzip
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.36 The following NEW packages will be installed:
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   python3-pkg-resources python3-setuptools python3-wheel sudo
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
15:55:29 [2021-11-11T15:55:29.845Z] #21 27.37   xz-utils zip zstd
15:55:30 [2021-11-11T15:55:30.105Z] #21 27.77 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
15:55:30 [2021-11-11T15:55:30.105Z] #21 27.77 Need to get 27.6 MB of archives.
15:55:30 [2021-11-11T15:55:30.105Z] #21 27.77 After this operation, 106 MB of additional disk space will be used.
15:55:30 [2021-11-11T15:55:30.105Z] #21 27.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
15:55:30 [2021-11-11T15:55:30.105Z] #21 27.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.87 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.89 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.90 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.90 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.93 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.94 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 27.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 28.02 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 28.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
15:55:30 [2021-11-11T15:55:30.365Z] #21 28.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
15:55:30 [2021-11-11T15:55:30.622Z] #21 28.03 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:55:30 [2021-11-11T15:55:30.622Z] #21 28.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:55:30 [2021-11-11T15:55:30.622Z] #21 28.06 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:55:30 [2021-11-11T15:55:30.622Z] #21 28.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
15:55:30 [2021-11-11T15:55:30.622Z] #21 28.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
15:55:30 [2021-11-11T15:55:30.622Z] #21 28.06 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.53 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.53 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.53 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.58 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.58 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.68 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.68 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.69 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.71 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.73 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.73 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.76 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
15:55:31 [2021-11-11T15:55:31.186Z] #21 28.81 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
15:55:31 [2021-11-11T15:55:31.443Z] #21 28.85 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
15:55:31 [2021-11-11T15:55:31.443Z] #21 28.85 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB]
15:55:31 [2021-11-11T15:55:31.699Z] #21 29.18 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB]
15:55:31 [2021-11-11T15:55:31.699Z] #21 29.23 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
15:55:31 [2021-11-11T15:55:31.956Z] #21 29.27 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
15:55:31 [2021-11-11T15:55:31.956Z] #21 29.29 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
15:55:32 [2021-11-11T15:55:32.886Z] #21 30.29 debconf: delaying package configuration, since apt-utils is not installed
15:55:33 [2021-11-11T15:55:33.145Z] #21 30.49 Fetched 27.6 MB in 2s (14.7 MB/s)
15:55:33 [2021-11-11T15:55:33.145Z] #21 30.61 Selecting previously unselected package pigz.
15:55:33 [2021-11-11T15:55:33.145Z] #21 30.61 (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.)
15:55:33 [2021-11-11T15:55:33.145Z] #21 30.70 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
15:55:33 [2021-11-11T15:55:33.402Z] #21 30.71 Unpacking pigz (2.6-1) ...
15:55:33 [2021-11-11T15:55:33.402Z] #21 30.83 Selecting previously unselected package libelf1:amd64.
15:55:33 [2021-11-11T15:55:33.402Z] #21 30.86 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
15:55:33 [2021-11-11T15:55:33.402Z] #21 30.87 Unpacking libelf1:amd64 (0.183-1) ...
15:55:33 [2021-11-11T15:55:33.739Z] #21 31.17 Selecting previously unselected package libbpf0:amd64.
15:55:33 [2021-11-11T15:55:33.739Z] #21 31.21 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
15:55:33 [2021-11-11T15:55:33.739Z] #21 31.22 Unpacking libbpf0:amd64 (1:0.3-2) ...
15:55:33 [2021-11-11T15:55:33.739Z] #21 31.38 Selecting previously unselected package libcap2:amd64.
15:55:33 [2021-11-11T15:55:33.739Z] #21 31.38 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
15:55:34 [2021-11-11T15:55:34.020Z] #21 31.39 Unpacking libcap2:amd64 (1:2.44-1) ...
15:55:34 [2021-11-11T15:55:34.020Z] #21 31.53 Selecting previously unselected package libmnl0:amd64.
15:55:34 [2021-11-11T15:55:34.020Z] #21 31.53 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
15:55:34 [2021-11-11T15:55:34.020Z] #21 31.56 Unpacking libmnl0:amd64 (1.0.4-3) ...
15:55:34 [2021-11-11T15:55:34.020Z] #21 31.68 Selecting previously unselected package libxtables12:amd64.
15:55:34 [2021-11-11T15:55:34.289Z] #21 31.69 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
15:55:34 [2021-11-11T15:55:34.289Z] #21 31.70 Unpacking libxtables12:amd64 (1.8.7-1) ...
15:55:34 [2021-11-11T15:55:34.590Z] #21 31.85 Selecting previously unselected package libcap2-bin.
15:55:34 [2021-11-11T15:55:34.590Z] #21 31.86 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
15:55:34 [2021-11-11T15:55:34.590Z] #21 31.87 Unpacking libcap2-bin (1:2.44-1) ...
15:55:34 [2021-11-11T15:55:34.590Z] #21 32.02 Selecting previously unselected package iproute2.
15:55:34 [2021-11-11T15:55:34.590Z] #21 32.02 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
15:55:34 [2021-11-11T15:55:34.590Z] #21 32.03 Unpacking iproute2 (5.10.0-4) ...
15:55:35 [2021-11-11T15:55:35.555Z] #21 32.91 Selecting previously unselected package xxd.
15:55:35 [2021-11-11T15:55:35.555Z] #21 32.92 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ...
15:55:35 [2021-11-11T15:55:35.555Z] #21 32.93 Unpacking xxd (2:8.2.2434-3) ...
15:55:35 [2021-11-11T15:55:35.555Z] #21 33.14 Selecting previously unselected package vim-common.
15:55:35 [2021-11-11T15:55:35.555Z] #21 33.14 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
15:55:35 [2021-11-11T15:55:35.555Z] #21 33.17 Unpacking vim-common (2:8.2.2434-3) ...
15:55:36 [2021-11-11T15:55:36.117Z] #21 33.49 Selecting previously unselected package bash-completion.
15:55:36 [2021-11-11T15:55:36.117Z] #21 33.49 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
15:55:39 [2021-11-11T15:55:39.398Z] #21 36.76 Unpacking bash-completion (1:2.11-2) ...
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.11 Selecting previously unselected package bzip2.
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.11 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.12 Unpacking bzip2 (1.0.8-4) ...
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.18 Selecting previously unselected package xz-utils.
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.18 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.19 Unpacking xz-utils (5.2.5-2) ...
15:55:39 [2021-11-11T15:55:39.655Z] #21 37.33 Selecting previously unselected package apparmor.
15:55:39 [2021-11-11T15:55:39.911Z] #21 37.33 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
15:55:39 [2021-11-11T15:55:39.911Z] #21 37.41 Unpacking apparmor (2.13.6-10) ...
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.76 Selecting previously unselected package inetutils-ping.
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.77 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.78 Unpacking inetutils-ping (2:2.0-1) ...
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.88 Selecting previously unselected package libip4tc2:amd64.
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.88 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.90 Unpacking libip4tc2:amd64 (1.8.7-1) ...
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.96 Selecting previously unselected package libip6tc2:amd64.
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.96 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.425Z] #21 37.97 Unpacking libip6tc2:amd64 (1.8.7-1) ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.03 Selecting previously unselected package libnfnetlink0:amd64.
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.03 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.04 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.09 Selecting previously unselected package libnetfilter-conntrack3:amd64.
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.10 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.17 Selecting previously unselected package libnftnl11:amd64.
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.17 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.18 Unpacking libnftnl11:amd64 (1.1.9-1) ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.25 Selecting previously unselected package iptables.
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.25 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.681Z] #21 38.25 Unpacking iptables (1.8.7-1) ...
15:55:40 [2021-11-11T15:55:40.937Z] #21 38.50 Selecting previously unselected package libonig5:amd64.
15:55:40 [2021-11-11T15:55:40.937Z] #21 38.51 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
15:55:40 [2021-11-11T15:55:40.937Z] #21 38.51 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:55:40 [2021-11-11T15:55:40.937Z] #21 38.62 Selecting previously unselected package libjq1:amd64.
15:55:41 [2021-11-11T15:55:41.193Z] #21 38.62 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
15:55:41 [2021-11-11T15:55:41.193Z] #21 38.63 Unpacking libjq1:amd64 (1.6-2.1) ...
15:55:41 [2021-11-11T15:55:41.193Z] #21 38.75 Selecting previously unselected package jq.
15:55:41 [2021-11-11T15:55:41.193Z] #21 38.75 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
15:55:41 [2021-11-11T15:55:41.193Z] #21 38.75 Unpacking jq (1.6-2.1) ...
15:55:41 [2021-11-11T15:55:41.193Z] #21 38.85 Selecting previously unselected package libaio1:amd64.
15:55:41 [2021-11-11T15:55:41.450Z] #21 38.86 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
15:55:41 [2021-11-11T15:55:41.450Z] #21 38.86 Unpacking libaio1:amd64 (0.3.112-9) ...
15:55:41 [2021-11-11T15:55:41.450Z] #21 38.92 Selecting previously unselected package libgpm2:amd64.
15:55:41 [2021-11-11T15:55:41.450Z] #21 38.92 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
15:55:41 [2021-11-11T15:55:41.450Z] #21 38.93 Unpacking libgpm2:amd64 (1.20.7-8) ...
15:55:41 [2021-11-11T15:55:41.706Z] #21 38.99 Selecting previously unselected package libicu67:amd64.
15:55:41 [2021-11-11T15:55:41.706Z] #21 38.99 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
15:55:41 [2021-11-11T15:55:41.706Z] #21 38.99 Unpacking libicu67:amd64 (67.1-7) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.00 Selecting previously unselected package libinih1:amd64.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.00 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.01 Unpacking libinih1:amd64 (53-1+b2) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.05 Selecting previously unselected package libnet1:amd64.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.06 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.14 Selecting previously unselected package libnl-3-200:amd64.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.15 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.16 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.23 Selecting previously unselected package libprotobuf-c1:amd64.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.25 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.26 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.31 Selecting previously unselected package net-tools.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.32 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.32 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.49 Selecting previously unselected package patch.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.50 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.51 Unpacking patch (2.7.6-7) ...
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.60 Selecting previously unselected package python-pip-whl.
15:55:44 [2021-11-11T15:55:44.985Z] #21 42.60 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
15:55:45 [2021-11-11T15:55:45.242Z] #21 42.61 Unpacking python-pip-whl (20.3.4-4) ...
15:55:45 [2021-11-11T15:55:45.813Z] #21 43.12 Selecting previously unselected package python3-lib2to3.
15:55:45 [2021-11-11T15:55:45.813Z] #21 43.13 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.14 Unpacking python3-lib2to3 (3.9.2-1) ...
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.22 Selecting previously unselected package python3-distutils.
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.23 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.24 Unpacking python3-distutils (3.9.2-1) ...
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.35 Selecting previously unselected package python3-pkg-resources.
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.37 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.38 Unpacking python3-pkg-resources (52.0.0-4) ...
15:55:45 [2021-11-11T15:55:45.814Z] #21 43.49 Selecting previously unselected package python3-setuptools.
15:55:46 [2021-11-11T15:55:46.071Z] #21 43.49 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
15:55:46 [2021-11-11T15:55:46.071Z] #21 43.50 Unpacking python3-setuptools (52.0.0-4) ...
15:55:46 [2021-11-11T15:55:46.071Z] #21 43.73 Selecting previously unselected package python3-wheel.
15:55:46 [2021-11-11T15:55:46.071Z] #21 43.74 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
15:55:46 [2021-11-11T15:55:46.071Z] #21 43.74 Unpacking python3-wheel (0.34.2-1) ...
15:55:46 [2021-11-11T15:55:46.328Z] #21 43.83 Selecting previously unselected package python3-pip.
15:55:46 [2021-11-11T15:55:46.328Z] #21 43.83 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
15:55:46 [2021-11-11T15:55:46.328Z] #21 43.84 Unpacking python3-pip (20.3.4-4) ...
15:55:46 [2021-11-11T15:55:46.584Z] #21 44.07 Selecting previously unselected package sudo.
15:55:46 [2021-11-11T15:55:46.584Z] #21 44.08 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
15:55:46 [2021-11-11T15:55:46.584Z] #21 44.09 Unpacking sudo (1.9.5p2-3) ...
15:55:47 [2021-11-11T15:55:47.148Z] #21 44.59 Selecting previously unselected package thin-provisioning-tools.
15:55:47 [2021-11-11T15:55:47.148Z] #21 44.60 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
15:55:47 [2021-11-11T15:55:47.148Z] #21 44.61 Unpacking thin-provisioning-tools (0.9.0-1) ...
15:55:47 [2021-11-11T15:55:47.405Z] #21 44.83 Selecting previously unselected package uidmap.
15:55:47 [2021-11-11T15:55:47.405Z] #21 44.83 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
15:55:47 [2021-11-11T15:55:47.405Z] #21 44.84 Unpacking uidmap (1:4.8.1-1) ...
15:55:47 [2021-11-11T15:55:47.405Z] #21 44.96 Selecting previously unselected package vim-runtime.
15:55:47 [2021-11-11T15:55:47.405Z] #21 44.96 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ...
15:55:47 [2021-11-11T15:55:47.661Z] #21 45.01 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
15:55:47 [2021-11-11T15:55:47.661Z] #21 45.03 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
15:55:47 [2021-11-11T15:55:47.661Z] #21 45.04 Unpacking vim-runtime (2:8.2.2434-3) ...
15:55:50 [2021-11-11T15:55:50.931Z] #21 47.90 Selecting previously unselected package vim.
15:55:50 [2021-11-11T15:55:50.931Z] #21 47.90 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ...
15:55:50 [2021-11-11T15:55:50.931Z] #21 47.92 Unpacking vim (2:8.2.2434-3) ...
15:55:50 [2021-11-11T15:55:50.931Z] #21 48.38 Selecting previously unselected package xfsprogs.
15:55:50 [2021-11-11T15:55:50.931Z] #21 48.40 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
15:55:50 [2021-11-11T15:55:50.931Z] #21 48.41 Unpacking xfsprogs (5.10.0-4) ...
15:55:51 [2021-11-11T15:55:51.493Z] #21 48.82 Selecting previously unselected package zip.
15:55:51 [2021-11-11T15:55:51.493Z] #21 48.82 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
15:55:51 [2021-11-11T15:55:51.493Z] #21 48.82 Unpacking zip (3.0-12) ...
15:55:51 [2021-11-11T15:55:51.493Z] #21 48.95 Selecting previously unselected package zstd.
15:55:51 [2021-11-11T15:55:51.493Z] #21 48.97 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
15:55:51 [2021-11-11T15:55:51.493Z] #21 48.98 Unpacking zstd (1.4.8+dfsg-2.1) ...
15:55:51 [2021-11-11T15:55:51.750Z] #21 49.30 Setting up python3-pkg-resources (52.0.0-4) ...
15:55:52 [2021-11-11T15:55:52.679Z] #21 50.14 Setting up libip4tc2:amd64 (1.8.7-1) ...
15:55:52 [2021-11-11T15:55:52.679Z] #21 50.17 Setting up net-tools (1.60+git20181103.0eebece-1) ...
15:55:52 [2021-11-11T15:55:52.679Z] #21 50.18 Setting up libgpm2:amd64 (1.20.7-8) ...
15:55:52 [2021-11-11T15:55:52.679Z] #21 50.19 Setting up libicu67:amd64 (67.1-7) ...
15:55:52 [2021-11-11T15:55:52.679Z] #21 50.21 Setting up libip6tc2:amd64 (1.8.7-1) ...
15:55:52 [2021-11-11T15:55:52.679Z] #21 50.22 Setting up libinih1:amd64 (53-1+b2) ...
15:55:52 [2021-11-11T15:55:52.935Z] #21 50.23 Setting up uidmap (1:4.8.1-1) ...
15:55:52 [2021-11-11T15:55:52.935Z] #21 50.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:55:52 [2021-11-11T15:55:52.935Z] #21 50.26 Setting up bzip2 (1.0.8-4) ...
15:55:52 [2021-11-11T15:55:52.935Z] #21 50.27 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:55:52 [2021-11-11T15:55:52.935Z] #21 50.29 Setting up python3-wheel (0.34.2-1) ...
15:55:53 [2021-11-11T15:55:53.509Z] #21 50.91 Setting up xxd (2:8.2.2434-3) ...
15:55:53 [2021-11-11T15:55:53.509Z] #21 50.92 Setting up libcap2:amd64 (1:2.44-1) ...
15:55:53 [2021-11-11T15:55:53.509Z] #21 50.93 Setting up libcap2-bin (1:2.44-1) ...
15:55:53 [2021-11-11T15:55:53.509Z] #21 50.94 Setting up apparmor (2.13.6-10) ...
15:55:55 [2021-11-11T15:55:55.401Z] #21 52.53 Setting up zip (3.0-12) ...
15:55:55 [2021-11-11T15:55:55.401Z] #21 52.56 Setting up vim-common (2:8.2.2434-3) ...
15:55:55 [2021-11-11T15:55:55.401Z] #21 52.59 Setting up bash-completion (1:2.11-2) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.38 Setting up xz-utils (5.2.5-2) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.40 Setting up libmnl0:amd64 (1.0.4-3) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.41 Setting up patch (2.7.6-7) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.43 Setting up sudo (1.9.5p2-3) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.49 invoke-rc.d: could not determine current runlevel
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.51 invoke-rc.d: policy-rc.d denied execution of start.
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.52 Setting up xfsprogs (5.10.0-4) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.53 Setting up libxtables12:amd64 (1.8.7-1) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.55 Setting up inetutils-ping (2:2.0-1) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.56 Setting up pigz (2.6-1) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.57 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.58 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.60 Setting up python-pip-whl (20.3.4-4) ...
15:55:57 [2021-11-11T15:55:57.292Z] #21 54.61 Setting up vim-runtime (2:8.2.2434-3) ...
15:55:57 [2021-11-11T15:55:57.855Z] #21 55.33 Setting up libaio1:amd64 (0.3.112-9) ...
15:55:57 [2021-11-11T15:55:57.855Z] #21 55.34 Setting up python3-lib2to3 (3.9.2-1) ...
15:55:58 [2021-11-11T15:55:58.111Z] #21 55.64 Setting up libelf1:amd64 (0.183-1) ...
15:55:58 [2021-11-11T15:55:58.111Z] #21 55.67 Setting up zstd (1.4.8+dfsg-2.1) ...
15:55:58 [2021-11-11T15:55:58.111Z] #21 55.68 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:55:58 [2021-11-11T15:55:58.111Z] #21 55.69 Setting up python3-distutils (3.9.2-1) ...
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.19 Setting up vim (2:8.2.2434-3) ...
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:55:58 [2021-11-11T15:55:58.674Z] #21 56.27 Setting up python3-setuptools (52.0.0-4) ...
15:56:00 [2021-11-11T15:56:00.041Z] #21 57.46 Setting up libjq1:amd64 (1.6-2.1) ...
15:56:00 [2021-11-11T15:56:00.041Z] #21 57.50 Setting up libnftnl11:amd64 (1.1.9-1) ...
15:56:00 [2021-11-11T15:56:00.041Z] #21 57.51 Setting up thin-provisioning-tools (0.9.0-1) ...
15:56:00 [2021-11-11T15:56:00.041Z] #21 57.52 Setting up python3-pip (20.3.4-4) ...
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.56 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.57 Setting up jq (1.6-2.1) ...
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.58 Setting up libbpf0:amd64 (1:0.3-2) ...
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.60 Setting up iptables (1.8.7-1) ...
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.60 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.61 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.61 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.63 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.63 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.64 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.64 Setting up iproute2 (5.10.0-4) ...
15:56:01 [2021-11-11T15:56:01.408Z] #21 58.98 Processing triggers for libc-bin (2.31-13+deb11u2) ...
15:56:02 [2021-11-11T15:56:02.339Z] #21 DONE 59.6s
15:56:02 [2021-11-11T15:56:02.339Z] 
15:56:02 [2021-11-11T15:56:02.339Z] #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
15:56:02 [2021-11-11T15:56:02.339Z] #22 sha256:7bac5318c7f501af978b67704560a4fba72ad524694b2e7e7aa61cadc21b3bf2
15:56:03 [2021-11-11T15:56:03.706Z] #22 1.339 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:56:03 [2021-11-11T15:56:03.706Z] #22 1.339 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:56:03 [2021-11-11T15:56:03.706Z] #22 1.347 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:56:03 [2021-11-11T15:56:03.706Z] #22 DONE 1.4s
15:56:03 [2021-11-11T15:56:03.706Z] 
15:56:03 [2021-11-11T15:56:03.706Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
15:56:03 [2021-11-11T15:56:03.706Z] #23 sha256:c381dc5168a35195ac7b3fe04018060c7364414236bb395498ca4971ad56fdde
15:56:18 [2021-11-11T15:56:18.561Z] #23 13.77 Collecting yamllint==1.26.1
15:56:18 [2021-11-11T15:56:18.561Z] #23 14.85   Downloading yamllint-1.26.1.tar.gz (126 kB)
15:56:19 [2021-11-11T15:56:19.490Z] #23 15.89 Collecting pathspec>=0.5.3
15:56:19 [2021-11-11T15:56:19.490Z] #23 15.90   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
15:56:19 [2021-11-11T15:56:19.747Z] #23 16.24 Collecting pyyaml
15:56:19 [2021-11-11T15:56:19.747Z] #23 16.24   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)
15:56:19 [2021-11-11T15:56:19.747Z] #23 16.29 Building wheels for collected packages: yamllint
15:56:19 [2021-11-11T15:56:19.747Z] #23 16.29   Building wheel for yamllint (setup.py): started
15:56:20 [2021-11-11T15:56:20.676Z] #23 17.18   Building wheel for yamllint (setup.py): finished with status 'done'
15:56:20 [2021-11-11T15:56:20.676Z] #23 17.18   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4f57d49ebf3cbb7b6fa0afd2f048f3e77d30c1f451656efcd44ee5b6c61cdc67
15:56:20 [2021-11-11T15:56:20.676Z] #23 17.18   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
15:56:20 [2021-11-11T15:56:20.676Z] #23 17.19 Successfully built yamllint
15:56:20 [2021-11-11T15:56:20.676Z] #23 17.23 Installing collected packages: pyyaml, pathspec, yamllint
15:56:21 [2021-11-11T15:56:21.241Z] #23 17.55 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
15:56:21 [2021-11-11T15:56:21.499Z] #23 DONE 17.9s
15:56:21 [2021-11-11T15:56:21.499Z] 
15:56:21 [2021-11-11T15:56:21.499Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
15:56:21 [2021-11-11T15:56:21.499Z] #27 sha256:781040757b90d7e059cc72bd8695adf746a00bf3e3cae704d716848a3e14f08f
15:56:21 [2021-11-11T15:56:21.756Z] #27 DONE 0.3s
15:56:21 [2021-11-11T15:56:21.756Z] 
15:56:21 [2021-11-11T15:56:21.756Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
15:56:21 [2021-11-11T15:56:21.756Z] #32 sha256:7d693980a31e3b10461d977b9cf6bc0350a24132ab6c78b1a726690855baa041
15:56:22 [2021-11-11T15:56:22.319Z] #32 DONE 0.5s
15:56:22 [2021-11-11T15:56:22.319Z] 
15:56:22 [2021-11-11T15:56:22.319Z] #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
15:56:22 [2021-11-11T15:56:22.319Z] #58 sha256:02b8ba16ddb4a7fdb3f12da91398bf6ba27bdf2b708056d84f1ae9bb7253e55f
15:56:22 [2021-11-11T15:56:22.319Z] #58 ...
15:56:22 [2021-11-11T15:56:22.319Z] 
15:56:22 [2021-11-11T15:56:22.319Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
15:56:22 [2021-11-11T15:56:22.319Z] #35 sha256:4a32b5bc0d786d14585a4681db36c8098e91c3273308d296aca9466cbec66a70
15:56:22 [2021-11-11T15:56:22.576Z] #35 DONE 0.3s
15:56:22 [2021-11-11T15:56:22.576Z] 
15:56:22 [2021-11-11T15:56:22.576Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
15:56:22 [2021-11-11T15:56:22.576Z] #37 sha256:ba984229b8e0b8c0102b4d3952744b7c251414c1593559d1dd064e077114abc5
15:56:22 [2021-11-11T15:56:22.576Z] #37 DONE 0.1s
15:56:22 [2021-11-11T15:56:22.576Z] 
15:56:22 [2021-11-11T15:56:22.576Z] #41 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
15:56:22 [2021-11-11T15:56:22.576Z] #41 sha256:3b733904f384c7a9e9d1d958c2ac175af8d9573d708e9a4f832ee039330e17ea
15:56:22 [2021-11-11T15:56:22.576Z] #41 DONE 0.1s
15:56:22 [2021-11-11T15:56:22.576Z] 
15:56:22 [2021-11-11T15:56:22.576Z] #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
15:56:22 [2021-11-11T15:56:22.576Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:56:30 [2021-11-11T15:56:30.666Z] #62 ...
15:56:30 [2021-11-11T15:56:30.666Z] 
15:56:30 [2021-11-11T15:56:30.667Z] #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
15:56:30 [2021-11-11T15:56:30.667Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe
15:56:30 [2021-11-11T15:56:30.667Z] #43 234.0 + dpkg --print-architecture
15:56:30 [2021-11-11T15:56:30.667Z] #43 234.0 + git checkout -q v2.1.0
15:56:30 [2021-11-11T15:56:30.667Z] #43 234.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:56:30 [2021-11-11T15:56:30.667Z] #43 234.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
15:56:33 [2021-11-11T15:56:33.189Z] #43 ...
15:56:33 [2021-11-11T15:56:33.189Z] 
15:56:33 [2021-11-11T15:56:33.189Z] #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
15:56:33 [2021-11-11T15:56:33.189Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e
15:56:33 [2021-11-11T15:56:33.189Z] #53 236.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
15:56:33 [2021-11-11T15:56:33.189Z] #53 DONE 237.5s
15:56:33 [2021-11-11T15:56:33.189Z] 
15:56:33 [2021-11-11T15:56:33.189Z] #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
15:56:33 [2021-11-11T15:56:33.189Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:56:48 [2021-11-11T15:56:48.077Z] #62 ...
15:56:48 [2021-11-11T15:56:48.077Z] 
15:56:48 [2021-11-11T15:56:48.077Z] #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
15:56:48 [2021-11-11T15:56:48.077Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe
15:56:48 [2021-11-11T15:56:48.077Z] #43 DONE 251.8s
15:56:48 [2021-11-11T15:56:48.077Z] 
15:56:48 [2021-11-11T15:56:48.077Z] #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
15:56:48 [2021-11-11T15:56:48.077Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:56:49 [2021-11-11T15:56:49.441Z] #62 ...
15:56:49 [2021-11-11T15:56:49.441Z] 
15:56:49 [2021-11-11T15:56:49.441Z] #44 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
15:56:49 [2021-11-11T15:56:49.441Z] #44 sha256:e88272b8e263feb7e4b3f347b2761aa37ef9f8b111dc82b97c1ab3c352c3e49f
15:56:50 [2021-11-11T15:56:50.009Z] #44 DONE 0.5s
15:56:50 [2021-11-11T15:56:50.009Z] 
15:56:50 [2021-11-11T15:56:50.009Z] #48 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
15:56:50 [2021-11-11T15:56:50.009Z] #48 sha256:df2b09c54d350b52c3589a6907e2198453c579afce30cc2a4ce52abe30666a3d
15:56:50 [2021-11-11T15:56:50.009Z] #48 DONE 0.0s
15:56:50 [2021-11-11T15:56:50.009Z] 
15:56:50 [2021-11-11T15:56:50.009Z] #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
15:56:50 [2021-11-11T15:56:50.009Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:56:50 [2021-11-11T15:56:50.267Z] #62 ...
15:56:50 [2021-11-11T15:56:50.267Z] 
15:56:50 [2021-11-11T15:56:50.267Z] #50 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
15:56:50 [2021-11-11T15:56:50.267Z] #50 sha256:d5bb67c25a7cf1dd83ba522febc22049d0260b3abb79aae3c61fa9391e536665
15:56:50 [2021-11-11T15:56:50.267Z] #50 DONE 0.1s
15:56:50 [2021-11-11T15:56:50.267Z] 
15:56:50 [2021-11-11T15:56:50.267Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
15:56:50 [2021-11-11T15:56:50.267Z] #52 sha256:3d58ab331639b419e4a792c3f00eadf35f81bd48a8fc19d55ec49c44405823ca
15:56:50 [2021-11-11T15:56:50.267Z] #52 DONE 0.1s
15:56:50 [2021-11-11T15:56:50.267Z] 
15:56:50 [2021-11-11T15:56:50.267Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
15:56:50 [2021-11-11T15:56:50.267Z] #54 sha256:941f86366d20ca2deb0c91eb5c1d6a86d8d2a9a171ee1d1e36d83a73efd7af15
15:56:50 [2021-11-11T15:56:50.527Z] #54 DONE 0.4s
15:56:50 [2021-11-11T15:56:50.527Z] 
15:56:50 [2021-11-11T15:56:50.527Z] #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
15:56:50 [2021-11-11T15:56:50.527Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:56:50 [2021-11-11T15:56:50.789Z] #62 ...
15:56:50 [2021-11-11T15:56:50.789Z] 
15:56:50 [2021-11-11T15:56:50.789Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
15:56:50 [2021-11-11T15:56:50.789Z] #56 sha256:b3c48bee434afea1aeecd19d22b85fac210bd655f41383b34fcaee5d93152e0f
15:56:50 [2021-11-11T15:56:50.789Z] #56 DONE 0.1s
15:56:50 [2021-11-11T15:56:50.789Z] 
15:56:50 [2021-11-11T15:56:50.789Z] #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
15:56:50 [2021-11-11T15:56:50.789Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:57:12 [2021-11-11T15:57:12.728Z] #62 218.6 + bin/containerd
15:57:14 [2021-11-11T15:57:14.617Z] #62 ...
15:57:14 [2021-11-11T15:57:14.617Z] 
15:57:14 [2021-11-11T15:57:14.617Z] #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
15:57:14 [2021-11-11T15:57:14.617Z] #58 sha256:02b8ba16ddb4a7fdb3f12da91398bf6ba27bdf2b708056d84f1ae9bb7253e55f
15:57:14 [2021-11-11T15:57:14.618Z] #58 139.9 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
15:57:14 [2021-11-11T15:57:14.618Z] #58 140.8 + mkdir -p /build
15:57:14 [2021-11-11T15:57:14.618Z] #58 140.8 + cp runc /build/runc
15:57:14 [2021-11-11T15:57:14.618Z] #58 DONE 141.6s
15:57:14 [2021-11-11T15:57:14.618Z] 
15:57:14 [2021-11-11T15:57:14.618Z] #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
15:57:14 [2021-11-11T15:57:14.618Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:57:16 [2021-11-11T15:57:16.512Z] #62 ...
15:57:16 [2021-11-11T15:57:16.512Z] 
15:57:16 [2021-11-11T15:57:16.512Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
15:57:16 [2021-11-11T15:57:16.512Z] #59 sha256:4bb63f3be4ea130980d06638eba7807284310c5dd782c7fe8783ea9d159394af
15:57:16 [2021-11-11T15:57:16.769Z] #59 DONE 0.3s
15:57:16 [2021-11-11T15:57:16.769Z] 
15:57:16 [2021-11-11T15:57:16.769Z] #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
15:57:16 [2021-11-11T15:57:16.769Z] #62 sha256:2003a5b4a124e4c6d5aa368f7b2d7ca31182a7b2e8ba53f452e0f8caecdb78f2
15:57:48 [2021-11-11T15:57:48.849Z] #62 254.3 # github.com/containerd/containerd/cmd/containerd
15:57:48 [2021-11-11T15:57:48.849Z] #62 254.3 /usr/bin/ld: /tmp/go-link-3389861672/000019.o: in function `New':
15:57:48 [2021-11-11T15:57:48.849Z] #62 254.3 /tmp/tmp.AS14oJPkoJ/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
15:57:48 [2021-11-11T15:57:48.849Z] #62 254.4 + bin/containerd-stress
15:57:48 [2021-11-11T15:57:48.849Z] #62 255.4 + bin/containerd-shim
15:57:54 [2021-11-11T15:57:54.095Z] #62 262.6 + bin/containerd-shim-runc-v1
15:57:59 [2021-11-11T15:57:59.343Z] #62 267.8 + bin/containerd-shim-runc-v2
15:57:59 [2021-11-11T15:57:59.904Z] #62 268.4 + binaries
15:57:59 [2021-11-11T15:57:59.904Z] #62 268.4 + install -D bin/containerd /build/containerd
15:57:59 [2021-11-11T15:57:59.904Z] #62 268.4 + install -D bin/containerd-shim /build/containerd-shim
15:57:59 [2021-11-11T15:57:59.904Z] #62 268.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
15:57:59 [2021-11-11T15:57:59.904Z] #62 268.4 + install -D bin/ctr /build/ctr
15:58:01 [2021-11-11T15:58:01.791Z] #62 DONE 270.2s
15:58:03 [2021-11-11T15:58:03.686Z] 
15:58:03 [2021-11-11T15:58:03.686Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
15:58:03 [2021-11-11T15:58:03.686Z] #63 sha256:a1c132535c46b500e2358cc133aa20b82da94428f22247ac5f98a1816ff87971
15:58:03 [2021-11-11T15:58:03.942Z] #63 DONE 0.7s
15:58:03 [2021-11-11T15:58:03.942Z] 
15:58:03 [2021-11-11T15:58:03.942Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:58:03 [2021-11-11T15:58:03.942Z] #68 sha256:35f853c3b7d8555a2614de5c74de885acb92c4d0b666e6be8ce83b3c2266e350
15:58:04 [2021-11-11T15:58:04.198Z] #68 DONE 0.2s
15:58:04 [2021-11-11T15:58:04.198Z] 
15:58:04 [2021-11-11T15:58:04.198Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
15:58:04 [2021-11-11T15:58:04.198Z] #73 sha256:46f0521dd27d251d9373e0fc3cac4d6f42f1481e892a93141818d1dac6fc8ff4
15:58:05 [2021-11-11T15:58:05.128Z] #73 DONE 0.8s
15:58:05 [2021-11-11T15:58:05.128Z] 
15:58:05 [2021-11-11T15:58:05.128Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
15:58:05 [2021-11-11T15:58:05.128Z] #74 sha256:14e625784d77bef9dd0d2a3d0895affcb36cea768ffdecf133ffd81d7c0d5d5f
15:58:05 [2021-11-11T15:58:05.128Z] #74 DONE 0.0s
15:58:05 [2021-11-11T15:58:05.128Z] 
15:58:05 [2021-11-11T15:58:05.128Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
15:58:05 [2021-11-11T15:58:05.128Z] #75 sha256:ea851aaf4c47e74bf7791356e4c4c245e3cf7ddd21a3d5e4fa5d4797c38fca45
15:58:05 [2021-11-11T15:58:05.689Z] #75 DONE 0.7s
15:58:05 [2021-11-11T15:58:05.689Z] 
15:58:05 [2021-11-11T15:58:05.689Z] #76 exporting to image
15:58:05 [2021-11-11T15:58:05.689Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:58:05 [2021-11-11T15:58:05.689Z] #76 exporting layers
15:58:12 [2021-11-11T15:58:12.226Z] #76 exporting layers 5.8s done
15:58:12 [2021-11-11T15:58:12.226Z] #76 writing image sha256:2374fef23631686d10bf92b0f4c8d1a7dbdac5e1c8d86810181909de8ad72711 done
15:58:12 [2021-11-11T15:58:12.226Z] #76 naming to docker.io/library/docker:0538b6c22753f98968f7bba19708a7ea77312d11 0.0s done
15:58:12 [2021-11-11T15:58:12.226Z] #76 DONE 5.9s