Skip to content

Console Output

Skipping 21 KB.. Full Log
h2-1:amd64 (1.9.0-2) ...
11:36:15 [2023-07-28T11:36:15.132Z] #17 5.167 Setting up openssl (1.1.1n-0+deb11u5) ...
11:36:15 [2023-07-28T11:36:15.132Z] #17 5.183 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:36:15 [2023-07-28T11:36:15.132Z] #17 5.193 Setting up libjq1:amd64 (1.6-2.1) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 5.202 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 5.212 Setting up ca-certificates (20210119) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 5.603 Updating certificates in /etc/ssl/certs...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.055 129 added, 0 removed; done.
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.089 Setting up jq (1.6-2.1) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.100 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.110 Setting up curl (7.74.0-1.3+deb11u7) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.123 Processing triggers for libc-bin (2.31-13+deb11u6) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.144 Processing triggers for ca-certificates (20210119) ...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.152 Updating certificates in /etc/ssl/certs...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.516 0 added, 0 removed; done.
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.516 Running hooks in /etc/ca-certificates/update.d...
11:36:15 [2023-07-28T11:36:15.133Z] #17 6.517 done.
11:36:15 [2023-07-28T11:36:15.701Z] #17 DONE 10.7s
11:36:15 [2023-07-28T11:36:15.701Z] 
11:36:15 [2023-07-28T11:36:15.701Z] #16 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:36:15 [2023-07-28T11:36:15.701Z] #16 DONE 0.9s
11:36:15 [2023-07-28T11:36:15.701Z] 
11:36:15 [2023-07-28T11:36:15.701Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:36:15 [2023-07-28T11:36:15.701Z] #18 DONE 0.1s
11:36:15 [2023-07-28T11:36:15.701Z] 
11:36:15 [2023-07-28T11:36:15.701Z] #19 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
11:36:16 [2023-07-28T11:36:16.640Z] #19 DONE 0.7s
11:36:16 [2023-07-28T11:36:16.640Z] 
11:36:16 [2023-07-28T11:36:16.640Z] #20 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:36:16 [2023-07-28T11:36:16.640Z] #20 DONE 0.1s
11:36:16 [2023-07-28T11:36:16.640Z] 
11:36:16 [2023-07-28T11:36:16.640Z] #21 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
11:36:16 [2023-07-28T11:36:16.640Z] #21 ...
11:36:16 [2023-07-28T11:36:16.640Z] 
11:36:16 [2023-07-28T11:36:16.640Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:36:16 [2023-07-28T11:36:16.640Z] #22 DONE 0.1s
11:36:16 [2023-07-28T11:36:16.900Z] 
11:36:16 [2023-07-28T11:36:16.900Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
11:36:17 [2023-07-28T11:36:17.846Z] #23 1.132 + git clone https://github.com/docker/distribution.git .
11:36:17 [2023-07-28T11:36:17.846Z] #23 1.133 Cloning into '.'...
11:36:19 [2023-07-28T11:36:19.763Z] #23 ...
11:36:19 [2023-07-28T11:36:19.763Z] 
11:36:19 [2023-07-28T11:36:19.763Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.015 + RM_GOPATH=0
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.015 + TMP_GOPATH=
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.015 + : /build
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.015 + '[' -z '' ']'
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.016 ++ mktemp -d
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.016 + export GOPATH=/tmp/tmp.RUeVOMUyHb
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.016 + GOPATH=/tmp/tmp.RUeVOMUyHb
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.017 + RM_GOPATH=1
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.017 + case "$(go env GOARCH)" in
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.017 ++ go env GOARCH
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.022 + export GO_BUILDMODE=-buildmode=pie
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.022 + GO_BUILDMODE=-buildmode=pie
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.022 ++ dirname /tmp/install/install.sh
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + dir=/tmp/install
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + bin=dockercli
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + shift
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 Install docker/cli version 17.06.2-ce from stable
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + '[' '!' -f /tmp/install/dockercli.installer ']'
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + . /tmp/install/dockercli.installer
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 ++ : stable
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 ++ : 17.06.2-ce
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + install_dockercli
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 + echo 'Install docker/cli version 17.06.2-ce from stable'
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.023 ++ uname -m
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.024 + arch=x86_64
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.024 + '[' x86_64 '!=' x86_64 ']'
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.024 + url=https://download.docker.com/linux/static
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.025 + tar -xz docker/docker
11:36:19 [2023-07-28T11:36:19.763Z] #24 1.026 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
11:36:19 [2023-07-28T11:36:19.763Z] #24 2.475 + mkdir -p /build
11:36:19 [2023-07-28T11:36:19.763Z] #24 2.477 + mv docker/docker /build/
11:36:19 [2023-07-28T11:36:19.763Z] #24 2.485 + rmdir docker
11:36:19 [2023-07-28T11:36:19.763Z] #24 DONE 3.4s
11:36:20 [2023-07-28T11:36:20.030Z] 
11:36:20 [2023-07-28T11:36:20.030Z] #25 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.846 + RM_GOPATH=0
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.846 + TMP_GOPATH=
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.846 + : /build
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.846 + '[' -z '' ']'
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.846 ++ mktemp -d
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.848 + export GOPATH=/tmp/tmp.4fk3nt6mNz
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.848 + GOPATH=/tmp/tmp.4fk3nt6mNz
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.848 + RM_GOPATH=1
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.848 + case "$(go env GOARCH)" in
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.848 ++ go env GOARCH
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.851 + export GO_BUILDMODE=-buildmode=pie
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.851 + GO_BUILDMODE=-buildmode=pie
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.851 ++ dirname /tmp/install/install.sh
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 Install golangci-lint version v1.49.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + dir=/tmp/install
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + bin=golangci_lint
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + shift
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + . /tmp/install/golangci_lint.installer
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 ++ : v1.49.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + install_golangci_lint
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + set -e
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + echo 'Install golangci-lint version v1.49.0'
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + GOBIN=/build
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + GO111MODULE=on
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.852 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 0.905 go: downloading github.com/golangci/golangci-lint v1.49.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.118 go: downloading github.com/fatih/color v1.13.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.130 go: downloading github.com/pkg/errors v0.9.1
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.146 go: downloading github.com/gofrs/flock v0.8.1
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.147 go: downloading github.com/spf13/cobra v1.5.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.147 go: downloading github.com/spf13/pflag v1.0.5
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.148 go: downloading github.com/spf13/viper v1.12.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.149 go: downloading gopkg.in/yaml.v3 v3.0.1
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.285 go: downloading golang.org/x/tools v0.1.12
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.408 go: downloading github.com/hashicorp/go-version v1.6.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.461 go: downloading github.com/ldez/gomoddirectives v0.2.3
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.471 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:36:20 [2023-07-28T11:36:20.030Z] #25 2.632 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.777 go: downloading github.com/mattn/go-colorable v0.1.13
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.793 go: downloading github.com/sirupsen/logrus v1.9.0
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.802 go: downloading github.com/stretchr/testify v1.8.0
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.820 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.872 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.931 go: downloading github.com/mattn/go-isatty v0.0.16
11:36:20 [2023-07-28T11:36:20.031Z] #25 2.982 go: downloading github.com/fsnotify/fsnotify v1.5.4
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.041 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.118 go: downloading github.com/spf13/afero v1.8.2
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.119 go: downloading github.com/spf13/cast v1.5.0
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.300 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.359 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.433 go: downloading 4d63.com/gochecknoglobals v0.1.0
11:36:20 [2023-07-28T11:36:20.031Z] #25 3.582 go: downloading github.com/Antonboom/errname v0.1.7
11:36:20 [2023-07-28T11:36:20.293Z] #25 3.727 go: downloading github.com/Antonboom/nilnil v0.1.1
11:36:20 [2023-07-28T11:36:20.293Z] #25 3.875 go: downloading github.com/BurntSushi/toml v1.2.0
11:36:20 [2023-07-28T11:36:20.293Z] #25 3.909 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:36:20 [2023-07-28T11:36:20.293Z] #25 3.909 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
11:36:20 [2023-07-28T11:36:20.555Z] #25 4.087 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
11:36:20 [2023-07-28T11:36:20.555Z] #25 4.090 go: downloading github.com/alexkohler/prealloc v1.0.0
11:36:20 [2023-07-28T11:36:20.555Z] #25 4.171 go: downloading github.com/alingse/asasalint v0.0.11
11:36:20 [2023-07-28T11:36:20.820Z] #25 4.379 go: downloading github.com/ashanbrown/forbidigo v1.3.0
11:36:20 [2023-07-28T11:36:20.820Z] #25 4.445 go: downloading github.com/ashanbrown/makezero v1.1.1
11:36:20 [2023-07-28T11:36:20.820Z] #25 4.517 go: downloading github.com/bkielbasa/cyclop v1.2.0
11:36:21 [2023-07-28T11:36:21.081Z] #25 4.588 go: downloading github.com/blizzy78/varnamelen v0.8.0
11:36:21 [2023-07-28T11:36:21.081Z] #25 4.621 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
11:36:21 [2023-07-28T11:36:21.081Z] #25 4.624 go: downloading github.com/breml/bidichk v0.2.3
11:36:21 [2023-07-28T11:36:21.081Z] #25 4.747 go: downloading github.com/breml/errchkjson v0.3.0
11:36:21 [2023-07-28T11:36:21.343Z] #25 4.761 go: downloading github.com/butuzov/ireturn v0.1.1
11:36:21 [2023-07-28T11:36:21.343Z] #25 4.764 go: downloading github.com/charithe/durationcheck v0.0.9
11:36:21 [2023-07-28T11:36:21.343Z] #25 4.836 go: downloading github.com/curioswitch/go-reassign v0.1.2
11:36:21 [2023-07-28T11:36:21.343Z] #25 4.937 go: downloading github.com/daixiang0/gci v0.6.3
11:36:21 [2023-07-28T11:36:21.604Z] #25 5.323 go: downloading github.com/denis-tingaikin/go-header v0.4.3
11:36:21 [2023-07-28T11:36:21.865Z] #25 5.327 go: downloading github.com/esimonov/ifshort v1.0.4
11:36:21 [2023-07-28T11:36:21.865Z] #25 5.328 go: downloading github.com/firefart/nonamedreturns v1.0.4
11:36:21 [2023-07-28T11:36:21.865Z] #25 5.455 go: downloading github.com/fzipp/gocyclo v0.6.0
11:36:22 [2023-07-28T11:36:22.126Z] #25 5.512 go: downloading github.com/go-critic/go-critic v0.6.4
11:36:22 [2023-07-28T11:36:22.126Z] #25 5.637 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:36:22 [2023-07-28T11:36:22.387Z] #25 5.764 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:36:22 [2023-07-28T11:36:22.387Z] #25 5.895 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
11:36:22 [2023-07-28T11:36:22.959Z] #25 6.323 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
11:36:22 [2023-07-28T11:36:22.959Z] #25 6.362 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:36:22 [2023-07-28T11:36:22.959Z] #25 6.484 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:36:22 [2023-07-28T11:36:22.959Z] #25 6.485 go: downloading github.com/golangci/misspell v0.3.5
11:36:22 [2023-07-28T11:36:22.959Z] #25 6.485 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:36:22 [2023-07-28T11:36:22.959Z] #25 6.589 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
11:36:22 [2023-07-28T11:36:22.959Z] #25 ...
11:36:22 [2023-07-28T11:36:22.959Z] 
11:36:22 [2023-07-28T11:36:22.959Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
11:36:22 [2023-07-28T11:36:22.959Z] #23 6.380 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
11:36:23 [2023-07-28T11:36:23.531Z] #23 ...
11:36:23 [2023-07-28T11:36:23.531Z] 
11:36:23 [2023-07-28T11:36:23.531Z] #21 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.784 + RM_GOPATH=0
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.784 + TMP_GOPATH=
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.784 + : /build
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.784 + '[' -z '' ']'
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.784 ++ mktemp -d
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.785 + export GOPATH=/tmp/tmp.N9ypDgTEOw
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.785 + GOPATH=/tmp/tmp.N9ypDgTEOw
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.785 + RM_GOPATH=1
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.785 + case "$(go env GOARCH)" in
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.786 ++ go env GOARCH
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.790 + export GO_BUILDMODE=-buildmode=pie
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.790 + GO_BUILDMODE=-buildmode=pie
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.790 ++ dirname /tmp/install/install.sh
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.791 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + dir=/tmp/install
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + bin=vndr
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + shift
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + '[' '!' -f /tmp/install/vndr.installer ']'
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + . /tmp/install/vndr.installer
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 ++ : v0.1.3-0.20221229102223-87603e47e8ea
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + install_vndr
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea'
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + GOBIN=/build
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + GO111MODULE=on
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.793 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea
11:36:23 [2023-07-28T11:36:23.531Z] #21 0.976 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea
11:36:23 [2023-07-28T11:36:23.531Z] #21 DONE 7.1s
11:36:23 [2023-07-28T11:36:23.791Z] 
11:36:23 [2023-07-28T11:36:23.791Z] #25 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.590 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.659 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.660 go: downloading github.com/hexops/gotextdiff v1.0.3
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.661 go: downloading github.com/jgautheron/goconst v1.5.1
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.735 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.735 go: downloading github.com/julz/importas v0.1.0
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.736 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.806 go: downloading github.com/kisielk/errcheck v1.6.2
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.809 go: downloading github.com/kulti/thelper v0.6.3
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.810 go: downloading github.com/kunwardeep/paralleltest v1.0.6
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.814 go: downloading github.com/kyoh86/exportloopref v0.1.8
11:36:23 [2023-07-28T11:36:23.791Z] #25 6.815 go: downloading github.com/ldez/tagliatelle v0.3.1
11:36:23 [2023-07-28T11:36:23.792Z] #25 6.846 go: downloading github.com/leonklingele/grouper v1.1.0
11:36:23 [2023-07-28T11:36:23.792Z] #25 6.875 go: downloading github.com/lufeee/execinquery v1.2.1
11:36:23 [2023-07-28T11:36:23.792Z] #25 6.892 go: downloading github.com/maratori/testpackage v1.1.0
11:36:23 [2023-07-28T11:36:23.792Z] #25 6.954 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
11:36:23 [2023-07-28T11:36:23.792Z] #25 6.978 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:36:23 [2023-07-28T11:36:23.792Z] #25 6.979 go: downloading github.com/mgechev/revive v1.2.3
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.098 go: downloading github.com/moricho/tparallel v0.2.1
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.118 go: downloading github.com/nakabonne/nestif v0.3.1
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.161 go: downloading github.com/nishanths/exhaustive v0.8.1
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.165 go: downloading github.com/nishanths/predeclared v0.2.2
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.269 go: downloading github.com/polyfloyd/go-errorlint v1.0.2
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.310 go: downloading github.com/ryancurrah/gomodguard v1.2.4
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.345 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.370 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
11:36:23 [2023-07-28T11:36:23.792Z] #25 7.399 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.516 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.516 go: downloading github.com/securego/gosec/v2 v2.13.1
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.539 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.591 go: downloading github.com/sivchari/containedctx v1.0.2
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.624 go: downloading github.com/sivchari/nosnakecase v1.7.0
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.675 go: downloading github.com/sivchari/tenv v1.7.0
11:36:24 [2023-07-28T11:36:24.052Z] #25 7.685 go: downloading github.com/sonatard/noctx v0.0.1
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.710 go: downloading github.com/sourcegraph/go-diff v0.6.1
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.712 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.713 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.767 go: downloading github.com/sylvia7788/contextcheck v1.0.6
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.774 go: downloading github.com/tdakkota/asciicheck v0.1.1
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.777 go: downloading github.com/tetafro/godot v1.4.11
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.779 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.841 go: downloading github.com/timonwong/logrlint v0.1.0
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.849 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.851 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.894 go: downloading github.com/ultraware/funlen v0.0.3
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.925 go: downloading github.com/ultraware/whitespace v0.0.5
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.930 go: downloading github.com/uudashr/gocognit v1.0.6
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.931 go: downloading github.com/yagipy/maintidx v1.0.0
11:36:24 [2023-07-28T11:36:24.313Z] #25 7.970 go: downloading github.com/yeya24/promlinter v0.2.0
11:36:24 [2023-07-28T11:36:24.577Z] #25 7.971 go: downloading gitlab.com/bosi/decorder v0.2.3
11:36:24 [2023-07-28T11:36:24.577Z] #25 8.039 go: downloading honnef.co/go/tools v0.3.3
11:36:24 [2023-07-28T11:36:24.577Z] #25 8.226 go: downloading mvdan.cc/gofumpt v0.3.1
11:36:25 [2023-07-28T11:36:25.151Z] #25 8.484 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:36:25 [2023-07-28T11:36:25.152Z] #25 8.587 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
11:36:25 [2023-07-28T11:36:25.152Z] #25 8.600 go: downloading github.com/hashicorp/errwrap v1.0.0
11:36:25 [2023-07-28T11:36:25.152Z] #25 8.683 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
11:36:25 [2023-07-28T11:36:25.152Z] #25 8.726 go: downloading github.com/subosito/gotenv v1.4.0
11:36:25 [2023-07-28T11:36:25.412Z] #25 8.888 go: downloading github.com/hashicorp/hcl v1.0.0
11:36:25 [2023-07-28T11:36:25.412Z] #25 8.972 go: downloading gopkg.in/ini.v1 v1.66.6
11:36:25 [2023-07-28T11:36:25.412Z] #25 8.973 go: downloading github.com/magiconair/properties v1.8.6
11:36:25 [2023-07-28T11:36:25.412Z] #25 8.973 go: downloading github.com/pelletier/go-toml/v2 v2.0.2
11:36:25 [2023-07-28T11:36:25.412Z] #25 8.974 go: downloading github.com/davecgh/go-spew v1.1.1
11:36:25 [2023-07-28T11:36:25.412Z] #25 8.975 go: downloading github.com/pmezard/go-difflib v1.0.0
11:36:25 [2023-07-28T11:36:25.412Z] #25 9.041 go: downloading github.com/stretchr/objx v0.4.0
11:36:25 [2023-07-28T11:36:25.412Z] #25 9.114 go: downloading golang.org/x/text v0.3.7
11:36:25 [2023-07-28T11:36:25.674Z] #25 9.215 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
11:36:25 [2023-07-28T11:36:25.674Z] #25 9.278 go: downloading github.com/gobwas/glob v0.2.3
11:36:25 [2023-07-28T11:36:25.674Z] #25 9.327 go: downloading go.uber.org/zap v1.17.0
11:36:25 [2023-07-28T11:36:25.935Z] #25 9.328 go: downloading github.com/pelletier/go-toml v1.9.5
11:36:25 [2023-07-28T11:36:25.935Z] #25 ...
11:36:25 [2023-07-28T11:36:25.935Z] 
11:36:25 [2023-07-28T11:36:25.935Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
11:36:25 [2023-07-28T11:36:25.935Z] #26 1.398 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:36:25 [2023-07-28T11:36:25.935Z] #26 1.659 
11:36:25 [2023-07-28T11:36:25.935Z] #26 1.885 #=#=#                                                                         

######################################################################## 100.0%
11:36:25 [2023-07-28T11:36:25.935Z] #26 2.166 
11:36:25 [2023-07-28T11:36:25.935Z] #26 3.752 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:36:25 [2023-07-28T11:36:25.935Z] #26 4.449 
11:36:25 [2023-07-28T11:36:25.935Z] #26 4.710 #=#=#                                                                         

######################################################################## 100.0%
11:36:25 [2023-07-28T11:36:25.935Z] #26 5.262 
11:36:25 [2023-07-28T11:36:25.935Z] #26 6.916 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
11:36:25 [2023-07-28T11:36:25.935Z] #26 7.531 
11:36:25 [2023-07-28T11:36:25.935Z] #26 7.783 #=#=#                                                                         

#########                                                                 13.9%
########################                                                  34.1%
#################################################                         68.7%
############################################################              83.6%
######################################################################## 100.0%
11:36:25 [2023-07-28T11:36:25.935Z] #26 8.596 
11:36:25 [2023-07-28T11:36:25.935Z] #26 10.08 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:36:25 [2023-07-28T11:36:25.935Z] #26 ...
11:36:25 [2023-07-28T11:36:25.935Z] 
11:36:25 [2023-07-28T11:36:25.935Z] #25 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
11:36:25 [2023-07-28T11:36:25.935Z] #25 9.505 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
11:36:25 [2023-07-28T11:36:25.935Z] #25 9.635 go: downloading github.com/go-toolsmith/astfmt v1.0.0
11:36:25 [2023-07-28T11:36:25.935Z] #25 9.659 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d
11:36:26 [2023-07-28T11:36:26.196Z] #25 9.767 go: downloading github.com/go-toolsmith/astcast v1.0.0
11:36:26 [2023-07-28T11:36:26.196Z] #25 9.806 go: downloading github.com/go-toolsmith/astcopy v1.0.1
11:36:26 [2023-07-28T11:36:26.196Z] #25 9.876 go: downloading github.com/go-toolsmith/astequal v1.0.2
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.877 go: downloading github.com/go-toolsmith/strparse v1.0.0
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.879 go: downloading github.com/go-toolsmith/typep v1.0.2
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.879 go: downloading github.com/go-toolsmith/astp v1.0.0
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.933 go: downloading github.com/quasilyte/go-ruleguard v0.3.17
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.942 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.955 go: downloading github.com/kisielk/gotool v1.0.0
11:36:26 [2023-07-28T11:36:26.464Z] #25 9.993 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:36:26 [2023-07-28T11:36:26.464Z] #25 10.11 go: downloading github.com/ettle/strcase v0.1.1
11:36:26 [2023-07-28T11:36:26.464Z] #25 ...
11:36:26 [2023-07-28T11:36:26.464Z] 
11:36:26 [2023-07-28T11:36:26.464Z] #27 [tini 1/2] 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
11:36:26 [2023-07-28T11:36:26.464Z] #27 1.758 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 1.771 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 1.771 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 2.233 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 2.809 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [252 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 3.460 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.8 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 5.507 Fetched 8658 kB in 4s (2166 kB/s)
11:36:26 [2023-07-28T11:36:26.464Z] #27 5.507 Reading package lists...
11:36:26 [2023-07-28T11:36:26.464Z] #27 6.864 Reading package lists...
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.157 Building dependency tree...
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.712 The following additional packages will be installed:
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.713   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.714 Suggested packages:
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.714   cmake-doc ninja-build lrzip
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.715 Recommended packages:
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.715   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.923 The following NEW packages will be installed:
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.926   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:36:26 [2023-07-28T11:36:26.464Z] #27 8.926   vim-common xxd
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.206 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.206 Need to get 17.7 MB of archives.
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.206 After this operation, 70.7 MB of additional disk space will be used.
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.206 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.212 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.251 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.299 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.539 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.563 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.585 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.588 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.598 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:36:26 [2023-07-28T11:36:26.464Z] #27 9.604 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #27 ...
11:36:26 [2023-07-28T11:36:26.772Z] 
11:36:26 [2023-07-28T11:36:26.772Z] #28 [containerd 1/2] 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
11:36:26 [2023-07-28T11:36:26.772Z] #28 1.760 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 1.775 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 1.776 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 2.118 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 2.803 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [252 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 3.598 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.8 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 5.823 Fetched 8658 kB in 4s (2004 kB/s)
11:36:26 [2023-07-28T11:36:26.772Z] #28 5.823 Reading package lists...
11:36:26 [2023-07-28T11:36:26.772Z] #28 7.194 Reading package lists...
11:36:26 [2023-07-28T11:36:26.772Z] #28 8.703 Building dependency tree...
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.408 The following additional packages will be installed:
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.428   libbtrfs0
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.472 The following NEW packages will be installed:
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.474   libbtrfs-dev libbtrfs0
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.775 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.775 Need to get 460 kB of archives.
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.775 After this operation, 1237 kB of additional disk space will be used.
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.775 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 9.787 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #28 ...
11:36:26 [2023-07-28T11:36:26.772Z] 
11:36:26 [2023-07-28T11:36:26.772Z] #29 [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
11:36:26 [2023-07-28T11:36:26.772Z] #29 1.861 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 1.885 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 1.886 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 2.172 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 2.866 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [252 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 3.678 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.8 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 5.134 Fetched 8658 kB in 4s (2412 kB/s)
11:36:26 [2023-07-28T11:36:26.772Z] #29 5.134 Reading package lists...
11:36:26 [2023-07-28T11:36:26.772Z] #29 6.213 Reading package lists...
11:36:26 [2023-07-28T11:36:26.772Z] #29 7.619 Building dependency tree...
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.325 The following additional packages will be installed:
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.325   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.325   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.325   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.325   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.325   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.326   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.326   mingw-w64-common mingw-w64-x86-64-dev
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.328 Suggested packages:
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.328   gcc-10-locales seccomp wine64
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.614 The following NEW packages will be installed:
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.616   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.616   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.616   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.617   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.617   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.618   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.619   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.619   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.620   mingw-w64-x86-64-dev
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.909 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.909 Need to get 115 MB of archives.
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.909 After this operation, 645 MB of additional disk space will be used.
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.909 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]
11:36:26 [2023-07-28T11:36:26.772Z] #29 8.976 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]
11:36:26 [2023-07-28T11:36:26.772Z] #29 9.039 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 9.041 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 9.048 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 9.049 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 9.166 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:36:26 [2023-07-28T11:36:26.772Z] #29 9.247 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]
11:36:26 [2023-07-28T11:36:26.773Z] #29 9.261 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]
11:36:26 [2023-07-28T11:36:26.773Z] #29 9.660 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]
11:36:27 [2023-07-28T11:36:27.051Z] #29 ...
11:36:27 [2023-07-28T11:36:27.051Z] 
11:36:27 [2023-07-28T11:36:27.051Z] #30 [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
11:36:27 [2023-07-28T11:36:27.051Z] #30 1.079 + git clone https://github.com/kolyshkin/go-swagger.git .
11:36:27 [2023-07-28T11:36:27.051Z] #30 1.080 Cloning into '.'...
11:36:27 [2023-07-28T11:36:27.051Z] #30 8.800 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
11:36:27 [2023-07-28T11:36:27.051Z] #30 8.881 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
11:36:27 [2023-07-28T11:36:27.051Z] #30 ...
11:36:27 [2023-07-28T11:36:27.051Z] 
11:36:27 [2023-07-28T11:36:27.051Z] #31 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.910 + RM_GOPATH=0
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.910 + TMP_GOPATH=
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.910 + : /build
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.910 + '[' -z '' ']'
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.910 ++ mktemp -d
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.911 + export GOPATH=/tmp/tmp.EFG9G7X5Po
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.911 + GOPATH=/tmp/tmp.EFG9G7X5Po
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.911 + RM_GOPATH=1
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.911 + case "$(go env GOARCH)" in
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.911 ++ go env GOARCH
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.914 + export GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.914 + GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.915 ++ dirname /tmp/install/install.sh
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + dir=/tmp/install
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + bin=proxy
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + shift
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + '[' '!' -f /tmp/install/proxy.installer ']'
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + . /tmp/install/proxy.installer
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + install_proxy
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + case "$1" in
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + export CGO_ENABLED=0
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + CGO_ENABLED=0
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + _install_proxy
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.916 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.EFG9G7X5Po/src/github.com/docker/libnetwork
11:36:27 [2023-07-28T11:36:27.051Z] #31 0.918 Cloning into '/tmp/tmp.EFG9G7X5Po/src/github.com/docker/libnetwork'...
11:36:27 [2023-07-28T11:36:27.051Z] #31 5.097 + cd /tmp/tmp.EFG9G7X5Po/src/github.com/docker/libnetwork
11:36:27 [2023-07-28T11:36:27.051Z] #31 5.097 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:36:27 [2023-07-28T11:36:27.051Z] #31 5.324 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:36:27 [2023-07-28T11:36:27.051Z] #31 ...
11:36:27 [2023-07-28T11:36:27.051Z] 
11:36:27 [2023-07-28T11:36:27.051Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.845 + RM_GOPATH=0
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.845 + TMP_GOPATH=
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.845 + : /build
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.846 + '[' -z '' ']'
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.846 ++ mktemp -d
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.847 + export GOPATH=/tmp/tmp.MNXauUPMGW
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.847 + GOPATH=/tmp/tmp.MNXauUPMGW
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.847 + RM_GOPATH=1
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.847 + case "$(go env GOARCH)" in
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.847 ++ go env GOARCH
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.852 + export GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.852 + GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.853 ++ dirname /tmp/install/install.sh
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + dir=/tmp/install
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + bin=tomlv
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + shift
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + '[' '!' -f /tmp/install/tomlv.installer ']'
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + . /tmp/install/tomlv.installer
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + install_tomlv
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.MNXauUPMGW/src/github.com/BurntSushi/toml
11:36:27 [2023-07-28T11:36:27.051Z] #32 0.859 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
11:36:27 [2023-07-28T11:36:27.052Z] #32 0.860 Cloning into '/tmp/tmp.MNXauUPMGW/src/github.com/BurntSushi/toml'...
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.404 + cd /tmp/tmp.MNXauUPMGW/src/github.com/BurntSushi/toml
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.404 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.428 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.515 internal/goarch
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.519 internal/unsafeheader
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.523 internal/goexperiment
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.528 internal/goos
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.537 encoding
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.548 internal/itoa
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.549 internal/cpu
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.549 internal/abi
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.553 runtime/internal/syscall
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.567 runtime/internal/math
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.570 runtime/internal/atomic
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.584 runtime/internal/sys
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.592 math/bits
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.593 unicode/utf8
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.611 internal/race
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.634 sync/atomic
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.790 unicode
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.795 internal/bytealg
11:36:27 [2023-07-28T11:36:27.052Z] #32 1.818 math
11:36:27 [2023-07-28T11:36:27.052Z] #32 2.205 runtime
11:36:27 [2023-07-28T11:36:27.313Z] #32 ...
11:36:27 [2023-07-28T11:36:27.314Z] 
11:36:27 [2023-07-28T11:36:27.314Z] #33 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.629 + RM_GOPATH=0
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.629 + TMP_GOPATH=
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.630 + : /build
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.630 + '[' -z '' ']'
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.632 ++ mktemp -d
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.633 + export GOPATH=/tmp/tmp.9GhKHOVtzs
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.633 + GOPATH=/tmp/tmp.9GhKHOVtzs
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.633 + RM_GOPATH=1
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.633 + case "$(go env GOARCH)" in
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.634 ++ go env GOARCH
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.637 + export GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.637 + GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.637 ++ dirname /tmp/install/install.sh
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.638 Install shfmt version v3.0.2
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + dir=/tmp/install
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + bin=shfmt
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + shift
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + '[' '!' -f /tmp/install/shfmt.installer ']'
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + . /tmp/install/shfmt.installer
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 ++ : v3.0.2
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + install_shfmt
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + echo 'Install shfmt version v3.0.2'
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + GOBIN=/build
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + GO111MODULE=on
11:36:27 [2023-07-28T11:36:27.314Z] #33 0.639 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2
11:36:27 [2023-07-28T11:36:27.314Z] #33 1.006 go: downloading mvdan.cc/sh/v3 v3.0.2
11:36:27 [2023-07-28T11:36:27.314Z] #33 2.255 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11:36:27 [2023-07-28T11:36:27.314Z] #33 2.277 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
11:36:27 [2023-07-28T11:36:27.314Z] #33 2.282 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
11:36:27 [2023-07-28T11:36:27.314Z] #33 2.966 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
11:36:27 [2023-07-28T11:36:27.574Z] #33 ...
11:36:27 [2023-07-28T11:36:27.574Z] 
11:36:27 [2023-07-28T11:36:27.574Z] #34 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.536 + RM_GOPATH=0
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.536 + TMP_GOPATH=
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.536 + : /build
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.536 + '[' -z '' ']'
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.537 ++ mktemp -d
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.537 + export GOPATH=/tmp/tmp.5H3niSAdRJ
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.537 + GOPATH=/tmp/tmp.5H3niSAdRJ
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.537 + RM_GOPATH=1
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.537 + case "$(go env GOARCH)" in
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.538 ++ go env GOARCH
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.541 + export GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.541 + GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 ++ dirname /tmp/install/install.sh
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 + dir=/tmp/install
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 + bin=gotestsum
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 + shift
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 + '[' '!' -f /tmp/install/gotestsum.installer ']'
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 + . /tmp/install/gotestsum.installer
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 ++ : v1.8.2
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.542 + install_gotestsum
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.543 + set -e
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.543 Install gotestsum version v1.8.2
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.543 + echo 'Install gotestsum version v1.8.2'
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.543 + GOBIN=/build
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.543 + GO111MODULE=on
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.543 + go install gotest.tools/gotestsum@v1.8.2
11:36:27 [2023-07-28T11:36:27.574Z] #34 0.572 go: downloading gotest.tools/gotestsum v1.8.2
11:36:27 [2023-07-28T11:36:27.574Z] #34 1.632 go: downloading golang.org/x/tools v0.1.11
11:36:27 [2023-07-28T11:36:27.574Z] #34 1.639 go: downloading github.com/dnephin/pflag v1.0.7
11:36:27 [2023-07-28T11:36:27.574Z] #34 1.647 go: downloading github.com/fatih/color v1.13.0
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.648 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.664 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.670 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.770 go: downloading github.com/fsnotify/fsnotify v1.5.4
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.820 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.915 go: downloading github.com/mattn/go-colorable v0.1.12
11:36:27 [2023-07-28T11:36:27.575Z] #34 1.915 go: downloading github.com/mattn/go-isatty v0.0.14
11:36:27 [2023-07-28T11:36:27.575Z] #34 4.783 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
11:36:27 [2023-07-28T11:36:27.575Z] #34 ...
11:36:27 [2023-07-28T11:36:27.575Z] 
11:36:27 [2023-07-28T11:36:27.575Z] #35 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.478 + RM_GOPATH=0
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.478 + TMP_GOPATH=
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.478 + : /build
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.478 + '[' -z '' ']'
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.478 ++ mktemp -d
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.479 + export GOPATH=/tmp/tmp.9BDed5TaM6
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.479 + GOPATH=/tmp/tmp.9BDed5TaM6
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.479 + RM_GOPATH=1
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.479 + case "$(go env GOARCH)" in
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.480 ++ go env GOARCH
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.484 + export GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.484 + GO_BUILDMODE=-buildmode=pie
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.485 ++ dirname /tmp/install/install.sh
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + dir=/tmp/install
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + bin=rootlesskit
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + shift
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + . /tmp/install/rootlesskit.installer
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 ++ : v0.14.4
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + install_rootlesskit
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + case "$1" in
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + export CGO_ENABLED=0
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + CGO_ENABLED=0
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + _install_rootlesskit
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + echo 'Install rootlesskit version v0.14.4'
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + for f in rootlesskit rootlesskit-docker-proxy
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + GOBIN=/build
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + GO111MODULE=on
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 Install rootlesskit version v0.14.4
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.486 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:36:27 [2023-07-28T11:36:27.575Z] #35 0.885 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.659 go: downloading github.com/sirupsen/logrus v1.8.1
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.659 go: downloading github.com/urfave/cli/v2 v2.3.0
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.660 go: downloading github.com/google/uuid v1.3.0
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.660 go: downloading github.com/moby/vpnkit v0.5.0
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.660 go: downloading github.com/pkg/errors v0.9.1
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.661 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.674 go: downloading github.com/gofrs/flock v0.8.1
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.677 go: downloading github.com/gorilla/mux v1.8.0
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.762 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.774 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:36:27 [2023-07-28T11:36:27.575Z] #35 2.965 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:36:27 [2023-07-28T11:36:27.575Z] #35 3.595 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:36:27 [2023-07-28T11:36:27.575Z] #35 3.606 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:36:27 [2023-07-28T11:36:27.575Z] #35 4.151 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:36:27 [2023-07-28T11:36:27.575Z] #35 4.167 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:36:27 [2023-07-28T11:36:27.575Z] #35 ...
11:36:27 [2023-07-28T11:36:27.575Z] 
11:36:27 [2023-07-28T11:36:27.575Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
11:36:27 [2023-07-28T11:36:27.575Z] #26 10.51 
11:36:27 [2023-07-28T11:36:27.575Z] #26 10.76 #=#=#                                                                         

######################################################################## 100.0%
11:36:27 [2023-07-28T11:36:27.575Z] #26 11.42 
11:36:28 [2023-07-28T11:36:28.148Z] #26 12.24 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:36:28 [2023-07-28T11:36:28.412Z] #26 ...
11:36:28 [2023-07-28T11:36:28.412Z] 
11:36:28 [2023-07-28T11:36:28.412Z] #33 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
11:36:28 [2023-07-28T11:36:28.412Z] #33 DONE 12.0s
11:36:28 [2023-07-28T11:36:28.412Z] 
11:36:28 [2023-07-28T11:36:28.412Z] #31 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
11:36:28 [2023-07-28T11:36:28.412Z] #31 DONE 12.0s
11:36:28 [2023-07-28T11:36:28.673Z] 
11:36:28 [2023-07-28T11:36:28.673Z] #27 [tini 1/2] 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
11:36:28 [2023-07-28T11:36:28.673Z] #27 10.38 debconf: delaying package configuration, since apt-utils is not installed
11:36:28 [2023-07-28T11:36:28.673Z] #27 10.60 Fetched 17.7 MB in 1s (20.9 MB/s)
11:36:28 [2023-07-28T11:36:28.673Z] #27 10.66 Selecting previously unselected package xxd.
11:36:28 [2023-07-28T11:36:28.673Z] #27 10.66 (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 ... 15722 files and directories currently installed.)
11:36:28 [2023-07-28T11:36:28.673Z] #27 10.68 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:36:28 [2023-07-28T11:36:28.673Z] #27 10.69 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:36:28 [2023-07-28T11:36:28.673Z] #27 11.50 Selecting previously unselected package vim-common.
11:36:28 [2023-07-28T11:36:28.673Z] #27 11.50 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:36:28 [2023-07-28T11:36:28.673Z] #27 11.54 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:36:28 [2023-07-28T11:36:28.673Z] #27 11.98 Selecting previously unselected package cmake-data.
11:36:28 [2023-07-28T11:36:28.673Z] #27 11.98 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:36:28 [2023-07-28T11:36:28.673Z] #27 12.03 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:36:28 [2023-07-28T11:36:28.673Z] #27 ...
11:36:28 [2023-07-28T11:36:28.673Z] 
11:36:28 [2023-07-28T11:36:28.673Z] #28 [containerd 1/2] 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
11:36:28 [2023-07-28T11:36:28.673Z] #28 10.54 debconf: delaying package configuration, since apt-utils is not installed
11:36:28 [2023-07-28T11:36:28.673Z] #28 10.63 Fetched 460 kB in 0s (1492 kB/s)
11:36:28 [2023-07-28T11:36:28.673Z] #28 10.74 Selecting previously unselected package libbtrfs0:amd64.
11:36:28 [2023-07-28T11:36:28.673Z] #28 10.74 (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 ... 15722 files and directories currently installed.)
11:36:28 [2023-07-28T11:36:28.673Z] #28 10.77 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 10.94 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 11.40 Selecting previously unselected package libbtrfs-dev:amd64.
11:36:28 [2023-07-28T11:36:28.673Z] #28 11.40 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 11.46 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 11.77 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 11.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 11.99 Processing triggers for libc-bin (2.31-13+deb11u6) ...
11:36:28 [2023-07-28T11:36:28.673Z] #28 DONE 12.2s
11:36:28 [2023-07-28T11:36:28.934Z] 
11:36:28 [2023-07-28T11:36:28.934Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
11:36:28 [2023-07-28T11:36:28.934Z] #32 12.36 sync
11:36:28 [2023-07-28T11:36:28.934Z] #32 12.37 internal/reflectlite
11:36:29 [2023-07-28T11:36:29.509Z] #32 13.16 internal/testlog
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.50 sort
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.50 errors
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.55 strconv
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.56 internal/oserror
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.56 internal/safefilepath
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.56 path
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.56 io
11:36:30 [2023-07-28T11:36:30.080Z] #32 13.65 syscall
11:36:30 [2023-07-28T11:36:30.653Z] #32 14.02 strings
11:36:30 [2023-07-28T11:36:30.653Z] #32 14.02 bytes
11:36:30 [2023-07-28T11:36:30.653Z] #32 14.03 text/tabwriter
11:36:30 [2023-07-28T11:36:30.924Z] #32 ...
11:36:30 [2023-07-28T11:36:30.924Z] 
11:36:30 [2023-07-28T11:36:30.924Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
11:36:30 [2023-07-28T11:36:30.924Z] #26 12.73 
11:36:30 [2023-07-28T11:36:30.924Z] #26 13.01 #=#=#                                                                         

######################################################################## 100.0%
11:36:30 [2023-07-28T11:36:30.924Z] #26 13.50 
11:36:30 [2023-07-28T11:36:30.924Z] #26 13.60 Download of images into '/build' complete.
11:36:30 [2023-07-28T11:36:30.924Z] #26 13.60 Use something like the following to load the result into a Docker daemon:
11:36:30 [2023-07-28T11:36:30.924Z] #26 13.60   tar -cC '/build' . | docker load
11:36:30 [2023-07-28T11:36:30.924Z] #26 DONE 15.0s
11:36:30 [2023-07-28T11:36:30.924Z] 
11:36:30 [2023-07-28T11:36:30.924Z] #29 [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
11:36:30 [2023-07-28T11:36:30.924Z] #29 10.51 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]
11:36:30 [2023-07-28T11:36:30.924Z] #29 10.82 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]
11:36:30 [2023-07-28T11:36:30.924Z] #29 11.30 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]
11:36:30 [2023-07-28T11:36:30.924Z] #29 11.96 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]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.19 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]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.19 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 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]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.24 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.25 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB]
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.59 debconf: delaying package configuration, since apt-utils is not installed
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.75 Fetched 115 MB in 4s (31.7 MB/s)
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.80 Selecting previously unselected package binutils-mingw-w64-i686.
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15722 files and directories currently installed.)
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.81 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
11:36:30 [2023-07-28T11:36:30.924Z] #29 12.82 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:36:30 [2023-07-28T11:36:30.924Z] #29 13.81 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:36:30 [2023-07-28T11:36:30.924Z] #29 13.82 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:36:30 [2023-07-28T11:36:30.924Z] #29 13.89 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:36:31 [2023-07-28T11:36:31.185Z] #29 14.69 Selecting previously unselected package binutils-mingw-w64.
11:36:31 [2023-07-28T11:36:31.185Z] #29 14.69 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:36:31 [2023-07-28T11:36:31.185Z] #29 14.72 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:36:31 [2023-07-28T11:36:31.447Z] #29 14.99 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:36:31 [2023-07-28T11:36:31.447Z] #29 ...
11:36:31 [2023-07-28T11:36:31.447Z] 
11:36:31 [2023-07-28T11:36:31.447Z] #34 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
11:36:31 [2023-07-28T11:36:31.447Z] #34 DONE 15.1s
11:36:31 [2023-07-28T11:36:31.447Z] 
11:36:31 [2023-07-28T11:36:31.447Z] #29 [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
11:36:31 [2023-07-28T11:36:31.447Z] #29 14.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:36:31 [2023-07-28T11:36:31.447Z] #29 15.07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:36:31 [2023-07-28T11:36:31.717Z] #29 15.19 Selecting previously unselected package dmsetup.
11:36:31 [2023-07-28T11:36:31.717Z] #29 15.19 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:36:31 [2023-07-28T11:36:31.717Z] #29 15.21 Unpacking dmsetup (2:1.02.175-2.1) ...
11:36:31 [2023-07-28T11:36:31.717Z] #29 15.35 Selecting previously unselected package mingw-w64-common.
11:36:31 [2023-07-28T11:36:31.717Z] #29 15.35 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:36:31 [2023-07-28T11:36:31.978Z] #29 15.36 Unpacking mingw-w64-common (8.0.0-1) ...
11:36:33 [2023-07-28T11:36:33.903Z] #29 17.39 Selecting previously unselected package mingw-w64-x86-64-dev.
11:36:33 [2023-07-28T11:36:33.903Z] #29 17.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:36:33 [2023-07-28T11:36:33.903Z] #29 17.46 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:36:33 [2023-07-28T11:36:33.903Z] #29 ...
11:36:33 [2023-07-28T11:36:33.903Z] 
11:36:33 [2023-07-28T11:36:33.903Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
11:36:33 [2023-07-28T11:36:33.903Z] #23 7.297 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
11:36:34 [2023-07-28T11:36:34.164Z] #23 ...
11:36:34 [2023-07-28T11:36:34.164Z] 
11:36:34 [2023-07-28T11:36:34.164Z] #27 [tini 1/2] 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
11:36:34 [2023-07-28T11:36:34.164Z] #27 13.43 Selecting previously unselected package libicu67:amd64.
11:36:34 [2023-07-28T11:36:34.164Z] #27 13.43 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 13.54 Unpacking libicu67:amd64 (67.1-7) ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 15.55 Selecting previously unselected package libxml2:amd64.
11:36:34 [2023-07-28T11:36:34.164Z] #27 15.56 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 15.56 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 15.80 Selecting previously unselected package libarchive13:amd64.
11:36:34 [2023-07-28T11:36:34.164Z] #27 15.80 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 15.81 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.06 Selecting previously unselected package libjsoncpp24:amd64.
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.06 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.14 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.64 Selecting previously unselected package librhash0:amd64.
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.65 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.67 Unpacking librhash0:amd64 (1.4.1-2) ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.77 Selecting previously unselected package libuv1:amd64.
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.77 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.79 Unpacking libuv1:amd64 (1.40.0-2) ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.96 Selecting previously unselected package cmake.
11:36:34 [2023-07-28T11:36:34.164Z] #27 16.97 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:36:34 [2023-07-28T11:36:34.164Z] #27 17.01 Unpacking cmake (3.18.4-2+deb11u1) ...
11:36:34 [2023-07-28T11:36:34.738Z] #27 18.13 Setting up libicu67:amd64 (67.1-7) ...
11:36:34 [2023-07-28T11:36:34.738Z] #27 18.18 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:36:34 [2023-07-28T11:36:34.738Z] #27 18.19 Setting up libuv1:amd64 (1.40.0-2) ...
11:36:34 [2023-07-28T11:36:34.738Z] #27 18.21 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:36:34 [2023-07-28T11:36:34.738Z] #27 18.31 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:36:34 [2023-07-28T11:36:34.738Z] #27 18.39 Setting up librhash0:amd64 (1.4.1-2) ...
11:36:35 [2023-07-28T11:36:35.009Z] #27 18.42 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:36:35 [2023-07-28T11:36:35.009Z] #27 18.55 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
11:36:35 [2023-07-28T11:36:35.009Z] #27 18.62 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:36:35 [2023-07-28T11:36:35.271Z] #27 18.64 Setting up cmake (3.18.4-2+deb11u1) ...
11:36:35 [2023-07-28T11:36:35.271Z] #27 18.67 Processing triggers for libc-bin (2.31-13+deb11u6) ...
11:36:35 [2023-07-28T11:36:35.845Z] #27 ...
11:36:35 [2023-07-28T11:36:35.845Z] 
11:36:35 [2023-07-28T11:36:35.845Z] #29 [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
11:36:35 [2023-07-28T11:36:35.845Z] #29 19.37 Selecting previously unselected package gcc-mingw-w64-base.
11:36:35 [2023-07-28T11:36:35.845Z] #29 19.37 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:36:35 [2023-07-28T11:36:35.845Z] #29 19.40 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:36:36 [2023-07-28T11:36:36.367Z] #29 19.77 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:36:36 [2023-07-28T11:36:36.367Z] #29 19.78 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:36:36 [2023-07-28T11:36:36.367Z] #29 19.82 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:36:36 [2023-07-28T11:36:36.628Z] #29 ...
11:36:36 [2023-07-28T11:36:36.628Z] 
11:36:36 [2023-07-28T11:36:36.628Z] #25 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.11 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.38 go: downloading github.com/Masterminds/semver v1.5.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.63 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.63 go: downloading gopkg.in/yaml.v2 v2.4.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.63 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.64 go: downloading github.com/fatih/structtag v1.2.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.72 go: downloading github.com/google/go-cmp v0.5.8
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.75 go: downloading github.com/prometheus/client_golang v1.12.1
11:36:36 [2023-07-28T11:36:36.628Z] #25 10.95 go: downloading github.com/prometheus/client_model v0.2.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.29 go: downloading go.uber.org/atomic v1.7.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.30 go: downloading go.uber.org/multierr v1.6.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.35 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.35 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.42 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.45 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.48 go: downloading github.com/golang/protobuf v1.5.2
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.56 go: downloading github.com/beorn7/perks v1.0.1
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.62 go: downloading github.com/prometheus/common v0.32.1
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.62 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.82 go: downloading github.com/prometheus/procfs v0.7.3
11:36:36 [2023-07-28T11:36:36.628Z] #25 11.84 go: downloading google.golang.org/protobuf v1.28.0
11:36:36 [2023-07-28T11:36:36.628Z] #25 12.02 go: downloading github.com/mattn/go-runewidth v0.0.9
11:36:36 [2023-07-28T11:36:36.628Z] #25 13.09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:36:37 [2023-07-28T11:36:37.202Z] #25 ...
11:36:37 [2023-07-28T11:36:37.202Z] 
11:36:37 [2023-07-28T11:36:37.202Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
11:36:37 [2023-07-28T11:36:37.202Z] #32 15.11 reflect
11:36:37 [2023-07-28T11:36:37.202Z] #32 15.57 bufio
11:36:37 [2023-07-28T11:36:37.202Z] #32 16.52 time
11:36:37 [2023-07-28T11:36:37.202Z] #32 16.53 internal/syscall/execenv
11:36:37 [2023-07-28T11:36:37.202Z] #32 16.56 internal/syscall/unix
11:36:37 [2023-07-28T11:36:37.202Z] #32 18.54 io/fs
11:36:37 [2023-07-28T11:36:37.202Z] #32 18.54 internal/poll
11:36:37 [2023-07-28T11:36:37.202Z] #32 19.04 internal/fmtsort
11:36:37 [2023-07-28T11:36:37.202Z] #32 19.38 os
11:36:37 [2023-07-28T11:36:37.202Z] #32 19.89 io/ioutil
11:36:37 [2023-07-28T11:36:37.202Z] #32 19.89 fmt
11:36:37 [2023-07-28T11:36:37.202Z] #32 20.64 github.com/BurntSushi/toml
11:36:37 [2023-07-28T11:36:37.202Z] #32 20.65 log
11:36:37 [2023-07-28T11:36:37.202Z] #32 20.65 flag
11:36:38 [2023-07-28T11:36:38.147Z] #32 21.53 github.com/BurntSushi/toml/cmd/tomlv
11:36:38 [2023-07-28T11:36:38.719Z] #32 ...
11:36:38 [2023-07-28T11:36:38.719Z] 
11:36:38 [2023-07-28T11:36:38.719Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + RM_GOPATH=0
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + TMP_GOPATH=
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + : /build
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + '[' -z '' ']'
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 ++ mktemp -d
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + export GOPATH=/tmp/tmp.hoX0Ds0X7c
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + GOPATH=/tmp/tmp.hoX0Ds0X7c
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + RM_GOPATH=1
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.807 + case "$(go env GOARCH)" in
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.808 ++ go env GOARCH
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 Install containerd version v1.6.22
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + export GO_BUILDMODE=-buildmode=pie
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + GO_BUILDMODE=-buildmode=pie
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 ++ dirname /tmp/install/install.sh
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + dir=/tmp/install
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + bin=containerd
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + shift
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + '[' '!' -f /tmp/install/containerd.installer ']'
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + . /tmp/install/containerd.installer
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 ++ set -e
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 ++ : v1.6.22
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + install_containerd
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + echo 'Install containerd version v1.6.22'
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.832 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hoX0Ds0X7c/src/github.com/containerd/containerd
11:36:38 [2023-07-28T11:36:38.719Z] #36 0.837 Cloning into '/tmp/tmp.hoX0Ds0X7c/src/github.com/containerd/containerd'...
11:36:39 [2023-07-28T11:36:39.292Z] #36 ...
11:36:39 [2023-07-28T11:36:39.292Z] 
11:36:39 [2023-07-28T11:36:39.292Z] #29 [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
11:36:39 [2023-07-28T11:36:39.292Z] #29 22.75 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:36:39 [2023-07-28T11:36:39.292Z] #29 22.75 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:36:39 [2023-07-28T11:36:39.553Z] #29 22.99 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:36:39 [2023-07-28T11:36:39.553Z] #29 ...
11:36:39 [2023-07-28T11:36:39.553Z] 
11:36:39 [2023-07-28T11:36:39.553Z] #27 [tini 1/2] 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
11:36:39 [2023-07-28T11:36:39.553Z] #27 DONE 23.2s
11:36:39 [2023-07-28T11:36:39.815Z] 
11:36:39 [2023-07-28T11:36:39.815Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
11:36:40 [2023-07-28T11:36:40.079Z] #37 ...
11:36:40 [2023-07-28T11:36:40.079Z] 
11:36:40 [2023-07-28T11:36:40.079Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
11:36:40 [2023-07-28T11:36:40.079Z] #32 DONE 23.6s
11:36:40 [2023-07-28T11:36:40.079Z] 
11:36:40 [2023-07-28T11:36:40.079Z] #29 [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
11:36:43 [2023-07-28T11:36:43.394Z] #29 ...
11:36:43 [2023-07-28T11:36:43.394Z] 
11:36:43 [2023-07-28T11:36:43.394Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.830 + RM_GOPATH=0
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.830 + TMP_GOPATH=
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.830 + : /build
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.830 + '[' -z '' ']'
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.831 ++ mktemp -d
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.833 + export GOPATH=/tmp/tmp.cI08ciBV4V
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.833 + GOPATH=/tmp/tmp.cI08ciBV4V
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.833 + RM_GOPATH=1
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.834 + case "$(go env GOARCH)" in
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.834 ++ go env GOARCH
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.853 + export GO_BUILDMODE=-buildmode=pie
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.853 + GO_BUILDMODE=-buildmode=pie
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.854 ++ dirname /tmp/install/install.sh
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.855 + dir=/tmp/install
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.855 + bin=tini
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.856 + shift
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.856 + '[' '!' -f /tmp/install/tini.installer ']'
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.856 + . /tmp/install/tini.installer
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.857 ++ : v0.19.0
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.857 + install_tini
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.857 + echo 'Install tini version v0.19.0'
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.858 + git clone https://github.com/krallin/tini.git /tmp/tmp.cI08ciBV4V/tini
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.859 Cloning into '/tmp/tmp.cI08ciBV4V/tini'...
11:36:43 [2023-07-28T11:36:43.394Z] #37 0.861 Install tini version v0.19.0
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.379 + cd /tmp/tmp.cI08ciBV4V/tini
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.379 + git checkout -q v0.19.0
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.385 + cmake .
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.574 -- The C compiler identification is GNU 10.2.1
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.611 -- Detecting C compiler ABI info
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.825 -- Detecting C compiler ABI info - done
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.902 -- Check for working C compiler: /usr/bin/cc - skipped
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.904 -- Detecting C compile features
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.905 -- Detecting C compile features - done
11:36:43 [2023-07-28T11:36:43.394Z] #37 1.918 -- Performing Test HAS_BUILTIN_FORTIFY
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.007 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.025 -- Configuring done
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.035 -- Generating done
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.036 -- Build files have been written to: /tmp/tmp.cI08ciBV4V/tini
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.040 + make tini-static
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.143 Scanning dependencies of target tini-static
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.182 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.528 [100%] Linking C executable tini-static
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.681 [100%] Built target tini-static
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.695 + mkdir -p /build
11:36:43 [2023-07-28T11:36:43.394Z] #37 2.711 + cp tini-static /build/docker-init
11:36:43 [2023-07-28T11:36:43.394Z] #37 DONE 3.3s
11:36:43 [2023-07-28T11:36:43.394Z] 
11:36:43 [2023-07-28T11:36:43.394Z] #30 [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
11:36:43 [2023-07-28T11:36:43.394Z] #30 ...
11:36:43 [2023-07-28T11:36:43.394Z] 
11:36:43 [2023-07-28T11:36:43.394Z] #35 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
11:36:43 [2023-07-28T11:36:43.394Z] #35 26.86 + for f in rootlesskit rootlesskit-docker-proxy
11:36:43 [2023-07-28T11:36:43.394Z] #35 26.86 + GOBIN=/build
11:36:43 [2023-07-28T11:36:43.394Z] #35 26.86 + GO111MODULE=on
11:36:43 [2023-07-28T11:36:43.394Z] #35 26.86 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:36:46 [2023-07-28T11:36:46.698Z] #35 DONE 29.7s
11:36:46 [2023-07-28T11:36:46.698Z] 
11:36:46 [2023-07-28T11:36:46.698Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:36:46 [2023-07-28T11:36:46.698Z] #36 15.91 + cd /tmp/tmp.hoX0Ds0X7c/src/github.com/containerd/containerd
11:36:46 [2023-07-28T11:36:46.698Z] #36 15.92 + git checkout -q v1.6.22
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + export 'BUILDTAGS=netgo osusergo static_build'
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + BUILDTAGS='netgo osusergo static_build'
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + export EXTRA_FLAGS=-buildmode=pie
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + EXTRA_FLAGS=-buildmode=pie
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + '[' '' = dynamic ']'
11:36:46 [2023-07-28T11:36:46.698Z] #36 16.86 + make
11:36:46 [2023-07-28T11:36:46.698Z] #36 ...
11:36:46 [2023-07-28T11:36:46.698Z] 
11:36:46 [2023-07-28T11:36:46.698Z] #38 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
11:36:46 [2023-07-28T11:36:46.698Z] #38 DONE 0.3s
11:36:46 [2023-07-28T11:36:46.698Z] 
11:36:46 [2023-07-28T11:36:46.698Z] #39 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:36:46 [2023-07-28T11:36:46.698Z] #39 DONE 0.2s
11:36:46 [2023-07-28T11:36:46.698Z] 
11:36:46 [2023-07-28T11:36:46.698Z] #29 [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
11:36:46 [2023-07-28T11:36:46.698Z] #29 27.52 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:36:46 [2023-07-28T11:36:46.698Z] #29 27.52 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:36:46 [2023-07-28T11:36:46.698Z] #29 27.52 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:36:46 [2023-07-28T11:36:46.698Z] #29 29.34 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:36:46 [2023-07-28T11:36:46.698Z] #29 29.34 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:36:46 [2023-07-28T11:36:46.698Z] #29 29.47 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:36:47 [2023-07-28T11:36:47.270Z] #29 ...
11:36:47 [2023-07-28T11:36:47.270Z] 
11:36:47 [2023-07-28T11:36:47.270Z] #30 [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
11:36:47 [2023-07-28T11:36:47.270Z] #30 DONE 30.8s
11:36:47 [2023-07-28T11:36:47.534Z] 
11:36:47 [2023-07-28T11:36:47.534Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:36:47 [2023-07-28T11:36:47.534Z] #36 18.28 + bin/ctr
11:36:52 [2023-07-28T11:36:52.825Z] #36 ...
11:36:52 [2023-07-28T11:36:52.825Z] 
11:36:52 [2023-07-28T11:36:52.825Z] #29 [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
11:36:52 [2023-07-28T11:36:52.825Z] #29 31.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:36:52 [2023-07-28T11:36:52.825Z] #29 31.41 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:36:52 [2023-07-28T11:36:52.825Z] #29 31.41 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:36:52 [2023-07-28T11:36:52.825Z] #29 34.98 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:36:52 [2023-07-28T11:36:52.825Z] #29 34.99 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:36:52 [2023-07-28T11:36:52.825Z] #29 35.00 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:36:53 [2023-07-28T11:36:53.086Z] #29 36.68 Selecting previously unselected package g++-mingw-w64-x86-64.
11:36:53 [2023-07-28T11:36:53.086Z] #29 36.68 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:36:53 [2023-07-28T11:36:53.086Z] #29 36.73 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:36:53 [2023-07-28T11:36:53.347Z] #29 36.82 Selecting previously unselected package libapparmor1:amd64.
11:36:53 [2023-07-28T11:36:53.347Z] #29 36.82 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.347Z] #29 36.83 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:36:53 [2023-07-28T11:36:53.347Z] #29 36.92 Selecting previously unselected package libapparmor-dev:amd64.
11:36:53 [2023-07-28T11:36:53.347Z] #29 36.92 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.347Z] #29 36.92 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:36:53 [2023-07-28T11:36:53.347Z] #29 37.03 Selecting previously unselected package libbtrfs0:amd64.
11:36:53 [2023-07-28T11:36:53.347Z] #29 37.03 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.609Z] #29 37.03 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:36:53 [2023-07-28T11:36:53.609Z] #29 37.16 Selecting previously unselected package libbtrfs-dev:amd64.
11:36:53 [2023-07-28T11:36:53.609Z] #29 37.17 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.609Z] #29 37.17 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.29 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.29 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.30 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.37 Selecting previously unselected package libudev-dev:amd64.
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.38 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.38 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ...
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.48 Selecting previously unselected package libsepol1-dev:amd64.
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.48 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
11:36:53 [2023-07-28T11:36:53.870Z] #29 37.49 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:36:54 [2023-07-28T11:36:54.132Z] #29 37.62 Selecting previously unselected package libpcre2-16-0:amd64.
11:36:54 [2023-07-28T11:36:54.132Z] #29 37.63 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.132Z] #29 37.64 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:36:54 [2023-07-28T11:36:54.393Z] #29 37.77 Selecting previously unselected package libpcre2-32-0:amd64.
11:36:54 [2023-07-28T11:36:54.393Z] #29 37.77 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.393Z] #29 37.78 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:36:54 [2023-07-28T11:36:54.393Z] #29 37.91 Selecting previously unselected package libpcre2-posix2:amd64.
11:36:54 [2023-07-28T11:36:54.393Z] #29 37.91 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.393Z] #29 37.93 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:36:54 [2023-07-28T11:36:54.393Z] #29 38.01 Selecting previously unselected package libpcre2-dev:amd64.
11:36:54 [2023-07-28T11:36:54.654Z] #29 38.01 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.654Z] #29 38.01 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:36:54 [2023-07-28T11:36:54.654Z] #29 38.17 Selecting previously unselected package libselinux1-dev:amd64.
11:36:54 [2023-07-28T11:36:54.654Z] #29 38.17 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.654Z] #29 38.17 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:36:54 [2023-07-28T11:36:54.654Z] #29 38.30 Selecting previously unselected package libdevmapper-dev:amd64.
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.31 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.31 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.38 Selecting previously unselected package libseccomp-dev:amd64.
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.38 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.39 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.51 Selecting previously unselected package libsystemd-dev:amd64.
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.52 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_amd64.deb ...
11:36:54 [2023-07-28T11:36:54.915Z] #29 38.52 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ...
11:36:55 [2023-07-28T11:36:55.177Z] #29 38.80 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:36:55 [2023-07-28T11:36:55.177Z] #29 38.84 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:36:55 [2023-07-28T11:36:55.177Z] #29 38.86 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:36:55 [2023-07-28T11:36:55.177Z] #29 38.88 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 38.89 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 38.91 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 38.92 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 38.94 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 38.98 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 38.99 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 39.00 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 39.01 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 39.02 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 39.04 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 39.06 Setting up mingw-w64-common (8.0.0-1) ...
11:36:55 [2023-07-28T11:36:55.442Z] #29 39.07 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.09 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.10 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.12 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.13 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.14 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.15 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
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.18 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.20 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
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.20 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.22 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.23 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
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.25 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.28 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:36:55 [2023-07-28T11:36:55.703Z] #29 39.30 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:36:55 [2023-07-28T11:36:55.965Z] #29 39.33 Setting up dmsetup (2:1.02.175-2.1) ...
11:36:55 [2023-07-28T11:36:55.965Z] #29 39.34 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:36:55 [2023-07-28T11:36:55.965Z] #29 39.35 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:36:55 [2023-07-28T11:36:55.965Z] #29 39.38 Processing triggers for libc-bin (2.31-13+deb11u6) ...
11:37:00 [2023-07-28T11:37:00.177Z] #29 DONE 43.0s
11:37:00 [2023-07-28T11:37:00.177Z] 
11:37:00 [2023-07-28T11:37:00.177Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.685 + RM_GOPATH=0
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.685 + TMP_GOPATH=
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.685 + : /build
11:37:00 [2023-07-28T11:37:00.177Z] #40 ...
11:37:00 [2023-07-28T11:37:00.177Z] 
11:37:00 [2023-07-28T11:37:00.177Z] #41 [dev-systemd-false  1/26] RUN groupadd -r docker
11:37:00 [2023-07-28T11:37:00.177Z] #41 DONE 0.7s
11:37:00 [2023-07-28T11:37:00.177Z] 
11:37:00 [2023-07-28T11:37:00.177Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.685 + '[' -z '' ']'
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.686 ++ mktemp -d
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.689 + export GOPATH=/tmp/tmp.hvU4ZWdbcE
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.689 + GOPATH=/tmp/tmp.hvU4ZWdbcE
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.689 + RM_GOPATH=1
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.689 + case "$(go env GOARCH)" in
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.690 ++ go env GOARCH
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.713 + export GO_BUILDMODE=-buildmode=pie
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.713 + GO_BUILDMODE=-buildmode=pie
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.713 ++ dirname /tmp/install/install.sh
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.714 + dir=/tmp/install
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.715 + bin=runc
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.715 + shift
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.715 + '[' '!' -f /tmp/install/runc.installer ']'
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.715 + . /tmp/install/runc.installer
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.715 ++ set -e
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.715 ++ : v1.1.8
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.716 + install_runc
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.716 + RUNC_BUILDTAGS=seccomp
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.716 + echo 'Install runc version v1.1.8 (build tags: seccomp)'
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.716 Install runc version v1.1.8 (build tags: seccomp)
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.716 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hvU4ZWdbcE/src/github.com/opencontainers/runc
11:37:00 [2023-07-28T11:37:00.177Z] #40 0.731 Cloning into '/tmp/tmp.hvU4ZWdbcE/src/github.com/opencontainers/runc'...
11:37:01 [2023-07-28T11:37:01.120Z] #40 ...
11:37:01 [2023-07-28T11:37:01.120Z] 
11:37:01 [2023-07-28T11:37:01.120Z] #42 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
11:37:01 [2023-07-28T11:37:01.120Z] #42 DONE 1.1s
11:37:01 [2023-07-28T11:37:01.382Z] 
11:37:01 [2023-07-28T11:37:01.382Z] #43 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:37:01 [2023-07-28T11:37:01.955Z] #43 0.593 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:37:02 [2023-07-28T11:37:02.217Z] #43 DONE 0.9s
11:37:02 [2023-07-28T11:37:02.217Z] 
11:37:02 [2023-07-28T11:37:02.217Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
11:37:02 [2023-07-28T11:37:02.915Z] #40 ...
11:37:02 [2023-07-28T11:37:02.915Z] 
11:37:02 [2023-07-28T11:37:02.915Z] #44 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:37:02 [2023-07-28T11:37:02.915Z] #44 DONE 0.7s
11:37:02 [2023-07-28T11:37:02.915Z] 
11:37:02 [2023-07-28T11:37:02.915Z] #45 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:37:03 [2023-07-28T11:37:03.907Z] #45 DONE 0.8s
11:37:03 [2023-07-28T11:37:03.907Z] 
11:37:03 [2023-07-28T11:37:03.907Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
11:37:03 [2023-07-28T11:37:03.907Z] #23 46.72 + dpkg --print-architecture
11:37:03 [2023-07-28T11:37:03.907Z] #23 46.72 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
11:37:03 [2023-07-28T11:37:03.907Z] #23 47.11 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
11:37:03 [2023-07-28T11:37:03.907Z] #23 47.11 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
11:37:04 [2023-07-28T11:37:04.495Z] #23 ...
11:37:04 [2023-07-28T11:37:04.495Z] 
11:37:04 [2023-07-28T11:37:04.495Z] #46 [dev-systemd-false  6/26] RUN ldconfig
11:37:04 [2023-07-28T11:37:04.495Z] #46 DONE 0.7s
11:37:04 [2023-07-28T11:37:04.495Z] 
11:37:04 [2023-07-28T11:37:04.495Z] #47 [dev-systemd-false  7/26] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
11:37:05 [2023-07-28T11:37:05.102Z] #47 DONE 0.8s
11:37:05 [2023-07-28T11:37:05.102Z] 
11:37:05 [2023-07-28T11:37:05.102Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
11:37:05 [2023-07-28T11:37:05.102Z] #40 3.709 + cd /tmp/tmp.hvU4ZWdbcE/src/github.com/opencontainers/runc
11:37:05 [2023-07-28T11:37:05.102Z] #40 3.709 + git checkout -q v1.1.8
11:37:05 [2023-07-28T11:37:05.102Z] #40 3.989 + '[' -z '' ']'
11:37:05 [2023-07-28T11:37:05.102Z] #40 3.989 + target=static
11:37:05 [2023-07-28T11:37:05.102Z] #40 3.989 + make BUILDTAGS=seccomp static
11:37:05 [2023-07-28T11:37:05.102Z] #40 4.190 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.8-0-g82f18fe0 -X main.version=1.1.8 -linkmode external -extldflags --static-pie " -o runc .
11:37:09 [2023-07-28T11:37:09.347Z] #40 ...
11:37:09 [2023-07-28T11:37:09.347Z] 
11:37:09 [2023-07-28T11:37:09.347Z] #48 [dev-systemd-false  8/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
11:37:09 [2023-07-28T11:37:09.347Z] #48 0.880 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:37:09 [2023-07-28T11:37:09.347Z] #48 0.892 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:37:09 [2023-07-28T11:37:09.347Z] #48 0.991 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:37:09 [2023-07-28T11:37:09.347Z] #48 1.206 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:37:09 [2023-07-28T11:37:09.347Z] #48 1.714 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [252 kB]
11:37:09 [2023-07-28T11:37:09.347Z] #48 2.228 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.8 kB]
11:37:09 [2023-07-28T11:37:09.347Z] #48 3.082 Fetched 8658 kB in 2s (3516 kB/s)
11:37:09 [2023-07-28T11:37:09.347Z] #48 3.082 Reading package lists...
11:37:09 [2023-07-28T11:37:09.919Z] #48 3.922 Reading package lists...
11:37:09 [2023-07-28T11:37:09.919Z] #48 4.730 Building dependency tree...
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.142 The following additional packages will be installed:
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.143   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.143   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.144   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.145   python3-pkg-resources vim-runtime xxd
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.146 Suggested packages:
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.147   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.147   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.147   acl attr quota
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.147 Recommended packages:
11:37:10 [2023-07-28T11:37:10.492Z] #48 5.147   libatm1 nftables libpam-cap build-essential python3-dev unzip
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.615 The following NEW packages will be installed:
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.616   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.617   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.617   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.618   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.619   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.619   python3-pkg-resources python3-setuptools python3-wheel sudo
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.620   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
11:37:10 [2023-07-28T11:37:10.753Z] #48 5.620   xz-utils zip
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.905 0 upgraded, 47 newly installed, 0 to remove and 1 not upgraded.
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.905 Need to get 27.0 MB of archives.
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.905 After this operation, 104 MB of additional disk space will be used.
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.905 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.910 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.914 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.915 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.917 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.918 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.932 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.953 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.975 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.980 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.983 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.987 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.989 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 5.997 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 6.016 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 6.027 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 6.028 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
11:37:11 [2023-07-28T11:37:11.014Z] #48 6.055 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.061 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.063 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.067 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.075 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.079 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.082 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.083 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.085 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:37:11 [2023-07-28T11:37:11.276Z] #48 6.089 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.414 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.418 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.420 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.422 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.424 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.429 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:37:11 [2023-07-28T11:37:11.538Z] #48 6.435 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.525 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.544 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.549 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.555 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.578 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.590 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.612 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.645 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.666 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
11:37:11 [2023-07-28T11:37:11.799Z] #48 6.671 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
11:37:12 [2023-07-28T11:37:12.061Z] #48 7.053 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
11:37:12 [2023-07-28T11:37:12.322Z] #48 ...
11:37:12 [2023-07-28T11:37:12.322Z] 
11:37:12 [2023-07-28T11:37:12.322Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
11:37:12 [2023-07-28T11:37:12.322Z] #23 DONE 55.7s
11:37:12 [2023-07-28T11:37:12.322Z] 
11:37:12 [2023-07-28T11:37:12.322Z] #48 [dev-systemd-false  8/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
11:37:12 [2023-07-28T11:37:12.322Z] #48 7.083 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
11:37:12 [2023-07-28T11:37:12.322Z] #48 7.097 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
11:37:12 [2023-07-28T11:37:12.595Z] #48 7.382 debconf: delaying package configuration, since apt-utils is not installed
11:37:12 [2023-07-28T11:37:12.595Z] #48 7.437 Fetched 27.0 MB in 1s (18.4 MB/s)
11:37:12 [2023-07-28T11:37:12.596Z] #48 7.486 Selecting previously unselected package pigz.
11:37:12 [2023-07-28T11:37:12.857Z] #48 7.486 (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 ... 24023 files and directories currently installed.)
11:37:12 [2023-07-28T11:37:12.857Z] #48 7.512 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
11:37:12 [2023-07-28T11:37:12.857Z] #48 7.521 Unpacking pigz (2.6-1) ...
11:37:12 [2023-07-28T11:37:12.857Z] #48 7.656 Selecting previously unselected package libelf1:amd64.
11:37:12 [2023-07-28T11:37:12.857Z] #48 7.659 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
11:37:12 [2023-07-28T11:37:12.857Z] #48 7.677 Unpacking libelf1:amd64 (0.183-1) ...
11:37:13 [2023-07-28T11:37:13.118Z] #48 7.798 Selecting previously unselected package libbpf0:amd64.
11:37:13 [2023-07-28T11:37:13.118Z] #48 7.801 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.118Z] #48 7.815 Unpacking libbpf0:amd64 (1:0.3-2) ...
11:37:13 [2023-07-28T11:37:13.118Z] #48 7.907 Selecting previously unselected package libcap2:amd64.
11:37:13 [2023-07-28T11:37:13.118Z] #48 7.918 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.118Z] #48 7.952 Unpacking libcap2:amd64 (1:2.44-1) ...
11:37:13 [2023-07-28T11:37:13.381Z] #48 8.211 Selecting previously unselected package libmnl0:amd64.
11:37:13 [2023-07-28T11:37:13.381Z] #48 8.215 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.381Z] #48 8.227 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:37:13 [2023-07-28T11:37:13.642Z] #48 8.374 Selecting previously unselected package libxtables12:amd64.
11:37:13 [2023-07-28T11:37:13.642Z] #48 8.378 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.642Z] #48 8.384 Unpacking libxtables12:amd64 (1.8.7-1) ...
11:37:13 [2023-07-28T11:37:13.642Z] #48 8.464 Selecting previously unselected package libcap2-bin.
11:37:13 [2023-07-28T11:37:13.642Z] #48 8.468 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.642Z] #48 8.478 Unpacking libcap2-bin (1:2.44-1) ...
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.567 Selecting previously unselected package iproute2.
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.571 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.576 Unpacking iproute2 (5.10.0-4) ...
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.819 Selecting previously unselected package xxd.
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.822 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.837 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:37:13 [2023-07-28T11:37:13.905Z] #48 8.923 Selecting previously unselected package vim-common.
11:37:14 [2023-07-28T11:37:14.166Z] #48 8.927 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:37:14 [2023-07-28T11:37:14.166Z] #48 8.939 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:37:14 [2023-07-28T11:37:14.166Z] #48 9.046 Selecting previously unselected package bash-completion.
11:37:14 [2023-07-28T11:37:14.166Z] #48 9.051 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
11:37:16 [2023-07-28T11:37:16.086Z] #48 10.89 Unpacking bash-completion (1:2.11-2) ...
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.07 Selecting previously unselected package bzip2.
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.08 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.08 Unpacking bzip2 (1.0.8-4) ...
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.15 Selecting previously unselected package xz-utils.
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.16 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.16 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.25 Selecting previously unselected package apparmor.
11:37:16 [2023-07-28T11:37:16.351Z] #48 11.26 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
11:37:16 [2023-07-28T11:37:16.612Z] #48 11.35 Unpacking apparmor (2.13.6-10) ...
11:37:16 [2023-07-28T11:37:16.612Z] #48 11.55 Selecting previously unselected package inetutils-ping.
11:37:16 [2023-07-28T11:37:16.612Z] #48 11.56 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ...
11:37:16 [2023-07-28T11:37:16.612Z] #48 11.56 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
11:37:16 [2023-07-28T11:37:16.612Z] #48 11.65 Selecting previously unselected package libip4tc2:amd64.
11:37:16 [2023-07-28T11:37:16.873Z] #48 11.65 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
11:37:16 [2023-07-28T11:37:16.873Z] #48 11.66 Unpacking libip4tc2:amd64 (1.8.7-1) ...
11:37:16 [2023-07-28T11:37:16.873Z] #48 11.74 Selecting previously unselected package libip6tc2:amd64.
11:37:16 [2023-07-28T11:37:16.873Z] #48 11.74 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
11:37:16 [2023-07-28T11:37:16.873Z] #48 11.75 Unpacking libip6tc2:amd64 (1.8.7-1) ...
11:37:17 [2023-07-28T11:37:17.135Z] #48 11.83 Selecting previously unselected package libnfnetlink0:amd64.
11:37:17 [2023-07-28T11:37:17.135Z] #48 11.84 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.135Z] #48 11.85 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:37:17 [2023-07-28T11:37:17.135Z] #48 11.94 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:37:17 [2023-07-28T11:37:17.135Z] #48 11.94 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.135Z] #48 11.96 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.09 Selecting previously unselected package libnftnl11:amd64.
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.09 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.10 Unpacking libnftnl11:amd64 (1.1.9-1) ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.19 Selecting previously unselected package iptables.
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.19 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.20 Unpacking iptables (1.8.7-1) ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.32 Selecting previously unselected package libonig5:amd64.
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.33 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.33 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:37:17 [2023-07-28T11:37:17.408Z] #48 12.45 Selecting previously unselected package libjq1:amd64.
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.45 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.45 Unpacking libjq1:amd64 (1.6-2.1) ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.53 Selecting previously unselected package jq.
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.53 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.54 Unpacking jq (1.6-2.1) ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.63 Selecting previously unselected package libaio1:amd64.
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.63 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.64 Unpacking libaio1:amd64 (0.3.112-9) ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.69 Selecting previously unselected package libgpm2:amd64.
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.69 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.671Z] #48 12.70 Unpacking libgpm2:amd64 (1.20.7-8) ...
11:37:17 [2023-07-28T11:37:17.933Z] #48 12.76 Selecting previously unselected package libicu67:amd64.
11:37:17 [2023-07-28T11:37:17.933Z] #48 12.76 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
11:37:17 [2023-07-28T11:37:17.933Z] #48 12.77 Unpacking libicu67:amd64 (67.1-7) ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 13.97 Selecting previously unselected package libinih1:amd64.
11:37:19 [2023-07-28T11:37:19.321Z] #48 13.97 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 13.98 Unpacking libinih1:amd64 (53-1+b2) ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.04 Selecting previously unselected package libnet1:amd64.
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.04 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.11 Selecting previously unselected package libnl-3-200:amd64.
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.12 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.12 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.21 Selecting previously unselected package libprotobuf-c1:amd64.
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.21 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.22 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.26 Selecting previously unselected package net-tools.
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.27 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
11:37:19 [2023-07-28T11:37:19.321Z] #48 14.27 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
11:37:19 [2023-07-28T11:37:19.583Z] #48 14.37 Selecting previously unselected package patch.
11:37:19 [2023-07-28T11:37:19.583Z] #48 14.37 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
11:37:19 [2023-07-28T11:37:19.583Z] #48 14.38 Unpacking patch (2.7.6-7) ...
11:37:19 [2023-07-28T11:37:19.583Z] #48 14.46 Selecting previously unselected package python-pip-whl.
11:37:19 [2023-07-28T11:37:19.583Z] #48 14.46 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
11:37:19 [2023-07-28T11:37:19.583Z] #48 14.48 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
11:37:19 [2023-07-28T11:37:19.844Z] #48 14.74 Selecting previously unselected package python3-lib2to3.
11:37:19 [2023-07-28T11:37:19.844Z] #48 14.74 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
11:37:19 [2023-07-28T11:37:19.844Z] #48 14.74 Unpacking python3-lib2to3 (3.9.2-1) ...
11:37:19 [2023-07-28T11:37:19.844Z] #48 14.83 Selecting previously unselected package python3-distutils.
11:37:19 [2023-07-28T11:37:19.844Z] #48 14.83 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
11:37:19 [2023-07-28T11:37:19.844Z] #48 14.84 Unpacking python3-distutils (3.9.2-1) ...
11:37:20 [2023-07-28T11:37:20.106Z] #48 14.93 Selecting previously unselected package python3-pkg-resources.
11:37:20 [2023-07-28T11:37:20.106Z] #48 14.93 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
11:37:20 [2023-07-28T11:37:20.106Z] #48 14.94 Unpacking python3-pkg-resources (52.0.0-4) ...
11:37:20 [2023-07-28T11:37:20.106Z] #48 15.02 Selecting previously unselected package python3-setuptools.
11:37:20 [2023-07-28T11:37:20.106Z] #48 15.03 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
11:37:20 [2023-07-28T11:37:20.106Z] #48 15.03 Unpacking python3-setuptools (52.0.0-4) ...
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.18 Selecting previously unselected package python3-wheel.
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.18 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.19 Unpacking python3-wheel (0.34.2-1) ...
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.26 Selecting previously unselected package python3-pip.
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.26 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.27 Unpacking python3-pip (20.3.4-4+deb11u1) ...
11:37:20 [2023-07-28T11:37:20.367Z] #48 15.41 Selecting previously unselected package sudo.
11:37:20 [2023-07-28T11:37:20.628Z] #48 15.41 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ...
11:37:20 [2023-07-28T11:37:20.628Z] #48 15.42 Unpacking sudo (1.9.5p2-3+deb11u1) ...
11:37:20 [2023-07-28T11:37:20.628Z] #48 15.65 Selecting previously unselected package thin-provisioning-tools.
11:37:20 [2023-07-28T11:37:20.889Z] #48 15.66 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
11:37:20 [2023-07-28T11:37:20.889Z] #48 15.66 Unpacking thin-provisioning-tools (0.9.0-1) ...
11:37:20 [2023-07-28T11:37:20.889Z] #48 15.78 Selecting previously unselected package uidmap.
11:37:20 [2023-07-28T11:37:20.889Z] #48 15.79 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
11:37:20 [2023-07-28T11:37:20.889Z] #48 15.79 Unpacking uidmap (1:4.8.1-1) ...
11:37:20 [2023-07-28T11:37:20.889Z] #48 15.92 Selecting previously unselected package vim-runtime.
11:37:21 [2023-07-28T11:37:21.150Z] #48 15.92 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
11:37:21 [2023-07-28T11:37:21.150Z] #48 15.93 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
11:37:21 [2023-07-28T11:37:21.150Z] #48 15.95 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
11:37:21 [2023-07-28T11:37:21.150Z] #48 15.95 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
11:37:22 [2023-07-28T11:37:22.093Z] #48 16.97 Selecting previously unselected package vim.
11:37:22 [2023-07-28T11:37:22.093Z] #48 16.97 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:37:22 [2023-07-28T11:37:22.093Z] #48 17.00 Unpacking vim (2:8.2.2434-3+deb11u1) ...
11:37:22 [2023-07-28T11:37:22.354Z] #48 17.22 Selecting previously unselected package xfsprogs.
11:37:22 [2023-07-28T11:37:22.354Z] #48 17.23 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
11:37:22 [2023-07-28T11:37:22.354Z] #48 17.23 Unpacking xfsprogs (5.10.0-4) ...
11:37:22 [2023-07-28T11:37:22.617Z] #48 17.41 Selecting previously unselected package zip.
11:37:22 [2023-07-28T11:37:22.617Z] #48 17.42 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
11:37:22 [2023-07-28T11:37:22.617Z] #48 17.42 Unpacking zip (3.0-12) ...
11:37:22 [2023-07-28T11:37:22.617Z] #48 17.65 Setting up python3-pkg-resources (52.0.0-4) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 17.99 Setting up libip4tc2:amd64 (1.8.7-1) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.00 Setting up net-tools (1.60+git20181103.0eebece-1) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.02 Setting up libgpm2:amd64 (1.20.7-8) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.03 Setting up libicu67:amd64 (67.1-7) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.05 Setting up libip6tc2:amd64 (1.8.7-1) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.07 Setting up libinih1:amd64 (53-1+b2) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.09 Setting up uidmap (1:4.8.1-1) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.11 Setting up bzip2 (1.0.8-4) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.13 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:37:23 [2023-07-28T11:37:23.189Z] #48 18.14 Setting up python3-wheel (0.34.2-1) ...
11:37:23 [2023-07-28T11:37:23.449Z] #48 18.42 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:37:23 [2023-07-28T11:37:23.449Z] #48 18.45 Setting up libcap2:amd64 (1:2.44-1) ...
11:37:23 [2023-07-28T11:37:23.449Z] #48 18.46 Setting up libcap2-bin (1:2.44-1) ...
11:37:23 [2023-07-28T11:37:23.449Z] #48 18.47 Setting up apparmor (2.13.6-10) ...
11:37:26 [2023-07-28T11:37:26.751Z] #48 21.32 Setting up zip (3.0-12) ...
11:37:26 [2023-07-28T11:37:26.751Z] #48 21.38 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:37:26 [2023-07-28T11:37:26.751Z] #48 21.47 Setting up bash-completion (1:2.11-2) ...
11:37:28 [2023-07-28T11:37:28.674Z] #48 23.37 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:37:28 [2023-07-28T11:37:28.674Z] #48 23.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:37:28 [2023-07-28T11:37:28.674Z] #48 23.68 Setting up libmnl0:amd64 (1.0.4-3) ...
11:37:28 [2023-07-28T11:37:28.935Z] #48 ...
11:37:28 [2023-07-28T11:37:28.935Z] 
11:37:28 [2023-07-28T11:37:28.935Z] #25 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
11:37:28 [2023-07-28T11:37:28.935Z] #25 67.36 + /build/golangci-lint --version
11:37:28 [2023-07-28T11:37:28.935Z] #25 67.63 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
11:37:28 [2023-07-28T11:37:28.935Z] #25 DONE 72.5s
11:37:28 [2023-07-28T11:37:28.935Z] 
11:37:28 [2023-07-28T11:37:28.935Z] #48 [dev-systemd-false  8/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
11:37:28 [2023-07-28T11:37:28.935Z] #48 23.75 Setting up patch (2.7.6-7) ...
11:37:28 [2023-07-28T11:37:28.935Z] #48 23.76 Setting up sudo (1.9.5p2-3+deb11u1) ...
11:37:28 [2023-07-28T11:37:28.935Z] #48 ...
11:37:28 [2023-07-28T11:37:28.935Z] 
11:37:28 [2023-07-28T11:37:28.935Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:28 [2023-07-28T11:37:28.935Z] #36 54.33 + bin/containerd
11:37:28 [2023-07-28T11:37:28.935Z] #36 ...
11:37:28 [2023-07-28T11:37:28.935Z] 
11:37:28 [2023-07-28T11:37:28.935Z] #48 [dev-systemd-false  8/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
11:37:28 [2023-07-28T11:37:28.935Z] #48 23.87 invoke-rc.d: could not determine current runlevel
11:37:28 [2023-07-28T11:37:28.935Z] #48 23.90 invoke-rc.d: policy-rc.d denied execution of start.
11:37:28 [2023-07-28T11:37:28.935Z] #48 23.92 Setting up xfsprogs (5.10.0-4) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 23.94 Setting up libxtables12:amd64 (1.8.7-1) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 23.95 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 23.96 Setting up pigz (2.6-1) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 23.97 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 23.99 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 24.00 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
11:37:29 [2023-07-28T11:37:29.196Z] #48 24.01 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
11:37:29 [2023-07-28T11:37:29.457Z] #48 24.32 Setting up libaio1:amd64 (0.3.112-9) ...
11:37:29 [2023-07-28T11:37:29.457Z] #48 24.34 Setting up python3-lib2to3 (3.9.2-1) ...
11:37:29 [2023-07-28T11:37:29.717Z] #48 24.50 Setting up libelf1:amd64 (0.183-1) ...
11:37:29 [2023-07-28T11:37:29.717Z] #48 24.56 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:37:29 [2023-07-28T11:37:29.717Z] #48 24.59 Setting up python3-distutils (3.9.2-1) ...
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.77 Setting up vim (2:8.2.2434-3+deb11u1) ...
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:37:29 [2023-07-28T11:37:29.978Z] #48 24.88 Setting up python3-setuptools (52.0.0-4) ...
11:37:30 [2023-07-28T11:37:30.723Z] #48 25.47 Setting up libjq1:amd64 (1.6-2.1) ...
11:37:30 [2023-07-28T11:37:30.723Z] #48 25.50 Setting up libnftnl11:amd64 (1.1.9-1) ...
11:37:30 [2023-07-28T11:37:30.723Z] #48 25.57 Setting up thin-provisioning-tools (0.9.0-1) ...
11:37:30 [2023-07-28T11:37:30.985Z] #48 25.98 Setting up python3-pip (20.3.4-4+deb11u1) ...
11:37:31 [2023-07-28T11:37:31.558Z] #48 26.57 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:37:31 [2023-07-28T11:37:31.819Z] #48 26.62 Setting up jq (1.6-2.1) ...
11:37:31 [2023-07-28T11:37:31.819Z] #48 26.83 Setting up libbpf0:amd64 (1:0.3-2) ...
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.01 Setting up iptables (1.8.7-1) ...
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:37:32 [2023-07-28T11:37:32.080Z] #48 27.10 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:37:32 [2023-07-28T11:37:32.341Z] #48 ...
11:37:32 [2023-07-28T11:37:32.341Z] 
11:37:32 [2023-07-28T11:37:32.341Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
11:37:32 [2023-07-28T11:37:32.341Z] #40 31.19 + mkdir -p /build
11:37:32 [2023-07-28T11:37:32.341Z] #40 31.20 + cp runc /build/runc
11:37:32 [2023-07-28T11:37:32.341Z] #40 DONE 32.8s
11:37:32 [2023-07-28T11:37:32.341Z] 
11:37:32 [2023-07-28T11:37:32.341Z] #48 [dev-systemd-false  8/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
11:37:32 [2023-07-28T11:37:32.342Z] #48 27.11 Setting up iproute2 (5.10.0-4) ...
11:37:32 [2023-07-28T11:37:32.603Z] #48 27.37 Processing triggers for libc-bin (2.31-13+deb11u6) ...
11:37:32 [2023-07-28T11:37:32.864Z] #48 DONE 27.7s
11:37:32 [2023-07-28T11:37:32.864Z] 
11:37:32 [2023-07-28T11:37:32.864Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:32 [2023-07-28T11:37:32.864Z] #36 ...
11:37:32 [2023-07-28T11:37:32.864Z] 
11:37:32 [2023-07-28T11:37:32.864Z] #49 [dev-systemd-false  9/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
11:37:33 [2023-07-28T11:37:33.436Z] #49 0.580 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:37:33 [2023-07-28T11:37:33.436Z] #49 0.585 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:37:33 [2023-07-28T11:37:33.436Z] #49 0.595 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:37:33 [2023-07-28T11:37:33.436Z] #49 DONE 0.7s
11:37:33 [2023-07-28T11:37:33.436Z] 
11:37:33 [2023-07-28T11:37:33.436Z] #50 [dev-systemd-false 10/26] RUN pip3 install yamllint==1.26.1
11:37:40 [2023-07-28T11:37:40.023Z] #50 6.398 Collecting yamllint==1.26.1
11:37:40 [2023-07-28T11:37:40.961Z] #50 7.445   Downloading yamllint-1.26.1.tar.gz (126 kB)
11:37:41 [2023-07-28T11:37:41.220Z] #50 7.756 Collecting pathspec>=0.5.3
11:37:41 [2023-07-28T11:37:41.220Z] #50 7.759   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
11:37:41 [2023-07-28T11:37:41.481Z] #50 7.871 Collecting pyyaml
11:37:41 [2023-07-28T11:37:41.481Z] #50 7.878   Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB)
11:37:41 [2023-07-28T11:37:41.481Z] #50 7.908 Building wheels for collected packages: yamllint
11:37:41 [2023-07-28T11:37:41.481Z] #50 7.908   Building wheel for yamllint (setup.py): started
11:37:41 [2023-07-28T11:37:41.741Z] #50 8.160   Building wheel for yamllint (setup.py): finished with status 'done'
11:37:41 [2023-07-28T11:37:41.741Z] #50 8.161   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=0847d8519e07def82aa3c2249c3e44ddfe4008e71de8d9f622a13e5ecc11d83a
11:37:41 [2023-07-28T11:37:41.741Z] #50 8.161   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
11:37:41 [2023-07-28T11:37:41.741Z] #50 8.164 Successfully built yamllint
11:37:41 [2023-07-28T11:37:41.741Z] #50 8.174 Installing collected packages: pyyaml, pathspec, yamllint
11:37:41 [2023-07-28T11:37:41.741Z] #50 8.328 Successfully installed pathspec-0.11.1 pyyaml-6.0.1 yamllint-1.26.1
11:37:43 [2023-07-28T11:37:43.647Z] #50 ...
11:37:43 [2023-07-28T11:37:43.647Z] 
11:37:43 [2023-07-28T11:37:43.647Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:43 [2023-07-28T11:37:43.647Z] #36 75.12 # github.com/containerd/containerd/cmd/containerd
11:37:43 [2023-07-28T11:37:43.647Z] #36 75.12 /usr/bin/ld: /tmp/go-link-2069322015/000019.o: in function `New':
11:37:43 [2023-07-28T11:37:43.647Z] #36 75.12 /tmp/tmp.hoX0Ds0X7c/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
11:37:43 [2023-07-28T11:37:43.906Z] #36 75.20 + bin/containerd-stress
11:37:44 [2023-07-28T11:37:44.845Z] #36 ...
11:37:44 [2023-07-28T11:37:44.845Z] 
11:37:44 [2023-07-28T11:37:44.845Z] #50 [dev-systemd-false 10/26] RUN pip3 install yamllint==1.26.1
11:37:44 [2023-07-28T11:37:44.845Z] #50 DONE 11.4s
11:37:44 [2023-07-28T11:37:44.845Z] 
11:37:44 [2023-07-28T11:37:44.845Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:44 [2023-07-28T11:37:44.845Z] #36 76.02 + bin/containerd-shim
11:37:44 [2023-07-28T11:37:44.845Z] #36 ...
11:37:44 [2023-07-28T11:37:44.845Z] 
11:37:44 [2023-07-28T11:37:44.845Z] #51 [dev-systemd-false 11/26] COPY --from=dockercli     /build/ /usr/local/cli
11:37:44 [2023-07-28T11:37:44.845Z] #51 DONE 0.1s
11:37:45 [2023-07-28T11:37:45.106Z] 
11:37:45 [2023-07-28T11:37:45.106Z] #52 [dev-systemd-false 12/26] COPY --from=frozen-images /build/ /docker-frozen-images
11:37:45 [2023-07-28T11:37:45.367Z] #52 DONE 0.2s
11:37:45 [2023-07-28T11:37:45.367Z] 
11:37:45 [2023-07-28T11:37:45.367Z] #53 [dev-systemd-false 13/26] COPY --from=swagger       /build/ /usr/local/bin/
11:37:45 [2023-07-28T11:37:45.367Z] #53 DONE 0.4s
11:37:45 [2023-07-28T11:37:45.367Z] 
11:37:45 [2023-07-28T11:37:45.367Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:45 [2023-07-28T11:37:45.628Z] #36 ...
11:37:45 [2023-07-28T11:37:45.628Z] 
11:37:45 [2023-07-28T11:37:45.628Z] #54 [dev-systemd-false 14/26] COPY --from=tomlv         /build/ /usr/local/bin/
11:37:45 [2023-07-28T11:37:45.628Z] #54 DONE 0.0s
11:37:45 [2023-07-28T11:37:45.889Z] 
11:37:45 [2023-07-28T11:37:45.889Z] #55 [dev-systemd-false 15/26] COPY --from=tini          /build/ /usr/local/bin/
11:37:45 [2023-07-28T11:37:45.889Z] #55 DONE 0.2s
11:37:45 [2023-07-28T11:37:45.889Z] 
11:37:45 [2023-07-28T11:37:45.889Z] #56 [dev-systemd-false 16/26] COPY --from=registry      /build/ /usr/local/bin/
11:37:46 [2023-07-28T11:37:46.830Z] #56 DONE 0.9s
11:37:46 [2023-07-28T11:37:46.830Z] 
11:37:46 [2023-07-28T11:37:46.830Z] #57 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
11:37:46 [2023-07-28T11:37:46.830Z] #57 DONE 0.1s
11:37:46 [2023-07-28T11:37:46.830Z] 
11:37:46 [2023-07-28T11:37:46.830Z] #58 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
11:37:46 [2023-07-28T11:37:46.830Z] #58 DONE 0.1s
11:37:46 [2023-07-28T11:37:46.830Z] 
11:37:46 [2023-07-28T11:37:46.830Z] #59 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
11:37:47 [2023-07-28T11:37:47.089Z] #59 DONE 0.2s
11:37:47 [2023-07-28T11:37:47.089Z] 
11:37:47 [2023-07-28T11:37:47.089Z] #60 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
11:37:47 [2023-07-28T11:37:47.089Z] #60 DONE 0.1s
11:37:47 [2023-07-28T11:37:47.089Z] 
11:37:47 [2023-07-28T11:37:47.089Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:47 [2023-07-28T11:37:47.350Z] #36 ...
11:37:47 [2023-07-28T11:37:47.350Z] 
11:37:47 [2023-07-28T11:37:47.350Z] #61 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
11:37:47 [2023-07-28T11:37:47.350Z] #61 DONE 0.1s
11:37:47 [2023-07-28T11:37:47.350Z] 
11:37:47 [2023-07-28T11:37:47.350Z] #36 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
11:37:49 [2023-07-28T11:37:49.261Z] #36 80.31 + bin/containerd-shim-runc-v1
11:37:51 [2023-07-28T11:37:51.172Z] #36 82.60 + bin/containerd-shim-runc-v2
11:37:51 [2023-07-28T11:37:51.741Z] #36 83.15 + binaries
11:37:51 [2023-07-28T11:37:51.741Z] #36 83.15 + install -D bin/containerd /build/containerd
11:37:51 [2023-07-28T11:37:51.741Z] #36 83.18 + install -D bin/containerd-shim /build/containerd-shim
11:37:51 [2023-07-28T11:37:51.999Z] #36 83.18 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:37:52 [2023-07-28T11:37:52.000Z] #36 83.19 + install -D bin/ctr /build/ctr
11:37:53 [2023-07-28T11:37:53.906Z] #36 DONE 85.1s
11:37:54 [2023-07-28T11:37:54.842Z] 
11:37:54 [2023-07-28T11:37:54.843Z] #62 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
11:37:55 [2023-07-28T11:37:55.779Z] #62 DONE 0.9s
11:37:55 [2023-07-28T11:37:55.779Z] 
11:37:55 [2023-07-28T11:37:55.779Z] #63 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
11:37:55 [2023-07-28T11:37:55.779Z] #63 DONE 0.4s
11:37:55 [2023-07-28T11:37:55.779Z] 
11:37:55 [2023-07-28T11:37:55.779Z] #64 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
11:37:57 [2023-07-28T11:37:57.683Z] #64 DONE 1.6s
11:37:57 [2023-07-28T11:37:57.683Z] 
11:37:57 [2023-07-28T11:37:57.683Z] #65 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
11:37:57 [2023-07-28T11:37:57.683Z] #65 DONE 0.0s
11:37:57 [2023-07-28T11:37:57.683Z] 
11:37:57 [2023-07-28T11:37:57.683Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
11:37:57 [2023-07-28T11:37:57.683Z] #66 DONE 0.0s
11:37:57 [2023-07-28T11:37:57.683Z] 
11:37:57 [2023-07-28T11:37:57.683Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
11:37:59 [2023-07-28T11:37:59.062Z] #67 DONE 1.2s
11:37:59 [2023-07-28T11:37:59.062Z] 
11:37:59 [2023-07-28T11:37:59.062Z] #68 exporting to image
11:37:59 [2023-07-28T11:37:59.062Z] #68 exporting layers
11:38:03 [2023-07-28T11:38:03.255Z] #68 exporting layers 3.9s done
11:38:03 [2023-07-28T11:38:03.256Z] #68 writing image sha256:b7ef1fb214f80986e34a80904337d3a1347869780e714a6cd14d4ffc71aacc35 done
11:38:03 [2023-07-28T11:38:03.256Z] #68 naming to docker.io/library/docker:b883976e4c5dbfe896f7a303d232f7bfe0b541c5 done
11:38:03 [2023-07-28T11:38:03.256Z] #68 DONE 3.9s