Skip to content

Console Output

Skipping 86 KB.. Full Log
downloading github.com/pmezard/go-difflib v1.0.0
09:52:45 [2021-07-02T09:52:45.263Z] #50 26.30 go: downloading github.com/stretchr/objx v0.2.0
09:52:45 [2021-07-02T09:52:45.263Z] #50 26.45 go: downloading golang.org/x/text v0.3.2
09:52:48 [2021-07-02T09:52:48.580Z] #50 ...
09:52:48 [2021-07-02T09:52:48.580Z] 
09:52:48 [2021-07-02T09:52:48.580Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:52:48 [2021-07-02T09:52:48.580Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:52:48 [2021-07-02T09:52:48.580Z] #46 31.40 vendor/golang.org/x/crypto/internal/subtle
09:52:49 [2021-07-02T09:52:49.523Z] #46 ...
09:52:49 [2021-07-02T09:52:49.523Z] 
09:52:49 [2021-07-02T09:52:49.523Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:52:49 [2021-07-02T09:52:49.523Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7
09:52:49 [2021-07-02T09:52:49.523Z] #40 21.96 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
09:52:49 [2021-07-02T09:52:49.524Z] #40 23.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
09:52:49 [2021-07-02T09:52:49.524Z] #40 ...
09:52:49 [2021-07-02T09:52:49.524Z] 
09:52:49 [2021-07-02T09:52:49.524Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
09:52:49 [2021-07-02T09:52:49.524Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95
09:52:49 [2021-07-02T09:52:49.524Z] #56 22.45 Fetched 8453 kB in 16s (536 kB/s)
09:52:49 [2021-07-02T09:52:49.524Z] #56 22.45 Reading package lists...
09:52:49 [2021-07-02T09:52:49.785Z] #56 28.91 Reading package lists...
09:52:49 [2021-07-02T09:52:49.785Z] #56 ...
09:52:49 [2021-07-02T09:52:49.785Z] 
09:52:49 [2021-07-02T09:52:49.785Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:52:49 [2021-07-02T09:52:49.785Z] #50 sha256:00785762a4ebb8951b40622d674da08e94440a98e656a14368aa55db2bcea490
09:52:49 [2021-07-02T09:52:49.785Z] #50 32.67 go: downloading github.com/gobwas/glob v0.2.3
09:52:49 [2021-07-02T09:52:49.785Z] #50 32.68 go: downloading github.com/kisielk/gotool v1.0.0
09:52:50 [2021-07-02T09:52:50.046Z] #50 32.85 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:52:50 [2021-07-02T09:52:50.046Z] #50 32.89 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:52:50 [2021-07-02T09:52:50.046Z] #50 32.92 go: downloading github.com/gogo/protobuf v1.2.1
09:52:50 [2021-07-02T09:52:50.046Z] #50 ...
09:52:50 [2021-07-02T09:52:50.046Z] 
09:52:50 [2021-07-02T09:52:50.046Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:52:50 [2021-07-02T09:52:50.046Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7
09:52:50 [2021-07-02T09:52:50.046Z] #36 22.85 Fetched 8453 kB in 17s (504 kB/s)
09:52:50 [2021-07-02T09:52:50.046Z] #36 22.85 Reading package lists...
09:52:50 [2021-07-02T09:52:50.046Z] #36 29.28 Reading package lists...
09:52:50 [2021-07-02T09:52:50.046Z] #36 ...
09:52:50 [2021-07-02T09:52:50.046Z] 
09:52:50 [2021-07-02T09:52:50.046Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:52:50 [2021-07-02T09:52:50.046Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:52:50 [2021-07-02T09:52:50.046Z] #44 22.62 Reading package lists...
09:52:51 [2021-07-02T09:52:51.489Z] #44 29.12 Reading package lists...
09:52:51 [2021-07-02T09:52:51.489Z] #44 ...
09:52:51 [2021-07-02T09:52:51.489Z] 
09:52:51 [2021-07-02T09:52:51.489Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:52:51 [2021-07-02T09:52:51.489Z] #50 sha256:00785762a4ebb8951b40622d674da08e94440a98e656a14368aa55db2bcea490
09:52:51 [2021-07-02T09:52:51.489Z] #50 34.42 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:52:51 [2021-07-02T09:52:51.749Z] #50 34.58 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:52:52 [2021-07-02T09:52:52.008Z] #50 34.94 go: downloading github.com/BurntSushi/toml v0.3.1
09:52:57 [2021-07-02T09:52:57.289Z] #50 ...
09:52:57 [2021-07-02T09:52:57.289Z] 
09:52:57 [2021-07-02T09:52:57.289Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
09:52:57 [2021-07-02T09:52:57.289Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95
09:52:57 [2021-07-02T09:52:57.289Z] #56 28.91 Reading package lists...
09:52:57 [2021-07-02T09:52:57.289Z] #56 35.04 Building dependency tree...
09:52:57 [2021-07-02T09:52:57.289Z] #56 37.72 The following additional packages will be installed:
09:52:57 [2021-07-02T09:52:57.289Z] #56 37.73   libbtrfs0
09:52:57 [2021-07-02T09:52:57.289Z] #56 37.90 The following NEW packages will be installed:
09:52:57 [2021-07-02T09:52:57.289Z] #56 37.91   libbtrfs-dev libbtrfs0
09:52:57 [2021-07-02T09:52:57.289Z] #56 38.30 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
09:52:57 [2021-07-02T09:52:57.289Z] #56 38.30 Need to get 119 kB of archives.
09:52:57 [2021-07-02T09:52:57.289Z] #56 38.30 After this operation, 387 kB of additional disk space will be used.
09:52:57 [2021-07-02T09:52:57.289Z] #56 38.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:52:57 [2021-07-02T09:52:57.289Z] #56 38.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.23 debconf: delaying package configuration, since apt-utils is not installed
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.44 Fetched 119 kB in 0s (439 kB/s)
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.52 Selecting previously unselected package libbtrfs0.
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.52 (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 ... 15421 files and directories currently installed.)
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.61 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.62 Unpacking libbtrfs0 (4.20.1-2) ...
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.75 Selecting previously unselected package libbtrfs-dev.
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.75 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.76 Unpacking libbtrfs-dev (4.20.1-2) ...
09:52:57 [2021-07-02T09:52:57.289Z] #56 39.96 Setting up libbtrfs0 (4.20.1-2) ...
09:52:57 [2021-07-02T09:52:57.289Z] #56 40.00 Setting up libbtrfs-dev (4.20.1-2) ...
09:52:57 [2021-07-02T09:52:57.289Z] #56 40.01 Processing triggers for libc-bin (2.28-10) ...
09:52:57 [2021-07-02T09:52:57.549Z] #56 DONE 40.4s
09:52:57 [2021-07-02T09:52:57.549Z] 
09:52:57 [2021-07-02T09:52:57.549Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:52:57 [2021-07-02T09:52:57.549Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:52:57 [2021-07-02T09:52:57.549Z] #44 29.12 Reading package lists...
09:52:57 [2021-07-02T09:52:57.549Z] #44 35.55 Building dependency tree...
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.60 The following additional packages will be installed:
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.61   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.61   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.62   python3-pkg-resources python3-protobuf python3-six python3.7
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.62   python3.7-minimal
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.63 Suggested packages:
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.63   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
09:52:57 [2021-07-02T09:52:57.549Z] #44 38.63   python3.7-doc binfmt-support
09:52:57 [2021-07-02T09:52:57.549Z] #44 39.93 The following NEW packages will be installed:
09:52:57 [2021-07-02T09:52:57.549Z] #44 39.94   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
09:52:57 [2021-07-02T09:52:57.549Z] #44 39.94   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
09:52:57 [2021-07-02T09:52:57.549Z] #44 39.95   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
09:52:57 [2021-07-02T09:52:57.549Z] #44 39.95   python3.7-minimal
09:52:57 [2021-07-02T09:52:57.810Z] #44 40.49 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
09:52:57 [2021-07-02T09:52:57.810Z] #44 40.49 Need to get 6695 kB of archives.
09:52:57 [2021-07-02T09:52:57.810Z] #44 40.49 After this operation, 33.1 MB of additional disk space will be used.
09:52:57 [2021-07-02T09:52:57.810Z] #44 40.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
09:52:57 [2021-07-02T09:52:57.810Z] #44 40.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
09:52:58 [2021-07-02T09:52:58.072Z] #44 40.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
09:52:58 [2021-07-02T09:52:58.072Z] #44 40.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
09:52:58 [2021-07-02T09:52:58.072Z] #44 40.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 40.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 40.96 Get:7 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 40.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.07 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.08 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.08 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:52:58 [2021-07-02T09:52:58.333Z] #44 41.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:53:00 [2021-07-02T09:53:00.246Z] #44 42.54 debconf: delaying package configuration, since apt-utils is not installed
09:53:00 [2021-07-02T09:53:00.246Z] #44 42.74 Fetched 6695 kB in 1s (5230 kB/s)
09:53:00 [2021-07-02T09:53:00.246Z] #44 42.87 Selecting previously unselected package libpython3.7-minimal:amd64.
09:53:00 [2021-07-02T09:53:00.246Z] #44 42.87 (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 ... 15421 files and directories currently installed.)
09:53:00 [2021-07-02T09:53:00.246Z] #44 42.94 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:53:00 [2021-07-02T09:53:00.246Z] #44 42.95 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:53:00 [2021-07-02T09:53:00.246Z] #44 ...
09:53:00 [2021-07-02T09:53:00.246Z] 
09:53:00 [2021-07-02T09:53:00.246Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:00 [2021-07-02T09:53:00.246Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:00 [2021-07-02T09:53:00.246Z] #13 23.59 Reading package lists...
09:53:00 [2021-07-02T09:53:00.246Z] #13 30.08 Reading package lists...
09:53:00 [2021-07-02T09:53:00.246Z] #13 36.19 Building dependency tree...
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.28 The following additional packages will be installed:
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.28   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.28   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.30   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.30   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.30   mingw-w64-x86-64-dev
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.30 Suggested packages:
09:53:00 [2021-07-02T09:53:00.246Z] #13 39.30   gcc-8-locales seccomp wine64
09:53:00 [2021-07-02T09:53:00.506Z] #13 ...
09:53:00 [2021-07-02T09:53:00.506Z] 
09:53:00 [2021-07-02T09:53:00.506Z] #32 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:53:00 [2021-07-02T09:53:00.506Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa
09:53:00 [2021-07-02T09:53:00.767Z] #32 43.29 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
09:53:00 [2021-07-02T09:53:00.767Z] #32 43.58 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
09:53:01 [2021-07-02T09:53:01.290Z] #32 44.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:53:02 [2021-07-02T09:53:02.680Z] #32 ...
09:53:02 [2021-07-02T09:53:02.680Z] 
09:53:02 [2021-07-02T09:53:02.680Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:53:02 [2021-07-02T09:53:02.680Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7
09:53:02 [2021-07-02T09:53:02.680Z] #36 29.28 Reading package lists...
09:53:02 [2021-07-02T09:53:02.680Z] #36 35.65 Building dependency tree...
09:53:02 [2021-07-02T09:53:02.680Z] #36 38.65 The following additional packages will be installed:
09:53:02 [2021-07-02T09:53:02.680Z] #36 38.65   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
09:53:02 [2021-07-02T09:53:02.680Z] #36 38.67 Suggested packages:
09:53:02 [2021-07-02T09:53:02.680Z] #36 38.68   cmake-doc ninja-build lrzip
09:53:02 [2021-07-02T09:53:02.680Z] #36 38.68 Recommended packages:
09:53:02 [2021-07-02T09:53:02.680Z] #36 38.68   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:53:02 [2021-07-02T09:53:02.680Z] #36 39.64 The following NEW packages will be installed:
09:53:02 [2021-07-02T09:53:02.680Z] #36 39.64   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
09:53:02 [2021-07-02T09:53:02.680Z] #36 39.66   vim-common xxd
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.02 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.02 Need to get 14.9 MB of archives.
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.02 After this operation, 61.8 MB of additional disk space will be used.
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 40.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 41.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 41.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 41.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 41.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 41.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 41.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
09:53:02 [2021-07-02T09:53:02.680Z] #36 42.40 debconf: delaying package configuration, since apt-utils is not installed
09:53:02 [2021-07-02T09:53:02.680Z] #36 42.56 Fetched 14.9 MB in 2s (9005 kB/s)
09:53:02 [2021-07-02T09:53:02.680Z] #36 42.66 Selecting previously unselected package xxd.
09:53:02 [2021-07-02T09:53:02.680Z] #36 42.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
09:53:02 [2021-07-02T09:53:02.680Z] #36 42.75 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
09:53:02 [2021-07-02T09:53:02.680Z] #36 42.76 Unpacking xxd (2:8.1.0875-5) ...
09:53:02 [2021-07-02T09:53:02.680Z] #36 43.00 Selecting previously unselected package vim-common.
09:53:02 [2021-07-02T09:53:02.680Z] #36 43.00 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
09:53:02 [2021-07-02T09:53:02.680Z] #36 43.04 Unpacking vim-common (2:8.1.0875-5) ...
09:53:02 [2021-07-02T09:53:02.680Z] #36 43.35 Selecting previously unselected package cmake-data.
09:53:02 [2021-07-02T09:53:02.680Z] #36 43.35 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
09:53:02 [2021-07-02T09:53:02.680Z] #36 43.37 Unpacking cmake-data (3.13.4-1) ...
09:53:02 [2021-07-02T09:53:02.680Z] #36 ...
09:53:02 [2021-07-02T09:53:02.680Z] 
09:53:02 [2021-07-02T09:53:02.681Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:02 [2021-07-02T09:53:02.681Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.37 The following NEW packages will be installed:
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.39   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.39   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.39   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.40   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.40   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.40   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.41 The following packages will be upgraded:
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.41   libseccomp2
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.81 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.81 Need to get 77.8 MB of archives.
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.81 After this operation, 487 MB of additional disk space will be used.
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.84 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 40.84 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 41.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 41.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 41.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 41.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 41.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 41.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
09:53:02 [2021-07-02T09:53:02.681Z] #13 42.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
09:53:02 [2021-07-02T09:53:02.941Z] #13 42.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
09:53:06 [2021-07-02T09:53:06.240Z] #13 45.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
09:53:07 [2021-07-02T09:53:07.627Z] #13 ...
09:53:07 [2021-07-02T09:53:07.627Z] 
09:53:07 [2021-07-02T09:53:07.627Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:53:07 [2021-07-02T09:53:07.627Z] #57 sha256:7f816fbacc6e83623032d6f12368a5f916a5f43f7b966dc32cd3f5d271c701eb
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.087 + RM_GOPATH=0
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.087 + TMP_GOPATH=
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.087 + : /build
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.087 + '[' -z '' ']'
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.088 ++ mktemp -d
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.089 + export GOPATH=/tmp/tmp.0SI7W1x2il
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.089 + GOPATH=/tmp/tmp.0SI7W1x2il
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.089 + RM_GOPATH=1
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.089 + case "$(go env GOARCH)" in
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.089 ++ go env GOARCH
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.112 + export GO_BUILDMODE=-buildmode=pie
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.113 + GO_BUILDMODE=-buildmode=pie
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.113 ++ dirname /tmp/install/install.sh
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.129 + dir=/tmp/install
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.129 + bin=containerd
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.129 + shift
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.129 + '[' '!' -f /tmp/install/containerd.installer ']'
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.130 + . /tmp/install/containerd.installer
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.130 ++ set -e
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.130 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.130 + install_containerd
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.131 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a'
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.136 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.137 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0SI7W1x2il/src/github.com/containerd/containerd
09:53:07 [2021-07-02T09:53:07.627Z] #57 3.138 Cloning into '/tmp/tmp.0SI7W1x2il/src/github.com/containerd/containerd'...
09:53:07 [2021-07-02T09:53:07.627Z] #57 ...
09:53:07 [2021-07-02T09:53:07.627Z] 
09:53:07 [2021-07-02T09:53:07.627Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:53:07 [2021-07-02T09:53:07.627Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:53:07 [2021-07-02T09:53:07.627Z] #44 43.64 Selecting previously unselected package python3.7-minimal.
09:53:07 [2021-07-02T09:53:07.627Z] #44 43.64 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 43.67 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 45.15 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 45.25 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.16 Selecting previously unselected package python3-minimal.
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.16 (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 ... 15661 files and directories currently installed.)
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.22 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.22 Unpacking python3-minimal (3.7.3-1) ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.37 Selecting previously unselected package libmpdec2:amd64.
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.37 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.38 Unpacking libmpdec2:amd64 (2.4.2-2) ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.53 Selecting previously unselected package libpython3.7-stdlib:amd64.
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.53 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
09:53:07 [2021-07-02T09:53:07.627Z] #44 49.54 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:53:09 [2021-07-02T09:53:09.019Z] #44 ...
09:53:09 [2021-07-02T09:53:09.019Z] 
09:53:09 [2021-07-02T09:53:09.019Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:09 [2021-07-02T09:53:09.019Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.30 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.30 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
09:53:09 [2021-07-02T09:53:09.019Z] #13 48.31 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 ...
09:53:09 [2021-07-02T09:53:09.282Z] 
09:53:09 [2021-07-02T09:53:09.282Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
09:53:09 [2021-07-02T09:53:09.282Z] #48 sha256:1e370945918516d1d388743120d1c8f7ac742bb8cfc5be30c5476d8abcd04f48
09:53:09 [2021-07-02T09:53:09.282Z] #48 DONE 52.1s
09:53:09 [2021-07-02T09:53:09.282Z] 
09:53:09 [2021-07-02T09:53:09.282Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:09 [2021-07-02T09:53:09.282Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.45 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.46 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.54 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
09:53:09 [2021-07-02T09:53:09.282Z] #13 48.56 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
09:53:10 [2021-07-02T09:53:10.226Z] #13 49.67 debconf: delaying package configuration, since apt-utils is not installed
09:53:10 [2021-07-02T09:53:10.491Z] #13 49.90 Fetched 77.8 MB in 8s (9678 kB/s)
09:53:10 [2021-07-02T09:53:10.752Z] #13 50.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 ... 15421 files and directories currently installed.)
09:53:10 [2021-07-02T09:53:10.752Z] #13 50.04 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
09:53:10 [2021-07-02T09:53:10.752Z] #13 50.11 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
09:53:11 [2021-07-02T09:53:11.013Z] #13 50.32 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
09:53:11 [2021-07-02T09:53:11.013Z] #13 50.50 Selecting previously unselected package binutils-mingw-w64-i686.
09:53:11 [2021-07-02T09:53:11.274Z] #13 50.50 (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 ... 15421 files and directories currently installed.)
09:53:11 [2021-07-02T09:53:11.274Z] #13 50.57 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
09:53:11 [2021-07-02T09:53:11.274Z] #13 50.58 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:53:11 [2021-07-02T09:53:11.534Z] #13 ...
09:53:11 [2021-07-02T09:53:11.534Z] 
09:53:11 [2021-07-02T09:53:11.534Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:53:11 [2021-07-02T09:53:11.534Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:53:11 [2021-07-02T09:53:11.534Z] #46 44.29 sync
09:53:11 [2021-07-02T09:53:11.534Z] #46 44.29 internal/reflectlite
09:53:11 [2021-07-02T09:53:11.534Z] #46 45.65 internal/testlog
09:53:11 [2021-07-02T09:53:11.534Z] #46 45.94 github.com/LK4D4/vndr/godl/singleflight
09:53:11 [2021-07-02T09:53:11.534Z] #46 46.19 math/rand
09:53:11 [2021-07-02T09:53:11.534Z] #46 47.20 internal/singleflight
09:53:11 [2021-07-02T09:53:11.534Z] #46 47.50 errors
09:53:11 [2021-07-02T09:53:11.534Z] #46 47.62 sort
09:53:11 [2021-07-02T09:53:11.534Z] #46 47.94 io
09:53:11 [2021-07-02T09:53:11.534Z] #46 48.85 strconv
09:53:11 [2021-07-02T09:53:11.534Z] #46 49.40 bytes
09:53:11 [2021-07-02T09:53:11.534Z] #46 51.76 strings
09:53:11 [2021-07-02T09:53:11.534Z] #46 52.57 reflect
09:53:11 [2021-07-02T09:53:11.534Z] #46 ...
09:53:11 [2021-07-02T09:53:11.534Z] 
09:53:11 [2021-07-02T09:53:11.534Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:53:11 [2021-07-02T09:53:11.534Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:53:11 [2021-07-02T09:53:11.534Z] #44 51.84 Selecting previously unselected package python3.7.
09:53:11 [2021-07-02T09:53:11.534Z] #44 51.84 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 51.84 Unpacking python3.7 (3.7.3-2+deb10u3) ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 52.08 Selecting previously unselected package libpython3-stdlib:amd64.
09:53:11 [2021-07-02T09:53:11.534Z] #44 52.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 52.09 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 52.30 Setting up python3-minimal (3.7.3-1) ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.74 Selecting previously unselected package python3.
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16073 files and directories currently installed.)
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.77 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.79 Unpacking python3 (3.7.3-1) ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.98 Selecting previously unselected package libprotobuf17:amd64.
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.98 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
09:53:11 [2021-07-02T09:53:11.534Z] #44 53.99 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
09:53:12 [2021-07-02T09:53:12.106Z] #44 54.77 Selecting previously unselected package python3-pkg-resources.
09:53:12 [2021-07-02T09:53:12.106Z] #44 54.77 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
09:53:12 [2021-07-02T09:53:12.106Z] #44 54.77 Unpacking python3-pkg-resources (40.8.0-1) ...
09:53:12 [2021-07-02T09:53:12.106Z] #44 ...
09:53:12 [2021-07-02T09:53:12.106Z] 
09:53:12 [2021-07-02T09:53:12.106Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:53:12 [2021-07-02T09:53:12.106Z] #52 sha256:bf36b43d3c5ad77ff12c5ddaed9ef2549a4ef5fff6ebf1bf60b5bdc06e16cdbf
09:53:12 [2021-07-02T09:53:12.106Z] #52 45.07 internal/reflectlite
09:53:12 [2021-07-02T09:53:12.106Z] #52 45.08 sync
09:53:12 [2021-07-02T09:53:12.106Z] #52 47.58 sort
09:53:12 [2021-07-02T09:53:12.106Z] #52 47.59 errors
09:53:12 [2021-07-02T09:53:12.106Z] #52 48.02 io
09:53:12 [2021-07-02T09:53:12.106Z] #52 48.75 internal/oserror
09:53:12 [2021-07-02T09:53:12.106Z] #52 48.99 syscall
09:53:12 [2021-07-02T09:53:12.106Z] #52 49.55 bytes
09:53:12 [2021-07-02T09:53:12.106Z] #52 51.72 strconv
09:53:12 [2021-07-02T09:53:12.367Z] #52 ...
09:53:12 [2021-07-02T09:53:12.367Z] 
09:53:12 [2021-07-02T09:53:12.367Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:53:12 [2021-07-02T09:53:12.367Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:53:12 [2021-07-02T09:53:12.367Z] #44 54.98 Selecting previously unselected package python3-six.
09:53:12 [2021-07-02T09:53:12.367Z] #44 54.98 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
09:53:12 [2021-07-02T09:53:12.367Z] #44 54.99 Unpacking python3-six (1.12.0-1) ...
09:53:12 [2021-07-02T09:53:12.628Z] #44 55.09 Selecting previously unselected package python3-protobuf.
09:53:12 [2021-07-02T09:53:12.628Z] #44 55.10 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
09:53:12 [2021-07-02T09:53:12.628Z] #44 55.11 Unpacking python3-protobuf (3.6.1.3-2) ...
09:53:13 [2021-07-02T09:53:13.148Z] #44 55.65 Selecting previously unselected package libnet1:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #44 55.66 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #44 55.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:53:13 [2021-07-02T09:53:13.148Z] #44 55.81 Selecting previously unselected package libnl-3-200:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #44 55.81 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #44 55.84 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:53:13 [2021-07-02T09:53:13.148Z] #44 ...
09:53:13 [2021-07-02T09:53:13.148Z] 
09:53:13 [2021-07-02T09:53:13.148Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:53:13 [2021-07-02T09:53:13.148Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7
09:53:13 [2021-07-02T09:53:13.148Z] #36 46.09 Selecting previously unselected package libicu63:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #36 46.10 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 46.11 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 52.60 Selecting previously unselected package libxml2:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #36 52.64 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 52.64 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.28 Selecting previously unselected package libarchive13:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.28 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.28 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.53 Selecting previously unselected package libjsoncpp1:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.57 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.57 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.72 Selecting previously unselected package librhash0:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.72 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.76 Unpacking librhash0:amd64 (1.3.8-1) ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.88 Selecting previously unselected package libuv1:amd64.
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.93 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 53.93 Unpacking libuv1:amd64 (1.24.1-1) ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 54.09 Selecting previously unselected package cmake.
09:53:13 [2021-07-02T09:53:13.148Z] #36 54.09 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.148Z] #36 54.11 Unpacking cmake (3.13.4-1) ...
09:53:13 [2021-07-02T09:53:13.410Z] #36 ...
09:53:13 [2021-07-02T09:53:13.410Z] 
09:53:13 [2021-07-02T09:53:13.410Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:53:13 [2021-07-02T09:53:13.410Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:53:13 [2021-07-02T09:53:13.410Z] #44 55.95 Selecting previously unselected package libprotobuf-c1:amd64.
09:53:13 [2021-07-02T09:53:13.410Z] #44 55.97 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.410Z] #44 56.07 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:53:13 [2021-07-02T09:53:13.410Z] #44 56.12 Selecting previously unselected package criu.
09:53:13 [2021-07-02T09:53:13.410Z] #44 56.12 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
09:53:13 [2021-07-02T09:53:13.410Z] #44 56.12 Unpacking criu (3.15-1) ...
09:53:14 [2021-07-02T09:53:14.353Z] #44 56.94 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:53:14 [2021-07-02T09:53:14.353Z] #44 57.02 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:53:14 [2021-07-02T09:53:14.353Z] #44 57.05 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:53:14 [2021-07-02T09:53:14.353Z] #44 57.10 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
09:53:14 [2021-07-02T09:53:14.353Z] #44 57.13 Setting up libmpdec2:amd64 (2.4.2-2) ...
09:53:14 [2021-07-02T09:53:14.353Z] #44 57.15 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:53:14 [2021-07-02T09:53:14.613Z] #44 57.17 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
09:53:14 [2021-07-02T09:53:14.613Z] #44 57.19 Setting up python3.7 (3.7.3-2+deb10u3) ...
09:53:15 [2021-07-02T09:53:15.555Z] #44 ...
09:53:15 [2021-07-02T09:53:15.555Z] 
09:53:15 [2021-07-02T09:53:15.555Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:53:15 [2021-07-02T09:53:15.555Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.06 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.08 Setting up xxd (2:8.1.0875-5) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.13 Setting up libuv1:amd64 (1.24.1-1) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.13 Setting up vim-common (2:8.1.0875-5) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.19 Setting up librhash0:amd64 (1.3.8-1) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.19 Setting up cmake-data (3.13.4-1) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.25 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.30 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.34 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.37 Setting up cmake (3.13.4-1) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.39 Processing triggers for libc-bin (2.28-10) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 57.52 Processing triggers for mime-support (3.62) ...
09:53:15 [2021-07-02T09:53:15.555Z] #36 DONE 58.3s
09:53:15 [2021-07-02T09:53:15.555Z] 
09:53:15 [2021-07-02T09:53:15.555Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
09:53:15 [2021-07-02T09:53:15.555Z] #37 sha256:518d3ecfcb0a9cf7ee703780f2820ab6dceda43ab001618e032052e681970493
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.559 + RM_GOPATH=0
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.559 + TMP_GOPATH=
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.560 + : /build
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.560 + '[' -z '' ']'
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.563 ++ mktemp -d
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.567 + export GOPATH=/tmp/tmp.6OO0bQAuU2
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.567 + GOPATH=/tmp/tmp.6OO0bQAuU2
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.567 + RM_GOPATH=1
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.567 + case "$(go env GOARCH)" in
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.571 ++ go env GOARCH
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.597 + export GO_BUILDMODE=-buildmode=pie
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.597 + GO_BUILDMODE=-buildmode=pie
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.599 ++ dirname /tmp/install/install.sh
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.608 + dir=/tmp/install
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.619 + bin=tini
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.619 + shift
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.619 + '[' '!' -f /tmp/install/tini.installer ']'
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.620 + . /tmp/install/tini.installer
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.621 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.622 + install_tini
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.623 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.623 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.626 + git clone https://github.com/krallin/tini.git /tmp/tmp.6OO0bQAuU2/tini
09:53:19 [2021-07-02T09:53:19.765Z] #37 3.628 Cloning into '/tmp/tmp.6OO0bQAuU2/tini'...
09:53:19 [2021-07-02T09:53:19.765Z] #37 4.315 + cd /tmp/tmp.6OO0bQAuU2/tini
09:53:19 [2021-07-02T09:53:19.765Z] #37 4.315 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
09:53:19 [2021-07-02T09:53:19.765Z] #37 4.315 + cmake .
09:53:20 [2021-07-02T09:53:20.336Z] #37 4.817 -- The C compiler identification is GNU 8.3.0
09:53:20 [2021-07-02T09:53:20.336Z] #37 4.876 -- Check for working C compiler: /usr/bin/cc
09:53:20 [2021-07-02T09:53:20.907Z] #37 5.466 -- Check for working C compiler: /usr/bin/cc -- works
09:53:20 [2021-07-02T09:53:20.907Z] #37 5.476 -- Detecting C compiler ABI info
09:53:21 [2021-07-02T09:53:21.478Z] #37 6.181 -- Detecting C compiler ABI info - done
09:53:21 [2021-07-02T09:53:21.739Z] #37 6.231 -- Detecting C compile features
09:53:22 [2021-07-02T09:53:22.000Z] #37 ...
09:53:22 [2021-07-02T09:53:22.000Z] 
09:53:22 [2021-07-02T09:53:22.000Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:53:22 [2021-07-02T09:53:22.000Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:53:22 [2021-07-02T09:53:22.000Z] #46 54.80 bufio
09:53:22 [2021-07-02T09:53:22.000Z] #46 56.60 syscall
09:53:22 [2021-07-02T09:53:22.000Z] #46 64.62 internal/syscall/unix
09:53:22 [2021-07-02T09:53:22.000Z] #46 64.85 internal/poll
09:53:22 [2021-07-02T09:53:22.000Z] #46 ...
09:53:22 [2021-07-02T09:53:22.000Z] 
09:53:22 [2021-07-02T09:53:22.000Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:53:22 [2021-07-02T09:53:22.000Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:53:22 [2021-07-02T09:53:22.000Z] #44 62.66 Setting up python3 (3.7.3-1) ...
09:53:22 [2021-07-02T09:53:22.000Z] #44 63.44 Setting up python3-six (1.12.0-1) ...
09:53:22 [2021-07-02T09:53:22.000Z] #44 64.58 Setting up python3-pkg-resources (40.8.0-1) ...
09:53:22 [2021-07-02T09:53:22.261Z] #44 ...
09:53:22 [2021-07-02T09:53:22.261Z] 
09:53:22 [2021-07-02T09:53:22.261Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:53:22 [2021-07-02T09:53:22.261Z] #52 sha256:bf36b43d3c5ad77ff12c5ddaed9ef2549a4ef5fff6ebf1bf60b5bdc06e16cdbf
09:53:22 [2021-07-02T09:53:22.261Z] #52 55.31 reflect
09:53:22 [2021-07-02T09:53:22.261Z] #52 57.53 time
09:53:22 [2021-07-02T09:53:22.261Z] #52 64.09 context
09:53:22 [2021-07-02T09:53:22.261Z] #52 65.20 internal/poll
09:53:22 [2021-07-02T09:53:22.523Z] #52 ...
09:53:22 [2021-07-02T09:53:22.524Z] 
09:53:22 [2021-07-02T09:53:22.524Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:53:22 [2021-07-02T09:53:22.524Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:53:22 [2021-07-02T09:53:22.524Z] #46 65.32 internal/fmtsort
09:53:23 [2021-07-02T09:53:23.095Z] #46 65.80 internal/syscall/execenv
09:53:23 [2021-07-02T09:53:23.095Z] #46 65.94 path
09:53:23 [2021-07-02T09:53:23.666Z] #46 66.50 io/fs
09:53:23 [2021-07-02T09:53:23.666Z] #46 ...
09:53:23 [2021-07-02T09:53:23.666Z] 
09:53:23 [2021-07-02T09:53:23.666Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:23 [2021-07-02T09:53:23.666Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:23 [2021-07-02T09:53:23.666Z] #13 52.92 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:53:23 [2021-07-02T09:53:23.666Z] #13 52.92 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 53.00 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.35 Selecting previously unselected package binutils-mingw-w64.
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.35 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.36 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.55 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.64 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.79 Selecting previously unselected package dmsetup.
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.80 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.80 Unpacking dmsetup (2:1.02.155-3) ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.98 Selecting previously unselected package mingw-w64-common.
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.98 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
09:53:23 [2021-07-02T09:53:23.666Z] #13 55.98 Unpacking mingw-w64-common (6.0.0-3) ...
09:53:23 [2021-07-02T09:53:23.667Z] #13 61.47 Selecting previously unselected package mingw-w64-x86-64-dev.
09:53:23 [2021-07-02T09:53:23.667Z] #13 61.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
09:53:23 [2021-07-02T09:53:23.667Z] #13 61.50 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
09:53:23 [2021-07-02T09:53:23.667Z] #13 ...
09:53:23 [2021-07-02T09:53:23.667Z] 
09:53:23 [2021-07-02T09:53:23.667Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
09:53:23 [2021-07-02T09:53:23.667Z] #37 sha256:518d3ecfcb0a9cf7ee703780f2820ab6dceda43ab001618e032052e681970493
09:53:23 [2021-07-02T09:53:23.667Z] #37 8.310 -- Detecting C compile features - done
09:53:23 [2021-07-02T09:53:23.667Z] #37 8.359 -- Performing Test HAS_BUILTIN_FORTIFY
09:53:24 [2021-07-02T09:53:24.241Z] #37 8.669 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:53:24 [2021-07-02T09:53:24.241Z] #37 8.774 -- Configuring done
09:53:24 [2021-07-02T09:53:24.241Z] #37 8.807 -- Generating done
09:53:24 [2021-07-02T09:53:24.241Z] #37 8.809 -- Build files have been written to: /tmp/tmp.6OO0bQAuU2/tini
09:53:24 [2021-07-02T09:53:24.241Z] #37 8.827 + make tini-static
09:53:24 [2021-07-02T09:53:24.815Z] #37 9.295 Scanning dependencies of target tini-static
09:53:24 [2021-07-02T09:53:24.815Z] #37 9.480 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:53:26 [2021-07-02T09:53:26.246Z] #37 10.95 [100%] Linking C executable tini-static
09:53:26 [2021-07-02T09:53:26.815Z] #37 11.54 [100%] Built target tini-static
09:53:27 [2021-07-02T09:53:27.075Z] #37 11.59 + mkdir -p /build
09:53:27 [2021-07-02T09:53:27.075Z] #37 11.59 + cp tini-static /build/docker-init
09:53:27 [2021-07-02T09:53:27.645Z] #37 DONE 12.3s
09:53:27 [2021-07-02T09:53:27.645Z] 
09:53:27 [2021-07-02T09:53:27.645Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:53:27 [2021-07-02T09:53:27.645Z] #52 sha256:bf36b43d3c5ad77ff12c5ddaed9ef2549a4ef5fff6ebf1bf60b5bdc06e16cdbf
09:53:27 [2021-07-02T09:53:27.645Z] #52 67.36 encoding/binary
09:53:27 [2021-07-02T09:53:27.645Z] #52 67.73 os
09:53:27 [2021-07-02T09:53:27.645Z] #52 69.74 encoding/base64
09:53:27 [2021-07-02T09:53:27.645Z] #52 70.33 golang.org/x/sys/unix
09:53:29 [2021-07-02T09:53:29.554Z] #52 72.39 fmt
09:53:29 [2021-07-02T09:53:29.814Z] #52 ...
09:53:29 [2021-07-02T09:53:29.814Z] 
09:53:29 [2021-07-02T09:53:29.814Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
09:53:29 [2021-07-02T09:53:29.814Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6
09:53:29 [2021-07-02T09:53:29.814Z] #44 66.23 Setting up python3-protobuf (3.6.1.3-2) ...
09:53:29 [2021-07-02T09:53:29.814Z] #44 69.91 Setting up criu (3.15-1) ...
09:53:29 [2021-07-02T09:53:29.814Z] #44 71.94 Processing triggers for libc-bin (2.28-10) ...
09:53:29 [2021-07-02T09:53:29.814Z] #44 72.00 Processing triggers for mime-support (3.62) ...
09:53:29 [2021-07-02T09:53:29.814Z] #44 DONE 72.5s
09:53:29 [2021-07-02T09:53:29.814Z] 
09:53:29 [2021-07-02T09:53:29.814Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:29 [2021-07-02T09:53:29.814Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:29 [2021-07-02T09:53:29.814Z] #13 67.51 Selecting previously unselected package gcc-mingw-w64-base.
09:53:29 [2021-07-02T09:53:29.814Z] #13 67.53 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:53:29 [2021-07-02T09:53:29.814Z] #13 67.53 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:53:29 [2021-07-02T09:53:29.814Z] #13 67.69 Selecting previously unselected package gcc-mingw-w64-x86-64.
09:53:29 [2021-07-02T09:53:29.814Z] #13 67.71 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:53:29 [2021-07-02T09:53:29.814Z] #13 67.71 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:53:35 [2021-07-02T09:53:35.097Z] #13 ...
09:53:35 [2021-07-02T09:53:35.097Z] 
09:53:35 [2021-07-02T09:53:35.097Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:53:35 [2021-07-02T09:53:35.097Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:53:35 [2021-07-02T09:53:35.097Z] #46 67.58 regexp/syntax
09:53:35 [2021-07-02T09:53:35.097Z] #46 67.73 os
09:53:35 [2021-07-02T09:53:35.097Z] #46 72.07 regexp
09:53:35 [2021-07-02T09:53:35.097Z] #46 72.72 fmt
09:53:35 [2021-07-02T09:53:35.097Z] #46 75.78 path/filepath
09:53:35 [2021-07-02T09:53:35.097Z] #46 76.69 flag
09:53:35 [2021-07-02T09:53:35.097Z] #46 77.29 go/token
09:53:35 [2021-07-02T09:53:35.357Z] #46 78.19 go/scanner
09:53:35 [2021-07-02T09:53:35.357Z] #46 78.28 internal/lazyregexp
09:53:35 [2021-07-02T09:53:35.929Z] #46 78.66 net/url
09:53:36 [2021-07-02T09:53:36.500Z] #46 79.54 go/ast
09:53:37 [2021-07-02T09:53:37.890Z] #46 80.60 text/template/parse
09:53:40 [2021-07-02T09:53:40.433Z] #46 ...
09:53:40 [2021-07-02T09:53:40.433Z] 
09:53:40 [2021-07-02T09:53:40.433Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:53:40 [2021-07-02T09:53:40.433Z] #52 sha256:bf36b43d3c5ad77ff12c5ddaed9ef2549a4ef5fff6ebf1bf60b5bdc06e16cdbf
09:53:40 [2021-07-02T09:53:40.433Z] #52 75.95 encoding/json
09:53:40 [2021-07-02T09:53:40.433Z] #52 79.75 github.com/pkg/diff
09:53:40 [2021-07-02T09:53:40.433Z] #52 80.98 go/ast
09:53:40 [2021-07-02T09:53:40.433Z] #52 81.22 golang.org/x/crypto/ssh/terminal
09:53:40 [2021-07-02T09:53:40.433Z] #52 82.39 io/ioutil
09:53:40 [2021-07-02T09:53:40.433Z] #52 82.84 mvdan.cc/editorconfig
09:53:40 [2021-07-02T09:53:40.433Z] #52 ...
09:53:40 [2021-07-02T09:53:40.433Z] 
09:53:40 [2021-07-02T09:53:40.433Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:53:40 [2021-07-02T09:53:40.433Z] #57 sha256:7f816fbacc6e83623032d6f12368a5f916a5f43f7b966dc32cd3f5d271c701eb
09:53:41 [2021-07-02T09:53:41.475Z] #57 42.75 Checking out files:  51% (2105/4071)   
Checking out files:  52% (2117/4071)   
Checking out files:  53% (2158/4071)   
Checking out files:  54% (2199/4071)   
Checking out files:  55% (2240/4071)   
Checking out files:  56% (2280/4071)   
Checking out files:  57% (2321/4071)   
Checking out files:  58% (2362/4071)   
Checking out files:  59% (2402/4071)   
Checking out files:  60% (2443/4071)   
Checking out files:  61% (2484/4071)   
Checking out files:  62% (2525/4071)   
Checking out files:  63% (2565/4071)   
Checking out files:  64% (2606/4071)   
Checking out files:  65% (2647/4071)   
Checking out files:  66% (2687/4071)   
Checking out files:  67% (2728/4071)   
Checking out files:  68% (2769/4071)   
Checking out files:  69% (2809/4071)   
Checking out files:  70% (2850/4071)   
Checking out files:  71% (2891/4071)   
Checking out files:  72% (2932/4071)   
Checking out files:  73% (2972/4071)   
Checking out files:  74% (3013/4071)   
Checking out files:  75% (3054/4071)   
Checking out files:  76% (3094/4071)   
Checking out files:  77% (3135/4071)   
Checking out files:  78% (3176/4071)   
Checking out files:  79% (3217/4071)   
Checking out files:  80% (3257/4071)   
Checking out files:  81% (3298/4071)   
Checking out files:  82% (3339/4071)   
Checking out files:  83% (3379/4071)   
Checking out files:  84% (3420/4071)   
Checking out files:  85% (3461/4071)   
Checking out files:  86% (3502/4071)   
Checking out files:  87% (3542/4071)   
Checking out files:  88% (3583/4071)   
Checking out files:  89% (3624/4071)   
Checking out files:  90% (3664/4071)   
Checking out files:  91% (3705/4071)   
Checking out files:  92% (3746/4071)   
Checking out files:  92% (3770/4071)   
Checking out files:  93% (3787/4071)   
Checking out files:  94% (3827/4071)   
Checking out files:  95% (3868/4071)   
Checking out files:  96% (3909/4071)   
Checking out files:  97% (3949/4071)   
Checking out files:  98% (3990/4071)   
Checking out files:  99% (4031/4071)   
Checking out files: 100% (4071/4071)   
Checking out files: 100% (4071/4071), done.
09:53:41 [2021-07-02T09:53:41.475Z] #57 43.94 + cd /tmp/tmp.0SI7W1x2il/src/github.com/containerd/containerd
09:53:41 [2021-07-02T09:53:41.475Z] #57 43.95 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a
09:53:42 [2021-07-02T09:53:42.046Z] #57 44.67 + export 'BUILDTAGS=netgo osusergo static_build'
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + BUILDTAGS='netgo osusergo static_build'
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + export EXTRA_FLAGS=-buildmode=pie
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + EXTRA_FLAGS=-buildmode=pie
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + '[' '' = dynamic ']'
09:53:42 [2021-07-02T09:53:42.307Z] #57 44.67 + make
09:53:43 [2021-07-02T09:53:43.690Z] #57 46.16 + bin/ctr
09:53:48 [2021-07-02T09:53:48.977Z] #57 ...
09:53:48 [2021-07-02T09:53:48.977Z] 
09:53:48 [2021-07-02T09:53:48.977Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:53:48 [2021-07-02T09:53:48.977Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:53:48 [2021-07-02T09:53:48.977Z] #13 88.07 Selecting previously unselected package g++-mingw-w64-x86-64.
09:53:48 [2021-07-02T09:53:48.977Z] #13 88.07 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:53:48 [2021-07-02T09:53:48.977Z] #13 88.08 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:53:50 [2021-07-02T09:53:50.362Z] #13 ...
09:53:50 [2021-07-02T09:53:50.362Z] 
09:53:50 [2021-07-02T09:53:50.362Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:53:50 [2021-07-02T09:53:50.362Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:53:50 [2021-07-02T09:53:50.362Z] #46 83.23 go/parser
09:53:50 [2021-07-02T09:53:50.362Z] #46 85.23 text/template
09:53:50 [2021-07-02T09:53:50.362Z] #46 86.97 log
09:53:50 [2021-07-02T09:53:50.362Z] #46 87.75 encoding/xml
09:53:50 [2021-07-02T09:53:50.362Z] #46 89.92 go/doc
09:53:50 [2021-07-02T09:53:50.362Z] #46 92.90 github.com/LK4D4/vndr/versioned
09:53:50 [2021-07-02T09:53:50.362Z] #46 93.04 compress/flate
09:53:50 [2021-07-02T09:53:50.362Z] #46 93.35 github.com/LK4D4/vndr/build
09:53:50 [2021-07-02T09:53:50.622Z] #46 ...
09:53:50 [2021-07-02T09:53:50.622Z] 
09:53:50 [2021-07-02T09:53:50.622Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:53:50 [2021-07-02T09:53:50.622Z] #52 sha256:bf36b43d3c5ad77ff12c5ddaed9ef2549a4ef5fff6ebf1bf60b5bdc06e16cdbf
09:53:50 [2021-07-02T09:53:50.622Z] #52 83.85 mvdan.cc/sh/v3/fileutil
09:53:50 [2021-07-02T09:53:50.622Z] #52 84.03 text/tabwriter
09:53:50 [2021-07-02T09:53:50.622Z] #52 84.71 mvdan.cc/sh/v3/syntax
09:53:50 [2021-07-02T09:53:50.622Z] #52 90.22 mvdan.cc/sh/v3/cmd/shfmt
09:53:50 [2021-07-02T09:53:50.622Z] #52 DONE 93.5s
09:53:50 [2021-07-02T09:53:50.883Z] 
09:53:50 [2021-07-02T09:53:50.883Z] #32 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:53:50 [2021-07-02T09:53:50.883Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa
09:53:52 [2021-07-02T09:53:52.266Z] #32 ...
09:53:52 [2021-07-02T09:53:52.266Z] 
09:53:52 [2021-07-02T09:53:52.266Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:53:52 [2021-07-02T09:53:52.266Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:53:52 [2021-07-02T09:53:52.266Z] #46 95.25 hash/crc32
09:53:52 [2021-07-02T09:53:52.841Z] #46 95.81 compress/gzip
09:53:53 [2021-07-02T09:53:53.784Z] #46 96.45 crypto/x509/pkix
09:53:53 [2021-07-02T09:53:53.784Z] #46 96.67 net
09:53:54 [2021-07-02T09:53:54.044Z] #46 96.97 vendor/golang.org/x/crypto/chacha20
09:53:54 [2021-07-02T09:53:54.617Z] #46 97.43 vendor/golang.org/x/crypto/poly1305
09:53:54 [2021-07-02T09:53:54.879Z] #46 97.97 vendor/golang.org/x/sys/cpu
09:53:55 [2021-07-02T09:53:55.825Z] #46 98.49 vendor/golang.org/x/crypto/chacha20poly1305
09:53:56 [2021-07-02T09:53:56.766Z] #46 99.52 vendor/golang.org/x/crypto/curve25519
09:53:57 [2021-07-02T09:53:57.338Z] #46 100.1 vendor/golang.org/x/crypto/hkdf
09:53:57 [2021-07-02T09:53:57.338Z] #46 100.2 vendor/golang.org/x/text/transform
09:53:57 [2021-07-02T09:53:57.909Z] #46 100.9 vendor/golang.org/x/text/unicode/bidi
09:53:59 [2021-07-02T09:53:59.293Z] #46 102.3 vendor/golang.org/x/text/secure/bidirule
09:53:59 [2021-07-02T09:53:59.554Z] #46 102.5 vendor/golang.org/x/text/unicode/norm
09:54:02 [2021-07-02T09:54:02.097Z] #46 ...
09:54:02 [2021-07-02T09:54:02.097Z] 
09:54:02 [2021-07-02T09:54:02.097Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
09:54:02 [2021-07-02T09:54:02.097Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d
09:54:02 [2021-07-02T09:54:02.097Z] #13 101.4 Selecting previously unselected package libapparmor1:amd64.
09:54:02 [2021-07-02T09:54:02.097Z] #13 101.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.097Z] #13 101.4 Unpacking libapparmor1:amd64 (2.13.2-10) ...
09:54:02 [2021-07-02T09:54:02.097Z] #13 101.5 Selecting previously unselected package libapparmor-dev:amd64.
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.6 Selecting previously unselected package libbtrfs0.
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.7 Unpacking libbtrfs0 (4.20.1-2) ...
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.7 Selecting previously unselected package libbtrfs-dev.
09:54:02 [2021-07-02T09:54:02.358Z] #13 101.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.618Z] #13 101.8 Unpacking libbtrfs-dev (4.20.1-2) ...
09:54:02 [2021-07-02T09:54:02.619Z] #13 101.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:54:02 [2021-07-02T09:54:02.619Z] #13 101.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.619Z] #13 101.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:54:02 [2021-07-02T09:54:02.619Z] #13 101.9 Selecting previously unselected package libudev-dev:amd64.
09:54:02 [2021-07-02T09:54:02.619Z] #13 101.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.619Z] #13 102.0 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
09:54:02 [2021-07-02T09:54:02.879Z] #13 102.1 Selecting previously unselected package libsepol1-dev:amd64.
09:54:02 [2021-07-02T09:54:02.879Z] #13 102.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
09:54:02 [2021-07-02T09:54:02.879Z] #13 102.1 Unpacking libsepol1-dev:amd64 (2.8-1) ...
09:54:03 [2021-07-02T09:54:03.140Z] #13 102.4 Selecting previously unselected package libpcre16-3:amd64.
09:54:03 [2021-07-02T09:54:03.140Z] #13 102.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
09:54:03 [2021-07-02T09:54:03.140Z] #13 102.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
09:54:03 [2021-07-02T09:54:03.401Z] #13 102.6 Selecting previously unselected package libpcre32-3:amd64.
09:54:03 [2021-07-02T09:54:03.401Z] #13 102.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
09:54:03 [2021-07-02T09:54:03.401Z] #13 102.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
09:54:03 [2021-07-02T09:54:03.661Z] #13 102.8 Selecting previously unselected package libpcrecpp0v5:amd64.
09:54:03 [2021-07-02T09:54:03.661Z] #13 102.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
09:54:03 [2021-07-02T09:54:03.661Z] #13 102.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
09:54:03 [2021-07-02T09:54:03.661Z] #13 102.9 Selecting previously unselected package libpcre3-dev:amd64.
09:54:03 [2021-07-02T09:54:03.661Z] #13 102.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
09:54:03 [2021-07-02T09:54:03.661Z] #13 102.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
09:54:04 [2021-07-02T09:54:04.233Z] #13 103.4 Selecting previously unselected package libselinux1-dev:amd64.
09:54:04 [2021-07-02T09:54:04.233Z] #13 103.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
09:54:04 [2021-07-02T09:54:04.233Z] #13 103.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
09:54:04 [2021-07-02T09:54:04.233Z] #13 103.6 Selecting previously unselected package libdevmapper-dev:amd64.
09:54:04 [2021-07-02T09:54:04.233Z] #13 103.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
09:54:04 [2021-07-02T09:54:04.233Z] #13 103.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:54:04 [2021-07-02T09:54:04.494Z] #13 103.7 Selecting previously unselected package libseccomp-dev:amd64.
09:54:04 [2021-07-02T09:54:04.494Z] #13 103.7 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
09:54:04 [2021-07-02T09:54:04.494Z] #13 103.7 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:54:04 [2021-07-02T09:54:04.754Z] #13 103.9 Selecting previously unselected package libsystemd-dev:amd64.
09:54:04 [2021-07-02T09:54:04.754Z] #13 103.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
09:54:04 [2021-07-02T09:54:04.754Z] #13 103.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
09:54:05 [2021-07-02T09:54:05.015Z] #13 104.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.5 Setting up libpcre16-3:amd64 (2:8.39-12) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.5 Setting up libsepol1-dev:amd64 (2.8-1) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.5 Setting up libbtrfs0 (4.20.1-2) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.5 Setting up libpcre32-3:amd64 (2:8.39-12) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.6 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.6 Setting up libbtrfs-dev (4.20.1-2) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.6 Setting up mingw-w64-common (6.0.0-3) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 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
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 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
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
09:54:05 [2021-07-02T09:54:05.277Z] #13 104.7 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
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Setting up dmsetup (2:1.02.155-3) ...
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:54:05 [2021-07-02T09:54:05.537Z] #13 104.8 Processing triggers for libc-bin (2.28-10) ...
09:54:06 [2021-07-02T09:54:06.921Z] #13 DONE 106.1s
09:54:06 [2021-07-02T09:54:06.921Z] 
09:54:06 [2021-07-02T09:54:06.921Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
09:54:06 [2021-07-02T09:54:06.921Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a
09:54:08 [2021-07-02T09:54:08.835Z] #14 ...
09:54:08 [2021-07-02T09:54:08.835Z] 
09:54:08 [2021-07-02T09:54:08.835Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
09:54:08 [2021-07-02T09:54:08.835Z] #59 sha256:18079e42e1ba29106cc5d208e4cf4292aa2ea33735e9d410cc2d8715756f13c8
09:54:08 [2021-07-02T09:54:08.835Z] #59 106.6 + for f in rootlesskit rootlesskit-docker-proxy
09:54:08 [2021-07-02T09:54:08.835Z] #59 106.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
09:54:08 [2021-07-02T09:54:08.835Z] #59 DONE 111.7s
09:54:09 [2021-07-02T09:54:09.095Z] 
09:54:09 [2021-07-02T09:54:09.095Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
09:54:09 [2021-07-02T09:54:09.095Z] #60 sha256:2a179d6929f4fc7667645890b2c1d6e575839535970f250384079c7cacf5afcc
09:54:09 [2021-07-02T09:54:09.095Z] #60 DONE 0.2s
09:54:09 [2021-07-02T09:54:09.095Z] 
09:54:09 [2021-07-02T09:54:09.095Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:54:09 [2021-07-02T09:54:09.095Z] #61 sha256:f7d379c1da9957dbfab9e059a45b93eb21df5bf083d6d7a85366f1e6ee9fae3c
09:54:09 [2021-07-02T09:54:09.095Z] #61 DONE 0.1s
09:54:09 [2021-07-02T09:54:09.095Z] 
09:54:09 [2021-07-02T09:54:09.095Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:54:09 [2021-07-02T09:54:09.095Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:54:09 [2021-07-02T09:54:09.095Z] #46 105.9 vendor/golang.org/x/net/idna
09:54:09 [2021-07-02T09:54:09.095Z] #46 107.7 vendor/golang.org/x/net/http2/hpack
09:54:09 [2021-07-02T09:54:09.095Z] #46 108.6 mime
09:54:09 [2021-07-02T09:54:09.095Z] #46 110.2 mime/quotedprintable
09:54:09 [2021-07-02T09:54:09.095Z] #46 110.6 net/http/internal
09:54:10 [2021-07-02T09:54:10.482Z] #46 113.4 crypto/tls
09:54:11 [2021-07-02T09:54:11.423Z] #46 ...
09:54:11 [2021-07-02T09:54:11.423Z] 
09:54:11 [2021-07-02T09:54:11.423Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
09:54:11 [2021-07-02T09:54:11.423Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a
09:54:11 [2021-07-02T09:54:11.423Z] #14 DONE 4.4s
09:54:11 [2021-07-02T09:54:11.423Z] 
09:54:11 [2021-07-02T09:54:11.423Z] #15 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
09:54:11 [2021-07-02T09:54:11.423Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf
09:54:15 [2021-07-02T09:54:15.636Z] #15 DONE 3.9s
09:54:15 [2021-07-02T09:54:15.636Z] 
09:54:15 [2021-07-02T09:54:15.636Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:54:15 [2021-07-02T09:54:15.636Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a
09:54:17 [2021-07-02T09:54:17.088Z] #16 ...
09:54:17 [2021-07-02T09:54:17.088Z] 
09:54:17 [2021-07-02T09:54:17.088Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
09:54:17 [2021-07-02T09:54:17.088Z] #54 sha256:09b412c4422a76237997e33c4c6cc5a8d83bfe1bdb82978db27214942be33409
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + RM_GOPATH=0
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + TMP_GOPATH=
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + : /build
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + '[' -z '' ']'
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 ++ mktemp -d
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + export GOPATH=/tmp/tmp.b4Kwif5p8I
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + GOPATH=/tmp/tmp.b4Kwif5p8I
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + RM_GOPATH=1
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 + case "$(go env GOARCH)" in
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.428 ++ go env GOARCH
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.453 + export GO_BUILDMODE=-buildmode=pie
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.453 + GO_BUILDMODE=-buildmode=pie
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 ++ dirname /tmp/install/install.sh
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + dir=/tmp/install
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + bin=runc
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + shift
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + '[' '!' -f /tmp/install/runc.installer ']'
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + . /tmp/install/runc.installer
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + install_runc
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + grep -q '^3\.10\.0.*\.el7\.'
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + uname -r
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + RUNC_BUILDTAGS='seccomp '
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )'
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.b4Kwif5p8I/src/github.com/opencontainers/runc
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.501 Cloning into '/tmp/tmp.b4Kwif5p8I/src/github.com/opencontainers/runc'...
09:54:17 [2021-07-02T09:54:17.088Z] #54 4.524 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )
09:54:17 [2021-07-02T09:54:17.088Z] #54 ...
09:54:17 [2021-07-02T09:54:17.088Z] 
09:54:17 [2021-07-02T09:54:17.088Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:54:17 [2021-07-02T09:54:17.088Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:54:17 [2021-07-02T09:54:17.088Z] #46 119.9 net/http/httptrace
09:54:17 [2021-07-02T09:54:17.681Z] #46 120.3 net/http
09:54:18 [2021-07-02T09:54:18.262Z] #46 ...
09:54:18 [2021-07-02T09:54:18.262Z] 
09:54:18 [2021-07-02T09:54:18.262Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:54:18 [2021-07-02T09:54:18.262Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a
09:54:18 [2021-07-02T09:54:18.262Z] #16 3.088 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:54:18 [2021-07-02T09:54:18.262Z] #16 DONE 3.1s
09:54:18 [2021-07-02T09:54:18.522Z] 
09:54:18 [2021-07-02T09:54:18.522Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:54:18 [2021-07-02T09:54:18.522Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3
09:54:21 [2021-07-02T09:54:21.064Z] #17 DONE 2.4s
09:54:21 [2021-07-02T09:54:21.064Z] 
09:54:21 [2021-07-02T09:54:21.064Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:54:21 [2021-07-02T09:54:21.064Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d
09:54:22 [2021-07-02T09:54:22.974Z] #18 DONE 2.3s
09:54:22 [2021-07-02T09:54:22.974Z] 
09:54:22 [2021-07-02T09:54:22.974Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
09:54:22 [2021-07-02T09:54:22.974Z] #54 sha256:09b412c4422a76237997e33c4c6cc5a8d83bfe1bdb82978db27214942be33409
09:54:22 [2021-07-02T09:54:22.974Z] #54 13.13 + cd /tmp/tmp.b4Kwif5p8I/src/github.com/opencontainers/runc
09:54:22 [2021-07-02T09:54:22.974Z] #54 13.13 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301
09:54:22 [2021-07-02T09:54:22.974Z] #54 13.55 + '[' -z '' ']'
09:54:22 [2021-07-02T09:54:22.974Z] #54 13.56 + target=static
09:54:22 [2021-07-02T09:54:22.974Z] #54 13.56 + make 'BUILDTAGS=seccomp ' static
09:54:22 [2021-07-02T09:54:22.974Z] #54 13.87 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc .
09:54:25 [2021-07-02T09:54:25.513Z] #54 ...
09:54:25 [2021-07-02T09:54:25.514Z] 
09:54:25 [2021-07-02T09:54:25.514Z] #19 [dev-systemd-false  6/25] RUN ldconfig
09:54:25 [2021-07-02T09:54:25.514Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2
09:54:25 [2021-07-02T09:54:25.514Z] #19 DONE 2.1s
09:54:25 [2021-07-02T09:54:25.514Z] 
09:54:25 [2021-07-02T09:54:25.514Z] #20 [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             aufs-tools             bash-completion             bzip2             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
09:54:25 [2021-07-02T09:54:25.514Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6
09:54:28 [2021-07-02T09:54:28.054Z] #20 2.762 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:54:28 [2021-07-02T09:54:28.054Z] #20 2.774 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
09:54:28 [2021-07-02T09:54:28.054Z] #20 2.796 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:54:28 [2021-07-02T09:54:28.054Z] #20 2.816 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:54:28 [2021-07-02T09:54:28.315Z] #20 3.289 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
09:54:29 [2021-07-02T09:54:29.254Z] #20 4.215 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:54:30 [2021-07-02T09:54:30.637Z] #20 5.255 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
09:54:31 [2021-07-02T09:54:31.578Z] #20 6.534 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
09:54:34 [2021-07-02T09:54:34.883Z] #20 ...
09:54:34 [2021-07-02T09:54:34.883Z] 
09:54:34 [2021-07-02T09:54:34.883Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:54:34 [2021-07-02T09:54:34.883Z] #46 sha256:58497a71b35f15b23d7d65a736ce546424fcf9dae9066693d470cb0dd9e38309
09:54:34 [2021-07-02T09:54:34.883Z] #46 132.3 github.com/LK4D4/vndr/godl
09:54:34 [2021-07-02T09:54:34.883Z] #46 133.1 github.com/LK4D4/vndr
09:54:34 [2021-07-02T09:54:34.883Z] #46 DONE 137.4s
09:54:34 [2021-07-02T09:54:34.883Z] 
09:54:34 [2021-07-02T09:54:34.883Z] #32 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:54:34 [2021-07-02T09:54:34.883Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa
09:54:34 [2021-07-02T09:54:34.883Z] #32 DONE 137.3s
09:54:34 [2021-07-02T09:54:34.883Z] 
09:54:34 [2021-07-02T09:54:34.883Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:54:34 [2021-07-02T09:54:34.883Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7
09:54:36 [2021-07-02T09:54:36.265Z] #40 ...
09:54:36 [2021-07-02T09:54:36.265Z] 
09:54:36 [2021-07-02T09:54:36.265Z] #20 [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             aufs-tools             bash-completion             bzip2             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
09:54:36 [2021-07-02T09:54:36.265Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6
09:54:36 [2021-07-02T09:54:36.265Z] #20 11.22 Fetched 8986 kB in 9s (1034 kB/s)
09:54:39 [2021-07-02T09:54:39.561Z] #20 11.22 Reading package lists...
09:54:42 [2021-07-02T09:54:42.102Z] #20 14.36 Reading package lists...
09:54:43 [2021-07-02T09:54:43.043Z] #20 17.16 Building dependency tree...
09:54:43 [2021-07-02T09:54:43.303Z] #20 18.33 libcap2-bin is already the newest version (1:2.25-2).
09:54:43 [2021-07-02T09:54:43.303Z] #20 18.33 The following additional packages will be installed:
09:54:43 [2021-07-02T09:54:43.563Z] #20 18.33   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   python3.7 python3.7-minimal vim-runtime xxd
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33 Suggested packages:
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   quota
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33 Recommended packages:
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   aufs-dkms nftables build-essential python3-dev python3-keyring
09:54:43 [2021-07-02T09:54:43.564Z] #20 18.33   python3-keyrings.alt python3-xdg unzip
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.54 The following NEW packages will be installed:
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.56   xz-utils zip
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.90 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.90 Need to get 28.6 MB of archives.
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.90 After this operation, 116 MB of additional disk space will be used.
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
09:54:44 [2021-07-02T09:54:44.944Z] #20 19.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
09:54:45 [2021-07-02T09:54:45.203Z] #20 20.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.18 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.20 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.22 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.23 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.24 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.24 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.25 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.30 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
09:54:45 [2021-07-02T09:54:45.204Z] #20 20.30 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:54:45 [2021-07-02T09:54:45.464Z] #20 20.31 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:54:45 [2021-07-02T09:54:45.464Z] #20 20.31 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:54:45 [2021-07-02T09:54:45.464Z] #20 20.31 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
09:54:45 [2021-07-02T09:54:45.464Z] #20 20.31 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
09:54:45 [2021-07-02T09:54:45.464Z] #20 20.32 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.70 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.72 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.72 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.73 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.73 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.74 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.80 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.81 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.82 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
09:54:45 [2021-07-02T09:54:45.727Z] #20 20.83 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
09:54:45 [2021-07-02T09:54:45.987Z] #20 20.83 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
09:54:45 [2021-07-02T09:54:45.987Z] #20 20.85 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
09:54:45 [2021-07-02T09:54:45.987Z] #20 20.86 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
09:54:45 [2021-07-02T09:54:45.987Z] #20 20.92 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
09:54:45 [2021-07-02T09:54:45.987Z] #20 20.94 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
09:54:45 [2021-07-02T09:54:45.987Z] #20 20.94 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
09:54:46 [2021-07-02T09:54:46.557Z] #20 21.27 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
09:54:46 [2021-07-02T09:54:46.557Z] #20 21.31 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
09:54:46 [2021-07-02T09:54:46.557Z] #20 21.34 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
09:54:47 [2021-07-02T09:54:47.127Z] #20 21.93 debconf: delaying package configuration, since apt-utils is not installed
09:54:47 [2021-07-02T09:54:47.127Z] #20 22.02 Fetched 28.6 MB in 2s (16.6 MB/s)
09:54:47 [2021-07-02T09:54:47.127Z] #20 22.08 Selecting previously unselected package pigz.
09:54:47 [2021-07-02T09:54:47.127Z] #20 22.08 (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 ... 23446 files and directories currently installed.)
09:54:47 [2021-07-02T09:54:47.127Z] #20 22.12 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
09:54:47 [2021-07-02T09:54:47.127Z] #20 22.12 Unpacking pigz (2.4-1) ...
09:54:47 [2021-07-02T09:54:47.127Z] #20 22.20 Selecting previously unselected package libpython3.7-minimal:amd64.
09:54:47 [2021-07-02T09:54:47.387Z] #20 22.20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:54:47 [2021-07-02T09:54:47.387Z] #20 22.21 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:54:47 [2021-07-02T09:54:47.647Z] #20 22.59 Selecting previously unselected package python3.7-minimal.
09:54:47 [2021-07-02T09:54:47.647Z] #20 22.61 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:54:47 [2021-07-02T09:54:47.647Z] #20 22.62 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
09:54:48 [2021-07-02T09:54:48.216Z] #20 23.28 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:54:48 [2021-07-02T09:54:48.216Z] #20 23.32 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.01 Selecting previously unselected package python3-minimal.
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.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 ... 23695 files and directories currently installed.)
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.08 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.09 Unpacking python3-minimal (3.7.3-1) ...
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.16 Selecting previously unselected package libmpdec2:amd64.
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.16 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
09:54:50 [2021-07-02T09:54:50.127Z] #20 25.18 Unpacking libmpdec2:amd64 (2.4.2-2) ...
09:54:50 [2021-07-02T09:54:50.387Z] #20 25.26 Selecting previously unselected package libpython3.7-stdlib:amd64.
09:54:50 [2021-07-02T09:54:50.387Z] #20 25.27 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
09:54:50 [2021-07-02T09:54:50.387Z] #20 25.27 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.03 Selecting previously unselected package python3.7.
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.04 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.04 Unpacking python3.7 (3.7.3-2+deb10u3) ...
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.16 Selecting previously unselected package libpython3-stdlib:amd64.
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.16 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.17 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
09:54:51 [2021-07-02T09:54:51.329Z] #20 26.23 Setting up python3-minimal (3.7.3-1) ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 26.92 Selecting previously unselected package python3.
09:54:52 [2021-07-02T09:54:52.270Z] #20 26.92 (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 ... 24107 files and directories currently installed.)
09:54:52 [2021-07-02T09:54:52.270Z] #20 26.98 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.00 Unpacking python3 (3.7.3-1) ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.07 Selecting previously unselected package libip4tc0:amd64.
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.07 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.08 Unpacking libip4tc0:amd64 (1.8.2-4) ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.15 Selecting previously unselected package libip6tc0:amd64.
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.15 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.16 Unpacking libip6tc0:amd64 (1.8.2-4) ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.24 Selecting previously unselected package libiptc0:amd64.
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.24 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.26 Unpacking libiptc0:amd64 (1.8.2-4) ...
09:54:52 [2021-07-02T09:54:52.270Z] #20 27.34 Selecting previously unselected package libnfnetlink0:amd64.
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.35 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.40 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.40 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.41 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.47 Selecting previously unselected package libnftnl11:amd64.
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.47 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.48 Unpacking libnftnl11:amd64 (1.1.2-2) ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.56 Selecting previously unselected package iptables.
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.56 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
09:54:52 [2021-07-02T09:54:52.531Z] #20 27.57 Unpacking iptables (1.8.2-4) ...
09:54:53 [2021-07-02T09:54:53.102Z] #20 27.85 Selecting previously unselected package xxd.
09:54:53 [2021-07-02T09:54:53.102Z] #20 27.85 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
09:54:53 [2021-07-02T09:54:53.102Z] #20 27.86 Unpacking xxd (2:8.1.0875-5) ...
09:54:53 [2021-07-02T09:54:53.102Z] #20 27.95 Selecting previously unselected package vim-common.
09:54:53 [2021-07-02T09:54:53.102Z] #20 27.96 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
09:54:53 [2021-07-02T09:54:53.102Z] #20 27.99 Unpacking vim-common (2:8.1.0875-5) ...
09:54:53 [2021-07-02T09:54:53.102Z] #20 28.15 Selecting previously unselected package bash-completion.
09:54:53 [2021-07-02T09:54:53.102Z] #20 28.15 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
09:54:55 [2021-07-02T09:54:55.646Z] #20 30.45 Unpacking bash-completion (1:2.8-6) ...
09:54:55 [2021-07-02T09:54:55.907Z] #20 30.77 Selecting previously unselected package bzip2.
09:54:55 [2021-07-02T09:54:55.907Z] #20 30.78 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
09:54:55 [2021-07-02T09:54:55.907Z] #20 30.80 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
09:54:55 [2021-07-02T09:54:55.907Z] #20 30.87 Selecting previously unselected package xz-utils.
09:54:55 [2021-07-02T09:54:55.907Z] #20 30.87 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
09:54:55 [2021-07-02T09:54:55.907Z] #20 30.88 Unpacking xz-utils (5.2.4-1) ...
09:54:56 [2021-07-02T09:54:56.167Z] #20 31.03 Selecting previously unselected package apparmor.
09:54:56 [2021-07-02T09:54:56.167Z] #20 31.03 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.167Z] #20 31.11 Unpacking apparmor (2.13.2-10) ...
09:54:56 [2021-07-02T09:54:56.428Z] #20 31.37 Selecting previously unselected package aufs-tools.
09:54:56 [2021-07-02T09:54:56.428Z] #20 31.37 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.428Z] #20 31.38 Unpacking aufs-tools (1:4.14+20190211-1) ...
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.50 Selecting previously unselected package libonig5:amd64.
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.50 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.51 Unpacking libonig5:amd64 (6.9.1-1) ...
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.64 Selecting previously unselected package libjq1:amd64.
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.64 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.66 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.77 Selecting previously unselected package jq.
09:54:56 [2021-07-02T09:54:56.688Z] #20 31.77 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.78 Unpacking jq (1.5+dfsg-2+b1) ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.85 Selecting previously unselected package libaio1:amd64.
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.86 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.86 Unpacking libaio1:amd64 (0.3.112-3) ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.91 Selecting previously unselected package libgpm2:amd64.
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.92 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.92 Unpacking libgpm2:amd64 (1.20.7-5) ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 31.99 Selecting previously unselected package libicu63:amd64.
09:54:56 [2021-07-02T09:54:56.949Z] #20 32.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
09:54:56 [2021-07-02T09:54:56.949Z] #20 32.00 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 34.87 Selecting previously unselected package libnet1:amd64.
09:55:00 [2021-07-02T09:55:00.247Z] #20 34.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 34.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 34.96 Selecting previously unselected package libnl-3-200:amd64.
09:55:00 [2021-07-02T09:55:00.247Z] #20 34.97 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 34.98 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.07 Selecting previously unselected package libprotobuf-c1:amd64.
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.09 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.13 Selecting previously unselected package libreadline5:amd64.
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.14 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:55:00 [2021-07-02T09:55:00.247Z] #20 35.23 Selecting previously unselected package net-tools.
09:55:00 [2021-07-02T09:55:00.507Z] #20 35.23 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
09:55:00 [2021-07-02T09:55:00.508Z] #20 35.23 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
09:55:00 [2021-07-02T09:55:00.508Z] #20 35.47 Selecting previously unselected package patch.
09:55:00 [2021-07-02T09:55:00.508Z] #20 35.48 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
09:55:00 [2021-07-02T09:55:00.508Z] #20 35.48 Unpacking patch (2.7.6-3+deb10u1) ...
09:55:00 [2021-07-02T09:55:00.508Z] #20 35.59 Selecting previously unselected package python-pip-whl.
09:55:00 [2021-07-02T09:55:00.768Z] #20 35.59 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
09:55:00 [2021-07-02T09:55:00.768Z] #20 35.60 Unpacking python-pip-whl (18.1-5) ...
09:55:01 [2021-07-02T09:55:01.029Z] #20 36.04 Selecting previously unselected package python3-lib2to3.
09:55:01 [2021-07-02T09:55:01.029Z] #20 36.04 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
09:55:01 [2021-07-02T09:55:01.029Z] #20 36.04 Unpacking python3-lib2to3 (3.7.3-1) ...
09:55:01 [2021-07-02T09:55:01.029Z] #20 36.15 Selecting previously unselected package python3-distutils.
09:55:01 [2021-07-02T09:55:01.290Z] #20 36.15 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
09:55:01 [2021-07-02T09:55:01.290Z] #20 36.16 Unpacking python3-distutils (3.7.3-1) ...
09:55:01 [2021-07-02T09:55:01.290Z] #20 36.29 Selecting previously unselected package python3-pip.
09:55:01 [2021-07-02T09:55:01.550Z] #20 36.29 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
09:55:01 [2021-07-02T09:55:01.550Z] #20 36.29 Unpacking python3-pip (18.1-5) ...
09:55:01 [2021-07-02T09:55:01.550Z] #20 36.42 Selecting previously unselected package python3-pkg-resources.
09:55:01 [2021-07-02T09:55:01.550Z] #20 36.43 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
09:55:01 [2021-07-02T09:55:01.550Z] #20 36.43 Unpacking python3-pkg-resources (40.8.0-1) ...
09:55:01 [2021-07-02T09:55:01.550Z] #20 36.55 Selecting previously unselected package python3-setuptools.
09:55:01 [2021-07-02T09:55:01.848Z] #20 36.55 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
09:55:01 [2021-07-02T09:55:01.848Z] #20 36.56 Unpacking python3-setuptools (40.8.0-1) ...
09:55:02 [2021-07-02T09:55:02.436Z] #20 37.16 Selecting previously unselected package python3-wheel.
09:55:02 [2021-07-02T09:55:02.436Z] #20 37.16 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
09:55:02 [2021-07-02T09:55:02.436Z] #20 37.16 Unpacking python3-wheel (0.32.3-2) ...
09:55:02 [2021-07-02T09:55:02.436Z] #20 37.24 Selecting previously unselected package sudo.
09:55:02 [2021-07-02T09:55:02.436Z] #20 37.24 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
09:55:02 [2021-07-02T09:55:02.436Z] #20 37.25 Unpacking sudo (1.8.27-1+deb10u3) ...
09:55:02 [2021-07-02T09:55:02.706Z] #20 37.75 Selecting previously unselected package thin-provisioning-tools.
09:55:02 [2021-07-02T09:55:02.970Z] #20 37.75 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
09:55:02 [2021-07-02T09:55:02.970Z] #20 37.76 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
09:55:02 [2021-07-02T09:55:02.970Z] #20 38.04 Selecting previously unselected package uidmap.
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.05 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.07 Unpacking uidmap (1:4.5-1.1) ...
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.20 Selecting previously unselected package vim-runtime.
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.21 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.23 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.26 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
09:55:03 [2021-07-02T09:55:03.244Z] #20 38.26 Unpacking vim-runtime (2:8.1.0875-5) ...
09:55:06 [2021-07-02T09:55:06.169Z] #20 40.89 Selecting previously unselected package vim.
09:55:06 [2021-07-02T09:55:06.169Z] #20 40.90 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ...
09:55:06 [2021-07-02T09:55:06.169Z] #20 40.92 Unpacking vim (2:8.1.0875-5) ...
09:55:06 [2021-07-02T09:55:06.430Z] #20 41.39 Selecting previously unselected package xfsprogs.
09:55:06 [2021-07-02T09:55:06.430Z] #20 41.40 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
09:55:06 [2021-07-02T09:55:06.430Z] #20 41.41 Unpacking xfsprogs (4.20.0-1) ...
09:55:07 [2021-07-02T09:55:07.009Z] #20 41.81 Selecting previously unselected package zip.
09:55:07 [2021-07-02T09:55:07.010Z] #20 41.82 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
09:55:07 [2021-07-02T09:55:07.010Z] #20 41.83 Unpacking zip (3.0-11+b1) ...
09:55:07 [2021-07-02T09:55:07.010Z] #20 42.04 Setting up aufs-tools (1:4.14+20190211-1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.06 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.07 Setting up libip6tc0:amd64 (1.8.2-4) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.08 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.09 Setting up libgpm2:amd64 (1.20.7-5) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.10 Setting up libip4tc0:amd64 (1.8.2-4) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.11 Setting up uidmap (1:4.5-1.1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.12 Setting up libnftnl11:amd64 (1.1.2-2) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.15 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.17 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.18 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.20 Setting up xxd (2:8.1.0875-5) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.21 Setting up zip (3.0-11+b1) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.22 Setting up vim-common (2:8.1.0875-5) ...
09:55:07 [2021-07-02T09:55:07.271Z] #20 42.25 Setting up bash-completion (1:2.8-6) ...
09:55:09 [2021-07-02T09:55:09.814Z] #20 44.87 Setting up libiptc0:amd64 (1.8.2-4) ...
09:55:09 [2021-07-02T09:55:09.814Z] #20 44.88 Setting up xz-utils (5.2.4-1) ...
09:55:09 [2021-07-02T09:55:09.814Z] #20 44.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:55:09 [2021-07-02T09:55:09.814Z] #20 44.91 Setting up patch (2.7.6-3+deb10u1) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 44.92 Setting up sudo (1.8.27-1+deb10u3) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 44.98 invoke-rc.d: could not determine current runlevel
09:55:10 [2021-07-02T09:55:10.075Z] #20 44.99 invoke-rc.d: policy-rc.d denied execution of start.
09:55:10 [2021-07-02T09:55:10.075Z] #20 44.99 Setting up pigz (2.4-1) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 45.00 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 45.01 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 45.03 Setting up python-pip-whl (18.1-5) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 45.04 Setting up libmpdec2:amd64 (2.4.2-2) ...
09:55:10 [2021-07-02T09:55:10.075Z] #20 45.05 Setting up vim-runtime (2:8.1.0875-5) ...
09:55:10 [2021-07-02T09:55:10.334Z] #20 45.42 Setting up libaio1:amd64 (0.3.112-3) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.43 Setting up libonig5:amd64 (6.9.1-1) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.44 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.46 Setting up vim (2:8.1.0875-5) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.51 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.52 Setting up thin-provisioning-tools (0.7.6-2.1) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.54 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.56 Setting up jq (1.5+dfsg-2+b1) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.57 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
09:55:10 [2021-07-02T09:55:10.594Z] #20 45.58 Setting up python3.7 (3.7.3-2+deb10u3) ...
09:55:12 [2021-07-02T09:55:12.509Z] #20 ...
09:55:12 [2021-07-02T09:55:12.510Z] 
09:55:12 [2021-07-02T09:55:12.510Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:55:12 [2021-07-02T09:55:12.510Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7
09:55:12 [2021-07-02T09:55:12.510Z] #40 174.9 + dpkg --print-architecture
09:55:12 [2021-07-02T09:55:12.510Z] #40 174.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
09:55:12 [2021-07-02T09:55:12.770Z] #40 175.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:55:12 [2021-07-02T09:55:12.770Z] #40 175.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
09:55:18 [2021-07-02T09:55:18.054Z] #40 ...
09:55:18 [2021-07-02T09:55:18.054Z] 
09:55:18 [2021-07-02T09:55:18.054Z] #20 [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             aufs-tools             bash-completion             bzip2             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
09:55:18 [2021-07-02T09:55:18.054Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.11 Setting up iptables (1.8.2-4) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.17 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.18 Setting up python3 (3.7.3-1) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 48.52 Setting up python3-wheel (0.32.3-2) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 49.15 Setting up apparmor (2.13.2-10) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 50.71 Setting up xfsprogs (4.20.0-1) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 50.73 Setting up python3-lib2to3 (3.7.3-1) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 51.12 Setting up python3-pkg-resources (40.8.0-1) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 51.78 Setting up python3-distutils (3.7.3-1) ...
09:55:18 [2021-07-02T09:55:18.054Z] #20 52.19 Setting up python3-setuptools (40.8.0-1) ...
09:55:18 [2021-07-02T09:55:18.315Z] #20 53.26 Setting up python3-pip (18.1-5) ...
09:55:19 [2021-07-02T09:55:19.256Z] #20 54.16 Processing triggers for libc-bin (2.28-10) ...
09:55:19 [2021-07-02T09:55:19.256Z] #20 54.20 Processing triggers for mime-support (3.62) ...
09:55:20 [2021-07-02T09:55:20.201Z] #20 DONE 54.9s
09:55:20 [2021-07-02T09:55:20.201Z] 
09:55:20 [2021-07-02T09:55:20.201Z] #21 [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
09:55:20 [2021-07-02T09:55:20.201Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94
09:55:21 [2021-07-02T09:55:21.587Z] #21 1.505 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:55:21 [2021-07-02T09:55:21.587Z] #21 1.513 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:55:21 [2021-07-02T09:55:21.587Z] #21 1.516 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:55:21 [2021-07-02T09:55:21.587Z] #21 DONE 1.6s
09:55:21 [2021-07-02T09:55:21.587Z] 
09:55:21 [2021-07-02T09:55:21.587Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:55:21 [2021-07-02T09:55:21.587Z] #57 sha256:7f816fbacc6e83623032d6f12368a5f916a5f43f7b966dc32cd3f5d271c701eb
09:55:21 [2021-07-02T09:55:21.587Z] #57 ...
09:55:21 [2021-07-02T09:55:21.587Z] 
09:55:21 [2021-07-02T09:55:21.587Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
09:55:21 [2021-07-02T09:55:21.587Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf
09:55:26 [2021-07-02T09:55:26.868Z] #22 4.862 Collecting yamllint==1.26.1
09:55:32 [2021-07-02T09:55:32.152Z] #22 10.26   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
09:55:32 [2021-07-02T09:55:32.723Z] #22 11.24 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
09:55:33 [2021-07-02T09:55:33.020Z] #22 11.27   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
09:55:33 [2021-07-02T09:55:33.020Z] #22 11.33 Collecting pyyaml (from yamllint==1.26.1)
09:55:33 [2021-07-02T09:55:33.020Z] #22 11.51   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
09:55:33 [2021-07-02T09:55:33.290Z] #22 11.89 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
09:55:33 [2021-07-02T09:55:33.290Z] #22 11.91 Building wheels for collected packages: yamllint
09:55:33 [2021-07-02T09:55:33.551Z] #22 11.92   Running setup.py bdist_wheel for yamllint: started
09:55:34 [2021-07-02T09:55:34.491Z] #22 12.76   Running setup.py bdist_wheel for yamllint: finished with status 'done'
09:55:34 [2021-07-02T09:55:34.491Z] #22 12.76   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
09:55:34 [2021-07-02T09:55:34.491Z] #22 12.81 Successfully built yamllint
09:55:34 [2021-07-02T09:55:34.491Z] #22 12.82 Installing collected packages: pathspec, pyyaml, yamllint
09:55:34 [2021-07-02T09:55:34.491Z] #22 ...
09:55:34 [2021-07-02T09:55:34.491Z] 
09:55:34 [2021-07-02T09:55:34.491Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:55:34 [2021-07-02T09:55:34.491Z] #50 sha256:00785762a4ebb8951b40622d674da08e94440a98e656a14368aa55db2bcea490
09:55:34 [2021-07-02T09:55:34.491Z] #50 197.3 + /build/golangci-lint --version
09:55:34 [2021-07-02T09:55:34.753Z] #50 ...
09:55:34 [2021-07-02T09:55:34.753Z] 
09:55:34 [2021-07-02T09:55:34.753Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:55:34 [2021-07-02T09:55:34.753Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7
09:55:34 [2021-07-02T09:55:34.753Z] #40 DONE 197.4s
09:55:34 [2021-07-02T09:55:34.753Z] 
09:55:34 [2021-07-02T09:55:34.753Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:55:34 [2021-07-02T09:55:34.753Z] #50 sha256:00785762a4ebb8951b40622d674da08e94440a98e656a14368aa55db2bcea490
09:55:34 [2021-07-02T09:55:34.753Z] #50 197.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
09:55:35 [2021-07-02T09:55:35.013Z] #50 ...
09:55:35 [2021-07-02T09:55:35.013Z] 
09:55:35 [2021-07-02T09:55:35.013Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
09:55:35 [2021-07-02T09:55:35.013Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf
09:55:35 [2021-07-02T09:55:35.013Z] #22 13.14 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
09:55:35 [2021-07-02T09:55:35.013Z] #22 DONE 13.5s
09:55:35 [2021-07-02T09:55:35.013Z] 
09:55:35 [2021-07-02T09:55:35.013Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:55:35 [2021-07-02T09:55:35.013Z] #50 sha256:00785762a4ebb8951b40622d674da08e94440a98e656a14368aa55db2bcea490
09:55:35 [2021-07-02T09:55:35.013Z] #50 DONE 198.1s
09:55:35 [2021-07-02T09:55:35.013Z] 
09:55:35 [2021-07-02T09:55:35.013Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
09:55:35 [2021-07-02T09:55:35.013Z] #25 sha256:55962c02097fb472b0ddd037845c071acde601e316da609328774ecbf42ac51b
09:55:36 [2021-07-02T09:55:36.393Z] #25 DONE 1.1s
09:55:36 [2021-07-02T09:55:36.393Z] 
09:55:36 [2021-07-02T09:55:36.393Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
09:55:36 [2021-07-02T09:55:36.393Z] #30 sha256:85c3dc3a0cd53fd05270b6508ea00a1333b84cb49ffeaa07c32e6986cdfe03aa
09:55:42 [2021-07-02T09:55:42.979Z] #30 DONE 6.1s
09:55:42 [2021-07-02T09:55:42.979Z] 
09:55:42 [2021-07-02T09:55:42.979Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
09:55:42 [2021-07-02T09:55:42.979Z] #33 sha256:e3d4e82c2a7ce5961cff0cc253e5ec35d85d5d9dd0f8b574cd9d0e681ef43f10
09:55:42 [2021-07-02T09:55:42.979Z] #33 DONE 0.3s
09:55:42 [2021-07-02T09:55:42.979Z] 
09:55:42 [2021-07-02T09:55:42.979Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
09:55:42 [2021-07-02T09:55:42.979Z] #35 sha256:fbdb4a8a9907766aa77a9540d439c2ccba0ec751d72f8d852b4783b9394a114e
09:55:42 [2021-07-02T09:55:42.979Z] #35 DONE 0.1s
09:55:42 [2021-07-02T09:55:42.979Z] 
09:55:42 [2021-07-02T09:55:42.979Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
09:55:42 [2021-07-02T09:55:42.979Z] #38 sha256:362cf1d1fdbe29a9e8622530d11d2c2c87a2925f96c4b4abe1326a4f768f81cb
09:55:42 [2021-07-02T09:55:42.979Z] #38 DONE 0.1s
09:55:42 [2021-07-02T09:55:42.979Z] 
09:55:42 [2021-07-02T09:55:42.979Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
09:55:42 [2021-07-02T09:55:42.979Z] #54 sha256:09b412c4422a76237997e33c4c6cc5a8d83bfe1bdb82978db27214942be33409
09:55:42 [2021-07-02T09:55:42.979Z] #54 ...
09:55:42 [2021-07-02T09:55:42.979Z] 
09:55:42 [2021-07-02T09:55:42.979Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
09:55:42 [2021-07-02T09:55:42.979Z] #41 sha256:c0b28ff285954e18af8e616ad77045892c1ad523c6da82d2c0c016c62a26464e
09:55:43 [2021-07-02T09:55:43.241Z] #41 DONE 0.5s
09:55:43 [2021-07-02T09:55:43.241Z] 
09:55:43 [2021-07-02T09:55:43.241Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
09:55:43 [2021-07-02T09:55:43.241Z] #45 sha256:0a7ebd5ee7ce5dc188a6ae492e4301eef41303cee076f4c48d1a16d55a6af76a
09:55:43 [2021-07-02T09:55:43.241Z] #45 DONE 0.0s
09:55:43 [2021-07-02T09:55:43.241Z] 
09:55:43 [2021-07-02T09:55:43.241Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
09:55:43 [2021-07-02T09:55:43.241Z] #47 sha256:b8d0379c3bbeb60160a8d0f023b0c2b2f93c2c5c49263bd2e11e019f787a0342
09:55:43 [2021-07-02T09:55:43.241Z] #47 DONE 0.1s
09:55:43 [2021-07-02T09:55:43.241Z] 
09:55:43 [2021-07-02T09:55:43.241Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
09:55:43 [2021-07-02T09:55:43.241Z] #54 sha256:09b412c4422a76237997e33c4c6cc5a8d83bfe1bdb82978db27214942be33409
09:55:43 [2021-07-02T09:55:43.502Z] #54 ...
09:55:43 [2021-07-02T09:55:43.502Z] 
09:55:43 [2021-07-02T09:55:43.502Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
09:55:43 [2021-07-02T09:55:43.502Z] #49 sha256:c1cc4ea5401f47a0ec14e0859581ed05515cff0d27dc26261d4f41029b8a848a
09:55:43 [2021-07-02T09:55:43.502Z] #49 DONE 0.1s
09:55:43 [2021-07-02T09:55:43.502Z] 
09:55:43 [2021-07-02T09:55:43.502Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
09:55:43 [2021-07-02T09:55:43.502Z] #51 sha256:01db0b0570ae07852e97ed48c07f8a80a7a946b4ca4cc0027206b96f13c3e28c
09:55:43 [2021-07-02T09:55:43.502Z] #51 DONE 0.1s
09:55:43 [2021-07-02T09:55:43.502Z] 
09:55:43 [2021-07-02T09:55:43.502Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
09:55:43 [2021-07-02T09:55:43.502Z] #53 sha256:5d4cdcfe668b2dc0bcc07da52adb0207f126eebff013640057316910cd458042
09:55:43 [2021-07-02T09:55:43.502Z] #53 DONE 0.1s
09:55:43 [2021-07-02T09:55:43.502Z] 
09:55:43 [2021-07-02T09:55:43.502Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:55:43 [2021-07-02T09:55:43.502Z] #57 sha256:7f816fbacc6e83623032d6f12368a5f916a5f43f7b966dc32cd3f5d271c701eb
09:56:01 [2021-07-02T09:56:01.617Z] #57 183.1 + bin/containerd
09:56:04 [2021-07-02T09:56:04.160Z] #57 ...
09:56:04 [2021-07-02T09:56:04.160Z] 
09:56:04 [2021-07-02T09:56:04.160Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
09:56:04 [2021-07-02T09:56:04.160Z] #54 sha256:09b412c4422a76237997e33c4c6cc5a8d83bfe1bdb82978db27214942be33409
09:56:04 [2021-07-02T09:56:04.160Z] #54 115.9 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
09:56:04 [2021-07-02T09:56:04.160Z] #54 116.5 + mkdir -p /build
09:56:04 [2021-07-02T09:56:04.160Z] #54 116.5 + cp runc /build/runc
09:56:04 [2021-07-02T09:56:04.160Z] #54 DONE 117.2s
09:56:04 [2021-07-02T09:56:04.160Z] 
09:56:04 [2021-07-02T09:56:04.160Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:56:04 [2021-07-02T09:56:04.160Z] #57 sha256:7f816fbacc6e83623032d6f12368a5f916a5f43f7b966dc32cd3f5d271c701eb
09:56:05 [2021-07-02T09:56:05.543Z] #57 ...
09:56:05 [2021-07-02T09:56:05.543Z] 
09:56:05 [2021-07-02T09:56:05.543Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
09:56:05 [2021-07-02T09:56:05.543Z] #55 sha256:6189be1ec7ae0ae9a37c79462bfc17583113ec85770e40e68f959d258cbd526b
09:56:05 [2021-07-02T09:56:05.543Z] #55 DONE 0.3s
09:56:05 [2021-07-02T09:56:05.543Z] 
09:56:05 [2021-07-02T09:56:05.543Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:56:05 [2021-07-02T09:56:05.543Z] #57 sha256:7f816fbacc6e83623032d6f12368a5f916a5f43f7b966dc32cd3f5d271c701eb
09:56:37 [2021-07-02T09:56:37.936Z] #57 215.2 # github.com/containerd/containerd/cmd/containerd
09:56:37 [2021-07-02T09:56:37.936Z] #57 215.2 /usr/bin/ld: /tmp/go-link-845886634/000019.o: in function `New':
09:56:37 [2021-07-02T09:56:37.936Z] #57 215.2 /tmp/tmp.0SI7W1x2il/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
09:56:37 [2021-07-02T09:56:37.936Z] #57 215.3 + bin/containerd-stress
09:56:37 [2021-07-02T09:56:37.936Z] #57 216.4 + bin/containerd-shim
09:56:41 [2021-07-02T09:56:41.238Z] #57 223.3 + bin/containerd-shim-runc-v1
09:56:46 [2021-07-02T09:56:46.521Z] #57 228.1 + bin/containerd-shim-runc-v2
09:56:46 [2021-07-02T09:56:46.521Z] #57 228.7 + binaries
09:56:46 [2021-07-02T09:56:46.521Z] #57 228.7 + install -D bin/containerd /build/containerd
09:56:46 [2021-07-02T09:56:46.521Z] #57 228.8 + install -D bin/containerd-shim /build/containerd-shim
09:56:46 [2021-07-02T09:56:46.521Z] #57 228.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:56:46 [2021-07-02T09:56:46.521Z] #57 228.8 + install -D bin/ctr /build/ctr
09:56:48 [2021-07-02T09:56:48.428Z] #57 DONE 231.0s
09:56:49 [2021-07-02T09:56:49.368Z] 
09:56:49 [2021-07-02T09:56:49.369Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
09:56:49 [2021-07-02T09:56:49.369Z] #58 sha256:83f68228b8e05c42e64d5b24ad23282bfd4433c253790f31b6f1827144788753
09:56:50 [2021-07-02T09:56:50.310Z] #58 DONE 1.0s
09:56:50 [2021-07-02T09:56:50.311Z] 
09:56:50 [2021-07-02T09:56:50.311Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:56:50 [2021-07-02T09:56:50.311Z] #62 sha256:dbbdc87a181e140fc892a3a5e1a989bdd1ab602dde98c56cb6584981584335fc
09:56:50 [2021-07-02T09:56:50.570Z] #62 DONE 0.2s
09:56:50 [2021-07-02T09:56:50.570Z] 
09:56:50 [2021-07-02T09:56:50.570Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
09:56:50 [2021-07-02T09:56:50.570Z] #67 sha256:2a77743a2f5182653ab70c5719e023ac11d9d7499e65ab10f3e602835cf4be69
09:56:51 [2021-07-02T09:56:51.511Z] #67 DONE 0.8s
09:56:51 [2021-07-02T09:56:51.511Z] 
09:56:51 [2021-07-02T09:56:51.511Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
09:56:51 [2021-07-02T09:56:51.511Z] #68 sha256:0434341de33d78b3dd45452f1ca0e80a1d657a1f09902f5c33112229a6611d4f
09:56:51 [2021-07-02T09:56:51.511Z] #68 DONE 0.0s
09:56:51 [2021-07-02T09:56:51.511Z] 
09:56:51 [2021-07-02T09:56:51.511Z] #69 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
09:56:51 [2021-07-02T09:56:51.511Z] #69 sha256:6f9e3199804a5cd86cbc5d5856e2176ef0c6ea1ffcb438508aee85fd8e32a02d
09:56:52 [2021-07-02T09:56:52.079Z] #69 0.688 Hit:1 http://deb.debian.org/debian buster-backports InRelease
09:56:52 [2021-07-02T09:56:52.079Z] #69 0.688 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
09:56:52 [2021-07-02T09:56:52.338Z] #69 0.845 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
09:56:52 [2021-07-02T09:56:52.338Z] #69 0.932 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
09:56:52 [2021-07-02T09:56:52.908Z] #69 1.044 Reading package lists...
09:56:53 [2021-07-02T09:56:53.847Z] #69 1.701 Reading package lists...
09:56:53 [2021-07-02T09:56:53.847Z] #69 2.347 Building dependency tree...
09:56:53 [2021-07-02T09:56:53.847Z] #69 2.480 Reading state information...
09:56:53 [2021-07-02T09:56:53.847Z] #69 2.585 The following additional packages will be installed:
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.586   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.586   libpam-systemd
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.586 Suggested packages:
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.586   systemd-container policykit-1
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.586 Recommended packages:
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.586   libnss-systemd
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.666 The following NEW packages will be installed:
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.666   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
09:56:54 [2021-07-02T09:56:54.108Z] #69 2.667   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.936 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.936 Need to get 4762 kB of archives.
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.936 After this operation, 16.6 MB of additional disk space will be used.
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.936 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.938 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.939 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.942 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.944 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 2.944 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 3.013 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 3.022 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 3.025 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 3.027 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
09:56:54 [2021-07-02T09:56:54.368Z] #69 3.029 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.192 debconf: delaying package configuration, since apt-utils is not installed
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.217 Fetched 4762 kB in 0s (13.4 MB/s)
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.242 Selecting previously unselected package libargon2-1:amd64.
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.242 (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 ... 28078 files and directories currently installed.)
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.257 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.264 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.299 Selecting previously unselected package libjson-c3:amd64.
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.299 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.303 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.336 Selecting previously unselected package libcryptsetup12:amd64.
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.339 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.343 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
09:56:54 [2021-07-02T09:56:54.627Z] #69 3.391 Selecting previously unselected package libidn11:amd64.
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.394 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.398 Unpacking libidn11:amd64 (1.33-2.2) ...
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.441 Selecting previously unselected package libkmod2:amd64.
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.441 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.444 Unpacking libkmod2:amd64 (26-1) ...
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.490 Selecting previously unselected package systemd.
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.490 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
09:56:54 [2021-07-02T09:56:54.887Z] #69 3.528 Unpacking systemd (241-7~deb10u7) ...
09:56:55 [2021-07-02T09:56:55.148Z] #69 3.978 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
09:56:55 [2021-07-02T09:56:55.408Z] #69 3.990 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.003 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.012 Setting up libidn11:amd64 (1.33-2.2) ...
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.022 Setting up libkmod2:amd64 (26-1) ...
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.034 Setting up systemd (241-7~deb10u7) ...
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.080 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.082 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.085 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
09:56:55 [2021-07-02T09:56:55.408Z] #69 4.085 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.527 Selecting previously unselected package systemd-sysv.
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.527 (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 ... 28875 files and directories currently installed.)
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.542 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.546 Unpacking systemd-sysv (241-7~deb10u7) ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.587 Selecting previously unselected package libdbus-1-3:amd64.
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.590 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.593 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.647 Selecting previously unselected package dbus.
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.648 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.659 Unpacking dbus (1.12.20-0+deb10u1) ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.719 Selecting previously unselected package libpam-systemd:amd64.
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.719 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.722 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
09:56:55 [2021-07-02T09:56:55.978Z] #69 4.762 Selecting previously unselected package dbus-user-session.
09:56:56 [2021-07-02T09:56:56.238Z] #69 4.765 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
09:56:56 [2021-07-02T09:56:56.238Z] #69 4.769 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
09:56:56 [2021-07-02T09:56:56.238Z] #69 4.831 Setting up systemd-sysv (241-7~deb10u7) ...
09:56:56 [2021-07-02T09:56:56.238Z] #69 4.849 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
09:56:56 [2021-07-02T09:56:56.238Z] #69 4.863 Setting up dbus (1.12.20-0+deb10u1) ...
09:56:56 [2021-07-02T09:56:56.238Z] #69 4.969 invoke-rc.d: could not determine current runlevel
09:56:56 [2021-07-02T09:56:56.498Z] #69 4.972 invoke-rc.d: policy-rc.d denied execution of start.
09:56:56 [2021-07-02T09:56:56.498Z] #69 4.976 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
09:56:56 [2021-07-02T09:56:56.498Z] #69 5.113 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
09:56:56 [2021-07-02T09:56:56.498Z] #69 5.127 Processing triggers for systemd (241-7~deb10u7) ...
09:56:56 [2021-07-02T09:56:56.498Z] #69 5.135 Processing triggers for libc-bin (2.28-10) ...
09:56:56 [2021-07-02T09:56:56.759Z] #69 DONE 5.3s
09:56:56 [2021-07-02T09:56:56.759Z] 
09:56:56 [2021-07-02T09:56:56.759Z] #70 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
09:56:56 [2021-07-02T09:56:56.759Z] #70 sha256:ea19e23ec91743a3fb4ac15e13203bd7fa397b5cf766fc25b8878b1996ccfd40
09:56:57 [2021-07-02T09:56:57.019Z] #70 0.446   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09:56:57 [2021-07-02T09:56:57.019Z] #70 0.447                                  Dload  Upload   Total   Spent    Left  Speed
09:56:57 [2021-07-02T09:56:57.279Z] #70 0.449 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  14468      0 --:--:-- --:--:-- --:--:-- 14354
100  1823  100  1823    0     0  14354      0 --:--:-- --:--:-- --:--:-- 14354
09:56:57 [2021-07-02T09:56:57.279Z] #70 DONE 0.6s
09:56:57 [2021-07-02T09:56:57.279Z] 
09:56:57 [2021-07-02T09:56:57.279Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker
09:56:57 [2021-07-02T09:56:57.279Z] #71 sha256:86310dee72ad99340113f52614053f49e8c72fb2c17b6d5f073f18f72c7bb278
09:56:58 [2021-07-02T09:56:58.219Z] #71 DONE 0.9s
09:56:58 [2021-07-02T09:56:58.219Z] 
09:56:58 [2021-07-02T09:56:58.219Z] #72 exporting to image
09:56:58 [2021-07-02T09:56:58.219Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:56:58 [2021-07-02T09:56:58.219Z] #72 exporting layers
09:57:04 [2021-07-02T09:57:04.847Z] #72 exporting layers 6.7s done
09:57:04 [2021-07-02T09:57:04.847Z] #72 writing image sha256:f4a3dc59da6bd311644140de65f3c53ba5277efa4e33bc55016dd00fddc95478 done
09:57:04 [2021-07-02T09:57:04.847Z] #72 naming to docker.io/library/docker:af3e5568fcca17bacb7d27d1bbff0b68bb855b83 done
09:57:04 [2021-07-02T09:57:04.847Z] #72 DONE 6.7s