Skip to content

Console Output

Skipping 58 KB.. Full Log
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
07:24:47 [2022-04-30T07:24:47.882Z] #31 sha256:51914e2892ce29fe4d146110581099b0767fd652c7a21526d0cb41a7cc80f0d3
07:24:47 [2022-04-30T07:24:47.882Z] #31 16.16 #=#=#                                                                         
07:24:47 [2022-04-30T07:24:47.882Z] #31 16.53 #=#=#                                                                         

                                                                           0.2%
######################################################################## 100.0%
07:24:47 [2022-04-30T07:24:47.882Z] #31 17.87 
07:24:49 [2022-04-30T07:24:49.269Z] #31 ...
07:24:49 [2022-04-30T07:24:49.269Z] 
07:24:49 [2022-04-30T07:24:49.269Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:24:49 [2022-04-30T07:24:49.269Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631
07:24:49 [2022-04-30T07:24:49.269Z] #60 12.49 Fetched 8397 kB in 9s (922 kB/s)
07:24:49 [2022-04-30T07:24:49.269Z] #60 12.49 Reading package lists...
07:24:49 [2022-04-30T07:24:49.269Z] #60 18.08 Reading package lists...
07:24:49 [2022-04-30T07:24:49.531Z] #60 22.68 Building dependency tree...
07:24:49 [2022-04-30T07:24:49.531Z] #60 ...
07:24:49 [2022-04-30T07:24:49.531Z] 
07:24:49 [2022-04-30T07:24:49.531Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:24:49 [2022-04-30T07:24:49.531Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9
07:24:49 [2022-04-30T07:24:49.531Z] #40 12.76 Fetched 8397 kB in 9s (892 kB/s)
07:24:49 [2022-04-30T07:24:49.531Z] #40 12.76 Reading package lists...
07:24:49 [2022-04-30T07:24:49.531Z] #40 17.62 Reading package lists...
07:24:49 [2022-04-30T07:24:49.531Z] #40 22.28 Building dependency tree...
07:24:49 [2022-04-30T07:24:49.531Z] #40 ...
07:24:49 [2022-04-30T07:24:49.531Z] 
07:24:49 [2022-04-30T07:24:49.531Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:24:49 [2022-04-30T07:24:49.531Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd
07:24:49 [2022-04-30T07:24:49.531Z] #45 17.72 Updating files:  87% (1617/1843)
Updating files:  88% (1622/1843)
Updating files:  89% (1641/1843)
Updating files:  90% (1659/1843)
Updating files:  91% (1678/1843)
Updating files:  92% (1696/1843)
Updating files:  93% (1714/1843)
Updating files:  94% (1733/1843)
Updating files:  95% (1751/1843)
Updating files:  96% (1770/1843)
Updating files:  97% (1788/1843)
Updating files:  98% (1807/1843)
Updating files:  99% (1825/1843)
Updating files: 100% (1843/1843)
Updating files: 100% (1843/1843), done.
07:24:49 [2022-04-30T07:24:49.531Z] #45 18.08 + git checkout -q v2.3.0
07:24:49 [2022-04-30T07:24:49.531Z] #45 19.70 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:24:52 [2022-04-30T07:24:52.081Z] #45 ...
07:24:52 [2022-04-30T07:24:52.081Z] 
07:24:52 [2022-04-30T07:24:52.081Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:24:52 [2022-04-30T07:24:52.081Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:24:52 [2022-04-30T07:24:52.081Z] #53 25.00 go: downloading github.com/fatih/color v1.13.0
07:24:52 [2022-04-30T07:24:52.081Z] #53 25.00 go: downloading github.com/gofrs/flock v0.8.1
07:24:52 [2022-04-30T07:24:52.081Z] #53 25.08 go: downloading github.com/spf13/cobra v1.3.0
07:24:52 [2022-04-30T07:24:52.081Z] #53 25.08 go: downloading github.com/spf13/pflag v1.0.5
07:24:52 [2022-04-30T07:24:52.081Z] #53 25.28 go: downloading github.com/spf13/viper v1.10.1
07:24:52 [2022-04-30T07:24:52.081Z] #53 25.34 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
07:24:52 [2022-04-30T07:24:52.344Z] #53 ...
07:24:52 [2022-04-30T07:24:52.344Z] 
07:24:52 [2022-04-30T07:24:52.344Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:24:52 [2022-04-30T07:24:52.344Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6
07:24:52 [2022-04-30T07:24:52.344Z] #49 15.28 Fetched 8401 kB in 11s (752 kB/s)
07:24:52 [2022-04-30T07:24:52.344Z] #49 15.28 Reading package lists...
07:24:52 [2022-04-30T07:24:52.344Z] #49 19.40 Reading package lists...
07:24:52 [2022-04-30T07:24:52.344Z] #49 23.68 Building dependency tree...
07:24:52 [2022-04-30T07:24:52.344Z] #49 ...
07:24:52 [2022-04-30T07:24:52.344Z] 
07:24:52 [2022-04-30T07:24:52.344Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:24:52 [2022-04-30T07:24:52.344Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:24:52 [2022-04-30T07:24:52.344Z] #53 25.72 go: downloading github.com/mattn/go-colorable v0.1.12
07:24:52 [2022-04-30T07:24:52.607Z] #53 25.73 go: downloading github.com/mattn/go-isatty v0.0.14
07:24:52 [2022-04-30T07:24:52.607Z] #53 25.75 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
07:24:52 [2022-04-30T07:24:52.607Z] #53 25.78 go: downloading github.com/go-critic/go-critic v0.6.2
07:24:52 [2022-04-30T07:24:52.869Z] #53 ...
07:24:52 [2022-04-30T07:24:52.869Z] 
07:24:52 [2022-04-30T07:24:52.869Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:24:52 [2022-04-30T07:24:52.869Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:24:52 [2022-04-30T07:24:52.869Z] #14 11.03 Reading package lists...
07:24:52 [2022-04-30T07:24:52.869Z] #14 16.34 Reading package lists...
07:24:52 [2022-04-30T07:24:52.869Z] #14 21.15 Building dependency tree...
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.48 The following additional packages will be installed:
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.48   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.49   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.49   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.49   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.49   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.49   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.49   mingw-w64-common mingw-w64-x86-64-dev
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.52 Suggested packages:
07:24:52 [2022-04-30T07:24:52.869Z] #14 24.52   gcc-10-locales seccomp wine64
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.59 The following NEW packages will be installed:
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.60   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
07:24:52 [2022-04-30T07:24:52.869Z] #14 25.61   mingw-w64-x86-64-dev
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.01 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.01 Need to get 108 MB of archives.
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.01 After this operation, 620 MB of additional disk space will be used.
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
07:24:52 [2022-04-30T07:24:52.869Z] #14 26.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
07:24:53 [2022-04-30T07:24:53.132Z] #14 26.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
07:24:53 [2022-04-30T07:24:53.132Z] #14 ...
07:24:53 [2022-04-30T07:24:53.132Z] 
07:24:53 [2022-04-30T07:24:53.132Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:24:53 [2022-04-30T07:24:53.132Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:24:53 [2022-04-30T07:24:53.132Z] #53 26.46 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:24:53 [2022-04-30T07:24:53.132Z] #53 26.51 go: downloading github.com/hashicorp/go-multierror v1.1.1
07:24:55 [2022-04-30T07:24:55.689Z] #53 28.90 go: downloading github.com/sirupsen/logrus v1.8.1
07:24:55 [2022-04-30T07:24:55.689Z] #53 28.90 go: downloading github.com/stretchr/testify v1.7.0
07:24:55 [2022-04-30T07:24:55.689Z] #53 29.09 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
07:24:55 [2022-04-30T07:24:55.689Z] #53 29.10 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
07:24:55 [2022-04-30T07:24:55.954Z] #53 29.12 go: downloading github.com/fsnotify/fsnotify v1.5.1
07:24:55 [2022-04-30T07:24:55.954Z] #53 29.15 go: downloading github.com/magiconair/properties v1.8.5
07:24:55 [2022-04-30T07:24:55.954Z] #53 29.25 go: downloading github.com/mitchellh/mapstructure v1.4.3
07:24:55 [2022-04-30T07:24:55.954Z] #53 29.28 go: downloading github.com/spf13/afero v1.6.0
07:24:55 [2022-04-30T07:24:55.954Z] #53 29.35 go: downloading github.com/spf13/cast v1.4.1
07:24:55 [2022-04-30T07:24:55.954Z] #53 29.39 go: downloading github.com/spf13/jwalterweatherman v1.1.0
07:24:56 [2022-04-30T07:24:56.217Z] #53 29.43 go: downloading github.com/subosito/gotenv v1.2.0
07:24:56 [2022-04-30T07:24:56.217Z] #53 29.52 go: downloading gopkg.in/ini.v1 v1.66.2
07:24:56 [2022-04-30T07:24:56.217Z] #53 29.58 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
07:24:56 [2022-04-30T07:24:56.217Z] #53 29.59 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:24:56 [2022-04-30T07:24:56.478Z] #53 ...
07:24:56 [2022-04-30T07:24:56.478Z] 
07:24:56 [2022-04-30T07:24:56.478Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:24:56 [2022-04-30T07:24:56.478Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631
07:24:56 [2022-04-30T07:24:56.478Z] #60 22.68 Building dependency tree...
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.21 The following additional packages will be installed:
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.22   libbtrfs0
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.43 The following NEW packages will be installed:
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.43   libbtrfs-dev libbtrfs0
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.88 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.88 Need to get 454 kB of archives.
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.88 After this operation, 1275 kB of additional disk space will be used.
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
07:24:56 [2022-04-30T07:24:56.478Z] #60 26.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
07:24:56 [2022-04-30T07:24:56.478Z] #60 27.85 debconf: delaying package configuration, since apt-utils is not installed
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.21 Fetched 454 kB in 0s (1301 kB/s)
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.29 Selecting previously unselected package libbtrfs0:arm64.
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15700 files and directories currently installed.)
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.35 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.36 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.52 Selecting previously unselected package libbtrfs-dev:arm64.
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.54 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.55 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.93 Setting up libbtrfs0:arm64 (5.10.1-2) ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.95 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 28.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:24:56 [2022-04-30T07:24:56.478Z] #60 DONE 29.7s
07:24:56 [2022-04-30T07:24:56.478Z] 
07:24:56 [2022-04-30T07:24:56.478Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:24:56 [2022-04-30T07:24:56.478Z] #61 sha256:f941c73c450c69689cdacd13b4da0b28975ad863c92245c2756163eba6e804ca
07:24:56 [2022-04-30T07:24:56.478Z] #61 DONE 0.1s
07:24:56 [2022-04-30T07:24:56.478Z] 
07:24:56 [2022-04-30T07:24:56.478Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:24:56 [2022-04-30T07:24:56.478Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:24:56 [2022-04-30T07:24:56.478Z] #53 29.87 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:24:56 [2022-04-30T07:24:56.478Z] #53 29.94 go: downloading github.com/go-toolsmith/astequal v1.0.1
07:24:56 [2022-04-30T07:24:56.743Z] #53 30.01 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:24:56 [2022-04-30T07:24:56.743Z] #53 ...
07:24:56 [2022-04-30T07:24:56.743Z] 
07:24:56 [2022-04-30T07:24:56.743Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:24:56 [2022-04-30T07:24:56.743Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772
07:24:56 [2022-04-30T07:24:56.743Z] #55 29.98 v3.0.2
07:24:56 [2022-04-30T07:24:56.743Z] #55 DONE 30.1s
07:24:56 [2022-04-30T07:24:56.743Z] 
07:24:56 [2022-04-30T07:24:56.743Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:24:56 [2022-04-30T07:24:56.743Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:24:56 [2022-04-30T07:24:56.743Z] #53 30.08 go: downloading github.com/go-toolsmith/astp v1.0.0
07:24:56 [2022-04-30T07:24:56.743Z] #53 30.13 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:24:56 [2022-04-30T07:24:56.743Z] #53 30.15 go: downloading github.com/go-toolsmith/typep v1.0.2
07:24:57 [2022-04-30T07:24:57.005Z] #53 30.27 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
07:24:57 [2022-04-30T07:24:57.948Z] #53 31.03 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
07:24:57 [2022-04-30T07:24:57.948Z] #53 31.15 go: downloading github.com/hashicorp/errwrap v1.0.0
07:24:57 [2022-04-30T07:24:57.948Z] #53 31.22 go: downloading 4d63.com/gochecknoglobals v0.1.0
07:24:57 [2022-04-30T07:24:57.948Z] #53 31.32 go: downloading github.com/Antonboom/errname v0.1.5
07:24:57 [2022-04-30T07:24:57.948Z] #53 31.42 go: downloading github.com/Antonboom/nilnil v0.1.0
07:24:58 [2022-04-30T07:24:58.210Z] #53 31.45 go: downloading github.com/BurntSushi/toml v1.0.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.05 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.05 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.10 go: downloading github.com/alexkohler/prealloc v1.0.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.11 go: downloading github.com/ashanbrown/forbidigo v1.3.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.13 go: downloading github.com/ashanbrown/makezero v1.1.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.13 go: downloading github.com/bkielbasa/cyclop v1.2.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.15 go: downloading github.com/blizzy78/varnamelen v0.5.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.16 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.17 go: downloading github.com/breml/bidichk v0.2.1
07:24:58 [2022-04-30T07:24:58.784Z] #53 32.25 go: downloading github.com/breml/errchkjson v0.2.1
07:24:59 [2022-04-30T07:24:59.046Z] #53 ...
07:24:59 [2022-04-30T07:24:59.046Z] 
07:24:59 [2022-04-30T07:24:59.046Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:24:59 [2022-04-30T07:24:59.046Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 NAME:
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    go-winres - A tool for embedding resources in Windows executables
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 USAGE:
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    go-winres [global options] command [command options] [arguments...]
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 COMMANDS:
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    init     Create an initial ./winres/winres.json
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    make     Make syso files for the "go build" command
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    simply   Make syso files for the "go build" command (simplified)
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    extract  Extract all resources from an executable
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    patch    Replace resources in an executable file (exe, dll)
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    help, h  Shows a list of commands or help for one command
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19 GLOBAL OPTIONS:
07:24:59 [2022-04-30T07:24:59.046Z] #38 32.19    --help, -h  show help (default: false)
07:24:59 [2022-04-30T07:24:59.046Z] #38 DONE 32.3s
07:24:59 [2022-04-30T07:24:59.046Z] 
07:24:59 [2022-04-30T07:24:59.046Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:24:59 [2022-04-30T07:24:59.046Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:24:59 [2022-04-30T07:24:59.046Z] #53 32.29 go: downloading github.com/butuzov/ireturn v0.1.1
07:24:59 [2022-04-30T07:24:59.046Z] #53 32.30 go: downloading github.com/charithe/durationcheck v0.0.9
07:24:59 [2022-04-30T07:24:59.046Z] #53 32.40 go: downloading github.com/daixiang0/gci v0.2.9
07:24:59 [2022-04-30T07:24:59.046Z] #53 32.46 go: downloading github.com/denis-tingajkin/go-header v0.4.2
07:24:59 [2022-04-30T07:24:59.046Z] #53 32.46 go: downloading github.com/esimonov/ifshort v1.0.4
07:24:59 [2022-04-30T07:24:59.046Z] #53 32.51 go: downloading github.com/fzipp/gocyclo v0.4.0
07:24:59 [2022-04-30T07:24:59.307Z] #53 32.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:24:59 [2022-04-30T07:24:59.307Z] #53 32.59 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:24:59 [2022-04-30T07:24:59.307Z] #53 32.59 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:24:59 [2022-04-30T07:24:59.307Z] #53 32.61 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:24:59 [2022-04-30T07:24:59.573Z] #53 32.76 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:24:59 [2022-04-30T07:24:59.573Z] #53 32.83 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:24:59 [2022-04-30T07:24:59.835Z] #53 33.12 go: downloading github.com/golangci/misspell v0.3.5
07:24:59 [2022-04-30T07:24:59.835Z] #53 33.25 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.34 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.39 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.42 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.44 go: downloading github.com/jgautheron/goconst v1.5.1
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.46 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.47 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.47 go: downloading github.com/julz/importas v0.1.0
07:25:00 [2022-04-30T07:25:00.097Z] #53 33.51 go: downloading github.com/kisielk/errcheck v1.6.0
07:25:00 [2022-04-30T07:25:00.358Z] #53 33.52 go: downloading github.com/kulti/thelper v0.5.0
07:25:00 [2022-04-30T07:25:00.359Z] #53 33.54 go: downloading github.com/kunwardeep/paralleltest v1.0.3
07:25:00 [2022-04-30T07:25:00.359Z] #53 33.56 go: downloading github.com/kyoh86/exportloopref v0.1.8
07:25:00 [2022-04-30T07:25:00.359Z] #53 33.61 go: downloading github.com/ldez/gomoddirectives v0.2.2
07:25:00 [2022-04-30T07:25:00.359Z] #53 33.64 go: downloading github.com/ldez/tagliatelle v0.3.0
07:25:00 [2022-04-30T07:25:00.359Z] #53 ...
07:25:00 [2022-04-30T07:25:00.359Z] 
07:25:00 [2022-04-30T07:25:00.359Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:25:00 [2022-04-30T07:25:00.359Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9
07:25:00 [2022-04-30T07:25:00.359Z] #40 22.28 Building dependency tree...
07:25:00 [2022-04-30T07:25:00.359Z] #40 25.62 The following additional packages will be installed:
07:25:00 [2022-04-30T07:25:00.359Z] #40 25.62   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
07:25:00 [2022-04-30T07:25:00.359Z] #40 25.64 Suggested packages:
07:25:00 [2022-04-30T07:25:00.359Z] #40 25.65   cmake-doc ninja-build lrzip
07:25:00 [2022-04-30T07:25:00.359Z] #40 25.65 Recommended packages:
07:25:00 [2022-04-30T07:25:00.359Z] #40 25.65   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.48 The following NEW packages will be installed:
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.50   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.50   vim-common xxd
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.95 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.95 Need to get 15.6 MB of archives.
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.95 After this operation, 67.4 MB of additional disk space will be used.
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 26.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 27.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
07:25:00 [2022-04-30T07:25:00.359Z] #40 28.64 debconf: delaying package configuration, since apt-utils is not installed
07:25:00 [2022-04-30T07:25:00.359Z] #40 28.89 Fetched 15.6 MB in 1s (15.7 MB/s)
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.01 Selecting previously unselected package xxd.
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.01 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15700 files and directories currently installed.)
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.14 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.16 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.47 Selecting previously unselected package vim-common.
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.47 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:25:00 [2022-04-30T07:25:00.359Z] #40 29.52 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:25:00 [2022-04-30T07:25:00.359Z] #40 30.04 Selecting previously unselected package cmake-data.
07:25:00 [2022-04-30T07:25:00.359Z] #40 30.04 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
07:25:00 [2022-04-30T07:25:00.359Z] #40 30.06 Unpacking cmake-data (3.18.4-2+deb11u1) ...
07:25:00 [2022-04-30T07:25:00.359Z] #40 ...
07:25:00 [2022-04-30T07:25:00.359Z] 
07:25:00 [2022-04-30T07:25:00.359Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:25:00 [2022-04-30T07:25:00.359Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:25:00 [2022-04-30T07:25:00.359Z] #53 33.65 go: downloading github.com/leonklingele/grouper v1.1.0
07:25:00 [2022-04-30T07:25:00.620Z] #53 33.79 go: downloading github.com/maratori/testpackage v1.0.1
07:25:00 [2022-04-30T07:25:00.620Z] #53 33.81 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
07:25:00 [2022-04-30T07:25:00.620Z] #53 33.81 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
07:25:00 [2022-04-30T07:25:00.620Z] #53 33.83 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
07:25:00 [2022-04-30T07:25:00.620Z] #53 33.86 go: downloading github.com/mgechev/revive v1.1.3
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.42 go: downloading github.com/moricho/tparallel v0.2.1
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.44 go: downloading github.com/nakabonne/nestif v0.3.1
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.44 go: downloading github.com/nishanths/exhaustive v0.7.11
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.49 go: downloading github.com/nishanths/predeclared v0.2.1
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.51 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.54 go: downloading github.com/ryancurrah/gomodguard v1.2.3
07:25:01 [2022-04-30T07:25:01.193Z] #53 34.56 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
07:25:01 [2022-04-30T07:25:01.455Z] #53 34.63 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
07:25:01 [2022-04-30T07:25:01.455Z] #53 34.65 go: downloading github.com/securego/gosec/v2 v2.9.6
07:25:01 [2022-04-30T07:25:01.455Z] #53 34.81 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
07:25:01 [2022-04-30T07:25:01.716Z] #53 34.82 go: downloading github.com/sivchari/containedctx v1.0.1
07:25:01 [2022-04-30T07:25:01.716Z] #53 34.83 go: downloading github.com/sivchari/tenv v1.4.7
07:25:01 [2022-04-30T07:25:01.716Z] #53 34.83 go: downloading github.com/sonatard/noctx v0.0.1
07:25:01 [2022-04-30T07:25:01.716Z] #53 34.87 go: downloading github.com/sourcegraph/go-diff v0.6.1
07:25:01 [2022-04-30T07:25:01.716Z] #53 34.89 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
07:25:01 [2022-04-30T07:25:01.716Z] #53 34.95 go: downloading github.com/sylvia7788/contextcheck v1.0.4
07:25:01 [2022-04-30T07:25:01.716Z] #53 35.02 go: downloading github.com/tdakkota/asciicheck v0.1.1
07:25:01 [2022-04-30T07:25:01.716Z] #53 35.05 go: downloading github.com/tetafro/godot v1.4.11
07:25:01 [2022-04-30T07:25:01.716Z] #53 35.09 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
07:25:01 [2022-04-30T07:25:01.978Z] #53 35.10 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
07:25:01 [2022-04-30T07:25:01.978Z] #53 35.10 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
07:25:01 [2022-04-30T07:25:01.978Z] #53 35.17 go: downloading github.com/ultraware/funlen v0.0.3
07:25:01 [2022-04-30T07:25:01.978Z] #53 35.23 go: downloading github.com/ultraware/whitespace v0.0.4
07:25:01 [2022-04-30T07:25:01.978Z] #53 35.28 go: downloading github.com/uudashr/gocognit v1.0.5
07:25:01 [2022-04-30T07:25:01.978Z] #53 35.33 go: downloading github.com/yagipy/maintidx v1.0.0
07:25:01 [2022-04-30T07:25:01.978Z] #53 ...
07:25:01 [2022-04-30T07:25:01.978Z] 
07:25:01 [2022-04-30T07:25:01.978Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:25:01 [2022-04-30T07:25:01.978Z] #31 sha256:51914e2892ce29fe4d146110581099b0767fd652c7a21526d0cb41a7cc80f0d3
07:25:01 [2022-04-30T07:25:01.978Z] #31 22.15 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
07:25:01 [2022-04-30T07:25:01.978Z] #31 23.71 
07:25:01 [2022-04-30T07:25:01.978Z] #31 24.06 #=#=#                                                                         

                                                                           0.1%
###############                                                           21.6%
#########################                                                 36.1%
#####################################                                     52.0%
#################################################                         69.1%
###############################################################           87.9%
######################################################################## 100.0%
07:25:01 [2022-04-30T07:25:01.978Z] #31 26.00 
07:25:01 [2022-04-30T07:25:01.978Z] #31 31.51 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:25:02 [2022-04-30T07:25:02.239Z] #31 ...
07:25:02 [2022-04-30T07:25:02.239Z] 
07:25:02 [2022-04-30T07:25:02.239Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:25:02 [2022-04-30T07:25:02.239Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8
07:25:02 [2022-04-30T07:25:02.239Z] #34 34.09 Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
07:25:02 [2022-04-30T07:25:02.239Z] #34 34.14 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
07:25:02 [2022-04-30T07:25:02.239Z] #34 34.97 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:25:03 [2022-04-30T07:25:03.628Z] #34 ...
07:25:03 [2022-04-30T07:25:03.628Z] 
07:25:03 [2022-04-30T07:25:03.628Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:25:03 [2022-04-30T07:25:03.628Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:25:03 [2022-04-30T07:25:03.628Z] #14 26.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 26.58 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 26.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 28.03 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 28.39 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 28.69 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 29.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.02 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.05 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.08 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.09 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.13 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.13 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.16 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.23 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.27 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 30.27 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
07:25:03 [2022-04-30T07:25:03.628Z] #14 31.51 debconf: delaying package configuration, since apt-utils is not installed
07:25:03 [2022-04-30T07:25:03.628Z] #14 31.69 Fetched 108 MB in 5s (23.5 MB/s)
07:25:03 [2022-04-30T07:25:03.628Z] #14 31.77 Selecting previously unselected package binutils-mingw-w64-i686.
07:25:03 [2022-04-30T07:25:03.628Z] #14 31.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15700 files and directories currently installed.)
07:25:03 [2022-04-30T07:25:03.628Z] #14 31.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 31.87 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 34.34 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:25:03 [2022-04-30T07:25:03.628Z] #14 34.35 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 34.36 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 36.54 Selecting previously unselected package binutils-mingw-w64.
07:25:03 [2022-04-30T07:25:03.628Z] #14 36.54 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 36.55 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 36.69 Selecting previously unselected package libdevmapper1.02.1:arm64.
07:25:03 [2022-04-30T07:25:03.628Z] #14 36.69 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 36.70 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
07:25:03 [2022-04-30T07:25:03.628Z] #14 ...
07:25:03 [2022-04-30T07:25:03.628Z] 
07:25:03 [2022-04-30T07:25:03.628Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:25:03 [2022-04-30T07:25:03.628Z] #31 sha256:51914e2892ce29fe4d146110581099b0767fd652c7a21526d0cb41a7cc80f0d3
07:25:03 [2022-04-30T07:25:03.628Z] #31 32.74 
07:25:03 [2022-04-30T07:25:03.628Z] #31 33.04 #=#=#                                                                         

######################################################################## 100.0%
07:25:03 [2022-04-30T07:25:03.890Z] #31 34.19 
07:25:04 [2022-04-30T07:25:04.463Z] #31 ...
07:25:04 [2022-04-30T07:25:04.463Z] 
07:25:04 [2022-04-30T07:25:04.463Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:25:04 [2022-04-30T07:25:04.463Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6
07:25:04 [2022-04-30T07:25:04.463Z] #49 27.42 The following additional packages will be installed:
07:25:04 [2022-04-30T07:25:04.463Z] #49 27.43   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:25:04 [2022-04-30T07:25:04.463Z] #49 27.43   python3-protobuf python3-six
07:25:04 [2022-04-30T07:25:04.464Z] #49 27.44 Suggested packages:
07:25:04 [2022-04-30T07:25:04.464Z] #49 27.45   python3-setuptools
07:25:04 [2022-04-30T07:25:04.464Z] #49 27.45 Recommended packages:
07:25:04 [2022-04-30T07:25:04.464Z] #49 27.45   iproute2 | iproute
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.01 The following NEW packages will be installed:
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.03   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.04   python3-protobuf python3-six
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.59 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.59 Need to get 2115 kB of archives.
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.59 After this operation, 10.7 MB of additional disk space will be used.
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 28.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 31.60 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [609 kB]
07:25:04 [2022-04-30T07:25:04.464Z] #49 33.14 debconf: delaying package configuration, since apt-utils is not installed
07:25:04 [2022-04-30T07:25:04.464Z] #49 33.35 Fetched 2115 kB in 4s (560 kB/s)
07:25:04 [2022-04-30T07:25:04.464Z] #49 33.46 Selecting previously unselected package libprotobuf23:arm64.
07:25:04 [2022-04-30T07:25:04.464Z] #49 33.46 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15700 files and directories currently installed.)
07:25:04 [2022-04-30T07:25:04.464Z] #49 33.51 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 33.53 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.12 Selecting previously unselected package python3-pkg-resources.
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.12 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.13 Unpacking python3-pkg-resources (52.0.0-4) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.31 Selecting previously unselected package python3-six.
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.33 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.33 Unpacking python3-six (1.16.0-2) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.46 Selecting previously unselected package python3-protobuf.
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.46 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 34.46 Unpacking python3-protobuf (3.12.4-1) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.03 Selecting previously unselected package libnet1:arm64.
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.03 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.04 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.25 Selecting previously unselected package libnl-3-200:arm64.
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.25 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.26 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.42 Selecting previously unselected package libprotobuf-c1:arm64.
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.42 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.43 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.55 Selecting previously unselected package criu.
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.55 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 35.55 Unpacking criu (3.16.1-3) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 36.21 Setting up python3-pkg-resources (52.0.0-4) ...
07:25:04 [2022-04-30T07:25:04.464Z] #49 ...
07:25:04 [2022-04-30T07:25:04.464Z] 
07:25:04 [2022-04-30T07:25:04.464Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:25:04 [2022-04-30T07:25:04.464Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:25:04 [2022-04-30T07:25:04.464Z] #14 36.90 Selecting previously unselected package dmsetup.
07:25:04 [2022-04-30T07:25:04.464Z] #14 36.90 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #14 36.91 Unpacking dmsetup (2:1.02.175-2.1) ...
07:25:04 [2022-04-30T07:25:04.464Z] #14 37.08 Selecting previously unselected package mingw-w64-common.
07:25:04 [2022-04-30T07:25:04.464Z] #14 37.10 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
07:25:04 [2022-04-30T07:25:04.464Z] #14 37.12 Unpacking mingw-w64-common (8.0.0-1) ...
07:25:07 [2022-04-30T07:25:07.028Z] #14 ...
07:25:07 [2022-04-30T07:25:07.028Z] 
07:25:07 [2022-04-30T07:25:07.028Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:25:07 [2022-04-30T07:25:07.028Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.934 + RM_GOPATH=0
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.934 + TMP_GOPATH=
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.934 + : /build
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.934 + '[' -z '' ']'
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.957 ++ mktemp -d
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.957 + export GOPATH=/tmp/tmp.f5YvM3y3JB
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.957 + GOPATH=/tmp/tmp.f5YvM3y3JB
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.957 + RM_GOPATH=1
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.957 + case "$(go env GOARCH)" in
07:25:07 [2022-04-30T07:25:07.028Z] #62 0.960 ++ go env GOARCH
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.069 + export GO_BUILDMODE=-buildmode=pie
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.069 + GO_BUILDMODE=-buildmode=pie
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.070 ++ dirname /install.sh
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 + dir=/
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 + bin=containerd
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 + shift
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 + '[' '!' -f //containerd.installer ']'
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 + . //containerd.installer
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 ++ set -e
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.071 ++ : v1.6.3
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.072 + install_containerd
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.073 + echo 'Install containerd version v1.6.3'
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.073 Install containerd version v1.6.3
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.102 + git clone https://github.com/containerd/containerd.git /tmp/tmp.f5YvM3y3JB/src/github.com/containerd/containerd
07:25:07 [2022-04-30T07:25:07.028Z] #62 1.138 Cloning into '/tmp/tmp.f5YvM3y3JB/src/github.com/containerd/containerd'...
07:25:07 [2022-04-30T07:25:07.028Z] #62 ...
07:25:07 [2022-04-30T07:25:07.028Z] 
07:25:07 [2022-04-30T07:25:07.028Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:25:07 [2022-04-30T07:25:07.028Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6
07:25:07 [2022-04-30T07:25:07.028Z] #49 37.77 Setting up libprotobuf23:arm64 (3.12.4-1) ...
07:25:07 [2022-04-30T07:25:07.028Z] #49 37.81 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:25:07 [2022-04-30T07:25:07.028Z] #49 37.83 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:25:07 [2022-04-30T07:25:07.028Z] #49 37.84 Setting up python3-six (1.16.0-2) ...
07:25:07 [2022-04-30T07:25:07.028Z] #49 38.91 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
07:25:07 [2022-04-30T07:25:07.028Z] #49 38.96 Setting up python3-protobuf (3.12.4-1) ...
07:25:10 [2022-04-30T07:25:10.423Z] #49 42.75 Setting up criu (3.16.1-3) ...
07:25:10 [2022-04-30T07:25:10.423Z] #49 ...
07:25:10 [2022-04-30T07:25:10.423Z] 
07:25:10 [2022-04-30T07:25:10.423Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:25:10 [2022-04-30T07:25:10.423Z] #31 sha256:51914e2892ce29fe4d146110581099b0767fd652c7a21526d0cb41a7cc80f0d3
07:25:10 [2022-04-30T07:25:10.423Z] #31 36.13 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:25:10 [2022-04-30T07:25:10.423Z] #31 37.35 
07:25:10 [2022-04-30T07:25:10.423Z] #31 37.73 #=#=#                                                                         

######################################################################## 100.0%
07:25:10 [2022-04-30T07:25:10.423Z] #31 38.71 
07:25:10 [2022-04-30T07:25:10.423Z] #31 39.03 Download of images into '/build' complete.
07:25:10 [2022-04-30T07:25:10.423Z] #31 39.03 Use something like the following to load the result into a Docker daemon:
07:25:10 [2022-04-30T07:25:10.423Z] #31 39.03   tar -cC '/build' . | docker load
07:25:10 [2022-04-30T07:25:10.684Z] #31 DONE 40.9s
07:25:10 [2022-04-30T07:25:10.684Z] 
07:25:10 [2022-04-30T07:25:10.684Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:25:10 [2022-04-30T07:25:10.684Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9
07:25:10 [2022-04-30T07:25:10.684Z] #40 34.07 Selecting previously unselected package libicu67:arm64.
07:25:10 [2022-04-30T07:25:10.684Z] #40 34.08 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 34.09 Unpacking libicu67:arm64 (67.1-7) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.04 Selecting previously unselected package libxml2:arm64.
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.04 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.05 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.50 Selecting previously unselected package libarchive13:arm64.
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.51 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.51 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.80 Selecting previously unselected package libjsoncpp24:arm64.
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.81 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.81 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.97 Selecting previously unselected package librhash0:arm64.
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.97 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 39.98 Unpacking librhash0:arm64 (1.4.1-2) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 40.13 Selecting previously unselected package libuv1:arm64.
07:25:10 [2022-04-30T07:25:10.684Z] #40 40.13 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 40.14 Unpacking libuv1:arm64 (1.40.0-2) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 40.25 Selecting previously unselected package cmake.
07:25:10 [2022-04-30T07:25:10.684Z] #40 40.26 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 40.28 Unpacking cmake (3.18.4-2+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.48 Setting up libicu67:arm64 (67.1-7) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.54 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.59 Setting up libuv1:arm64 (1.40.0-2) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.63 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.73 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.78 Setting up librhash0:arm64 (1.4.1-2) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 43.99 Setting up cmake-data (3.18.4-2+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 44.02 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 44.07 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 44.09 Setting up cmake (3.18.4-2+deb11u1) ...
07:25:10 [2022-04-30T07:25:10.684Z] #40 44.14 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:25:11 [2022-04-30T07:25:11.256Z] #40 ...
07:25:11 [2022-04-30T07:25:11.256Z] 
07:25:11 [2022-04-30T07:25:11.256Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:25:11 [2022-04-30T07:25:11.256Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6
07:25:11 [2022-04-30T07:25:11.256Z] #49 44.41 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:25:11 [2022-04-30T07:25:11.516Z] #49 ...
07:25:11 [2022-04-30T07:25:11.516Z] 
07:25:11 [2022-04-30T07:25:11.516Z] #40 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:25:11 [2022-04-30T07:25:11.516Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9
07:25:11 [2022-04-30T07:25:11.516Z] #40 DONE 44.8s
07:25:11 [2022-04-30T07:25:11.781Z] 
07:25:11 [2022-04-30T07:25:11.781Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
07:25:11 [2022-04-30T07:25:11.781Z] #41 sha256:d4d6dfbfb67544c2819a0a3ad24d34edda71ae846bd5626c733c3636a3a1fcb1
07:25:12 [2022-04-30T07:25:12.047Z] #41 DONE 0.4s
07:25:12 [2022-04-30T07:25:12.047Z] 
07:25:12 [2022-04-30T07:25:12.047Z] #49 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:25:12 [2022-04-30T07:25:12.047Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6
07:25:12 [2022-04-30T07:25:12.047Z] #49 DONE 44.9s
07:25:12 [2022-04-30T07:25:12.047Z] 
07:25:12 [2022-04-30T07:25:12.047Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:25:12 [2022-04-30T07:25:12.047Z] #42 sha256:a678c832a59ce724aba45aefea3ec2fe12c1c8fea0d4d6cac9fd2d52d03fbc1f
07:25:12 [2022-04-30T07:25:12.047Z] #42 ...
07:25:12 [2022-04-30T07:25:12.047Z] 
07:25:12 [2022-04-30T07:25:12.047Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:25:12 [2022-04-30T07:25:12.047Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:25:12 [2022-04-30T07:25:12.047Z] #53 35.42 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
07:25:12 [2022-04-30T07:25:12.047Z] #53 35.53 go: downloading gitlab.com/bosi/decorder v0.2.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 35.62 go: downloading honnef.co/go/tools v0.2.2
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.71 go: downloading mvdan.cc/gofumpt v0.2.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.74 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.74 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.81 go: downloading github.com/davecgh/go-spew v1.1.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.86 go: downloading github.com/pmezard/go-difflib v1.0.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.88 go: downloading github.com/stretchr/objx v0.1.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 36.98 go: downloading github.com/hashicorp/hcl v1.0.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 37.19 go: downloading github.com/pelletier/go-toml v1.9.4
07:25:12 [2022-04-30T07:25:12.047Z] #53 37.21 go: downloading gopkg.in/yaml.v2 v2.4.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 37.34 go: downloading golang.org/x/text v0.3.7
07:25:12 [2022-04-30T07:25:12.047Z] #53 40.93 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.00 go: downloading github.com/gobwas/glob v0.2.3
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.01 go: downloading github.com/kisielk/gotool v1.0.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.08 go: downloading github.com/gostaticanalysis/comment v1.4.2
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.11 go: downloading golang.org/x/mod v0.5.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.11 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.17 go: downloading github.com/ettle/strcase v0.1.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.23 go: downloading github.com/fatih/structtag v1.2.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.30 go: downloading github.com/Masterminds/semver v1.5.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.34 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.38 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.38 go: downloading github.com/prometheus/client_golang v1.7.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.78 go: downloading github.com/prometheus/client_model v0.2.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 41.82 go: downloading github.com/google/go-cmp v0.5.6
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.01 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.06 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.11 go: downloading github.com/olekukonko/tablewriter v0.0.5
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.24 go: downloading github.com/beorn7/perks v1.0.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.25 go: downloading github.com/cespare/xxhash/v2 v2.1.2
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.28 go: downloading github.com/golang/protobuf v1.5.2
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.35 go: downloading github.com/cespare/xxhash v1.1.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.65 go: downloading github.com/prometheus/common v0.10.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 42.92 go: downloading github.com/prometheus/procfs v0.6.0
07:25:12 [2022-04-30T07:25:12.047Z] #53 43.06 go: downloading github.com/mattn/go-runewidth v0.0.9
07:25:12 [2022-04-30T07:25:12.047Z] #53 43.11 go: downloading google.golang.org/protobuf v1.27.1
07:25:12 [2022-04-30T07:25:12.047Z] #53 44.33 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
07:25:12 [2022-04-30T07:25:12.995Z] #53 ...
07:25:12 [2022-04-30T07:25:12.995Z] 
07:25:12 [2022-04-30T07:25:12.995Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:25:12 [2022-04-30T07:25:12.995Z] #42 sha256:a678c832a59ce724aba45aefea3ec2fe12c1c8fea0d4d6cac9fd2d52d03fbc1f
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.020 + RM_GOPATH=0
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.020 + TMP_GOPATH=
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.020 + : /build
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.020 + '[' -z '' ']'
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.040 ++ mktemp -d
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.087 + export GOPATH=/tmp/tmp.ln20yATWNF
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.087 + GOPATH=/tmp/tmp.ln20yATWNF
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.087 + RM_GOPATH=1
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.087 + case "$(go env GOARCH)" in
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.087 ++ go env GOARCH
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.130 + export GO_BUILDMODE=-buildmode=pie
07:25:12 [2022-04-30T07:25:12.995Z] #42 1.130 + GO_BUILDMODE=-buildmode=pie
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.130 ++ dirname /install.sh
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + dir=/
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + bin=tini
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + shift
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + '[' '!' -f //tini.installer ']'
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + . //tini.installer
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 ++ : v0.19.0
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + install_tini
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + echo 'Install tini version v0.19.0'
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 + git clone https://github.com/krallin/tini.git /tmp/tmp.ln20yATWNF/tini
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.138 Install tini version v0.19.0
07:25:13 [2022-04-30T07:25:13.256Z] #42 1.156 Cloning into '/tmp/tmp.ln20yATWNF/tini'...
07:25:13 [2022-04-30T07:25:13.909Z] #42 1.891 + cd /tmp/tmp.ln20yATWNF/tini
07:25:13 [2022-04-30T07:25:13.909Z] #42 1.892 + git checkout -q v0.19.0
07:25:13 [2022-04-30T07:25:13.909Z] #42 1.914 + cmake .
07:25:14 [2022-04-30T07:25:14.493Z] #42 2.343 -- The C compiler identification is GNU 10.2.1
07:25:14 [2022-04-30T07:25:14.493Z] #42 2.420 -- Detecting C compiler ABI info
07:25:14 [2022-04-30T07:25:14.780Z] #42 2.954 -- Detecting C compiler ABI info - done
07:25:14 [2022-04-30T07:25:14.780Z] #42 3.047 -- Check for working C compiler: /usr/bin/cc - skipped
07:25:15 [2022-04-30T07:25:15.042Z] #42 3.050 -- Detecting C compile features
07:25:15 [2022-04-30T07:25:15.042Z] #42 3.050 -- Detecting C compile features - done
07:25:15 [2022-04-30T07:25:15.042Z] #42 3.114 -- Performing Test HAS_BUILTIN_FORTIFY
07:25:15 [2022-04-30T07:25:15.304Z] #42 3.345 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:25:15 [2022-04-30T07:25:15.304Z] #42 3.455 -- Configuring done
07:25:15 [2022-04-30T07:25:15.566Z] #42 3.468 -- Generating done
07:25:15 [2022-04-30T07:25:15.566Z] #42 3.482 -- Build files have been written to: /tmp/tmp.ln20yATWNF/tini
07:25:15 [2022-04-30T07:25:15.566Z] #42 3.493 + make tini-static
07:25:15 [2022-04-30T07:25:15.566Z] #42 3.752 Scanning dependencies of target tini-static
07:25:15 [2022-04-30T07:25:15.869Z] #42 3.802 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:25:16 [2022-04-30T07:25:16.813Z] #42 4.854 [100%] Linking C executable tini-static
07:25:17 [2022-04-30T07:25:17.387Z] #42 5.356 [100%] Built target tini-static
07:25:17 [2022-04-30T07:25:17.387Z] #42 5.391 + mkdir -p /build
07:25:17 [2022-04-30T07:25:17.387Z] #42 5.394 + cp tini-static /build/docker-init
07:25:19 [2022-04-30T07:25:19.942Z] #42 ...
07:25:19 [2022-04-30T07:25:19.942Z] 
07:25:19 [2022-04-30T07:25:19.942Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:25:19 [2022-04-30T07:25:19.942Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:25:19 [2022-04-30T07:25:19.943Z] #14 43.13 Selecting previously unselected package mingw-w64-x86-64-dev.
07:25:19 [2022-04-30T07:25:19.943Z] #14 43.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
07:25:19 [2022-04-30T07:25:19.943Z] #14 43.15 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
07:25:19 [2022-04-30T07:25:19.943Z] #14 49.19 Selecting previously unselected package gcc-mingw-w64-base.
07:25:19 [2022-04-30T07:25:19.943Z] #14 49.20 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
07:25:19 [2022-04-30T07:25:19.943Z] #14 49.21 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:25:19 [2022-04-30T07:25:19.943Z] #14 49.40 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
07:25:19 [2022-04-30T07:25:19.943Z] #14 49.42 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
07:25:19 [2022-04-30T07:25:19.943Z] #14 49.43 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:25:20 [2022-04-30T07:25:20.204Z] #14 ...
07:25:20 [2022-04-30T07:25:20.204Z] 
07:25:20 [2022-04-30T07:25:20.204Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
07:25:20 [2022-04-30T07:25:20.204Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad
07:25:20 [2022-04-30T07:25:20.204Z] #51 50.07 gotestsum version dev
07:25:20 [2022-04-30T07:25:20.204Z] #51 DONE 53.5s
07:25:20 [2022-04-30T07:25:20.204Z] 
07:25:20 [2022-04-30T07:25:20.204Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:25:20 [2022-04-30T07:25:20.204Z] #42 sha256:a678c832a59ce724aba45aefea3ec2fe12c1c8fea0d4d6cac9fd2d52d03fbc1f
07:25:20 [2022-04-30T07:25:20.204Z] #42 DONE 8.3s
07:25:20 [2022-04-30T07:25:20.465Z] 
07:25:20 [2022-04-30T07:25:20.465Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:25:20 [2022-04-30T07:25:20.465Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd
07:25:21 [2022-04-30T07:25:21.036Z] #45 ...
07:25:21 [2022-04-30T07:25:21.037Z] 
07:25:21 [2022-04-30T07:25:21.037Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:25:21 [2022-04-30T07:25:21.037Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:25:21 [2022-04-30T07:25:21.037Z] #14 54.36 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
07:25:21 [2022-04-30T07:25:21.037Z] #14 54.37 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
07:25:21 [2022-04-30T07:25:21.037Z] #14 54.38 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:25:31 [2022-04-30T07:25:31.045Z] #14 63.10 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
07:25:31 [2022-04-30T07:25:31.045Z] #14 63.10 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
07:25:31 [2022-04-30T07:25:31.045Z] #14 63.11 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:25:31 [2022-04-30T07:25:31.045Z] #14 ...
07:25:31 [2022-04-30T07:25:31.045Z] 
07:25:31 [2022-04-30T07:25:31.045Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:25:31 [2022-04-30T07:25:31.045Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:25:31 [2022-04-30T07:25:31.045Z] #62 33.66 Updating files:  72% (3426/4738)
Updating files:  73% (3459/4738)
Updating files:  74% (3507/4738)
Updating files:  75% (3554/4738)
Updating files:  76% (3601/4738)
Updating files:  77% (3649/4738)
Updating files:  78% (3696/4738)
Updating files:  79% (3744/4738)
Updating files:  80% (3791/4738)
Updating files:  81% (3838/4738)
Updating files:  82% (3886/4738)
Updating files:  83% (3933/4738)
Updating files:  84% (3980/4738)
Updating files:  85% (4028/4738)
Updating files:  86% (4075/4738)
Updating files:  87% (4123/4738)
Updating files:  88% (4170/4738)
Updating files:  89% (4217/4738)
Updating files:  90% (4265/4738)
Updating files:  91% (4312/4738)
Updating files:  92% (4359/4738)
Updating files:  93% (4407/4738)
Updating files:  94% (4454/4738)
Updating files:  95% (4502/4738)
Updating files:  96% (4549/4738)
Updating files:  97% (4596/4738)
Updating files:  98% (4644/4738)
Updating files:  99% (4691/4738)
Updating files: 100% (4738/4738)
Updating files: 100% (4738/4738), done.
07:25:31 [2022-04-30T07:25:31.045Z] #62 34.30 + cd /tmp/tmp.f5YvM3y3JB/src/github.com/containerd/containerd
07:25:31 [2022-04-30T07:25:31.045Z] #62 34.30 + git checkout -q v1.6.3
07:25:31 [2022-04-30T07:25:31.989Z] #62 35.52 + export 'BUILDTAGS=netgo osusergo static_build'
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + BUILDTAGS='netgo osusergo static_build'
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + export EXTRA_FLAGS=-buildmode=pie
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + EXTRA_FLAGS=-buildmode=pie
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + '[' '' = dynamic ']'
07:25:32 [2022-04-30T07:25:32.251Z] #62 35.53 + make
07:25:33 [2022-04-30T07:25:33.639Z] #62 36.76 + bin/ctr
07:25:45 [2022-04-30T07:25:45.893Z] #62 ...
07:25:45 [2022-04-30T07:25:45.893Z] 
07:25:45 [2022-04-30T07:25:45.893Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:25:45 [2022-04-30T07:25:45.893Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:25:45 [2022-04-30T07:25:45.893Z] #14 67.11 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
07:25:45 [2022-04-30T07:25:45.893Z] #14 67.11 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
07:25:45 [2022-04-30T07:25:45.893Z] #14 67.12 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:25:45 [2022-04-30T07:25:45.893Z] #14 71.63 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
07:25:45 [2022-04-30T07:25:45.893Z] #14 71.64 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
07:25:45 [2022-04-30T07:25:45.893Z] #14 71.65 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:25:47 [2022-04-30T07:25:47.822Z] #14 80.89 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
07:25:47 [2022-04-30T07:25:47.822Z] #14 80.90 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
07:25:47 [2022-04-30T07:25:47.822Z] #14 80.90 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 84.85 Selecting previously unselected package g++-mingw-w64-x86-64.
07:25:52 [2022-04-30T07:25:52.033Z] #14 84.86 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 84.87 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 84.97 Selecting previously unselected package libapparmor1:arm64.
07:25:52 [2022-04-30T07:25:52.033Z] #14 84.98 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 84.98 Unpacking libapparmor1:arm64 (2.13.6-10) ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.07 Selecting previously unselected package libapparmor-dev:arm64.
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.09 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.09 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.22 Selecting previously unselected package libbtrfs0:arm64.
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.22 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.22 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.36 Selecting previously unselected package libbtrfs-dev:arm64.
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.38 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.033Z] #14 85.39 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.57 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.57 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.57 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.63 Selecting previously unselected package libudev-dev:arm64.
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.64 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.64 Unpacking libudev-dev:arm64 (247.3-7) ...
07:25:52 [2022-04-30T07:25:52.294Z] #14 85.77 Selecting previously unselected package libsepol1-dev:arm64.
07:25:52 [2022-04-30T07:25:52.554Z] #14 85.77 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.554Z] #14 85.78 Unpacking libsepol1-dev:arm64 (3.1-1) ...
07:25:52 [2022-04-30T07:25:52.817Z] #14 86.01 Selecting previously unselected package libpcre2-16-0:arm64.
07:25:52 [2022-04-30T07:25:52.817Z] #14 86.01 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.817Z] #14 86.01 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
07:25:52 [2022-04-30T07:25:52.817Z] #14 86.15 Selecting previously unselected package libpcre2-32-0:arm64.
07:25:52 [2022-04-30T07:25:52.817Z] #14 86.15 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
07:25:52 [2022-04-30T07:25:52.817Z] #14 86.17 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
07:25:53 [2022-04-30T07:25:53.079Z] #14 86.29 Selecting previously unselected package libpcre2-posix2:arm64.
07:25:53 [2022-04-30T07:25:53.079Z] #14 86.31 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
07:25:53 [2022-04-30T07:25:53.079Z] #14 86.32 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
07:25:53 [2022-04-30T07:25:53.079Z] #14 86.41 Selecting previously unselected package libpcre2-dev:arm64.
07:25:53 [2022-04-30T07:25:53.079Z] #14 86.42 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
07:25:53 [2022-04-30T07:25:53.079Z] #14 86.43 Unpacking libpcre2-dev:arm64 (10.36-2) ...
07:25:53 [2022-04-30T07:25:53.726Z] #14 86.76 Selecting previously unselected package libselinux1-dev:arm64.
07:25:53 [2022-04-30T07:25:53.727Z] #14 86.77 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
07:25:53 [2022-04-30T07:25:53.727Z] #14 86.78 Unpacking libselinux1-dev:arm64 (3.1-3) ...
07:25:53 [2022-04-30T07:25:53.988Z] #14 86.96 Selecting previously unselected package libdevmapper-dev:arm64.
07:25:53 [2022-04-30T07:25:53.988Z] #14 86.97 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
07:25:53 [2022-04-30T07:25:53.988Z] #14 86.98 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
07:25:54 [2022-04-30T07:25:54.339Z] #14 87.45 Selecting previously unselected package libseccomp-dev:arm64.
07:25:54 [2022-04-30T07:25:54.339Z] #14 87.46 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
07:25:54 [2022-04-30T07:25:54.339Z] #14 87.47 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:25:54 [2022-04-30T07:25:54.913Z] #14 88.12 Selecting previously unselected package libsystemd-dev:arm64.
07:25:54 [2022-04-30T07:25:54.913Z] #14 88.13 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
07:25:54 [2022-04-30T07:25:54.913Z] #14 88.14 Unpacking libsystemd-dev:arm64 (247.3-7) ...
07:25:55 [2022-04-30T07:25:55.175Z] #14 88.64 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:25:55 [2022-04-30T07:25:55.175Z] #14 88.65 Setting up libapparmor1:arm64 (2.13.6-10) ...
07:25:55 [2022-04-30T07:25:55.175Z] #14 88.67 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:25:55 [2022-04-30T07:25:55.175Z] #14 ...
07:25:55 [2022-04-30T07:25:55.175Z] 
07:25:55 [2022-04-30T07:25:55.175Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:25:55 [2022-04-30T07:25:55.175Z] #65 sha256:81aed9a7d51f88588450f22e8834421cf675a6dac2970a0a17addd5657dc6984
07:25:55 [2022-04-30T07:25:55.175Z] #65 88.19 + for f in rootlesskit rootlesskit-docker-proxy
07:25:55 [2022-04-30T07:25:55.175Z] #65 88.19 + GOBIN=/build
07:25:55 [2022-04-30T07:25:55.175Z] #65 88.19 + GO111MODULE=on
07:25:55 [2022-04-30T07:25:55.175Z] #65 88.19 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.27 rootlesskit version 1.0.0
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28 Usage of /build/rootlesskit-docker-proxy:
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28   -container-ip string
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28     	container ip
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28   -container-port int
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28     	container port (default -1)
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28   -host-ip string
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28     	host ip
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28   -host-port int
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28     	host port (default -1)
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28   -proto string
07:26:00 [2022-04-30T07:26:00.479Z] #65 93.28     	proxy protocol (default "tcp")
07:26:00 [2022-04-30T07:26:00.741Z] #65 ...
07:26:00 [2022-04-30T07:26:00.741Z] 
07:26:00 [2022-04-30T07:26:00.741Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:26:00 [2022-04-30T07:26:00.741Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.67 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.68 Setting up libsepol1-dev:arm64 (3.1-1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.70 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.71 Setting up libpcre2-16-0:arm64 (10.36-2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.72 Setting up libbtrfs0:arm64 (5.10.1-2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.74 Setting up libpcre2-32-0:arm64 (10.36-2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.75 Setting up libudev-dev:arm64 (247.3-7) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.77 Setting up libpcre2-posix2:arm64 (10.36-2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.78 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.79 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.81 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.82 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.84 Setting up mingw-w64-common (8.0.0-1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.85 Setting up libsystemd-dev:arm64 (247.3-7) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.86 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.89 Setting up libpcre2-dev:arm64 (10.36-2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.91 Setting up libselinux1-dev:arm64 (3.1-3) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.93 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.97 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 88.99 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
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.00 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.02 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
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.03 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.05 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.07 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
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.08 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.10 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.12 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.14 Setting up dmsetup (2:1.02.175-2.1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.17 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.19 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
07:26:00 [2022-04-30T07:26:00.741Z] #14 89.22 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:26:03 [2022-04-30T07:26:03.291Z] #14 DONE 96.5s
07:26:03 [2022-04-30T07:26:03.291Z] 
07:26:03 [2022-04-30T07:26:03.291Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:26:03 [2022-04-30T07:26:03.291Z] #65 sha256:81aed9a7d51f88588450f22e8834421cf675a6dac2970a0a17addd5657dc6984
07:26:03 [2022-04-30T07:26:03.291Z] #65 DONE 96.0s
07:26:03 [2022-04-30T07:26:03.291Z] 
07:26:03 [2022-04-30T07:26:03.291Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
07:26:03 [2022-04-30T07:26:03.291Z] #57 sha256:e6b7b0d0119f09eb8e819dc3f42e70d5256dc1ffdd6f82441a0cae11a4282d5d
07:26:03 [2022-04-30T07:26:03.291Z] #57 DONE 0.2s
07:26:03 [2022-04-30T07:26:03.291Z] 
07:26:03 [2022-04-30T07:26:03.291Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
07:26:03 [2022-04-30T07:26:03.291Z] #66 sha256:e578c1c4d2156e8d7509b046f60a7ac61a2e766e55674977f3b647f8cf8d5466
07:26:03 [2022-04-30T07:26:03.291Z] #66 DONE 0.2s
07:26:03 [2022-04-30T07:26:03.291Z] 
07:26:03 [2022-04-30T07:26:03.291Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:26:03 [2022-04-30T07:26:03.291Z] #67 sha256:161275bb5ff44f08ea22f68e11475a13bf47c67ce525c5bfba2d2add4748b189
07:26:03 [2022-04-30T07:26:03.554Z] #67 DONE 0.2s
07:26:03 [2022-04-30T07:26:03.554Z] 
07:26:03 [2022-04-30T07:26:03.554Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:26:03 [2022-04-30T07:26:03.554Z] #58 sha256:957cc454c339412c89cf907d1858e181c307856cb8837f604c2f55c906fd4f12
07:26:04 [2022-04-30T07:26:04.499Z] #58 1.108 + RM_GOPATH=0
07:26:04 [2022-04-30T07:26:04.499Z] #58 1.108 + TMP_GOPATH=
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.108 + : /build
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.109 + '[' -z '' ']'
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.110 ++ mktemp -d
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.114 + export GOPATH=/tmp/tmp.KWfRYxdqu6
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.115 + GOPATH=/tmp/tmp.KWfRYxdqu6
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.115 + RM_GOPATH=1
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.115 + case "$(go env GOARCH)" in
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.117 ++ go env GOARCH
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.129 + export GO_BUILDMODE=-buildmode=pie
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.129 + GO_BUILDMODE=-buildmode=pie
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.133 ++ dirname /install.sh
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.137 + dir=/
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.138 + bin=runc
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.138 + shift
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.138 + '[' '!' -f //runc.installer ']'
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.138 + . //runc.installer
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.139 ++ set -e
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.139 ++ : v1.1.1
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.140 + install_runc
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.140 + RUNC_BUILDTAGS=seccomp
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.140 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.140 Install runc version v1.1.1 (build tags: seccomp)
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.141 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.KWfRYxdqu6/src/github.com/opencontainers/runc
07:26:04 [2022-04-30T07:26:04.500Z] #58 1.148 Cloning into '/tmp/tmp.KWfRYxdqu6/src/github.com/opencontainers/runc'...
07:26:04 [2022-04-30T07:26:04.761Z] #58 ...
07:26:04 [2022-04-30T07:26:04.761Z] 
07:26:04 [2022-04-30T07:26:04.761Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
07:26:04 [2022-04-30T07:26:04.761Z] #15 sha256:22f4bc2428baed17950a8493cc6cc7720cf565fa7aa91d269753d85cc2fbf47a
07:26:04 [2022-04-30T07:26:04.761Z] #15 DONE 1.6s
07:26:04 [2022-04-30T07:26:04.761Z] 
07:26:04 [2022-04-30T07:26:04.761Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:26:04 [2022-04-30T07:26:04.761Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:26:05 [2022-04-30T07:26:05.817Z] #26 97.23 Updating files:  18% (2103/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  32% (3654/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
07:26:05 [2022-04-30T07:26:05.818Z] #26 ...
07:26:05 [2022-04-30T07:26:05.818Z] 
07:26:05 [2022-04-30T07:26:05.818Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
07:26:05 [2022-04-30T07:26:05.818Z] #16 sha256:4b1ab7dc139bf4699de058a233156555ecde99490bb7cb44f5f9eca3ed243cad
07:26:05 [2022-04-30T07:26:05.818Z] #16 DONE 1.2s
07:26:05 [2022-04-30T07:26:05.818Z] 
07:26:05 [2022-04-30T07:26:05.818Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:26:05 [2022-04-30T07:26:05.818Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:26:07 [2022-04-30T07:26:07.130Z] #26 97.23 Updating files:  18% (2103/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  32% (3654/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  51% (5925/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
07:26:07 [2022-04-30T07:26:07.130Z] #26 ...
07:26:07 [2022-04-30T07:26:07.130Z] 
07:26:07 [2022-04-30T07:26:07.130Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
07:26:07 [2022-04-30T07:26:07.130Z] #17 sha256:c8b79c105a69171bd017afa0163487a1d48e4480be1b235638f419664d11f7dc
07:26:07 [2022-04-30T07:26:07.130Z] #17 0.761 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:26:07 [2022-04-30T07:26:07.130Z] #17 DONE 1.2s
07:26:07 [2022-04-30T07:26:07.130Z] 
07:26:07 [2022-04-30T07:26:07.130Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:26:07 [2022-04-30T07:26:07.130Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:26:08 [2022-04-30T07:26:08.180Z] #26 97.23 Updating files:  18% (2103/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  32% (3654/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  51% (5925/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  73% (8425/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
07:26:08 [2022-04-30T07:26:08.180Z] #26 ...
07:26:08 [2022-04-30T07:26:08.180Z] 
07:26:08 [2022-04-30T07:26:08.180Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
07:26:08 [2022-04-30T07:26:08.180Z] #18 sha256:ec5196f8ac010bfcb6cd8aee3a8bdd5662adc5e6662e07120d56f63c8eb9bd60
07:26:08 [2022-04-30T07:26:08.180Z] #18 DONE 1.1s
07:26:08 [2022-04-30T07:26:08.180Z] 
07:26:08 [2022-04-30T07:26:08.180Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:26:08 [2022-04-30T07:26:08.180Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:26:08 [2022-04-30T07:26:08.442Z] #26 97.23 Updating files:  18% (2103/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  32% (3654/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  51% (5925/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  73% (8425/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  97% (11140/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
07:26:08 [2022-04-30T07:26:08.706Z] #26 101.6 + cd /tmp/tmp.U1wLPlQzsP/tmp/docker-ce
07:26:08 [2022-04-30T07:26:08.706Z] #26 101.6 + git checkout -q v17.06.2-ce
07:26:08 [2022-04-30T07:26:08.970Z] #26 ...
07:26:08 [2022-04-30T07:26:08.970Z] 
07:26:08 [2022-04-30T07:26:08.970Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
07:26:08 [2022-04-30T07:26:08.970Z] #19 sha256:8401762ed8936ffe11b1882ae8f4c12830c9be2e96744fc6f3696e8f85b5df94
07:26:08 [2022-04-30T07:26:08.970Z] #19 DONE 0.8s
07:26:09 [2022-04-30T07:26:09.232Z] 
07:26:09 [2022-04-30T07:26:09.232Z] #20 [dev-systemd-false  6/25] RUN ldconfig
07:26:09 [2022-04-30T07:26:09.232Z] #20 sha256:69cc771ff27f176862cc9c8036281d2ed3d0187080716c7bd20450bfd778fe25
07:26:09 [2022-04-30T07:26:09.804Z] #20 DONE 0.8s
07:26:09 [2022-04-30T07:26:09.804Z] 
07:26:09 [2022-04-30T07:26:09.804Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:26:09 [2022-04-30T07:26:09.804Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd
07:26:09 [2022-04-30T07:26:09.804Z] #45 ...
07:26:09 [2022-04-30T07:26:09.804Z] 
07:26:09 [2022-04-30T07:26:09.804Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:26:09 [2022-04-30T07:26:09.804Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47
07:26:11 [2022-04-30T07:26:11.188Z] #21 1.175 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:26:11 [2022-04-30T07:26:11.188Z] #21 1.198 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
07:26:11 [2022-04-30T07:26:11.188Z] #21 1.358 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
07:26:11 [2022-04-30T07:26:11.450Z] #21 1.728 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
07:26:12 [2022-04-30T07:26:12.835Z] #21 2.801 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB]
07:26:13 [2022-04-30T07:26:13.777Z] #21 4.015 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
07:26:15 [2022-04-30T07:26:15.692Z] #21 6.038 Fetched 8397 kB in 5s (1580 kB/s)
07:26:16 [2022-04-30T07:26:16.699Z] #21 6.038 Reading package lists...
07:26:16 [2022-04-30T07:26:16.699Z] #21 ...
07:26:16 [2022-04-30T07:26:16.699Z] 
07:26:16 [2022-04-30T07:26:16.699Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:26:16 [2022-04-30T07:26:16.699Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8
07:26:16 [2022-04-30T07:26:16.699Z] #34 DONE 109.7s
07:26:16 [2022-04-30T07:26:16.699Z] 
07:26:16 [2022-04-30T07:26:16.699Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:26:16 [2022-04-30T07:26:16.699Z] #58 sha256:957cc454c339412c89cf907d1858e181c307856cb8837f604c2f55c906fd4f12
07:26:16 [2022-04-30T07:26:16.699Z] #58 8.717 + cd /tmp/tmp.KWfRYxdqu6/src/github.com/opencontainers/runc
07:26:16 [2022-04-30T07:26:16.699Z] #58 8.717 + git checkout -q v1.1.1
07:26:16 [2022-04-30T07:26:16.699Z] #58 9.126 + '[' -z '' ']'
07:26:16 [2022-04-30T07:26:16.699Z] #58 9.126 + target=static
07:26:16 [2022-04-30T07:26:16.699Z] #58 9.126 + make BUILDTAGS=seccomp static
07:26:16 [2022-04-30T07:26:16.699Z] #58 9.303 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
07:26:18 [2022-04-30T07:26:18.127Z] #58 ...
07:26:18 [2022-04-30T07:26:18.127Z] 
07:26:18 [2022-04-30T07:26:18.127Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:26:18 [2022-04-30T07:26:18.127Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47
07:26:18 [2022-04-30T07:26:18.127Z] #21 6.038 Reading package lists...
07:26:20 [2022-04-30T07:26:20.045Z] #21 8.249 Reading package lists...
07:26:20 [2022-04-30T07:26:20.306Z] #21 10.09 Building dependency tree...
07:26:21 [2022-04-30T07:26:21.691Z] #21 11.53 The following additional packages will be installed:
07:26:21 [2022-04-30T07:26:21.691Z] #21 11.55   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.55   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.55   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.55   python3-pkg-resources vim-runtime xxd
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.56 Suggested packages:
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.56   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.56   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.56   acl attr quota
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.56 Recommended packages:
07:26:21 [2022-04-30T07:26:21.692Z] #21 11.56   libatm1 nftables libpam-cap build-essential python3-dev unzip
07:26:21 [2022-04-30T07:26:21.952Z] #21 ...
07:26:21 [2022-04-30T07:26:21.952Z] 
07:26:21 [2022-04-30T07:26:21.952Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:26:21 [2022-04-30T07:26:21.952Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:26:21 [2022-04-30T07:26:21.952Z] #26 104.7 + mkdir -p /tmp/tmp.U1wLPlQzsP/src/github.com/docker
07:26:21 [2022-04-30T07:26:21.952Z] #26 104.7 + mv components/cli /tmp/tmp.U1wLPlQzsP/src/github.com/docker/cli
07:26:21 [2022-04-30T07:26:21.952Z] #26 104.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
07:26:22 [2022-04-30T07:26:22.214Z] #26 ...
07:26:22 [2022-04-30T07:26:22.214Z] 
07:26:22 [2022-04-30T07:26:22.214Z] #21 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:26:22 [2022-04-30T07:26:22.214Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.48 The following NEW packages will be installed:
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.49   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.49   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.49   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.49   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.50   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.50   python3-pkg-resources python3-setuptools python3-wheel sudo
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.50   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:26:22 [2022-04-30T07:26:22.214Z] #21 12.50   xz-utils zip zstd
07:26:22 [2022-04-30T07:26:22.475Z] #21 12.82 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
07:26:22 [2022-04-30T07:26:22.475Z] #21 12.82 Need to get 27.0 MB of archives.
07:26:22 [2022-04-30T07:26:22.475Z] #21 12.82 After this operation, 105 MB of additional disk space will be used.
07:26:22 [2022-04-30T07:26:22.475Z] #21 12.82 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 12.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 12.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 12.99 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.03 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.04 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.04 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.04 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.05 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.07 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.07 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
07:26:22 [2022-04-30T07:26:22.737Z] #21 13.09 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.09 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.09 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.09 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.11 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.11 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.11 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
07:26:22 [2022-04-30T07:26:22.998Z] #21 13.12 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.51 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.51 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.51 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.51 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.57 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.57 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.57 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.59 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.60 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
07:26:23 [2022-04-30T07:26:23.260Z] #21 13.60 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
07:26:23 [2022-04-30T07:26:23.522Z] #21 13.64 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
07:26:23 [2022-04-30T07:26:23.522Z] #21 13.64 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
07:26:23 [2022-04-30T07:26:23.522Z] #21 13.64 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
07:26:23 [2022-04-30T07:26:23.522Z] #21 13.87 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
07:26:23 [2022-04-30T07:26:23.783Z] #21 13.88 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
07:26:23 [2022-04-30T07:26:23.783Z] #21 13.90 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
07:26:23 [2022-04-30T07:26:23.783Z] #21 13.94 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
07:26:24 [2022-04-30T07:26:24.357Z] #21 14.47 debconf: delaying package configuration, since apt-utils is not installed
07:26:24 [2022-04-30T07:26:24.357Z] #21 14.58 Fetched 27.0 MB in 1s (19.2 MB/s)
07:26:24 [2022-04-30T07:26:24.357Z] #21 14.64 Selecting previously unselected package pigz.
07:26:24 [2022-04-30T07:26:24.357Z] #21 14.64 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24001 files and directories currently installed.)
07:26:24 [2022-04-30T07:26:24.357Z] #21 14.68 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
07:26:24 [2022-04-30T07:26:24.357Z] #21 14.69 Unpacking pigz (2.6-1) ...
07:26:24 [2022-04-30T07:26:24.618Z] #21 14.83 Selecting previously unselected package libelf1:arm64.
07:26:24 [2022-04-30T07:26:24.618Z] #21 14.84 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
07:26:24 [2022-04-30T07:26:24.618Z] #21 14.85 Unpacking libelf1:arm64 (0.183-1) ...
07:26:24 [2022-04-30T07:26:24.881Z] #21 14.99 Selecting previously unselected package libbpf0:arm64.
07:26:24 [2022-04-30T07:26:24.881Z] #21 14.99 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.00 Unpacking libbpf0:arm64 (1:0.3-2) ...
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.13 Selecting previously unselected package libcap2:arm64.
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.14 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.14 Unpacking libcap2:arm64 (1:2.44-1) ...
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.22 Selecting previously unselected package libmnl0:arm64.
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.22 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
07:26:24 [2022-04-30T07:26:24.881Z] #21 15.23 Unpacking libmnl0:arm64 (1.0.4-3) ...
07:26:25 [2022-04-30T07:26:25.142Z] #21 15.28 Selecting previously unselected package libxtables12:arm64.
07:26:25 [2022-04-30T07:26:25.142Z] #21 15.29 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
07:26:25 [2022-04-30T07:26:25.142Z] #21 15.29 Unpacking libxtables12:arm64 (1.8.7-1) ...
07:26:25 [2022-04-30T07:26:25.142Z] #21 15.34 Selecting previously unselected package libcap2-bin.
07:26:25 [2022-04-30T07:26:25.142Z] #21 15.37 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
07:26:25 [2022-04-30T07:26:25.142Z] #21 15.37 Unpacking libcap2-bin (1:2.44-1) ...
07:26:25 [2022-04-30T07:26:25.413Z] #21 15.45 Selecting previously unselected package iproute2.
07:26:25 [2022-04-30T07:26:25.413Z] #21 15.45 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
07:26:25 [2022-04-30T07:26:25.413Z] #21 15.45 Unpacking iproute2 (5.10.0-4) ...
07:26:25 [2022-04-30T07:26:25.677Z] #21 15.82 Selecting previously unselected package xxd.
07:26:25 [2022-04-30T07:26:25.677Z] #21 15.82 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
07:26:25 [2022-04-30T07:26:25.677Z] #21 15.86 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:26:25 [2022-04-30T07:26:25.677Z] #21 15.97 Selecting previously unselected package vim-common.
07:26:25 [2022-04-30T07:26:25.937Z] #21 15.97 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:26:25 [2022-04-30T07:26:25.937Z] #21 15.98 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:26:25 [2022-04-30T07:26:25.937Z] #21 16.13 Selecting previously unselected package bash-completion.
07:26:25 [2022-04-30T07:26:25.937Z] #21 16.14 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
07:26:27 [2022-04-30T07:26:27.851Z] #21 18.22 Unpacking bash-completion (1:2.11-2) ...
07:26:28 [2022-04-30T07:26:28.423Z] #21 18.57 Selecting previously unselected package bzip2.
07:26:28 [2022-04-30T07:26:28.423Z] #21 18.58 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
07:26:28 [2022-04-30T07:26:28.423Z] #21 18.58 Unpacking bzip2 (1.0.8-4) ...
07:26:28 [2022-04-30T07:26:28.423Z] #21 18.68 Selecting previously unselected package xz-utils.
07:26:28 [2022-04-30T07:26:28.423Z] #21 18.69 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
07:26:28 [2022-04-30T07:26:28.423Z] #21 18.69 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:26:28 [2022-04-30T07:26:28.685Z] #21 18.87 Selecting previously unselected package apparmor.
07:26:28 [2022-04-30T07:26:28.685Z] #21 18.88 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
07:26:28 [2022-04-30T07:26:28.946Z] #21 18.95 Unpacking apparmor (2.13.6-10) ...
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.26 Selecting previously unselected package inetutils-ping.
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.26 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.27 Unpacking inetutils-ping (2:2.0-1) ...
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.37 Selecting previously unselected package libip4tc2:arm64.
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.37 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.38 Unpacking libip4tc2:arm64 (1.8.7-1) ...
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.45 Selecting previously unselected package libip6tc2:arm64.
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.45 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.207Z] #21 19.46 Unpacking libip6tc2:arm64 (1.8.7-1) ...
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.55 Selecting previously unselected package libnfnetlink0:arm64.
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.57 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.58 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.70 Selecting previously unselected package libnetfilter-conntrack3:arm64.
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.70 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
07:26:29 [2022-04-30T07:26:29.469Z] #21 19.79 Selecting previously unselected package libnftnl11:arm64.
07:26:29 [2022-04-30T07:26:29.731Z] #21 19.79 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.731Z] #21 19.80 Unpacking libnftnl11:arm64 (1.1.9-1) ...
07:26:29 [2022-04-30T07:26:29.731Z] #21 19.86 Selecting previously unselected package iptables.
07:26:29 [2022-04-30T07:26:29.731Z] #21 19.86 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.731Z] #21 19.87 Unpacking iptables (1.8.7-1) ...
07:26:29 [2022-04-30T07:26:29.993Z] #21 20.14 Selecting previously unselected package libonig5:arm64.
07:26:29 [2022-04-30T07:26:29.993Z] #21 20.17 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.993Z] #21 20.17 Unpacking libonig5:arm64 (6.9.6-1.1) ...
07:26:29 [2022-04-30T07:26:29.993Z] #21 20.32 Selecting previously unselected package libjq1:arm64.
07:26:29 [2022-04-30T07:26:29.993Z] #21 20.32 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
07:26:29 [2022-04-30T07:26:29.993Z] #21 20.33 Unpacking libjq1:arm64 (1.6-2.1) ...
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.41 Selecting previously unselected package jq.
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.42 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.42 Unpacking jq (1.6-2.1) ...
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.49 Selecting previously unselected package libaio1:arm64.
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.49 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.50 Unpacking libaio1:arm64 (0.3.112-9) ...
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.57 Selecting previously unselected package libgpm2:arm64.
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.57 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
07:26:30 [2022-04-30T07:26:30.253Z] #21 20.58 Unpacking libgpm2:arm64 (1.20.7-8) ...
07:26:30 [2022-04-30T07:26:30.514Z] #21 20.64 Selecting previously unselected package libicu67:arm64.
07:26:30 [2022-04-30T07:26:30.514Z] #21 20.64 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
07:26:30 [2022-04-30T07:26:30.514Z] #21 20.65 Unpacking libicu67:arm64 (67.1-7) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.36 Selecting previously unselected package libinih1:arm64.
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.36 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.36 Unpacking libinih1:arm64 (53-1+b2) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.43 Selecting previously unselected package libnet1:arm64.
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.43 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.44 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.52 Selecting previously unselected package libnl-3-200:arm64.
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.52 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.53 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.61 Selecting previously unselected package libprotobuf-c1:arm64.
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.61 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.62 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.69 Selecting previously unselected package net-tools.
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.69 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.70 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.89 Selecting previously unselected package patch.
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.89 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 23.90 Unpacking patch (2.7.6-7) ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 24.01 Selecting previously unselected package python-pip-whl.
07:26:33 [2022-04-30T07:26:33.818Z] #21 24.02 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
07:26:33 [2022-04-30T07:26:33.818Z] #21 24.04 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
07:26:34 [2022-04-30T07:26:34.078Z] #21 24.46 Selecting previously unselected package python3-lib2to3.
07:26:34 [2022-04-30T07:26:34.339Z] #21 24.46 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
07:26:34 [2022-04-30T07:26:34.339Z] #21 24.48 Unpacking python3-lib2to3 (3.9.2-1) ...
07:26:34 [2022-04-30T07:26:34.339Z] #21 24.61 Selecting previously unselected package python3-distutils.
07:26:34 [2022-04-30T07:26:34.339Z] #21 24.61 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
07:26:34 [2022-04-30T07:26:34.339Z] #21 24.62 Unpacking python3-distutils (3.9.2-1) ...
07:26:34 [2022-04-30T07:26:34.600Z] #21 24.74 Selecting previously unselected package python3-pkg-resources.
07:26:34 [2022-04-30T07:26:34.600Z] #21 24.74 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
07:26:34 [2022-04-30T07:26:34.600Z] #21 24.75 Unpacking python3-pkg-resources (52.0.0-4) ...
07:26:34 [2022-04-30T07:26:34.600Z] #21 24.87 Selecting previously unselected package python3-setuptools.
07:26:34 [2022-04-30T07:26:34.861Z] #21 24.88 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
07:26:34 [2022-04-30T07:26:34.861Z] #21 24.88 Unpacking python3-setuptools (52.0.0-4) ...
07:26:34 [2022-04-30T07:26:34.861Z] #21 25.09 Selecting previously unselected package python3-wheel.
07:26:34 [2022-04-30T07:26:34.861Z] #21 25.10 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
07:26:34 [2022-04-30T07:26:34.861Z] #21 25.12 Unpacking python3-wheel (0.34.2-1) ...
07:26:35 [2022-04-30T07:26:35.122Z] #21 25.19 Selecting previously unselected package python3-pip.
07:26:35 [2022-04-30T07:26:35.122Z] #21 25.19 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
07:26:35 [2022-04-30T07:26:35.122Z] #21 25.20 Unpacking python3-pip (20.3.4-4+deb11u1) ...
07:26:35 [2022-04-30T07:26:35.122Z] #21 25.41 Selecting previously unselected package sudo.
07:26:35 [2022-04-30T07:26:35.122Z] #21 25.41 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ...
07:26:35 [2022-04-30T07:26:35.122Z] #21 25.42 Unpacking sudo (1.9.5p2-3) ...
07:26:35 [2022-04-30T07:26:35.696Z] #21 25.83 Selecting previously unselected package thin-provisioning-tools.
07:26:35 [2022-04-30T07:26:35.696Z] #21 25.85 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ...
07:26:35 [2022-04-30T07:26:35.696Z] #21 25.86 Unpacking thin-provisioning-tools (0.9.0-1) ...
07:26:35 [2022-04-30T07:26:35.696Z] #21 26.04 Selecting previously unselected package uidmap.
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.06 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ...
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.06 Unpacking uidmap (1:4.8.1-1) ...
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.18 Selecting previously unselected package vim-runtime.
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.18 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.21 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.24 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
07:26:35 [2022-04-30T07:26:35.957Z] #21 26.25 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
07:26:39 [2022-04-30T07:26:39.272Z] #21 28.93 Selecting previously unselected package vim.
07:26:39 [2022-04-30T07:26:39.273Z] #21 28.94 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
07:26:39 [2022-04-30T07:26:39.273Z] #21 28.95 Unpacking vim (2:8.2.2434-3+deb11u1) ...
07:26:39 [2022-04-30T07:26:39.273Z] #21 29.36 Selecting previously unselected package xfsprogs.
07:26:39 [2022-04-30T07:26:39.273Z] #21 29.37 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ...
07:26:39 [2022-04-30T07:26:39.273Z] #21 29.37 Unpacking xfsprogs (5.10.0-4) ...
07:26:39 [2022-04-30T07:26:39.535Z] #21 29.68 Selecting previously unselected package zip.
07:26:39 [2022-04-30T07:26:39.535Z] #21 29.69 Preparing to unpack .../46-zip_3.0-12_arm64.deb ...
07:26:39 [2022-04-30T07:26:39.535Z] #21 29.70 Unpacking zip (3.0-12) ...
07:26:39 [2022-04-30T07:26:39.535Z] #21 29.83 Selecting previously unselected package zstd.
07:26:39 [2022-04-30T07:26:39.535Z] #21 29.83 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ...
07:26:39 [2022-04-30T07:26:39.535Z] #21 29.84 Unpacking zstd (1.4.8+dfsg-2.1) ...
07:26:40 [2022-04-30T07:26:40.109Z] #21 30.22 Setting up python3-pkg-resources (52.0.0-4) ...
07:26:40 [2022-04-30T07:26:40.680Z] #21 30.99 Setting up libip4tc2:arm64 (1.8.7-1) ...
07:26:40 [2022-04-30T07:26:40.680Z] #21 31.01 Setting up net-tools (1.60+git20181103.0eebece-1) ...
07:26:40 [2022-04-30T07:26:40.680Z] #21 31.05 Setting up libgpm2:arm64 (1.20.7-8) ...
07:26:40 [2022-04-30T07:26:40.680Z] #21 31.07 Setting up libicu67:arm64 (67.1-7) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.08 Setting up libip6tc2:arm64 (1.8.7-1) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.11 Setting up libinih1:arm64 (53-1+b2) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.12 Setting up uidmap (1:4.8.1-1) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.13 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.15 Setting up bzip2 (1.0.8-4) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.16 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:26:40 [2022-04-30T07:26:40.942Z] #21 31.18 Setting up python3-wheel (0.34.2-1) ...
07:26:41 [2022-04-30T07:26:41.777Z] #21 31.83 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:26:41 [2022-04-30T07:26:41.777Z] #21 31.85 Setting up libcap2:arm64 (1:2.44-1) ...
07:26:41 [2022-04-30T07:26:41.777Z] #21 31.86 Setting up libcap2-bin (1:2.44-1) ...
07:26:41 [2022-04-30T07:26:41.777Z] #21 31.88 Setting up apparmor (2.13.6-10) ...
07:26:43 [2022-04-30T07:26:43.165Z] #21 33.47 Setting up zip (3.0-12) ...
07:26:43 [2022-04-30T07:26:43.426Z] #21 33.49 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:26:43 [2022-04-30T07:26:43.426Z] #21 33.52 Setting up bash-completion (1:2.11-2) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.79 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.81 Setting up libmnl0:arm64 (1.0.4-3) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.83 Setting up patch (2.7.6-7) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.84 Setting up sudo (1.9.5p2-3) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.93 invoke-rc.d: could not determine current runlevel
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.95 invoke-rc.d: policy-rc.d denied execution of start.
07:26:45 [2022-04-30T07:26:45.980Z] #21 35.96 Setting up xfsprogs (5.10.0-4) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.00 Setting up libxtables12:arm64 (1.8.7-1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.01 Setting up inetutils-ping (2:2.0-1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.03 Setting up pigz (2.6-1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.07 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.08 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.10 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
07:26:45 [2022-04-30T07:26:45.980Z] #21 36.11 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
07:26:46 [2022-04-30T07:26:46.551Z] #21 36.74 Setting up libaio1:arm64 (0.3.112-9) ...
07:26:46 [2022-04-30T07:26:46.551Z] #21 36.76 Setting up python3-lib2to3 (3.9.2-1) ...
07:26:47 [2022-04-30T07:26:47.094Z] #21 37.11 Setting up libelf1:arm64 (0.183-1) ...
07:26:47 [2022-04-30T07:26:47.094Z] #21 37.14 Setting up zstd (1.4.8+dfsg-2.1) ...
07:26:47 [2022-04-30T07:26:47.094Z] #21 37.15 Setting up libonig5:arm64 (6.9.6-1.1) ...
07:26:47 [2022-04-30T07:26:47.094Z] #21 37.25 Setting up python3-distutils (3.9.2-1) ...
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.71 Setting up vim (2:8.2.2434-3+deb11u1) ...
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:26:47 [2022-04-30T07:26:47.669Z] #21 37.82 Setting up python3-setuptools (52.0.0-4) ...
07:26:49 [2022-04-30T07:26:49.059Z] #21 39.10 Setting up libjq1:arm64 (1.6-2.1) ...
07:26:49 [2022-04-30T07:26:49.059Z] #21 39.11 Setting up libnftnl11:arm64 (1.1.9-1) ...
07:26:49 [2022-04-30T07:26:49.059Z] #21 39.13 Setting up thin-provisioning-tools (0.9.0-1) ...
07:26:49 [2022-04-30T07:26:49.059Z] #21 39.14 Setting up python3-pip (20.3.4-4+deb11u1) ...
07:26:50 [2022-04-30T07:26:50.005Z] #21 40.21 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
07:26:50 [2022-04-30T07:26:50.005Z] #21 40.22 Setting up jq (1.6-2.1) ...
07:26:50 [2022-04-30T07:26:50.005Z] #21 40.24 Setting up libbpf0:arm64 (1:0.3-2) ...
07:26:50 [2022-04-30T07:26:50.005Z] #21 40.25 Setting up iptables (1.8.7-1) ...
07:26:50 [2022-04-30T07:26:50.005Z] #21 40.27 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:26:50 [2022-04-30T07:26:50.005Z] #21 40.28 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:26:50 [2022-04-30T07:26:50.267Z] #21 40.28 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:26:50 [2022-04-30T07:26:50.267Z] #21 40.29 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:26:50 [2022-04-30T07:26:50.267Z] #21 40.30 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:26:50 [2022-04-30T07:26:50.267Z] #21 40.30 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:26:50 [2022-04-30T07:26:50.267Z] #21 40.31 Setting up iproute2 (5.10.0-4) ...
07:26:50 [2022-04-30T07:26:50.530Z] #21 40.65 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:26:52 [2022-04-30T07:26:52.449Z] #21 DONE 42.4s
07:26:52 [2022-04-30T07:26:52.449Z] 
07:26:52 [2022-04-30T07:26:52.449Z] #22 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
07:26:52 [2022-04-30T07:26:52.449Z] #22 sha256:a3641fe455d1c76781a3308923a6e35278aafdf6d2a83706a005b265ea30b7f3
07:26:53 [2022-04-30T07:26:53.025Z] #22 0.588 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:26:53 [2022-04-30T07:26:53.025Z] #22 0.593 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:26:53 [2022-04-30T07:26:53.025Z] #22 0.597 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:26:53 [2022-04-30T07:26:53.025Z] #22 DONE 0.6s
07:26:53 [2022-04-30T07:26:53.025Z] 
07:26:53 [2022-04-30T07:26:53.025Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
07:26:53 [2022-04-30T07:26:53.025Z] #23 sha256:9c25d3232689bf6514776195dcfca39cc8b37c6f09d1e92887bd819c51c902bc
07:27:03 [2022-04-30T07:27:03.037Z] #23 8.652 Collecting yamllint==1.26.1
07:27:03 [2022-04-30T07:27:03.037Z] #23 9.705   Downloading yamllint-1.26.1.tar.gz (126 kB)
07:27:03 [2022-04-30T07:27:03.609Z] #23 10.67 Collecting pathspec>=0.5.3
07:27:03 [2022-04-30T07:27:03.609Z] #23 10.69   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
07:27:03 [2022-04-30T07:27:03.917Z] #23 10.97 Collecting pyyaml
07:27:03 [2022-04-30T07:27:03.917Z] #23 10.99   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
07:27:03 [2022-04-30T07:27:03.917Z] #23 11.09 Building wheels for collected packages: yamllint
07:27:04 [2022-04-30T07:27:04.191Z] #23 11.10   Building wheel for yamllint (setup.py): started
07:27:05 [2022-04-30T07:27:05.150Z] #23 12.03   Building wheel for yamllint (setup.py): finished with status 'done'
07:27:05 [2022-04-30T07:27:05.150Z] #23 12.03   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=cc273da8f671f003448ed7f5ccd7ce4b3a2f6f4877803317d9922460cf6d5047
07:27:05 [2022-04-30T07:27:05.150Z] #23 12.03   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
07:27:05 [2022-04-30T07:27:05.150Z] #23 12.03 Successfully built yamllint
07:27:05 [2022-04-30T07:27:05.150Z] #23 12.07 Installing collected packages: pyyaml, pathspec, yamllint
07:27:05 [2022-04-30T07:27:05.150Z] #23 12.42 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
07:27:05 [2022-04-30T07:27:05.726Z] #23 DONE 13.0s
07:27:05 [2022-04-30T07:27:05.726Z] 
07:27:05 [2022-04-30T07:27:05.726Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:27:05 [2022-04-30T07:27:05.726Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:27:15 [2022-04-30T07:27:15.727Z] #62 ...
07:27:15 [2022-04-30T07:27:15.727Z] 
07:27:15 [2022-04-30T07:27:15.727Z] #45 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:27:15 [2022-04-30T07:27:15.727Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd
07:27:15 [2022-04-30T07:27:15.727Z] #45 167.1 + dpkg --print-architecture
07:27:15 [2022-04-30T07:27:15.727Z] #45 DONE 167.7s
07:27:15 [2022-04-30T07:27:15.727Z] 
07:27:15 [2022-04-30T07:27:15.727Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:27:15 [2022-04-30T07:27:15.727Z] #58 sha256:957cc454c339412c89cf907d1858e181c307856cb8837f604c2f55c906fd4f12
07:28:12 [2022-04-30T07:28:12.005Z] #58 ...
07:28:12 [2022-04-30T07:28:12.005Z] 
07:28:12 [2022-04-30T07:28:12.005Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:28:12 [2022-04-30T07:28:12.005Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:28:12 [2022-04-30T07:28:12.005Z] #26 218.3 + return
07:28:12 [2022-04-30T07:28:12.005Z] #26 ...
07:28:12 [2022-04-30T07:28:12.005Z] 
07:28:12 [2022-04-30T07:28:12.005Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:28:12 [2022-04-30T07:28:12.005Z] #58 sha256:957cc454c339412c89cf907d1858e181c307856cb8837f604c2f55c906fd4f12
07:28:12 [2022-04-30T07:28:12.005Z] #58 126.7 + mkdir -p /build
07:28:12 [2022-04-30T07:28:12.005Z] #58 126.7 + cp runc /build/runc
07:28:12 [2022-04-30T07:28:12.005Z] #58 ...
07:28:12 [2022-04-30T07:28:12.005Z] 
07:28:12 [2022-04-30T07:28:12.005Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:28:12 [2022-04-30T07:28:12.005Z] #26 sha256:0072ab78937b738d8a2a7b72b9f04ef4ce57daf917c79c057f098318eaf84437
07:28:12 [2022-04-30T07:28:12.005Z] #26 DONE 223.6s
07:28:12 [2022-04-30T07:28:12.005Z] 
07:28:12 [2022-04-30T07:28:12.005Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:28:12 [2022-04-30T07:28:12.005Z] #58 sha256:957cc454c339412c89cf907d1858e181c307856cb8837f604c2f55c906fd4f12
07:28:12 [2022-04-30T07:28:12.005Z] #58 DONE 127.3s
07:28:12 [2022-04-30T07:28:12.005Z] 
07:28:12 [2022-04-30T07:28:12.005Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
07:28:12 [2022-04-30T07:28:12.005Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d
07:28:12 [2022-04-30T07:28:12.005Z] #53 224.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
07:28:12 [2022-04-30T07:28:12.005Z] #53 DONE 224.6s
07:28:12 [2022-04-30T07:28:12.005Z] 
07:28:12 [2022-04-30T07:28:12.005Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:28:12 [2022-04-30T07:28:12.005Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:28:13 [2022-04-30T07:28:13.406Z] #62 ...
07:28:13 [2022-04-30T07:28:13.406Z] 
07:28:13 [2022-04-30T07:28:13.406Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
07:28:13 [2022-04-30T07:28:13.406Z] #27 sha256:fc07dc0a07e3140eb296f6d13c590a91bb39f2947700f1d6eb70a45b88bb8818
07:28:14 [2022-04-30T07:28:14.370Z] #27 DONE 0.8s
07:28:14 [2022-04-30T07:28:14.370Z] 
07:28:14 [2022-04-30T07:28:14.370Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:28:14 [2022-04-30T07:28:14.370Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:28:14 [2022-04-30T07:28:14.370Z] #62 ...
07:28:14 [2022-04-30T07:28:14.370Z] 
07:28:14 [2022-04-30T07:28:14.370Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
07:28:14 [2022-04-30T07:28:14.370Z] #32 sha256:2e772618c2b63c613f53274a4f4a2c852901b560680d771ec9b7b78460e0278f
07:28:14 [2022-04-30T07:28:14.965Z] #32 DONE 0.6s
07:28:14 [2022-04-30T07:28:14.965Z] 
07:28:14 [2022-04-30T07:28:14.965Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
07:28:14 [2022-04-30T07:28:14.965Z] #35 sha256:37624dfa37591fa22073cca39730732ed426e3a30b36aecc873bcd3b52a2233d
07:28:15 [2022-04-30T07:28:15.908Z] #35 DONE 1.1s
07:28:15 [2022-04-30T07:28:15.908Z] 
07:28:15 [2022-04-30T07:28:15.908Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:28:15 [2022-04-30T07:28:15.908Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:28:15 [2022-04-30T07:28:15.908Z] #62 199.2 + bin/containerd
07:28:16 [2022-04-30T07:28:16.168Z] #62 ...
07:28:16 [2022-04-30T07:28:16.168Z] 
07:28:16 [2022-04-30T07:28:16.168Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
07:28:16 [2022-04-30T07:28:16.168Z] #37 sha256:cd271600b96fa5ba6ad91606c6e0699f3c89854e742c268a1db2d36790c08927
07:28:16 [2022-04-30T07:28:16.168Z] #37 DONE 0.1s
07:28:16 [2022-04-30T07:28:16.168Z] 
07:28:16 [2022-04-30T07:28:16.168Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres      /build/ /usr/local/bin/
07:28:16 [2022-04-30T07:28:16.168Z] #39 sha256:a548878c3eba4e8ccd30ad302592b75df480e40a16d6942504ddeec64d6ae101
07:28:16 [2022-04-30T07:28:16.168Z] #39 DONE 0.1s
07:28:16 [2022-04-30T07:28:16.168Z] 
07:28:16 [2022-04-30T07:28:16.168Z] #43 [dev-systemd-false 15/25] COPY --from=tini          /build/ /usr/local/bin/
07:28:16 [2022-04-30T07:28:16.168Z] #43 sha256:49a7873eb3721df1a246fb7138c8ea27409da6fb53dffc6e192c04de4141a10b
07:28:16 [2022-04-30T07:28:16.168Z] #43 DONE 0.1s
07:28:16 [2022-04-30T07:28:16.168Z] 
07:28:16 [2022-04-30T07:28:16.168Z] #46 [dev-systemd-false 16/25] COPY --from=registry      /build/ /usr/local/bin/
07:28:16 [2022-04-30T07:28:16.168Z] #46 sha256:ee438655a622f57883a5c23c4899baaf4d26f38ac30180013555411c4e46a4eb
07:28:16 [2022-04-30T07:28:16.740Z] #46 DONE 0.6s
07:28:16 [2022-04-30T07:28:16.740Z] 
07:28:16 [2022-04-30T07:28:16.740Z] #50 [dev-systemd-false 17/25] COPY --from=criu          /build/ /usr/local/bin/
07:28:16 [2022-04-30T07:28:16.740Z] #50 sha256:adbcc2ca4664df6eda06bf426f501c4b8a870470d6ddb19c74131a95f8fe40c2
07:28:16 [2022-04-30T07:28:16.740Z] #50 DONE 0.1s
07:28:16 [2022-04-30T07:28:16.740Z] 
07:28:16 [2022-04-30T07:28:16.740Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
07:28:16 [2022-04-30T07:28:16.740Z] #52 sha256:b72e7dbd9109c02d38b2c7e2f3369b0b3744480adbf9e01f34ea22662e202b4d
07:28:17 [2022-04-30T07:28:17.001Z] #52 DONE 0.1s
07:28:17 [2022-04-30T07:28:17.001Z] 
07:28:17 [2022-04-30T07:28:17.001Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
07:28:17 [2022-04-30T07:28:17.001Z] #54 sha256:7dd2ff142dcea7d101c393323c2f3a57f9a293d8c566b41215b2150f463e03be
07:28:17 [2022-04-30T07:28:17.954Z] #54 DONE 1.2s
07:28:17 [2022-04-30T07:28:17.954Z] 
07:28:17 [2022-04-30T07:28:17.954Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:28:17 [2022-04-30T07:28:17.954Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:28:18 [2022-04-30T07:28:18.215Z] #62 ...
07:28:18 [2022-04-30T07:28:18.215Z] 
07:28:18 [2022-04-30T07:28:18.215Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
07:28:18 [2022-04-30T07:28:18.215Z] #56 sha256:149a6303dec8e14fa8a5410f57c423cacdd1b7f76887f9f0e254bf3e6888f15d
07:28:18 [2022-04-30T07:28:18.215Z] #56 DONE 0.1s
07:28:18 [2022-04-30T07:28:18.215Z] 
07:28:18 [2022-04-30T07:28:18.215Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
07:28:18 [2022-04-30T07:28:18.215Z] #59 sha256:1dec3ddd70d69a381727ebbc35f3a1b5cd230841a1325e3013e8a2fa24ba5844
07:28:18 [2022-04-30T07:28:18.478Z] #59 DONE 0.3s
07:28:18 [2022-04-30T07:28:18.478Z] 
07:28:18 [2022-04-30T07:28:18.478Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:28:18 [2022-04-30T07:28:18.478Z] #62 sha256:0b8eeae7c4a506953f634806a8f28516c606496fe116d4062a8dca291c6e54b9
07:28:57 [2022-04-30T07:28:57.248Z] #62 238.5 # github.com/containerd/containerd/cmd/containerd
07:28:57 [2022-04-30T07:28:57.248Z] #62 238.5 /usr/bin/ld: /tmp/go-link-1200615342/000019.o: in function `New':
07:28:57 [2022-04-30T07:28:57.248Z] #62 238.5 /tmp/tmp.f5YvM3y3JB/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
07:28:57 [2022-04-30T07:28:57.248Z] #62 238.6 + bin/containerd-stress
07:28:57 [2022-04-30T07:28:57.248Z] #62 239.7 + bin/containerd-shim
07:29:05 [2022-04-30T07:29:05.395Z] #62 248.3 + bin/containerd-shim-runc-v1
07:29:10 [2022-04-30T07:29:10.684Z] #62 253.3 + bin/containerd-shim-runc-v2
07:29:10 [2022-04-30T07:29:10.684Z] #62 254.0 + binaries
07:29:10 [2022-04-30T07:29:10.684Z] #62 254.0 + install -D bin/containerd /build/containerd
07:29:10 [2022-04-30T07:29:10.684Z] #62 254.1 + install -D bin/containerd-shim /build/containerd-shim
07:29:10 [2022-04-30T07:29:10.684Z] #62 254.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:29:10 [2022-04-30T07:29:10.684Z] #62 254.1 + install -D bin/ctr /build/ctr
07:29:14 [2022-04-30T07:29:14.887Z] #62 DONE 258.3s
07:29:15 [2022-04-30T07:29:15.460Z] 
07:29:15 [2022-04-30T07:29:15.460Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
07:29:15 [2022-04-30T07:29:15.460Z] #63 sha256:d87524dd1adc6862ada8e4fb3106a828bbd4f1f91b8b5f0057d394c53af55bf1
07:29:17 [2022-04-30T07:29:17.370Z] #63 DONE 1.8s
07:29:17 [2022-04-30T07:29:17.370Z] 
07:29:17 [2022-04-30T07:29:17.370Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
07:29:17 [2022-04-30T07:29:17.370Z] #68 sha256:2e06a5c45c14eba726840c7d79d1e738f670bf6f8554f1aed092d203fcc28a0e
07:29:17 [2022-04-30T07:29:17.631Z] #68 DONE 0.4s
07:29:17 [2022-04-30T07:29:17.631Z] 
07:29:17 [2022-04-30T07:29:17.631Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
07:29:17 [2022-04-30T07:29:17.632Z] #73 sha256:db875317d0e668248d25bbe9f034158206172507a333ee28a3afd7c0e08fae5f
07:29:20 [2022-04-30T07:29:20.182Z] #73 DONE 1.9s
07:29:20 [2022-04-30T07:29:20.182Z] 
07:29:20 [2022-04-30T07:29:20.182Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
07:29:20 [2022-04-30T07:29:20.182Z] #74 sha256:046d6729d119d0341375a1fe34d4b6f3c39890f4499b949ab5c5046ad38145b0
07:29:20 [2022-04-30T07:29:20.182Z] #74 DONE 0.0s
07:29:20 [2022-04-30T07:29:20.182Z] 
07:29:20 [2022-04-30T07:29:20.183Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
07:29:20 [2022-04-30T07:29:20.183Z] #75 sha256:4c09eb5755debcabb856814d0c27bcb9aa8b0194763370cc7dc2d2c14496ac4d
07:29:20 [2022-04-30T07:29:20.753Z] #75 DONE 1.0s
07:29:20 [2022-04-30T07:29:20.753Z] 
07:29:20 [2022-04-30T07:29:20.753Z] #76 exporting to image
07:29:20 [2022-04-30T07:29:20.753Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
07:29:20 [2022-04-30T07:29:20.753Z] #76 exporting layers
07:29:24 [2022-04-30T07:29:24.053Z] #76 exporting layers 3.2s done
07:29:24 [2022-04-30T07:29:24.053Z] #76 writing image sha256:ca97bbd49f3f7f480cf6b4f1923c64e57a55ba05d1da5419aea71dd43e2d199a done
07:29:24 [2022-04-30T07:29:24.053Z] #76 naming to docker.io/library/docker:7eb5d4c93d44f98a9a3ca14e99601623dacd1c52 done
07:29:24 [2022-04-30T07:29:24.053Z] #76 DONE 3.2s