Skip to content

Console Output

Skipping 136 KB.. Full Log
adc824a0674b
18:21:16 [2022-08-17T18:21:16.583Z] #49 58.59 go: downloading github.com/google/go-cmp v0.5.6
18:21:16 [2022-08-17T18:21:16.583Z] #49 58.94 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
18:21:16 [2022-08-17T18:21:16.583Z] #49 58.96 go: downloading github.com/olekukonko/tablewriter v0.0.5
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.11 go: downloading github.com/beorn7/perks v1.0.1
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.11 go: downloading github.com/cespare/xxhash/v2 v2.1.2
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.13 go: downloading github.com/golang/protobuf v1.5.2
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.21 go: downloading github.com/cespare/xxhash v1.1.0
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.37 go: downloading github.com/prometheus/common v0.10.0
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.62 go: downloading github.com/prometheus/procfs v0.6.0
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.71 go: downloading github.com/mattn/go-runewidth v0.0.9
18:21:16 [2022-08-17T18:21:16.583Z] #49 59.83 go: downloading google.golang.org/protobuf v1.27.1
18:21:17 [2022-08-17T18:21:17.952Z] #49 61.58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
18:21:21 [2022-08-17T18:21:21.332Z] #49 ...
18:21:21 [2022-08-17T18:21:21.332Z] 
18:21:21 [2022-08-17T18:21:21.332Z] #42 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
18:21:21 [2022-08-17T18:21:21.332Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1
18:21:21 [2022-08-17T18:21:21.332Z] #42 54.70 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 54.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 54.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 54.73 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 54.73 Setting up python-six (1.12.0-1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.13 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.14 Setting up libnl-3-200:amd64 (3.4.0-1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.17 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.19 Setting up libcap-dev:amd64 (1:2.25-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.19 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.21 Setting up protobuf-compiler (3.6.1.3-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.23 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.25 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.27 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 58.30 Setting up python-protobuf (3.6.1.3-2) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 63.88 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 63.90 Processing triggers for libc-bin (2.28-10+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.332Z] #42 DONE 64.7s
18:21:21 [2022-08-17T18:21:21.332Z] 
18:21:21 [2022-08-17T18:21:21.332Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:21 [2022-08-17T18:21:21.332Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:21 [2022-08-17T18:21:21.589Z] #43 ...
18:21:21 [2022-08-17T18:21:21.589Z] 
18:21:21 [2022-08-17T18:21:21.589Z] #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
18:21:21 [2022-08-17T18:21:21.589Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53
18:21:21 [2022-08-17T18:21:21.589Z] #36 56.77 Selecting previously unselected package libxml2:amd64.
18:21:21 [2022-08-17T18:21:21.589Z] #36 56.77 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 56.77 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 57.36 Selecting previously unselected package cmake-data.
18:21:21 [2022-08-17T18:21:21.589Z] #36 57.36 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 57.36 Unpacking cmake-data (3.13.4-1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.22 Selecting previously unselected package libarchive13:amd64.
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.22 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.24 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.54 Selecting previously unselected package libjsoncpp1:amd64.
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.55 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.58 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.72 Selecting previously unselected package librhash0:amd64.
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.72 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.73 Unpacking librhash0:amd64 (1.3.8-1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.90 Selecting previously unselected package libuv1:amd64.
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.90 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 60.91 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 61.06 Selecting previously unselected package cmake.
18:21:21 [2022-08-17T18:21:21.589Z] #36 61.08 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 61.10 Unpacking cmake (3.13.4-1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.37 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.37 Setting up xxd (2:8.1.0875-5+deb10u2) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.42 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.55 Setting up vim-common (2:8.1.0875-5+deb10u2) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.55 Setting up librhash0:amd64 (1.3.8-1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.57 Setting up cmake-data (3.13.4-1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.60 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.61 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.65 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.67 Setting up cmake (3.13.4-1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.68 Processing triggers for libc-bin (2.28-10+deb10u1) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 64.76 Processing triggers for mime-support (3.62) ...
18:21:21 [2022-08-17T18:21:21.589Z] #36 DONE 65.2s
18:21:21 [2022-08-17T18:21:21.846Z] 
18:21:21 [2022-08-17T18:21:21.846Z] #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
18:21:21 [2022-08-17T18:21:21.846Z] #37 sha256:8fd9fdaf4649b000eee1f26a3a9f8134c5bfc9c6fb89ee2a7143f3e1971f54d0
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.420 + RM_GOPATH=0
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.420 + TMP_GOPATH=
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.420 + : /build
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.420 + '[' -z '' ']'
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.420 ++ mktemp -d
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.423 + export GOPATH=/tmp/tmp.Pody7V4O1c
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.423 + GOPATH=/tmp/tmp.Pody7V4O1c
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.423 + RM_GOPATH=1
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.423 + case "$(go env GOARCH)" in
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.423 ++ go env GOARCH
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + export GO_BUILDMODE=-buildmode=pie
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + GO_BUILDMODE=-buildmode=pie
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 ++ dirname /tmp/install/install.sh
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + dir=/tmp/install
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + bin=tini
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + shift
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + '[' '!' -f /tmp/install/tini.installer ']'
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 + . /tmp/install/tini.installer
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.464 ++ : v0.19.0
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.466 Install tini version v0.19.0
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.468 + install_tini
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.468 + echo 'Install tini version v0.19.0'
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.468 + git clone https://github.com/krallin/tini.git /tmp/tmp.Pody7V4O1c/tini
18:21:25 [2022-08-17T18:21:25.120Z] #37 3.468 Cloning into '/tmp/tmp.Pody7V4O1c/tini'...
18:21:25 [2022-08-17T18:21:25.684Z] #37 4.147 + cd /tmp/tmp.Pody7V4O1c/tini
18:21:25 [2022-08-17T18:21:25.684Z] #37 4.149 + git checkout -q v0.19.0
18:21:25 [2022-08-17T18:21:25.941Z] #37 4.175 + cmake .
18:21:26 [2022-08-17T18:21:26.198Z] #37 4.725 -- The C compiler identification is GNU 8.3.0
18:21:26 [2022-08-17T18:21:26.455Z] #37 4.778 -- Check for working C compiler: /usr/bin/cc
18:21:26 [2022-08-17T18:21:26.713Z] #37 ...
18:21:26 [2022-08-17T18:21:26.713Z] 
18:21:26 [2022-08-17T18:21:26.713Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
18:21:26 [2022-08-17T18:21:26.713Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e
18:21:26 [2022-08-17T18:21:26.713Z] #34 60.33 internal/syscall/unix
18:21:26 [2022-08-17T18:21:26.713Z] #34 60.65 time
18:21:26 [2022-08-17T18:21:26.713Z] #34 66.32 internal/poll
18:21:26 [2022-08-17T18:21:26.713Z] #34 68.02 internal/fmtsort
18:21:26 [2022-08-17T18:21:26.713Z] #34 68.41 internal/syscall/execenv
18:21:26 [2022-08-17T18:21:26.713Z] #34 68.57 path
18:21:26 [2022-08-17T18:21:26.713Z] #34 68.58 strings
18:21:26 [2022-08-17T18:21:26.713Z] #34 69.14 io/fs
18:21:26 [2022-08-17T18:21:26.713Z] #34 70.36 os
18:21:26 [2022-08-17T18:21:26.713Z] #34 ...
18:21:26 [2022-08-17T18:21:26.713Z] 
18:21:26 [2022-08-17T18:21:26.713Z] #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
18:21:26 [2022-08-17T18:21:26.713Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75
18:21:26 [2022-08-17T18:21:26.713Z] #13 58.65 Selecting previously unselected package binutils-mingw-w64.
18:21:26 [2022-08-17T18:21:26.713Z] #13 58.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 58.65 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 58.79 Selecting previously unselected package libdevmapper1.02.1:amd64.
18:21:26 [2022-08-17T18:21:26.713Z] #13 58.79 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 58.81 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 59.00 Selecting previously unselected package dmsetup.
18:21:26 [2022-08-17T18:21:26.713Z] #13 59.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 59.03 Unpacking dmsetup (2:1.02.155-3) ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 59.20 Selecting previously unselected package mingw-w64-common.
18:21:26 [2022-08-17T18:21:26.713Z] #13 59.21 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 59.23 Unpacking mingw-w64-common (6.0.0-3) ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 64.69 Selecting previously unselected package mingw-w64-x86-64-dev.
18:21:26 [2022-08-17T18:21:26.713Z] #13 64.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
18:21:26 [2022-08-17T18:21:26.713Z] #13 64.72 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
18:21:26 [2022-08-17T18:21:26.970Z] #13 ...
18:21:26 [2022-08-17T18:21:26.970Z] 
18:21:26 [2022-08-17T18:21:26.970Z] #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
18:21:26 [2022-08-17T18:21:26.970Z] #37 sha256:8fd9fdaf4649b000eee1f26a3a9f8134c5bfc9c6fb89ee2a7143f3e1971f54d0
18:21:26 [2022-08-17T18:21:26.970Z] #37 5.386 -- Check for working C compiler: /usr/bin/cc -- works
18:21:26 [2022-08-17T18:21:26.970Z] #37 5.387 -- Detecting C compiler ABI info
18:21:27 [2022-08-17T18:21:27.534Z] #37 5.850 -- Detecting C compiler ABI info - done
18:21:27 [2022-08-17T18:21:27.534Z] #37 5.901 -- Detecting C compile features
18:21:29 [2022-08-17T18:21:29.429Z] #37 7.955 -- Detecting C compile features - done
18:21:29 [2022-08-17T18:21:29.686Z] #37 7.993 -- Performing Test HAS_BUILTIN_FORTIFY
18:21:29 [2022-08-17T18:21:29.943Z] #37 8.203 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:21:29 [2022-08-17T18:21:29.943Z] #37 8.325 -- Configuring done
18:21:29 [2022-08-17T18:21:29.943Z] #37 8.344 -- Generating done
18:21:29 [2022-08-17T18:21:29.943Z] #37 8.366 -- Build files have been written to: /tmp/tmp.Pody7V4O1c/tini
18:21:29 [2022-08-17T18:21:29.943Z] #37 8.372 + make tini-static
18:21:30 [2022-08-17T18:21:30.507Z] #37 8.750 Scanning dependencies of target tini-static
18:21:30 [2022-08-17T18:21:30.507Z] #37 8.905 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:21:31 [2022-08-17T18:21:31.876Z] #37 10.12 [100%] Linking C executable tini-static
18:21:32 [2022-08-17T18:21:32.445Z] #37 10.63 [100%] Built target tini-static
18:21:32 [2022-08-17T18:21:32.445Z] #37 10.70 + mkdir -p /build
18:21:32 [2022-08-17T18:21:32.445Z] #37 10.70 + cp tini-static /build/docker-init
18:21:33 [2022-08-17T18:21:33.009Z] #37 ...
18:21:33 [2022-08-17T18:21:33.009Z] 
18:21:33 [2022-08-17T18:21:33.009Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:33 [2022-08-17T18:21:33.009Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:33 [2022-08-17T18:21:33.009Z] #43 5.181 Note: Building without setproctitle() and strlcpy() support.
18:21:33 [2022-08-17T18:21:33.009Z] #43 5.181       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:21:33 [2022-08-17T18:21:33.009Z] #43 5.191 Note: Building without GnuTLS support
18:21:33 [2022-08-17T18:21:33.009Z] #43 5.209 Makefile.config:39: Warn: you have no libnftables installed
18:21:33 [2022-08-17T18:21:33.009Z] #43 5.209 Makefile.config:40: Warn: Building without nftables support
18:21:33 [2022-08-17T18:21:33.009Z] #43 6.722 fatal: not a git repository (or any of the parent directories): .git
18:21:33 [2022-08-17T18:21:33.009Z] #43 6.759   GEN      .gitid
18:21:33 [2022-08-17T18:21:33.009Z] #43 6.794   GEN      criu/include/version.h
18:21:33 [2022-08-17T18:21:33.009Z] #43 6.870   GEN      include/common/asm
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.409   PBCC     images/timens.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.427   DEP      images/timens.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.497   PBCC     images/fown.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.533   PBCC     images/google/protobuf/descriptor.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.593   PBCC     images/opts.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.632   PBCC     images/memfd.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.706   DEP      images/fown.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.749   DEP      images/google/protobuf/descriptor.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.820   DEP      images/opts.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.860   DEP      images/memfd.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.920   PBCC     images/sit.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 8.985   DEP      images/sit.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.065   PBCC     images/macvlan.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.071   DEP      images/macvlan.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.142   PBCC     images/autofs.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.168   DEP      images/autofs.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.273   PBCC     images/sysctl.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.298   DEP      images/sysctl.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.352   PBCC     images/time.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.371   DEP      images/time.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.427   PBCC     images/binfmt-misc.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.479   DEP      images/binfmt-misc.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.527   PBCC     images/seccomp.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.557   DEP      images/seccomp.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.609   PBCC     images/userns.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.635   DEP      images/userns.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.668   PBCC     images/cgroup.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.719   DEP      images/cgroup.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.759   PBCC     images/ext-file.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.795   DEP      images/ext-file.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.837   PBCC     images/rpc.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.877   DEP      images/rpc.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.926   PBCC     images/siginfo.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.957   DEP      images/siginfo.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 9.997   PBCC     images/pagemap.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.05   DEP      images/pagemap.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.10   PBCC     images/rlimit.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.12   DEP      images/rlimit.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.19   PBCC     images/file-lock.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.21   DEP      images/file-lock.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.25   PBCC     images/tty.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.31   DEP      images/tty.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.40   PBCC     images/tun.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.43   PBCC     images/netdev.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.48   DEP      images/tun.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.57   DEP      images/netdev.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.62   PBCC     images/vma.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.68   DEP      images/vma.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.73   PBCC     images/creds.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.75   DEP      images/creds.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.81   PBCC     images/utsns.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.85   DEP      images/utsns.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.90   PBCC     images/ipc-desc.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.94   PBCC     images/ipc-sem.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 10.98   DEP      images/ipc-desc.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.01   DEP      images/ipc-sem.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.05   PBCC     images/ipc-msg.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.08   DEP      images/ipc-msg.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.13   PBCC     images/ipc-shm.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.16   DEP      images/ipc-shm.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.20   PBCC     images/ipc-var.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.24   DEP      images/ipc-var.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.29   PBCC     images/sk-opts.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.31   PBCC     images/packet-sock.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.35   DEP      images/sk-opts.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.36   DEP      images/packet-sock.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.38   PBCC     images/sk-netlink.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.40   DEP      images/sk-netlink.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.44   PBCC     images/sk-inet.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.51   DEP      images/sk-inet.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.53   PBCC     images/sk-unix.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.55   DEP      images/sk-unix.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.58   PBCC     images/mm.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.60   DEP      images/mm.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.62   PBCC     images/timerfd.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.64   DEP      images/timerfd.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.66   PBCC     images/timer.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.68   DEP      images/timer.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.69   PBCC     images/sa.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.71   DEP      images/sa.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.73   PBCC     images/pipe-data.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.74   DEP      images/pipe-data.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.76   PBCC     images/mnt.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.79   DEP      images/mnt.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.81   PBCC     images/sk-packet.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.82   DEP      images/sk-packet.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.85   PBCC     images/tcp-stream.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.88   DEP      images/tcp-stream.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.90   PBCC     images/pipe.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 11.93   DEP      images/pipe.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 12.03   PBCC     images/pstree.pb-c.c
18:21:33 [2022-08-17T18:21:33.009Z] #43 12.10   DEP      images/pstree.pb-c.d
18:21:33 [2022-08-17T18:21:33.009Z] #43 12.13   PBCC     images/fs.pb-c.c
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.14   DEP      images/fs.pb-c.d
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.17   PBCC     images/signalfd.pb-c.c
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.19   DEP      images/signalfd.pb-c.d
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.22   PBCC     images/fh.pb-c.c
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.26   PBCC     images/fsnotify.pb-c.c
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.31   DEP      images/fh.pb-c.d
18:21:33 [2022-08-17T18:21:33.266Z] #43 12.37   DEP      images/fsnotify.pb-c.d
18:21:33 [2022-08-17T18:21:33.524Z] #43 12.46   PBCC     images/eventpoll.pb-c.c
18:21:33 [2022-08-17T18:21:33.524Z] #43 12.50   DEP      images/eventpoll.pb-c.d
18:21:33 [2022-08-17T18:21:33.524Z] #43 ...
18:21:33 [2022-08-17T18:21:33.524Z] 
18:21:33 [2022-08-17T18:21:33.524Z] #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
18:21:33 [2022-08-17T18:21:33.524Z] #37 sha256:8fd9fdaf4649b000eee1f26a3a9f8134c5bfc9c6fb89ee2a7143f3e1971f54d0
18:21:33 [2022-08-17T18:21:33.524Z] #37 DONE 12.0s
18:21:33 [2022-08-17T18:21:33.524Z] 
18:21:33 [2022-08-17T18:21:33.524Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:33 [2022-08-17T18:21:33.524Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:33 [2022-08-17T18:21:33.524Z] #43 12.60   PBCC     images/eventfd.pb-c.c
18:21:33 [2022-08-17T18:21:33.524Z] #43 ...
18:21:33 [2022-08-17T18:21:33.524Z] 
18:21:33 [2022-08-17T18:21:33.524Z] #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
18:21:33 [2022-08-17T18:21:33.524Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75
18:21:33 [2022-08-17T18:21:33.524Z] #13 70.04 Selecting previously unselected package gcc-mingw-w64-base.
18:21:33 [2022-08-17T18:21:33.524Z] #13 70.05 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ...
18:21:33 [2022-08-17T18:21:33.524Z] #13 70.07 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
18:21:33 [2022-08-17T18:21:33.524Z] #13 70.25 Selecting previously unselected package gcc-mingw-w64-x86-64.
18:21:33 [2022-08-17T18:21:33.524Z] #13 70.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
18:21:33 [2022-08-17T18:21:33.524Z] #13 70.27 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
18:21:33 [2022-08-17T18:21:33.781Z] #13 ...
18:21:33 [2022-08-17T18:21:33.781Z] 
18:21:33 [2022-08-17T18:21:33.781Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:33 [2022-08-17T18:21:33.781Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.65   DEP      images/eventfd.pb-c.d
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.69   PBCC     images/remap-file-path.pb-c.c
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.69   DEP      images/remap-file-path.pb-c.d
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.75   PBCC     images/fifo.pb-c.c
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.80   DEP      images/fifo.pb-c.d
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.83   PBCC     images/ghost-file.pb-c.c
18:21:33 [2022-08-17T18:21:33.781Z] #43 12.87   DEP      images/ghost-file.pb-c.d
18:21:34 [2022-08-17T18:21:34.041Z] #43 12.93   PBCC     images/regfile.pb-c.c
18:21:34 [2022-08-17T18:21:34.041Z] #43 13.01   DEP      images/regfile.pb-c.d
18:21:34 [2022-08-17T18:21:34.041Z] #43 13.06   PBCC     images/ns.pb-c.c
18:21:34 [2022-08-17T18:21:34.041Z] #43 13.08   DEP      images/ns.pb-c.d
18:21:34 [2022-08-17T18:21:34.041Z] #43 13.14   PBCC     images/fdinfo.pb-c.c
18:21:34 [2022-08-17T18:21:34.297Z] #43 13.24   DEP      images/fdinfo.pb-c.d
18:21:34 [2022-08-17T18:21:34.297Z] #43 13.31   PBCC     images/core-aarch64.pb-c.c
18:21:34 [2022-08-17T18:21:34.297Z] #43 13.35   PBCC     images/core-arm.pb-c.c
18:21:34 [2022-08-17T18:21:34.297Z] #43 13.42   PBCC     images/core-ppc64.pb-c.c
18:21:34 [2022-08-17T18:21:34.297Z] #43 13.46   PBCC     images/core-s390.pb-c.c
18:21:34 [2022-08-17T18:21:34.554Z] #43 13.50   PBCC     images/core-x86.pb-c.c
18:21:34 [2022-08-17T18:21:34.554Z] #43 13.55   PBCC     images/core.pb-c.c
18:21:34 [2022-08-17T18:21:34.810Z] #43 13.62   PBCC     images/inventory.pb-c.c
18:21:34 [2022-08-17T18:21:34.810Z] #43 13.67   DEP      images/core-aarch64.pb-c.d
18:21:34 [2022-08-17T18:21:34.810Z] #43 13.76   DEP      images/core-arm.pb-c.d
18:21:34 [2022-08-17T18:21:34.810Z] #43 13.80   DEP      images/core-ppc64.pb-c.d
18:21:34 [2022-08-17T18:21:34.810Z] #43 13.85   DEP      images/core-s390.pb-c.d
18:21:34 [2022-08-17T18:21:34.810Z] #43 13.90   DEP      images/core-x86.pb-c.d
18:21:35 [2022-08-17T18:21:35.066Z] #43 13.96   DEP      images/core.pb-c.d
18:21:35 [2022-08-17T18:21:35.066Z] #43 14.05   DEP      images/inventory.pb-c.d
18:21:35 [2022-08-17T18:21:35.066Z] #43 14.09   PBCC     images/cpuinfo.pb-c.c
18:21:35 [2022-08-17T18:21:35.066Z] #43 14.12   DEP      images/cpuinfo.pb-c.d
18:21:35 [2022-08-17T18:21:35.067Z] #43 14.15   PBCC     images/stats.pb-c.c
18:21:35 [2022-08-17T18:21:35.323Z] #43 14.19   DEP      images/stats.pb-c.d
18:21:36 [2022-08-17T18:21:36.693Z] #43 15.75 make[1]: Nothing to be done for 'all'.
18:21:38 [2022-08-17T18:21:38.062Z] #43 ...
18:21:38 [2022-08-17T18:21:38.062Z] 
18:21:38 [2022-08-17T18:21:38.062Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
18:21:38 [2022-08-17T18:21:38.062Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e
18:21:38 [2022-08-17T18:21:38.062Z] #34 71.52 bufio
18:21:38 [2022-08-17T18:21:38.062Z] #34 72.99 text/tabwriter
18:21:38 [2022-08-17T18:21:38.062Z] #34 74.06 io/ioutil
18:21:38 [2022-08-17T18:21:38.062Z] #34 74.07 fmt
18:21:38 [2022-08-17T18:21:38.062Z] #34 76.80 flag
18:21:38 [2022-08-17T18:21:38.062Z] #34 76.83 github.com/BurntSushi/toml
18:21:38 [2022-08-17T18:21:38.062Z] #34 78.80 log
18:21:38 [2022-08-17T18:21:38.062Z] #34 80.96 github.com/BurntSushi/toml/cmd/tomlv
18:21:38 [2022-08-17T18:21:38.319Z] #34 ...
18:21:38 [2022-08-17T18:21:38.319Z] 
18:21:38 [2022-08-17T18:21:38.319Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:38 [2022-08-17T18:21:38.319Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:38 [2022-08-17T18:21:38.319Z] #43 17.17   CC       images/stats.o
18:21:38 [2022-08-17T18:21:38.576Z] #43 17.53   CC       images/core.o
18:21:38 [2022-08-17T18:21:38.833Z] #43 ...
18:21:38 [2022-08-17T18:21:38.833Z] 
18:21:38 [2022-08-17T18:21:38.833Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
18:21:38 [2022-08-17T18:21:38.833Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e
18:21:38 [2022-08-17T18:21:38.833Z] #34 DONE 82.6s
18:21:39 [2022-08-17T18:21:39.091Z] 
18:21:39 [2022-08-17T18:21:39.091Z] #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
18:21:39 [2022-08-17T18:21:39.091Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737
18:21:39 [2022-08-17T18:21:39.091Z] #40 ...
18:21:39 [2022-08-17T18:21:39.091Z] 
18:21:39 [2022-08-17T18:21:39.091Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:39 [2022-08-17T18:21:39.091Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:39 [2022-08-17T18:21:39.091Z] #43 18.15   CC       images/core-x86.o
18:21:39 [2022-08-17T18:21:39.655Z] #43 18.60   CC       images/core-arm.o
18:21:39 [2022-08-17T18:21:39.912Z] #43 18.92   CC       images/core-aarch64.o
18:21:40 [2022-08-17T18:21:40.476Z] #43 19.26   CC       images/core-ppc64.o
18:21:40 [2022-08-17T18:21:40.733Z] #43 19.77   CC       images/core-s390.o
18:21:41 [2022-08-17T18:21:41.296Z] #43 20.35   CC       images/cpuinfo.o
18:21:41 [2022-08-17T18:21:41.860Z] #43 20.79   CC       images/inventory.o
18:21:42 [2022-08-17T18:21:42.117Z] #43 21.00   CC       images/fdinfo.o
18:21:42 [2022-08-17T18:21:42.374Z] #43 21.32   CC       images/fown.o
18:21:42 [2022-08-17T18:21:42.631Z] #43 21.54   CC       images/ns.o
18:21:42 [2022-08-17T18:21:42.888Z] #43 21.74   CC       images/regfile.o
18:21:42 [2022-08-17T18:21:42.888Z] #43 21.95   CC       images/ghost-file.o
18:21:43 [2022-08-17T18:21:43.144Z] #43 22.21   CC       images/fifo.o
18:21:43 [2022-08-17T18:21:43.401Z] #43 22.41   CC       images/remap-file-path.o
18:21:43 [2022-08-17T18:21:43.658Z] #43 22.65   CC       images/eventfd.o
18:21:43 [2022-08-17T18:21:43.915Z] #43 22.85   CC       images/eventpoll.o
18:21:44 [2022-08-17T18:21:44.172Z] #43 23.09   CC       images/fh.o
18:21:44 [2022-08-17T18:21:44.429Z] #43 23.32   CC       images/fsnotify.o
18:21:44 [2022-08-17T18:21:44.686Z] #43 23.83   CC       images/signalfd.o
18:21:45 [2022-08-17T18:21:45.249Z] #43 24.02   CC       images/fs.o
18:21:45 [2022-08-17T18:21:45.249Z] #43 24.20   CC       images/pstree.o
18:21:45 [2022-08-17T18:21:45.508Z] #43 24.37   CC       images/pipe.o
18:21:45 [2022-08-17T18:21:45.765Z] #43 24.61   CC       images/tcp-stream.o
18:21:45 [2022-08-17T18:21:45.765Z] #43 24.80   CC       images/sk-packet.o
18:21:46 [2022-08-17T18:21:46.022Z] #43 25.00   CC       images/mnt.o
18:21:46 [2022-08-17T18:21:46.279Z] #43 25.20   CC       images/pipe-data.o
18:21:46 [2022-08-17T18:21:46.279Z] #43 25.36   CC       images/sa.o
18:21:46 [2022-08-17T18:21:46.536Z] #43 25.53   CC       images/timer.o
18:21:46 [2022-08-17T18:21:46.793Z] #43 25.78   CC       images/timerfd.o
18:21:47 [2022-08-17T18:21:47.050Z] #43 25.95   CC       images/mm.o
18:21:47 [2022-08-17T18:21:47.050Z] #43 26.19   CC       images/sk-opts.o
18:21:47 [2022-08-17T18:21:47.614Z] #43 26.35   CC       images/sk-unix.o
18:21:47 [2022-08-17T18:21:47.614Z] #43 26.58   CC       images/sk-inet.o
18:21:48 [2022-08-17T18:21:48.177Z] #43 26.95   CC       images/tun.o
18:21:48 [2022-08-17T18:21:48.178Z] #43 27.19   CC       images/sk-netlink.o
18:21:48 [2022-08-17T18:21:48.467Z] #43 27.36   CC       images/packet-sock.o
18:21:48 [2022-08-17T18:21:48.467Z] #43 ...
18:21:48 [2022-08-17T18:21:48.467Z] 
18:21:48 [2022-08-17T18:21:48.467Z] #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
18:21:48 [2022-08-17T18:21:48.467Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75
18:21:48 [2022-08-17T18:21:48.467Z] #13 90.35 Selecting previously unselected package g++-mingw-w64-x86-64.
18:21:48 [2022-08-17T18:21:48.467Z] #13 90.35 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
18:21:48 [2022-08-17T18:21:48.467Z] #13 90.35 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
18:21:55 [2022-08-17T18:21:55.013Z] #13 ...
18:21:55 [2022-08-17T18:21:55.013Z] 
18:21:55 [2022-08-17T18:21:55.013Z] #56 [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
18:21:55 [2022-08-17T18:21:55.013Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94
18:21:55 [2022-08-17T18:21:55.525Z] #56 47.80 Checking out files:  49% (2436/4926)   
Checking out files:  50% (2463/4926)   
Checking out files:  51% (2513/4926)   
Checking out files:  52% (2562/4926)   
Checking out files:  53% (2611/4926)   
Checking out files:  54% (2661/4926)   
Checking out files:  55% (2710/4926)   
Checking out files:  56% (2759/4926)   
Checking out files:  57% (2808/4926)   
Checking out files:  58% (2858/4926)   
Checking out files:  59% (2907/4926)   
Checking out files:  60% (2956/4926)   
Checking out files:  61% (3005/4926)   
Checking out files:  62% (3055/4926)   
Checking out files:  63% (3104/4926)   
Checking out files:  64% (3153/4926)   
Checking out files:  65% (3202/4926)   
Checking out files:  66% (3252/4926)   
Checking out files:  67% (3301/4926)   
Checking out files:  68% (3350/4926)   
Checking out files:  69% (3399/4926)   
Checking out files:  70% (3449/4926)   
Checking out files:  71% (3498/4926)   
Checking out files:  72% (3547/4926)   
Checking out files:  73% (3596/4926)   
Checking out files:  74% (3646/4926)   
Checking out files:  75% (3695/4926)   
Checking out files:  76% (3744/4926)   
Checking out files:  77% (3794/4926)   
Checking out files:  78% (3843/4926)   
Checking out files:  79% (3892/4926)   
Checking out files:  80% (3941/4926)   
Checking out files:  81% (3991/4926)   
Checking out files:  82% (4040/4926)   
Checking out files:  83% (4089/4926)   
Checking out files:  84% (4138/4926)   
Checking out files:  85% (4188/4926)   
Checking out files:  86% (4237/4926)   
Checking out files:  87% (4286/4926)   
Checking out files:  88% (4335/4926)   
Checking out files:  89% (4385/4926)   
Checking out files:  90% (4434/4926)   
Checking out files:  90% (4476/4926)   
Checking out files:  91% (4483/4926)   
Checking out files:  92% (4532/4926)   
Checking out files:  93% (4582/4926)   
Checking out files:  94% (4631/4926)   
Checking out files:  95% (4680/4926)   
Checking out files:  96% (4729/4926)   
Checking out files:  97% (4779/4926)   
Checking out files:  98% (4828/4926)   
Checking out files:  99% (4877/4926)   
Checking out files: 100% (4926/4926)   
Checking out files: 100% (4926/4926), done.
18:21:55 [2022-08-17T18:21:55.525Z] #56 49.14 + cd /tmp/tmp.VMct3JHqhC/src/github.com/containerd/containerd
18:21:55 [2022-08-17T18:21:55.525Z] #56 49.14 + git checkout -q v1.6.7
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.57 + export 'BUILDTAGS=netgo osusergo static_build'
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.57 + BUILDTAGS='netgo osusergo static_build'
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.57 + export EXTRA_FLAGS=-buildmode=pie
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.57 + EXTRA_FLAGS=-buildmode=pie
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.57 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.57 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.58 + '[' '' = dynamic ']'
18:21:56 [2022-08-17T18:21:56.891Z] #56 50.58 + make
18:21:58 [2022-08-17T18:21:58.786Z] #56 52.20 + bin/ctr
18:21:58 [2022-08-17T18:21:58.786Z] #56 ...
18:21:58 [2022-08-17T18:21:58.786Z] 
18:21:58 [2022-08-17T18:21:58.786Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:21:58 [2022-08-17T18:21:58.786Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:21:58 [2022-08-17T18:21:58.786Z] #43 27.67   CC       images/ipc-var.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 27.91   CC       images/ipc-desc.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 28.14   CC       images/ipc-shm.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 28.33   CC       images/ipc-msg.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 28.53   CC       images/ipc-sem.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 28.68   CC       images/utsns.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 28.85   CC       images/creds.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 29.06   CC       images/vma.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 29.23   CC       images/netdev.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 29.53   CC       images/tty.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 30.01   CC       images/file-lock.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 30.17   CC       images/rlimit.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 30.33   CC       images/pagemap.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 30.56   CC       images/siginfo.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 30.76   CC       images/rpc.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 31.72   CC       images/ext-file.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 31.91   CC       images/cgroup.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 32.46   CC       images/userns.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 32.65   CC       images/google/protobuf/descriptor.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 34.01   CC       images/opts.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 34.20   CC       images/seccomp.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 34.48   CC       images/binfmt-misc.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 34.69   CC       images/time.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 34.87   CC       images/sysctl.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 35.07   CC       images/autofs.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 35.28   CC       images/macvlan.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 35.46   CC       images/sit.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 35.65   CC       images/memfd.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 35.88   CC       images/timens.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.13   LINK     images/built-in.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.28   GEN      compel/include/asm
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.30   GEN      compel/include/version.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.31 touch .config
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.34   GEN      include/common/config.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.45   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.46   GEN      compel/plugins/include/uapi/std/syscall-64.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.50   GEN      compel/arch/x86/plugins/std/syscalls-64.S
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.52   DEP      compel/arch/x86/plugins/std/syscalls-64.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.54   DEP      compel/arch/x86/plugins/std/memcpy.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.56   DEP      compel/arch/x86/plugins/std/parasite-head.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.58   GEN      compel/plugins/include/uapi/std/syscall.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.62   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.62   GEN      compel/plugins/include/uapi/std/syscall-codes.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.66   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.66   DEP      compel/plugins/std/infect.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.78   DEP      compel/plugins/std/string.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.87   DEP      compel/plugins/std/log.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 36.94   DEP      compel/plugins/std/fds.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 37.02   DEP      compel/plugins/std/std.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 37.13   DEP      compel/plugins/shmem/shmem.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 37.19   DEP      compel/plugins/fds/fds.d
18:21:58 [2022-08-17T18:21:58.786Z] #43 37.32   CC       compel/plugins/std/std.o
18:21:58 [2022-08-17T18:21:58.786Z] #43 37.65   CC       compel/plugins/std/fds.o
18:21:59 [2022-08-17T18:21:59.043Z] #43 38.04   CC       compel/plugins/std/log.o
18:21:59 [2022-08-17T18:21:59.972Z] #43 38.73   CC       compel/plugins/std/string.o
18:22:00 [2022-08-17T18:22:00.229Z] #43 39.19   CC       compel/plugins/std/infect.o
18:22:00 [2022-08-17T18:22:00.487Z] #43 39.55   CC       compel/arch/x86/plugins/std/parasite-head.o
18:22:00 [2022-08-17T18:22:00.487Z] #43 39.60   CC       compel/arch/x86/plugins/std/memcpy.o
18:22:00 [2022-08-17T18:22:00.744Z] #43 39.66   CC       compel/arch/x86/plugins/std/syscalls-64.o
18:22:00 [2022-08-17T18:22:00.744Z] #43 39.71   AR       compel/plugins/std.lib.a
18:22:00 [2022-08-17T18:22:00.744Z] #43 39.77   CC       compel/plugins/fds/fds.o
18:22:01 [2022-08-17T18:22:01.000Z] #43 40.02   AR       compel/plugins/fds.lib.a
18:22:01 [2022-08-17T18:22:01.001Z] #43 40.09   HOSTDEP  compel/src/lib/log-host.d
18:22:01 [2022-08-17T18:22:01.001Z] #43 40.16   HOSTDEP  compel/src/lib/handle-elf-host.d
18:22:01 [2022-08-17T18:22:01.257Z] #43 40.24   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
18:22:01 [2022-08-17T18:22:01.257Z] #43 40.29   HOSTDEP  compel/src/main-host.d
18:22:01 [2022-08-17T18:22:01.514Z] #43 40.38   DEP      compel/src/lib/ptrace.d
18:22:01 [2022-08-17T18:22:01.514Z] #43 40.49   DEP      compel/src/lib/infect.d
18:22:01 [2022-08-17T18:22:01.771Z] #43 40.64   DEP      compel/src/lib/infect-util.d
18:22:01 [2022-08-17T18:22:01.771Z] #43 40.73   DEP      compel/src/lib/infect-rpc.d
18:22:01 [2022-08-17T18:22:01.771Z] #43 ...
18:22:01 [2022-08-17T18:22:01.771Z] 
18:22:01 [2022-08-17T18:22:01.771Z] #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
18:22:01 [2022-08-17T18:22:01.771Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75
18:22:01 [2022-08-17T18:22:01.771Z] #13 103.6 Selecting previously unselected package libapparmor1:amd64.
18:22:01 [2022-08-17T18:22:01.771Z] #13 103.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
18:22:01 [2022-08-17T18:22:01.771Z] #13 103.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
18:22:01 [2022-08-17T18:22:01.771Z] #13 103.7 Selecting previously unselected package libapparmor-dev:amd64.
18:22:01 [2022-08-17T18:22:01.771Z] #13 103.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
18:22:01 [2022-08-17T18:22:01.771Z] #13 103.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
18:22:02 [2022-08-17T18:22:02.028Z] #13 103.8 Selecting previously unselected package libbtrfs0.
18:22:02 [2022-08-17T18:22:02.028Z] #13 103.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.028Z] #13 103.8 Unpacking libbtrfs0 (4.20.1-2) ...
18:22:02 [2022-08-17T18:22:02.028Z] #13 103.9 Selecting previously unselected package libbtrfs-dev.
18:22:02 [2022-08-17T18:22:02.028Z] #13 103.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.028Z] #13 103.9 Unpacking libbtrfs-dev (4.20.1-2) ...
18:22:02 [2022-08-17T18:22:02.028Z] #13 104.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
18:22:02 [2022-08-17T18:22:02.028Z] #13 104.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.028Z] #13 104.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
18:22:02 [2022-08-17T18:22:02.285Z] #13 104.1 Selecting previously unselected package libudev-dev:amd64.
18:22:02 [2022-08-17T18:22:02.285Z] #13 104.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.285Z] #13 104.1 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
18:22:02 [2022-08-17T18:22:02.285Z] #13 104.2 Selecting previously unselected package libsepol1-dev:amd64.
18:22:02 [2022-08-17T18:22:02.285Z] #13 104.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.285Z] #13 104.2 Unpacking libsepol1-dev:amd64 (2.8-1) ...
18:22:02 [2022-08-17T18:22:02.542Z] #13 104.5 Selecting previously unselected package libpcre16-3:amd64.
18:22:02 [2022-08-17T18:22:02.800Z] #13 104.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.800Z] #13 104.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
18:22:02 [2022-08-17T18:22:02.800Z] #13 104.6 Selecting previously unselected package libpcre32-3:amd64.
18:22:02 [2022-08-17T18:22:02.800Z] #13 104.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
18:22:02 [2022-08-17T18:22:02.800Z] #13 104.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
18:22:03 [2022-08-17T18:22:03.059Z] #13 104.8 Selecting previously unselected package libpcrecpp0v5:amd64.
18:22:03 [2022-08-17T18:22:03.060Z] #13 104.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
18:22:03 [2022-08-17T18:22:03.060Z] #13 104.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
18:22:03 [2022-08-17T18:22:03.060Z] #13 104.9 Selecting previously unselected package libpcre3-dev:amd64.
18:22:03 [2022-08-17T18:22:03.060Z] #13 104.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
18:22:03 [2022-08-17T18:22:03.060Z] #13 104.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
18:22:03 [2022-08-17T18:22:03.622Z] #13 105.6 Selecting previously unselected package libselinux1-dev:amd64.
18:22:03 [2022-08-17T18:22:03.878Z] #13 105.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
18:22:03 [2022-08-17T18:22:03.878Z] #13 105.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
18:22:04 [2022-08-17T18:22:04.134Z] #13 105.9 Selecting previously unselected package libdevmapper-dev:amd64.#13 ...
18:22:04 [2022-08-17T18:22:04.134Z] 
18:22:04 [2022-08-17T18:22:04.134Z] #58 [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
18:22:04 [2022-08-17T18:22:04.134Z] #58 sha256:6a51665787ac843bf662fca279eb84907309089e7bfa3736c207783cb8d3dd29
18:22:04 [2022-08-17T18:22:04.134Z] #58 101.4 + for f in rootlesskit rootlesskit-docker-proxy
18:22:04 [2022-08-17T18:22:04.134Z] #58 101.4 + GOBIN=/build
18:22:04 [2022-08-17T18:22:04.134Z] #58 101.4 + GO111MODULE=on
18:22:04 [2022-08-17T18:22:04.134Z] #58 101.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
18:22:04 [2022-08-17T18:22:04.134Z] #58 DONE 107.7s
18:22:04 [2022-08-17T18:22:04.134Z] 
18:22:04 [2022-08-17T18:22:04.134Z] #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
18:22:04 [2022-08-17T18:22:04.134Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75
18:22:04 [2022-08-17T18:22:04.134Z] #13 105.9 Selecting previously unselected package libdevmapper-dev:amd64.
18:22:04 [2022-08-17T18:22:04.134Z] #13 105.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
18:22:04 [2022-08-17T18:22:04.134Z] #13 105.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
18:22:04 [2022-08-17T18:22:04.134Z] #13 ...
18:22:04 [2022-08-17T18:22:04.134Z] 
18:22:04 [2022-08-17T18:22:04.134Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:22:04 [2022-08-17T18:22:04.134Z] #59 sha256:d832539e094716db0ab2434be7d7f5590eb8d3d0f5626e624853326bf6c0ff59
18:22:04 [2022-08-17T18:22:04.134Z] #59 DONE 0.1s
18:22:04 [2022-08-17T18:22:04.134Z] 
18:22:04 [2022-08-17T18:22:04.134Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:22:04 [2022-08-17T18:22:04.134Z] #60 sha256:831617f33f7628145ab4f570a1e1f3d61621e6e98e7af9ad9344efa133c96f67
18:22:04 [2022-08-17T18:22:04.134Z] #60 DONE 0.1s
18:22:04 [2022-08-17T18:22:04.134Z] 
18:22:04 [2022-08-17T18:22:04.134Z] #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
18:22:04 [2022-08-17T18:22:04.134Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75
18:22:04 [2022-08-17T18:22:04.134Z] #13 106.1 Selecting previously unselected package libseccomp-dev:amd64.
18:22:04 [2022-08-17T18:22:04.134Z] #13 106.1 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ...
18:22:04 [2022-08-17T18:22:04.390Z] #13 106.1 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
18:22:04 [2022-08-17T18:22:04.390Z] #13 106.3 Selecting previously unselected package libsystemd-dev:amd64.
18:22:04 [2022-08-17T18:22:04.390Z] #13 106.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
18:22:04 [2022-08-17T18:22:04.390Z] #13 106.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libapparmor1:amd64 (2.13.2-10) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libpcre16-3:amd64 (2:8.39-12) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libsepol1-dev:amd64 (2.8-1) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libbtrfs0 (4.20.1-2) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libpcre32-3:amd64 (2:8.39-12) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libbtrfs-dev (4.20.1-2) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.9 Setting up mingw-w64-common (6.0.0-3) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 107.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 107.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 107.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
18:22:04 [2022-08-17T18:22:04.951Z] #13 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
18:22:04 [2022-08-17T18:22:04.952Z] #13 107.0 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
18:22:04 [2022-08-17T18:22:04.952Z] #13 107.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
18:22:04 [2022-08-17T18:22:04.952Z] #13 107.0 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
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.1 Setting up dmsetup (2:1.02.155-3) ...
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
18:22:05 [2022-08-17T18:22:05.207Z] #13 107.1 Processing triggers for libc-bin (2.28-10+deb10u1) ...
18:22:05 [2022-08-17T18:22:05.770Z] #13 DONE 107.5s
18:22:05 [2022-08-17T18:22:05.770Z] 
18:22:05 [2022-08-17T18:22:05.770Z] #53 [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
18:22:05 [2022-08-17T18:22:05.770Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792
18:22:09 [2022-08-17T18:22:09.939Z] #53 ...
18:22:09 [2022-08-17T18:22:09.939Z] 
18:22:09 [2022-08-17T18:22:09.939Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
18:22:09 [2022-08-17T18:22:09.939Z] #14 sha256:6fe844d6d0120f3cae38a5886e15a2220595bd42fb3bf2c6147f2edfae5dc906
18:22:09 [2022-08-17T18:22:09.939Z] #14 DONE 3.6s
18:22:09 [2022-08-17T18:22:09.939Z] 
18:22:09 [2022-08-17T18:22:09.939Z] #53 [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
18:22:09 [2022-08-17T18:22:09.939Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.664 + RM_GOPATH=0
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.664 + TMP_GOPATH=
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.664 + : /build
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.664 + '[' -z '' ']'
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.700 ++ mktemp -d
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.700 + export GOPATH=/tmp/tmp.fuCSgN05Xj
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.700 + GOPATH=/tmp/tmp.fuCSgN05Xj
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.700 + RM_GOPATH=1
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.700 + case "$(go env GOARCH)" in
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.700 ++ go env GOARCH
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.711 + export GO_BUILDMODE=-buildmode=pie
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.711 + GO_BUILDMODE=-buildmode=pie
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.711 ++ dirname /tmp/install/install.sh
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + dir=/tmp/install
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + bin=runc
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + shift
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + '[' '!' -f /tmp/install/runc.installer ']'
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + . /tmp/install/runc.installer
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 ++ set -e
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 ++ : v1.1.3
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + install_runc
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + RUNC_BUILDTAGS=seccomp
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + echo 'Install runc version v1.1.3 (build tags: seccomp)'
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.fuCSgN05Xj/src/github.com/opencontainers/runc
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.739 Cloning into '/tmp/tmp.fuCSgN05Xj/src/github.com/opencontainers/runc'...
18:22:09 [2022-08-17T18:22:09.939Z] #53 3.748 Install runc version v1.1.3 (build tags: seccomp)
18:22:11 [2022-08-17T18:22:11.831Z] #53 ...
18:22:11 [2022-08-17T18:22:11.831Z] 
18:22:11 [2022-08-17T18:22:11.831Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:11 [2022-08-17T18:22:11.831Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:11 [2022-08-17T18:22:11.831Z] #43 40.82   DEP      compel/arch/x86/src/lib/infect.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 40.90   DEP      compel/arch/x86/src/lib/cpu.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 40.96   DEP      compel/src/lib/log.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 41.02   DEP      compel/src/main.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 41.16   DEP      compel/src/lib/handle-elf.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 41.25   DEP      compel/arch/x86/src/lib/handle-elf.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 41.37   CC       compel/src/lib/log.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 41.68   CC       compel/arch/x86/src/lib/cpu.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 42.37   CC       compel/arch/x86/src/lib/infect.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 42.95   CC       compel/src/lib/infect-rpc.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 43.40   CC       compel/src/lib/infect-util.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 43.62   CC       compel/src/lib/infect.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 45.57   CC       compel/src/lib/ptrace.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 45.85   AR       compel/libcompel.a
18:22:11 [2022-08-17T18:22:11.831Z] #43 45.92   HOSTCC   compel/src/main-host.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 46.15   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 46.30   HOSTCC   compel/src/lib/handle-elf-host.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 46.63   HOSTCC   compel/src/lib/log-host.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 46.77   HOSTLINK compel/compel-host-bin
18:22:11 [2022-08-17T18:22:11.831Z] #43 46.86   DEP      soccr/soccr.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 46.97   CC       soccr/soccr.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.01   AR       soccr/libsoccr.a
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.06 make[1]: 'soccr/libsoccr.a' is up to date.
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.42   DEP      criu/arch/x86/sigframe.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.44   DEP      criu/arch/x86/sigaction_compat.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.53   DEP      criu/arch/x86/kerndat.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.69   DEP      criu/arch/x86/crtools.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.69   DEP      criu/arch/x86/cpu.d
18:22:11 [2022-08-17T18:22:11.831Z] #43 48.77   CC       criu/arch/x86/cpu.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 49.30   CC       criu/arch/x86/crtools.o
18:22:11 [2022-08-17T18:22:11.831Z] #43 50.43   CC       criu/arch/x86/kerndat.o
18:22:12 [2022-08-17T18:22:12.087Z] #43 50.92   CC       criu/arch/x86/sigaction_compat.o
18:22:12 [2022-08-17T18:22:12.344Z] #43 51.21   CC       criu/arch/x86/sigframe.o
18:22:12 [2022-08-17T18:22:12.344Z] #43 51.44   LINK     criu/arch/x86/crtools.built-in.o
18:22:12 [2022-08-17T18:22:12.601Z] #43 51.50   DEP      criu/pie/util-vdso-elf32.d
18:22:12 [2022-08-17T18:22:12.601Z] #43 51.65   DEP      criu/pie/util-vdso.d
18:22:12 [2022-08-17T18:22:12.857Z] #43 ...
18:22:12 [2022-08-17T18:22:12.858Z] 
18:22:12 [2022-08-17T18:22:12.858Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
18:22:12 [2022-08-17T18:22:12.858Z] #15 sha256:f162fbc0dc78319128a7fa0a7a2e0a55367da8974c899939839f6097074ab280
18:22:12 [2022-08-17T18:22:12.858Z] #15 DONE 3.6s
18:22:12 [2022-08-17T18:22:12.858Z] 
18:22:12 [2022-08-17T18:22:12.858Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:12 [2022-08-17T18:22:12.858Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:12 [2022-08-17T18:22:12.858Z] #43 51.78   DEP      criu/pie/util.d
18:22:12 [2022-08-17T18:22:12.858Z] #43 ...
18:22:12 [2022-08-17T18:22:12.858Z] 
18:22:12 [2022-08-17T18:22:12.858Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
18:22:12 [2022-08-17T18:22:12.858Z] #16 sha256:a1356f0f53fed6dd321fbb7e3b2e7efcdea14cadeb650bab146ad5170a8ea572
18:22:15 [2022-08-17T18:22:15.377Z] #16 2.185 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
18:22:15 [2022-08-17T18:22:15.377Z] #16 DONE 2.2s
18:22:15 [2022-08-17T18:22:15.377Z] 
18:22:15 [2022-08-17T18:22:15.377Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
18:22:15 [2022-08-17T18:22:15.377Z] #17 sha256:2280036e56f4451b37ceb580fdd12561ffb13693058a3fdce3b18b96ce471452
18:22:17 [2022-08-17T18:22:17.293Z] #17 DONE 1.9s
18:22:17 [2022-08-17T18:22:17.293Z] 
18:22:17 [2022-08-17T18:22:17.293Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
18:22:17 [2022-08-17T18:22:17.293Z] #18 sha256:621e70a2779988baa9bbb1ac50b226780bb61c6f24e7a931c49a324df8e49341
18:22:19 [2022-08-17T18:22:19.187Z] #18 DONE 1.9s
18:22:19 [2022-08-17T18:22:19.187Z] 
18:22:19 [2022-08-17T18:22:19.187Z] #19 [dev-systemd-false  6/26] RUN ldconfig
18:22:19 [2022-08-17T18:22:19.187Z] #19 sha256:fc0c9996ec7d9d9cff36e35d1dbd63356d9f7e81aa593844ef2bc0ad16961d8d
18:22:21 [2022-08-17T18:22:21.082Z] #19 DONE 2.0s
18:22:21 [2022-08-17T18:22:21.082Z] 
18:22:21 [2022-08-17T18:22:21.082Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:22:21 [2022-08-17T18:22:21.082Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:22:22 [2022-08-17T18:22:22.976Z] #20 2.285 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB]
18:22:22 [2022-08-17T18:22:22.976Z] #20 ...
18:22:22 [2022-08-17T18:22:22.976Z] 
18:22:22 [2022-08-17T18:22:22.976Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:22 [2022-08-17T18:22:22.976Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:22 [2022-08-17T18:22:22.976Z] #43 51.97   CC       criu/pie/util.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 52.36   CC       criu/pie/util-vdso.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 53.02   CC       criu/pie/util-vdso-elf32.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 53.60   AR       criu/pie/pie.lib.a
18:22:22 [2022-08-17T18:22:22.976Z] #43 53.64   DEP      criu/pie/restorer.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 53.78   DEP      criu/arch/x86/sigaction_compat_pie.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 53.87   DEP      criu/arch/x86/restorer_unmap.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 53.90   DEP      criu/arch/x86/restorer.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 54.17   DEP      criu/arch/x86/vdso-pie.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 54.29   DEP      criu/pie/parasite-vdso.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 54.49   DEP      criu/pie/parasite.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 54.71   CC       criu/pie/parasite.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 55.84   LINK     criu/pie/parasite.built-in.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 55.86   GEN      criu/pie/parasite-blob.h
18:22:22 [2022-08-17T18:22:22.976Z] #43 55.87   CC       criu/pie/parasite-vdso.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 56.63   CC       criu/arch/x86/vdso-pie.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 56.90   CC       criu/arch/x86/restorer.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 57.31   CC       criu/arch/x86/restorer_unmap.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 57.37   CC       criu/arch/x86/sigaction_compat_pie.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 57.63   CC       criu/pie/restorer.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 60.54   LINK     criu/pie/restorer.built-in.o
18:22:22 [2022-08-17T18:22:22.976Z] #43 60.54   GEN      criu/pie/restorer-blob.h
18:22:22 [2022-08-17T18:22:22.976Z] #43 60.62   DEP      criu/vdso.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 60.77   DEP      criu/vdso-compat.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 60.95   DEP      criu/uts_ns.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 61.12   DEP      criu/util.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 61.31   DEP      criu/uffd.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 61.46   DEP      criu/tun.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 61.62   DEP      criu/tty.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 61.80   DEP      criu/timerfd.d
18:22:22 [2022-08-17T18:22:22.976Z] #43 61.98   DEP      criu/timens.d
18:22:23 [2022-08-17T18:22:23.234Z] #43 62.18   DEP      criu/sysfs_parse.d
18:22:23 [2022-08-17T18:22:23.234Z] #43 ...
18:22:23 [2022-08-17T18:22:23.234Z] 
18:22:23 [2022-08-17T18:22:23.234Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:22:23 [2022-08-17T18:22:23.234Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:22:23 [2022-08-17T18:22:23.234Z] #20 2.306 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
18:22:23 [2022-08-17T18:22:23.234Z] #20 2.325 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
18:22:23 [2022-08-17T18:22:23.234Z] #20 2.329 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB]
18:22:23 [2022-08-17T18:22:23.491Z] #20 2.781 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB]
18:22:24 [2022-08-17T18:22:24.860Z] #20 3.769 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB]
18:22:26 [2022-08-17T18:22:26.229Z] #20 5.341 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB]
18:22:27 [2022-08-17T18:22:27.599Z] #20 6.739 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
18:22:28 [2022-08-17T18:22:28.969Z] #20 ...
18:22:28 [2022-08-17T18:22:28.969Z] 
18:22:28 [2022-08-17T18:22:28.969Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:28 [2022-08-17T18:22:28.969Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:28 [2022-08-17T18:22:28.969Z] #43 62.29   DEP      criu/sysctl.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 62.40   DEP      criu/string.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 62.45   DEP      criu/stats.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 62.57   DEP      criu/sockets.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 62.71   DEP      criu/sk-unix.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 62.89   DEP      criu/sk-tcp.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.07   DEP      criu/sk-queue.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.18   DEP      criu/sk-packet.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.35   DEP      criu/sk-netlink.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.52   DEP      criu/sk-inet.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.70   DEP      criu/signalfd.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.85   DEP      criu/sigframe.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 63.96   DEP      criu/shmem.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.14   DEP      criu/servicefd.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.29   DEP      criu/seize.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.43   DEP      criu/seccomp.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.60   DEP      criu/rst-malloc.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.69   DEP      criu/rbtree.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.73   DEP      criu/pstree.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 64.88   DEP      criu/protobuf.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 65.04   GEN      criu/protobuf-desc-gen.h
18:22:28 [2022-08-17T18:22:28.969Z] #43 66.76   DEP      criu/protobuf-desc.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 66.96   DEP      criu/proc_parse.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.14   DEP      criu/plugin.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.22   DEP      criu/pipes.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.37   DEP      criu/pie-util.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.53   DEP      criu/pie-util-vdso.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.69   DEP      criu/pie-util-vdso-elf32.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.81   DEP      criu/path.d
18:22:28 [2022-08-17T18:22:28.969Z] #43 67.96   DEP      criu/parasite-syscall.d
18:22:29 [2022-08-17T18:22:29.226Z] #43 68.14   DEP      criu/pagemap.d
18:22:29 [2022-08-17T18:22:29.483Z] #43 68.28   DEP      criu/pagemap-cache.d
18:22:29 [2022-08-17T18:22:29.483Z] #43 68.40   DEP      criu/page-xfer.d
18:22:29 [2022-08-17T18:22:29.483Z] #43 ...
18:22:29 [2022-08-17T18:22:29.483Z] 
18:22:29 [2022-08-17T18:22:29.483Z] #53 [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
18:22:29 [2022-08-17T18:22:29.483Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792
18:22:29 [2022-08-17T18:22:29.483Z] #53 13.88 + cd /tmp/tmp.fuCSgN05Xj/src/github.com/opencontainers/runc
18:22:29 [2022-08-17T18:22:29.483Z] #53 13.88 + git checkout -q v1.1.3
18:22:29 [2022-08-17T18:22:29.483Z] #53 14.46 + '[' -z '' ']'
18:22:29 [2022-08-17T18:22:29.483Z] #53 14.46 + target=static
18:22:29 [2022-08-17T18:22:29.483Z] #53 14.46 + make BUILDTAGS=seccomp static
18:22:29 [2022-08-17T18:22:29.483Z] #53 14.84 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc .
18:22:29 [2022-08-17T18:22:29.740Z] #53 ...
18:22:29 [2022-08-17T18:22:29.740Z] 
18:22:29 [2022-08-17T18:22:29.740Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:29 [2022-08-17T18:22:29.740Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:29 [2022-08-17T18:22:29.740Z] #43 68.59   DEP      criu/page-pipe.d
18:22:29 [2022-08-17T18:22:29.740Z] #43 68.74   DEP      criu/netfilter.d
18:22:29 [2022-08-17T18:22:29.998Z] #43 68.94   DEP      criu/net.d
18:22:29 [2022-08-17T18:22:29.998Z] #43 69.13   DEP      criu/namespaces.d
18:22:30 [2022-08-17T18:22:30.561Z] #43 69.29   DEP      criu/mount.d
18:22:30 [2022-08-17T18:22:30.562Z] #43 69.44   DEP      criu/memfd.d
18:22:30 [2022-08-17T18:22:30.562Z] #43 69.61   DEP      criu/mem.d
18:22:30 [2022-08-17T18:22:30.818Z] #43 69.77   DEP      criu/lsm.d
18:22:31 [2022-08-17T18:22:31.075Z] #43 69.91   DEP      criu/log.d
18:22:31 [2022-08-17T18:22:31.075Z] #43 70.04   DEP      criu/libnetlink.d
18:22:31 [2022-08-17T18:22:31.332Z] #43 70.21   DEP      criu/kerndat.d
18:22:31 [2022-08-17T18:22:31.332Z] #43 70.39   DEP      criu/kcmp-ids.d
18:22:31 [2022-08-17T18:22:31.332Z] #43 70.46   DEP      criu/irmap.d
18:22:31 [2022-08-17T18:22:31.593Z] #43 70.59   DEP      criu/ipc_ns.d
18:22:31 [2022-08-17T18:22:31.593Z] #43 70.73   DEP      criu/image.d
18:22:31 [2022-08-17T18:22:31.850Z] #43 70.87   DEP      criu/image-desc.d
18:22:32 [2022-08-17T18:22:32.106Z] #43 71.02   DEP      criu/fsnotify.d
18:22:32 [2022-08-17T18:22:32.363Z] #43 71.18   DEP      criu/filesystems.d
18:22:32 [2022-08-17T18:22:32.363Z] #43 71.34   DEP      criu/files.d
18:22:32 [2022-08-17T18:22:32.620Z] #43 71.49   DEP      criu/files-reg.d
18:22:32 [2022-08-17T18:22:32.620Z] #43 71.66   DEP      criu/files-ext.d
18:22:32 [2022-08-17T18:22:32.877Z] #43 71.79   DEP      criu/file-lock.d
18:22:32 [2022-08-17T18:22:32.877Z] #43 71.93   DEP      criu/file-ids.d
18:22:32 [2022-08-17T18:22:32.877Z] #43 72.05   DEP      criu/fifo.d
18:22:33 [2022-08-17T18:22:33.134Z] #43 72.17   DEP      criu/fdstore.d
18:22:33 [2022-08-17T18:22:33.391Z] #43 72.31   DEP      criu/fault-injection.d
18:22:33 [2022-08-17T18:22:33.391Z] #43 72.35   DEP      criu/external.d
18:22:33 [2022-08-17T18:22:33.391Z] #43 72.43   DEP      criu/eventpoll.d
18:22:33 [2022-08-17T18:22:33.391Z] #43 72.55   DEP      criu/eventfd.d
18:22:33 [2022-08-17T18:22:33.954Z] #43 72.77   DEP      criu/crtools.d
18:22:33 [2022-08-17T18:22:33.954Z] #43 72.93   DEP      criu/cr-service.d
18:22:34 [2022-08-17T18:22:34.213Z] #43 73.07   DEP      criu/cr-restore.d
18:22:34 [2022-08-17T18:22:34.213Z] #43 73.28   DEP      criu/cr-errno.d
18:22:34 [2022-08-17T18:22:34.472Z] #43 73.30   DEP      criu/cr-dump.d
18:22:34 [2022-08-17T18:22:34.472Z] #43 73.51   DEP      criu/cr-dedup.d
18:22:34 [2022-08-17T18:22:34.728Z] #43 73.66   DEP      criu/cr-check.d
18:22:34 [2022-08-17T18:22:34.728Z] #43 73.87   DEP      criu/config.d
18:22:34 [2022-08-17T18:22:34.984Z] #43 74.07   DEP      criu/clone-noasan.d
18:22:34 [2022-08-17T18:22:34.984Z] #43 74.15   DEP      criu/cgroup.d
18:22:35 [2022-08-17T18:22:35.583Z] #43 74.32   DEP      criu/cgroup-props.d
18:22:35 [2022-08-17T18:22:35.583Z] #43 74.50   DEP      criu/bitmap.d
18:22:35 [2022-08-17T18:22:35.583Z] #43 74.53   DEP      criu/bfd.d
18:22:35 [2022-08-17T18:22:35.583Z] #43 74.68   DEP      criu/autofs.d
18:22:35 [2022-08-17T18:22:35.844Z] #43 74.86   DEP      criu/aio.d
18:22:36 [2022-08-17T18:22:36.102Z] #43 75.11   DEP      criu/action-scripts.d
18:22:36 [2022-08-17T18:22:36.664Z] #43 75.43   CC       criu/action-scripts.o
18:22:36 [2022-08-17T18:22:36.920Z] #43 75.98   CC       criu/aio.o
18:22:37 [2022-08-17T18:22:37.482Z] #43 76.55   CC       criu/autofs.o
18:22:38 [2022-08-17T18:22:38.848Z] #43 ...
18:22:38 [2022-08-17T18:22:38.848Z] 
18:22:38 [2022-08-17T18:22:38.849Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
18:22:38 [2022-08-17T18:22:38.849Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27
18:22:38 [2022-08-17T18:22:38.849Z] #32 DONE 140.7s
18:22:38 [2022-08-17T18:22:38.849Z] 
18:22:38 [2022-08-17T18:22:38.849Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:22:38 [2022-08-17T18:22:38.849Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:22:38 [2022-08-17T18:22:38.849Z] #20 11.23 Fetched 9011 kB in 9s (981 kB/s)
18:22:38 [2022-08-17T18:22:38.849Z] #20 11.23 Reading package lists...
18:22:39 [2022-08-17T18:22:39.105Z] #20 14.94 Reading package lists...
18:22:39 [2022-08-17T18:22:39.105Z] #20 ...
18:22:39 [2022-08-17T18:22:39.105Z] 
18:22:39 [2022-08-17T18:22:39.105Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:39 [2022-08-17T18:22:39.105Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:39 [2022-08-17T18:22:39.105Z] #43 77.91   CC       criu/bfd.o
18:22:39 [2022-08-17T18:22:39.361Z] #43 78.47   CC       criu/bitmap.o
18:22:39 [2022-08-17T18:22:39.617Z] #43 78.61   CC       criu/cgroup-props.o
18:22:40 [2022-08-17T18:22:40.547Z] #43 79.45   CC       criu/cgroup.o
18:22:43 [2022-08-17T18:22:43.067Z] #43 82.07   CC       criu/clone-noasan.o
18:22:43 [2022-08-17T18:22:43.323Z] #43 82.28   CC       criu/config.o
18:22:44 [2022-08-17T18:22:44.253Z] #43 ...
18:22:44 [2022-08-17T18:22:44.253Z] 
18:22:44 [2022-08-17T18:22:44.253Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:22:44 [2022-08-17T18:22:44.253Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:22:44 [2022-08-17T18:22:44.253Z] #20 14.94 Reading package lists...
18:22:44 [2022-08-17T18:22:44.253Z] #20 18.61 Building dependency tree...
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25 libcap2-bin is already the newest version (1:2.25-2).
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25 The following additional packages will be installed:
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.25   python3.7 python3.7-minimal vim-runtime xxd
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26 Suggested packages:
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26   quota
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26 Recommended packages:
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26   aufs-dkms nftables build-essential python3-dev python3-keyring
18:22:44 [2022-08-17T18:22:44.253Z] #20 20.26   python3-keyrings.alt python3-xdg unzip
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81 The following NEW packages will be installed:
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
18:22:44 [2022-08-17T18:22:44.253Z] #20 21.81   xz-utils zip
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.13 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded.
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.13 Need to get 28.6 MB of archives.
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.13 After this operation, 116 MB of additional disk space will be used.
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
18:22:44 [2022-08-17T18:22:44.253Z] #20 22.34 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.41 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.44 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.46 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.47 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.48 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.96 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.96 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.97 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.97 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.97 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.98 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 22.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.06 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.06 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.07 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.08 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.09 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.11 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.11 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.18 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.19 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.55 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
18:22:44 [2022-08-17T18:22:44.254Z] #20 23.59 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
18:22:44 [2022-08-17T18:22:44.510Z] #20 ...
18:22:44 [2022-08-17T18:22:44.510Z] 
18:22:44 [2022-08-17T18:22:44.510Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:22:44 [2022-08-17T18:22:44.510Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:22:44 [2022-08-17T18:22:44.510Z] #43 83.61   CC       criu/cr-check.o
18:22:46 [2022-08-17T18:22:46.401Z] #43 85.29   CC       criu/cr-dedup.o
18:22:46 [2022-08-17T18:22:46.657Z] #43 85.70   CC       criu/cr-dump.o
18:22:49 [2022-08-17T18:22:49.175Z] #43 88.03   CC       criu/cr-errno.o
18:22:49 [2022-08-17T18:22:49.175Z] #43 88.13   CC       criu/cr-restore.o
18:22:50 [2022-08-17T18:22:50.104Z] #43 ...
18:22:50 [2022-08-17T18:22:50.104Z] 
18:22:50 [2022-08-17T18:22:50.104Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:22:50 [2022-08-17T18:22:50.104Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.22 debconf: delaying package configuration, since apt-utils is not installed
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.32 Fetched 28.6 MB in 2s (16.5 MB/s)
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.37 Selecting previously unselected package pigz.
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.37 (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 ... 23452 files and directories currently installed.)
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.42 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.42 Unpacking pigz (2.4-1) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.51 Selecting previously unselected package libpython3.7-minimal:amd64.
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.52 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.88 Selecting previously unselected package python3.7-minimal.
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.89 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 24.90 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 25.72 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 25.75 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.80 Selecting previously unselected package python3-minimal.
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23701 files and directories currently installed.)
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.84 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.85 Unpacking python3-minimal (3.7.3-1) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.90 Selecting previously unselected package libmpdec2:amd64.
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.91 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 27.92 Unpacking libmpdec2:amd64 (2.4.2-2) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 28.01 Selecting previously unselected package libpython3.7-stdlib:amd64.
18:22:50 [2022-08-17T18:22:50.104Z] #20 28.03 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 28.03 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.00 Selecting previously unselected package python3.7.
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.00 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.00 Unpacking python3.7 (3.7.3-2+deb10u3) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.13 Selecting previously unselected package libpython3-stdlib:amd64.
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.13 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.14 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
18:22:50 [2022-08-17T18:22:50.104Z] #20 29.24 Setting up python3-minimal (3.7.3-1) ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.03 Selecting previously unselected package python3.
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.03 (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 ... 24113 files and directories currently installed.)
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.08 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.09 Unpacking python3 (3.7.3-1) ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.19 Selecting previously unselected package libip4tc0:amd64.
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.20 Unpacking libip4tc0:amd64 (1.8.2-4) ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.27 Selecting previously unselected package libip6tc0:amd64.
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.27 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.28 Unpacking libip6tc0:amd64 (1.8.2-4) ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.35 Selecting previously unselected package libiptc0:amd64.
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.35 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.035Z] #20 30.36 Unpacking libiptc0:amd64 (1.8.2-4) ...
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.43 Selecting previously unselected package libnfnetlink0:amd64.
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.45 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.45 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.51 Selecting previously unselected package libnetfilter-conntrack3:amd64.
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.51 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.52 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.60 Selecting previously unselected package libnftnl11:amd64.
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.60 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.291Z] #20 30.60 Unpacking libnftnl11:amd64 (1.1.2-2) ...
18:22:51 [2022-08-17T18:22:51.547Z] #20 30.70 Selecting previously unselected package iptables.
18:22:51 [2022-08-17T18:22:51.547Z] #20 30.71 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.547Z] #20 30.72 Unpacking iptables (1.8.2-4) ...
18:22:51 [2022-08-17T18:22:51.803Z] #20 31.01 Selecting previously unselected package xxd.
18:22:51 [2022-08-17T18:22:51.803Z] #20 31.01 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ...
18:22:51 [2022-08-17T18:22:51.803Z] #20 31.03 Unpacking xxd (2:8.1.0875-5+deb10u2) ...
18:22:52 [2022-08-17T18:22:52.071Z] #20 31.12 Selecting previously unselected package vim-common.
18:22:52 [2022-08-17T18:22:52.071Z] #20 31.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ...
18:22:52 [2022-08-17T18:22:52.071Z] #20 31.16 Unpacking vim-common (2:8.1.0875-5+deb10u2) ...
18:22:52 [2022-08-17T18:22:52.071Z] #20 31.34 Selecting previously unselected package bash-completion.
18:22:52 [2022-08-17T18:22:52.071Z] #20 31.35 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
18:22:54 [2022-08-17T18:22:54.593Z] #20 33.90 Unpacking bash-completion (1:2.8-6) ...
18:22:55 [2022-08-17T18:22:55.162Z] #20 34.38 Selecting previously unselected package bzip2.
18:22:55 [2022-08-17T18:22:55.162Z] #20 34.38 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:22:55 [2022-08-17T18:22:55.162Z] #20 34.39 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:22:55 [2022-08-17T18:22:55.162Z] #20 34.48 Selecting previously unselected package xz-utils.
18:22:55 [2022-08-17T18:22:55.162Z] #20 34.48 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ...
18:22:55 [2022-08-17T18:22:55.162Z] #20 34.48 Unpacking xz-utils (5.2.4-1+deb10u1) ...
18:22:55 [2022-08-17T18:22:55.419Z] #20 34.70 Selecting previously unselected package apparmor.
18:22:55 [2022-08-17T18:22:55.419Z] #20 34.70 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
18:22:55 [2022-08-17T18:22:55.419Z] #20 34.79 Unpacking apparmor (2.13.2-10) ...
18:22:55 [2022-08-17T18:22:55.984Z] #20 35.13 Selecting previously unselected package aufs-tools.
18:22:55 [2022-08-17T18:22:55.984Z] #20 35.13 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
18:22:55 [2022-08-17T18:22:55.984Z] #20 35.14 Unpacking aufs-tools (1:4.14+20190211-1) ...
18:22:55 [2022-08-17T18:22:55.984Z] #20 35.26 Selecting previously unselected package libonig5:amd64.
18:22:55 [2022-08-17T18:22:55.984Z] #20 35.26 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
18:22:55 [2022-08-17T18:22:55.984Z] #20 35.27 Unpacking libonig5:amd64 (6.9.1-1) ...
18:22:56 [2022-08-17T18:22:56.240Z] #20 35.40 Selecting previously unselected package libjq1:amd64.
18:22:56 [2022-08-17T18:22:56.240Z] #20 35.40 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
18:22:56 [2022-08-17T18:22:56.240Z] #20 35.41 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
18:22:56 [2022-08-17T18:22:56.240Z] #20 35.51 Selecting previously unselected package jq.
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.51 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.52 Unpacking jq (1.5+dfsg-2+b1) ...
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.60 Selecting previously unselected package libaio1:amd64.
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.60 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.60 Unpacking libaio1:amd64 (0.3.112-3) ...
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.66 Selecting previously unselected package libgpm2:amd64.
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.66 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.67 Unpacking libgpm2:amd64 (1.20.7-5) ...
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.76 Selecting previously unselected package libicu63:amd64.
18:22:56 [2022-08-17T18:22:56.497Z] #20 35.76 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ...
18:22:56 [2022-08-17T18:22:56.754Z] #20 35.76 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.04 Selecting previously unselected package libnet1:amd64.
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.14 Selecting previously unselected package libnl-3-200:amd64.
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.15 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.25 Selecting previously unselected package libprotobuf-c1:amd64.
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.25 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.31 Selecting previously unselected package libreadline5:amd64.
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.31 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
18:23:00 [2022-08-17T18:23:00.029Z] #20 39.32 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
18:23:00 [2022-08-17T18:23:00.286Z] #20 39.41 Selecting previously unselected package net-tools.
18:23:00 [2022-08-17T18:23:00.286Z] #20 39.43 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
18:23:00 [2022-08-17T18:23:00.286Z] #20 39.43 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
18:23:00 [2022-08-17T18:23:00.542Z] #20 39.65 Selecting previously unselected package patch.
18:23:00 [2022-08-17T18:23:00.542Z] #20 39.66 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
18:23:00 [2022-08-17T18:23:00.542Z] #20 39.67 Unpacking patch (2.7.6-3+deb10u1) ...
18:23:00 [2022-08-17T18:23:00.542Z] #20 39.78 Selecting previously unselected package python-pip-whl.
18:23:00 [2022-08-17T18:23:00.542Z] #20 39.78 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
18:23:00 [2022-08-17T18:23:00.542Z] #20 39.79 Unpacking python-pip-whl (18.1-5) ...
18:23:01 [2022-08-17T18:23:01.103Z] #20 40.35 Selecting previously unselected package python3-lib2to3.
18:23:01 [2022-08-17T18:23:01.103Z] #20 40.35 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
18:23:01 [2022-08-17T18:23:01.103Z] #20 40.36 Unpacking python3-lib2to3 (3.7.3-1) ...
18:23:01 [2022-08-17T18:23:01.103Z] #20 40.48 Selecting previously unselected package python3-distutils.
18:23:01 [2022-08-17T18:23:01.360Z] #20 40.48 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
18:23:01 [2022-08-17T18:23:01.360Z] #20 40.49 Unpacking python3-distutils (3.7.3-1) ...
18:23:01 [2022-08-17T18:23:01.616Z] #20 40.61 Selecting previously unselected package python3-pip.
18:23:01 [2022-08-17T18:23:01.616Z] #20 40.63 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
18:23:01 [2022-08-17T18:23:01.616Z] #20 40.64 Unpacking python3-pip (18.1-5) ...
18:23:01 [2022-08-17T18:23:01.616Z] #20 40.87 Selecting previously unselected package python3-pkg-resources.
18:23:01 [2022-08-17T18:23:01.616Z] #20 40.88 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
18:23:01 [2022-08-17T18:23:01.616Z] #20 40.89 Unpacking python3-pkg-resources (40.8.0-1) ...
18:23:01 [2022-08-17T18:23:01.616Z] #20 41.00 Selecting previously unselected package python3-setuptools.
18:23:01 [2022-08-17T18:23:01.872Z] #20 41.00 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
18:23:01 [2022-08-17T18:23:01.872Z] #20 41.01 Unpacking python3-setuptools (40.8.0-1) ...
18:23:02 [2022-08-17T18:23:02.128Z] #20 41.22 Selecting previously unselected package python3-wheel.
18:23:02 [2022-08-17T18:23:02.128Z] #20 41.22 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
18:23:02 [2022-08-17T18:23:02.128Z] #20 41.23 Unpacking python3-wheel (0.32.3-2) ...
18:23:02 [2022-08-17T18:23:02.128Z] #20 41.33 Selecting previously unselected package sudo.
18:23:02 [2022-08-17T18:23:02.128Z] #20 41.33 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
18:23:02 [2022-08-17T18:23:02.128Z] #20 41.34 Unpacking sudo (1.8.27-1+deb10u3) ...
18:23:02 [2022-08-17T18:23:02.691Z] #20 41.81 Selecting previously unselected package thin-provisioning-tools.
18:23:02 [2022-08-17T18:23:02.691Z] #20 41.81 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
18:23:02 [2022-08-17T18:23:02.691Z] #20 41.82 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
18:23:02 [2022-08-17T18:23:02.691Z] #20 42.04 Selecting previously unselected package uidmap.
18:23:02 [2022-08-17T18:23:02.947Z] #20 42.05 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
18:23:02 [2022-08-17T18:23:02.947Z] #20 42.06 Unpacking uidmap (1:4.5-1.1) ...
18:23:02 [2022-08-17T18:23:02.947Z] #20 42.20 Selecting previously unselected package vim-runtime.
18:23:02 [2022-08-17T18:23:02.947Z] #20 42.22 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ...
18:23:02 [2022-08-17T18:23:02.947Z] #20 42.26 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
18:23:02 [2022-08-17T18:23:02.947Z] #20 42.30 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
18:23:03 [2022-08-17T18:23:03.203Z] #20 42.30 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ...
18:23:04 [2022-08-17T18:23:04.132Z] #20 ...
18:23:04 [2022-08-17T18:23:04.132Z] 
18:23:04 [2022-08-17T18:23:04.132Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:23:04 [2022-08-17T18:23:04.132Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:23:04 [2022-08-17T18:23:04.132Z] #43 92.90   CC       criu/cr-service.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 94.42   CC       criu/crtools.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 95.01   CC       criu/eventfd.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 95.45   CC       criu/eventpoll.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 96.32   CC       criu/external.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 96.65   CC       criu/fault-injection.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 96.77   CC       criu/fdstore.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 97.13   CC       criu/fifo.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 97.63   CC       criu/file-ids.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 97.96   CC       criu/file-lock.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 98.90   CC       criu/files-ext.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 99.27   CC       criu/files-reg.o
18:23:04 [2022-08-17T18:23:04.132Z] #43 101.4   CC       criu/files.o
18:23:04 [2022-08-17T18:23:04.695Z] #43 103.6   CC       criu/filesystems.o
18:23:05 [2022-08-17T18:23:05.257Z] #43 104.3   CC       criu/fsnotify.o
18:23:06 [2022-08-17T18:23:06.188Z] #43 ...
18:23:06 [2022-08-17T18:23:06.188Z] 
18:23:06 [2022-08-17T18:23:06.188Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:23:06 [2022-08-17T18:23:06.188Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:23:06 [2022-08-17T18:23:06.188Z] #20 45.44 Selecting previously unselected package vim.
18:23:06 [2022-08-17T18:23:06.188Z] #20 45.45 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ...
18:23:06 [2022-08-17T18:23:06.188Z] #20 45.47 Unpacking vim (2:8.1.0875-5+deb10u2) ...
18:23:07 [2022-08-17T18:23:07.116Z] #20 46.05 Selecting previously unselected package xfsprogs.
18:23:07 [2022-08-17T18:23:07.116Z] #20 46.05 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
18:23:07 [2022-08-17T18:23:07.116Z] #20 46.06 Unpacking xfsprogs (4.20.0-1) ...
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.48 Selecting previously unselected package zip.
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.50 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.51 Unpacking zip (3.0-11+b1) ...
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.67 Setting up aufs-tools (1:4.14+20190211-1) ...
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.70 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.72 Setting up libip6tc0:amd64 (1.8.2-4) ...
18:23:07 [2022-08-17T18:23:07.372Z] #20 46.75 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 46.93 Setting up libgpm2:amd64 (1.20.7-5) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 46.97 Setting up libip4tc0:amd64 (1.8.2-4) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.06 Setting up uidmap (1:4.5-1.1) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.09 Setting up libnftnl11:amd64 (1.1.2-2) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.11 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.12 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.14 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.15 Setting up xxd (2:8.1.0875-5+deb10u2) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.16 Setting up zip (3.0-11+b1) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.17 Setting up vim-common (2:8.1.0875-5+deb10u2) ...
18:23:07 [2022-08-17T18:23:07.934Z] #20 47.21 Setting up bash-completion (1:2.8-6) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.00 Setting up libiptc0:amd64 (1.8.2-4) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.01 Setting up xz-utils (5.2.4-1+deb10u1) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.05 Setting up patch (2.7.6-3+deb10u1) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.05 Setting up sudo (1.8.27-1+deb10u3) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.14 invoke-rc.d: could not determine current runlevel
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.15 invoke-rc.d: policy-rc.d denied execution of start.
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.16 Setting up pigz (2.4-1) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.18 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.19 Setting up libnl-3-200:amd64 (3.4.0-1) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.21 Setting up python-pip-whl (18.1-5) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.22 Setting up libmpdec2:amd64 (2.4.2-2) ...
18:23:11 [2022-08-17T18:23:11.205Z] #20 50.23 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ...
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.62 Setting up libaio1:amd64 (0.3.112-3) ...
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.63 Setting up libonig5:amd64 (6.9.1-1) ...
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.65 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.66 Setting up vim (2:8.1.0875-5+deb10u2) ...
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
18:23:11 [2022-08-17T18:23:11.462Z] #20 50.78 Setting up thin-provisioning-tools (0.7.6-2.1) ...
18:23:11 [2022-08-17T18:23:11.719Z] #20 50.79 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
18:23:11 [2022-08-17T18:23:11.719Z] #20 50.80 Setting up jq (1.5+dfsg-2+b1) ...
18:23:11 [2022-08-17T18:23:11.719Z] #20 50.82 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
18:23:11 [2022-08-17T18:23:11.719Z] #20 50.86 Setting up python3.7 (3.7.3-2+deb10u3) ...
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.72 Setting up iptables (1.8.2-4) ...
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:23:14 [2022-08-17T18:23:14.994Z] #20 53.78 Setting up python3 (3.7.3-1) ...
18:23:14 [2022-08-17T18:23:14.994Z] #20 54.14 Setting up python3-wheel (0.32.3-2) ...
18:23:15 [2022-08-17T18:23:15.558Z] #20 54.87 Setting up apparmor (2.13.2-10) ...
18:23:16 [2022-08-17T18:23:16.488Z] #20 ...
18:23:16 [2022-08-17T18:23:16.488Z] 
18:23:16 [2022-08-17T18:23:16.488Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:23:16 [2022-08-17T18:23:16.488Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:23:16 [2022-08-17T18:23:16.488Z] #43 105.6   CC       criu/image-desc.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 105.7   CC       criu/image.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 106.6   CC       criu/ipc_ns.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 107.9   CC       criu/irmap.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 108.6   CC       criu/kcmp-ids.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 109.0   CC       criu/kerndat.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 110.1   CC       criu/libnetlink.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 110.5   CC       criu/log.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 111.1   CC       criu/lsm.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 111.5   CC       criu/mem.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 113.3   CC       criu/memfd.o
18:23:16 [2022-08-17T18:23:16.488Z] #43 114.0   CC       criu/mount.o
18:23:17 [2022-08-17T18:23:17.444Z] #43 ...
18:23:17 [2022-08-17T18:23:17.445Z] 
18:23:17 [2022-08-17T18:23:17.445Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             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
18:23:17 [2022-08-17T18:23:17.445Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676
18:23:17 [2022-08-17T18:23:17.445Z] #20 56.46 Setting up xfsprogs (4.20.0-1) ...
18:23:17 [2022-08-17T18:23:17.445Z] #20 56.47 Setting up python3-lib2to3 (3.7.3-1) ...
18:23:17 [2022-08-17T18:23:17.713Z] #20 56.96 Setting up python3-pkg-resources (40.8.0-1) ...
18:23:18 [2022-08-17T18:23:18.650Z] #20 57.95 Setting up python3-distutils (3.7.3-1) ...
18:23:19 [2022-08-17T18:23:19.212Z] #20 58.45 Setting up python3-setuptools (40.8.0-1) ...
18:23:20 [2022-08-17T18:23:20.581Z] #20 59.62 Setting up python3-pip (18.1-5) ...
18:23:21 [2022-08-17T18:23:21.510Z] #20 60.53 Processing triggers for libc-bin (2.28-10+deb10u1) ...
18:23:21 [2022-08-17T18:23:21.510Z] #20 60.59 Processing triggers for mime-support (3.62) ...
18:23:21 [2022-08-17T18:23:21.766Z] #20 DONE 61.0s
18:23:21 [2022-08-17T18:23:21.766Z] 
18:23:21 [2022-08-17T18:23:21.766Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
18:23:21 [2022-08-17T18:23:21.766Z] #21 sha256:7d6dc0d65c552b7efb9c73a0f05574d6923c4cb8de3f8ed4dd58ab00a8cd3331
18:23:23 [2022-08-17T18:23:23.391Z] #21 1.385 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:23:23 [2022-08-17T18:23:23.391Z] #21 1.392 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:23:23 [2022-08-17T18:23:23.391Z] #21 1.395 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:23:23 [2022-08-17T18:23:23.391Z] #21 DONE 1.5s
18:23:23 [2022-08-17T18:23:23.391Z] 
18:23:23 [2022-08-17T18:23:23.391Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:23:23 [2022-08-17T18:23:23.391Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:23:23 [2022-08-17T18:23:23.391Z] #43 118.4   CC       criu/namespaces.o
18:23:23 [2022-08-17T18:23:23.391Z] #43 120.4   CC       criu/net.o
18:23:25 [2022-08-17T18:23:25.281Z] #43 123.9   CC       criu/netfilter.o
18:23:25 [2022-08-17T18:23:25.281Z] #43 124.3   CC       criu/page-pipe.o
18:23:26 [2022-08-17T18:23:26.209Z] #43 125.1   CC       criu/page-xfer.o
18:23:27 [2022-08-17T18:23:27.576Z] #43 126.7   CC       criu/pagemap-cache.o
18:23:28 [2022-08-17T18:23:28.139Z] #43 127.1   CC       criu/pagemap.o
18:23:29 [2022-08-17T18:23:29.508Z] #43 128.1   CC       criu/parasite-syscall.o
18:23:30 [2022-08-17T18:23:30.072Z] #43 129.0   CC       criu/path.o
18:23:30 [2022-08-17T18:23:30.329Z] #43 129.3   CC       criu/pie-util-vdso-elf32.o
18:23:30 [2022-08-17T18:23:30.586Z] #43 129.7   CC       criu/pie-util-vdso.o
18:23:31 [2022-08-17T18:23:31.150Z] #43 130.2   CC       criu/pie-util.o
18:23:31 [2022-08-17T18:23:31.406Z] #43 130.3   CC       criu/pipes.o
18:23:32 [2022-08-17T18:23:32.337Z] #43 131.1   CC       criu/plugin.o
18:23:32 [2022-08-17T18:23:32.594Z] #43 131.5   CC       criu/proc_parse.o
18:23:33 [2022-08-17T18:23:33.524Z] #43 ...
18:23:33 [2022-08-17T18:23:33.524Z] 
18:23:33 [2022-08-17T18:23:33.524Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
18:23:33 [2022-08-17T18:23:33.524Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515
18:23:33 [2022-08-17T18:23:33.524Z] #22 5.602 Collecting yamllint==1.26.1
18:23:34 [2022-08-17T18:23:34.454Z] #22 10.99   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
18:23:35 [2022-08-17T18:23:35.384Z] #22 ...
18:23:35 [2022-08-17T18:23:35.384Z] 
18:23:35 [2022-08-17T18:23:35.384Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:23:35 [2022-08-17T18:23:35.384Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:23:35 [2022-08-17T18:23:35.384Z] #43 134.3   CC       criu/protobuf-desc.o
18:23:36 [2022-08-17T18:23:36.314Z] #43 135.4   CC       criu/protobuf.o
18:23:36 [2022-08-17T18:23:36.880Z] #43 135.9   CC       criu/pstree.o
18:23:38 [2022-08-17T18:23:38.775Z] #43 137.3   CC       criu/rbtree.o
18:23:38 [2022-08-17T18:23:38.775Z] #43 ...
18:23:38 [2022-08-17T18:23:38.775Z] 
18:23:38 [2022-08-17T18:23:38.775Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
18:23:38 [2022-08-17T18:23:38.775Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.18 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.25   Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.33 Collecting pyyaml (from yamllint==1.26.1)
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.66   Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB)
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.96 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.97 Building wheels for collected packages: yamllint
18:23:38 [2022-08-17T18:23:38.775Z] #22 12.97   Running setup.py bdist_wheel for yamllint: started
18:23:38 [2022-08-17T18:23:38.775Z] #22 14.09   Running setup.py bdist_wheel for yamllint: finished with status 'done'
18:23:38 [2022-08-17T18:23:38.775Z] #22 14.10   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
18:23:38 [2022-08-17T18:23:38.775Z] #22 14.14 Successfully built yamllint
18:23:38 [2022-08-17T18:23:38.775Z] #22 14.17 Installing collected packages: pathspec, pyyaml, yamllint
18:23:38 [2022-08-17T18:23:38.775Z] #22 14.57 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
18:23:38 [2022-08-17T18:23:38.775Z] #22 DONE 15.5s
18:23:39 [2022-08-17T18:23:39.032Z] 
18:23:39 [2022-08-17T18:23:39.032Z] #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
18:23:39 [2022-08-17T18:23:39.032Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737
18:23:39 [2022-08-17T18:23:39.032Z] #40 200.6 + dpkg --print-architecture
18:23:39 [2022-08-17T18:23:39.032Z] #40 200.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
18:23:39 [2022-08-17T18:23:39.032Z] #40 200.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
18:23:39 [2022-08-17T18:23:39.032Z] #40 200.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
18:23:39 [2022-08-17T18:23:39.294Z] #40 ...
18:23:39 [2022-08-17T18:23:39.294Z] 
18:23:39 [2022-08-17T18:23:39.294Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
18:23:39 [2022-08-17T18:23:39.294Z] #25 sha256:cf6d8b2216bed637700b1fc8c98fb5120db84046fbec7ba249d5535cc4a45eaa
18:23:39 [2022-08-17T18:23:39.294Z] #25 DONE 0.6s
18:23:39 [2022-08-17T18:23:39.551Z] 
18:23:39 [2022-08-17T18:23:39.551Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
18:23:39 [2022-08-17T18:23:39.551Z] #30 sha256:1f79c3adde2d1dd42d5cd053a03c54c8db5198fd422f3ab4ab0a780d73ea6ed9
18:23:46 [2022-08-17T18:23:46.097Z] #30 ...
18:23:46 [2022-08-17T18:23:46.097Z] 
18:23:46 [2022-08-17T18:23:46.097Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:23:46 [2022-08-17T18:23:46.097Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:23:46 [2022-08-17T18:23:46.097Z] #43 137.9   CC       criu/rst-malloc.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 138.3   CC       criu/seccomp.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 139.1   CC       criu/seize.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 140.3   CC       criu/servicefd.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 140.7   CC       criu/shmem.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 141.6   CC       criu/sigframe.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 141.9   CC       criu/signalfd.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 142.2   CC       criu/sk-inet.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 143.2   CC       criu/sk-netlink.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 143.6   CC       criu/sk-packet.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 144.2   CC       criu/sk-queue.o
18:23:46 [2022-08-17T18:23:46.097Z] #43 144.9   CC       criu/sk-tcp.o
18:23:46 [2022-08-17T18:23:46.661Z] #43 145.5   CC       criu/sk-unix.o
18:23:47 [2022-08-17T18:23:47.230Z] #43 ...
18:23:47 [2022-08-17T18:23:47.230Z] 
18:23:47 [2022-08-17T18:23:47.230Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
18:23:47 [2022-08-17T18:23:47.230Z] #30 sha256:1f79c3adde2d1dd42d5cd053a03c54c8db5198fd422f3ab4ab0a780d73ea6ed9
18:23:47 [2022-08-17T18:23:47.230Z] #30 DONE 7.6s
18:23:47 [2022-08-17T18:23:47.230Z] 
18:23:47 [2022-08-17T18:23:47.230Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
18:23:47 [2022-08-17T18:23:47.230Z] #33 sha256:20dd9bd390fa3544eadf6e82e2508de689a2a376106766fbe0527886d2c29f5a
18:23:47 [2022-08-17T18:23:47.490Z] #33 DONE 0.5s
18:23:47 [2022-08-17T18:23:47.490Z] 
18:23:47 [2022-08-17T18:23:47.490Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
18:23:47 [2022-08-17T18:23:47.490Z] #35 sha256:dbad2916451d31c5e91d0ed1c9f9806c2962a89fb5958ae13eabc01e3f797c54
18:23:47 [2022-08-17T18:23:47.490Z] #35 DONE 0.1s
18:23:47 [2022-08-17T18:23:47.490Z] 
18:23:47 [2022-08-17T18:23:47.490Z] #53 [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
18:23:47 [2022-08-17T18:23:47.490Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792
18:23:47 [2022-08-17T18:23:47.747Z] #53 ...
18:23:47 [2022-08-17T18:23:47.747Z] 
18:23:47 [2022-08-17T18:23:47.747Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
18:23:47 [2022-08-17T18:23:47.747Z] #38 sha256:45f15b320f167ac353be5339ca5cc9883982544fc4ac085856edc46fd4052148
18:23:47 [2022-08-17T18:23:47.747Z] #38 DONE 0.1s
18:23:47 [2022-08-17T18:23:47.747Z] 
18:23:47 [2022-08-17T18:23:47.747Z] #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
18:23:47 [2022-08-17T18:23:47.747Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737
18:23:48 [2022-08-17T18:23:48.679Z] #40 ...
18:23:48 [2022-08-17T18:23:48.679Z] 
18:23:48 [2022-08-17T18:23:48.679Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:23:48 [2022-08-17T18:23:48.679Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:23:48 [2022-08-17T18:23:48.679Z] #43 147.7   CC       criu/sockets.o
18:23:49 [2022-08-17T18:23:49.609Z] #43 148.7   CC       criu/stats.o
18:23:49 [2022-08-17T18:23:49.866Z] #43 149.0   CC       criu/string.o
18:23:50 [2022-08-17T18:23:50.123Z] #43 149.1   CC       criu/sysctl.o
18:23:51 [2022-08-17T18:23:51.053Z] #43 149.8   CC       criu/sysfs_parse.o
18:23:51 [2022-08-17T18:23:51.310Z] #43 150.3   CC       criu/timens.o
18:23:51 [2022-08-17T18:23:51.875Z] #43 150.8   CC       criu/timerfd.o
18:23:52 [2022-08-17T18:23:52.439Z] #43 151.2   CC       criu/tty.o
18:23:54 [2022-08-17T18:23:54.331Z] #43 153.3   CC       criu/tun.o
18:23:54 [2022-08-17T18:23:54.895Z] #43 153.8   CC       criu/uffd.o
18:23:56 [2022-08-17T18:23:56.264Z] #43 155.2   CC       criu/util.o
18:23:57 [2022-08-17T18:23:57.633Z] #43 156.7   CC       criu/uts_ns.o
18:23:57 [2022-08-17T18:23:57.889Z] #43 156.9   CC       criu/vdso-compat.o
18:23:58 [2022-08-17T18:23:58.452Z] #43 157.2   CC       criu/vdso.o
18:23:59 [2022-08-17T18:23:59.015Z] #43 158.0   LINK     criu/built-in.o
18:23:59 [2022-08-17T18:23:59.272Z] #43 158.2   LINK     criu/criu
18:23:59 [2022-08-17T18:23:59.857Z] #43 158.6   DEP      lib/c/criu.d
18:23:59 [2022-08-17T18:23:59.857Z] #43 158.7   CC       images/rpc.pb-c.o
18:24:00 [2022-08-17T18:24:00.809Z] #43 159.6   CC       lib/c/criu.o
18:24:02 [2022-08-17T18:24:02.180Z] #43 160.9   LINK     lib/c/built-in.o
18:24:02 [2022-08-17T18:24:02.180Z] #43 160.9   LINK     lib/c/libcriu.so
18:24:02 [2022-08-17T18:24:02.180Z] #43 161.0   LINK     lib/c/libcriu.a
18:24:02 [2022-08-17T18:24:02.180Z] #43 161.2   GEN      magic.py
18:24:02 [2022-08-17T18:24:02.443Z] #43 161.3 Note: Building without setproctitle() and strlcpy() support.
18:24:02 [2022-08-17T18:24:02.443Z] #43 161.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:24:02 [2022-08-17T18:24:02.443Z] #43 161.3 Note: Building without GnuTLS support
18:24:02 [2022-08-17T18:24:02.443Z] #43 161.3 Makefile.config:39: Warn: you have no libnftables installed
18:24:02 [2022-08-17T18:24:02.443Z] #43 161.3 Makefile.config:40: Warn: Building without nftables support
18:24:03 [2022-08-17T18:24:03.374Z] #43 ...
18:24:03 [2022-08-17T18:24:03.374Z] 
18:24:03 [2022-08-17T18:24:03.374Z] #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
18:24:03 [2022-08-17T18:24:03.374Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737
18:24:03 [2022-08-17T18:24:03.374Z] #40 DONE 225.0s
18:24:03 [2022-08-17T18:24:03.374Z] 
18:24:03 [2022-08-17T18:24:03.374Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
18:24:03 [2022-08-17T18:24:03.374Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a
18:24:03 [2022-08-17T18:24:03.374Z] #43 162.1 fatal: not a git repository (or any of the parent directories): .git
18:24:03 [2022-08-17T18:24:03.937Z] #43 162.9 make[1]: Nothing to be done for 'all'.
18:24:04 [2022-08-17T18:24:04.868Z] #43 163.8 make[1]: 'images/built-in.o' is up to date.
18:24:04 [2022-08-17T18:24:04.868Z] #43 163.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
18:24:04 [2022-08-17T18:24:04.868Z] #43 163.8 make[1]: 'compel/plugins/fds.lib.a' is up to date.
18:24:05 [2022-08-17T18:24:05.124Z] #43 163.9 make[1]: 'compel/libcompel.a' is up to date.
18:24:05 [2022-08-17T18:24:05.124Z] #43 163.9 make[1]: 'compel/compel-host-bin' is up to date.
18:24:05 [2022-08-17T18:24:05.124Z] #43 164.0 make[1]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.124Z] #43 164.0 make[1]: 'soccr/libsoccr.a' is up to date.
18:24:05 [2022-08-17T18:24:05.380Z] #43 164.3 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.380Z] #43 164.3 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.380Z] #43 164.3 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.380Z] #43 164.4 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.380Z] #43 164.5 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.380Z] #43 164.5 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.637Z] #43 164.6 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.895Z] #43 164.7 make[2]: Nothing to be done for 'all'.
18:24:05 [2022-08-17T18:24:05.896Z] #43 164.7   INSTALL  criu/criu
18:24:05 [2022-08-17T18:24:05.896Z] #43 DONE 164.9s
18:24:05 [2022-08-17T18:24:05.896Z] 
18:24:05 [2022-08-17T18:24:05.896Z] #49 [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
18:24:05 [2022-08-17T18:24:05.896Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462
18:24:06 [2022-08-17T18:24:06.826Z] #49 ...
18:24:06 [2022-08-17T18:24:06.826Z] 
18:24:06 [2022-08-17T18:24:06.826Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
18:24:06 [2022-08-17T18:24:06.826Z] #41 sha256:6416195f4c08243aa1367166db66dc1093af50e6889c4025ab854fe80748c7c0
18:24:07 [2022-08-17T18:24:07.756Z] #41 DONE 0.9s
18:24:07 [2022-08-17T18:24:07.756Z] 
18:24:07 [2022-08-17T18:24:07.756Z] #49 [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
18:24:07 [2022-08-17T18:24:07.756Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462
18:24:08 [2022-08-17T18:24:08.013Z] #49 ...
18:24:08 [2022-08-17T18:24:08.013Z] 
18:24:08 [2022-08-17T18:24:08.013Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:24:08 [2022-08-17T18:24:08.013Z] #44 sha256:44e28e5dd967e9ca3772e560f6354044a695e18789dc6199f6b4d3cfcb558b62
18:24:08 [2022-08-17T18:24:08.270Z] #44 DONE 0.1s
18:24:08 [2022-08-17T18:24:08.270Z] 
18:24:08 [2022-08-17T18:24:08.270Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
18:24:08 [2022-08-17T18:24:08.270Z] #46 sha256:90aa8016b697a57fd20b486c67d7e254cb5c100940ce88d700196f81248802f3
18:24:08 [2022-08-17T18:24:08.527Z] #46 DONE 0.1s
18:24:08 [2022-08-17T18:24:08.527Z] 
18:24:08 [2022-08-17T18:24:08.527Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
18:24:08 [2022-08-17T18:24:08.527Z] #48 sha256:d86e159f38222b3d16abf597313f9cfa3239eb5c279e5e79448a1095162ea3e3
18:24:08 [2022-08-17T18:24:08.527Z] #48 DONE 0.2s
18:24:08 [2022-08-17T18:24:08.527Z] 
18:24:08 [2022-08-17T18:24:08.527Z] #49 [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
18:24:08 [2022-08-17T18:24:08.527Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462
18:24:40 [2022-08-17T18:24:40.570Z] #49 ...
18:24:40 [2022-08-17T18:24:40.570Z] 
18:24:40 [2022-08-17T18:24:40.570Z] #53 [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
18:24:40 [2022-08-17T18:24:40.570Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792
18:24:40 [2022-08-17T18:24:40.570Z] #53 154.6 + mkdir -p /build
18:24:40 [2022-08-17T18:24:40.570Z] #53 154.6 + cp runc /build/runc
18:24:41 [2022-08-17T18:24:41.134Z] #53 DONE 155.4s
18:24:41 [2022-08-17T18:24:41.134Z] 
18:24:41 [2022-08-17T18:24:41.134Z] #56 [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
18:24:41 [2022-08-17T18:24:41.134Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94
18:24:49 [2022-08-17T18:24:49.224Z] #56 ...
18:24:49 [2022-08-17T18:24:49.224Z] 
18:24:49 [2022-08-17T18:24:49.224Z] #49 [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
18:24:49 [2022-08-17T18:24:49.224Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462
18:24:49 [2022-08-17T18:24:49.224Z] #49 271.6 + /build/golangci-lint --version
18:24:49 [2022-08-17T18:24:49.224Z] #49 272.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
18:24:50 [2022-08-17T18:24:50.592Z] #49 DONE 274.4s
18:24:50 [2022-08-17T18:24:50.593Z] 
18:24:50 [2022-08-17T18:24:50.593Z] #56 [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
18:24:50 [2022-08-17T18:24:50.593Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94
18:24:50 [2022-08-17T18:24:50.593Z] #56 222.9 + bin/containerd
18:24:53 [2022-08-17T18:24:53.860Z] #56 ...
18:24:53 [2022-08-17T18:24:53.860Z] 
18:24:53 [2022-08-17T18:24:53.860Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
18:24:53 [2022-08-17T18:24:53.860Z] #50 sha256:13b4fe0e3feaef5c1219f114ac9a80e924bd6503981667e6ba00ac682fa5db19
18:24:53 [2022-08-17T18:24:53.860Z] #50 DONE 0.9s
18:24:53 [2022-08-17T18:24:53.860Z] 
18:24:53 [2022-08-17T18:24:53.860Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
18:24:53 [2022-08-17T18:24:53.860Z] #52 sha256:78d2d793096a1103290c93bf401ebab6c5dad797919fb1c463820aa7fedd5664
18:24:53 [2022-08-17T18:24:53.860Z] #52 DONE 0.1s
18:24:53 [2022-08-17T18:24:53.860Z] 
18:24:53 [2022-08-17T18:24:53.860Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
18:24:53 [2022-08-17T18:24:53.860Z] #54 sha256:4271851b00e4f9bc261ae5e6fb45a5dbdd25104d83613675aa306f5bc35b7caf
18:24:53 [2022-08-17T18:24:53.860Z] #54 DONE 0.5s
18:24:53 [2022-08-17T18:24:53.860Z] 
18:24:53 [2022-08-17T18:24:53.860Z] #56 [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
18:24:53 [2022-08-17T18:24:53.860Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94
18:25:40 [2022-08-17T18:25:40.491Z] #56 268.2 # github.com/containerd/containerd/cmd/containerd
18:25:40 [2022-08-17T18:25:40.491Z] #56 268.2 /usr/bin/ld: /tmp/go-link-2866989148/000019.o: in function `New':
18:25:40 [2022-08-17T18:25:40.491Z] #56 268.2 /tmp/tmp.VMct3JHqhC/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
18:25:40 [2022-08-17T18:25:40.491Z] #56 268.3 + bin/containerd-stress
18:25:40 [2022-08-17T18:25:40.491Z] #56 269.5 + bin/containerd-shim
18:25:47 [2022-08-17T18:25:47.035Z] #56 279.6 + bin/containerd-shim-runc-v1
18:25:52 [2022-08-17T18:25:52.285Z] #56 285.2 + bin/containerd-shim-runc-v2
18:25:52 [2022-08-17T18:25:52.285Z] #56 285.9 + binaries
18:25:52 [2022-08-17T18:25:52.285Z] #56 285.9 + install -D bin/containerd /build/containerd
18:25:52 [2022-08-17T18:25:52.285Z] #56 286.0 + install -D bin/containerd-shim /build/containerd-shim
18:25:52 [2022-08-17T18:25:52.285Z] #56 286.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:25:52 [2022-08-17T18:25:52.285Z] #56 286.0 + install -D bin/ctr /build/ctr
18:25:55 [2022-08-17T18:25:55.553Z] #56 DONE 288.9s
18:25:56 [2022-08-17T18:25:56.486Z] 
18:25:56 [2022-08-17T18:25:56.486Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
18:25:56 [2022-08-17T18:25:56.486Z] #57 sha256:550da1c35d53c816026c80a40a1bd8946117ff440fc30e44081ca60c07ecbda6
18:25:58 [2022-08-17T18:25:58.374Z] #57 DONE 1.7s
18:25:58 [2022-08-17T18:25:58.374Z] 
18:25:58 [2022-08-17T18:25:58.374Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:25:58 [2022-08-17T18:25:58.374Z] #61 sha256:1efc1ca787c9fc3c8da7e8909497e1e55b492a9fc29e6982df41c22f8ab6c743
18:25:58 [2022-08-17T18:25:58.374Z] #61 DONE 0.3s
18:25:58 [2022-08-17T18:25:58.374Z] 
18:25:58 [2022-08-17T18:25:58.374Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
18:25:58 [2022-08-17T18:25:58.374Z] #66 sha256:81b81eb882b4a15e93410127f81f0602dcdee42c2360303b0d663784adbe4aa0
18:26:00 [2022-08-17T18:26:00.287Z] #66 DONE 1.7s
18:26:00 [2022-08-17T18:26:00.287Z] 
18:26:00 [2022-08-17T18:26:00.287Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
18:26:00 [2022-08-17T18:26:00.287Z] #68 sha256:34771d2fe315ab64363ea42abc27cce1b5de179a94861294f8aa95b4d45ec739
18:26:00 [2022-08-17T18:26:00.287Z] #68 DONE 0.0s
18:26:00 [2022-08-17T18:26:00.287Z] 
18:26:00 [2022-08-17T18:26:00.287Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:26:00 [2022-08-17T18:26:00.287Z] #69 sha256:eb03a8941f498059cb9ca7a05e6fb3ba79b1eefc703498a17d1f0af88c770b02
18:26:00 [2022-08-17T18:26:00.287Z] #69 DONE 0.0s
18:26:00 [2022-08-17T18:26:00.287Z] 
18:26:00 [2022-08-17T18:26:00.287Z] #70 [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
18:26:00 [2022-08-17T18:26:00.287Z] #70 sha256:d8938218187801810bb413205eda454378d917a2ac9b4514739533dbc3cc2b7b
18:26:00 [2022-08-17T18:26:00.867Z] #70 0.687 Hit:1 http://deb.debian.org/debian buster-backports InRelease
18:26:01 [2022-08-17T18:26:01.123Z] #70 0.825 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:26:01 [2022-08-17T18:26:01.123Z] #70 0.828 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:26:01 [2022-08-17T18:26:01.123Z] #70 0.829 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:26:02 [2022-08-17T18:26:02.053Z] #70 1.088 Reading package lists...
18:26:02 [2022-08-17T18:26:02.621Z] #70 1.820 Reading package lists...
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.442 Building dependency tree...
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.571 Reading state information...
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.676 The following additional packages will be installed:
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.676   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.676   libpam-systemd
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.677 Suggested packages:
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.677   systemd-container policykit-1
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.677 Recommended packages:
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.677   libnss-systemd
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.758 The following NEW packages will be installed:
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.759   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
18:26:02 [2022-08-17T18:26:02.877Z] #70 2.760   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.036 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded.
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.036 Need to get 4759 kB of archives.
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.036 After this operation, 16.6 MB of additional disk space will be used.
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.036 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.040 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.042 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.052 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.054 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
18:26:03 [2022-08-17T18:26:03.133Z] #70 3.058 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB]
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.153 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB]
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.154 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.156 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.164 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB]
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.164 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.356 debconf: delaying package configuration, since apt-utils is not installed
18:26:03 [2022-08-17T18:26:03.390Z] #70 3.380 Fetched 4759 kB in 0s (12.1 MB/s)
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.407 Selecting previously unselected package libargon2-1:amd64.
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.407 (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 ... 28084 files and directories currently installed.)
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.424 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.430 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.460 Selecting previously unselected package libjson-c3:amd64.
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.463 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.466 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.499 Selecting previously unselected package libcryptsetup12:amd64.
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.502 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.507 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.550 Selecting previously unselected package libidn11:amd64.
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.552 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.556 Unpacking libidn11:amd64 (1.33-2.2) ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.596 Selecting previously unselected package libkmod2:amd64.
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.598 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
18:26:03 [2022-08-17T18:26:03.645Z] #70 3.602 Unpacking libkmod2:amd64 (26-1) ...
18:26:03 [2022-08-17T18:26:03.902Z] #70 3.640 Selecting previously unselected package systemd.
18:26:03 [2022-08-17T18:26:03.902Z] #70 3.643 Preparing to unpack .../5-systemd_241-7~deb10u8_amd64.deb ...
18:26:03 [2022-08-17T18:26:03.902Z] #70 3.684 Unpacking systemd (241-7~deb10u8) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.188 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.198 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.209 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.219 Setting up libidn11:amd64 (1.33-2.2) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.230 Setting up libkmod2:amd64 (26-1) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.240 Setting up systemd (241-7~deb10u8) ...
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.282 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.284 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.287 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.287 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
18:26:04 [2022-08-17T18:26:04.464Z] #70 4.292 Initializing machine ID from KVM UUID.
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.763 Selecting previously unselected package systemd-sysv.
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.764 (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 ... 28881 files and directories currently installed.)
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.777 Preparing to unpack .../systemd-sysv_241-7~deb10u8_amd64.deb ...
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.780 Unpacking systemd-sysv (241-7~deb10u8) ...
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.817 Selecting previously unselected package libdbus-1-3:amd64.
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.820 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.825 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.878 Selecting previously unselected package dbus.
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.881 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.892 Unpacking dbus (1.12.20-0+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.949 Selecting previously unselected package libpam-systemd:amd64.
18:26:05 [2022-08-17T18:26:05.030Z] #70 4.949 Preparing to unpack .../libpam-systemd_241-7~deb10u8_amd64.deb ...
18:26:05 [2022-08-17T18:26:05.031Z] #70 4.952 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ...
18:26:05 [2022-08-17T18:26:05.031Z] #70 4.991 Selecting previously unselected package dbus-user-session.
18:26:05 [2022-08-17T18:26:05.286Z] #70 4.994 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
18:26:05 [2022-08-17T18:26:05.286Z] #70 4.997 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.286Z] #70 5.058 Setting up systemd-sysv (241-7~deb10u8) ...
18:26:05 [2022-08-17T18:26:05.286Z] #70 5.069 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.286Z] #70 5.079 Setting up dbus (1.12.20-0+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.286Z] #70 5.187 invoke-rc.d: could not determine current runlevel
18:26:05 [2022-08-17T18:26:05.286Z] #70 5.190 invoke-rc.d: policy-rc.d denied execution of start.
18:26:05 [2022-08-17T18:26:05.286Z] #70 5.194 Setting up libpam-systemd:amd64 (241-7~deb10u8) ...
18:26:05 [2022-08-17T18:26:05.543Z] #70 5.336 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.543Z] #70 5.347 Processing triggers for systemd (241-7~deb10u8) ...
18:26:05 [2022-08-17T18:26:05.543Z] #70 5.355 Processing triggers for libc-bin (2.28-10+deb10u1) ...
18:26:05 [2022-08-17T18:26:05.799Z] #70 DONE 5.5s
18:26:05 [2022-08-17T18:26:05.799Z] 
18:26:05 [2022-08-17T18:26:05.799Z] #71 [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
18:26:05 [2022-08-17T18:26:05.799Z] #71 sha256:789d680d5fc3569c6224d027ad4fe0a4f0f46d1310345807d9da36d5fe8c7143
18:26:06 [2022-08-17T18:26:06.055Z] #71 0.373   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:26:06 [2022-08-17T18:26:06.055Z] #71 0.375                                  Dload  Upload   Total   Spent    Left  Speed
18:26:06 [2022-08-17T18:26:06.310Z] #71 0.376 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5977      0 --:--:-- --:--:-- --:--:--  5957
18:26:06 [2022-08-17T18:26:06.311Z] #71 DONE 0.7s
18:26:06 [2022-08-17T18:26:06.311Z] 
18:26:06 [2022-08-17T18:26:06.311Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
18:26:06 [2022-08-17T18:26:06.311Z] #72 sha256:07052eb55c8eb0532241d901f82852d0a9e4e4ca9a08c92eefc17f06b48605db
18:26:08 [2022-08-17T18:26:08.825Z] #72 DONE 2.4s
18:26:08 [2022-08-17T18:26:08.825Z] 
18:26:08 [2022-08-17T18:26:08.825Z] #73 exporting to image
18:26:08 [2022-08-17T18:26:08.825Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:26:08 [2022-08-17T18:26:08.825Z] #73 exporting layers
18:26:15 [2022-08-17T18:26:15.366Z] #73 exporting layers 6.6s done
18:26:15 [2022-08-17T18:26:15.366Z] #73 writing image sha256:3975d916847206af3104906bc9a6953794411c4433f5e3e7f1bebeb319fda403 done
18:26:15 [2022-08-17T18:26:15.366Z] #73 naming to docker.io/library/docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 done
18:26:15 [2022-08-17T18:26:15.366Z] #73 DONE 6.6s